|
|
@27556
|
15 years |
vboxsync |
process-win.cpp: must keep child process handles around or we risk …
|
|
|
@27555
|
15 years |
vboxsync |
tstRTProcCreateEx.cpp: Don't drag in Secur32.dll because it prevents …
|
|
|
@27554
|
15 years |
vboxsync |
localipc-win.cpp: don't drag in …
|
|
|
@27553
|
15 years |
vboxsync |
pipe-win: fixed bug in RTPipeWrite.
|
|
|
@27549
|
15 years |
vboxsync |
iprt/socket.cpp: relaxed the locking for accept and shutdown.
|
|
|
@27541
|
15 years |
vboxsync |
RT: temporary commented out owner assert in RT socket's shutdown() - …
|
|
|
@27514
|
15 years |
vboxsync |
tstRTProcCreateEx: Don't execute the as-user testcase by default; …
|
|
|
@27513
|
15 years |
vboxsync |
process-win.cpp: code review / cleanup.
|
|
|
@27512
|
15 years |
vboxsync |
process-win.cpp: must mark handles passed to the child as inheritable.
|
|
|
@27511
|
15 years |
vboxsync |
pipe-win.cpp: simplified.
|
|
|
@27510
|
15 years |
vboxsync |
poll-win.cpp,socket.cpp: Tested socket polling for windows.
|
|
|
@27509
|
15 years |
vboxsync |
iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
|
|
|
@27506
|
15 years |
vboxsync |
tcp.cpp: drop some of the includes.
|
|
|
@27504
|
15 years |
vboxsync |
socket.cpp,tcp.cpp: Windows build fixes.
|
|
|
@27503
|
15 years |
vboxsync |
iprt/socket.h: RTSocket API.
|
|
|
@27502
|
15 years |
vboxsync |
ditto
|
|
|
@27501
|
15 years |
vboxsync |
poll-posix.cpp: disabled polling on sockets for a few mins to get a …
|
|
|
@27500
|
15 years |
vboxsync |
tcp.cpp: build fix.
|
|
|
@27499
|
15 years |
vboxsync |
build fix
|
|
|
@27497
|
15 years |
vboxsync |
iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
|
|
|
@27492
|
15 years |
vboxsync |
superflous IN_RING3
|
|
|
@27491
|
15 years |
vboxsync |
IPRT/process-win: Now runs on WinXP and W2K as well.
|
|
|
@27487
|
15 years |
vboxsync |
IPRT/process-win: Now works on Windows 7.
|
|
|
@27475
|
15 years |
vboxsync |
IPRT/process-win: Fix for NT4 (not needed anyway atm).
|
|
|
@27473
|
15 years |
vboxsync |
IPRT/process-win: Attempt to impersonate started processes.
|
|
|
@27452
|
15 years |
vboxsync |
IPRT/process-posix: Fix POSIX burns.
|
|
|
@27451
|
15 years |
vboxsync |
IPRT/process-win: Update on RTProcCreateEx() + testcase.
|
|
|
@27439
|
15 years |
vboxsync |
IPRT/testcase: Should fix the burns.
|
|
|
@27437
|
15 years |
vboxsync |
IPRT/testcase: Bits for user RTProcCreateEx.
|
|
|
@27432
|
15 years |
vboxsync |
missing internal/pipe.h
|
|
|
@27431
|
15 years |
vboxsync |
iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
|
|
|
@27418
|
15 years |
vboxsync |
IPRT: much better error messages for XML runtime errors (improves …
|
|
|
@27416
|
15 years |
vboxsync |
IPRT/process-win: Only close token if valid.
|
|
|
@27414
|
15 years |
vboxsync |
Solaris/r0drv: use ddi_umem_alloc for NC pages.
|
|
|
@27404
|
15 years |
vboxsync |
alloc-ef.cpp: fix fence in front case no man's area filling (had a …
|
|
|
@27388
|
15 years |
vboxsync |
iprt: flush file & pipe.
|
|
|
@27387
|
15 years |
vboxsync |
iprt: RTProcCreateEx fix. Added testcase for whitespace args.
|
|
|
@27386
|
15 years |
vboxsync |
iprt: Fixed RTGetOptArgvToString bug dealing with DOS slashes at the …
|
|
|
@27385
|
15 years |
vboxsync |
iprt: Enabled the RTProcCreateEx code on widnows - the testcase works…
|
|
|
@27384
|
15 years |
vboxsync |
iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
|
|
|
@27373
|
15 years |
vboxsync |
Solaris/memobj: Try ddi_umem_alloc on the testbox.
|
|
|
@27352
|
15 years |
vboxsync |
memobj-r0drv-nt.cpp: NT4 (vanilla, didn't check sp6) doesn't have …
|
|
|
@27350
|
15 years |
vboxsync |
build fix
|
|
|
@27349
|
15 years |
vboxsync |
process-posix.cpp: copy & past thing in commented out code.
|
|
|
@27348
|
15 years |
vboxsync |
process-win.cpp: Sketched out RTProcCreateEx.
|
|
|
@27346
|
15 years |
vboxsync |
iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
|
|
|
@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().
|
|
|