|
|
@11468
|
16 years |
vboxsync |
- first working XPCOM binding version
- implemented check for …
|
|
|
@11413
|
16 years |
vboxsync |
Runtime: small fix to the UUID code, splitting the ClockSeq field and …
|
|
|
@11393
|
16 years |
vboxsync |
tstUuid: experiment.
|
|
|
@11391
|
16 years |
vboxsync |
Moved annoying log messages to either level4 or private logging. Added …
|
|
|
@11381
|
16 years |
vboxsync |
Fix for unicode RTStrFormat testcase on Unix
|
|
|
@11380
|
16 years |
vboxsync |
export
|
|
|
@11376
|
16 years |
vboxsync |
RTStrFormat fix for aligned unicode strings.
|
|
|
@11356
|
16 years |
vboxsync |
RTSystemQueryOSInfo/Win: Don't include "Service Pack" in the output, …
|
|
|
@11355
|
16 years |
vboxsync |
tstSystemQueryOSInfo: don't require the driver.
|
|
|
@11352
|
16 years |
vboxsync |
iprt: Implemented RTSystemQueryOSInfo for windows.
|
|
|
@11350
|
16 years |
vboxsync |
iprt: Added RTSystemQueryOSInfo.
|
|
|
@11347
|
16 years |
vboxsync |
iprt/rand: Added a generic RTRandAdv API for use with any random …
|
|
|
@11337
|
16 years |
vboxsync |
Runtime: new function for daemonizing, implemented on posix systems …
|
|
|
@11333
|
16 years |
vboxsync |
iprt/mp-solaris: and another…
|
|
|
@11331
|
16 years |
vboxsync |
iprt/mp-solaris: build fix
|
|
|
@11330
|
16 years |
vboxsync |
iprt/mp-solaris: build fix
|
|
|
@11329
|
16 years |
vboxsync |
iprt/mp-solaris: Filled in more missing bits.
|
|
|
@11328
|
16 years |
vboxsync |
iprt/mp-solaris: Added RTMpIsCpuOnline and implemented RTMpIsCpuOnline.
|
|
|
@11327
|
16 years |
vboxsync |
iprt: removed system-*.cpp
|
|
|
@11326
|
16 years |
vboxsync |
iprt/tstTSC: Use mp.h
|
|
|
@11324
|
16 years |
vboxsync |
iprt/RTMpGetOnlineSet: Hack to make solaris build…
|
|
|
@11320
|
16 years |
vboxsync |
iprt: dropping RTSystemProcessor*
|
|
|
@11313
|
16 years |
vboxsync |
stupid warning
|
|
|
@11273
|
16 years |
vboxsync |
typo
|
|
|
@11272
|
16 years |
vboxsync |
RTMpGetCount/solaris: Prefer _SC_NPROCESSORS_MAX over _SC_NPROCESSORS_CONF.
|
|
|
@11256
|
16 years |
vboxsync |
Runtime: implement RTMpGetCount/RTMpGetOnlineCount.
|
|
|
@11243
|
16 years |
vboxsync |
iprt/RTMpGetCount-posix: Avoid using _SC_NPROCESSORS_ONLN.
|
|
|
@11241
|
16 years |
vboxsync |
iprt/r3/mp-solaris r=bird:
- kstat doesn't appear to be serialized …
|
|
|
@11239
|
16 years |
vboxsync |
right place
|
|
|
@11226
|
16 years |
vboxsync |
DoxyFile: No more DECLGCCALLBACKMEMBER
|
|
|
@11205
|
16 years |
vboxsync |
Added mp-solaris.cpp for RTMpGetXxxFrequency()
|
|
|
@11173
|
16 years |
vboxsync |
IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
|
|
|
@11172
|
16 years |
vboxsync |
IPRT/RTRand: cosmetics - don't take the address of an array.
|
|
|
@11137
|
16 years |
vboxsync |
Solaris/vboxguest: fixed missing symbol RTLogWriteStdout.
|
|
|
@11133
|
16 years |
vboxsync |
compiler warnings
|
|
|
@11127
|
16 years |
vboxsync |
iprt/tstHandleTable: Fixed uninitialized variable.
|
|
|
@11126
|
16 years |
vboxsync |
iprt: Fixed copy & past bug in RTRandU64Ex (weird why this didn't show …
|
|
|
@11115
|
16 years |
vboxsync |
More EOL fixes.
|
|
|
@11078
|
16 years |
vboxsync |
iprt: common/misc/rand.cpp -> common/rand/rand.cpp
|
|
|
@11077
|
16 years |
vboxsync |
iprt: created common/rand.
|
|
|
@11064
|
16 years |
vboxsync |
iprt/RTRandUxy: Improved the distribution when not using the max …
|
|
|
@11060
|
16 years |
vboxsync |
RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if …
|
|
|
@11049
|
16 years |
vboxsync |
IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
|
|
|
@11044
|
16 years |
vboxsync |
IPRT/RTNetIPv4: Simple TCP validation.
|
|
|
@11038
|
16 years |
vboxsync |
iprt/RTNetIPv4: The checksums are in network endian, corrected the …
|
|
|
@11032
|
16 years |
vboxsync |
iprt: Added missing locking to rtR0MpNotificationNativeInit/Term on …
|
|
|
@11029
|
16 years |
vboxsync |
IPRT: Integrated vbi v2 fixes (r0drv/solaris/vbi)
|
|
|
@11024
|
16 years |
vboxsync |
Playing around.
|
|
|
@11023
|
16 years |
vboxsync |
Playing around.
|
|
|
@11021
|
16 years |
vboxsync |
tstMemAutoPtr: cosmetics.
|
|
|
@11020
|
16 years |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@11019
|
16 years |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@11017
|
16 years |
vboxsync |
iprt: Some RTMemAutoPtr optimizations.
|
|
|
@11016
|
16 years |
vboxsync |
IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
|
|
|
@11013
|
16 years |
vboxsync |
iprt/net: iSum -> u32Sum since it's kind of important that this …
|
|
|
@11012
|
16 years |
vboxsync |
iprt: More IPv4 validating / checksumming.
|
|
|
@10998
|
16 years |
vboxsync |
iprt: Use the byte swapper routines from iprt/asm.h.
|
|
|
@10995
|
16 years |
vboxsync |
iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
|
|
|
@10982
|
16 years |
vboxsync |
iprt: More IPv4 checksum calculation.
|
|
|
@10972
|
16 years |
vboxsync |
RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
|
|
|
@10966
|
16 years |
vboxsync |
IPRT: some more IP checksumming stuff (hope it works).
|
|
|
@10964
|
16 years |
vboxsync |
IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
|
|
|
@10954
|
16 years |
vboxsync |
IPRT: Integrated vbi v2 changes (r0drv/solaris/vbi).
|
|
|
@10951
|
16 years |
vboxsync |
IPRT: Extended RTStrValidateEncodingEx with a …
|
|
|
@10949
|
16 years |
vboxsync |
IPRT: Added RTStrNLen and RTStrNLenEx.
|
|
|
@10948
|
16 years |
vboxsync |
tstTimer: windows doesn't have the extended timer API.
|
|
|
@10947
|
16 years |
vboxsync |
tstOnce: extended the checks a bit.
|
|
|
@10946
|
16 years |
vboxsync |
tstTimer: some adjustments.
|
|
|
@10944
|
16 years |
vboxsync |
iprt: RTTimerLR - low resolution timer API (< 10 Hz).
|
|
|
@10941
|
16 years |
vboxsync |
iprt/posix timers: Cleanup fixing the create/destroy races, a …
|
|
|
@10940
|
16 years |
vboxsync |
IPRT: Implemented the RTOnce API.
|
|
|
@10935
|
16 years |
vboxsync |
More moving around of files in Linux 2.6.27
|
|
|
@10920
|
16 years |
vboxsync |
POSIX timers with SIGEV_SIGNAL and a dedicated thread
|
|
|
@10911
|
16 years |
vboxsync |
IPRT: Added RTPathSetCurrent.
|
|
|
@10905
|
16 years |
vboxsync |
tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
|
|
|
@10866
|
16 years |
vboxsync |
Fixed missing 'el' and reinserted the blank lines.
|
|
|
@10864
|
16 years |
vboxsync |
Update for future Linux 2.6.27.
|
|
|
@10854
|
16 years |
vboxsync |
Disable use of posix timers on Solaris, working around the missing …
|
|
|
@10848
|
16 years |
vboxsync |
Export to OSE
|
|
|
@10839
|
16 years |
vboxsync |
RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
|
|
|
@10827
|
16 years |
vboxsync |
It's not very clear what this Contention field really means. Seems to …
|
|
|
@10803
|
16 years |
vboxsync |
tstHandleTable: reneabled all the tests.
|
|
|
@10795
|
16 years |
vboxsync |
IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
|
|
|
@10794
|
16 years |
vboxsync |
tstThread-1: cosmetics.
|
|
|
@10793
|
16 years |
vboxsync |
IPRT: Added a simple thread testcase for the latest insertion race.
|
|
|
@10792
|
16 years |
vboxsync |
IPRT: Fixed issue where RTCreateThread would race against the …
|
|
|
@10791
|
16 years |
vboxsync |
Runtime: added a missing file to the R3 mini-runtime
|
|
|
@10790
|
16 years |
vboxsync |
IPRT: Fixed an overlooked race found by the threaded testcase.
|
|
|
@10789
|
16 years |
vboxsync |
IPRT: Implemented the simple handle table variant too.
|
|
|
@10788
|
16 years |
vboxsync |
IPRT: Implemented the context variant of the handle table.
|
|
|
@10768
|
16 years |
vboxsync |
Some early commit of the handle table code (home -> work).
|
|
|
@10767
|
16 years |
vboxsync |
RTOBJCACHE_MAGIC -> RTMEMCACHE_MAGIC, added RTMEMCACHE_MAGIC_DEAD. …
|
|
|
@10766
|
16 years |
vboxsync |
handle table magic.
|
|
|
@10738
|
16 years |
vboxsync |
Assert on the fast mutex semaphore being release and having no …
|
|
|
@10737
|
16 years |
vboxsync |
Must release the semaphore before destroying it (vista gets upset …
|
|
|
@10718
|
16 years |
vboxsync |
r0drv/solaris/vbi/mpnotification-r0drv-solaris.c prep.
|
|
|
@10708
|
16 years |
vboxsync |
Runtime: add cache implementation
|
|
|
@10646
|
16 years |
vboxsync |
Made RTLogDestroy ignore NULL logger.
|
|
|
@10644
|
16 years |
vboxsync |
r=bird: The file mode is the 3rd argument to open. If no mode is …
|
|
|
@10634
|
16 years |
vboxsync |
Runtime: implement Unix access permissions in RTFileOpen
|
|
|