Commit Graph

9508 Commits

Author SHA1 Message Date
Janet B. Anderson b3282bb58f Now cygwin's gcc, g++, ar, ld, and ranlib must be in user's path 2002-12-16 16:19:44 +00:00
Janet B. Anderson b86a21ed57 Updated for R3.14 2002-12-16 16:17:44 +00:00
Janet B. Anderson cc699b74df Updated solaris path info. 2002-12-16 16:11:17 +00:00
Marty Kraimer 2c94593c8c dont chop after chomp 2002-12-16 15:47:23 +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
Andrew Johnson 9c0e801674 Added SHRLIB_SEARCH_DIRS option to linux-x86, allows absolute paths to
shared library directories to be burned into executable and shared
library products.
2002-12-13 17:17:07 +00:00
Janet B. Anderson ed92859eaf Added chomp. 2002-12-13 15:27:42 +00:00
Marty Kraimer 483d1ea3f0 more notes for 3.14.1 2002-12-13 13:42:04 +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
Janet B. Anderson 2b1fd2f6f1 Added install for *.vdb files and generalized template definition. 2002-12-12 22:39:40 +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
Janet B. Anderson 20cbc2583e R3.14.1 2002-12-12 15:58:02 +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
Janet B. Anderson f0b9b606d5 Changes for capfast and OPT. 2002-12-12 00:08:30 +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
Marty Kraimer 43eae2b3c3 more notes for R3.14.1 2002-12-11 13:36:40 +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
Marty Kraimer 63abcb5e96 changes for 3.14.1 2002-12-10 19:17:17 +00:00
Jeff Hill 8cb253154e cosmetic 2002-12-10 17:50:35 +00:00