summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Clang 13 fixes (warnings as errors).vboxsync2023-05-102-5/+9
* ValKit/vboxinstaller.py: Corrected DMG umount retrying from r148180 to not us...vboxsync2023-05-101-1/+1
* Main: Upgraded the doxygen file to 1.9.6. bugref:10442vboxsync2023-05-101-291/+543
* **/Doxyfile*: Disable markdown support for now. bugref:10442vboxsync2023-05-102-0/+4
* Main: Doxygen fixes. bugref:10442vboxsync2023-05-103-10/+93
* VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of interr...vboxsync2023-05-101-2/+3
* VMM/EM: Nested VMX: bugref:10318 Comment nit.vboxsync2023-05-101-1/+0
* Audio/Settings: Also use the PulseAudio backend when we find pipewire-pulse r...vboxsync2023-05-101-2/+5
* Validation Kit/VBoxClient: Added Fudge factor -- wait for the desktop env to ...vboxsync2023-05-101-0/+4
* *.kmk: Changed the VBOX_ONLY_SDK_ON_WINDOWS for VBOX_ONLY_SDK_ON_HOST and VBO...vboxsync2023-05-103-7/+19
* Main/Makefile.kmk: Build the SDK html docs as part of the VBOX_ONLY_SDK build...vboxsync2023-05-101-0/+5
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...vboxsync2023-05-093-3/+3
* libs/Makefile.kmk: Don't build any unnecessary libraries in VBOX_ONLY_SDK mod...vboxsync2023-05-091-6/+10
* *.kmk: More SDK makefile cleanups. bugref:10442vboxsync2023-05-091-3/+0
* *.kmk: More SDK makefile cleanups. bugref:10442vboxsync2023-05-092-57/+66
* ValidationKit: Update path to disk image for tst-ubuntu-20_04-64-amdvi and ts...vboxsync2023-05-091-2/+2
* Runtime/testcase/tstRTSemEvent: test1() queues up two threads behind avboxsync2023-05-091-1/+30
* fixing pylint complainsvboxsync2023-05-091-1/+1
* testmanager/cgi/status.py changes, add arch info for test resultsvboxsync2023-05-091-14/+11
* *kmk: VBOX_ONLY_SDK_ON_WINDOWS changes and cleanups. bugref:10442vboxsync2023-05-094-15/+17
* Validation Kit/VBoxClient: Postpone checking for the display server until we ...vboxsync2023-05-091-2/+2
* src/Makefile.kmk: Kicked out some obsolete VBOX_WITH_REM bits. bugref:10348vboxsync2023-05-091-10/+2
* Validation Kit/VBoxClient: Postpone checking for the display server until we ...vboxsync2023-05-091-8/+13
* Guest Additions/VBoxClient: Increased logging verbosity for testboxes. bugref...vboxsync2023-05-091-6/+15
* NetworkServices,VirtualBox: Omit -rpath on macOS when running parfait, as par...vboxsync2023-05-091-3/+3
* NetworkServices,VirtualBox: Omit -rpath on macOS when running parfait, as par...vboxsync2023-05-091-1/+1
* NetworkServices,VirtualBox: Omit -rpath on macOS when running parfait, as par...vboxsync2023-05-091-1/+1
* NetworkServices,VirtualBox: Omit -rpath on macOS when running parfait, as par...vboxsync2023-05-091-4/+4
* 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