VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26999   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @26922   15 years vboxsync Additions/win: no need to check the rc of the request header after …
(edit) @26918   15 years vboxsync Additions/win: fixed off-by-one error when deflating the memory balloon
(edit) @26906   15 years vboxsync Additions/win: be safe here
(edit) @26905   15 years vboxsync Additions/win: No redundant call to vmmdevInitRequest() after …
(edit) @26388   15 years vboxsync Convert physical page nr to physical page address
(edit) @25141   15 years vboxsync VBoxGuest: Fixed spinlock creation for NT4.
(edit) @25021   15 years vboxsync VBoxGuest: Fixed runtime OS detection on Windows 7.
(edit) @23916   15 years vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @21888   16 years vboxsync Additions/WINNT: fix problems of the mouse cursor not being shown when …
(edit) @21703   16 years vboxsync Wrong pointer casting
(edit) @21702   16 years vboxsync Limit the patch memory allocation to 32 bits guests only for now.
(edit) @21645   16 years vboxsync Naming changes
(edit) @21644   16 years vboxsync Register guest allocated memory (locked & executable) for patching …
(edit) @21508   16 years vboxsync buildfix
(edit) @21506   16 years vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21456   16 years vboxsync HGCM&Co: physical page list.
(edit) @21260   16 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21226   16 years vboxsync VMMDev.h: cleanup.
(edit) @20659   16 years vboxsync Windows guest additions: use KernelMode wait for HCGM calls from …
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20369   16 years vboxsync Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @18170   16 years vboxsync VBoxGuest/win: bugcheck cleanup: ULONG_PTR parameters cannot be …
(edit) @18022   16 years vboxsync VBoxGuest/Windows: Cleaning up.
(edit) @18019   16 years vboxsync VBoxGuest/Windows: Added bugcheck detection + details (not enabled by …
(edit) @17499   16 years vboxsync WINNT/VBoxGuest.cpp: disabled bugcheck registration code, see review …
(edit) @17480   16 years vboxsync VBoxGuest/win: Added bugcheck callback routine for release log …
(edit) @17163   16 years vboxsync crOpenGL: disconnect hgcm clients when process owning file handle is …
(edit) @16954   16 years vboxsync VBoxGuest, VBoxService: First stuff for new R3 time synchronization …
(edit) @15811   16 years vboxsync Support 32 bit IOCtls in the Windows 64 bit guest driver.
(edit) @15704   16 years vboxsync Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits guests.
(edit) @15703   16 years vboxsync crOpenGL: fix build
(edit) @15699   16 years vboxsync crOpenGL: fix 32 bit opengl applications under vista64
(edit) @14359   16 years vboxsync Additions/HGCM: some fixes to timed out HGCM requests
(edit) @14352   16 years vboxsync Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo
(edit) @14219   16 years vboxsync Additions/WINNT: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support for Windows
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13483   16 years vboxsync Fixed Windows2000 guest shutdown crash in VBoxGuest.sys
(edit) @12084   16 years vboxsync Release logging for Windows RDP session handling hack (the code is not …
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @10636   17 years vboxsync build fix and log adjustments.
(edit) @10628   17 years vboxsync Windows guest logging R0: Added VBOXGUEST_IOCTL_LOG for release …
(edit) @10560   17 years vboxsync cosmetics.
(edit) @10552   17 years vboxsync More IOCTLs.
(edit) @10541   17 years vboxsync Removed deprecated IOCTL namings.
(edit) @9662   17 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9501   17 years vboxsync Preparing 64-bit guest additions building (focusing on windows atm.)
(edit) @8781   17 years vboxsync Windows guest HGCM optimization: use a preallocated timeout variable.
(edit) @8776   17 years vboxsync HGCM wait for a request completion must be not alertable (Windows guest).
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5707   17 years vboxsync KeWaitForSingleObject must use UserMode or else a kill signal won't …
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5557   17 years vboxsync Obsolete comment removed
(edit) @5542   17 years vboxsync Must use kernel mode as the timeout parameter is located on the stack
(edit) @5541   17 years vboxsync 2nd wakeup lost occurrence
(edit) @5540   17 years vboxsync Don't wait indefinitely in case the request was copmleted at just the …
(edit) @4777   17 years vboxsync NT4 does not have Ex*PoolWithTag.
(edit) @4686   17 years vboxsync Adjusted timeout. VBoxGuest used to wait 10 times longer than it should.
(edit) @4681   17 years vboxsync fixed builds
(edit) @4677   17 years vboxsync Compile fix
(edit) @4675   17 years vboxsync Fixed wraparound
(edit) @4673   17 years vboxsync Use a different allocation method
(edit) @4667   17 years vboxsync Updates
(edit) @4664   17 years vboxsync Bugfix
(edit) @4612   17 years vboxsync Implemented ballooning on the guest side. (completely untested and …
(edit) @4580   17 years vboxsync todo added
(edit) @4579   17 years vboxsync Updates
(edit) @4526   17 years vboxsync Compile fix
(edit) @4524   17 years vboxsync Updates for guest statistics
(edit) @4301   17 years vboxsync Disabled code for VRDP status checks
(edit) @4145   17 years vboxsync Never (!!) put the isr handler in pagable memory.
(edit) @4071   18 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3590   18 years vboxsync Wrong size checks
(edit) @3157   18 years vboxsync Must pass on IRP_MJ_SYSTEM_CONTROL to the next driver in the chain.
(edit) @3156   18 years vboxsync A IRP_MJ_SYSTEM_CONTROL handler is required.
(edit) @3104   18 years vboxsync Added IRP_MJ_INTERNAL_DEVICE_CONTROL handler.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1355   18 years vboxsync nc
(edit) @1084   18 years vboxsync VBoxGuest: atomic access to event type mask
(edit) @442   18 years vboxsync comments.
(add) @1   55 years vboxsync import
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