VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54862   10 years vboxsync Corrected x86.h/mac typo.
(edit) @54775   10 years vboxsync iprt/time.h: fixed typo in RTTimeSpecSubSeconds(). Changed to using …
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54738   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54724   10 years vboxsync Runtime/RTStream: Make it possible to disable echoing of typed …
(edit) @54713   10 years vboxsync iprt/asmdefs.mac: Added RT_BIT_32 macro.
(edit) @54706   10 years vboxsync asn1-generator-pass.h: Don't do anything stupid should RTAsn1MemAllocZ …
(edit) @54690   10 years vboxsync asmdefs.mac: RT_CONCAT* macros.
(edit) @54526   10 years vboxsync timer.h: doxygen typo.
(edit) @54512   10 years vboxsync RTTimerDestroy() is off limits from the timer callback on windows too.
(edit) @54481   10 years vboxsync iprt/test.h: Added RTTESTI_CHECK_MSG_BREAK.
(edit) @54470   10 years vboxsync iprt/test.h: Added RTTESTI_CHECK_RC_OK_BREAK.
(edit) @54455   10 years vboxsync iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in …
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54411   10 years vboxsync forgot mangling.
(edit) @54408   10 years vboxsync IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
(edit) @54382   10 years vboxsync mp.h: doc update.
(edit) @54294   10 years vboxsync mp: update doc and todo for Solaris, better/lighter API possible it …
(edit) @54293   10 years vboxsync doc update.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54269   10 years vboxsync asm.h: Don't call assmebly for ASMAtomicUoReadU64 on AMD64.
(edit) @54260   10 years vboxsync iprt/asm-amd64-x86.h: Build fix for linux.x86 VM used to build the …
(edit) @54255   10 years vboxsync forgot asmdefs.mac changes for ASMGetIdtrLimit.asm
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @54251   10 years vboxsync asm-amd64-x86.h: Added ASMReadTscWithAux().
(edit) @54208   10 years vboxsync IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
(edit) @54202   10 years vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54188   10 years vboxsync RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
(edit) @53997   10 years vboxsync iprt/alloca.h: Seems linux might need to include alloca.h just like …
(edit) @53901   10 years vboxsync iprt/mangling.h: RTCrX509OtherName_*.
(edit) @53900   10 years vboxsync IPRT: Implemented X.509 OtherName.
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
(edit) @53818   10 years vboxsync RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and …
(edit) @53778   10 years vboxsync iprt/log.h: Added a set of LogRelMax macros that limits the number of …
(edit) @53719   10 years vboxsync iprt/nt/nt.h: Stuff to do with windows 7 support for lots of CPUs and …
(edit) @53630   10 years vboxsync dtrace library fixes/hacks.
(edit) @53626   10 years vboxsync Regenerated assembly includes (incs rule in Maintenance.kmk).
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53615   10 years vboxsync doxygen fixes.
(edit) @53585   10 years vboxsync iprt/list.h: Missing const types.
(edit) @53536   10 years vboxsync Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
(edit) @53525   10 years vboxsync iprt: added RTR3InitIsInitialized
(edit) @53488   10 years vboxsync nits.
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53445   10 years vboxsync nt.h: KUSER_SHARED_DATA offsets.
(edit) @53405   10 years vboxsync iprt/asm-amd64-x86.h: fix return type for ASMIntAreEnabled().
(edit) @53327   10 years vboxsync iprt/cpuset: RTCpuSetCopy.
(edit) @53194   10 years vboxsync doc nit
(edit) @53192   10 years vboxsync iprt/x86.h: comment typo.
(edit) @53191   10 years vboxsync iprt/x86.h: comment typos.
(edit) @53187   10 years vboxsync x86.h: Found some documentation of DR7 bits 12, 14 and 15. Tentatively …
(edit) @53173   10 years vboxsync IPRT,SUPDrv: Added new 'ringbuf[=size]' log destination for cases …
(edit) @53020   10 years vboxsync iprt/types.h: comment typos.
(edit) @53010   10 years vboxsync IPRT: Added electric fence allocator for ASN.1.
(edit) @52969   10 years vboxsync SUP: Restructured the respawn + child purification code to use the …
(edit) @52955   10 years vboxsync build fix
(edit) @52953   10 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52949   10 years vboxsync SUP: Do the early init thing on the stub process too.
(edit) @52947   10 years vboxsync SUP: Implemented early VM process vboxdrv initialization.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52943   10 years vboxsync SUP: The child side of early VM process init.
(edit) @52941   10 years vboxsync Use our own heap in the hope that we can use it before ntdll is really …
(edit) @52940   10 years vboxsync Eliminating some more kernel32.dll dependencies, marking APIs we like …
(edit) @52929   10 years vboxsync iprt/asm.h: fixed warning, volatile not nececessary here
(edit) @52876   10 years vboxsync SUP: Log more details on system dlls and hot patching.
(edit) @52778   10 years vboxsync iprt/x86.h: add EFER.TCE bit.
(edit) @52742   10 years vboxsync iprt/nt/nt.h: FILE_BASIC_INFORMATION.
(edit) @52691   10 years vboxsync Provide missing Log2Func to Log6Func. Fix already defined Log4Func to …
(edit) @52644   10 years vboxsync s/RT_OS_WINDOWS/!RT_OS_LINUX/
(edit) @52643   10 years vboxsync iprt/thread.h: workaround for genksyms crash
(edit) @52632   10 years vboxsync bugfix in previous commit with some new parent watcher code (disabled).
(edit) @52627   10 years vboxsync SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52606   10 years vboxsync build fix
(edit) @52605   10 years vboxsync build fix
(edit) @52604   10 years vboxsync build fix
(edit) @52603   10 years vboxsync build fix
(edit) @52602   10 years vboxsync build fix
(edit) @52601   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52600   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52582   10 years vboxsync iprt/cpuset.h: missed committing file changes for r95853.
(edit) @52580   10 years vboxsync algorithm or something it needs is missing in one of the additions …
(edit) @52565   10 years vboxsync include/iprt/cdefs.h: try fixing the internal compiler error exposed …
(edit) @52549   10 years vboxsync VBox/Main: #1909: Further compilation & coding style fixes.
(edit) @52548   10 years vboxsync Main: #1909: Compilation fixes
(edit) @52546   10 years vboxsync VBox/Main: #1909: Independent QMTranslator implementation. Some fixes …
(edit) @52543   10 years vboxsync IntNet: follow up to r85262 - refactor rewriting of link-level address …
(edit) @52539   10 years vboxsync build fix
(edit) @52537   10 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52533   10 years vboxsync ASN.1 decoding: limit nesting.
(edit) @52519   10 years vboxsync Provide names for all types of IPv6 Neighbor Discovery. Provide …
(edit) @52503   10 years vboxsync Started working on PKCS #7 attributes.
(edit) @52495   10 years vboxsync Runtime: cdefs.h changes to avoid warnings from some g++ versions …
(edit) @52466   10 years vboxsync VMM: Nit for r95680.
(edit) @52465   10 years vboxsync VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode …
(edit) @52458   10 years vboxsync ASMMultU32ByU32DivByU32 / ASMMultU64ByU32DivByU32: no need to set …
(edit) @52455   10 years vboxsync Updated ASMMultU32ByU32DivByU32 and ASMMultU64ByU32DivByU32 …
(edit) @52454   10 years vboxsync ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc.
(edit) @52443   10 years vboxsync Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
(edit) @52438   10 years vboxsync SUP: Some more confusing trickery.
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