VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99806   19 months vboxsync VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
(edit) @99805   19 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99804   19 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99803   19 months vboxsync Runtime/fuzz.cpp: Fix assertion, bugref:3409
(edit) @99802   19 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99801   19 months vboxsync Runtime/testcase/{Makefile.kmk,tstRTCRest-1}: Address two …
(edit) @99800   19 months vboxsync VMM/IEM: More work on recompiler. bugref:10369
(edit) @99799   19 months vboxsync Docs: bugref:10302. scm fix.
(edit) @99798   19 months vboxsync Main/Makefile.kmk: Allow VBOX_WITHOUT_PRECOMPILED_HEADERS in Windows …
(edit) @99797   19 months vboxsync Docs: bugref:10302. Merging changes from the docs team. Almost …
(edit) @99796   19 months vboxsync makefile.kmk: Let parfait chew on the output, even if the build fails, …
(edit) @99795   19 months vboxsync makefile.kmk: Let parfait chew on the output, even if the build fails, …
(edit) @99794   19 months vboxsync Config.kmk: Fixes for running midl with parfait, bugref:3409 [scm]
(edit) @99793   19 months vboxsync Config.kmk: Fixes for running midl with parfait, bugref:3409
(edit) @99792   19 months vboxsync Runtime: Disable some stuff for now when running under parfait, bugref:3409
(edit) @99791   19 months vboxsync Config.kmk,include/iprt: Workarounds for compiling with parfait on …
(edit) @99790   19 months vboxsync IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
(edit) @99789   19 months vboxsync VMSVGA: Temporary commit to enable RELEASE logging in VBoxWDDM.sys, …
(edit) @99788   19 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
(edit) @99787   19 months vboxsync Devices/Network: scm fixes. bugref:10268
(edit) @99786   19 months vboxsync Devices/Network: wip. partial implementation of libslirp driver. …
(edit) @99785   19 months vboxsync Devices/Graphics: debugging helpers readBuffer update
(edit) @99784   19 months vboxsync Guest Control/VBoxManage + FE/Qt: Fixed parameter …
(edit) @99783   19 months vboxsync Guest Control/Main: Marked IGuestSession::waitFor() and …
(edit) @99782   19 months vboxsync Guest Control/Main: Marked IGuestSession::waitFor() and …
(edit) @99781   19 months vboxsync Guest Control/Main: Documented current limitations of the …
(edit) @99780   19 months vboxsync Guest Control/Main: Documented current limitations of the …
(edit) @99779   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99778   19 months vboxsync Guest Control/VBoxManage: Cleaned up command synopsis a bit more and …
(edit) @99777   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99776   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99774   19 months vboxsync Guest Control/VBoxManage: Cleaned up argv0 handling with the "run" and …
(edit) @99773   19 months vboxsync Guest Control/VBoxManage: Cleaned up argv0 handling with the "run" and …
(edit) @99772   19 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99771   19 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99770   19 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99769   19 months vboxsync tools/linux.amd64: Update properties, bugref:3409
(edit) @99768   19 months vboxsync Devices/DevPit-i8254: Move the host speaker data to the R3 structure …
(edit) @99767   19 months vboxsync libs/xpcom18a4/xpidl_idl.c: Explicetely initialize ftracefile with …
(edit) @99766   19 months vboxsync Devices/Bus/DevPciIch9: Convert cb to unsigned, the caller uses …
(edit) @99765   19 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99764   19 months vboxsync /configure: Default to building liblzma on darwin.
(edit) @99763   19 months vboxsync VirtualBox/Doxyfile: updated to 1.9.6. bugref:10442
(edit) @99762   19 months vboxsync /Doxyfile.Core: Re-enabled markdown support. bugref:10442
(edit) @99761   19 months vboxsync /Makefile.kmk,tools/Makefile.kmk: Build fix. bugref:10442
(edit) @99760   19 months vboxsync IPRT: doxygen tweaks. bugref:10442
(edit) @99759   19 months vboxsync IPRT/Doxyfile: updated and re-enabled markdown. bugref:10442
(edit) @99758   19 months vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99757   19 months vboxsync Makefile.kmk: parfait returns with a status code of 1 when there were …
(edit) @99756   19 months vboxsync VMM/CPUMR3Db: Fix harmless range check, bugref:3409
(edit) @99755   19 months vboxsync include/iprt/cdefs.h: Avoid memory leak reports when running with …
(edit) @99754   19 months vboxsync Guest Control/VBoxManage: Resolve wait result to a text when running …
(edit) @99753   19 months vboxsync VMM: More Clang 13 build fixes (warnings as errors).
(edit) @99752   19 months vboxsync Devices/Bus: Started a basic PCI bus implementation suitable for …
(edit) @99751   19 months vboxsync FE/VBoxBFE: Configure PCIe bus, bugref:10445
(edit) @99750   19 months vboxsync Devices/Bus: Started a basic PCI bus implementation suitable for …
(edit) @99749   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
(edit) @99748   19 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
(edit) @99747   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors) [SCM fix].
(edit) @99746   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors) [better fix, use …
(edit) @99745   19 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99744   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors) [better fix, use …
(edit) @99743   19 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99742   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors) [build fix, no …
(edit) @99741   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors).
(edit) @99740   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99738   19 months vboxsync Devices/DevQemuFwCfg: Some doxgen fixes
(edit) @99737   19 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99736   19 months vboxsync iprt/armv8.h: Some more definitions related to GIC, bugref:10404 [scm]
(edit) @99735   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99734   19 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99733   19 months vboxsync iprt/armv8.h: Some more definitions related to GIC, bugref:10404
(edit) @99732   19 months vboxsync tools: Update svn:ignore, bugref:3409
(edit) @99731   19 months vboxsync Devices/DevQemuFwCfg: Fix supplying the initramfs to the guest, …
(edit) @99730   19 months vboxsync IPRT: Clang 13 fixes (warnings as errors).
(edit) @99729   19 months vboxsync ValKit/vboxinstaller.py: Corrected DMG umount retrying from r148180 to …
(edit) @99728   19 months vboxsync Main: Upgraded the doxygen file to 1.9.6. bugref:10442
(edit) @99727   19 months vboxsync /Doxyfile*: Disable markdown support for now. bugref:10442
(edit) @99726   19 months vboxsync Main: Doxygen fixes. bugref:10442
(edit) @99725   19 months vboxsync VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of …
(edit) @99724   19 months vboxsync VMM/EM: Nested VMX: bugref:10318 Comment nit.
(edit) @99723   19 months vboxsync Audio/Settings: Also use the PulseAudio backend when we find …
(edit) @99722   19 months vboxsync /Makefile.kmk: validationkit-build-linux.rsync-into-vm needs to get …
(edit) @99721   19 months vboxsync /Makefile.kmk: Build the sdk w/o using any of the truly ancient jails. …
(edit) @99720   19 months vboxsync doc/manual: Fix removing directory temp_pdf which might fail in some …
(edit) @99719   19 months vboxsync manual: Export missing file to OSE
(edit) @99718   19 months vboxsync /Makefile.kmk: sdk build fixes and rsync optimizations. bugref:10442
(edit) @99717   19 months vboxsync Validation Kit/VBoxClient: Added Fudge factor -- wait for the desktop …
(edit) @99716   19 months vboxsync /Makefile.kmk: Exclude more stuff from rsync into the linux build VM …
(edit) @99715   19 months vboxsync *.kmk: Changed the VBOX_ONLY_SDK_ON_WINDOWS for VBOX_ONLY_SDK_ON_HOST …
(edit) @99714   19 months vboxsync Main/Makefile.kmk: Build the SDK html docs as part of the …
(edit) @99713   19 months vboxsync tools/win.x86/bin: Removed checked in doxygen. We don't use x86 hosts …
(edit) @99712   19 months vboxsync tools/win.amd64/bin: Removed checked in doxygen. Converted to tool. …
(edit) @99711   19 months vboxsync iprt/armv8.h: doxgyen. bugref:10388 bugref:10385
(edit) @99710   19 months vboxsync *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen …
(edit) @99709   19 months vboxsync *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen …
(edit) @99708   19 months vboxsync libs/Makefile.kmk: Don't build any unnecessary libraries in …
(edit) @99707   19 months vboxsync *.kmk: More SDK makefile cleanups. bugref:10442
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