VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75131   6 years vboxsync iprt/asm*.h,VMMDev.h: Watcom adjustments.
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @75107   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Add member for recording VM-entry …
(edit) @75049   6 years vboxsync IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
(edit) @75045   6 years vboxsync IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232
(edit) @75035   6 years vboxsync iprt/ldr.h: Forgot to remove RTLdrOpenkLdr prototype. bugref:9232
(edit) @75013   6 years vboxsync Reverted r126046: iprt/symvers.h: fix for building back-compatible …
(edit) @75009   6 years vboxsync iprt/symvers.h: fix for building back-compatible Additions with glibc …
(edit) @75008   6 years vboxsync IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
(edit) @74980   6 years vboxsync IPRT/dbg: Added a few flags to RTDbg[Mod|As]SymbolAdd to deal with …
(edit) @74861   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Interrupt-window exit.
(edit) @74844   6 years vboxsync IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. …
(edit) @74835   6 years vboxsync vm.h: Enabled 64-bit VMCPU FFs. bugref:9180
(edit) @74834   6 years vboxsync VMM/CPUM, TRPM: Nested VMX: bugref:9180 VM-exit bits; Acknowledge …
(edit) @74833   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix for 64-bit FFs.
(edit) @74804   6 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @74803   6 years vboxsync vm.h: doxygen fix. bugref:9180
(edit) @74798   6 years vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
(edit) @74797   6 years vboxsync vm.h/mac: Make space for larger fLocalForcedActions. bugref:9180
(edit) @74796   6 years vboxsync vm.h: Made the FF_IS_SET macros only take constants with _BIT …
(edit) @74795   6 years vboxsync vm.h,EM: Made the FF_SET and FF_CLEAR macros only take constants with …
(edit) @74794   6 years vboxsync vm.h: Added _BIT macros for all FFs. bugref:9180
(edit) @74793   6 years vboxsync vm.h: No need to use lambda for set and clear macros. bugref:9180
(edit) @74792   6 years vboxsync vm.h,VMM: Made VM_FF_SET and VMCPU_FF_SET both work on a single flag, …
(edit) @74791   6 years vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
(edit) @74790   6 years vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @74787   6 years vboxsync vm.h,VMM: Made VM_FF_CLEAR work on a single flag too. bugref:9180
(edit) @74786   6 years vboxsync vm.h,VMM: Made VMCPU_FF_CLEAR work on a single flag, introducing …
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @74783   6 years vboxsync vm.h: VMCPU_FF_IS_PENDING_EXCEPT does not seem to be used, so drop it. …
(edit) @74767   6 years vboxsync RTSignTool,SUPR3: Implemented dev id / kext checks for verify-exe. …
(edit) @74761   6 years vboxsync Main/MediumIO: add stub for a method to convert a medium to a data …
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74753   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Implemented pause and …
(edit) @74736   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added exception and …
(edit) @74733   6 years vboxsync IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232
(edit) @74726   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74721   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74716   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74715   6 years vboxsync DnD/URIList: Added support for handling UNC paths.
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74712   6 years vboxsync IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT …
(edit) @74711   6 years vboxsync IPRT/crypto: deal with system openssl where RC4_INT is defined as …
(edit) @74708   6 years vboxsync iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.
(edit) @74707   6 years vboxsync IPRT/ldr: Started on Mach-O code signature verification. bugref:9232
(edit) @74702   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Raise #UD for …
(edit) @74695   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix the I/O port wrap-around …
(edit) @74693   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added Mov DRx …
(edit) @74692   6 years vboxsync IPRT/RTSignTool: Some adjustments for apple signatures. bugref:9232
(edit) @74683   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Add task switch intercept.
(edit) @74672   6 years vboxsync IPRT/asn1: Hacked code into handling the necessary indefinite length …
(edit) @74667   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; String IO intercept …
(edit) @74666   6 years vboxsync VRDP: allow AF_UNIX listening socket (internal contribution)
(edit) @74661   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added IN/OUT intercepts.
(edit) @74660   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; I/O exit prep …
(edit) @74657   6 years vboxsync IPRT/asn1: Working on parsing Mach-O code signing structures... …
(edit) @74656   6 years vboxsync IPRT/ldr: Working on parsing Mach-O code signing structures... bugref:9232
(edit) @74655   6 years vboxsync iprt/formats/lx.h: Make scm happy. bugref:9232
(edit) @74654   6 years vboxsync IPRT: More kStuff cleanup. bugref:9232
(edit) @74651   6 years vboxsync iprt/nt/hyperv.h: updates. bugref:9044
(edit) @74648   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR …
(edit) @74644   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74639   6 years vboxsync IPRT: Initial adapting of the kstuff loader code. bugref:9232
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74637   6 years vboxsync IPRT: Adding virgin of lx.h from kStuff revision 113. bugref:9232
(edit) @74632   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Let the caller check for VMX non-root …
(edit) @74630   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added Mov from CR8 …
(edit) @74622   6 years vboxsync Graphics/VBoxVideo.h: make official that calling VBVA enable updates …
(edit) @74614   6 years vboxsync iprt/crypto: Some apple code signing structures. bugref:9232
(edit) @74604   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix for r125486.
(edit) @74603   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 VM-exit bits; LMSW intercept. …
(edit) @74594   6 years vboxsync iprt/string.h: Fix pasto in comment for RTStrToUInt32()
(edit) @74577   6 years vboxsync Build fix (Doxygen).
(edit) @74575   6 years vboxsync DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
(edit) @74545   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Move hmR0VmxGetMsrPermission to …
(edit) @74542   6 years vboxsync VMM/CPUM, IEM: Nested VMX: bugref:9180 Preparation of MSR bitmaps for …
(edit) @74539   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; RDTSC, RDTSCP intercepts.
(edit) @74535   6 years vboxsync VBox/VBoxGuestLib.h: Removed empty sub-struct HG_Leave in …
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74523   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 More robust check for CR0/CR4 fixed0 …
(edit) @74517   6 years vboxsync NEM/win: Updates for new builds. bugref:9044
(edit) @74513   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits - VMREAD/VMWRITE …
(edit) @74509   6 years vboxsync hm_vmx.h: Added VM-exit guest-physical address VMCS field to the …
(edit) @74508   6 years vboxsync iprt/nt/hyperv.h: Document some new registers.
(edit) @74507   6 years vboxsync Audio/DrvAudio: Addressed backend stream destruction on failed …
(edit) @74500   6 years vboxsync iprt/assert.h: Added AssertLogRelStmt.
(edit) @74498   6 years vboxsync DrvAudio.cpp,pdmaudioifs.h: Added a HACK to avoid asserting in …
(edit) @74491   6 years vboxsync VMM: Nested VMX: bugref:9180 Add functions for querying VMX intercept …
(edit) @74487   6 years vboxsync VMM/CPUM: Nested SVM, VMX: bugref:7243 bugref:9180 Fix for upcoming …
(edit) @74479   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Rather than dereference pVCpu or …
(edit) @74471   6 years vboxsync hm_vmx.h: Nested VMX: bugref:9180 typo.
(edit) @74469   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit handler for instructions with …
(edit) @74468   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits.
(edit) @74460   6 years vboxsync IPRT: Implemented long filename support for windows (except for …
(edit) @74456   6 years vboxsync iprt/asm.h: doxygen fix
(edit) @74453   6 years vboxsync DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC …
(edit) @74449   6 years vboxsync hm_vmx.h: Nested VMX: bugref:9180 added define for setting error code …
(edit) @74446   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @74443   6 years vboxsync DnD: Windows build fix.
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