Commit Graph

4793 Commits

Author SHA1 Message Date
Jeff Hill
acaa247dad cosmetic 2000-06-15 15:28:39 +00:00
W. Eric Norum
d6b988d155 Track Jeff's changes to vxWorks/osdThread.c priority calculations. 2000-06-15 15:15:53 +00:00
Marty Kraimer
93c345b514 unbundle 2000-06-15 13:58:44 +00:00
Jeff Hill
dec79926e5 cleaned up disconnect timer logic 2000-06-15 01:23:56 +00:00
Jeff Hill
b52f9f084d typo in comment 2000-06-14 23:48:14 +00:00
Jeff Hill
f6303c29a9 removed warning messages 2000-06-14 21:53:57 +00:00
Jeff Hill
152d874163 changed message 2000-06-14 21:51:12 +00:00
Jeff Hill
a73125ccc6 dont base priority on the server's priority 2000-06-14 21:38:45 +00:00
Jeff Hill
c5e7a1ed82 removed unused priority assignments 2000-06-14 21:36:15 +00:00
Jeff Hill
ee7e3ba7d0 use self relative priorities 2000-06-14 21:35:38 +00:00
W. Eric Norum
cedcb42d63 Try switching to FIFO (no priority inheritence) mutex. This improves
the response shown by catime by about 5%.
2000-06-14 21:35:37 +00:00
Jeff Hill
c75ec8fda0 cosmetic 2000-06-14 21:34:38 +00:00
Jeff Hill
022fb68485 installed fix for range mapping integer overflow 2000-06-14 21:11:05 +00:00
Marty Kraimer
d6bf15feae changes in thread priorities 2000-06-14 14:35:09 +00:00
W. Eric Norum
3d57ac34ef The latest release of RTEMS reduced the default size of many system values.
Modify rtems_init.c to restore these to values which will work with EPICS.
Move clockInit call to threadInit.
Minor cleanups.
2000-06-13 22:33:55 +00:00
Jeff Hill
889e03fa83 check for shutdown condition when socket sys call returns EINTR 2000-06-13 22:33:27 +00:00
W. Eric Norum
78b8324a8d Add call to clockInit.
Clean up some threadInit calls.
2000-06-13 22:30:40 +00:00
Jeff Hill
0c5b00ce4c cosmetic 2000-06-13 22:30:05 +00:00
Jeff Hill
f945d5e6c9 cosmetic 2000-06-13 20:41:17 +00:00
Jeff Hill
9fced3bc4f codmetic 2000-06-13 20:40:14 +00:00
Jeff Hill
2518b8f727 cosmetic 2000-06-13 20:37:04 +00:00
Marty Kraimer
081ceea52d call threadInit where needed 2000-06-13 19:08:16 +00:00
Marty Kraimer
ac8754459d remove threadInit; add caMonitor.c 2000-06-13 19:05:25 +00:00
Marty Kraimer
5e252ab9fe client/server priorities were reversed 2000-06-13 15:01:25 +00:00
W. Eric Norum
64b4e5cb80 Increase init task (IOC sh) priority to be higher than all EPICS tasks.
Adjust RTEMS workspace to a size that allows simple IOC applications
to run on machines with `only' 4 Megabytes of memory.
2000-06-13 01:59:13 +00:00
W. Eric Norum
5c085da486 Use three characters in name since EPICS uses *lots* of semaphores. 2000-06-13 01:56:58 +00:00
Jeff Hill
5a29032168 clear channel to avoid disconnect warning 2000-06-13 01:04:34 +00:00
Jeff Hill
63f850eaf8 call ca_task_exit() 2000-06-13 01:00:09 +00:00
Jeff Hill
18b38cb969 fixed printf format warnings from GNU 2000-06-13 00:57:53 +00:00
Jeff Hill
07bcb7a55d cosmetic 2000-06-12 23:59:58 +00:00
Jeff Hill
00ba314344 init sufficent space in pool global sooner 2000-06-12 23:59:39 +00:00
Jeff Hill
963fee1856 added exception handler for UDP protocol errors 2000-06-12 23:53:34 +00:00
Jeff Hill
9a41b6d2ba fixed duplicate address entry search loop bug 2000-06-12 20:59:58 +00:00
Jeff Hill
f4e905be5b fixed priority polarization of event thread 2000-06-12 19:16:19 +00:00
Jeff Hill
0077b27fe3 moved stdlib.h (an ANSI C file) outside of OS depen switch 2000-06-12 17:32:11 +00:00
W. Eric Norum
3e75b6f0c2 Add `level' argument to semstat command.
Dynamically size task, semaphore, timer and queue tables.
Set aside more memory for RTEMS executive and network buffers.
RTEMS IOCs now need at least 8Mbytes.
2000-06-11 18:52:58 +00:00
Marty Kraimer
25b4959f3f added caMonitor 2000-06-09 12:48:10 +00:00
Janet B. Anderson
bbb3f2cf9a Aded clean rule and changed .DEPENDS to DEPENDS. 2000-06-08 21:21:16 +00:00
Jeff Hill
faf8e5f2d2 cleaned up thread names 2000-06-08 18:08:39 +00:00
Jeff Hill
314671f6e9 cleaned up thread names 2000-06-08 17:59:30 +00:00
Jeff Hill
fc5e479d97 cleaned up thread names 2000-06-08 17:56:22 +00:00
Jeff Hill
a828ff01fe minor optimization 2000-06-08 17:56:03 +00:00
Jeff Hill
e613d58ea5 fixed lock () where unlock() was needed 2000-06-08 16:55:24 +00:00
Jeff Hill
e37dd309fc cosmetic 2000-06-08 16:26:22 +00:00
Jeff Hill
d53c56763b many changes 2000-06-08 15:11:54 +00:00
Jeff Hill
0c960706b6 changed locking mechanisms 2000-06-08 15:09:12 +00:00
Jeff Hill
6065f78d3b locking mechanism is now virtual 2000-06-08 15:06:04 +00:00
Jeff Hill
9e3dafa4bb improved message 2000-06-08 15:05:17 +00:00
Jeff Hill
7d6d6e6b11 addded lock member functions 2000-06-08 15:04:45 +00:00
Jeff Hill
a2b7e25be5 removed lock macros 2000-06-08 15:04:16 +00:00