VirtualBox

source: vbox/trunk/src/VBox/Additions/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76563   6 years vboxsync Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes …
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76533   6 years vboxsync Additions/common: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76447   6 years vboxsync VBoxGuest-netbsd.c: Check for NOCRED and FSCRED too (might be an …
(edit) @76446   6 years vboxsync VBoxGuest-linux.c/vgdrvLinuxOpen(): Corrected vboxuser group check.
(edit) @76445   6 years vboxsync VBoxGuest-netbsd.c: Explicitly include <iprt/err.h>, don't rely on …
(edit) @76444   6 years vboxsync VBoxGuest-netbsd.c: Fix kauth check for wheel group membership.
(edit) @76443   6 years vboxsync VBoxGuest-netbsd.c: Fix typo in "ENOMEM" in previous.
(edit) @76441   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76437   6 years vboxsync VBoxGuest-os2.cpp: build fix. bugref:9344
(edit) @76427   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @76422   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @76419   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76387   6 years vboxsync VBoxGuest does not need hgcmsvc.h (linux). bugref:9344
(edit) @76326   6 years vboxsync iprt/err.h: Split out the RT_SUCCESS, RT_FAILURE, functions and error …
(edit) @76320   6 years vboxsync Config.kmk,drivers/Makefile.kmk: More cleanups around …
(edit) @76317   6 years vboxsync Config.kmk,drivers/Makefile.kmk: Doing the cleanups of the …
(edit) @76225   6 years vboxsync Additions/x11: fixes for building the X11 Additions for Linux …
(edit) @76196   6 years vboxsync VMMDev/HGCM,VBoxGuest: New page list variant for more effectively …
(edit) @76144   6 years vboxsync SharedFolders,os2/VBoxSF: Added SHFL_FN_SET_FILE_SIZE for setting the …
(edit) @76032   6 years vboxsync VBoxGuest-darwin.cpp: build fix. bugref:4686
(edit) @75954   6 years vboxsync VBoxControl: nits
(edit) @75947   6 years vboxsync VBoxService/Automounter: Corrected conversion to UTF-16 in …
(edit) @75946   6 years vboxsync VBoxService,manual: Use /media on solaris too (11 has it, on 10 we …
(edit) @75930   6 years vboxsync VBoxService: doxygen fix
(edit) @75929   6 years vboxsync VBoxService: scm fix
(edit) @75925   6 years vboxsync VBoxService/toolbox: More FS info, like username, group inode device, …
(edit) @75924   6 years vboxsync VBoxService/toolbox: More FS info, like username, group inode device, …
(edit) @75895   6 years vboxsync VBoxService/guestcontrol: Removed annoying message skip hack since …
(edit) @75893   6 years vboxsync VBoxguestR3LibGuestCtrl: Fixed LogRel statement. bugref:9313
(edit) @75890   6 years vboxsync VBoxService: Don't use tabs in logging, looks weird on linux console.
(edit) @75858   6 years vboxsync VBoxService: Mark printf-style formatters as such, fixing fallout. …
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75824   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 4. bugref:9313
(edit) @75807   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 3. bugref:9313
(edit) @75804   6 years vboxsync VBoxService: Started using the new PEEK and GET message functions. …
(edit) @75803   6 years vboxsync VBoxService: Started using the new PEEK and GET message functions. …
(edit) @75798   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 1. bugref:9313
(edit) @75783   6 years vboxsync VBoxGuest-win.cpp: Set VMMDEV_REQUESTOR_NO_USER_DEVICE flag. bugref:9105
(edit) @75782   6 years vboxsync VBoxGuest-solaris.c: Set VMMDEV_REQUESTOR_NO_USER_DEVICE flag. bugref:9105
(edit) @75781   6 years vboxsync VBoxGuest-netbsd.cpp: Correctly set requestor. bugref:9105
(edit) @75780   6 years vboxsync VBoxGuest-darwin.cpp: Correctly set requestor. bugref:9105
(edit) @75779   6 years vboxsync VBoxGuest-os2.c: Correctly set requestor. bugref:9105
(edit) @75778   6 years vboxsync VBoxGuest-freebsd.c: Correctly set requestor. bugref:9105
(edit) @75777   6 years vboxsync VBoxGuest-darwin.cpp: Correctly set requestor. bugref:9105
(edit) @75758   6 years vboxsync VBoxGuestLib,VBoxService: Preps for using GUEST_MSG_PEEK/GEt/CANCEL, …
(edit) @75753   6 years vboxsync VBoxGuestR0LibHGCMInternal.cpp: Adjusted copy back of …
(edit) @75736   6 years vboxsync VBoxService/vgsvcGstCtrlSessionSpawnWorker: Straigthened out the …
(edit) @75727   6 years vboxsync VBoxServiceControlSession.cpp: Bail out in …
(edit) @75726   6 years vboxsync VBoxService: Added SIGCHLD to sigwait() call to make darwin (10.9.5) …
(edit) @75724   6 years vboxsync VBoxService/VBoxGuestR3LibGuestCtrl.cpp: Fixed mkdir with OS X guests …
(edit) @75722   6 years vboxsync VBoxServiceControl: Don't count VERR_INTERRUPTED into the …
(edit) @75721   6 years vboxsync VBoxService: Use time rather than time_prog when logging. The latter …
(edit) @75720   6 years vboxsync VBoxServiceControlSession.cpp: Pointed out bogus error handling in …
(edit) @75719   6 years vboxsync VBoxService/control: Corrected confused mishandling of VERR_INTERRUPT …
(edit) @75714   6 years vboxsync darwin/VBoxGuest: Kicked out the workloop and alternative interrupt …
(edit) @75713   6 years vboxsync VBoxService: Fixed incorrect (and unncessary) assertion in vgsvcArgString.
(edit) @75712   6 years vboxsync darwin/VBoxGuest: Kicked out the workloop and alternative interrupt …
(edit) @75705   6 years vboxsync VBoxGuest/darwin: Implemented straight forward interrupt handling. …
(edit) @75702   6 years vboxsync VBoxControl guestproperty enumerate: Don't print NULL values as <NULL> …
(edit) @75600   6 years vboxsync VBoxGuestLib.h: Forgot to commit VbglR0QueryHostFeatures.
(edit) @75588   6 years vboxsync VBoxGuest: Make use of new IRQ ACK port when present.
(edit) @75584   6 years vboxsync VBoxGuest-linux.c,VBoxGuest-solaris.c: Setup the IRQ after calling …
(edit) @75559   6 years vboxsync VBoxService: Always set the time on startup on OS/2.
(edit) @75554   6 years vboxsync VMMDev,VBoxGuestR0Lib: Added a new HGCM parameter type that allows …
(edit) @75552   6 years vboxsync VBoxGuest/os2: fixes
(edit) @75548   6 years vboxsync VMMDev,VBoxGuestR0Lib: Added a new HGCM parameter type that allows …
(edit) @75547   6 years vboxsync VBoxGuest: Added an IDC interface for faster HGCM calls …
(edit) @75471   6 years vboxsync os2/VBoxSF,VBoxControl: Fixes, adjustments.
(edit) @75470   6 years vboxsync VBoxControl: sharedfolder fixes and extensions.
(edit) @75469   6 years vboxsync VBoxService,VBoxControl: OS/2 build fixes.
(edit) @75467   6 years vboxsync VBoxControl,VBoxService: Some OS/2 bits.
(edit) @75457   6 years vboxsync VBoxServiceAutoMount.cpp: Allow D:/unix/mnt/point. bugref:3544
(edit) @75451   6 years vboxsync VBoxService/Automounter: Another vboxsf->vboxsf typo for solaris. …
(edit) @75446   6 years vboxsync VBoxSErviceAutoMount.cpp: Check for the right file system type on …
(edit) @75444   6 years vboxsync VBoxService,solaris/vboxfs: Need to declare the tag option for it to …
(edit) @75437   6 years vboxsync VBoxServiceAutoMount.cpp: doxygen, zero mntinf. bugref:3544
(edit) @75433   6 years vboxsync linux/vboxsf,VBoxService: Added mount tag and implemented show_options …
(edit) @75415   6 years vboxsync doxy typo
(edit) @75411   6 years vboxsync VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
(edit) @75408   6 years vboxsync VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
(edit) @75407   6 years vboxsync VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
(edit) @75127   6 years vboxsync VBoxGuestR0LibIdc-os2.cpp: watcom fix
(edit) @75126   6 years vboxsync VBoxGuestR0LibHGCMInternal.cpp: We no longer seems to need alloca.h.
(edit) @74965   6 years vboxsync Additions/linux/vboxguest: drop devinitdata attribute. bugref:4567: …
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74574   6 years vboxsync DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
(edit) @74544   6 years vboxsync SCM build fix.
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74472   6 years vboxsync DnD: Fixed message handling on VM restore on X11 guests.
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74383   6 years vboxsync DnD/VbglR3: Removed code paths for handling older protocols (< v3).
(edit) @74380   6 years vboxsync DnD: Added VBGLR3DNDEVENTTYPE to abstract the DnD protocol from the …
(edit) @74333   6 years vboxsync DnD/VbglR3: Documentation.
(edit) @74140   6 years vboxsync DnD/VbglR3: Don't check for file sizes in vbglR3DnDHGRecvURIData(), as …
(edit) @73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
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