VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72436   7 years vboxsync Runtime: bugref:9006 and bugref:9188: Initial code drop for a small …
(edit) @72426   7 years vboxsync IPRT,VMM: Added custom thread name for ring-0 logging (VMM).
(edit) @72412   7 years vboxsync NEM/win: More code merging. bugref:9044
(edit) @72392   7 years vboxsync NEM/win: TSC_AUX and APIC_BASE work. bugref:9044
(edit) @72367   7 years vboxsync Runtime: Updates bugref:9188
(edit) @72358   7 years vboxsync NEM: Sync more MSR state; don't treat unrecoverable exceptions as …
(edit) @72335   7 years vboxsync iprt/tracelog.h: Small addendum
(edit) @72309   7 years vboxsync Runtime/tracelogwriter.cpp: Add methods taking a list of event data items
(edit) @72307   7 years vboxsync NEM/win: Intercept and handle MSR accesses. bugref:9044
(edit) @72300   7 years vboxsync NEM,STAM: Partition memory statistics for NEM. bugref:9044 - STAM: …
(edit) @72285   7 years vboxsync IPRT: Adding RTTimeLocalDeltaNanoFor.
(edit) @72262   7 years vboxsync NEM/win: Intercept all (for now) CPUIDs. bugref:9044
(edit) @72253   7 years vboxsync NEM: Handle HvMessageTypeUnrecoverableException. bugref:9044
(edit) @72213   7 years vboxsync typo
(edit) @72206   7 years vboxsync nt/hyperv.h: Added message structure for …
(edit) @72198   7 years vboxsync hyperv.h: another 'register' definition
(edit) @72165   7 years vboxsync iprt/time.h: Better explain RTTIME::offUTC.
(edit) @72140   7 years vboxsync IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
(edit) @72131   7 years vboxsync x86.h: RTM debug register defines.
(edit) @72127   7 years vboxsync x86.h: Made X86_DR7_XXXX defines better suited for 16-bit compilers.
(edit) @72087   7 years vboxsync Fix building Linux Additions with old glibc support on EL5. …
(edit) @72052   7 years vboxsync iprt/list.h: RTListMove must init destination if source list is empty.
(edit) @71755   7 years vboxsync VMM: Nested Hw.virt: Fix overriding SVM nested-guest PAT MSR while …
(edit) @71701   7 years vboxsync iprt/cdefs.h: Use lfence for RT_UNTRUSTED_VALIDATED_FENCE on both …
(edit) @71700   7 years vboxsync iprt/asm.h: Use SSE2 fence instructions.
(edit) @71605   7 years vboxsync iprt/string.h: Added RT_COPY_VOLATILE & RT_BCOPY_VOLATILE for helping …
(edit) @71602   7 years vboxsync iprt/cdefs.h: Introduced a couple of more macros for paranoid handling …
(edit) @71589   7 years vboxsync iprt/cdefs.h: Added macros for marking various types of untrusted data.
(edit) @71522   7 years vboxsync Fixes for SPARC
(edit) @71503   7 years vboxsync More scm
(edit) @71499   7 years vboxsync scm
(edit) @71496   7 years vboxsync Doxygen
(edit) @71493   7 years vboxsync build fix
(edit) @71492   7 years vboxsync Runtime: Introduce RTTraceLog* API for creating and parsing binary …
(edit) @71491   7 years vboxsync iprt/nt.h: A couple of doc and wow64 updates.
(edit) @71480   7 years vboxsync nt/nt.h: updates to PROCESSINFOCLASS.
(edit) @71339   7 years vboxsync asm.h: Fixes for SPARC
(edit) @71338   7 years vboxsync asm.h: Fixes for SPARC
(edit) @71295   7 years vboxsync IPRT: Added RTSystemGetNtBuildNo. bugref:9044 [build fix]
(edit) @71294   7 years vboxsync IPRT: Added RTSystemGetNtBuildNo. bugref:9044
(edit) @71293   7 years vboxsync NEM: Some stats; doc updates. bugref:9044
(edit) @71184   7 years vboxsync CPUM,NEM: Introduced CPUMCTX field for tracking state that's not in …
(edit) @71150   7 years vboxsync IPRT: Added a RTThreadPoke implementation for windows that uses …
(edit) @71136   7 years vboxsync SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, …
(edit) @71131   7 years vboxsync VMM/NEM/win: Code for discovering VID I/O control functions (for …
(edit) @71129   7 years vboxsync VMM/NEM/win: Reimplemented virtual process API, optimizing the cancel …
(edit) @71128   7 years vboxsync iprt/nt/nt.h: Added NtAlertThread and ZwAlertThread prototypes.
(edit) @71127   7 years vboxsync IPRT: Added RTThreadGetNativeHandle for windows.
(edit) @71087   7 years vboxsync VMM/NEM/win: Get registers via hypercalls. bugref:9044
(edit) @71075   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @70977   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70942   7 years vboxsync VMM/NEM: More code.
(edit) @70936   7 years vboxsync Additions/linux: support producing builds which work with glibc 2.3. …
(edit) @70913   7 years vboxsync CPUM: Infrastructure for speculative execution control.
(edit) @70895   7 years vboxsync IPRT: Added RTTimeCompare and made use of it in the RTAsn1Time methods …
(edit) @70891   7 years vboxsync iprt/path.h: RTPathAbs doc update.
(edit) @70890   7 years vboxsync IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
(edit) @70884   7 years vboxsync IPRT: Added RTDIR_F_NO_FOLLOW (not implemented yet).
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @70612   7 years vboxsync VMM: Expose PCID, INVPCID, FSGSBASE features to guests. Implemented …
(edit) @70606   7 years vboxsync updates (bugref:9087)
(edit) @70492   7 years vboxsync iprt/tcp.h: doxygen fix
(edit) @70481   7 years vboxsync iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling …
(edit) @70479   7 years vboxsync iprt/pipe-win.cpp: Added RTPipeGetCreationInheritability for use in …
(edit) @70478   7 years vboxsync iprt/poll.h: Clearifcation of RTPollSetAdd wrt to order.
(edit) @70459   7 years vboxsync kmk incs
(edit) @70443   7 years vboxsync iprt/utf16.h: doxygen fix
(edit) @70429   7 years vboxsync IPRT: Added RTUtf16NCmpAscii. [build fix]
(edit) @70428   7 years vboxsync IPRT: Changed the NT namespace passthru prefix from ' !\' to …
(edit) @70427   7 years vboxsync IPRT: Added RTUtf16NCmpAscii. [build fix]
(edit) @70426   7 years vboxsync IPRT: Added RTUtf16NCmpAscii. [build fix]
(edit) @70425   7 years vboxsync IPRT: Added RTUtf16NCmpAscii.
(edit) @70423   7 years vboxsync IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper …
(edit) @70422   7 years vboxsync IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, …
(edit) @70418   7 years vboxsync IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, …
(edit) @70417   7 years vboxsync IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, …
(edit) @70405   7 years vboxsync IPRT/time-win.cpp: Use RtlGetInterruptTimePrecise for …
(edit) @70400   7 years vboxsync IPRT/VISO: Pass a the directory of a VISO file to the ISO maker to …
(edit) @70395   7 years vboxsync IPRT/VISO: Pass a the directory of a VISO file to the ISO maker to …
(edit) @70393   7 years vboxsync IPRT/winsock: init fixes.
(edit) @70347   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking.
(edit) @70339   7 years vboxsync iprt/nt/nt.h: Added 32-bit offset comments to RTL_USER_PROCESS_PARAMETER.
(edit) @70334   7 years vboxsync iprt: Moved ZwYieldExecution prototype to iprt/nt/nt.h.
(edit) @70315   7 years vboxsync SUPR3HardendedStatic,iprt/err.h: Don't include errinfolog.cpp but …
(edit) @70313   7 years vboxsync IPRT/ldr: Made RTLdrEnumSymbols report forwards with value …
(edit) @70309   7 years vboxsync IPRT/ldr: Added VFS chain based loader open APIs.
(edit) @70265   7 years vboxsync x86.h: DebugCtl MSR bits.
(edit) @70254   7 years vboxsync VMM: Match the AMD specs exactly whenever possible for SVM specific …
(edit) @70197   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental).
(edit) @70183   7 years vboxsync nt.h: 3.51 note
(edit) @70179   7 years vboxsync iprt/win/winsock.h: Fixed C&P block.
(edit) @70171   7 years vboxsync VBoxService: Working on removing TARGET_NT4 here too…
(edit) @70148   7 years vboxsync IPRT/r0drv: Added RTR0DbgKrnlInfoGetSymbol as a wrapper around …
(edit) @70092   7 years vboxsync IPRT: Added RTStrNICmpAscii.
(edit) @69977   7 years vboxsync IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and …
(edit) @69971   7 years vboxsync iprt/memtracker: Add the caller address to the tracking information.
(edit) @69955   7 years vboxsync IPRT/vfs: Made pfnSetMode, pfnSetTimes, pfnSetOwner and pfnWrite …
(edit) @69942   7 years vboxsync iprt/vfs: Made RTVFSFILEOPS::pfnPollOne optional.
(edit) @69925   7 years vboxsync iprt/ntfsvfs.cpp: Made opening and traversing directories work.
(edit) @69924   7 years vboxsync iprt/ntfsvfs.cpp: working on the directory access (readonly) bits
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