VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100267   17 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @99365   20 months vboxsync Additions/Win: Distinguish between normal/privileged users in …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95194   2 years vboxsync Runtime/json, Runtime/initterm-r0drv-nt.cpp, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91606   3 years vboxsync VBoxGuest/nt: Corrected Windows 11 detection (it's still NT version …
(edit) @91549   3 years vboxsync Additions: build fix
(edit) @91546   3 years vboxsync Additions, VMMDev: More Windows 11 detection.
(edit) @87579   4 years vboxsync VBoxGuest: doxygen fix
(edit) @83821   5 years vboxsync VBoxGuest: VC++ 14.1 warning. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76422   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) @75783   6 years vboxsync VBoxGuest-win.cpp: Set VMMDEV_REQUESTOR_NO_USER_DEVICE flag. bugref:9105
(edit) @73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @70616   7 years vboxsync VBoxGuest-win.cpp: added power off todo.
(edit) @70342   7 years vboxsync VBoxGuest: NT 3.1 support.
(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) @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) @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) @70158   7 years vboxsync VBoxGuest-win.cpp: Don't use IPRT without at all initializating it …
(edit) @70146   7 years vboxsync VBoxGuest-win.cpp: Less TARGET_NT4 stuff, more version ifs.
(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 …
(edit) @70104   7 years vboxsync VBoxGuest-win.cpp: style + cleanup
(edit) @70103   7 years vboxsync VBoxGuest-win*: Folded VBoxGuest-win-pnp.cpp and VBoxGuest-win.h into …
(edit) @70101   7 years vboxsync VBoxGuest-win*: Folded VBoxGuest-win-legacy.cpp into VBoxGuest-win.cpp.
(edit) @70100   7 years vboxsync VBoxGuest-win*: drop the PAGE alloc stuff (leave INIT as that section …
(edit) @70099   7 years vboxsync VBoxGuest-win.cpp: Two more registry value names to ignore
(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) @70041   7 years vboxsync VBoxGuest-win: fix doxygen comment in previous.
(edit) @70040   7 years vboxsync VBoxGuest: Sketched the code necessary to get configuration from the …
(edit) @69999   7 years vboxsync I can't read.
(edit) @69998   7 years vboxsync VBoxGuest-win: Enable logging to host by default; registry key can …
(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) @69308   7 years vboxsync VBoxGuest: scm updates
(edit) @68654   7 years vboxsync VBoxGuestR0Lib: Function prefix and DECL macro cleanups.
(edit) @68554   7 years vboxsync merging vbglioc r117700: VBoxGuest-win.cpp: Use IoCompleteRequest wrappers.
(edit) @68550   7 years vboxsync merging vbglioc r117689: Initial VBoxGuest I/O control changes.
(edit) @64525   8 years vboxsync Additions: fixed a few 'the the' typos
(edit) @64306   8 years vboxsync vgdrvNtCleanup: Added @todo about nasty misbehavior if the driver is …
(edit) @63065   8 years vboxsync Additions/common: warnings
(edit) @62853   8 years vboxsync GAs/common: warnings
(edit) @62521   8 years vboxsync (C) 2016
(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) @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) @57358   9 years vboxsync *: scm cleanup run.
(edit) @54608   10 years vboxsync VBoxGuest: cleanups, mainly fixing and shortening function name prefixes.
(edit) @54241   10 years vboxsync VBoxGuest-win.cpp: Cleaned up the 'logging' change of r92875, …
(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) @53008   10 years vboxsync include,Additions: Windows 10 tweaks.
(edit) @51224   11 years vboxsync Additions/VBoxGuest: remove VRDP session handling (never really used), …
(edit) @50822   11 years vboxsync VBoxGuest/VBoxGuest-win.cpp: Logging.
(edit) @46876   11 years vboxsync added Win8.1 OS type
(edit) @46858   11 years vboxsync VBoxGuest/win: fix win 8.1 detection
(edit) @45013   12 years vboxsync VBoxGuest: Build fix (untested).
(edit) @44996   12 years vboxsync warning
(edit) @44995   12 years vboxsync Another todo.
(edit) @44992   12 years vboxsync VBOX_WITH_DPC_LATENCY_CHECKER: Some adjustments. Please, don't use …
(edit) @44991   12 years vboxsync VBoxGuest-win*: More review + cleanup.
(edit) @44990   12 years vboxsync VBoxGuest-win*: More cleanups.
(edit) @44989   12 years vboxsync VBoxGuest-win*: More cleanups.
(edit) @44988   12 years vboxsync VBoxGuest-win*: Reversed the VBOXGUESTDEVEXTWIN and VBOXGUESTDEVEXT …
(edit) @44985   12 years vboxsync Don't make vbgdNtIOCtl pageable.
(edit) @44983   12 years vboxsync VBoxGuest-win*: cleanups.
(edit) @44979   12 years vboxsync VBoxGuest-win-legacy.cpp: Cleaning up. Declaring 'Vbgd' as the prefix …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43722   12 years vboxsync vboxguest/win: propagate VERR_OUT_OF_RANGE, required by CrOpenGL
(edit) @41972   12 years vboxsync VBoxGuest,VBoxControl: embedded DPC latency measurement for Windows …
(edit) @41647   12 years vboxsync VBoxGuest: Build fix.
(edit) @41643   12 years vboxsync VBoxGuest: Drop duplicate mouse callback data, fix member names and …
(edit) @41642   12 years vboxsync VBoxGuest: Use the EventSpinlock when setting the mouse callback and …
(edit) @40198   13 years vboxsync VBoxGuest: Implemented (optional) ability to print debug guest output …
(edit) @40195   13 years vboxsync VBoxGuest: BOOL -> bool.
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