Commit Graph

527 Commits

Author SHA1 Message Date
Jeff Hill
a266d0e586 first cut at multi-threading version 2000-03-11 01:27:54 +00:00
Jeff Hill
63c647198c first cut at multi-threading version 2000-03-11 01:15:28 +00:00
Janet B. Anderson
0476526aef Do nothing Makefile. 2000-02-02 22:42:20 +00:00
Marty Kraimer
692b571e01 replace osiClock calls by tsStamp calls 2000-01-04 21:53:05 +00:00
Marty Kraimer
712fd5c133 dont include osiTime.h 2000-01-04 17:09:34 +00:00
Marty Kraimer
f9e516b9bd changes for osiSem changes 1999-12-14 22:08:05 +00:00
Janet B. Anderson
321aa893be Removed trailing blank space. 1999-12-14 16:08:56 +00:00
Marty Kraimer
bfe8599200 changes for iocCore port 1999-11-18 16:15:43 +00:00
Marty Kraimer
0194c36106 moved to os/osix/caOsDependent 1999-11-18 16:15:12 +00:00
Marty Kraimer
5f4db30d31 removed. Was not being built 1999-11-18 16:07:58 +00:00
Marty Kraimer
dd523e7f29 code moved to os/xxx/caOsDependent.c 1999-11-18 16:06:53 +00:00
Marty Kraimer
ede1ee1cdf new way to build 1999-11-18 16:05:40 +00:00
Jeff Hill
5a49dcb206 added prenthesis around arguments to VALID_MSG macro 1999-11-08 17:14:43 +00:00
Jeff Hill
3ea50f1bb7 fixed problem with VALID_MSG(PIIU) macro 1999-11-08 17:01:43 +00:00
Jeff Hill
a2ff8f4858 interface query updated to be compatible with Tornado II 1999-10-20 22:30:24 +00:00
Jeff Hill
66e6ece25d dont build if_depen.c under vxWorks 1999-10-20 22:26:01 +00:00
Jeff Hill
16e0762593 copy flags since they are now stored in a union 1999-10-20 22:21:24 +00:00
Jeff Hill
7584199835 suspend task if ca_import() fails 1999-10-14 23:34:18 +00:00
Jeff Hill
37b25dd8dc dont detect a flow control situation when select is telling us there is
something to read when there isnt anything there
1999-10-14 23:25:10 +00:00
Jeff Hill
704b352ba4 cleaned up doc 1999-10-13 23:08:42 +00:00
Jeff Hill
54f10f1fe2 proper blocking test around the call to flow_control_on() 1999-10-13 22:35:04 +00:00
Jeff Hill
d7f730d49b reformatted tabs in the TCP recv stub 1999-10-13 22:30:32 +00:00
Jeff Hill
2e1c249fc2 updated comment 1999-10-12 22:43:38 +00:00
Janet B. Anderson
426b874353 More Makefile changes for R3.14. 1999-10-12 18:03:38 +00:00
Janet B. Anderson
eb4eca432b Moved cadev.h caerr.h and caeventmask.h to src/include. 1999-10-12 18:01:43 +00:00
Jeff Hill
214ce75781 use a protocol jump table 1999-09-14 23:54:57 +00:00
Jeff Hill
0df94ed5cd dont save interface's IP address when querying local interfaces 1999-09-14 23:54:24 +00:00
Jeff Hill
889a98b86f changed the field name "m_type" to "m_dataType" to avoid
collision with a MACRO that is defined by the SENS IP stack
which is mandatory in WRS's Tornado II product.
1999-09-14 23:51:22 +00:00
Jeff Hill
14e2645c00 added ca_signal_formatted () 1999-09-14 23:50:43 +00:00
Jeff Hill
90e5cbad9c changed the field name "m_type" to "m_dataType" to avoid
collision with a MACRO that is defined by the SENS IP stack
which is mandatory in WRS's Tornado II product.

dont use sprintf() buffer for exceptions
1999-09-14 23:49:08 +00:00
Jeff Hill
51deb91ce7 removed fetch of local address for the EPICS_CA_ADDR_LIST 1999-09-14 23:40:02 +00:00
Jeff Hill
c0fd63bc0e added ca_vprintf() function 1999-09-14 23:38:18 +00:00
Jeff Hill
a33c71e163 dont save interface's IP address when querying local interfaces 1999-09-14 23:35:37 +00:00
Marty Kraimer
605eb45c0d for 3.14 only single Makefile 1999-09-13 13:46:31 +00:00
Jeff Hill
971e71c28d improved the way that socket error numbers are converted to strings,
changed () to (void) in func proto, and fixed missing parameter to
checkConnWatchdogs() bug resulting from this
1999-09-02 21:44:50 +00:00
Jeff Hill
05fb4aa04b improved access control message 1999-09-01 23:42:06 +00:00
Jeff Hill
eea6ff3181 fixed bug occurring when connection dropped while waiting to send 1999-07-16 21:09:00 +00:00
Jeff Hill
97f0ca4039 fixed bug occurring when connection dropped while waiting to send, and
initialize new search gongestion thresh parm
1999-07-16 17:08:05 +00:00
Jeff Hill
27229f9c14 close open files not associated with stdio before exec'ing the
repeater
1999-07-16 17:05:43 +00:00
Jeff Hill
5df25bf67a cosmetic changes 1999-07-16 17:03:23 +00:00
Jeff Hill
250eb430ae added congestion thresh parm for search alg 1999-07-16 17:02:06 +00:00
Jeff Hill
22143f39ee cosmetic changes 1999-07-16 16:40:14 +00:00
Jeff Hill
0fd2f6479b added congestion thresh parm to search alg 1999-07-16 16:38:59 +00:00
Jeff Hill
4fb64e8933 fixed bug occurring when connection dropped while waiting to send, and
initialize new search gongestion thresh parm
1999-07-16 16:28:24 +00:00
Jeff Hill
b68eb7dbb2 removed revision comments in favor of CVS 1999-07-15 23:20:01 +00:00
Jeff Hill
4ee8f8a8ee fixed comment 1999-07-15 23:14:30 +00:00
Jeff Hill
1909fed55c fixed infinite loop when ENOBUFS returned by sendto() 1999-07-15 20:15:30 +00:00
Jeff Hill
aeb07cfc3c close all open files when spawning the repeater 1999-05-11 20:31:54 +00:00
Jeff Hill
5ec6a3522f close all open files when spawning the repeater 1999-05-11 20:09:58 +00:00
Jeff Hill
679d3529f0 close all open files when spawning the repeater 1999-05-11 19:42:44 +00:00