VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99022   21 months vboxsync VMM/CPUM: Removed duplicate functions and types from cpum-x86-amd64.h. …
(edit) @98993   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98982   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385 …
(edit) @98981   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98980   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98972   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past DBGF, bugref:10385
(edit) @98971   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385 [build fix]
(edit) @98970   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385
(edit) @98964   21 months vboxsync Main/UefiVariableStore: Add API to add signatures to the MOK list …
(edit) @98960   21 months vboxsync scm fixes
(edit) @98959   21 months vboxsync include/VBox/vmm: Refactor cpumctx.h into an architecture dependent …
(edit) @98958   21 months vboxsync include/VBox/vmm: Refactor cpumctx.h into an architecture dependent …
(edit) @98955   21 months vboxsync include/VBox/vmm: Refactor cpumctx.h into an architecture dependent …
(edit) @98827   21 months vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98824   21 months vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98823   21 months vboxsync Guest Control: Follow-up fix for r156133. bugref:9783
(edit) @98820   21 months vboxsync Guest Control: Fixed 32-bit burns. bugref:9783
(edit) @98819   21 months vboxsync Guest Control: Fixed 32-bit burns. bugref:9783
(edit) @98818   21 months vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   21 months vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98815   21 months vboxsync Guest Control: Removed #pragma pack directives, added …
(edit) @98814   21 months vboxsync Guest Control: Removed #pragma pack directives, added …
(edit) @98813   21 months vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98792   21 months vboxsync Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from …
(edit) @98788   21 months vboxsync Guest Control: Fixed typo. bugref:9783
(edit) @98773   21 months vboxsync Guest Control: Added some more GSTCTL_CREATEDIRECTORY_F_ flags. bugref:9783
(edit) @98732   21 months vboxsync Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, …
(edit) @98709   21 months vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98703   21 months vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98668   22 months vboxsync Disassembler: Add support for the SHA instruction set extension, …
(edit) @98665   22 months vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98644   22 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98611   22 months vboxsync VBox/com/errorprint.h: docs update. bugref:10223
(edit) @98578   22 months vboxsync HGCMMock*.h: Moved to HostServices as it chiefly tests the HGCM …
(edit) @98576   22 months vboxsync HGCMMock*.h: Split out the code into .cpp files.
(edit) @98574   22 months vboxsync HGCMMock.h,tstGuestControlMockHGCM: Fixed memory overrun wrt client …
(edit) @98573   22 months vboxsync iprt/err.h,errcore.h: Corrected VERR_INVALID_HANDLE description.
(edit) @98546   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default) …
(edit) @98542   22 months vboxsync VMMDev: The host does not _use_ the full-state-mouse-protocol, it …
(edit) @98531   22 months vboxsync GuestHost/HGCMMock.h: Also mock VbglR3GetSessionId() [Docs].
(edit) @98530   22 months vboxsync GuestHost/HGCMMock.h: Also mock VbglR3GetSessionId().
(edit) @98526   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98514   22 months vboxsync iprt/uint64.h: scm fix. bugref:10261
(edit) @98498   22 months vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98472   22 months vboxsync Guest Library: Introduce VbglR3DaemonizeEx and VbglR3PidfileWait, …
(edit) @98463   22 months vboxsync Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO …
(edit) @98458   22 months vboxsync Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO …
(edit) @98457   22 months vboxsync Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO …
(edit) @98444   22 months vboxsync include/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98325   22 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98322   22 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98307   22 months vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98297   22 months vboxsync Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks …
(edit) @98288   22 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98279   23 months vboxsync Main/src-client: Some more rc -> hrc/vrc stuff found by grep. A build …
(edit) @98276   23 months vboxsync Main/UsbCardReader.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98267   23 months vboxsync Main/ConsoleImpl.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98264   23 months vboxsync iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative …
(edit) @98217   23 months vboxsync VMMDevCoreTypes.h: Follow up to r155045 (Made …
(edit) @98183   23 months vboxsync *.kmk: s/VBOXMAINEXE/VBoxMainExe/ bugref:10348
(edit) @98150   23 months vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98142   23 months vboxsync iprt/win: Added wrappers for d3d11.h and wdbgexts.h. [scm fix] bugref:10348
(edit) @98140   23 months vboxsync iprt/win: Added wrappers for d3d11.h and wdbgexts.h. bugref:10348
(edit) @98128   23 months vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
(edit) @98122   23 months vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98009   23 months vboxsync iprt/bldprog-strtab-template.cpp.h: shut up solaris warnings
(edit) @97969   2 years vboxsync iprt/assertcompile.h: 4th attempt at fixing the problem that some gcc …
(edit) @97968   2 years vboxsync iprt/cpp/hardavlrange.h: Tweaked AssertCompile hack.
(edit) @97967   2 years vboxsync iprt/assertcompile.h: 3rd attempt at fixing the problem that some gcc …
(edit) @97966   2 years vboxsync iprt/assertcompile.h: 3rd attempt at fixing the problem that some gcc …
(edit) @97965   2 years vboxsync iprt/assertcompile.h: 2nd attempt at fixing the problem that some gcc …
(edit) @97964   2 years vboxsync iprt/assertcompile.h: The RTASSERTVAR variable must be 'C' external or …
(edit) @97963   2 years vboxsync iprt/assertcompile.h: scm
(edit) @97962   2 years vboxsync iprt/assertcompile.h: Don't define RTASSERTVAR globally when using GCC …
(edit) @97954   2 years vboxsync VMMDevCoreTypes.h: Made HGCMFunctionParameter.GetUInt32/64 return …
(edit) @97953   2 years vboxsync VMMDevCoreTypes.h: Made HGCMFunctionParameter.GetUInt32/64 always …
(edit) @97946   2 years vboxsync IPRT: include/iprt/nocrt/vector: Compilation fix for data(), added a …
(edit) @97939   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
(edit) @97914   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97909   2 years vboxsync IPRT/alloc-r0drv.cpp: Drop support for RTMEMALLOCEX_FLAGS_EXEC in ring-0.
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97906   2 years vboxsync IPRT/log: Retired the RTMemExecAlloc code and replaced the …
(edit) @97905   2 years vboxsync IPRT,SUPDrv: Dropping RTR0MemExecDonate and associated SUPDrv-linux …
(edit) @97887   2 years vboxsync iprt/string.h: VAC++ tweak.
(edit) @97886   2 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix fix.
(edit) @97880   2 years vboxsync iprt/log.h: Defined LOG_USE_C99 on OS/2 too. Then nobody is using the …
(edit) @97879   2 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix.
(edit) @97869   2 years vboxsync PDM/network: Tried to make PDMNetGsoIsValid more readable.
(edit) @97825   2 years vboxsync IPRT: Added RTCListBase::filter() + testcases.
(edit) @97823   2 years vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @97821   2 years vboxsync include/iprt/nocrt/vector: Fixes for accessing [c]end() iterators on …
(edit) @97815   2 years vboxsync VMM: Don't assume a teleportation operation when VMR3LoadFromStream() …
(edit) @97811   2 years vboxsync include/iprt/nocrt/vector: Fixed the != operator -- Thanks to Martin …
(edit) @97799   2 years vboxsync DnD: Resolved a @todo: Return rc when closing DnD objects.
(edit) @97790   2 years vboxsync VMMDev mouse: bugref:10285: Introduce extended host mouse pointer …
(edit) @97769   2 years vboxsync DnD: Added DnDActionListToStrA().
(edit) @97764   2 years vboxsync DnD: Renamed the VbglR3 event name VBGLR3DNDEVENTTYPE_HG_CANCEL -> …
(edit) @97762   2 years vboxsync DnD: Added VBOXDNDSTATE enum + string conversion function.
(edit) @97751   2 years vboxsync DnD: Renamed VERR_GSTDND_GUEST_ERROR -> VERR_DND_GUEST_ERROR to be …
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