VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9623   17 years vboxsync warnings.
(edit) @9622   17 years vboxsync Forgot this - added RTCpuLastIndex.
(edit) @9611   17 years vboxsync Added a todo/warning on RTMpNotificationRegister.
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9581   17 years vboxsync const + small optimization
(edit) @9579   17 years vboxsync Added RTCpuSetIsMemberByIndex().
(edit) @9531   17 years vboxsync RTRCPTR_MAX to prevent gcc compiler warnings
(edit) @9528   17 years vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9468   17 years vboxsync Fixed RTTIMER_FLAGS_ARE_VALID.
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9417   17 years vboxsync RTTimerCreateEx spec update.
(edit) @9411   17 years vboxsync Use a union for esp & rsp, so they are in-sync.
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9368   17 years vboxsync RTCpuSetIsEqual
(edit) @9367   17 years vboxsync AssertCompileMemberOffset
(edit) @9359   17 years vboxsync RTTimerStart update.
(edit) @9309   17 years vboxsync Added RTMpNotificationRegister/Deregister that provides notification …
(edit) @9251   17 years vboxsync Define GC_ARCH_BITS if it's missing.
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9235   17 years vboxsync Detect struct timeval in the linux kernel environment.
(edit) @9228   17 years vboxsync More updates for 64 bits guest pointers. Introduced AVLOU32TREE.
(edit) @9223   17 years vboxsync Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9183   17 years vboxsync Fixed broken ASMMemFill32 implementation for VC80+. Use stosq when …
(edit) @9148   17 years vboxsync More 64 bits guest preps
(edit) @9145   17 years vboxsync More 64 bits guest updates
(edit) @8964   17 years vboxsync Overlooked two macros in the #else.
(edit) @8962   17 years vboxsync Fixed amd64 debug builds. Added some TODOs.
(edit) @8957   17 years vboxsync Correction
(edit) @8953   17 years vboxsync Ring-0 assertions are now always printed to the debug log. Introduced …
(edit) @8925   17 years vboxsync New file APIs for reading (or mapping) a file into memory: …
(edit) @8924   17 years vboxsync RTFOFF_MAX & RTFOFF_MIN.
(edit) @8889   17 years vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8882   17 years vboxsync Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack up …
(edit) @8663   17 years vboxsync New logger prefix: lockcnts Output: read/write
(edit) @8653   17 years vboxsync Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and …
(edit) @8645   17 years vboxsync Added lock counts to the threads.
(edit) @8627   17 years vboxsync Fixed build break.
(edit) @8622   17 years vboxsync Fixed logging macros causing mixed up output on smp machines (C99 only).
(edit) @8616   17 years vboxsync obsolete todo.
(edit) @8615   17 years vboxsync obsolete todo.
(edit) @8614   17 years vboxsync Retired MAKE_U32_FROM_U8.
(edit) @8598   17 years vboxsync %Vra -> %Rra
(edit) @8596   17 years vboxsync AssertPtrNullBreakVoid -> AssertPtrNullBreak.
(edit) @8595   17 years vboxsync AssertPtrBreakVoid -> AssertPtrBreak.
(edit) @8594   17 years vboxsync AssertPtrBreakVoid -> AssertPtrBreak.
(edit) @8593   17 years vboxsync AssertReleaseRCSuccessBreakVoid -> AssertReleaseRCSuccessBreak
(edit) @8592   17 years vboxsync AssertReleaseMsgRCBreakVoid -> AssertReleaseMsgRCBreak.
(edit) @8591   17 years vboxsync AssertReleaseRCBreakVoid -> AssertReleaseRCBreak
(edit) @8590   17 years vboxsync AssertRCSuccessBreakVoid -> AssertRCSuccessBreak.
(edit) @8589   17 years vboxsync AssertMsgRCBreakVoid -> AssertMsgRCBreak.
(edit) @8588   17 years vboxsync AssertRCBreakVoid -> AssertRCBreak.
(edit) @8587   17 years vboxsync AssertRCBreakVoid -> AssertRCBreak.
(edit) @8586   17 years vboxsync AssertReleaseMsgFailedBreakVoid -> AssertReleaseMsgFailedBreak.
(edit) @8585   17 years vboxsync AssertReleaseFailedBreakVoid -> AssertReleaseFailedBreak
(edit) @8584   17 years vboxsync AssertReleaseMsgBreakVoid -> AssertReleaseMsgBreak.
(edit) @8583   17 years vboxsync AssertReleaseBreakVoid -> AssertReleaseBreak.
(edit) @8582   17 years vboxsync AssertMsgFailedBreakVoid -> AssertMsgFailedBreak
(edit) @8581   17 years vboxsync AssertFailedBreakVoid -> AssertFailedBreak.
(edit) @8580   17 years vboxsync AssertMsgBreakVoid -> AssertMsgBreak.
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8578   17 years vboxsync Fixed a few more broken break macros: AssertBreakVoid, …
(edit) @8577   17 years vboxsync nc
(edit) @8575   17 years vboxsync Fixed broken AssertMsgBreakVoid macro.
(edit) @8574   17 years vboxsync Fixed broken AssertReleaseBreakVoid macro (unused).
(edit) @8573   17 years vboxsync AssertRCBreak -> AssertRCBreakStmt; Fixed broken AssertMsgRCBreakStmt, …
(edit) @8572   17 years vboxsync AssertPtrBreak -> AssertPtrBreakStmt; a bunch of unused break macros-> …
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8566   17 years vboxsync AssertMsgFailedBreak -> AssertMsgFailedBreakStmt; AssertFailedBreak -> …
(edit) @8565   17 years vboxsync AssertMsgBreak -> AssertMsgBreakStmt.
(edit) @8563   17 years vboxsync VALID_PHYS32_PTR -> VALID_PHYS32. Fixed AssertGCPhys32 string. Moved …
(edit) @8559   17 years vboxsync typo.
(edit) @8558   17 years vboxsync RTFileFromNative and RTFileToNative.
(edit) @8530   17 years vboxsync GCPTRTYPE will always be a 32 bits GC pointer.
(edit) @8498   17 years vboxsync A couple of new errors and warnings. Moved the getopt errors.
(edit) @8480   17 years vboxsync Use %Rfn when printing PRETTY_FUNCTION. Can be overridden.
(edit) @8402   17 years vboxsync Added %Rhrc, %Rhrf and %Rhra for formatting COM/XPCOM status codes. …
(edit) @8391   17 years vboxsync Added some warnings. Drop the aka as SUP* stuff as it's …
(edit) @8295   17 years vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8294   17 years vboxsync svn properties
(edit) @8288   17 years vboxsync Added RTErrConvertFromDarwin() as a merge of the IO, Kern and COM versions.
(edit) @8277   17 years vboxsync indent. put the remarks on the group definition.
(edit) @8275   17 years vboxsync indent.
(edit) @8274   17 years vboxsync Corrected RTLogSetDefaultInstance docs.
(edit) @8271   17 years vboxsync rebranding: IPRT files again (missing bits)
(edit) @8270   17 years vboxsync rebranding: IPRT files again (missing bits)
(edit) @8264   17 years vboxsync volatile applies to rdmsr as well
(edit) @8260   17 years vboxsync rebranding
(edit) @8253   17 years vboxsync fix assembler getters()
(edit) @8247   17 years vboxsync Runtime: Added RTLogSetDefaultInstance().
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8165   17 years vboxsync rebrand IPRT and other headers
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8147   17 years vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @7920   17 years vboxsync Adjusted the RTSemRW interface to do recursion. Updated the posix …
(edit) @7853   17 years vboxsync RT_C_IS_ODIGIT
(edit) @7709   17 years vboxsync Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
(edit) @7706   17 years vboxsync Regenerated assembly headers.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette