summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* NetworkServices,VirtualBox: Omit -rpath on macOS when running parfait, as par...vboxsync2023-05-092-9/+28
* Guest Additions/VBoxClient: Increased logging verbosity for testboxes. bugref...vboxsync2023-05-092-3/+11
* VMM/IEM: scm fix. bugref:10369vboxsync2023-05-091-3/+3
* Guest Additions/VBoxClient: Dropped the idea of having an own logging facilit...vboxsync2023-05-097-288/+89
* Devices/Graphics: common code for 3D backend initialization and termination. ...vboxsync2023-05-099-166/+211
* VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() back i...vboxsync2023-05-093-12/+22
* VMM/IEM: More work on the decoder/recompiler part. bugref:10369vboxsync2023-05-085-6/+684
* VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the regular fu...vboxsync2023-05-083-324/+21
* Disassembler: Don't build DisasmR0 when VBOX_WITH_R0_MODULES isn't set [scm fix]vboxsync2023-05-081-1/+1
* Disassembler: Don't build DisasmR0 when VBOX_WITH_R0_MODULES isn't set [scm fix]vboxsync2023-05-081-12/+12
* Disassembler: Don't build DisasmR0 when VBOX_WITH_R0_MODULES isn't setvboxsync2023-05-081-0/+2
* VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to fix bui...vboxsync2023-05-081-4/+4
* Main/Settings: Be nice when loading the settings on downgraded versions: In c...vboxsync2023-05-081-1/+7
* Devices/Devplayground: Don't build if VBOX_WITH_MAIN isn't definedvboxsync2023-05-081-7/+9
* Windows base package: adding attestation signingvboxsync2023-05-081-0/+27
* WDDM: align allocation size. bugref:9845vboxsync2023-05-081-0/+1
* repack scripts: adding option to ignore ExtPacks for Combined3-Repack.cmdvboxsync2023-05-081-0/+11
* ValidationKit/tdUnitTest1: Blacklist tstVBoxAPIXPCOM on macOS because it woul...vboxsync2023-05-081-0/+2
* VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 cBits input...vboxsync2023-05-082-5/+13
* SUPHardNt: sha384 is included in alt-sha512.cpp, duh. bugref:10439vboxsync2023-05-081-1/+0
* Validation Kit/VBoxClient: Always test for detecting the display server using...vboxsync2023-05-081-6/+8
* VMM/tstVMStructSize: Use X86_PAGE_4K_SIZE instead of PAGE_SIZE which might no...vboxsync2023-05-081-6/+6
* SUPHardNt: Need alt-sha384.cpp as well now for ldrPE.cpp. bugref:10439vboxsync2023-05-081-0/+2
* IPRT/ldrPE: Added support for SHA384 image signatures. [build fix] bugref:10439vboxsync2023-05-081-0/+2
* IPRT/ldrPE: Added support for SHA384 image signatures. bugref:10439vboxsync2023-05-081-0/+32
* Additions: Linux: vboxsf: Introduce initial support for kernel 6.4 (rename ma...vboxsync2023-05-081-8/+9
* Additions: Linux: vboxsf: Introduce initial support for kernel 6.4, bugref:10...vboxsync2023-05-081-1/+8
* VMM: Nested VMX: bugref:10318 Comment.vboxsync2023-05-081-3/+3
* FE/Qt: OCI related wizards: Integer64 support for UIFormEditorWidget and link...vboxsync2023-05-083-14/+268
* VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs outsid...vboxsync2023-05-083-64/+49
* Validation Kit/VBoxClient: Added a test for detecting the display server usin...vboxsync2023-05-081-1/+1
* Validation Kit/VBoxClient: Added a test for detecting the display server usin...vboxsync2023-05-081-1/+6
* Guest Additions/VBoxClient: Repaired setting the g_fDaemonized flag, added be...vboxsync2023-05-081-7/+11
* VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits to not...vboxsync2023-05-081-32/+42
* Guest Additions/VBoxClient: Added "--session-detect" command to only perform ...vboxsync2023-05-083-10/+41
* VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.vboxsync2023-05-081-2/+2
* VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external interrupts....vboxsync2023-05-081-38/+31
* VMM: Nested VMX: bugref:10318 Darwin build fix.vboxsync2023-05-081-0/+1
* VMM: Nested VMX: bugref:10318 Doxygen.vboxsync2023-05-081-1/+0
* VMM: Nested VMX: bugref:10318 Separate injection of events between guest and ...vboxsync2023-05-083-79/+238
* VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and interrupt-window VM-ex...vboxsync2023-05-081-65/+92
* VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" state on ...vboxsync2023-05-081-5/+19
* VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" state on ...vboxsync2023-05-081-12/+27
* VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt if IEM...vboxsync2023-05-081-10/+15
* VMM/IEM: Started modifying the input/decode side of the threaded recompiler. ...vboxsync2023-05-063-15/+146
* repack scripts: adding option to ignore ExtPacks for Single-3-Repack.cmdvboxsync2023-05-051-0/+11
* testcase/tstGuestCtrlParseBuffer: Simplified determining reading chunk sizes ...vboxsync2023-05-051-5/+7
* FE/Qt: Only drag in display server detection code for Unix/POSIX builds [buil...vboxsync2023-05-051-1/+1
* FE/Qt: Only drag in display server detection code for Unix/POSIX builds [buil...vboxsync2023-05-051-1/+3
* FE/Qt: Only drag in display server detection code for Unix/POSIX builds [buil...vboxsync2023-05-051-2/+2