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) @63948   8 years vboxsync VBoxGuest: VGDrvCommonWaitDoWakeUps must be thread-safe.
(edit) @63566   8 years vboxsync scm: cleaning up todos
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63516   8 years vboxsync VBoxGuest: warnings (clang)
(edit) @63455   8 years vboxsync VBoxGuest-netbsd.c: fix indentation and brace placement.
(edit) @63454   8 years vboxsync VBoxGuest-netbsd.c: match should return 0 on failure.
(edit) @63453   8 years vboxsync VBoxGuest-netbsd.c: unmap alreay mapped registers on attach error leg too.
(edit) @63450   8 years vboxsync VBoxGuest-netbsd.c: unmap registers on detach so that the module can …
(edit) @63449   8 years vboxsync VBoxGuest-netbsd.c: don't save a pointer to transient pci_attach_args, …
(edit) @63411   8 years vboxsync VBoxGuest-netbsd.c: fix printf formats in logs.
(edit) @63410   8 years vboxsync VBoxGuest-netbsd.c: Oops, add func argument missed in previous.
(edit) @63409   8 years vboxsync VBoxGuest-netbsd.c: Use func in Log messages instead of hardcoding …
(edit) @63408   8 years vboxsync VBoxGuest-netbsd.c: Sprinkle LogFlow.
(edit) @63355   8 years vboxsync VBoxGuest-netbsd.c: handle changed pci_intr_string(9) signature.
(edit) @63350   8 years vboxsync VBoxGuest-netbsd.c: catch up with renaming done in r103107 - it's …
(edit) @63343   8 years vboxsync VBoxGuest-netbsd.c: fix doxygen comments to match signatures.
(edit) @63339   8 years vboxsync Additions/common/VBoxGuest: NetBSD support, based on FreeBSD version. …
(edit) @63125   8 years vboxsync fix
(edit) @63108   8 years vboxsync GA/common,Config.kmk: Use strict kBuild templates for building all the …
(edit) @63065   8 years vboxsync Additions/common: warnings
(edit) @62853   8 years vboxsync GAs/common: warnings
(edit) @62683   8 years vboxsync Use the iprt/nt/ntddk.h wrapper for ntddk.h, eliminating duplicate …
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62521   8 years vboxsync (C) 2016
(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   10 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 …
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