|
|
@17319
|
16 年 |
vboxsync |
IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
|
|
|
@17141
|
16 年 |
vboxsync |
IPRT: Added support for short option lists (ls -latrT4). This fixes a …
|
|
|
@17100
|
16 年 |
vboxsync |
RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
|
|
|
@17093
|
16 年 |
vboxsync |
RTGetOpt interface changes.
|
|
|
@17018
|
16 年 |
vboxsync |
RTProcIsRunningByName: spec update.
|
|
|
@17011
|
16 年 |
vboxsync |
RTProcIsRunningByName cleanup.
|
|
|
@16999
|
16 年 |
vboxsync |
iprt: RTProcIsRunningByName implementation for Linux.
|
|
|
@16977
|
16 年 |
vboxsync |
LOG_ENABLED fix
|
|
|
@16933
|
16 年 |
vboxsync |
IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
|
|
|
@16774
|
16 年 |
vboxsync |
RTBase64: no trailing newline.
|
|
|
@16773
|
16 年 |
vboxsync |
tstBase64: better test coverage.
|
|
|
@16767
|
16 年 |
vboxsync |
Wrote RTBase64Encode while at it.
|
|
|
@16766
|
16 年 |
vboxsync |
Wrote RTBase64Encode while at it.
|
|
|
@16765
|
16 年 |
vboxsync |
RTBase64Encode* testcase and adjustments.
|
|
|
@16764
|
16 年 |
vboxsync |
RTBase64DecodedSize testcase.
|
|
|
@16763
|
16 年 |
vboxsync |
RTBase64Decode testcase and bugfixes.
|
|
|
@16762
|
16 年 |
vboxsync |
RTBase64Decode testcase and bugfixes.
|
|
|
@16437
|
16 年 |
vboxsync |
tstLdr: Made it usable with 64-bit images and stuff.
|
|
|
@16436
|
16 年 |
vboxsync |
tstLdr-3: fixes.
|
|
|
@16435
|
16 年 |
vboxsync |
tstLdr-4: Fixes.
|
|
|
@15821
|
16 年 |
vboxsync |
tstDarwinSched: experiment with darwin scheduling.
|
|
|
@15813
|
16 年 |
vboxsync |
RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER …
|
|
|
@15808
|
16 年 |
vboxsync |
iprt: added RTPathGetCurrent.
|
|
|
@15806
|
16 年 |
vboxsync |
tstPath: style.
|
|
|
@15756
|
16 年 |
vboxsync |
Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on …
|
|
|
@15754
|
16 年 |
vboxsync |
Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
|
|
|
@14831
|
16 年 |
vboxsync |
whole bunch: avoid runtime.h, include individual headers indead.
|
|
|
@14369
|
16 年 |
vboxsync |
Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered.
|
|
|
@14368
|
16 年 |
vboxsync |
Runtime/testcase: Dir-2: message fixes.
|
|
|
@14324
|
16 年 |
vboxsync |
RTPathStripFilename root fix.
|
|
|
@14298
|
16 年 |
vboxsync |
Corrected a couple of grammos.
|
|
|
@14026
|
16 年 |
vboxsync |
tstNoCrt-1: Added simple strcpy test.
|
|
|
@14025
|
16 年 |
vboxsync |
tstNoCrt-1: Added simple strcpy test.
|
|
|
@14008
|
16 年 |
vboxsync |
tstUtf8: some more RTStrNICmp tests.
|
|
|
@13927
|
16 年 |
vboxsync |
Runtime: add RTStrNICmp and RTStrNCmp
|
|
|
@13841
|
16 年 |
vboxsync |
The VBox format types - they are not retired, just sligtly deprecated …
|
|
|
@13840
|
16 年 |
vboxsync |
Hex format types (Vhx[sd] -> Rhx[sd]).
|
|
|
@13839
|
16 年 |
vboxsync |
And yet more %V* -> %R* changes…
|
|
|
@13837
|
16 年 |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 年 |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13832
|
16 年 |
vboxsync |
IN_GC -> IN_RC.
|
|
|
@13472
|
16 年 |
vboxsync |
IPRT: Added a couple of function for simple string pattern matching …
|
|
|
@12989
|
16 年 |
vboxsync |
VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
|
|
|
@12912
|
16 年 |
vboxsync |
warning
|
|
|
@12874
|
16 年 |
vboxsync |
IPRT: added a testcase for RTSemPingPong and some state inspection methods.
|
|
|
@12548
|
16 年 |
vboxsync |
iprt/tstTSC: Extended it with an option (-f) for sampling the …
|
|
|
@12247
|
16 年 |
vboxsync |
Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
|
|
|
@12170
|
16 年 |
vboxsync |
Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
|
|
|
@12158
|
16 年 |
vboxsync |
format fix
|
|
|
@12107
|
16 年 |
vboxsync |
iprt: Updated tstMp-1 with the RTMp*Present* stuff.
|
|
|
@11836
|
16 年 |
vboxsync |
IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
|
|
|
@11822
|
16 年 |
vboxsync |
IPRT: RTR3Init cleanup.
|
|
|
@11543
|
16 年 |
vboxsync |
tstUuid: Display the fixed bits and the value they make up.
|
|
|
@11539
|
16 年 |
vboxsync |
oops. backed out accidental tstUuid change in 35114.
|
|
|
@11538
|
16 年 |
vboxsync |
pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
|
|
|
@11523
|
16 年 |
vboxsync |
iprt: Implemented the /dev/urandom base random generator as a RTRAND …
|
|
|
@11413
|
16 年 |
vboxsync |
Runtime: small fix to the UUID code, splitting the ClockSeq field and …
|
|
|
@11393
|
16 年 |
vboxsync |
tstUuid: experiment.
|
|
|
@11381
|
16 年 |
vboxsync |
Fix for unicode RTStrFormat testcase on Unix
|
|
|
@11376
|
16 年 |
vboxsync |
RTStrFormat fix for aligned unicode strings.
|
|
|
@11355
|
16 年 |
vboxsync |
tstSystemQueryOSInfo: don't require the driver.
|
|
|
@11352
|
16 年 |
vboxsync |
iprt: Implemented RTSystemQueryOSInfo for windows.
|
|
|
@11350
|
16 年 |
vboxsync |
iprt: Added RTSystemQueryOSInfo.
|
|
|
@11347
|
16 年 |
vboxsync |
iprt/rand: Added a generic RTRandAdv API for use with any random …
|
|
|
@11326
|
16 年 |
vboxsync |
iprt/tstTSC: Use mp.h
|
|
|
@11173
|
16 年 |
vboxsync |
IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
|
|
|
@11127
|
16 年 |
vboxsync |
iprt/tstHandleTable: Fixed uninitialized variable.
|
|
|
@11064
|
16 年 |
vboxsync |
iprt/RTRandUxy: Improved the distribution when not using the max …
|
|
|
@11024
|
16 年 |
vboxsync |
Playing around.
|
|
|
@11023
|
16 年 |
vboxsync |
Playing around.
|
|
|
@11021
|
16 年 |
vboxsync |
tstMemAutoPtr: cosmetics.
|
|
|
@11017
|
16 年 |
vboxsync |
iprt: Some RTMemAutoPtr optimizations.
|
|
|
@11016
|
16 年 |
vboxsync |
IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
|
|
|
@10995
|
16 年 |
vboxsync |
iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
|
|
|
@10948
|
16 年 |
vboxsync |
tstTimer: windows doesn't have the extended timer API.
|
|
|
@10947
|
16 年 |
vboxsync |
tstOnce: extended the checks a bit.
|
|
|
@10946
|
16 年 |
vboxsync |
tstTimer: some adjustments.
|
|
|
@10944
|
16 年 |
vboxsync |
iprt: RTTimerLR - low resolution timer API (< 10 Hz).
|
|
|
@10941
|
16 年 |
vboxsync |
iprt/posix timers: Cleanup fixing the create/destroy races, a …
|
|
|
@10940
|
16 年 |
vboxsync |
IPRT: Implemented the RTOnce API.
|
|
|
@10905
|
16 年 |
vboxsync |
tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
|
|
|
@10803
|
16 年 |
vboxsync |
tstHandleTable: reneabled all the tests.
|
|
|
@10794
|
16 年 |
vboxsync |
tstThread-1: cosmetics.
|
|
|
@10793
|
16 年 |
vboxsync |
IPRT: Added a simple thread testcase for the latest insertion race.
|
|
|
@10790
|
16 年 |
vboxsync |
IPRT: Fixed an overlooked race found by the threaded testcase.
|
|
|
@10789
|
16 年 |
vboxsync |
IPRT: Implemented the simple handle table variant too.
|
|
|
@10788
|
16 年 |
vboxsync |
IPRT: Implemented the context variant of the handle table.
|
|
|
@10453
|
16 年 |
vboxsync |
removed a surpurfluous flower box
|
|
|
@10452
|
16 年 |
vboxsync |
Cooked up some basic RTMp for darwin.
|
|
|
@10428
|
16 年 |
vboxsync |
Print online / offline status returned by RTMpIsCpuOnline for visual …
|
|
|
@10426
|
16 年 |
vboxsync |
Extended the testcase with the RTGetCur/MaxFrequency APIs.
|
|
|
@10419
|
16 年 |
vboxsync |
Linux implementation of the RTMp* bits we current need in ring-3.
|
|
|
@10048
|
16 年 |
vboxsync |
VBOX_KBUILD_HACKING
|
|
|
@9963
|
16 年 |
vboxsync |
More pretty printing.
|
|
|
@9950
|
16 年 |
vboxsync |
Corrected NtQueryTimerResolution (max resolution == the lower number), …
|
|
|
@9909
|
16 年 |
vboxsync |
fixed spelling (r32159)
|
|
|
@9502
|
16 年 |
vboxsync |
asm strlen. Added a few more string/mem functions to the windows R0 …
|
|
|
@9444
|
16 年 |
vboxsync |
Added iTick to FNTIMER (the timer callback).
|
|
|
@9212
|
16 年 |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9187
|
16 年 |
vboxsync |
Some kind of number puzzle.
|
|
|