Commit Graph

7883 Commits

Author SHA1 Message Date
Jeff Hill
ad61c92957 optimized 2002-12-05 23:54:21 +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
e7ca950fbb simplified now that epicsMutexLockWithTimeout() is gone 2002-12-05 23:39:17 +00:00
Jeff Hill
59a8a70d4a optimized 2002-12-05 23:19:43 +00:00
Jeff Hill
da20240ba4 code simplification 2002-12-05 22:02:26 +00:00
Jeff Hill
f9a30fac96 fix sunpro and ms warning 2002-12-05 21:58:24 +00:00
Jeff Hill
33ffc42b15 FIX sunpro WARNING 2002-12-05 21:57:27 +00:00
Marty Kraimer
ace4e5a9f6 epicsMutexLockWithTimeout no longer exists 2002-12-04 14:37:21 +00:00
Marty Kraimer
faed748404 implement fast mutex for posix; remove epicsMutexLockWithTimeout 2002-12-04 14:36:41 +00:00
W. Eric Norum
eb157872bd Use EPICS logging routines. No more syslog.
Unless othersise specified, run the network daemons at a lower priority than
the EPICS scan threads.  This makes the scan response much more deterministic.
2002-12-03 22:00:12 +00:00
Jeff Hill
500c0e22ba fix undefined symbols on Tornado II 2002-12-03 00:46:10 +00:00
Jeff Hill
5af2e2bb18 fix undefined symbols on Tornado II 2002-12-03 00:37:58 +00:00
Marty Kraimer
a5e80e7872 add return type to main 2002-12-02 20:43:45 +00:00
Marty Kraimer
22898be749 add epicsThreadPriorityIocsh andepicsThreadPriorityBaseMax 2002-12-02 15:58:55 +00:00
Marty Kraimer
c0d22b1e1d Allow hex doe VME_IO, CAMAC_IO, AB_IO, GPIB_IO, BITBUS_IO, BBGPIB_IO, VXI_IO 2002-12-02 15:20:33 +00:00
Marty Kraimer
8ed89fe9ce cosmetic changes 2002-12-02 15:14:08 +00:00
Marty Kraimer
d37c75c9e9 get rid of warning message 2002-12-02 14:51:54 +00:00
W. Eric Norum
d8c932a6ca Add prototype for OSI->OSS priority mapper. 2002-11-29 20:03:30 +00:00
Marty Kraimer
defcf41b0d always include stdlib 2002-11-27 16:16:28 +00:00
Jeff Hill
cd56605b19 use correct type for status 2002-11-27 01:59:31 +00:00
Jeff Hill
539da2f37e added diagnostic 2002-11-27 01:58:42 +00:00
Jeff Hill
883924dda6 use STRICT 2002-11-26 23:24:16 +00:00
Jeff Hill
bf9491592c support W95 except if its a 64 bit build 2002-11-26 23:24:00 +00:00
Jeff Hill
a05353b351 cleaned up reference() function 2002-11-26 01:59:55 +00:00
Jeff Hill
b59f8a3759 fixed arith overflow when computing ref count limit 2002-11-25 23:28:12 +00:00
Janet B. Anderson
a91ff3f031 Added Command-line input support define for epicsReadline.c. 2002-11-25 22:28:34 +00:00
Jeff Hill
cff2c0d5f8 its probably wise (based on failures during stress testing) to use a 32 bit
reference counter in gdd
2002-11-25 22:18:20 +00:00
W. Eric Norum
11f5331576 Add to provide signal-related stubs. 2002-11-21 15:07:05 +00:00
W. Eric Norum
0ae4e0fb16 Remove reference to osdReadline.h. Command-line library selection is now
done in CONFIG_SITE.
2002-11-20 20:26:52 +00:00
W. Eric Norum
1c7428c1cf Change command-line input to allow CONFIG_SITE selection of libtecla,
GNU readline, or built-in EPICS routines.
2002-11-20 20:17:36 +00:00
Jeff Hill
f4b94967a8 workaround for earlier versions of the wiondows SDK 2002-11-14 22:19:35 +00:00
Jeff Hill
151d115378 workaround visual c++ 6.0 bugs 2002-11-14 22:14:29 +00:00
Jeff Hill
d8aa4eb679 upgraded error code section 2002-11-13 16:51:43 +00:00
Jeff Hill
6a04e56e60 fixed comment 2002-11-12 19:16:20 +00:00
W. Eric Norum
d5d63e0ebd Add temporary configuration for PPC network device. 2002-11-12 18:18:50 +00:00
W. Eric Norum
8579ce2e26 Clean up architecture-specific hooks.
Add hook for __i386__ remote serial debugging.
2002-11-12 18:18:19 +00:00
Jeff Hill
d5685073ad added missing epicsShareDef (should impact only the VAX) 2002-11-12 16:56:18 +00:00
Ralph Lange
a5c21db367 HP warning fix: missing newline at EOF. 2002-11-12 10:55:07 +00:00
Ralph Lange
f301c33faf Fixed bogus undefined symbols with hpux aCC compiler. 2002-11-12 10:47:05 +00:00
Ralph Lange
d7ff4f71e4 Fix for HP native only compiler flags 2002-11-12 07:16:24 +00:00
Ralph Lange
6f8f059de7 Fixed gcc warning. 2002-11-07 19:18:39 +00:00
Ralph Lange
d429387e8a Fixed gcc warning. 2002-11-07 18:48:59 +00:00
Ralph Lange
140bf4a89a Fixed printf warnings by casting size_t to unsigned long. 2002-11-07 18:36:41 +00:00
Ralph Lange
9990225f23 Fixed HPUX compiler version string. 2002-11-07 17:50:56 +00:00