|
|
@25076
|
15 years |
vboxsync |
RTFileQueryFsSizes: Moving it to a separate file so we can select …
|
|
|
@25066
|
15 years |
vboxsync |
rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
|
|
|
@25065
|
15 years |
vboxsync |
rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
|
|
|
@25064
|
15 years |
vboxsync |
tstRTHeapOffset.cpp: extended the testcase.
|
|
|
@25060
|
15 years |
vboxsync |
heapoffset.cpp: stricter assertions.
|
|
|
@25059
|
15 years |
vboxsync |
RTHeapOffset: Initial conversion of RTHeapSimple.
|
|
|
@25057
|
15 years |
vboxsync |
tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
|
|
|
@25055
|
15 years |
vboxsync |
iprt/heap.h: Prototypes an offset based variation of the simple heap. …
|
|
|
@25031
|
15 years |
vboxsync |
RTStrVersionCompare: Handle pre-release indicators better.
|
|
|
@25029
|
15 years |
vboxsync |
RTStrVersionCompare: Some todos for dealing with beta releases.
|
|
|
@25014
|
15 years |
vboxsync |
RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
|
|
|
@25005
|
15 years |
vboxsync |
IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
|
|
|
@25000
|
15 years |
vboxsync |
IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
|
|
|
@24987
|
15 years |
vboxsync |
typo
|
|
|
@24986
|
15 years |
vboxsync |
IPRT/log.cpp: Don't use RTMemExecAlloc if RT_WITHOUT_EXEC_ALLOC and …
|
|
|
@24958
|
15 years |
vboxsync |
r3/alloc.cpp: Use %#zx instead of %d on sizes.
|
|
|
@24956
|
15 years |
vboxsync |
Runtime/r0drv/linux: final fix for the prepare_to_wait() / …
|
|
|
@24902
|
15 years |
vboxsync |
Runtime/r0drv/linux: fix for the finish_wait() fix
|
|
|
@24894
|
15 years |
vboxsync |
IPRT: Removed outdated todos.
|
|
|
@24893
|
15 years |
vboxsync |
IPRT: Improved RTStrVersionCompare() + testcase.
|
|
|
@24892
|
15 years |
vboxsync |
fileio-win.cpp/RTFileQueryFsSizes: todo with some hints
|
|
|
@24889
|
15 years |
vboxsync |
IPRT: Added RTFileQueryFsSizes.
|
|
|
@24885
|
15 years |
vboxsync |
build fix
|
|
|
@24883
|
15 years |
vboxsync |
Runtime/r0drv/linux: fix finish_wait() for Linux 2.4 kernels
|
|
|
@24826
|
15 years |
vboxsync |
IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
|
|
|
@24825
|
15 years |
vboxsync |
IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
|
|
|
@24824
|
15 years |
vboxsync |
Runtime: Linux 2.4 symbol fiddling
|
|
|
@24781
|
15 years |
vboxsync |
tstStrToNum: Added RTR3Init().
|
|
|
@24678
|
15 years |
vboxsync |
Misc: Shut up annoying gcc warnings on darwin.
|
|
|
@24662
|
15 years |
vboxsync |
Moved RTStrVersionToUInt32 out of strtonum.cpp.
|
|
|
@24661
|
15 years |
vboxsync |
review todo, not simple remark.
|
|
|
@24659
|
15 years |
vboxsync |
build grumble.
|
|
|
@24658
|
15 years |
vboxsync |
RTStrVersionToUInt32: bird review, things todo.
|
|
|
@24656
|
15 years |
vboxsync |
iprt/ministring: bird review - addressed object state after throwing …
|
|
|
@24653
|
15 years |
vboxsync |
Please, don't do this.
|
|
|
@24650
|
15 years |
vboxsync |
Disabling asserts preventing ISO image mounts
|
|
|
@24645
|
15 years |
vboxsync |
IPRT: Burn fix.
|
|
|
@24639
|
15 years |
vboxsync |
IPRT: Added RTStrVersionToUInt32() with testcase.
|
|
|
@24634
|
15 years |
vboxsync |
IPRT: Testcase framework for string -> version number conversion; temp …
|
|
|
@24633
|
15 years |
vboxsync |
IPRT: Testcase framework for string -> version number conversion; WIP.
|
|
|
@24585
|
15 years |
vboxsync |
fileio-posix.cpp: Build fix.
|
|
|
@24584
|
15 years |
vboxsync |
fileio-posix.cpp: file sharing emulation for debugging purposes. …
|
|
|
@24468
|
15 years |
vboxsync |
iprt/req.h: Document RTReqCall* caveats better.
|
|
|
@24435
|
15 years |
vboxsync |
Solaris/r0drv: Fixed macro redefs defining _MACHDEP for all r0drv …
|
|
|
@24427
|
15 years |
vboxsync |
iprt/string.h: Added a simpler allocating sprintf interface.
|
|
|
@24426
|
15 years |
vboxsync |
Solaris/r0drv: as_pagelock fix typo.
|
|
|
@24425
|
15 years |
vboxsync |
Solaris/r0drv: fix as_pagelock access error (host/guest common IPRT now).
|
|
|
@24409
|
15 years |
vboxsync |
OSE header fixes
|
|
|
@24388
|
15 years |
vboxsync |
Solaris/r0drv, Solaris/Installer: Merge VBI into IPRT. (delete binaries).
|
|
|
@24386
|
15 years |
vboxsync |
Solaris/r0drv: Merge VBI into IPRT.
|
|
|
@24352
|
15 years |
vboxsync |
Runtime/testcase: simple event semaphore testcase, including timeout case
|
|
|
@24341
|
15 years |
vboxsync |
fileio-win.cpp: clearify.
|
|
|
@24338
|
15 years |
vboxsync |
IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
|
|
|
@24287
|
15 years |
vboxsync |
Made the common parts of the OS/2 additions build again.
|
|
|
@24247
|
15 years |
vboxsync |
Solaris/mem-obj: some missed cleanup on errors.
|
|
|
@24226
|
15 years |
vboxsync |
fileaio-posix.cpp: fixed warning in RTFileAioCtxWait.
|
|
|
@24221
|
15 years |
vboxsync |
RTPathAbsEx: some cleanup, addressed one todo item.
|
|
|
@24219
|
15 years |
vboxsync |
tcp.cpp: needs limits.h
|
|
|
@24218
|
15 years |
vboxsync |
IPRT/r3/tcp.cpp: Windows build fix. Killed some warnings as well.
|
|
|
@24205
|
15 years |
vboxsync |
IPRT/r3/tcp.cpp: correct shutdown sequence.
|
|
|
@24204
|
15 years |
vboxsync |
IPRT/r3/tcp.cpp: correct shutdown sequence.
|
|
|
@24189
|
15 years |
vboxsync |
IPRT: Added RTFileQuerySize.
|
|
|
@24181
|
15 years |
vboxsync |
VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
|
|
|
@24180
|
15 years |
vboxsync |
IPRT: Drop the extra usage counting in powernotification-r0drv.c and …
|
|
|
@24179
|
15 years |
vboxsync |
iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module …
|
|
|
@24140
|
15 years |
vboxsync |
IPRT: added RTGETOPT_REQ_BOOL_ONOFF
|
|
|
@24106
|
15 years |
vboxsync |
DBGPlugInWinNt.cpp: digging into debug info…
|
|
|
@24103
|
15 years |
vboxsync |
grr!
|
|
|
@24102
|
15 years |
vboxsync |
req.cpp: oops.
|
|
|
@24100
|
15 years |
vboxsync |
iprt/req.h: Added RTReqIsBusy.
|
|
|
@24034
|
15 years |
vboxsync |
Backed out r53864; will cause too many problems unfortunately.
|
|
|
@24031
|
15 years |
vboxsync |
Removed disabled and incorrect assertion.
|
|
|
@24021
|
15 years |
vboxsync |
Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. …
|
|
|
@24014
|
15 years |
vboxsync |
Removed rtMpClearPoke function as it's no longer required. (fixes …
|
|
|
@24006
|
15 years |
vboxsync |
don't use <ctype.h> on UTF-8.
|
|
|
@24003
|
15 years |
vboxsync |
disable incorrect assert
|
|
|
@24001
|
15 years |
vboxsync |
Runtime: Darwin requires an extra parameter for F_NOCACHE which …
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23961
|
15 years |
vboxsync |
IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
|
|
|
@23960
|
15 years |
vboxsync |
tstStrFormat -> tstRTStrFormat.
|
|
|
@23919
|
15 years |
vboxsync |
re-apply r53640, r53642
|
|
|
@23903
|
15 years |
vboxsync |
Runtime: fix memory leak
|
|
|
@23892
|
15 years |
vboxsync |
temporarily back out r53642, r53640
|
|
|
@23871
|
15 years |
vboxsync |
followup for waitpid fix: old sigaction flags check fix
|
|
|
@23869
|
15 years |
vboxsync |
fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
|
|
|
@23868
|
15 years |
vboxsync |
RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
|
|
|
@23861
|
15 years |
vboxsync |
Check if DPC array was initialized
|
|
|
@23860
|
15 years |
vboxsync |
D-Bus: OSE exports
|
|
|
@23852
|
15 years |
vboxsync |
Main/D-Bus: Build fixes.
|
|
|
@23849
|
15 years |
vboxsync |
Main/D-Bus: Include D-Bus module.
|
|
|
@23845
|
15 years |
vboxsync |
VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
|
|
|
@23824
|
15 years |
vboxsync |
VBox Runtime: Also include D-BUS handling on other *x* platforms.
|
|
|
@23819
|
15 years |
vboxsync |
VBoxClient:
|
|
|
@23718
|
15 years |
vboxsync |
critsect-generic.cpp: Don't use AssertMsgFailed on nested entry since …
|
|
|
@23717
|
15 years |
vboxsync |
Runtime/r0drv/linux: include linux/sched.h directly (was always …
|
|
|
@23684
|
15 years |
vboxsync |
Compile fix
|
|
|
@23683
|
15 years |
vboxsync |
Use KeIpiGenericCall on Vista by default as well
|
|
|
@23666
|
15 years |
vboxsync |
RTTcpRead: recv returns 0 and errno = 0 when the server shuts down the …
|
|
|
@23665
|
15 years |
vboxsync |
RTTcpServerCreateEx: Initialize all the fields or RTTcpServerListen …
|
|
|
@23644
|
15 years |
vboxsync |
Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
|
|
|