Commit Graph

7799 Commits

Author SHA1 Message Date
Andrew Johnson 8affdcc464 Removed dependency on dbStaticLib (only actually used for the definition
of struct brkInt found in dbBase.h), replaced float with double.
2002-06-26 20:06:33 +00:00
Janet B. Anderson 2e5c9f69d8 Added DLL_LINK_LIBNAME to LIBTARGETS definition. 2002-06-26 14:53:12 +00:00
Janet B. Anderson 9ecbab615a Added POSIX cppflags. 2002-06-26 14:46:55 +00:00
Janet B. Anderson bd8f570047 Changed ARCH_cygwin32 definition. 2002-06-26 14:46:24 +00:00
Janet B. Anderson 01a1126eb5 Change to shrlib versioning for Darwin build. 2002-06-26 14:38:59 +00:00
Jeff Hill 387d47c79c improved optimization 2002-06-25 23:10:47 +00:00
Jeff Hill 7871872182 fixed shutdown sequence 2002-06-25 22:25:58 +00:00
Jeff Hill 54076ffb12 cosmetic 2002-06-25 22:20:55 +00:00
Jeff Hill 7f8de741f0 o upgraded udp to use version and sequence numbers 2002-06-25 22:18:11 +00:00
W. Eric Norum 729144f7c5 Track changes in posix version. Hopefully the next release of OS X will
provide the reentrant routines and this source file can be removed.
2002-06-25 21:20:34 +00:00
W. Eric Norum 92ce367ca4 The Darwin compiler seems to generate bad code for -O3 (May 2002 beta developer
tools) so optimize with -O2 instead.
2002-06-25 21:14:39 +00:00
Janet B. Anderson 6e8bab95a6 Added realuninstall rule. Changed distclean to realclean + realuninstall. 2002-06-25 20:48:16 +00:00
Janet B. Anderson edee6416fe Added realclean action. 2002-06-25 20:47:15 +00:00
Janet B. Anderson 824c3f3b3e Added realclean rule. 2002-06-25 20:46:47 +00:00
Jeff Hill 692a72f46c o upgraded udp to use version and sequence numbers
o fixed race condition in search timer
2002-06-25 18:52:50 +00:00
Jeff Hill 385b7708dc doc 2002-06-25 18:45:01 +00:00
Jeff Hill 96aab4a62e send version message to client if it is on a new protocol version 2002-06-25 18:31:13 +00:00
Jeff Hill c78c3ce853 clean up state transitions 2002-06-25 15:11:52 +00:00
Jeff Hill 02ed07196b cosmetic 2002-06-25 15:10:30 +00:00
Jeff Hill 4a54265e84 check for overflow condition when adjusting time estimate 2002-06-25 15:08:59 +00:00
W. Eric Norum 0e4d76e68c Fix error report to reflect the fact that clock_gettime returns 0 or -1 with error code in errno. 2002-06-21 21:11:08 +00:00
Janet B. Anderson add1c8182d Added POSIX flags. 2002-06-18 17:58:06 +00:00
Janet B. Anderson 75de900567 Changed -mpentium to -mcpu=pentium 2002-06-18 17:57:28 +00:00
Jeff Hill c8095b4edc search timer now uses a private lock 2002-06-17 15:18:58 +00:00
Jeff Hill 36b061fa2f eliminated dead lock vulnerability 2002-06-14 18:22:50 +00:00
Marty Kraimer 008c9afa18 fix bug 2002-06-14 18:18:50 +00:00
Jeff Hill 5e1ea4868b workaround so that fix for bogus HP warningn isnt causing a warning with sun pro 2002-06-14 17:15:10 +00:00
Jeff Hill 08324fc8ec fixed iterator was not incremented when allocating a timer queue 2002-06-14 17:12:01 +00:00
Marty Kraimer eeee6c51d1 Put convertDoubleToWakeTime in osdTime.cpp so that it is not duplicated.
Use clock_gettime in convertDoubleToWakeTime.
Always use clock_gettime get current time
2002-06-14 14:55:43 +00:00
Marty Kraimer 7799184457 make commandTableOnce a c program 2002-06-14 13:46:28 +00:00
Marty Kraimer 50e4af0c58 check status 2002-06-14 12:21:15 +00:00
Jeff Hill e58cf16041 correct logic surrounding search timer schedualing flags 2002-06-13 23:32:39 +00:00
Jeff Hill c331dd6951 now uses a phase locked loop to synchronize the performance counter ticks
with file time
2002-06-13 23:29:36 +00:00
Jeff Hill bb979470c9 removed unused include 2002-06-13 17:24:48 +00:00
Jeff Hill d689a00f93 use %d to diplay thread id 2002-06-13 17:23:22 +00:00
Jeff Hill 9b5a9bf454 fixed no \n at end of message 2002-06-13 17:20:35 +00:00
Marty Kraimer cad77204f5 If TSE is -1 then recGblGetTimeStamp does not retrieve time.
This allows device/driver support to set the time.
2002-06-10 12:17:20 +00:00
Jeff Hill 9d14d911fe doc 2002-05-30 19:46:07 +00:00
Jeff Hill f279640dc0 fixed preemptive callback enable was backwards 2002-05-30 00:32:50 +00:00
Jeff Hill 254c9e8eb0 fixed sunpro warning 2002-05-29 17:40:43 +00:00
Jeff Hill b7e5d45c2d removed printf 2002-05-29 17:19:40 +00:00
Jeff Hill e2507b8764 fixed sunpro warning 2002-05-29 17:11:19 +00:00
Jeff Hill f69356a872 fixed improper documentation of connection timeout default 2002-05-29 16:28:14 +00:00
Marty Kraimer 6884793f40 for old device support that doesnt know about eoff 2002-05-29 12:03:23 +00:00
Jeff Hill 9093fe8385 1) use proper form of delete when releasing bounds
2) when gdd changes from scalar to vector make sure that old scalar data is not
interpreted as a pointer
3)properly init when copying one container to another
2002-05-29 00:40:35 +00:00
Jeff Hill 48d8c94022 print out a warning when there is a bogus type in the table 2002-05-29 00:37:06 +00:00
Jeff Hill 86de66c05f fixed caps 2002-05-29 00:27:24 +00:00
Jeff Hill ae80526d4d avoid use of ellFree 2002-05-29 00:21:48 +00:00
Jeff Hill a08fc2c551 large array modifications 2002-05-29 00:19:31 +00:00
Jeff Hill 565a372df1 large array modifications 2002-05-29 00:06:02 +00:00