VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32290   14 years vboxsync Guest Additions/common: Made fallback of …
(edit) @32283   14 years vboxsync Guest Additions/common: Renamed VBoxGuestHGCMInitCommunication to …
(edit) @32275   14 years vboxsync VBoxGuest.cpp: r=bird: no experiments here.
(edit) @32274   14 years vboxsync Guest Additions/common: Return VERR_NOT_IMPLEMENTED in …
(edit) @32272   14 years vboxsync VBoxGuest.cpp: Drop the RTR0MemObjProtect call as it doesn't make …
(edit) @32266   14 years vboxsync Guest Additions/Windows: First working version of unified driver (no …
(edit) @31752   14 years vboxsync VBoxGuest.cpp: A shadowed variable (Info), identing.
(edit) @31720   14 years vboxsync Additions: fixed the gcc C90 warnings regardings mixed declarations …
(edit) @31517   14 years vboxsync VBoxGuest: VBoxGuest2.cpp/h, fixed file headers, moved comments to the …
(edit) @31430   14 years vboxsync Guest Additions version lookup/status: Fixed loading of guest drivers, …
(edit) @31364   14 years vboxsync Some more fixes for Guest Additions version lookup/status; moved some …
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @30780   14 years vboxsync VBoxGuest: Logging.
(edit) @30759   14 years vboxsync Burn fix.
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @29625   15 years vboxsync Additions: only check the return code of VbglGRPerform()
(edit) @29617   15 years vboxsync VBoxGuest.cpp: VbglGRPerform returns the request status code on …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29046   15 years vboxsync typo
(edit) @29043   15 years vboxsync Additions: report VMMDevReq_ReportGuestInfo2 in addition to …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28516   15 years vboxsync VBoxGuest: be less verbose on timeouts
(edit) @27967   15 years vboxsync VBoxGuest (common): Ballooning review, untested: Don't use …
(edit) @27118   15 years vboxsync common/VBoxGuest: fixed the ballooning todos
(edit) @27106   15 years vboxsync common/VBoxGuest: ballooning review.
(edit) @27054   15 years vboxsync Additions/VBoxGuest: some extra logging for memory ballooning.
(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) @26934   15 years vboxsync common/VBoxGuest: support for ballooning in Linux guests (still problems)
(edit) @26632   15 years vboxsync Additions: Some more fixes.
(edit) @26631   15 years vboxsync Additions/solaris: logging and some fixes.
(edit) @26504   15 years vboxsync VBoxGuest.cpp,vboxvfs_vfsops.c: tabs.
(edit) @26358   15 years vboxsync Additions/common, Additions/Solaris: Fix logging.
(edit) @26131   15 years vboxsync Additions/VBoxGuest: build fix.
(edit) @26124   15 years vboxsync Additions/VBoxGuest,VBoxGuestLib: fixed HGCM 32-bit calls in 64-bit …
(edit) @23916   15 years vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @23388   15 years vboxsync VBoxGuest.cpp: copy&past mess. (harmless)
(edit) @22128   15 years vboxsync VBoxGuest.cpp: RTSpinlockAcquireNoInts vs RTSemEventMultiSignal on solaris.
(edit) @21632   15 years vboxsync VBoxGuest.cpp: A bit more logging in vboxGuestInitFixateGuestMappings.
(edit) @21524   15 years vboxsync common/VBoxGuest: minor log fix.
(edit) @21506   15 years vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21498   15 years vboxsync VBoxGuest.cpp: Implemented fixating the guest mappings. Also, clear …
(edit) @21491   15 years vboxsync VBoxGuest: Implemented missing VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS. …
(edit) @21456   15 years vboxsync HGCM&Co: physical page list.
(edit) @21450   15 years vboxsync VBoxGuest.cpp: Fixed bug in the wake-for-event wakeup code: missing …
(edit) @21376   15 years vboxsync VBoxGuest: Fixed VBoxGuestCommonIOCtl bug where pcbDataReturned wasn't …
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21260   15 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21170   15 years vboxsync Additions: Mouse polling support in Solaris kernel module and minor …
(edit) @21118   15 years vboxsync VBoxGuest (common): building on linux.
(edit) @21102   15 years vboxsync VBoxGuest (common): poll() update.
(edit) @21095   15 years vboxsync VBoxGuest (common): mouse polling.
(edit) @21071   15 years vboxsync VBoxGuestCommonISR: removed incorrect comment, the code can be called …
(edit) @21069   15 years vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @21023   15 years vboxsync VBoxGuestCommonISR: interrupt disabled remark…
(edit) @17999   16 years vboxsync Additions/common: remove some obsolete typecasts
(edit) @17210   16 years vboxsync VBoxGuest.cpp: Merged VBoxGuestCommonIOCtl_HGCMCall32 into …
(edit) @17196   16 years vboxsync Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
(edit) @14462   16 years vboxsync VBoxGuest.cpp: VBoxGuestCommonIOCtl_HGCMCall size fix for the timed ioctl.
(edit) @14367   16 years vboxsync VBoxGuest.cpp: Don't allow ring-3 to do uninterruptible HGCM calls, …
(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) @14316   16 years vboxsync VBoxGuest.cpp: build fix.
(edit) @14311   16 years vboxsync VBoxGuest.cpp: r=bird, enabled the code (be bold).
(edit) @14310   16 years vboxsync VBoxGuest.cpp: fixes.
(edit) @14276   16 years vboxsync Additions/common/VBoxGuest: split VBoxGuestHGCMAsyncWaitCallback* into …
(edit) @14264   16 years vboxsync VBoxGuest.cpp: @todo r=bird: merge callback code.
(edit) @14223   16 years vboxsync Additions/VBoxGuest: fixed a burn
(edit) @14221   16 years vboxsync Additions/VBoxGuest: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support on …
(edit) @13305   16 years vboxsync Additions: Fix a little mem leak in the common guest additions kernel …
(edit) @12241   16 years vboxsync Additions/vboxguest: Logging. Solaris/vboxdrv space.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @10552   16 years vboxsync More IOCTLs.
(edit) @10545   16 years vboxsync IOCTL fix for Linux. Hope nothing broke …
(edit) @10543   16 years vboxsync IOCTL fix for Linux. Hope nothing broke …
(edit) @8360   17 years vboxsync extended todo
(edit) @8351   17 years vboxsync Additions/common: moved guest cap disabling into common VBoxGuest.
(edit) @8328   17 years vboxsync Added missing docs and corrected spelling.
(edit) @8318   17 years vboxsync Additions/common, solaris: Report disabled guest graphics capabilities …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7520   17 years vboxsync Added a todo for clearing caps on unload.
(edit) @6783   17 years vboxsync Additions/x11: Seamless and solaris specifics.
(edit) @6453   17 years vboxsync r=bird: No extra newline when ring-3 is logging.
(edit) @6436   17 years vboxsync Handle logging ioctl in VBoxGuest.
(edit) @6426   17 years vboxsync Use VBOXGUEST_IOCTL_STRIP_SIZE as indicated by #2591.
(edit) @6353   17 years vboxsync Ioctl decoding fix in common r0 guest code and small change in logging.
(edit) @6033   17 years vboxsync vboxadd changes.
(edit) @6032   17 years vboxsync Moved the MMIO mapping code myself. (probably doesn't compile now)
(copy) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
copied from trunk/src/VBox/Additions/os2/VBoxGuest/VBoxGuest.cpp
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
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