Commit Graph

1747 Commits

Author SHA1 Message Date
Jeff Hill
e53adb99cf improved shutdown 2002-12-13 00:54:34 +00:00
Jeff Hill
a863314254 fixed gnu warning 2002-12-12 15:29:25 +00:00
Jeff Hill
7aac2ec883 improved prioritized channel test 2002-12-12 15:27:57 +00:00
Jeff Hill
e0c75e80bc the portable success test for ioctl is if it returns an int greater than or equal to zero 2002-12-12 01:15:19 +00:00
Jeff Hill
a612619458 continue with lock applied is holding lock? 2002-12-12 01:01:32 +00:00
Jeff Hill
5aa8fbb3c9 supress error message about bad fd when its a normal abort shutdown 2002-12-11 19:14:19 +00:00
Jeff Hill
8ce8820ecd fix for a problem that might occur on smp systems but has not been observed 2002-12-11 19:05:47 +00:00
Jeff Hill
dc5f217493 simplified 2002-12-11 02:11:16 +00:00
Jeff Hill
2ad0b9e362 shut up purify (mistake is in winsock but we can init the var and avoid the umr) 2002-12-11 01:20:55 +00:00
Jeff Hill
f4b01c2d59 added diagnostics 2002-12-11 00:01:31 +00:00
Jeff Hill
55d3b8a9f0 cosmetic 2002-12-10 23:57:02 +00:00
Jeff Hill
8ed40e2118 fixed code that no longer works with gcc 3.2 agressive alias analysis 2002-12-10 23:48:46 +00:00
Jeff Hill
5b1087379f cleaned up test 2002-12-10 20:03:12 +00:00
Jeff Hill
8cb253154e cosmetic 2002-12-10 17:50:35 +00:00
Jeff Hill
be1b93bca0 switch back to using peek to see if bytes are coming 2002-12-10 17:04:59 +00:00
Jeff Hill
057dc7e2b2 fixed premature disconnect under load bug 2002-12-10 16:59:53 +00:00
Jeff Hill
416dd6bfda dont return void from a void function (some compilers dont support this) 2002-12-10 16:59:36 +00:00
Marty Kraimer
54ee23afb9 changes for long being 64 bits 2002-12-06 14:13:36 +00:00
Jeff Hill
c041b69848 cleaned up blockUntilBytesArePendingInOS () 2002-12-06 00:35:38 +00:00
Jeff Hill
234cb25dbe new member function 2002-12-05 23:49:33 +00:00
Jeff Hill
a9cb77f196 dont spin for 50 calls to recv() if the incoming circuit is full - 5 times is probably better 2002-12-05 23:49:13 +00:00
Jeff Hill
e5684a3296 changed name of error code 2002-12-05 23:44:25 +00:00
Jeff Hill
62b4c55d25 removed unused parameter 2002-12-05 23:44:06 +00:00
Jeff Hill
58dea0cea9 moved error message table out of header file 2002-12-05 23:43:38 +00:00
Jeff Hill
fd2e9764a4 cosmetic 2002-12-05 23:43:04 +00:00
Jeff Hill
bdc11782b9 moved error message table here 2002-12-05 23:42:31 +00:00
Jeff Hill
5af2e2bb18 fix undefined symbols on Tornado II 2002-12-03 00:37:58 +00:00
Jeff Hill
d8aa4eb679 upgraded error code section 2002-11-13 16:51:43 +00:00
Jeff Hill
d5685073ad added missing epicsShareDef (should impact only the VAX) 2002-11-12 16:56:18 +00:00
Ralph Lange
98a88d9d74 Suppressed HPUX warnings. 2002-11-07 17:39:19 +00:00
Ralph Lange
d7fe8efef6 Suppressed HPUX warnings. 2002-11-07 17:18:27 +00:00
Jeff Hill
75ed51dc1c better diagnostic 2002-11-07 17:10:17 +00:00
Jeff Hill
8c936886e8 fixed gnu warning 2002-11-06 22:40:17 +00:00
Jeff Hill
3bcc880e73 updated caEventRate to allow multiple subscriptions and provide better statistics 2002-11-06 22:37:17 +00:00
Jeff Hill
f637fd1c72 avoid conversion ambiguities 2002-11-06 19:17:13 +00:00
Jeff Hill
1d69254f73 added assignment operator 2002-11-06 19:08:37 +00:00
Jeff Hill
83a6109f04 tabs => spaces 2002-11-05 20:47:51 +00:00
Jeff Hill
6e2262aecf fixed bogus undefined symbols with hpux compiler 2002-11-04 23:25:41 +00:00
Jeff Hill
5402eabe08 removed extra ws 2002-11-02 00:08:02 +00:00
Jeff Hill
2f70fd09b4 fixed gnu warning 2002-11-02 00:07:41 +00:00
Jeff Hill
ee810d4b0b fixed comment 2002-11-01 21:22:37 +00:00
Jeff Hill
e772ce948c fixed gnu warnings 2002-11-01 18:13:51 +00:00
Jeff Hill
c9468cdf8e moved signaling code 2002-11-01 17:22:23 +00:00
Jeff Hill
fd98efb6f8 use fprintf because errlogPrintf output is clipped at exit 2002-10-31 18:06:02 +00:00
Jeff Hill
7bef9698b0 force receive thread to hang around for its blocking socket call interrupt signal 2002-10-30 18:55:16 +00:00
Jeff Hill
5b23570d27 upgraded compiler specific macros 2002-10-30 18:40:24 +00:00
Jeff Hill
d4cb389a5d upgraded compiler specific macros 2002-10-30 18:29:40 +00:00
Jeff Hill
da9309e338 guard against use of a nill pointer 2002-10-30 01:37:41 +00:00
Jeff Hill
dc3bbeb16f fixed problem introduced by warning fix 2002-10-30 00:36:13 +00:00
Jeff Hill
784a5f815f improved message 2002-10-30 00:35:31 +00:00