VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93457   3 years vboxsync VMM/NEMR3Native-darwin: Log the VMCS field write permissions if …
(edit) @93456   3 years vboxsync FE/Qt: bugref:9371. Don't guess OS type from vm name if we have …
(edit) @93455   3 years vboxsync FE/Qt: bugref:9371. Some renaming.
(edit) @93454   3 years vboxsync FE/Qt: bugref:9371. Some more fixes for detected OS type stuff.
(edit) @93453   3 years vboxsync Additions: Guest Library: VBoxGuestR3LibGuestProp: Fix NULL pointer …
(edit) @93452   3 years vboxsync Main,ExtPacks: Don't link with the VMM anymore, use the function …
(edit) @93451   3 years vboxsync IPRT: Local IPC Server: add interface to set server socket access mode …
(edit) @93450   3 years vboxsync Devices: Drop linking with LIB_VMM and LIB_REM linking. bugref:10074
(edit) @93449   3 years vboxsync Main,ExtPacks: Don't like with the VMM anymore, use the function …
(edit) @93445   3 years vboxsync include,Main: build fixes. bugref:10074
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93442   3 years vboxsync FE/Qt: bugref:9371. A small fix for label management.
(edit) @93441   3 years vboxsync Comment typo.
(edit) @93440   3 years vboxsync Main/ConsoleImpl: some tiny cleanups.
(edit) @93439   3 years vboxsync Main/ConsoleImpl: some tiny cleanups.
(edit) @93437   3 years vboxsync HostDriver: Respect VBOX_WITH_VBOXDRV more for darwin stuff. bugref:9898
(edit) @93435   3 years vboxsync IPRT/tstTime-2: Quick build fix for darwin.arm64. bugref:9898
(edit) @93433   3 years vboxsync ValKit/utils/cpu/Makefile.kmk: Skip utilites with .asm files for …
(edit) @93431   3 years vboxsync Add/VBoxGuest/Makefile.kmk: Respect VBOX_WITH_ADDITION_DRIVERS. bugref:9898
(edit) @93430   3 years vboxsync VBox/Makefile.kmk,Add/Makefile.kmk,Add/common/Makefile.kmk: Don't …
(edit) @93428   3 years vboxsync ValKit/Makefile.kmk: Bootsectors are x86 & amd64 targets only, at …
(edit) @93427   3 years vboxsync VBox/Makefile.kmk: Include HostDrivers on all architectures as they …
(edit) @93424   3 years vboxsync *.kmk: Try contain VBOX_WITH_VMNET to darwin in the makefile usage. …
(edit) @93423   3 years vboxsync Additions: Linux: update description for guest screen resizing code, …
(edit) @93422   3 years vboxsync doxygen: add initial documantation for VBoxDRMClient service, bugref:10134.
(edit) @93421   3 years vboxsync Linux host: VBoxNetAdp: use RTLNX_VER_MIN when defining …
(edit) @93420   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93419   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93418   3 years vboxsync Linux host: VBoxNetAdp: scm fix, bugref:10190.
(edit) @93417   3 years vboxsync Linux host: VBoxNetAdp: initial support for kernel 5.17-rc1, bugref:10190.
(edit) @93416   3 years vboxsync Linux Additions: vboxvideo: initial support for kernel 5.17-rc1, …
(edit) @93415   3 years vboxsync BIOS: Added comment about WDCTRL.386.
(edit) @93414   3 years vboxsync FE/Qt: bugref:10067: UI to toggle UINotificationCenter alignment; …
(edit) @93413   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Forgot to handle closed …
(edit) @93412   3 years vboxsync Main: Generate enum value to string conversion functions for the API. …
(edit) @93411   3 years vboxsync DevATA: Keep track of current LBA for ATA R/W commands, too, not just …
(edit) @93410   3 years vboxsync Main: Generate enum value to string conversion functions for the API. …
(edit) @93409   3 years vboxsync FE/Qt: bugref:9515. Disabling unattended install if OS detection fails.
(edit) @93408   3 years vboxsync FE/Qt: bugref:10067: Support for UINotificationCenter alignment via …
(edit) @93407   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: A bit of reordering.
(edit) @93406   3 years vboxsync Main/Unattended: Use the detected guest OS type instead of the …
(edit) @93405   3 years vboxsync Main/Unattended: Use the detected guest OS type instead of the …
(edit) @93404   3 years vboxsync Main/testcase: Corrected TEMPLATE for tstUnattendedScriptFiles. bugref:9781
(edit) @93403   3 years vboxsync FE/Qt: bugref:9515. A small fix to increase code re-use.
(edit) @93402   3 years vboxsync SharedClipboard/win: Fixed off by 2 calculation in …
(edit) @93401   3 years vboxsync SharedClipboard/win: Fixed off by 2 calculation in …
(edit) @93400   3 years vboxsync Additions: Linux: DRM: forgotten bits for display-helper-generic, …
(edit) @93399   3 years vboxsync SharedClipboard/win: scm fix. bugref:10160
(edit) @93398   3 years vboxsync SharedClipboard/win: Restore previous version of …
(edit) @93397   3 years vboxsync VMM/NEMR3Native-darwin: Need to ensure that the A20 gate is actually …
(edit) @93396   3 years vboxsync VBoxTray/Clipboard: If SharedClipboardWinConvertCFHTMLToMIME fails, …
(edit) @93395   3 years vboxsync VBoxTray/Clipboard: Don't split log messages over multiple lines, …
(edit) @93394   3 years vboxsync DrvCloudTunnel: Must thorougly wipe the buffer with the ssh password …
(edit) @93393   3 years vboxsync VMM/CFGM: Use the RTMemSafer allocator for the password strings and …
(edit) @93392   3 years vboxsync VMM/CFGM: Must thoroughly wipe password memory before freeing it. …
(edit) @93391   3 years vboxsync Installer/win: Simplified VBoxStub's main function a little.
(edit) @93390   3 years vboxsync Installer/win: Documented proper quoting of --msiparams, adding a …
(edit) @93389   3 years vboxsync SUPR3HardeningMain: Don't fork on fatal errors on darwin as …
(edit) @93388   3 years vboxsync Main/Machine::i_setGuestPropertyToService: Removed unnecessary …
(edit) @93387   3 years vboxsync SUPDrv: No pSession for vboxdrvu. bugref:10174
(edit) @93386   3 years vboxsync Reverted r149470: Additions: Linux: DRM IPC: define our own …
(edit) @93385   3 years vboxsync Additions: make VBoxDRMClient and VBoxClient --vmsvga-session …
(edit) @93384   3 years vboxsync Additions: Linux: scm fix, bugref:10185.
(edit) @93383   3 years vboxsync Additions: Linux: scm fix, bugref:10185.
(edit) @93382   3 years vboxsync FE/Qt: Runtime UI / Machine-view: scm fix after r149456.
(edit) @93381   3 years vboxsync Additions: Linux: DRM IPC: define our own LOGIN_NAME_MAX since this …
(edit) @93380   3 years vboxsync Additions: Linux: scm fixes, bugref:10185.
(edit) @93379   3 years vboxsync Additions: Linux: display-helper-gnome3: load Dbus symblols ourselves, …
(edit) @93378   3 years vboxsync Additions: Linux: scm fixes, bugref:10134.
(edit) @93377   3 years vboxsync Main/UnattendedImpl: ​​​bugref:10182. Returning string for …
(edit) @93376   3 years vboxsync Additions: Linux: scm fix, bugref:10134.
(edit) @93375   3 years vboxsync Additions: Linux: scm fixes, bugref:10134.
(edit) @93374   3 years vboxsync Additions: Linux: Installer: create vboxdrmipc user group needed for …
(edit) @93373   3 years vboxsync Additions: Linux: replace VBoxClient --vmsvga with --vmsvga-session on …
(edit) @93372   3 years vboxsync Additions: Linux: VBoxService: start VBoxDRMClient on early boot …
(edit) @93371   3 years vboxsync Additions: Linux: introduce VBoxClient --vmsvga-session service and …
(edit) @93370   3 years vboxsync Additions: Linux: introduce helpers for Desktop Environment specific …
(edit) @93369   3 years vboxsync Additions: Linux: introduce helper functions for IPC communication …
(edit) @93368   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Small workaround for masked …
(edit) @93367   3 years vboxsync FE/Qt: Runtime UI / Machine-view: Fix for pause screenshot painting …
(edit) @93366   3 years vboxsync Reverting r149419 since I found better solution.
(edit) @93365   3 years vboxsync Main/UnattendedImpl: ​​bugref:10182. Stop OS detection if we fail to …
(edit) @93363   3 years vboxsync VMNet: bugref:9932 Increased timeout to 1 minute when waiting for …
(edit) @93362   3 years vboxsync CloudNet: bugref:9469 Do not attempt to stop gateway instances on …
(edit) @93361   3 years vboxsync Config.kmk,Devices/Makefile.kmk: Add includes for the directx headers …
(edit) @93360   3 years vboxsync Add/x11/display-drm: Save 4077 - sizeof(const char *) bytes by …
(edit) @93359   3 years vboxsync Config.kmk,Devices/Makefile.kmk: Add includes for the directx headers …
(edit) @93358   3 years vboxsync Reverting r149411: Main/UnattendedImpl: ​bugref:10182. Adding the …
(edit) @93357   3 years vboxsync Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp: Some compile fixes on non …
(edit) @93355   3 years vboxsync VMM/NEM-win: We now require the PGM NEM mode so kicked out code not …
(edit) @93354   3 years vboxsync VMM/NEM-win: Nits. bugref:10118 bugref:10162
(edit) @93353   3 years vboxsync VMM/NEM-win: Kicked out more code relating ring-0. bugref:10118 …
(edit) @93352   3 years vboxsync VMM/NEM-win: Kicked out more code relating to using the VID API …
(edit) @93351   3 years vboxsync VMM/NEM-win: Kicked out most of the ring-0 code because bugref:10118 + …
(edit) @93350   3 years vboxsync IPRT/isomaker: Don't freak out if the joliet volume descriptor gives …
(edit) @93349   3 years vboxsync 3D/VMSVGA: protocol assumes tightly packed structs
(edit) @93348   3 years vboxsync NAT/Net: When enabling IPv6, check if IPv6 prefix is set. If it's not …
(edit) @93347   3 years vboxsync Main: bugref:1909: Fixed help output in VBoxManage
(edit) @93346   3 years vboxsync Support/Makefile.kmk: Do not build VBoxSupLib.dll for any of the …
(edit) @93345   3 years vboxsync Support/Makefile.kmk: Just use the VBoxR3StaticNoCrt template …
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