Commit Graph
3663 Commits
Author SHA1 Message Date
Jeff Hill 48ea56d295 removed unused code 2001-08-13 20:30:35 +00:00
Jeff Hill 0c9c5c1682 removed osi shutdown interface 2001-08-13 14:02:10 +00:00
Jeff Hill 224c7494b6 cosmetic 2001-08-13 14:01:50 +00:00
Marty Kraimer 9b117a376e fix compilation errors 2001-08-13 13:11:09 +00:00
Jeff Hill 81b169f059 *** empty log message *** 2001-08-10 19:47:20 +00:00
Jeff Hill dbf7b13e9f added some strftime tests 2001-08-10 00:46:15 +00:00
Jeff Hill d19294499c fixed strftime formating 2001-08-10 00:45:53 +00:00
Jeff Hill d6587ddca1 reliable solution for shutdown differences 2001-08-10 00:07:17 +00:00
Jeff Hill 192632eaf2 doc 2001-08-10 00:07:06 +00:00
W. Eric Norum 6fad25e2d1 Move RTEMS initialization/configuration files from the libCom
os-dependent directory to their own directory.
This solves the problem in which these files include header files
which are not yet installed when libCom is being built.
2001-08-09 17:54:06 +00:00
Jeff Hill cfc8c2b8e0 better message 2001-08-09 16:29:56 +00:00
Jeff Hill 331b9b3d8b dont specify the default fd manager 2001-08-09 00:42:17 +00:00
W. Eric Norum 4ebb8f4351 Remove unused include file.
Include header to get stack check function prototypes.
2001-08-07 21:44:22 +00:00
Jeff Hill 4cb0e2b7cc use proper form of include 2001-08-01 19:18:08 +00:00
Marty Kraimer 86d42a8283 add trailing */ 2001-08-01 13:34:13 +00:00
Jeff Hill ba6a096e86 a fix for use of posix isnan() function 2001-07-31 21:35:26 +00:00
Jeff Hill 11ffedc376 removed extraneous else 2001-07-31 21:31:47 +00:00
Marty Kraimer b85bdd318b increase stack size 2001-07-30 15:27:44 +00:00
Marty Kraimer 9ebaf81de3 use isnan from standard library support
For vxWorks provide implementation
2001-07-26 15:47:12 +00:00
Marty Kraimer 11e57aa52d isnan was not impmemented on vxWorks 2001-07-26 15:43:22 +00:00
Ralph Lange 8a99fac979 Fixed HPUX warnings. 2001-07-26 08:58:34 +00:00
Ralph Lange bbd6c9ef90 Fixed HPUX warnings. 2001-07-26 08:14:56 +00:00
Ralph Lange 3712987800 Fixed HPUX warnings. 2001-07-26 07:59:07 +00:00
Ralph Lange e49a919434 Fixed HPUX errors (typename) 2001-07-26 07:45:30 +00:00
Marty Kraimer e573c4362f make ringPointerTestMain a .cpp file; timerTest is obsolete 2001-07-25 15:21:38 +00:00
Marty Kraimer 7c81b6920e remove old style C; use signed char for cvtCharToString; get rid of some warning messages 2001-07-24 13:47:29 +00:00
Janet B. Anderson ffdecd4a21 Undefine __STDC__ added for borland build. 2001-07-23 14:10:08 +00:00
Ralph Lange a6e67869db Fixed Tornado warnings. 2001-07-20 17:38:20 +00:00
Ralph Lange a67444ea1e Fixed HPUX 11 problem: isnan() is a macro. 2001-07-20 17:36:41 +00:00
Ralph Lange 48aac3bc86 Fixed Tornado warnings 2001-07-20 17:33:50 +00:00
Jeff Hill 4698215212 added try lock test 2001-07-16 18:14:53 +00:00
Jeff Hill 35110d3e88 fixed incorrect status returned from tryLock() 2001-07-16 17:30:51 +00:00
Jeff Hill c61e68b4e3 revert to using virtual destroy() to destroy timers 2001-07-12 17:53:51 +00:00
Jeff Hill b061bb6eb9 no need to save pointer to timer queue now 2001-07-12 16:04:04 +00:00
Jeff Hill 1042e657c8 improved internal class hierarchy 2001-07-12 16:02:54 +00:00
Jeff Hill 41a2ba5a9b make timer queue visible from epicsTimer 2001-07-12 02:23:14 +00:00
Jeff Hill 1403317247 fixed gnu warning 2001-07-11 23:47:40 +00:00
Jeff Hill 8ffb5e5fb9 delete timer via timer queue 2001-07-11 23:16:34 +00:00
Jeff Hill d36ee2b634 cosmetic 2001-07-05 16:11:37 +00:00
Jeff Hill 7a6a6dc53e fixed comment 2001-07-05 16:10:54 +00:00
Andrew Johnson f4f3c931b0 Extended the ~tsSLList<T>() workaround, egcs-2.91.66 doesn't like this either. 2001-07-02 21:44:51 +00:00
Janet B. Anderson d7279bbcbf Allow make inc at top level 2001-06-28 16:07:56 +00:00
W. Eric Norum 33e11134e5 RTEMS now provides a mechanism for interrogating the memory allocator. 2001-06-23 20:44:29 +00:00
Janet B. Anderson 61ff831b2d Uncommented epicsListTest. 2001-06-20 15:27:52 +00:00
Jeff Hill 9a0f0900ce work around problems in the Tornado compiler 2001-06-16 00:47:09 +00:00
Jeff Hill ca76832387 non need to specify hash table size 2001-06-15 22:39:01 +00:00
Jeff Hill 759b1a3541 improved test 2001-06-15 22:34:35 +00:00
Jeff Hill 9c89eabc84 now uses linear hashing technique to expand the table w/o
causing significant outliers in insertion or lookup delays
2001-06-15 22:33:48 +00:00
Jeff Hill 535ead1241 allow one list to be initialized from, and also steal the contents from,
another list
2001-06-15 22:18:09 +00:00
Andrew Johnson 28ea1b66a3 sysClkRateGet() _is_ defined in sysLib.h, but indirectly in the
drv/timer/timerDev.h file that it includes.
2001-06-14 22:03:50 +00:00