VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94315   3 years vboxsync VBoxGuest: Corrected classification of VMMDevReq_ChangeMemBalloon, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @85321   4 years vboxsync VBoxGuest.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
(edit) @83142   5 years vboxsync bugref:9637. Sending monitor positions (offsets) from GAs to svga …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80041   5 years vboxsync VBoxGuest: Don't drop the return code of vgdrvIoCtl_HGCMFastCall. …
(edit) @79863   5 years vboxsync VBoxGuest: Fixed reversed log parameter parsing found by Dmitrii.
(edit) @77728   6 years vboxsync VBoxGuest: Fixed a couple of warnings.
(edit) @77056   6 years vboxsync VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76419   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @75705   6 years vboxsync VBoxGuest/darwin: Implemented straight forward interrupt handling. …
(edit) @75588   6 years vboxsync VBoxGuest: Make use of new IRQ ACK port when present.
(edit) @75547   6 years vboxsync VBoxGuest: Added an IDC interface for faster HGCM calls …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @70608   7 years vboxsync Better enforce vboxguest and vboxuser separation in the driver code. …
(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) @70154   7 years vboxsync VBoxGuest.cpp: I mean to use RTStrNICmpAscii in …
(edit) @70095   7 years vboxsync VBoxGuest: More host options.
(edit) @70085   7 years vboxsync VBoxGuest: Enabled option reading from the host on all platforms.
(edit) @70067   7 years vboxsync VBoxGuest/win: Enumerate registry values and pass them along to …
(edit) @70066   7 years vboxsync VBoxGuest: Enabled VGDrvCommonProcessOptionsFromHost for all but linux …
(edit) @70058   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @70040   7 years vboxsync VBoxGuest: Sketched the code necessary to get configuration from the …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68654   7 years vboxsync VBoxGuestR0Lib: Function prefix and DECL macro cleanups.
(edit) @68638   7 years vboxsync more doxygen fixes
(edit) @68623   7 years vboxsync VBoxGuest.h: Dropped the I/O control function flags for indicating …
(edit) @68565   7 years vboxsync merging vbglioc r117730: solaris adjustments.
(edit) @68561   7 years vboxsync merging vbglioc r117713: Linux code updates and build fixes.
(edit) @68558   7 years vboxsync merging vbglioc r117710: VBoxGuest.cpp: logging fixes
(edit) @68550   7 years vboxsync merging vbglioc r117689: Initial VBoxGuest I/O control changes.
(edit) @67802   7 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @64436   8 years vboxsync Additions/VBoxGuest: Fix typo in r111564.
(edit) @64435   8 years vboxsync bugref:8639 Additions/VBoxGuest: Fix preemptible mouse notification …
(edit) @63948   8 years vboxsync VBoxGuest: VGDrvCommonWaitDoWakeUps must be thread-safe.
(edit) @62853   8 years vboxsync GAs/common: warnings
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62521   8 years vboxsync (C) 2016
(edit) @59501   9 years vboxsync Additions/common/VBoxGuest: change the regular guest heart beat …
(edit) @58178   9 years vboxsync VbglInit -> VbglInitPrimary & VbglInitClient. VBoxGuestLib/Init.cpp …
(edit) @58089   9 years vboxsync VBoxGuest,VBoxService,Doxyfile.Core: fixes.
(edit) @58053   9 years vboxsync VBoxGuest: s/vbgd/VGDrv/ + started on page.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56220   9 years vboxsync warning
(edit) @55275   10 years vboxsync heartbeat service: document it, sanity check and fixed logging
(edit) @54721   10 years vboxsync Additions/common/VBoxGuest: host flags update clean-up fix.
(edit) @54640   10 years vboxsync warnings
(edit) @54615   10 years vboxsync Fixed VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS validation and adjusted …
(edit) @54614   10 years vboxsync nit
(edit) @54613   10 years vboxsync VBoxGuest: Optimized vbgdBitUsageTrackerChange and got rid of some …
(edit) @54612   10 years vboxsync VBoxGuest: Call vbgdResetMouseStatusOnHost at init too. Removed …
(edit) @54609   10 years vboxsync Seems someone forgot to merge VBoxGuest2.cpp into VBoxGuest.cpp, …
(edit) @54608   10 years vboxsync VBoxGuest: cleanups, mainly fixing and shortening function name prefixes.
(edit) @54606   10 years vboxsync VBoxGuest: Guest capabilities, mouse status, and event filter cleanups …
(edit) @54601   10 years vboxsync VBoxGuest: First part of the noisy vboxGuestUpdateHostFlags cleanup.
(edit) @54593   10 years vboxsync VBoxGuest.cpp: Moved the code guest caps where it belongs.
(edit) @54522   10 years vboxsync VBoxGuest.cpp: todo wrt unnecessary session walking.
(edit) @54239   10 years vboxsync VBoxGuest: Reverted r92886 as it does not make any sense (RTLogFlush …
(edit) @54237   10 years vboxsync VBoxGuest.cpp: Partly back out of r92834 because everything shouldn't …
(edit) @53434   10 years vboxsync Additions/common and x11: improve error handling related to mode hint …
(edit) @53293   10 years vboxsync VBoxGuest: warnings
(edit) @53077   10 years vboxsync VBoxGuest: fixed heartbeat on Windows guests.
(edit) @52789   10 years vboxsync VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
(edit) @52701   10 years vboxsync Additions/VBoxGuest: allow root processes access to the back-door logger.
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @51224   11 years vboxsync Additions/VBoxGuest: remove VRDP session handling (never really used), …
(edit) @50826   11 years vboxsync VBoxGuest/VBoxGuest.cpp: Logging.
(edit) @50803   11 years vboxsync VBoxGuest.cpp: Logging.
(edit) @50770   11 years vboxsync VBoxGuest: fix host flags for win (thanks Michael)
(edit) @50688   11 years vboxsync VBoxGuest/darwin: Delay waking up threads still we're out of interrupt …
(edit) @50623   11 years vboxsync Additions/common/VBoxGuest: host flags: do not try to allocate …
(edit) @50539   11 years vboxsync Additions/common/VBoxGuest: fix a dead-lock in the host flags handling.
(edit) @50537   11 years vboxsync Additions/common/VBoxGuest: simplify the mouse call-back management.
(edit) @50523   11 years vboxsync Addiitions/common/VBoxGuest, VBoxGuestLibR3: add mediation in the …
(edit) @50391   11 years vboxsync Additions/common/VBoxGuest: in-code documentation for capability acquiring.
(edit) @50372   11 years vboxsync Additions/common/VBoxGuest: make CANCEL_ALL_WAITEVENTS cancel the next …
(edit) @49950   11 years vboxsync Additions/common: !RT_SUCCESS => RT_FAILURE
(edit) @49946   11 years vboxsync Additions/VBoxGuest: be more quiet with release logging
(edit) @48311   11 years vboxsync Warnings.
(edit) @48231   11 years vboxsync Additions/common/VBoxGuest: reduce logging in IRQ handlers.
(edit) @48034   11 years vboxsync Guest Additions: add release logger to VBoxGuest driver (enabled for …
(edit) @47294   11 years vboxsync Guest user state reporting: Update.
(edit) @46428   11 years vboxsync VBoxTray/VBoxGuest: better caps tracking logging
(edit) @46196   12 years vboxsync VBoxGuest/VBoxTray: allow enabling caps acquisition mode w/o acquiring caps
(edit) @45811   12 years vboxsync VBoxGuest: proper wait events cleanup on session close
(edit) @45784   12 years vboxsync Additions/VBoxGuest: Build fix.
(edit) @45779   12 years vboxsync VBoxGuest: better caps filtering; cleanup
(edit) @45778   12 years vboxsync VBoxGuest/VBoxTray: bugfixes & proper handling for multiuser Seamles & …
(edit) @45760   12 years vboxsync VBoxTray/VBoxGuest: proper guest caps acquisition & cleanup (to be …
(edit) @45738   12 years vboxsync Additions/common/VBoxGuest: commented some unclear code.
(edit) @45459   12 years vboxsync BUGZ:4686 OS X guest: VBoxGuest device driver + VBoxService and …
(edit) @44992   12 years vboxsync VBOX_WITH_DPC_LATENCY_CHECKER: Some adjustments. Please, don't use …
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