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
Janet B. Anderson
40420a56b6
Changed cpu definition.
2000-06-09 15:31:16 +00:00
Ralph Lange
443cf69d3c
Bugfix: -include only with Tornado
2000-06-09 14:23:37 +00:00
Ralph Lange
337a3c94c0
Add for shared libs under HPUX / aCC
2000-06-09 14:18:36 +00:00
Ralph Lange
5563b1ef12
Bugfix for shared libs under HPUX / aCC
2000-06-09 14:12:31 +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
Janet B. Anderson
d4d6febe69
Changed comment.
2000-06-08 20:51:30 +00:00
Janet B. Anderson
9f59150d35
Some changes for new build method.
2000-06-08 20:50:53 +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
Jeff Hill
c95b5225e2
added mutex protection
2000-06-08 15:03:10 +00:00
Jeff Hill
10570cfe0c
removed warning message when lower priority is unavailable
2000-06-08 15:00:57 +00:00
Jeff Hill
436cdc0562
cosmetic
2000-06-08 14:59:51 +00:00
Jeff Hill
9c65e69c0b
added test for first subscription update
2000-06-08 14:59:21 +00:00
Marty Kraimer
a4f1f73330
fix big bug in semBCreate
2000-06-07 20:41:28 +00:00
Marty Kraimer
f0df1e4519
add message
2000-06-07 12:03:13 +00:00
Jeff Hill
7cda8e208f
fixed user name exits test logic
2000-06-06 21:18:59 +00:00
Marty Kraimer
e1cce327ef
include not needed
2000-06-06 15:19:15 +00:00
Jeff Hill
bd3a2ed76a
install loopback address into the address list if no interfaces
...
found during auto-configure.
2000-06-06 00:17:33 +00:00
Jeff Hill
e698db7345
fixed printf format miss-match
2000-06-06 00:15:20 +00:00
Jeff Hill
4ce66fbc3d
cleaned up arch ifdefs
2000-06-05 23:57:33 +00:00
W. Eric Norum
1c9ae934f9
Since registerRecordDeviceDriver.c is part of example_SRCS_DEFAULT there's
...
no need to add it to example_SRCS_RTEMS.
2000-06-05 17:52:58 +00:00
Marty Kraimer
0cb718c4d6
threadPrivateGet must return 0 before first call to threadPrivateSet
2000-06-05 14:38:59 +00:00
Marty Kraimer
4e3cceba33
prevent duplicate -I for dbExpand
2000-06-05 12:38:09 +00:00
W. Eric Norum
a690ac58e8
Gcc allows -g to be used with -O.
2000-06-04 01:39:30 +00:00