Marty Kraimer
9f884c0641
undef _POSIX options; minor changes
2000-10-06 13:33:52 +00:00
Marty Kraimer
70317853a8
correct option should be PTHREAD_PROCESS_PRIVATE
2000-10-05 20:46:07 +00:00
Marty Kraimer
aa769ee715
semBinaryGive, semBinaryTake, semMutexGive, semMutexTake are now macros
2000-10-04 19:34:23 +00:00
W. Eric Norum
08297f56b3
Split RTEMS configuration from startup routines. This makes it possible
...
for application developers to supply their own configuration while
retaining the RTEMS startup routines.
2000-10-02 18:52:19 +00:00
Marty Kraimer
0bc54a098d
PTHREAD_CANCEL_ASYNCHRONOUS so myAtExit cancels immediately
2000-09-28 20:31:35 +00:00
Marty Kraimer
d5cb392922
fix myAtExit
2000-09-28 15:28:48 +00:00
Jeff Hill
d64ed3e699
close the handle
2000-09-28 00:56:24 +00:00
Marty Kraimer
73419a9d4b
dont cancel main thread
2000-09-27 21:22:12 +00:00
Jeff Hill
75eb4853f3
fixed ifdef on vis C++ version
2000-09-27 19:42:16 +00:00
Janet B. Anderson
2ee3d8b76a
Bug fix on comment line.
2000-09-27 16:20:44 +00:00
Marty Kraimer
20d23b90d6
atexit cancels threads
2000-09-27 13:39:42 +00:00
Jeff Hill
61ec68d973
added missing include file
2000-09-26 22:28:58 +00:00
Marty Kraimer
d0aeba086b
fix priority bug; better Show
2000-09-26 20:22:39 +00:00
Marty Kraimer
7e197541bd
free mutex
2000-09-26 12:53:28 +00:00
Jeff Hill
7cf4d6bc57
cosmetic
2000-09-14 00:43:31 +00:00
Jeff Hill
53faeff877
added new line at EOF
2000-09-14 00:41:53 +00:00
W. Eric Norum
bbf577ba54
Add utility routines which vxWorks provides but RTEMS does not.
2000-09-13 16:21:32 +00:00
Jeff Hill
1536bd52f6
added debug messages
2000-09-12 19:40:11 +00:00
Jeff Hill
40b4b1766c
added new header install to INC
2000-09-12 14:57:12 +00:00
Jeff Hill
f58dd57315
doc
2000-09-11 16:15:29 +00:00
Jeff Hill
2e86137945
deprecated old iterators
2000-09-11 15:24:18 +00:00
Jeff Hill
de4b096a70
check for N == 0 in release function also
2000-09-11 15:22:47 +00:00
Jeff Hill
0b21179092
made more functions inline
2000-09-11 15:21:34 +00:00
Jeff Hill
2fa4a247c7
fixed spelling problems
2000-09-11 13:56:20 +00:00
Jeff Hill
8cb926b254
improved diagnostic
2000-09-07 01:10:30 +00:00
Jeff Hill
2fa3e3d139
added diagnostics
2000-09-06 00:35:00 +00:00
Jeff Hill
ebf6f271af
fixed sun pro compiler warning
2000-08-30 22:21:10 +00:00
Marty Kraimer
3f3e77bce5
add THREADFUNC prototype for threadOnce
2000-08-30 12:19:30 +00:00
Jeff Hill
604eb1e89b
fixed Tornado II GNU warning
2000-08-29 22:49:07 +00:00
Jeff Hill
57a0e5ded3
fixed doc
2000-08-29 22:43:49 +00:00
Jeff Hill
cba713ec10
added forward ref
2000-08-26 00:55:10 +00:00
Jeff Hill
2bca5e63df
set flag before emitting signal
2000-08-26 00:50:58 +00:00
Jeff Hill
5ded632331
Linux apparantely does accept zero length UDP
2000-08-26 00:27:46 +00:00
Jeff Hill
e2a4730f44
linux apparently does not accept zero length UDP messages
2000-08-26 00:10:20 +00:00
Jeff Hill
bf228963b2
fixed Linux uses unsigned where int is used on other OS
2000-08-25 19:50:01 +00:00
Jeff Hill
18b885af33
fixed GNU and SUN PRO warnings
2000-08-25 17:55:18 +00:00
Jeff Hill
200b6a88ec
installed
2000-08-25 01:39:17 +00:00
Jeff Hill
e926b5b837
cosmetic
2000-08-25 01:37:45 +00:00
Jeff Hill
95dadce66f
first cut
2000-08-25 01:35:49 +00:00
Jeff Hill
e33dab4299
added isCurrentThread() member func
2000-08-25 01:35:06 +00:00
Jeff Hill
ce193d5c57
added new dotted IP addr ascii conversions
2000-08-25 01:34:20 +00:00
Jeff Hill
ad17787317
added new source files
2000-08-25 01:33:22 +00:00
Jeff Hill
27c8c6612c
added newline at EOF
2000-08-25 01:28:19 +00:00
Jeff Hill
02df98b82c
first cut
2000-08-25 01:25:25 +00:00
Jeff Hill
a3341382b8
added debug level
2000-08-25 01:14:37 +00:00
W. Eric Norum
d09da0eb6b
Use a special RTEMS-specific version of fopen to add the RTEMS TFTP
...
prefix to path names. This is a cleaner solution since it requires
no changes to any other EPICS code and works for all places that
files are opened.
2000-08-23 22:31:39 +00:00
Ralph Lange
d3fce00c03
MODULO bug (range was limited to short int) fixed.
2000-08-09 13:51:08 +00:00
W. Eric Norum
06ef32ff95
Increase number of file descriptors.
...
Add comment showing how to enable the stack checker.
2000-08-08 06:35:13 +00:00
W. Eric Norum
10eb2dbc73
Use new RTEMS fast-mutex routines.
2000-07-19 15:14:16 +00:00
W. Eric Norum
cf81d7794c
Increase RTEMS executive workspace. Don't bother trying to fit EPICS/RTEMS
...
on to machines with less than 16 Mbytes of RAM.
Ensure console serial line handshaking is off. We don't want a rogue terminal
or terminal concentrator locking things up.
2000-07-19 15:13:52 +00:00