VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76032   6 years vboxsync VBoxGuest-darwin.cpp: build fix. bugref:4686
(edit) @75893   6 years vboxsync VBoxguestR3LibGuestCtrl: Fixed LogRel statement. bugref:9313
(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) @75724   6 years vboxsync VBoxService/VBoxGuestR3LibGuestCtrl.cpp: Fixed mkdir with OS X guests …
(edit) @75714   6 years vboxsync darwin/VBoxGuest: Kicked out the workloop and alternative interrupt …
(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) @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) @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) @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 …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72829   6 years vboxsync VBoxGuestInst.cpp: drop unused printf argument.
(edit) @72627   6 years vboxsync Additions: relicence components needed for Linux shared folders to …
(edit) @72604   6 years vboxsync Guest Additions: but hgcmsvc.h is needed by vboxguest. bugref:9109: …
(edit) @72601   6 years vboxsync Guest Additions: hgcmsvc.h is not needed by shflsvc.h. bugref:9109: …
(edit) @72354   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @71695   7 years vboxsync VBoxGuest: VBGL_HGCM_HDR_INIT_TIMED, consistent use of VbglHGCMParm …
(edit) @71364   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @70893   7 years vboxsync VBoxGuest-linux.cpp: Build fix. bugref:9105
(edit) @70886   7 years vboxsync VBoxGuest-linux.c: fix for r119567/public r70033 for builds without …
(edit) @70876   7 years vboxsync VBoxGuest: Solaris root and wheel (equivalent) detection. bugref:9105
(edit) @70874   7 years vboxsync VBoxGuest: Linux build fix. bugref:9105
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @70835   7 years vboxsync VBoxGuest/netbsd: export fixing
(edit) @70625   7 years vboxsync Make VBoxGuest-linux.c and vbox_mode.c build against Linux 4.15rc8, …
(edit) @70624   7 years vboxsync Make VBoxGuest-linux.c and vbox_mode.c build against Linux 4.15rc8. …
(edit) @70616   7 years vboxsync VBoxGuest-win.cpp: added power off todo.
(edit) @70608   7 years vboxsync Better enforce vboxguest and vboxuser separation in the driver code. …
(edit) @70389   7 years vboxsync VBoxGuestR3LibGuestCtrl.cpp: Fixed some size assertions in VbglR3HGCMCall.
(edit) @70367   7 years vboxsync VBoxGuestInst.cpp: 'VBoxGuest.sys' isn't fat compatible. duh.
(edit) @70350   7 years vboxsync VBoxGuestNt3.sys: Use the regular driver for NT3 too.
(edit) @70342   7 years vboxsync VBoxGuest: NT 3.1 support.
(edit) @70330   7 years vboxsync VBoxService,VBoxControl,VBoxGuest: Check exports on windows to make …
(edit) @70288   7 years vboxsync VBoxGuest-win.cpp: Fixed use-after-free in Log statement.
(edit) @70287   7 years vboxsync VBoxGuest-win.cpp: Snuffed out race between idle checking and session …
(edit) @70284   7 years vboxsync VBoxGuest-win.cpp: State cleanups.
(edit) @70282   7 years vboxsync VBoxGuest-win.cpp: Refuse to stop or remove the device when there are …
(edit) @70280   7 years vboxsync VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::aPciBaseAddresses and …
(edit) @70279   7 years vboxsync VBoxGuest-win.cpp: Moved functions around a little, avoiding a couple …
(edit) @70276   7 years vboxsync VBoxGuest-win.cpp: Set calling convention on functions passed to NT.
(edit) @70274   7 years vboxsync VBoxGuest-win.cpp: Reintroduced the bugcheck callback and backdoor logging.
(edit) @70270   7 years vboxsync VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::pCurrentIrp since was …
(edit) @70245   7 years vboxsync VBoxGuest: fix a parameter-documentation-checker burn.
(edit) @70227   7 years vboxsync VBoxGuest-win.cpp: Addressed todos in vgdrvNtScanPCIResourceList.
(edit) @70226   7 years vboxsync VBoxGuest.cpp/VGDrvCommonISR: Don't assume pVMMDevMemory is valid.
(edit) @70223   7 years vboxsync VBoxGuest: Split up VGDrvCommonInitDevExt to accommodate plug-and-play …
(edit) @70220   7 years vboxsync VBoxGuest-win.cpp: Added cleanup code in the error path of vgdrvNtInit …
(edit) @70219   7 years vboxsync VBoxGuest-win.cpp: Cleaning up version code a little and made it …
(edit) @70209   7 years vboxsync VBoxGuestInst(NT).cpp: try stop the service during uninstall.
(edit) @70208   7 years vboxsync VBoxGuest-win.cpp: removed now unused function
(edit) @70194   7 years vboxsync VBoxGuest-win.cpp: Experimental NT 3.51 support.
(edit) @70180   7 years vboxsync VBoxGuest/Makefile.kmk: Forgot to remove VBoxGuestNT
(edit) @70168   7 years vboxsync VBoxGuest: make scm check netbsd/vboxguest.ioconf and make it happy …
(edit) @70167   7 years vboxsync VBoxGuest: netbsd/locators.h is a stub for a file that is normally …
(edit) @70164   7 years vboxsync Additions: No more VBoxGuestNT.sys; NT uses the same driver build as …
(edit) @70162   7 years vboxsync IPRT,VBoxGuest: Dropped NT4 specific ring-0 library. VBoxGuestNT.sys …
(edit) @70161   7 years vboxsync Linux drivers: check for unresolved symbols at build time. …
(edit) @70160   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70159   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70158   7 years vboxsync VBoxGuest-win.cpp: Don't use IPRT without at all initializating it …
(edit) @70154   7 years vboxsync VBoxGuest.cpp: I mean to use RTStrNICmpAscii in …
(edit) @70146   7 years vboxsync VBoxGuest-win.cpp: Less TARGET_NT4 stuff, more version ifs.
(edit) @70133   7 years vboxsync VBoxGuest-netbsd.c: Provide stub "locators.h" required by wsmousevar.h …
(edit) @70128   7 years vboxsync VBoxguest-win.cpp: burn fix
(edit) @70115   7 years vboxsync VBoxGuest-win.cpp: Working on dropping the TARGET_NT4 #ifdefs/#ifndefs …
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