Commit Graph
476 Commits
Author SHA1 Message Date
Jeff Hill 5179d0d505 better config of ifconfig differences 2001-05-23 20:54:48 +00:00
Jeff Hill 069e25aa72 workaround gnu compiler bug 2001-05-23 00:12:59 +00:00
Jeff Hill 48aa0b3e45 small optimization 2001-05-22 23:35:23 +00:00
Jeff Hill e3a0888cb3 removed unused variable 2001-05-22 15:45:56 +00:00
Jeff Hill cf668c6448 no message 2001-05-22 01:40:37 +00:00
Jeff Hill bc4bd0216e used a union after reading warnings about potential g++ optimizations 2001-05-22 01:39:35 +00:00
Jeff Hill 6440ee39e8 cosmetic 2001-05-22 01:38:29 +00:00
W. Eric Norum 83a864997d Implement agreed-upon semantics for delay/timeout arguments.
A delay/timeout <=0.0 results in a yield/poll.
A delay/timeout >0.0 is rounded up to 1 tick.
2001-05-18 19:36:03 +00:00
Marty Kraimer 5f07d422fd new 2001-05-18 18:20:07 +00:00
Marty Kraimer f30ceae58b if delay>0 than taswkDelay at least 1 tick 2001-05-18 18:11:42 +00:00
Jeff Hill 61b049dd46 use unsigned , not double, constant 2001-05-18 18:03:41 +00:00
Jeff Hill 5ba2368b00 used unsigned not double constant 2001-05-18 18:02:02 +00:00
Jeff Hill a0e4aeba1e round hibernation delays greater than zero but less than 1mS to 1mS 2001-05-18 16:31:07 +00:00
Jeff Hill 71b3d962cf round hibernation delays greater than zero but less than 1mS to 1 mS 2001-05-18 16:29:58 +00:00
W. Eric Norum d99fb7029d Change all instances of ioccrf' to iocsh' to reflect the added
capabilities of the IOC shell routines.
2001-05-17 18:16:49 +00:00
W. Eric Norum 84cd107ad9 Make epicsEnvShow work when called from vxWorks shell or iocsh.
Limits operation to a single argument.
2001-05-17 16:56:14 +00:00
W. Eric Norum b8f79c760b Clean up restart message. 2001-05-07 19:37:39 +00:00
W. Eric Norum 87a038a379 Add logging (console and syslog) of reason for most recent restart. 2001-05-07 19:32:18 +00:00
W. Eric Norum 3ec821a74a Create os-specific versions of routines to set and
display environment variables.
2001-05-07 16:11:57 +00:00
W. Eric Norum 9549c0dc00 Make network driver name match the one imposed by the 3C509 driver. 2001-05-02 15:55:47 +00:00
Jeff Hill a1ef63686c use conatant INFINITE 2001-05-01 17:03:07 +00:00
Jeff Hill d7126b0784 formatting 2001-05-01 17:02:22 +00:00
Jeff Hill 68f40981a3 detect overrange in sleep 2001-05-01 17:01:50 +00:00
W. Eric Norum ea74ab6e7a Allow network interface card to be selected using site-specific
configuration file.  Provide example selection for RTEMS pc386 target.
2001-04-30 21:03:12 +00:00
W. Eric Norum 90e07a7840 Change prompt from rtems> ' to epics> '
Don't proceed until clock has been synchronized with NTP.
2001-04-24 19:40:39 +00:00
W. Eric Norum 7cbc79ff30 Clean up semaphore statistic gathering. 2001-04-19 01:53:06 +00:00
Marty Kraimer e745a49e1e Create => OsdCreate 2001-04-09 15:27:28 +00:00
Marty Kraimer ea026b4350 epicsMutexCreate=>epicsMutexOsdCreate 2001-04-09 15:24:06 +00:00
W. Eric Norum 3681457c88 Remove RTEMS-specific semaphore show command. The generic epicsMutexShowAll
provides similar functionallity.
Allow for longer task names in semaphore show messages.
2001-04-06 17:05:40 +00:00
Marty Kraimer 79eebbd8f8 support osi features 2001-04-06 12:43:44 +00:00
Marty Kraimer 4e9f6b716a epicsMutexMustCreate now osi; add support for epicsSemShowAll 2001-04-05 14:36:00 +00:00
W. Eric Norum d5a01b6968 Ensure that epicsThreadSleep always yields processor. 2001-03-28 21:00:35 +00:00
Jeff Hill 0a9f914076 added epicsAutoMutexRelease 2001-03-21 01:02:35 +00:00
W. Eric Norum ad1ce3a686 Clean up priority display.
Move task name to end so that long task names look better.
2001-03-18 22:29:45 +00:00
Jeff Hill 24dee489ff format 2001-03-08 22:57:52 +00:00
Jeff Hill 26a35b488f use critical section for improved performance 2001-03-08 22:04:37 +00:00
Marty Kraimer e8718d8265 changes so that TSinit can successfully call iocClockRegister 2001-03-07 21:40:22 +00:00
Jeff Hill a56080e419 pushed use of mutable out to application 2001-03-06 23:15:08 +00:00
W. Eric Norum 40946c702a Make non-existent tasks look like they're suspended. This keeps the task
watchdog from reporting them over and over and over again.
2001-02-22 02:02:37 +00:00
Jeff Hill 0b834904f4 fixed spelling 2001-02-21 16:33:40 +00:00
Jeff Hill ca02b34b6f convert tabs to spaces 2001-02-21 16:24:12 +00:00
W. Eric Norum 0775b0c397 Check value returned by rtems_task_start(). 2001-02-19 16:16:46 +00:00
Jeff Hill 88457cce79 work correctly on systems that dont know about point to point IF (CYGWIN32) 2001-02-16 00:21:11 +00:00
Jeff Hill 83cb77131d proper rounding improves delay accuracy 2001-02-15 21:10:21 +00:00
Jeff Hill 94fa715e96 added const to show () vf 2001-02-15 21:09:52 +00:00
Jeff Hill 9e52a5b095 fixed time calculation overflow 2001-02-15 17:21:28 +00:00
Marty Kraimer e4641c3d3b add show method 2001-02-13 17:08:35 +00:00
Marty Kraimer 6a52eff141 osiTime=>epicsTime 2001-01-31 13:34:02 +00:00
Marty Kraimer 748f8f9131 replacement for osiTime 2001-01-29 20:17:09 +00:00
W. Eric Norum ffdd3ce510 No need to call epicsThreadInit since it is now completely internal to
osdThread.c.
2001-01-24 14:23:34 +00:00