VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @6429   17 years vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6421   17 years vboxsync iprt: added RTFileGetMaxSize()
(edit) @6385   17 years vboxsync small optimization
(edit) @6334   17 years vboxsync small optimization
(edit) @6216   17 years vboxsync added note to DECLNORETURN
(edit) @6208   17 years vboxsync added DECLNORETURN()
(edit) @6175   17 years vboxsync introduced ASMCpuId_Idx_ECX() as cpuid(4) requires ecx as additional …
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @6170   17 years vboxsync IPRT/cpputils: Wording.
(edit) @6076   17 years vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @6069   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86.
(edit) @6041   17 years vboxsync Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5997   17 years vboxsync small optimization
(edit) @5974   17 years vboxsync Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
(edit) @5968   17 years vboxsync Added a bunch of RT_C_IS/TO macros that mimics the C (aka POSIX) …
(edit) @5967   17 years vboxsync Made it ring-3 only. Hope it won't break stuff.
(edit) @5963   17 years vboxsync -DLINUX not needed anymore
(edit) @5912   17 years vboxsync backed out r26450
(edit) @5911   17 years vboxsync RTGetOpt does not alter argv[] does it?
(edit) @5843   17 years vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(edit) @5838   17 years vboxsync Added missing parentheseis (to avoid stuff like '1 …
(edit) @5767   17 years vboxsync export getopt.h
(edit) @5765   17 years vboxsync 2.6.24-rc2 compile fixes
(edit) @5760   17 years vboxsync runtime: add generic command line parser, moved from webservice.
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