|
|
@32347
|
14 年 |
vboxsync |
Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
|
|
|
@32332
|
14 年 |
vboxsync |
tstTimer: be more verbose
|
|
|
@32330
|
14 年 |
vboxsync |
tstTimer: added some deviation statistics
|
|
|
@31913
|
14 年 |
vboxsync |
tstRTCoreDump: disable when done.
|
|
|
@31860
|
14 年 |
vboxsync |
RTCoreDumper: integration into IPRT, cleanup.
|
|
|
@31847
|
14 年 |
vboxsync |
iprt: removed crc32.h and crc64.h, use crc.h instead.
|
|
|
@31820
|
14 年 |
vboxsync |
tstRTCoreDump: minor change.
|
|
|
@31802
|
14 年 |
vboxsync |
tstRTCoreDump: cleanup, eliminate pread.
|
|
|
@31801
|
14 年 |
vboxsync |
tstRTCoreDump: fixed memory attributes in core.
|
|
|
@31796
|
14 年 |
vboxsync |
tstRTCoreDump: build fix.
|
|
|
@31795
|
14 年 |
vboxsync |
tstRTCoreDump: don't break OSE, export it.
|
|
|
@31787
|
14 年 |
vboxsync |
tstRTCoreDump: enable building.
|
|
|
@31412
|
14 年 |
vboxsync |
build fix
|
|
|
@31411
|
14 年 |
vboxsync |
tstInlineAsm: added bench for ASMGetApicId()
|
|
|
@31375
|
14 年 |
vboxsync |
gcc-4.4 workaround
|
|
|
@31370
|
14 年 |
vboxsync |
Main: cleanup machine renames, remove dead code
|
|
|
@31329
|
14 年 |
vboxsync |
RTLdrFlt was missing _TEMPLATE.
|
|
|
@31325
|
14 年 |
vboxsync |
RTLdrFlt.cpp: c++filt like thing resolving VMMR.r0 addresses in panic …
|
|
|
@31231
|
14 年 |
vboxsync |
command line help for keep alive, code style fixes
|
|
|
@31222
|
14 年 |
vboxsync |
Runtime/string: Utf-8 <-> Latin-1 testcase
|
|
|
@31157
|
14 年 |
vboxsync |
iprt,++: Tag allocation in all builds with a string, defaulting to …
|
|
|
@30859
|
14 年 |
vboxsync |
iprt/string.h: added RTStrPurgeEncoding.
|
|
|
@30801
|
14 年 |
vboxsync |
iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
|
|
|
@30797
|
14 年 |
vboxsync |
tstInlineAsm.cpp: typo.
|
|
|
@30365
|
14 年 |
vboxsync |
RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
|
|
|
@30320
|
14 年 |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@30318
|
14 年 |
vboxsync |
iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
|
|
|
@30281
|
14 年 |
vboxsync |
Runtime: added Darwin support to RTFsQueryType
|
|
|
@30274
|
14 年 |
vboxsync |
iprt: testcase for RTFsQueryType()
|
|
|
@30255
|
14 年 |
vboxsync |
iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
|
|
|
@30250
|
14 年 |
vboxsync |
tstRTAssertCompile.cpp: Postpone array problem on MSC.
|
|
|
@30240
|
14 年 |
vboxsync |
iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
|
|
|
@30163
|
14 年 |
vboxsync |
tstInlineAsm.cpp: guest phys addr
|
|
|
@30093
|
14 年 |
vboxsync |
IPRT: Removed VERR_LOGON_FAILURE in favor of …
|
|
|
@30088
|
14 年 |
vboxsync |
tstRTStrFormat: Added Rhxs & Rhxd tests.
|
|
|
@29906
|
14 年 |
vboxsync |
IPRT: fix testcase
|
|
|
@29845
|
14 年 |
vboxsync |
tstRTCidr: nits
|
|
|
@29841
|
14 年 |
vboxsync |
Runtime: testcase.
|
|
|
@29839
|
14 年 |
vboxsync |
tstRTCidr: another testcase
|
|
|
@29838
|
14 年 |
vboxsync |
Runtime: cosmetic.
|
|
|
@29837
|
14 年 |
vboxsync |
Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
|
|
|
@29836
|
14 年 |
vboxsync |
tstRTCidr: more testcases
|
|
|
@29834
|
14 年 |
vboxsync |
Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
|
|
|
@29783
|
15 年 |
vboxsync |
iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
|
|
|
@29683
|
15 年 |
vboxsync |
strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
|
|
|
@29660
|
15 年 |
vboxsync |
IPRT: Fixed number formatting bug where we would pad with '0' instead …
|
|
|
@29560
|
15 年 |
vboxsync |
RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
|
|
|
@29393
|
15 年 |
vboxsync |
iprt: tstRTFile*.
|
|
|
@29392
|
15 年 |
vboxsync |
iprt: Converted tstFileAio and tstFileAppend-1 to RTTest, fixing lock …
|
|
|
@29279
|
15 年 |
vboxsync |
Runtime: Made solaris.sparc64 link and run.
|
|
|
@29271
|
15 年 |
vboxsync |
Make VBoxRT build on sparc.
|
|
|
@29250
|
15 年 |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@28800
|
15 年 |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28514
|
15 年 |
vboxsync |
tstRTR0SemMutex: Added a missing check in the threaded part.
|
|
|
@28472
|
15 年 |
vboxsync |
tstRTR0SemMutex: More tests.
|
|
|
@28462
|
15 年 |
vboxsync |
IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
|
|
|
@28437
|
15 年 |
vboxsync |
RTList: Fixed RTListNodeIsDummy and added RTListForEachReverse. Added …
|
|
|
@28317
|
15 年 |
vboxsync |
RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
|
|
|
@28298
|
15 年 |
vboxsync |
iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
|
|
|
@28151
|
15 年 |
vboxsync |
tstRTPath.cpp: RTPathStripExt testcases.
|
|
|
@27976
|
15 年 |
vboxsync |
*: scm cleans up whitespace and adds a new line at the end of …
|
|
|
@27968
|
15 年 |
vboxsync |
RTGetOptArgvToString: Implemented bourne shell style quoting.
|
|
|
@27800
|
15 年 |
vboxsync |
iprt: applying sparc patch (selectively).
|
|
|
@27797
|
15 年 |
vboxsync |
misc compiler warning fixes, comment typos and other minor cleanups
|
|
|
@27794
|
15 年 |
vboxsync |
Runtime/testcases: warning
|
|
|
@27787
|
15 年 |
vboxsync |
iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
|
|
|
@27638
|
15 年 |
vboxsync |
tstRTPoll: Added test for only polling on RTPOLL_EVT_ERROR on a …
|
|
|
@27613
|
15 年 |
vboxsync |
iprt: Added RTPipeFromNative, implemented the windows version and …
|
|
|
@27577
|
15 年 |
vboxsync |
IPRT/testcase: Typo.
|
|
|
@27576
|
15 年 |
vboxsync |
IPRT/testcase: Added logon failure error, test some more stuff.
|
|
|
@27555
|
15 年 |
vboxsync |
tstRTProcCreateEx.cpp: Don't drag in Secur32.dll because it prevents …
|
|
|
@27553
|
15 年 |
vboxsync |
pipe-win: fixed bug in RTPipeWrite.
|
|
|
@27514
|
15 年 |
vboxsync |
tstRTProcCreateEx: Don't execute the as-user testcase by default; …
|
|
|
@27509
|
15 年 |
vboxsync |
iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
|
|
|
@27451
|
15 年 |
vboxsync |
IPRT/process-win: Update on RTProcCreateEx() + testcase.
|
|
|
@27439
|
15 年 |
vboxsync |
IPRT/testcase: Should fix the burns.
|
|
|
@27437
|
15 年 |
vboxsync |
IPRT/testcase: Bits for user RTProcCreateEx.
|
|
|
@27387
|
15 年 |
vboxsync |
iprt: RTProcCreateEx fix. Added testcase for whitespace args.
|
|
|
@27386
|
15 年 |
vboxsync |
iprt: Fixed RTGetOptArgvToString bug dealing with DOS slashes at the …
|
|
|
@27384
|
15 年 |
vboxsync |
iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
|
|
|
@27345
|
15 年 |
vboxsync |
iprt: Added RTSort with one simple algorithm implemented.
|
|
|
@27313
|
15 年 |
vboxsync |
pipe-win.cpp: Pipe implementation for windows; fails two test wrt to …
|
|
|
@27302
|
15 年 |
vboxsync |
IPRT: RIP RTCache*, RTMemCache* is way better…
|
|
|
@27283
|
15 年 |
vboxsync |
tstRTMemEf.cpp: Use ASMProbeReadByte to prob without optimizer …
|
|
|
@27270
|
15 年 |
vboxsync |
Runtime/testcase: improve RTMemEf testcase a bit, so that it provides …
|
|
|
@27269
|
15 年 |
vboxsync |
Runtime/testcase: basic electric fence allocation testcase
|
|
|
@27129
|
15 年 |
vboxsync |
scm cleaned up some whitespace.
|
|
|
@27066
|
15 年 |
vboxsync |
fixed tstRTStrFormat for 32-bit-gcc platforms -- do it like the other …
|
|
|
@26848
|
15 年 |
vboxsync |
tstRTSystemQueryOsInfo.cpp: Copied back the corrected overflow test …
|
|
|
@26844
|
15 年 |
vboxsync |
RTPollSetCount.
|
|
|
@26838
|
15 年 |
vboxsync |
tstRTSystemQueryDmi.cpp: fixed the overflow tests.
|
|
|
@26827
|
15 年 |
vboxsync |
IPRT: RTPollSetCount() -> RTPollGetCount().
|
|
|
@26824
|
15 年 |
vboxsync |
iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
|
|
|
@26813
|
15 年 |
vboxsync |
IPRT/List: Add a method to move the list to a new header
|
|
|
@26784
|
15 年 |
vboxsync |
iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
|
|
|
@26775
|
15 年 |
vboxsync |
tstRTPipe: another test.
|
|
|
@26774
|
15 年 |
vboxsync |
RTPipe: Implemented the posix variant.
|
|
|
@26772
|
15 年 |
vboxsync |
iprt/testcase: nit picking on tstRTList.
|
|
|
@26739
|
15 年 |
vboxsync |
Runtime: Inline list implementation
|
|
|
@26608
|
15 年 |
vboxsync |
IPRT: linux implementation of RTSystemQueryDmiString.
|
|
|