|
|
@9223
|
17 years |
vboxsync |
Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9183
|
17 years |
vboxsync |
Fixed broken ASMMemFill32 implementation for VC80+. Use stosq when …
|
|
|
@9148
|
17 years |
vboxsync |
More 64 bits guest preps
|
|
|
@9145
|
17 years |
vboxsync |
More 64 bits guest updates
|
|
|
@8964
|
17 years |
vboxsync |
Overlooked two macros in the #else.
|
|
|
@8962
|
17 years |
vboxsync |
Fixed amd64 debug builds. Added some TODOs.
|
|
|
@8957
|
17 years |
vboxsync |
Correction
|
|
|
@8953
|
17 years |
vboxsync |
Ring-0 assertions are now always printed to the debug log.
Introduced …
|
|
|
@8925
|
17 years |
vboxsync |
New file APIs for reading (or mapping) a file into memory: …
|
|
|
@8924
|
17 years |
vboxsync |
RTFOFF_MAX & RTFOFF_MIN.
|
|
|
@8889
|
17 years |
vboxsync |
Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
|
|
|
@8882
|
17 years |
vboxsync |
Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack up …
|
|
|
@8663
|
17 years |
vboxsync |
New logger prefix: lockcnts Output: read/write
|
|
|
@8653
|
17 years |
vboxsync |
Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and …
|
|
|
@8645
|
17 years |
vboxsync |
Added lock counts to the threads.
|
|
|
@8627
|
17 years |
vboxsync |
Fixed build break.
|
|
|
@8622
|
17 years |
vboxsync |
Fixed logging macros causing mixed up output on smp machines (C99 only).
|
|
|
@8616
|
17 years |
vboxsync |
obsolete todo.
|
|
|
@8615
|
17 years |
vboxsync |
obsolete todo.
|
|
|
@8614
|
17 years |
vboxsync |
Retired MAKE_U32_FROM_U8.
|
|
|
@8598
|
17 years |
vboxsync |
%Vra -> %Rra
|
|
|
@8596
|
17 years |
vboxsync |
AssertPtrNullBreakVoid -> AssertPtrNullBreak.
|
|
|
@8595
|
17 years |
vboxsync |
AssertPtrBreakVoid -> AssertPtrBreak.
|
|
|
@8594
|
17 years |
vboxsync |
AssertPtrBreakVoid -> AssertPtrBreak.
|
|
|
@8593
|
17 years |
vboxsync |
AssertReleaseRCSuccessBreakVoid -> AssertReleaseRCSuccessBreak
|
|
|
@8592
|
17 years |
vboxsync |
AssertReleaseMsgRCBreakVoid -> AssertReleaseMsgRCBreak.
|
|
|
@8591
|
17 years |
vboxsync |
AssertReleaseRCBreakVoid -> AssertReleaseRCBreak
|
|
|
@8590
|
17 years |
vboxsync |
AssertRCSuccessBreakVoid -> AssertRCSuccessBreak.
|
|
|
@8589
|
17 years |
vboxsync |
AssertMsgRCBreakVoid -> AssertMsgRCBreak.
|
|
|
@8588
|
17 years |
vboxsync |
AssertRCBreakVoid -> AssertRCBreak.
|
|
|
@8587
|
17 years |
vboxsync |
AssertRCBreakVoid -> AssertRCBreak.
|
|
|
@8586
|
17 years |
vboxsync |
AssertReleaseMsgFailedBreakVoid -> AssertReleaseMsgFailedBreak.
|
|
|
@8585
|
17 years |
vboxsync |
AssertReleaseFailedBreakVoid -> AssertReleaseFailedBreak
|
|
|
@8584
|
17 years |
vboxsync |
AssertReleaseMsgBreakVoid -> AssertReleaseMsgBreak.
|
|
|
@8583
|
17 years |
vboxsync |
AssertReleaseBreakVoid -> AssertReleaseBreak.
|
|
|
@8582
|
17 years |
vboxsync |
AssertMsgFailedBreakVoid -> AssertMsgFailedBreak
|
|
|
@8581
|
17 years |
vboxsync |
AssertFailedBreakVoid -> AssertFailedBreak.
|
|
|
@8580
|
17 years |
vboxsync |
AssertMsgBreakVoid -> AssertMsgBreak.
|
|
|
@8579
|
17 years |
vboxsync |
AssertBreakVoid -> AssertBreak
|
|
|
@8578
|
17 years |
vboxsync |
Fixed a few more broken break macros: AssertBreakVoid, …
|
|
|
@8577
|
17 years |
vboxsync |
nc
|
|
|
@8575
|
17 years |
vboxsync |
Fixed broken AssertMsgBreakVoid macro.
|
|
|
@8574
|
17 years |
vboxsync |
Fixed broken AssertReleaseBreakVoid macro (unused).
|
|
|
@8573
|
17 years |
vboxsync |
AssertRCBreak -> AssertRCBreakStmt; Fixed broken AssertMsgRCBreakStmt, …
|
|
|
@8572
|
17 years |
vboxsync |
AssertPtrBreak -> AssertPtrBreakStmt; a bunch of unused break macros-> …
|
|
|
@8569
|
17 years |
vboxsync |
AssertBreak -> AssertBreakStmt.
|
|
|
@8566
|
17 years |
vboxsync |
AssertMsgFailedBreak -> AssertMsgFailedBreakStmt; AssertFailedBreak -> …
|
|
|
@8565
|
17 years |
vboxsync |
AssertMsgBreak -> AssertMsgBreakStmt.
|
|
|
@8563
|
17 years |
vboxsync |
VALID_PHYS32_PTR -> VALID_PHYS32. Fixed AssertGCPhys32 string. Moved …
|
|
|
@8559
|
17 years |
vboxsync |
typo.
|
|
|
@8558
|
17 years |
vboxsync |
RTFileFromNative and RTFileToNative.
|
|
|
@8530
|
17 years |
vboxsync |
GCPTRTYPE will always be a 32 bits GC pointer.
|
|
|
@8498
|
17 years |
vboxsync |
A couple of new errors and warnings. Moved the getopt errors.
|
|
|
@8480
|
17 years |
vboxsync |
Use %Rfn when printing PRETTY_FUNCTION. Can be overridden.
|
|
|
@8402
|
17 years |
vboxsync |
Added %Rhrc, %Rhrf and %Rhra for formatting COM/XPCOM status codes. …
|
|
|
@8391
|
17 years |
vboxsync |
Added some warnings. Drop the aka as SUP* stuff as it's …
|
|
|
@8295
|
17 years |
vboxsync |
Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
|
|
|
@8294
|
17 years |
vboxsync |
svn properties
|
|
|
@8288
|
17 years |
vboxsync |
Added RTErrConvertFromDarwin() as a merge of the IO, Kern and COM versions.
|
|
|
@8277
|
17 years |
vboxsync |
indent. put the remarks on the group definition.
|
|
|
@8275
|
17 years |
vboxsync |
indent.
|
|
|
@8274
|
17 years |
vboxsync |
Corrected RTLogSetDefaultInstance docs.
|
|
|
@8271
|
17 years |
vboxsync |
rebranding: IPRT files again (missing bits)
|
|
|
@8270
|
17 years |
vboxsync |
rebranding: IPRT files again (missing bits)
|
|
|
@8264
|
17 years |
vboxsync |
volatile applies to rdmsr as well
|
|
|
@8260
|
17 years |
vboxsync |
rebranding
|
|
|
@8253
|
17 years |
vboxsync |
fix assembler getters()
|
|
|
@8247
|
17 years |
vboxsync |
Runtime: Added RTLogSetDefaultInstance().
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8165
|
17 years |
vboxsync |
rebrand IPRT and other headers
|
|
|
@8163
|
17 years |
vboxsync |
rebrand IPRT
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8147
|
17 years |
vboxsync |
Extended RTGetOpt:
o Support 8-, 16- and 64-bit types too.
o Added …
|
|
|
@7920
|
17 years |
vboxsync |
Adjusted the RTSemRW interface to do recursion. Updated the posix …
|
|
|
@7853
|
17 years |
vboxsync |
RT_C_IS_ODIGIT
|
|
|
@7709
|
17 years |
vboxsync |
Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
|
|
|
@7706
|
17 years |
vboxsync |
Regenerated assembly headers.
|
|
|
@7694
|
17 years |
vboxsync |
Introducing 32 & 64 bits RTGCPTR types. (preparational work)
|
|
|
@7638
|
17 years |
vboxsync |
Another one.
|
|
|
@7637
|
17 years |
vboxsync |
cmpxchgl may change eax on failure, so tell the compiler that it …
|
|
|
@7633
|
17 years |
vboxsync |
ASMMemIsAllU32
|
|
|
@7620
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits
|
|
|
@7606
|
17 years |
vboxsync |
Fixed PHYS_PAGE_ADDRESS.
|
|
|
@7602
|
17 years |
vboxsync |
Runtime: switch guest R3 logging from backdoor to normal (with …
|
|
|
@7598
|
17 years |
vboxsync |
Corrected wrong macro use to mask physical addresses
|
|
|
@7578
|
17 years |
vboxsync |
Added RTGCPHYS64
|
|
|
@7448
|
17 years |
vboxsync |
Runtime/Logger: added "LOG_TO_BACKDOOR_FULL" for guest R3 executables …
|
|
|
@7432
|
17 years |
vboxsync |
RTUTF16 != uc or cuc. but wc or cwc.
|
|
|
@7431
|
17 years |
vboxsync |
Removed the deprecated [P|PC|]RTUCS2 types.
|
|
|
@7424
|
17 years |
vboxsync |
RTUCS2 -> RTUTF16
|
|
|
@7421
|
17 years |
vboxsync |
Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
|
|
|
@7420
|
17 years |
vboxsync |
Added RTStrCmp. Added missing NULL handling in RTStrICmp.
|
|
|
@7418
|
17 years |
vboxsync |
UCS-2 -> UTF-16.
|
|
|
@7371
|
17 years |
vboxsync |
A little adjustment of the RTFILECOPY flags.
|
|
|
@7370
|
17 years |
vboxsync |
A little adjustment of the RTFILECOPY flags.
|
|
|
@7361
|
17 years |
vboxsync |
RTCpuSetIsMember returns bool not int.
|
|
|
@7354
|
17 years |
vboxsync |
RT_MP_MAX_CPU -> RTCPUSET_MAX_CPUS (/ MAXIMUM_PROCESSORS). Added the …
|
|
|
@7353
|
17 years |
vboxsync |
VERR_NOT_FOUND (always wanted this).
|
|
|
@7340
|
17 years |
vboxsync |
Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
|
|
|