|
|
@41762
|
12 年 |
vboxsync |
build fix
|
|
|
@41760
|
12 年 |
vboxsync |
DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
|
|
|
@41737
|
12 年 |
vboxsync |
DISOPCODE: s/opcode/uOpcode/
|
|
|
@41736
|
12 年 |
vboxsync |
DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
|
|
|
@41734
|
12 年 |
vboxsync |
DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
|
|
|
@41731
|
12 年 |
vboxsync |
DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
|
|
|
@41692
|
12 年 |
vboxsync |
DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
|
|
|
@41675
|
12 年 |
vboxsync |
DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
|
|
|
@41674
|
12 年 |
vboxsync |
DISCoreOne* -> DISCore*.
|
|
|
@41671
|
12 年 |
vboxsync |
DISInstr* -> DISInstrToStr + cbOutput argument.
|
|
|
@41668
|
12 年 |
vboxsync |
DIS,DIS-users: Drop the operand/parameter formatting during …
|
|
|
@41658
|
12 年 |
vboxsync |
DIS,VMM,REM,IPRT: Disassembler API adjustments.
|
|
|
@41557
|
12 年 |
vboxsync |
tstErrUnique -> tstRTErrUnique
|
|
|
@41556
|
12 年 |
vboxsync |
tstErrUnique.cpp: oops, left in a breakage there.
|
|
|
@41555
|
12 年 |
vboxsync |
tstErrUnique.cpp: Converted to RTTest and updated with changes from r78322.
|
|
|
@41549
|
12 年 |
vboxsync |
VFS/Filesystem: Convert the filesystem specific code to the VFS …
|
|
|
@41477
|
12 年 |
vboxsync |
/Makefile.kmk: Cosmetic changes.
|
|
|
@41296
|
13 年 |
vboxsync |
tstErrUnique: repaired
|
|
|
@41078
|
13 年 |
vboxsync |
tstLdr-3: out of range fix.
|
|
|
@41059
|
13 年 |
vboxsync |
tstLdr-3: Extended the tool.
|
|
|
@41050
|
13 年 |
vboxsync |
Made dbgkrnlinfo-r0drv-darwin.cpp work with 10.8 preview 3.
|
|
|
@41031
|
13 年 |
vboxsync |
RT_MIN evaluates one of its parameters twice
|
|
|
@41001
|
13 年 |
vboxsync |
tstSemXRoads: warning
|
|
|
@40938
|
13 年 |
vboxsync |
runtime: backed out r77481,r77482,r77483,r77484,r77485
|
|
|
@40934
|
13 年 |
vboxsync |
Runtime: linux 3.4-rc3 build fix [-fpermissive]
|
|
|
@40903
|
13 年 |
vboxsync |
Runtime/testcase/tstRTDirCreateUniqueNumbered: warning.
|
|
|
@40856
|
13 年 |
vboxsync |
IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
|
|
|
@40633
|
13 年 |
vboxsync |
several warnings
|
|
|
@40627
|
13 年 |
vboxsync |
Runtime/testcase: gcc-4.7 warnings
|
|
|
@40624
|
13 年 |
vboxsync |
tstRTLockValidator: typo
|
|
|
@40365
|
13 年 |
vboxsync |
IPRT/testcase: Added simple testcase for RTMemWipeThoroughly().
|
|
|
@40329
|
13 年 |
vboxsync |
Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
|
|
|
@40289
|
13 年 |
vboxsync |
tstLdr: parfait: range error
|
|
|
@40282
|
13 年 |
vboxsync |
*: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
|
|
|
@40123
|
13 年 |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40074
|
13 年 |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40071
|
13 年 |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40065
|
13 年 |
vboxsync |
Runtime/testcase: fix a comment.
|
|
|
@40058
|
13 年 |
vboxsync |
RTBase64: fix trailing newline suppression in RTBase64EncodedLength, …
|
|
|
@40029
|
13 年 |
vboxsync |
Runtime: Add filesystem API to detect which ranges of a medium are in …
|
|
|
@40027
|
13 年 |
vboxsync |
Runtime/Dvm: Add callbacks to query the allocation status of blocks …
|
|
|
@39935
|
13 年 |
vboxsync |
tstTimerLR: typo
|
|
|
@39910
|
13 年 |
vboxsync |
Runtime/Timers: RTTimerLRChangeInterval function and testcase
|
|
|
@39903
|
13 年 |
vboxsync |
IPRT/RTCString: fix find method, add testcase
|
|
|
@39835
|
13 年 |
vboxsync |
tstRTProcCreateEx: Fixed return value.
|
|
|
@39690
|
13 年 |
vboxsync |
IPRT: Added RTPipeQueryReadable.
|
|
|
@39636
|
13 年 |
vboxsync |
reqpool: fixed RTREQPOOLSTAT_REQUESTS_PROCESSED.
|
|
|
@39633
|
13 年 |
vboxsync |
forgot to add the testcase…
|
|
|
@39632
|
13 年 |
vboxsync |
Most of the reqpool code is there now. The testcase didn't turn up any …
|
|
|
@39612
|
13 年 |
vboxsync |
IPRT/*: add _NO_SYMLINKS flags to certain functions
|
|
|
@39515
|
13 年 |
vboxsync |
*: Use RTLISTANCHOR.
|
|
|
@39448
|
13 年 |
vboxsync |
Runtime: forgot the Makefiles
|
|
|
@39447
|
13 年 |
vboxsync |
Runtime: add Uniform Resource Identifier handling support
|
|
|
@39327
|
13 年 |
vboxsync |
scm whitespace cleanups.
|
|
|
@39252
|
13 年 |
vboxsync |
NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
|
|
|
@39246
|
13 年 |
vboxsync |
iprt/ctype.h: Corrected bugs and adding a complete testcase.
|
|
|
@39176
|
13 年 |
vboxsync |
tstRTStrVersion.cpp: A few more tests.
|
|
|
@39083
|
13 年 |
vboxsync |
IPRT: -Wunused-parameter.
|
|
|
@39030
|
13 年 |
vboxsync |
RTFileGetSize/posix: Make it figure the size of a volume/disk.
|
|
|
@39028
|
13 年 |
vboxsync |
RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
|
|
|
@39027
|
13 年 |
vboxsync |
RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
|
|
|
@38735
|
13 年 |
vboxsync |
%lS -> %ls.
|
|
|
@38733
|
13 年 |
vboxsync |
%S -> %s and some other minor cleanups.
|
|
|
@38651
|
13 年 |
vboxsync |
tstDir-2: Print names correctly.
|
|
|
@38636
|
13 年 |
vboxsync |
*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
|
|
|
@38325
|
13 年 |
vboxsync |
VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
|
|
|
@38082
|
13 年 |
vboxsync |
*.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
|
|
|
@37966
|
13 年 |
vboxsync |
testcase+fixes
|
|
|
@37965
|
13 年 |
vboxsync |
testcase
|
|
|
@37861
|
13 年 |
vboxsync |
IPRT: fix assigning of empty lists
|
|
|
@37829
|
13 年 |
vboxsync |
header fixes
|
|
|
@37809
|
13 年 |
vboxsync |
gcc-4.6 warnings (shadowed declaration)
|
|
|
@37720
|
13 年 |
vboxsync |
Runtime: add C++-like vector implementation in C
|
|
|
@37631
|
13 年 |
vboxsync |
coredumper-solaris.*,tstRTCoreDump: Don't use RTFile*; rewrote …
|
|
|
@37573
|
13 年 |
vboxsync |
iprt: More kernel symbol resolving on darwin.
|
|
|
@37566
|
13 年 |
vboxsync |
more testing, bugfixing and docs.
|
|
|
@37560
|
13 年 |
vboxsync |
IPRT: Darwin symbol hacking in progress.
|
|
|
@37270
|
13 年 |
vboxsync |
IPRT/Dvm: Commit BSD disklabel support.
|
|
|
@37210
|
14 年 |
vboxsync |
circbuf: make the structure abstract.
|
|
|
@37016
|
14 年 |
vboxsync |
Added VBOX_VERSION_STRING_RAW to only handle/store the pure VBox …
|
|
|
@36881
|
14 年 |
vboxsync |
IPRT/tstRTPath: Fixed result / displaying values.
|
|
|
@36816
|
14 年 |
vboxsync |
IPRT: Initial commit of the disk volume management API. Supports …
|
|
|
@36611
|
14 年 |
vboxsync |
iprt: add RTPathUserDocuments
|
|
|
@36580
|
14 年 |
vboxsync |
Trunk: forward ported r70973: Additions/common/VBoxService: the …
|
|
|
@36578
|
14 年 |
vboxsync |
iprt: grr, missed Makefiles
|
|
|
@36577
|
14 年 |
vboxsync |
iprt: add RTDirCreateUniqueNumbered
|
|
|
@36563
|
14 年 |
vboxsync |
iprt-cpp: More RTC*List methods. Added explicit constructors to the …
|
|
|
@36561
|
14 年 |
vboxsync |
RTCString::join: Optimization.
|
|
|
@36544
|
14 年 |
vboxsync |
iprt-cpp: fix RTCString::join when the list contains just one item
|
|
|
@36532
|
14 年 |
vboxsync |
IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
|
|
|
@36529
|
14 年 |
vboxsync |
iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
|
|
|
@36527
|
14 年 |
vboxsync |
iprt::MiniString -> RTCString.
|
|
|
@36525
|
14 年 |
vboxsync |
IPRT-C++: fix rel build boxes
|
|
|
@36524
|
14 年 |
vboxsync |
IPRT-C++: add a thread-safe variant of the generic list class
|
|
|
@36508
|
14 年 |
vboxsync |
iprt/C++: some cleanup.
|
|
|
@36501
|
14 年 |
vboxsync |
IPRT: add join/split and + operators to the string class
|
|
|
@36500
|
14 年 |
vboxsync |
IPRT: add a generic list class
|
|
|
@36492
|
14 年 |
vboxsync |
iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
|
|
|
@36472
|
14 年 |
vboxsync |
addendum to r70394 for RTCrit*
|
|
|
@35568
|
14 年 |
vboxsync |
IPRT: another ministring testcase
|
|
|