Commit Graph

  • b1643cf138 Moved +DAportable to CODE flags. Janet B. Anderson 2001-06-26 16:29:12 +00:00
  • 76cb1ca826 tabs to spaces Jeff Hill 2001-06-25 21:50:50 +00:00
  • 384af09c72 changed tabs to spaces Jeff Hill 2001-06-25 21:47:44 +00:00
  • 8dbecc7b16 try to accomodate PPC Jeff Hill 2001-06-25 21:14:08 +00:00
  • bbd3a45142 try to accomodate PPC Jeff Hill 2001-06-25 20:34:53 +00:00
  • 1e595bfaa6 Don't try to create directory if symbolic link of same name exists. Janet B. Anderson 2001-06-25 19:28:11 +00:00
  • 6d9a8de270 fix improper auto ptr release bug Jeff Hill 2001-06-25 17:08:06 +00:00
  • 33e11134e5 RTEMS now provides a mechanism for interrogating the memory allocator. W. Eric Norum 2001-06-23 20:44:29 +00:00
  • e4447d8c97 removed overly conservative list node verification Jeff Hill 2001-06-22 01:02:52 +00:00
  • d4126b1c80 fixed autoLock where autoRelease should have been Jeff Hill 2001-06-21 23:19:02 +00:00
  • 22e9be48ad fixed bug in proper cleanup of client context Jeff Hill 2001-06-21 23:04:44 +00:00
  • cf7df276ff fixed potential deadlock Jeff Hill 2001-06-21 22:44:38 +00:00
  • 3ac74dd5a8 keep private copy of pvname Marty Kraimer 2001-06-21 18:07:25 +00:00
  • e684ff02eb simplified locking Jeff Hill 2001-06-21 17:16:20 +00:00
  • f2332d1bb1 improved monitor first update test Jeff Hill 2001-06-21 17:11:39 +00:00
  • ae57d2592e fix bug that could cause dbNotifyCancel to timeout Marty Kraimer 2001-06-21 13:16:59 +00:00
  • da412768fa eliminate redundant code Jeff Hill 2001-06-21 00:29:55 +00:00
  • 99df1b5584 fixed a disconnect related problem and also improved structure of locking Jeff Hill 2001-06-20 17:45:19 +00:00
  • 61ff831b2d Uncommented epicsListTest. Janet B. Anderson 2001-06-20 15:27:52 +00:00
  • 6348395b7f fixed gnu warning Jeff Hill 2001-06-19 23:44:49 +00:00
  • 13b74464ab rearranged code so that we have a late start process receive thread again Jeff Hill 2001-06-19 23:30:09 +00:00
  • ab52e91d66 IO deletes must wait for callback completion Jeff Hill 2001-06-19 20:05:44 +00:00
  • 843595ed42 Allowed file and file/os specific WARN and OPT values. Janet B. Anderson 2001-06-19 14:37:08 +00:00
  • 4cf55705d6 Removed references to DBDNAME and DEBEXPAND. Janet B. Anderson 2001-06-19 14:35:56 +00:00
  • d02e01c55b fixed use of destroy member function without checking for nill pointer Jeff Hill 2001-06-18 21:12:36 +00:00
  • 8926a0a8b3 fixed uninitialized member Jeff Hill 2001-06-18 21:11:49 +00:00
  • 9a0f0900ce work around problems in the Tornado compiler Jeff Hill 2001-06-16 00:47:09 +00:00
  • 5b729b2f31 updated for R3.14 Jeff Hill 2001-06-15 23:27:04 +00:00
  • 60be389ce0 no need to specify hash table size Jeff Hill 2001-06-15 23:07:03 +00:00
  • b271bcf8e9 no longer need to specify hash table size Jeff Hill 2001-06-15 22:51:38 +00:00
  • 89a2c69651 adjust to changing hash table api Jeff Hill 2001-06-15 22:45:25 +00:00
  • 3e622f35b2 improved message Jeff Hill 2001-06-15 22:43:38 +00:00
  • 389ed62c33 no need to specify hash table size Jeff Hill 2001-06-15 22:41:54 +00:00
  • 12ea010e4b fixed bug where resource was deallocated but it was still in the hash table, and no longer need to specify the hash table size Jeff Hill 2001-06-15 22:41:03 +00:00
  • 25f6920f1f fixed bug where resource was deallocated but it was still in the hash table Jeff Hill 2001-06-15 22:39:54 +00:00
  • ca76832387 non need to specify hash table size Jeff Hill 2001-06-15 22:39:01 +00:00
  • 759b1a3541 improved test Jeff Hill 2001-06-15 22:34:35 +00:00
  • 9c89eabc84 now uses linear hashing technique to expand the table w/o causing significant outliers in insertion or lookup delays Jeff Hill 2001-06-15 22:33:48 +00:00
  • 535ead1241 allow one list to be initialized from, and also steal the contents from, another list Jeff Hill 2001-06-15 22:18:09 +00:00
  • 28ea1b66a3 sysClkRateGet() _is_ defined in sysLib.h, but indirectly in the drv/timer/timerDev.h file that it includes. Andrew Johnson 2001-06-14 22:03:50 +00:00
  • d5b84741ca Fixed _USER_. Janet B. Anderson 2001-06-14 21:45:43 +00:00
  • 4375774da3 Added RTEMS template files. Janet B. Anderson 2001-06-14 21:45:09 +00:00
  • d2c3f80fe4 Initial version. Janet B. Anderson 2001-06-14 15:18:28 +00:00
  • 865e4cbc01 Changed #if to make it more readable. Janet B. Anderson 2001-06-14 14:48:42 +00:00
  • 1688ff923b Changed OBJS to SRCS for registerRecordDeviceDriver. Janet B. Anderson 2001-06-14 14:43:58 +00:00
  • 95c23a4784 Clean up printout when RTEMS task has gone away. Treat a missing RTEMS task as suspended. Do not print error message. W. Eric Norum 2001-06-13 20:43:48 +00:00
  • 3a4435a70a Removed unneeded vxWorks LDFLAGS undefined iocInit line. Janet B. Anderson 2001-06-13 19:52:12 +00:00
  • 8d1830b8c6 make sure iocshReg is defined Marty Kraimer 2001-06-13 19:49:56 +00:00
  • 8693ee19f9 registerRecordDeviceDriver was not in library Marty Kraimer 2001-06-13 14:20:59 +00:00
  • 71ccf13585 eliminate option to turn off exceptions Jeff Hill 2001-06-12 17:54:30 +00:00
  • 4886ad2b6d fixed to use const for begin and end Jeff Hill 2001-06-12 17:48:36 +00:00
  • bbb3b9a432 new timer creation API Jeff Hill 2001-06-12 17:22:27 +00:00
  • 4444b74a58 fixed purify warning Jeff Hill 2001-06-12 17:20:07 +00:00
  • ff76c98aa3 removed warning message Jeff Hill 2001-06-12 17:18:20 +00:00
  • 87f9c12a77 dont use free list for passive timer queue because of entaglements between the file scope free list destructor and any file scope file descriptor manager destructor's attempts to destroy a passive timer queue Jeff Hill 2001-06-12 17:16:52 +00:00
  • 08208e995d changed the api for creating timers to match new timer API and dont allow exceptions to be dissabled Jeff Hill 2001-06-12 17:15:06 +00:00
  • 452ead8a9f changed the api for creating timers to match new timer API Jeff Hill 2001-06-12 17:14:16 +00:00
  • 403c377de8 revert because workaround for RTEMS didnt build Jeff Hill 2001-06-11 22:28:51 +00:00
  • 6098b72694 Added rules for all, install, and rebuild. Janet B. Anderson 2001-06-11 20:41:47 +00:00
  • 5395f95484 workarounds for problems discovered when building for RTEMS Jeff Hill 2001-06-11 20:13:42 +00:00
  • dd95b5462e Removed references for baseLIBOBJS. Janet B. Anderson 2001-06-11 18:53:07 +00:00
  • 77a90ccc57 made diff computations const Jeff Hill 2001-06-11 18:16:08 +00:00
  • 24b1da7fff made diff computations identical Jeff Hill 2001-06-11 18:15:14 +00:00
  • 2a22727348 workarounds for problems discovered when building for RTEMS Jeff Hill 2001-06-11 17:57:31 +00:00
  • 01b7b23743 dont pull in stdio.h in the header since it isnt referenced there Jeff Hill 2001-06-11 17:08:07 +00:00
  • 26a92d3526 make alarm a link LINK_ALARM Marty Kraimer 2001-06-11 14:31:30 +00:00
  • c6696c209f force at least a 1 tick delay if timeOut >0.0 Marty Kraimer 2001-06-11 14:30:04 +00:00
  • c3cbf1bd2c Die if rmtree fails. Janet B. Anderson 2001-06-08 20:36:54 +00:00
  • c2a5eef5d4 added time stamp tests Jeff Hill 2001-06-07 17:24:28 +00:00
  • cb0d92aa82 Changed LIBOBJS_HOST to LIBRARY_LD_OBJS. Janet B. Anderson 2001-06-07 16:15:16 +00:00
  • d8ca8c6d72 R3.14.0alpha3 Janet B. Anderson 2001-06-07 16:00:45 +00:00
  • fddb0939a4 Added notes for building solaris-sparc-gnu. Janet B. Anderson 2001-06-07 15:58:13 +00:00
  • c307a05e81 Changed MSI definition. Janet B. Anderson 2001-06-07 15:57:22 +00:00
  • 4ae24683fc fixed gnu warning Jeff Hill 2001-06-07 15:53:24 +00:00
  • 7874d35daf Changes to create vxWorks archive libraries and prods. Janet B. Anderson 2001-06-07 14:26:06 +00:00
  • 06bec39aa7 proper conversion from floating point offset to integer nsec Jeff Hill 2001-06-06 19:33:25 +00:00
  • b6479bbc80 added parens Jeff Hill 2001-06-06 18:51:05 +00:00
  • 6a96052fcf fixed gnu warning Jeff Hill 2001-06-06 18:24:12 +00:00
  • 5e215a944d more changes for type safe thread id Jeff Hill 2001-06-06 18:19:42 +00:00
  • 6937cc4075 more changes for type safe thread id Jeff Hill 2001-06-06 18:16:43 +00:00
  • 39b28e9bd6 clean up resulting from type safe thread id Jeff Hill 2001-06-06 17:55:48 +00:00
  • fbf5947f15 fixed wrong destroy method called Jeff Hill 2001-06-06 17:45:16 +00:00
  • 3ede456a0d fixed comment Jeff Hill 2001-06-06 17:38:15 +00:00
  • b13d938b11 use struct ptr for ID types because: o this is more type safe o this works better with source level debuggers Jeff Hill 2001-06-06 17:28:37 +00:00
  • 07a767e345 possibly bad guess for the number of channels Jeff Hill 2001-06-04 23:20:41 +00:00
  • 1f8d22994c bad guess for the number of channels Jeff Hill 2001-06-04 23:18:47 +00:00
  • 54949779a9 dont always use default exception handler Jeff Hill 2001-06-04 23:18:08 +00:00
  • 1611bc40f7 set default number of channels guess Jeff Hill 2001-06-04 23:16:25 +00:00
  • d9508ce1e4 o set default number of channels guess o clean up get copy ifit fails prematurely Jeff Hill 2001-06-04 23:15:50 +00:00
  • e4b95a6ae7 use proper printf Jeff Hill 2001-06-04 23:15:19 +00:00
  • fde282b967 added printf MF Jeff Hill 2001-06-04 23:13:49 +00:00
  • 93a8be53d8 clean up get copy ifit fails prematurely Jeff Hill 2001-06-04 23:12:59 +00:00
  • 22b5eca868 set number of channels guess Jeff Hill 2001-06-04 23:12:23 +00:00
  • 5d3495485d dont always use default exception handler Jeff Hill 2001-06-04 23:11:56 +00:00
  • 11388a5ad3 removed comment Jeff Hill 2001-06-04 23:10:45 +00:00
  • 7be47b2b86 added more tests Jeff Hill 2001-06-04 23:08:55 +00:00
  • 4c50314331 o set default number of channels guess o clean up get copy ifit fails prematurely Jeff Hill 2001-06-04 23:08:39 +00:00
  • f49289fdd0 fixed problem where put conversion fails but nevertheless 1) caller of db_put_field gets successful status 2) the array size is modified. Jeff Hill 2001-06-01 22:19:04 +00:00
  • 2a50d5f897 added more exception tests Jeff Hill 2001-06-01 22:10:10 +00:00
  • 09be73c889 added array exception test Jeff Hill 2001-06-01 17:56:37 +00:00