VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @93416   3 years vboxsync Linux Additions: vboxvideo: initial support for kernel 5.17-rc1, …
(edit) @93400   3 years vboxsync Additions: Linux: DRM: forgotten bits for display-helper-generic, …
(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) @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) @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) @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) @93360   3 years vboxsync Add/x11/display-drm: Save 4077 - sizeof(const char *) bytes by …
(edit) @93349   3 years vboxsync 3D/VMSVGA: protocol assumes tightly packed structs
(edit) @93331   3 years vboxsync Additions: Guest Lib: VBoxGuestR3LibDrmClient: fix build, bugref:10134.
(edit) @93330   3 years vboxsync Additions: Guest Lib: VBoxGuestR3LibDrmClient: do not expose Linux …
(edit) @93327   3 years vboxsync Shared Clipboard/X11: Renamed mandatory (own) X11 callbacks to better …
(edit) @93322   3 years vboxsync /Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841
(edit) @93321   3 years vboxsync Shared Clipboard/X11: Renamed mandatory (own) X11 callbacks to better …
(edit) @93300   3 years vboxsync Add/common: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93299   3 years vboxsync Add/win: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93298   3 years vboxsync Add/Mesa: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93272   3 years vboxsync Add/win/VBoxSFW2K: Work around missing _aulldvrm export on w2k …
(edit) @93269   3 years vboxsync Add/win/VBoxSFW2K: Work around missing _aulldvrm export on w2k …
(edit) @93265   3 years vboxsync Add,SUP: x86 build adjustments for /guard:cf. bugref:10162
(edit) @93262   3 years vboxsync Add/win/installer: Fixed regression from r138850 where we would …
(edit) @93251   3 years vboxsync /Config.kmk,Add,SupDrv: Enable control flow guards. bugref:10162
(edit) @93237   3 years vboxsync Additions: guest lib: fix argv[] when starting legacy VBoxClient …
(edit) @93227   3 years vboxsync Additions/solaris: Fix build template for VBoxISAExec. bugref:10178
(edit) @93222   3 years vboxsync Addidions: X11: add interface to start VBoxClient --vmsvga, bugref:10134.
(edit) @93220   3 years vboxsync Additions: X11: add interface to set custom log prefix, bugref:10134. …
(edit) @93201   3 years vboxsync Additions/VbglR3: Use RTStrCopy() in VbglR3HGCMConnect().
(edit) @93155   3 years vboxsync Add/os2: doxygen fixes for the installer.
(edit) @93146   3 years vboxsync Add/os2: Ship the barebone OS/2 GA installer.
(edit) @93145   3 years vboxsync Add/os2: Made the installer start in a --dry-run mode and require a …
(edit) @93144   3 years vboxsync Add/os2: Debugged the installer code and implemented removal of old …
(edit) @93143   3 years vboxsync Add/os2: Some simplifications to the installer.
(edit) @93142   3 years vboxsync Add/os2: Wrote the startup.cmd editing for the installer.
(edit) @93138   3 years vboxsync Add/os2: Proper gengradd checks in the installer.
(edit) @93136   3 years vboxsync Add/os2: More installer code.
(edit) @93128   3 years vboxsync Add/os2: Outline of a simpler installer for the OS/2 GAs. Uses Watcom …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93073   3 years vboxsync os2/VBoxSF: Implemented ERROR_EAS_DIDNT_FIT. ticketref:19453
(edit) @93071   3 years vboxsync os2/VBoxSF: Fixed off by one check in vboxSfOs2MakeEmptyEaListEx. …
(edit) @93022   3 years vboxsync Additions/VBoxService: Selective feature compilation fixes -- …
(edit) @92988   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92987   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92972   3 years vboxsync GA/Installer/win: Use VBOX_WIN_NEWDEV. bugref:10116
(edit) @92964   3 years vboxsync GA/wddm: Don't include d3dkmthk directly, always via the clean iprt …
(edit) @92963   3 years vboxsync GA/VBoxTray: Include d3dkmthk.h via the clean iprt wrappers. bugref:10116
(edit) @92962   3 years vboxsync GA/VBoxTray: Must define _WIN32_WINNT *before* including any windows …
(edit) @92925   3 years vboxsync Additions/Shared Clipboard: GCC 11 fixes (warnings as errors, error: …
(edit) @92909   3 years vboxsync Additions/3D/mesa: Don't include windows.h directly, always via the …
(edit) @92908   3 years vboxsync Add/VBoxCredProv: Adjustment for building with newer SDKs which …
(edit) @92846   3 years vboxsync Additions: Shared Clipboard: VBoxTray: unwrap CF_HTML content, …
(edit) @92845   3 years vboxsync Additions: Shared Clipboard: fix HTML content conversion, …
(edit) @92798   3 years vboxsync GA/pam_vbox.cpp: Fixed some more RTDECL/DECLEXPORT confusion.
(edit) @92797   3 years vboxsync GA/pam_vbox.cpp: Corrected RTAssertMsg1Weak declaration.
(edit) @92771   3 years vboxsync 3D/VMSVGA: Removed annoying assertion causing guest BSOD during …
(edit) @92767   3 years vboxsync VBoxService: Enable the VBOXSERVICE_ARG1_UTF8_ARGV trick. bugref:10153
(edit) @92735   3 years vboxsync Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] …
(edit) @92707   3 years vboxsync Guest Control: Resolved a @todo: A bit more scoping for some defines, …
(edit) @92695   3 years vboxsync Guest Additions/VBoxService: Resolved a @todo: Added comment why no …
(edit) @92693   3 years vboxsync Guest Control/VBoxService: Resolved @todos: Removed non-existing …
(edit) @92690   3 years vboxsync Guest Control/VBoxService: Resolved @todos: Return real rc for various …
(edit) @92687   3 years vboxsync Guest Control/VBoxService: Removed debug assertion -- no longer holds …
(edit) @92674   3 years vboxsync VBoxService: Reverted r148489, r148497 and r148502 because the problem …
(edit) @92673   3 years vboxsync VBoxService: Updated VBOXSERVICE_PROC_F_UTF8_ARGV with new …
(edit) @92668   3 years vboxsync VBoxService: Added missing error handling for UPN formatting in …
(edit) @92667   3 years vboxsync VBoxService: Added missing error handling for UPN formatting in …
(edit) @92666   3 years vboxsync VBoxService: Replaced the silly RTStrStr(pszExec, 'vbox_') == pszExec …
(edit) @92665   3 years vboxsync VBoxService: Must claim all argv[0] strings starting with 'vbox_' just …
(edit) @92664   3 years vboxsync VBoxService: Must claim all argv[0] strings starting with 'vbox_' just …
(edit) @92663   3 years vboxsync VBoxService: Restrict the argv[0] quoting hack to windows in …
(edit) @92662   3 years vboxsync VBoxService: Sketch for a trick for passing UTF-8 argv to child …
(edit) @92661   3 years vboxsync VBoxService: Wrong use of doxygen comment in …
(edit) @92660   3 years vboxsync VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing …
(edit) @92659   3 years vboxsync VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing …
(edit) @92658   3 years vboxsync VBoxService: Simplified vgsvcGstCtrlProcessResolveExecutable and added …
(edit) @92653   3 years vboxsync Additions: Linux: VBoxDRMClient: run resize task in a thread, bugref:10134.
(edit) @92623   3 years vboxsync Additions: Linux: VBoxDRMClient: SCM fix, bugref:10134.
(edit) @92622   3 years vboxsync Additions: Linux: VBoxDRMClient: report monitor possitions back to …
(edit) @92621   3 years vboxsync VBoxGuest/darwin,IPRT/r0drv/darwin: Clang 13 build fixes.
(edit) @92611   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92606   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92599   3 years vboxsync GA: adding svn revision to GA un-install information section. to be tested
(edit) @92598   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92582   3 years vboxsync Audio/Validation Kit: Added VBoxAudioTest to the Linux installer …
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