|
|
@22004
|
15 years |
vboxsync |
iprt/asm.h: Added ASMMemIsZeroPage.
|
|
|
@21740
|
15 years |
vboxsync |
IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
|
|
|
@21737
|
15 years |
vboxsync |
export to OSE
|
|
|
@21728
|
15 years |
vboxsync |
iprt/string: change behaviour of Utf16 to Latin1 to reject …
|
|
|
@21725
|
15 years |
vboxsync |
iprt: Added RTMpGetDescription.
|
|
|
@21723
|
15 years |
vboxsync |
tstUtf8: Test RTStrUtf8ToCurrentCP and RTUtf16ToLatin1 for …
|
|
|
@21714
|
15 years |
vboxsync |
iprt/string: conversion between Utf16 and Latin1
|
|
|
@21582
|
15 years |
vboxsync |
IPRT: RTFILE_O_APPEND.
|
|
|
@21551
|
15 years |
vboxsync |
tstR0ThreadPreemption: Some adjustments to new …
|
|
|
@21541
|
15 years |
vboxsync |
tstR0ThreadPreemption: use ASMIntAreEnabled.
|
|
|
@21451
|
15 years |
vboxsync |
iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
|
|
|
@21409
|
15 years |
vboxsync |
IPRT: rename ministring, add iprt:: namespace
|
|
|
@21404
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21394
|
15 years |
vboxsync |
Backing out r49763 to fix Windows burns.
|
|
|
@21393
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21292
|
15 years |
vboxsync |
svn:eol-style native
|
|
|
@21287
|
15 years |
vboxsync |
tstRTR0MemUserKernel: Test that it doesn't allow kernel addresses.
|
|
|
@21286
|
15 years |
vboxsync |
tstRTR0MemUserKernel: Testcase for the RTR0MemUser/Kernel API.
|
|
|
@21082
|
15 years |
vboxsync |
Missed one VBOX_WITH_LIBXML2_IN_VBOXRT.
|
|
|
@21079
|
15 years |
vboxsync |
Main: move libxml2 to IPRT unconditionally (remove …
|
|
|
@21077
|
15 years |
vboxsync |
back out r49329, r49331, will start over
|
|
|
@21073
|
15 years |
vboxsync |
Main: move libxml2 to IPRT unconditionally (remove …
|
|
|
@20647
|
15 years |
vboxsync |
IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
|
|
|
@20606
|
15 years |
vboxsync |
IPRT/testcase: Use RTTestInitAndCreate.
|
|
|
@20600
|
15 years |
vboxsync |
fixed tstStrFormat
|
|
|
@20597
|
15 years |
vboxsync |
Runtime: improve SemRW testcase to also do recursion testing
|
|
|
@20575
|
15 years |
vboxsync |
IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
|
|
|
@20563
|
15 years |
vboxsync |
IPRT/testcase: corrections.
|
|
|
@20562
|
15 years |
vboxsync |
iprt: started on tstRTMemPool.cpp.
|
|
|
@20443
|
15 years |
vboxsync |
Runtime: testcase for RW semaphores
|
|
|
@20442
|
15 years |
vboxsync |
more typos
|
|
|
@20440
|
15 years |
vboxsync |
comment/typo fix
|
|
|
@20374
|
16 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20364
|
16 years |
vboxsync |
IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20111
|
16 years |
vboxsync |
IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
|
|
|
@20110
|
16 years |
vboxsync |
tstRTR3: Use RTTestSkipAndDestroy.
|
|
|
@20108
|
16 years |
vboxsync |
tstRTS3: always initialize iprt first.
|
|
|
@20101
|
16 years |
vboxsync |
IPRT: Rewrote RTPathTemp and added a testcase for it.
|
|
|
@20051
|
16 years |
vboxsync |
exported to OSE
|
|
|
@20043
|
16 years |
vboxsync |
Runtime: export to OSE
|
|
|
@20033
|
16 years |
vboxsync |
another OSE fix
|
|
|
@20022
|
16 years |
vboxsync |
Runtime: S3 testcase
|
|
|
@19970
|
16 years |
vboxsync |
tstR0ThreadPreemption: Some adjustments.
|
|
|
@19966
|
16 years |
vboxsync |
tstR0ThreadPreemption.cpp: Don't loop forever.
|
|
|
@19965
|
16 years |
vboxsync |
tstR0ThreadPreemption.cpp: Don't loop forever.
|
|
|
@19954
|
16 years |
vboxsync |
tstCritSect -> tstRTCritSect
|
|
|
@19953
|
16 years |
vboxsync |
tstCritSect: Converted to RTTest and disable the distribution test by …
|
|
|
@19950
|
16 years |
vboxsync |
tstCidr -> tstRTCidr.
|
|
|
@19949
|
16 years |
vboxsync |
tstCidr: Converted to RTTest.
|
|
|
@19948
|
16 years |
vboxsync |
tstBitOperations -> tstRTBitOperations
|
|
|
@19947
|
16 years |
vboxsync |
tstBase64 -> tstRTBase64.
|
|
|
@19946
|
16 years |
vboxsync |
tstBase64: Converted to RTTest.
|
|
|
@19945
|
16 years |
vboxsync |
tstAvl -> tstRTAvl; use RTTest.
|
|
|
@19943
|
16 years |
vboxsync |
tstR0ThreadPreemption.cpp: use thousand separators to make the ns and …
|
|
|
@19942
|
16 years |
vboxsync |
IPRT: Implemented thousand separators for the string formatting code …
|
|
|
@19940
|
16 years |
vboxsync |
tstR0ThreadPreemption: fixes.
|
|
|
@19936
|
16 years |
vboxsync |
tstR0ThreadPreemption: Improved the RTThreadPreemptIsPending test.
|
|
|
@19935
|
16 years |
vboxsync |
tstR0ThreadPreemption: Test nesting and fix enum.
|
|
|
@19934
|
16 years |
vboxsync |
oops
|
|
|
@19933
|
16 years |
vboxsync |
IPRT: RTThreadPreempt* testcase.
|
|
|
@19929
|
16 years |
vboxsync |
RTPathAppend: bugfix.
|
|
|
@19926
|
16 years |
vboxsync |
IPRT: Added RTPathAppend.
|
|
|
@19925
|
16 years |
vboxsync |
tstPath.cpp: Converted to RTTest.
|
|
|
@19924
|
16 years |
vboxsync |
IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
|
|
|
@19897
|
16 years |
vboxsync |
IPRT: Termination callback framework. (not hooked up to anything yet)
|
|
|
@19763
|
16 years |
vboxsync |
IPRT/testcase: the two build fixes here should not be necessary.
|
|
|
@19603
|
16 years |
vboxsync |
More build fixes.
|
|
|
@19600
|
16 years |
vboxsync |
GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
|
|
|
@19562
|
16 years |
vboxsync |
Runtime/Aio: Change API again
* pcReqs in RTFileAioCtxSubmit is …
|
|
|
@19308
|
16 years |
vboxsync |
gcc-4.4 warnings
|
|
|
@19205
|
16 years |
vboxsync |
tstUuid: Updated to RTTest and added tests for the new Utf16 functions.
|
|
|
@19185
|
16 years |
vboxsync |
Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
|
|
|
@19143
|
16 years |
vboxsync |
Compile fixes
|
|
|
@19054
|
16 years |
vboxsync |
IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use …
|
|
|
@18999
|
16 years |
vboxsync |
Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
|
|
|
@18991
|
16 years |
vboxsync |
IPRT: tstFork().
|
|
|
@18847
|
16 years |
vboxsync |
RTTest: Added alternative API that's easier to use.
|
|
|
@18587
|
16 years |
vboxsync |
typo + gcc warning
|
|
|
@18571
|
16 years |
vboxsync |
tstUtf8: Converted to RTTest (awful lot of work) and added RTStrStr …
|
|
|
@18569
|
16 years |
vboxsync |
RTTest: sub tests, more typical reporting of those.
|
|
|
@18468
|
16 years |
vboxsync |
tstAvl: warning about useless test.
|
|
|
@18455
|
16 years |
vboxsync |
tstRand: fixed warning stemming from a row of extra zeros.
|
|
|
@18454
|
16 years |
vboxsync |
tstLdr: copy&past warning.
|
|
|
@18425
|
16 years |
vboxsync |
tstBitOperations: Use RT_ZERO instead of memset a couple of place so …
|
|
|
@18367
|
16 years |
vboxsync |
tstBitOperations: Another testcase (left over from debugging a silly …
|
|
|
@18365
|
16 years |
vboxsync |
tstBitOperations: Use RTTest.
|
|
|
@18357
|
16 years |
vboxsync |
tstLdr-3: cpu mode.
|
|
|
@18318
|
16 years |
vboxsync |
space
|
|
|
@18110
|
16 years |
vboxsync |
gcc warning (not ideal btw)
|
|
|
@17441
|
16 years |
vboxsync |
IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
|
|
|
@17319
|
16 years |
vboxsync |
IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
|
|
|
@17141
|
16 years |
vboxsync |
IPRT: Added support for short option lists (ls -latrT4). This fixes a …
|
|
|
@17100
|
16 years |
vboxsync |
RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
|
|
|
@17093
|
16 years |
vboxsync |
RTGetOpt interface changes.
|
|
|
@17018
|
16 years |
vboxsync |
RTProcIsRunningByName: spec update.
|
|
|
@17011
|
16 years |
vboxsync |
RTProcIsRunningByName cleanup.
|
|
|
@16999
|
16 years |
vboxsync |
iprt: RTProcIsRunningByName implementation for Linux.
|
|
|
@16977
|
16 years |
vboxsync |
LOG_ENABLED fix
|
|
|
@16933
|
16 years |
vboxsync |
IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
|
|
|
@16774
|
16 years |
vboxsync |
RTBase64: no trailing newline.
|
|
|