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) @61081   9 years vboxsync allow to compile with gcc configured with --enable-default-pie (e.g. …
(edit) @60592   9 years vboxsync Linux host/guest modules: added missing dependency
(edit) @60584   9 years vboxsync Linux host/guest modules: include the revision into the Linux kernel …
(edit) @60531   9 years vboxsync bugref:8250: Extraneous files removed.
(edit) @60526   9 years vboxsync bugref:8250: fix
(edit) @60272   9 years vboxsync Additions/VBoxGuest: RT_SUCCESS / NT_SUCCESS mixup (thanks Parfait)
(edit) @59501   9 years vboxsync Additions/common/VBoxGuest: change the regular guest heart beat …
(edit) @58347   9 years vboxsync Additions/linux/VBoxGuest: build fix.
(edit) @58178   9 years vboxsync VbglInit -> VbglInitPrimary & VbglInitClient. VBoxGuestLib/Init.cpp …
(edit) @58115   9 years vboxsync VBoxGuest: build fix
(edit) @58113   9 years vboxsync VBoxGuest: Vbgd -> VGDrv, cleanups - will probably not build cleanly …
(edit) @58089   9 years vboxsync VBoxGuest,VBoxService,Doxyfile.Core: fixes.
(edit) @58053   9 years vboxsync VBoxGuest: s/vbgd/VGDrv/ + started on page.
(edit) @57969   9 years vboxsync Installers/linux: drop DKMS support.
(edit) @57943   9 years vboxsync added utf16.h and latin1.h to the various files_ files
(edit) @57605   9 years vboxsync Additions/solaris: check the return value of mod_remove() before doing …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56294   9 years vboxsync Additions/common,Additions/os2: Updated (C) year.
(edit) @56220   10 years vboxsync warning
(edit) @56219   10 years vboxsync Additions/solaris: revert r92087, though not strictly necessary due to …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(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) @54610   10 years vboxsync fix
(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) @54524   10 years vboxsync Additions/common/VBoxGuest: fix missing symbols in Linux vboxguest module.
(edit) @54522   10 years vboxsync VBoxGuest.cpp: todo wrt unnecessary session walking.
(edit) @54521   10 years vboxsync OS/2 GA (C) years.
(edit) @54296   10 years vboxsync removed long obsoleted comment on VBOXGUESTSESSION.
(edit) @54241   10 years vboxsync VBoxGuest-win.cpp: Cleaned up the 'logging' change of r92875, …
(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) @54229   10 years vboxsync the two blank lines inside the #ifdef DEBUG was an intentional hint …
(edit) @54006   10 years vboxsync Windows additions: OS version check fixes
(edit) @53484   10 years vboxsync Additions/VBoxGuest: simlify the fix
(edit) @53483   10 years vboxsync Additions/VBoxGuest: never do input_free_device() after …
(edit) @53434   10 years vboxsync Additions/common and x11: improve error handling related to mode hint …
(edit) @53293   10 years vboxsync VBoxGuest: warnings
(edit) @53241   10 years vboxsync fix Linux Additions in addition to r96716
(edit) @53077   10 years vboxsync VBoxGuest: fixed heartbeat on Windows guests.
(edit) @53008   10 years vboxsync include,Additions: Windows 10 tweaks.
(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) @52700   10 years vboxsync Additions/VBoxGuest: add a flag in the session structure to …
(edit) @52681   10 years vboxsync Additions/common/VBoxGuest: Linux: remove unused code for creating a …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52421   10 years vboxsync Additions/linux: added -Wno-declaration-after-statement to prevent …
(edit) @51490   11 years vboxsync Additions: Darwin: apply the same approach as in r94097 when …
(edit) @51224   11 years vboxsync Additions/VBoxGuest: remove VRDP session handling (never really used), …
(edit) @51115   11 years vboxsync VBoxGuest-darwin.cpp: hash table lookup fix from host driver. (harmless)
(edit) @50826   11 years vboxsync VBoxGuest/VBoxGuest.cpp: Logging.
(edit) @50822   11 years vboxsync VBoxGuest/VBoxGuest-win.cpp: Logging.
(edit) @50803   11 years vboxsync VBoxGuest.cpp: Logging.
(edit) @50770   11 years vboxsync VBoxGuest: fix host flags for win (thanks Michael)
(edit) @50753   11 years vboxsync Additions/solaris: nit.
(edit) @50752   11 years vboxsync Additions/solaris/VBoxGuest: Quiesce support for VBoxGuest. A todo …
(edit) @50722   11 years vboxsync VBoxGuest-darwin.cpp: release buld fix. "{;}" replaced with do{}while(0).
(edit) @50701   11 years vboxsync Darwin Additions: intoduced a dedicated workloop in VBoxGuest.kext in …
(edit) @50699   11 years vboxsync Darwin Additions: fix kernel panic during VBoxGuest.kext unloading (do …
(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) @50348   11 years vboxsync Solaris/Additions/VBoxGuest: removed unintentional extra lines from r92086.
(edit) @50347   11 years vboxsync Additions/solaris: Try to play nice with fast reboots (quiesce).
(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) @49529   11 years vboxsync Additions/Haiku: Build fixes patches.
(edit) @48938   11 years vboxsync Additions/common: Whitespace and svn:keyword cleanups by scm.
(edit) @48665   11 years vboxsync VBoxGuest*os2*: (C) corrections.
(edit) @48447   11 years vboxsync Additions/common/VBoxGuest: lower some more logging priority.
(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) @46876   11 years vboxsync added Win8.1 OS type
(edit) @46858   11 years vboxsync VBoxGuest/win: fix win 8.1 detection
(edit) @46428   11 years vboxsync VBoxTray/VBoxGuest: better caps tracking logging
(edit) @46354   12 years vboxsync additions/darwin: includes IOkit -> IOKit.
(edit) @46196   12 years vboxsync VBoxGuest/VBoxTray: allow enabling caps acquisition mode w/o acquiring caps
(edit) @46052   12 years vboxsync Additions/solaris/vboxguest: convert to non-fatal error code on …
(edit) @45811   12 years vboxsync VBoxGuest: proper wait events cleanup on session close
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