W. Eric Norum
6759cb7f65
Must set ticksPerSecond before using it!
2002-12-16 16:59:34 +00:00
Ralph Lange
46111a9065
+= Fixed HPUX compiler warning
2002-12-16 13:34:02 +00:00
Jeff Hill
4a730a5b88
fixed debug code
2002-12-13 20:45:57 +00:00
Jeff Hill
b488eb54ad
cleaned up locking (also avoid destroying a lock that we own on Linux)
2002-12-13 19:39:46 +00:00
Jeff Hill
e06090bb99
fixed premature shutdown under load bug
2002-12-13 18:31:48 +00:00
Marty Kraimer
ba6ce39c67
add stupid decoration for windows
2002-12-13 17:21:50 +00:00
Marty Kraimer
5b84bd81b1
add eltc and coreRelease
2002-12-13 13:11:51 +00:00
Jeff Hill
e53adb99cf
improved shutdown
2002-12-13 00:54:34 +00:00
Jeff Hill
256836fe59
fixed missing parm for old version of posix
2002-12-13 00:17:16 +00:00
W. Eric Norum
3ee40c3321
Fix up change to match new os-dependent mutex API.
2002-12-12 21:57:02 +00:00
Jeff Hill
06aa996962
avoid recursive locking in once only function
2002-12-12 20:52:56 +00:00
Marty Kraimer
3e1af8ce08
must use fprintf(stdout not printf so that help works on vxWorks
2002-12-12 20:09:36 +00:00
Marty Kraimer
8d73716fbd
register setIocLogDisable, callbackSetQueueSize, dbPvdTableSize, scanOnceSetQueueSize, and errlogInit
2002-12-12 19:20:20 +00:00
Marty Kraimer
1589c1c3ec
Let iocLofDisable be dynamically changed
2002-12-12 19:00:24 +00:00
Marty Kraimer
97caf300d3
dbStaticPvt needed for registering dbPvdTableSize
2002-12-12 18:50:06 +00:00
Janet B. Anderson
4dcbc1b278
Added comments about CAPFAST_TEMPLATES and SCH2EDIF_PATH definitions.
2002-12-12 17:26:12 +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
2f2d4bfae7
conditionally compile in mutex owner logging
2002-12-12 14:50:27 +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
d0116a0669
fixed missing status
2002-12-12 00:27:29 +00:00
Jeff Hill
6b439d6b97
avoid chiken an egg problems during init by not using osi routines at osd level
2002-12-12 00:23:45 +00:00
Jeff Hill
737211aff7
fixed gnu warning
2002-12-11 23:21:29 +00:00
Jeff Hill
648f60656a
added struct for C
2002-12-11 23:13:13 +00:00
Jeff Hill
fa1b9181cb
added capability to record the last owner of the mutex, but perhaps
...
this should be active only with debug builds
2002-12-11 23:01:49 +00:00
Jeff Hill
3c136f74d8
added epicsThreadIdGetSelf() performance test
2002-12-11 22:56:53 +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
Marty Kraimer
50d6a77ce1
cosmetic changes
2002-12-11 19:14:15 +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
Marty Kraimer
e8d03dc4d6
get rid of unnecessary pthread_self
2002-12-11 18:30:33 +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
b631253c9d
define pure virtual ipAddrToAsciiAsynchronous::ioCompletionNotify for
...
situations where the derived class's destructor is running precisely when
the io completes, but the ipAddrToAsciiAsynchronous destructor has
not yet run
2002-12-11 01:19:37 +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
Janet B. Anderson
02de364dff
Change to a single unsigned i definition.
2002-12-10 15:30:01 +00:00
Jeff Hill
d70ba845e5
dont take (and keep) the lock in the destructor because on POSIX its not allowed to own a mutex when it is destroyed
2002-12-09 23:53:12 +00:00
Janet B. Anderson
0438779bf8
Added Com_DIR definition.
2002-12-09 19:52:14 +00:00
Marty Kraimer
57a288d912
check for INT_MAX; Use epicsTypes for long and unsigned long fields
2002-12-09 15:37:38 +00:00
Janet B. Anderson
e90e86aadd
Added compatibility define for dbDumpFldDes
2002-12-07 18:21:08 +00:00
Marty Kraimer
54ee23afb9
changes for long being 64 bits
2002-12-06 14:13:36 +00:00
Marty Kraimer
6f8cadf2d2
get rid of warning message
2002-12-06 14:09:47 +00:00
Marty Kraimer
f838df514a
get rid of warning messages
2002-12-06 13:47:40 +00:00