VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27048   15 years vboxsync Ballooning: fixed Windows guest regression
(edit) @27023   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(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) @26505   15 years vboxsync Additions: tabs -> spaces.
(edit) @26493   15 years vboxsync Additions: whitespace cleanup
(edit) @26388   15 years vboxsync Convert physical page nr to physical page address
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25141   15 years vboxsync VBoxGuest: Fixed spinlock creation for NT4.
(edit) @25022   15 years vboxsync VBoxGuest: Comma.
(edit) @25021   15 years vboxsync VBoxGuest: Fixed runtime OS detection on Windows 7.
(edit) @23916   15 years vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @21888   15 years vboxsync Additions/WINNT: fix problems of the mouse cursor not being shown when …
(edit) @21703   15 years vboxsync Wrong pointer casting
(edit) @21702   15 years vboxsync Limit the patch memory allocation to 32 bits guests only for now.
(edit) @21645   15 years vboxsync Naming changes
(edit) @21644   15 years vboxsync Register guest allocated memory (locked & executable) for patching …
(edit) @21508   15 years vboxsync buildfix
(edit) @21506   15 years vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21456   15 years vboxsync HGCM&Co: physical page list.
(edit) @21260   15 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   15 years vboxsync VMMDev.h: cleanup.
(edit) @20659   15 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) @18512   16 years vboxsync WINNT/VBoxGuest_Internal.h: disabled warnings about intrinsic stupiditity.
(edit) @18172   16 years vboxsync VBoxGuest/win: library order.
(edit) @18171   16 years vboxsync VBoxGuest/win: Moved the bugcheck code into a separate file so we can …
(edit) @18170   16 years vboxsync VBoxGuest/win: bugcheck cleanup: ULONG_PTR parameters cannot be …
(edit) @18037   16 years vboxsync VBoxGuest/Windows: Build fix.
(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) @17165   16 years vboxsync crOpenGL: evil tab sneaked in
(edit) @17164   16 years vboxsync crOpenGL: add comment
(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) @16359   16 years vboxsync Windows VBoxGuest: This should fix the error 0xe0000101 (The required …
(edit) @15967   16 years vboxsync Windows Guest Additions: Now Shared Folders also work with Windows 7.
(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) @14491   16 years vboxsync VBoxGuestNT/Makefile: Fixed makefile todo/warning.
(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) @12694   16 years vboxsync Don't overwrite the relevant mmio range with any others found!
(edit) @12446   16 years vboxsync Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(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) @11687   16 years vboxsync Don't link with win32k.lib
(edit) @11636   16 years vboxsync #3105: Implemented editing of DriverVer in driver .inf files.
(edit) @11603   16 years vboxsync Corrected inf files for 64 bits installation
(edit) @11397   16 years vboxsync Windows Guest Additions: Repaired broken .INF files for 32-bit guests. …
(edit) @11338   16 years vboxsync Make the drivers signable in 64 bits mode (inf files)
(edit) @10636   16 years vboxsync build fix and log adjustments.
(edit) @10628   16 years vboxsync Windows guest logging R0: Added VBOXGUEST_IOCTL_LOG for release …
(edit) @10560   16 years vboxsync cosmetics.
(edit) @10552   16 years vboxsync More IOCTLs.
(edit) @10541   16 years vboxsync Removed deprecated IOCTL namings.
(edit) @10129   16 years vboxsync VBOX_KBUILD_HACKING.
(edit) @9664   16 years vboxsync Added some hints to the NOINST stuff when signing, and a few todos.
(edit) @9662   16 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9637   16 years vboxsync Solved the mystery of the missing VBoxGuestNT install on addx.
(edit) @9632   16 years vboxsync Removed the non-VBOX_WITH_64BIT_ADDITIONS bits.
(edit) @9629   16 years vboxsync fixed?
(edit) @9521   17 years vboxsync x86 fixes (when VBOX_WITH_64BIT_ADDITIONS=1).
(edit) @9505   17 years vboxsync Fixed bustage.
(edit) @9501   17 years vboxsync Preparing 64-bit guest additions building (focusing on windows atm.)
(edit) @8852   17 years vboxsync VBoxGuest for Windows: Changed VBoxService to VBoxTray.
(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) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8413   17 years vboxsync Guest Additions (VBoxGuest): Fix for invalid media types on manual …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8107   17 years vboxsync Rebranding: Fixed product name.
(edit) @8065   17 years vboxsync Rebranding: Guest Additions VBoxGuest driver.
(edit) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @6190   17 years vboxsync Added / extended guest additions for product version and SVN revision …
(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.
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