summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Main/Makefile.kmk: Build the SDK html docs as part of the VBOX_ONLY_SDK build...vboxsync2023-05-101-0/+5
* tools/win.x86/bin: Removed checked in doxygen. We don't use x86 hosts much an...vboxsync2023-05-091-0/+0
* tools/win.amd64/bin: Removed checked in doxygen. Converted to tool. bugref:10...vboxsync2023-05-093-0/+0
* iprt/armv8.h: doxgyen. bugref:10388 bugref:10385vboxsync2023-05-091-6/+4
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...vboxsync2023-05-091-1/+1
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...vboxsync2023-05-095-4/+9
* 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-093-175/+180
* 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-096-23/+28
* 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-098-347/+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