VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @7694   17 years vboxsync Introducing 32 & 64 bits RTGCPTR types. (preparational work)
(edit) @7638   17 years vboxsync Another one.
(edit) @7637   17 years vboxsync cmpxchgl may change eax on failure, so tell the compiler that it …
(edit) @7633   17 years vboxsync ASMMemIsAllU32
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7606   17 years vboxsync Fixed PHYS_PAGE_ADDRESS.
(edit) @7602   17 years vboxsync Runtime: switch guest R3 logging from backdoor to normal (with …
(edit) @7598   17 years vboxsync Corrected wrong macro use to mask physical addresses
(edit) @7578   17 years vboxsync Added RTGCPHYS64
(edit) @7448   17 years vboxsync Runtime/Logger: added "LOG_TO_BACKDOOR_FULL" for guest R3 executables …
(edit) @7432   17 years vboxsync RTUTF16 != uc or cuc. but wc or cwc.
(edit) @7431   17 years vboxsync Removed the deprecated [P|PC|]RTUCS2 types.
(edit) @7424   17 years vboxsync RTUCS2 -> RTUTF16
(edit) @7421   17 years vboxsync Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
(edit) @7420   17 years vboxsync Added RTStrCmp. Added missing NULL handling in RTStrICmp.
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7371   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7370   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7361   17 years vboxsync RTCpuSetIsMember returns bool not int.
(edit) @7354   17 years vboxsync RT_MP_MAX_CPU -> RTCPUSET_MAX_CPUS (/ MAXIMUM_PROCESSORS). Added the …
(edit) @7353   17 years vboxsync VERR_NOT_FOUND (always wanted this).
(edit) @7340   17 years vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @7339   17 years vboxsync err.h: Typo.
(edit) @7336   17 years vboxsync Cleanup.
(edit) @7330   17 years vboxsync RTMpGetMaxCpuId
(edit) @7329   17 years vboxsync RTMpGetSet, RTMpGetCount, RTMpGetOnlineSet, RTMpGetOnlineCount.
(edit) @7328   17 years vboxsync RTMpGetSet, RTMpGetCount, RTMpGetOnlineSet, RTMpGetOnlineCount.
(edit) @7326   17 years vboxsync RTCPUSET. Moved RTCPUID to types.h.
(edit) @7325   17 years vboxsync Added RTMpIsCpuOnline and RTMpDoesCpuExist. (not implemented everywhere)
(edit) @7293   17 years vboxsync Multiprocessor Status Codes.
(edit) @7291   17 years vboxsync Introduced RT_MP_MAX_CPU
(edit) @7279   17 years vboxsync Runtime function to load a shared library from the application directories.
(edit) @7252   17 years vboxsync FNRTMPWORKER not FNWORKER.
(edit) @7251   17 years vboxsync Sketch of an RTMp API.
(edit) @7211   17 years vboxsync mempcpy proto and alias.
(edit) @7200   17 years vboxsync RT_WITHOUT_NOCRT_WRAPPER_ALIASES - to drop the alias macros.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7182   17 years vboxsync Worked around ASMAtomicXchgU8 breakage on g++ (GCC) 3.4.4 20050721 …
(edit) @7180   17 years vboxsync Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
(edit) @7176   17 years vboxsync fixed typo.
(edit) @7175   17 years vboxsync More doxygen fixes.
(edit) @7174   17 years vboxsync More doxygen fixes.
(edit) @7170   17 years vboxsync Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
(edit) @7133   17 years vboxsync Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed …
(edit) @7108   17 years vboxsync removed todo on NIL_RTGCPHYS32 and added a comment on it and NIL_RTGCPHYS.
(edit) @7103   17 years vboxsync backed out r28333 as it didn't fix anything
(edit) @7090   17 years vboxsync fixed ASMAtomicXchgU64 for 32-bit hosts
(edit) @7089   17 years vboxsync Backed out more alignment changes
(edit) @7084   17 years vboxsync made RTGCPHYS 32-bit again, has to be solved properly
(edit) @7067   17 years vboxsync Introduced RTGCPHYS32
(edit) @7052   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7051   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7026   17 years vboxsync RTGCPHYS is now 64 bits wide on all host platforms
(edit) @6992   17 years vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
(edit) @6984   17 years vboxsync IPRT: Bugfix for RTFILE_O_VALID_MASK, did not recognize …
(edit) @6956   17 years vboxsync Moved RTTLS to iprt/types.h (from thread.h)
(edit) @6951   17 years vboxsync Aligned the TLS destructor bits even more with posix.
(edit) @6946   17 years vboxsync Aligned the TLS destructor bits with posix.
(edit) @6937   17 years vboxsync IPRT: RTTls API draft. (TLS = Thread Local Storage)
(edit) @6824   17 years vboxsync the warning makes a bad brief for the group…
(edit) @6814   17 years vboxsync Added a new family of assertions, AssertLogRel, that's intended for …
(edit) @6782   17 years vboxsync Added a bunch of ASMAtomic*Read/Write functions and …
(edit) @6653   17 years vboxsync Yet another fix for ASMAtomicCmpXchgExU64, needed by 32bit gcc with …
(edit) @6651   17 years vboxsync typo
(edit) @6650   17 years vboxsync cmpxchg optimization
(edit) @6648   17 years vboxsync Fixed ASMAtomicCmpXchgExU64 on 32bit windows.
(edit) @6647   17 years vboxsync fixed ASMAtomicCmpXchgExU64()
(edit) @6646   17 years vboxsync Attempt to fix ASMAtomicCmpXchgExU64 with 32bit gcc. It compiles, but …
(edit) @6644   17 years vboxsync Add CmpXchg functions to IPRT which additionally pass back the old …
(edit) @6515   17 years vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
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