Commit Graph

5105 Commits

Author SHA1 Message Date
Jeff Hill
edfd43d5b9 changing include order fixes GNU warning 2000-10-12 16:10:53 +00:00
Jeff Hill
9e23ff58ee use proper size argument type 2000-10-12 16:08:35 +00:00
Jeff Hill
e7f2d2310c use proper form of include 2000-10-12 16:07:34 +00:00
Jeff Hill
7a970ec569 fixed improper format 2000-10-12 15:41:24 +00:00
Marty Kraimer
36b24f350e New version from Eric; Now thread safe for 1 reader, 1 writer 2000-10-12 13:58:57 +00:00
Janet B. Anderson
566ca6aacf Changed seq location. 2000-10-12 02:09:54 +00:00
Janet B. Anderson
c6303dd203 Changed DBDNAME dependancy. 2000-10-12 02:09:29 +00:00
Janet B. Anderson
517b01bb71 Added RELEASE_NOTES.HTM file. 2000-10-12 01:54:51 +00:00
Janet B. Anderson
bff494d739 Iniial version. 2000-10-12 01:53:08 +00:00
Jeff Hill
bd8db23aec temp removed use of RTTI 2000-10-12 00:45:26 +00:00
Jeff Hill
7c58404cb6 fixed use of nill piiu pointer 2000-10-12 00:22:54 +00:00
Andrew Johnson
6742c4db06 Fixed bug in TSgetMasterTime() - round-trip adjustment was garbage
Replaced TSprintf() with printf() where logging inappropriate
2000-10-11 23:08:56 +00:00
Jeff Hill
d3a0cee977 added additional debug output 2000-10-11 22:35:35 +00:00
Jeff Hill
3b670031b6 avoid synchronous DNS calls 2000-10-11 22:27:48 +00:00
Jeff Hill
f920a1241e configure that WINSOCK is very different about SO_REUSEADDR 2000-10-11 22:26:41 +00:00
Jeff Hill
aeec89103c configure that WINSOCK is very different about SO_REUSEADDR
and print warning message when TCP port is dynamically assigned
2000-10-11 22:22:19 +00:00
Jeff Hill
6bf3771462 allow UDP in buf to expand 2000-10-11 19:48:34 +00:00
Jeff Hill
ac2b421401 removed debug output 2000-10-11 19:47:34 +00:00
Jeff Hill
ae0f01b2ff convert tabs to spaces 2000-10-11 19:44:34 +00:00
Jeff Hill
a746ac770d tabs to spaces 2000-10-11 19:32:48 +00:00
Jeff Hill
784adfa5a7 avoid problems with compilers that dont have default template arguments 2000-10-11 19:31:51 +00:00
Jeff Hill
6606dd6d31 tabs converted to spaces 2000-10-11 19:29:45 +00:00
Jeff Hill
48ca9b8a37 visual C++ 6.0 still does not allocate the proper amount of memory for a
pointer to a member function
2000-10-11 19:27:18 +00:00
Marty Kraimer
4331775413 changed comment 2000-10-11 19:14:53 +00:00
W. Eric Norum
e892cade83 Show both current and real priority when they differ.
Show true priority, not the value clipped to the EPICS limits.
2000-10-11 17:57:33 +00:00
Jeff Hill
e43f44232f avoid default template arguments 2000-10-11 14:26:09 +00:00
Jeff Hill
1f99335386 removed cast related warning 2000-10-11 14:25:27 +00:00
Jeff Hill
b34f800f31 removed synchronous DNS lockup vulnerability 2000-10-10 22:42:37 +00:00
Jeff Hill
05134e7b9f upgraded use DNS asynchronously in order to avoid lock ups 2000-10-10 22:39:36 +00:00
Jeff Hill
f967804a0d changed the name of sockAddrToDottedA 2000-10-10 22:19:04 +00:00
Jeff Hill
71d0be742d took out DNS calls to avoid possible lock up if DNS isnt working 2000-10-10 22:17:21 +00:00
Jeff Hill
4af28c5ad6 installed compromise mutex solution which implements a timeout, but
still uses the more efficent WIN32 critical section primitive
2000-10-10 22:14:42 +00:00
Jeff Hill
f00cccc76e fixed issues discovered by the Borland compiler 2000-10-10 21:38:38 +00:00
Jeff Hill
c10f47db21 removed static definition inside header file 2000-10-10 21:35:00 +00:00
Janet B. Anderson
4e80089ade Added iocBoot lines. 2000-10-10 20:23:01 +00:00
Janet B. Anderson
895f84a5b8 Added iocBoot lines. 2000-10-10 20:16:17 +00:00
Jeff Hill
25a730ed88 avoid problems with the borland compiler 2000-10-10 19:37:40 +00:00
Jeff Hill
15505d6a92 proper form of incude 2000-10-10 19:36:52 +00:00
Jeff Hill
583e5f6a63 removed dated comment 2000-10-10 19:35:42 +00:00
Marty Kraimer
9f884c0641 undef _POSIX options; minor changes 2000-10-06 13:33:52 +00:00
Jeff Hill
8b8b4a736d use epicsAssert 2000-10-06 00:33:31 +00:00
Jeff Hill
c5f33a7475 allowed acces to the chid from the evid 2000-10-06 00:14:00 +00:00
Jeff Hill
c07cd661cd more diagnostics when we run low on pool 2000-10-05 23:55:13 +00:00
Jeff Hill
b7d09d4106 no message 2000-10-05 23:54:36 +00:00
Jeff Hill
00f098894d fixed improper logic when we run out of memory 2000-10-05 22:56:31 +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
Marty Kraimer
01b8b82a94 remove start_time 2000-10-04 19:33:04 +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
Janet B. Anderson
7fd0f129cc Modified PROD defintion. 2000-09-29 16:13:20 +00:00