|
|
@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.
|
|
|
@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.
|
|
|
@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.
|
|
|
@27385
|
15 years |
vboxsync |
iprt: Enabled the RTProcCreateEx code on widnows - the testcase works…
|
|
|
@27349
|
15 years |
vboxsync |
process-posix.cpp: copy & past thing in commented out code.
|
|
|
@27348
|
15 years |
vboxsync |
process-win.cpp: Sketched out RTProcCreateEx.
|
|
|
@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.
|
|
|
@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
|
|
|
@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.
|
|
|
@27246
|
15 years |
vboxsync |
RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
|
|
|
@27129
|
15 years |
vboxsync |
scm cleaned up some whitespace.
|
|
|
@27017
|
15 years |
vboxsync |
made the testsuite build on windows.
|
|
|
@26915
|
15 years |
vboxsync |
Runtime/tcp: new function to query the local address of a socket.
|
|
|
@26880
|
15 years |
vboxsync |
gcc warning
|
|
|
@26844
|
15 years |
vboxsync |
RTPollSetCount.
|
|
|
@26843
|
15 years |
vboxsync |
RTSystemQueryDmiString-darwin.cpp: fixed leaks and buffer overflow …
|
|
|
@26839
|
15 years |
vboxsync |
RTSystemQueryDmiString-linux.cpp: fixed edge case.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@26774
|
15 years |
vboxsync |
RTPipe: Implemented the posix variant.
|
|
|
@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.
|
|
|
@26683
|
15 years |
vboxsync |
iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
|
|
|
@26665
|
15 years |
vboxsync |
build fix
|
|
|
@26660
|
15 years |
vboxsync |
RTSystemQueryDmiString-solaris.cpp: Overflow hanlding. Don't query …
|
|
|
@26645
|
15 years |
vboxsync |
IPRT: Update for RTSystemQueryDmiString-win. Now passes testcase, but …
|
|
|
@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.
|
|
|
@26590
|
15 years |
vboxsync |
tcp: build fix.
|
|
|
@26589
|
15 years |
vboxsync |
tcp.cpp: build fix.
|
|
|
@26588
|
15 years |
vboxsync |
iprt: New type RTNETADDR for storing any address + type + port. Added …
|
|
|
@26549
|
15 years |
vboxsync |
r3/process.cpp: Don't assert in RTProcGetExecutableName.
|
|
|
@26530
|
15 years |
vboxsync |
fileaio-win.cpp: More warnings.
|
|
|
@26528
|
15 years |
vboxsync |
win.x86 warning.
|
|
|
@26525
|
15 years |
vboxsync |
Runtime: win.amd64 warnings.
|
|
|
@26476
|
15 years |
vboxsync |
iprt: Added RTPathCountComponents, RTPathCopyComponents, …
|
|
|
@26415
|
15 years |
vboxsync |
process-posix.cpp: doc
|
|
|
@26363
|
15 years |
vboxsync |
thread-posix.cpp: RTThreadPoke is optional, don't assert if the signal …
|
|
|
@26361
|
15 years |
vboxsync |
thread-posix.cpp: No RTThreadPoke in guest context.
|
|
|
@26344
|
15 years |
vboxsync |
Runtime: white space cleanup.
|
|
|
@26318
|
15 years |
vboxsync |
build fix
|
|
|
@26317
|
15 years |
vboxsync |
bogus
|
|
|
@26316
|
15 years |
vboxsync |
gcc warnings when compiling against newer libcs
|
|
|
@26258
|
15 years |
vboxsync |
two more
|
|
|
@26257
|
15 years |
vboxsync |
timer-posix.cpp: Another initializer warning.
|
|
|
@26256
|
15 years |
vboxsync |
build fix.
|
|
|
@26255
|
15 years |
vboxsync |
fs-posix.cpp: {0} initializer warnings.
|
|
|
@26254
|
15 years |
vboxsync |
mp-linux.cpp: warning.
|
|
|
@26253
|
15 years |
vboxsync |
sysfs.cpp: Drop the temporary hack, it's not needed and generate warnings.
|
|
|
@26252
|
15 years |
vboxsync |
tcp.cpp: gcc warnings.
|
|
|
@26212
|
15 years |
vboxsync |
time-win.cpp: missing headers
|
|
|
@26210
|
15 years |
vboxsync |
IPRT: Added RTTimeSet.
|
|
|
@26209
|
15 years |
vboxsync |
IPRT: Added RTTimeSet.
|
|
|
@26163
|
15 years |
vboxsync |
PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
|
|
|
@25961
|
15 years |
vboxsync |
IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
|
|
|
@25953
|
15 years |
vboxsync |
Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
|
|
|
@25926
|
15 years |
vboxsync |
Runtime: fixed uninitialized var
|
|
|
@25908
|
15 years |
vboxsync |
RTSemRWIsReadOwner: For assertion in main.
|
|
|
@25898
|
15 years |
vboxsync |
Runtime/path-posix.cpp: gcc found this bug
|
|
|