|
|
@27345
|
15 years |
vboxsync |
iprt: Added RTSort with one simple algorithm implemented.
|
|
|
@27321
|
15 years |
vboxsync |
process-posix.cpp: Fixed RTPROC_FLAGS_DAEMONIZE, RTProcDaemonize …
|
|
|
@27313
|
15 years |
vboxsync |
pipe-win.cpp: Pipe implementation for windows; fails two test wrt to …
|
|
|
@27312
|
15 years |
vboxsync |
pipe-posix.cpp: Fixed missing VERR_NO_MEMORY in RTPipeCreate.
|
|
|
@27302
|
15 years |
vboxsync |
IPRT: RIP RTCache*, RTMemCache* is way better…
|
|
|
@27301
|
15 years |
vboxsync |
iprt/message.cpp: mixup in the generalization code.
|
|
|
@27297
|
15 years |
vboxsync |
alloc-ef.cpp: RTALLOC_EFENCE_ALIGNMENT.
|
|
|
@27295
|
15 years |
vboxsync |
Runtime/alloc-ef: back out accidental commit
|
|
|
@27293
|
15 years |
vboxsync |
Runtime/alloc-ef: more filling and more checking
|
|
|
@27292
|
15 years |
vboxsync |
Runtime/lockvalidator: free the right record
|
|
|
@27289
|
15 years |
vboxsync |
fileio-posix.cpp: Fixed inverted test on RTFILE_O_INHERIT causing the …
|
|
|
@27288
|
15 years |
vboxsync |
r3/tcp.cpp: Mark all sockets as no-inherit. (TODO: windows)
|
|
|
@27287
|
15 years |
vboxsync |
process-posix.cpp: Forgot to pass pFileActions to posix_spawn. duh.
|
|
|
@27283
|
15 years |
vboxsync |
tstRTMemEf.cpp: Use ASMProbeReadByte to prob without optimizer …
|
|
|
@27270
|
15 years |
vboxsync |
Runtime/testcase: improve RTMemEf testcase a bit, so that it provides …
|
|
|
@27269
|
15 years |
vboxsync |
Runtime/testcase: basic electric fence allocation testcase
|
|
|
@27246
|
15 years |
vboxsync |
RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
|
|
|
@27199
|
15 years |
vboxsync |
r0drv/linux/timer: hrtimer pinning fix for Linux >= 2.6.31 (code not …
|
|
|
@27198
|
15 years |
vboxsync |
r0drv/linux/timer: be consistent, this is SMP only
|
|
|
@27196
|
15 years |
vboxsync |
build fix
|
|
|
@27194
|
15 years |
vboxsync |
r0drv/linux/timer: adapt to Linux kernels >= 2.6.31 where …
|
|
|
@27146
|
15 years |
vboxsync |
memobj-r0drv-freebsd.c: Major rewrite again. Removed most of the …
|
|
|
@27129
|
15 years |
vboxsync |
scm cleaned up some whitespace.
|
|
|
@27128
|
15 years |
vboxsync |
IPRT: Added RTMsgWarning[V] and RTMsgInfo[V].
|
|
|
@27115
|
15 years |
vboxsync |
memobj-r0drv-solaris.c: corrected some assertions.
|
|
|
@27066
|
15 years |
vboxsync |
fixed tstRTStrFormat for 32-bit-gcc platforms -- do it like the other …
|
|
|
@27050
|
15 years |
vboxsync |
r0drv/Solaris/alloc-r0drv-solaris: some cleanup.
|
|
|
@27037
|
15 years |
vboxsync |
r0drv/solaris/memobj-r0drv-solaris: some cleanup.
|
|
|
@27033
|
15 years |
vboxsync |
Runtime/Makefile.kmk: The testsuite needs RuntimeR0Stub.
|
|
|
@27017
|
15 years |
vboxsync |
made the testsuite build on windows.
|
|
|
@27014
|
15 years |
vboxsync |
makefiles: Preps for building the test suite.
|
|
|
@27010
|
15 years |
vboxsync |
solaris/vbi/vbi.c: spaces to tabs.
|
|
|
@27009
|
15 years |
vboxsync |
r0drv/solaris/memobj-r0drv-solaris: fixed max PHYS address …
|
|
|
@27004
|
15 years |
vboxsync |
rtR0MemObjNativeAllocPhysNC: removed local debug statement.
|
|
|
@27003
|
15 years |
vboxsync |
rtR0MemObjNativeAllocPhysNC implementation for Solaris.
|
|
|
@26994
|
15 years |
vboxsync |
r0drv: comment typo
|
|
|
@26985
|
15 years |
vboxsync |
internal/memobj.h: comment typo.
|
|
|
@26915
|
15 years |
vboxsync |
Runtime/tcp: new function to query the local address of a socket.
|
|
|
@26899
|
15 years |
vboxsync |
R0/MemObj/FreeBSD: Various changes
- Don't wire allocated pages twice …
|
|
|
@26887
|
15 years |
vboxsync |
R0/MemObj/FreeBSD: Highly experimental changes. Implement PhysNC …
|
|
|
@26886
|
15 years |
vboxsync |
IPRT/FreeBSD: Fix GetPagePhysAddr for lock objects
|
|
|
@26880
|
15 years |
vboxsync |
gcc warning
|
|
|
@26869
|
15 years |
vboxsync |
Runtime/r0drv/memobj-linux: added printk debugging output for path in …
|
|
|
@26866
|
15 years |
vboxsync |
Runtime/r0drv/memobj-linux: alignment for …
|
|
|
@26864
|
15 years |
vboxsync |
Runtime/r0drv/memobj-linux: alignment for rtR0MemObjNativeAllocPhys()
|
|
|
@26848
|
15 years |
vboxsync |
tstRTSystemQueryOsInfo.cpp: Copied back the corrected overflow test …
|
|
|
@26847
|
15 years |
vboxsync |
Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
|
|
|
@26844
|
15 years |
vboxsync |
RTPollSetCount.
|
|
|
@26843
|
15 years |
vboxsync |
RTSystemQueryDmiString-darwin.cpp: fixed leaks and buffer overflow …
|
|
|
@26840
|
15 years |
vboxsync |
Runtime/nt: In rtR0MemObjNativeAllocPhys() don't use …
|
|
|
@26839
|
15 years |
vboxsync |
RTSystemQueryDmiString-linux.cpp: fixed edge case.
|
|
|
@26838
|
15 years |
vboxsync |
tstRTSystemQueryDmi.cpp: fixed the overflow tests.
|
|
|
@26829
|
15 years |
vboxsync |
memobj-r0drv-freebsd.c: nit: no else after return.
|
|
|
@26827
|
15 years |
vboxsync |
IPRT: RTPollSetCount() -> RTPollGetCount().
|
|
|
@26824
|
15 years |
vboxsync |
iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
|
|
|
@26821
|
15 years |
vboxsync |
Runtime/r3/darwin: RTSystemQueryDmiString fix.
|
|
|
@26813
|
15 years |
vboxsync |
IPRT/List: Add a method to move the list to a new header
|
|
|
@26808
|
15 years |
vboxsync |
Runtime/r3/darwin: unwanted header.
|
|
|
@26807
|
15 years |
vboxsync |
Runtime/r3/darwin: RTSystemQueryDmiString cleanup
|
|
|
@26806
|
15 years |
vboxsync |
Runtime/r3/darwin: unwanted headers
|
|
|
@26805
|
15 years |
vboxsync |
poll-posix.cpp: build fix.
|
|
|
@26804
|
15 years |
vboxsync |
process-posix.cpp: Drop the old RTProcCreate code.
|
|
|
@26803
|
15 years |
vboxsync |
Runtime/r3/darwin: Implemented RTSystemQueryDmiString
|
|
|
@26802
|
15 years |
vboxsync |
Implemented RTProcCreateEx for posix. The new features hasn't been …
|
|
|
@26801
|
15 years |
vboxsync |
poll-posix.cpp: initial untested code.
|
|
|
@26788
|
15 years |
vboxsync |
poll.h not pipe.h.
|
|
|
@26786
|
15 years |
vboxsync |
Runtime: Stubbed the polling API.
|
|
|
@26785
|
15 years |
vboxsync |
doc typo
|
|
|
@26784
|
15 years |
vboxsync |
iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
|
|
|
@26775
|
15 years |
vboxsync |
tstRTPipe: another test.
|
|
|
@26774
|
15 years |
vboxsync |
RTPipe: Implemented the posix variant.
|
|
|
@26772
|
15 years |
vboxsync |
iprt/testcase: nit picking on tstRTList.
|
|
|
@26771
|
15 years |
vboxsync |
IPRT/memobj-r0drv-freebsd: Do not use vtophys to get the physical …
|
|
|
@26765
|
15 years |
vboxsync |
build fix.
|
|
|
@26763
|
15 years |
vboxsync |
wrong dir for pipe-win.cpp.
|
|
|
@26762
|
15 years |
vboxsync |
iprt: Added RTHandleClose and pipe stubs.
|
|
|
@26761
|
15 years |
vboxsync |
IPRT: Implemented RTFileOpenBitBucket.
|
|
|
@26757
|
15 years |
vboxsync |
Runtime: Don't use crc32-zlib.cpp for the static runtime versions.
|
|
|
@26747
|
15 years |
vboxsync |
IPRT/log: Added personal preferences.
|
|
|
@26739
|
15 years |
vboxsync |
Runtime: Inline list implementation
|
|
|
@26723
|
15 years |
vboxsync |
RTStrATruncate: bugfix
|
|
|
@26694
|
15 years |
vboxsync |
RTGetOptPrintError: return RTEXITCODE_SYNTAX.
|
|
|
@26683
|
15 years |
vboxsync |
iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
|
|
|
@26674
|
15 years |
vboxsync |
iprt: Added RTMsgInitFailure for dealing with RTR3Init failures.
|
|
|
@26666
|
15 years |
vboxsync |
r0drv/solaris: log fix.
|
|
|
@26665
|
15 years |
vboxsync |
build fix
|
|
|
@26660
|
15 years |
vboxsync |
RTSystemQueryDmiString-solaris.cpp: Overflow hanlding. Don't query …
|
|
|
@26659
|
15 years |
vboxsync |
IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
|
|
|
@26645
|
15 years |
vboxsync |
IPRT: Update for RTSystemQueryDmiString-win. Now passes testcase, but …
|
|
|
@26643
|
15 years |
vboxsync |
Solaris/R0drv: temporary failure case logging in contig alloc.
|
|
|
@26626
|
15 years |
vboxsync |
Implemented RTSystemQueryDmiString on Solaris.
|
|
|
@26618
|
15 years |
vboxsync |
RTSystemQueryDmiString-linux.cpp: the dmi stuff can be in …
|
|
|
@26612
|
15 years |
vboxsync |
RTTcpGetPeerAddress: Host endian for the port.
|
|
|
@26610
|
15 years |
vboxsync |
tcp.cpp: IPRT_WITH_TCPIP_V6 not IPRT_TCP_IN6.
|
|
|
@26608
|
15 years |
vboxsync |
IPRT: linux implementation of RTSystemQueryDmiString.
|
|
|
@26605
|
15 years |
vboxsync |
tstSystemQueryOsInfo -> tstRTSystemQueryOsInfo.
|
|
|
@26604
|
15 years |
vboxsync |
tstSystemQueryOsInfo: converted to RTTest.
|
|
|
@26600
|
15 years |
vboxsync |
iprt: Added RTSystemQueryDmiString.
|
|
|
@26590
|
15 years |
vboxsync |
tcp: build fix.
|
|
|
@26589
|
15 years |
vboxsync |
tcp.cpp: build fix.
|
|
|