improved exception message
21 lines of code changed in 1 file:
fixed memory leak
6 lines of code changed in 1 file:
changed interface so that callback is immediate if there is no space in the queue
13 lines of code changed in 2 files:
Shared libraries work fine on Darwin now, so selection of shared libraries can be left up to CONFIG_SITE.
1 lines of code changed in 1 file:
Removed dependency on dbStaticLib (only actually used for the definition
of struct brkInt found in dbBase.h), replaced float with double.
31 lines of code changed in 2 files:
Added DLL_LINK_LIBNAME to LIBTARGETS definition.
3 lines of code changed in 1 file:
Added POSIX cppflags.
2 lines of code changed in 1 file:
Changed ARCH_cygwin32 definition.
2 lines of code changed in 1 file:
Change to shrlib versioning for Darwin build.
4 lines of code changed in 1 file:
improved optimization
2 lines of code changed in 1 file:
cosmetic
1 lines of code changed in 1 file:
o upgraded udp to use version and sequence numbers
58 lines of code changed in 4 files:
Track changes in posix version. Hopefully the next release of OS X will
provide the reentrant routines and this source file can be removed.
43 lines of code changed in 1 file:
The Darwin compiler seems to generate bad code for -O3 (May 2002 beta developer
tools) so optimize with -O2 instead.
7 lines of code changed in 1 file:
Added realuninstall rule. Changed distclean to realclean + realuninstall.
14 lines of code changed in 1 file:
Added realclean action.
2 lines of code changed in 1 file:
Added realclean rule.
5 lines of code changed in 1 file:
o upgraded udp to use version and sequence numbers
o fixed race condition in search timer
459 lines of code changed in 9 files:
doc
2 lines of code changed in 1 file:
send version message to client if it is on a new protocol version
158 lines of code changed in 5 files:
clean up state transitions
14 lines of code changed in 2 files:
cosmetic
3 lines of code changed in 1 file:
check for overflow condition when adjusting time estimate
19 lines of code changed in 1 file:
Fix error report to reflect the fact that clock_gettime returns 0 or -1 with error code in errno.
1 lines of code changed in 1 file:
search timer now uses a private lock
113 lines of code changed in 3 files:
eliminated dead lock vulnerability
5 lines of code changed in 1 file:
fix bug
16 lines of code changed in 4 files:
workaround so that fix for bogus HP warningn isnt causing a warning with sun pro
28 lines of code changed in 1 file:
fixed iterator was not incremented when allocating a timer queue
2 lines of code changed in 1 file:
Put convertDoubleToWakeTime in osdTime.cpp so that it is not duplicated.
Use clock_gettime in convertDoubleToWakeTime.
Always use clock_gettime get current time
35 lines of code changed in 4 files:
check status
12 lines of code changed in 1 file:
correct logic surrounding search timer schedualing flags
12 lines of code changed in 1 file:
now uses a phase locked loop to synchronize the performance counter ticks
with file time
344 lines of code changed in 1 file:
removed unused include
1 lines of code changed in 1 file:
use %d to diplay thread id
2 lines of code changed in 1 file:
fixed no \n at end of message
2 lines of code changed in 1 file:
If TSE is -1 then recGblGetTimeStamp does not retrieve time.
This allows device/driver support to set the time.
4 lines of code changed in 1 file:
May 2002 »