VirtualBox

source: vbox/trunk/include/VBox/VBoxGuest.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17858   16 years vboxsync Additions/common/VBoxGuestLib: add support for the new user guest …
(edit) @17196   16 years vboxsync Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
(edit) @15810   16 years vboxsync Use separate IO control codes for 32 bit and 64 bit requests in the …
(edit) @15706   16 years vboxsync more reverts for 41266
(edit) @15704   16 years vboxsync Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits guests.
(edit) @15699   16 years vboxsync crOpenGL: fix 32 bit opengl applications under vista64
(edit) @14352   16 years vboxsync Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo
(edit) @14266   16 years vboxsync VBoxGuest.h: doxygen
(edit) @14214   16 years vboxsync Additions/Guest Library: add R3 property wait API
(edit) @14207   16 years vboxsync Additions/Guest Library: add an HGCM call with timeout
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @13578   16 years vboxsync Solaris/additions installer: eliminate devlink.tab, use devfsadm and …
(edit) @12813   16 years vboxsync build fix
(edit) @12812   16 years vboxsync VbglR3GuestPropDelTree -> VbglR3GuestPropDelSet, added missing docs …
(edit) @12810   16 years vboxsync VbglR3GuestPropDelTree -> VbglR3GuestPropDelSet, documenting it and …
(edit) @12722   16 years vboxsync Guest Lib R3: Added function to delete entire keys recursively by a …
(edit) @12278   16 years vboxsync Devices/VMMDev: send a guest event too when the absolute mode mouse …
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11643   16 years vboxsync compile fix
(edit) @11642   16 years vboxsync another guest additions 32/64 bit hack
(edit) @10930   16 years vboxsync Additions/common: added guest property enumeration functions to the …
(edit) @10867   16 years vboxsync va_list fix.
(edit) @10861   16 years vboxsync Added VbglR3GuestPropWriteValueF and VbglR3GuestPropWriteValueV.
(edit) @10814   16 years vboxsync HostServices/GuestProperties, Main, Additions/common, …
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10651   16 years vboxsync Additions/common: removed default argument to VbglR3Daemonize
(edit) @10635   16 years vboxsync Additions/common: support in the R3 guest library creating a pidfile …
(edit) @10552   16 years vboxsync More IOCTLs.
(edit) @10541   16 years vboxsync Removed deprecated IOCTL namings.
(edit) @10522   16 years vboxsync r=bird: Added a todo: IOCTL_CODE should not be #defined.
(edit) @10518   16 years vboxsync Build fix.
(edit) @10517   16 years vboxsync Todo.
(edit) @10516   16 years vboxsync More IOCTL stuff for R3 guest lib (Windows).
(edit) @10487   16 years vboxsync Todo for #2993.
(edit) @10234   16 years vboxsync Guest properties: added some missing ifdefs
(edit) @9920   16 years vboxsync Corrected hungarian spelling. Added a todo.
(edit) @9918   16 years vboxsync Corrected hungarian spelling.
(edit) @9811   16 years vboxsync Additions/x11: use the guest/host registry to save the last resolution …
(edit) @9662   17 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9435   17 years vboxsync Extend HGCM interface to support 64 bit pointers.
(edit) @9215   17 years vboxsync Backwards compatibility.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8398   17 years vboxsync cx/cy. Please, do not use 64/u32/u16/u8 prefixes unless the type is …
(edit) @8366   17 years vboxsync Additions/X11, Additions/common: report the maximum supported …
(edit) @8312   17 years vboxsync Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7536   17 years vboxsync freebsd todo.
(edit) @7528   17 years vboxsync synced the VbglR3HostLikesVideoMode prototype.
(edit) @7519   17 years vboxsync Cosmetic changes to VbglR3SetGuestCaps.
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7464   17 years vboxsync Additions/x11: use the VideoModeSupported guest request to check …
(edit) @7437   17 years vboxsync Additions/common: add ring 3 call to set guest capabilities and make …
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(edit) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @7084   17 years vboxsync made RTGCPHYS 32-bit again, has to be solved properly
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7061   17 years vboxsync Use uint64_t instead of RTGCPHYS in VMMDevChangeMemBalloon (binary …
(edit) @6983   17 years vboxsync Removed VBOXGUEST_IOCTL_SIZE. Docs.
(edit) @6978   17 years vboxsync Additions/Linux: switch the VBOXGUEST_IOCTL_NR ioctl to …
(edit) @6849   17 years vboxsync Additions/common: fixed the guest R3 library display change query …
(edit) @6843   17 years vboxsync Additions/common: added a call to wait for a display change request …
(edit) @6842   17 years vboxsync Additions/common: added a call to wait for a display change request …
(edit) @6776   17 years vboxsync Corrected Solaris vboxadd as vboxguest in more places.
(edit) @6565   17 years vboxsync Fix for Todo in r27575. added as new function as we cannot use …
(edit) @6518   17 years vboxsync VbglR3SetPointerShape accept image size, and cleanups to vboxutils …
(edit) @6510   17 years vboxsync Changed VbglR3SetPointerShape to accept the full request size.
(edit) @6507   17 years vboxsync r=bird: Use bool for boolean. fix some hungarian spelling.
(edit) @6497   17 years vboxsync Skip unused members in vboxvideo.h for solaris and clean-ups, spaces, …
(edit) @6496   17 years vboxsync Missed this one.
(edit) @6465   17 years vboxsync r=bird: Fixed some hungarian spelling mistakes and documentation.
(edit) @6463   17 years vboxsync Additions (common): fixed todo (r27351)
(edit) @6458   17 years vboxsync Additions (VBoxGuestLib): Updated the seamless and fullscreen code in …
(edit) @6451   17 years vboxsync r=bird: Restore the correct VBOXGUEST_IOCTL_STRIP_SIZE macro for (the …
(edit) @6447   17 years vboxsync Made VbglR3GR* private, split up the code a bit to make it more …
(edit) @6445   17 years vboxsync Put VbglR3Daemonize into a separate file and merged the solaris and …
(edit) @6434   17 years vboxsync Solaris vboxadd: Generic request wrapper and cleanups.
(edit) @6424   17 years vboxsync Added VBOXGUEST_IOCTL_STRIP_SIZE (see #2591).
(edit) @6422   17 years vboxsync Outlined how to handle the requests on solaris.
(edit) @6419   17 years vboxsync _SIZE/_NUMBER must go.
(edit) @6408   17 years vboxsync r=bird: u32*Mask -> f* for VbglR3CtlFilterMask.
(edit) @6399   17 years vboxsync added a todo
(edit) @6356   17 years vboxsync Integrated VbglR3Daemonize in GuestR3Lib. Linux vboxclient now uses …
(edit) @6345   17 years vboxsync Solaris Guest driver: Fixed ioctl numbering, implemented …
(edit) @6281   17 years vboxsync Guest Additions: added a ring 3 library function to set the interrupt …
(edit) @6261   17 years vboxsync Guest Additions: clarified a comment in VBoxGuest.h
(edit) @6247   17 years vboxsync r=bird: Put VBOXGUEST_IOCTL_LOG where it belongs. Fixed dupilcate …
(edit) @6246   17 years vboxsync hungarian and doxytalk.
(edit) @6241   17 years vboxsync Guest r3 lib for x11 mouse. The solaris mouse driver doesn't yet work …
(edit) @6232   17 years vboxsync Guest Additions: add R3 backdoor logging for Linux guests
(edit) @6229   17 years vboxsync Added VBOXGUEST_IOCTL_SIZE macro, currently only defined on Linux guests
(edit) @6179   17 years vboxsync Removed unnecessary comment.
(edit) @6167   17 years vboxsync Guest Additions: added a VBOXGUEST_IOCTL_NUMBER macro for Linux guests …
(edit) @6118   17 years vboxsync Solaris guest timesync. Daemonize to be fixed. Added solaris to …
(edit) @6065   17 years vboxsync vboxadd warning and .conf fix.
(edit) @6042   17 years vboxsync Linux additions: print VBox version and module interface version …
(edit) @6030   17 years vboxsync The iprt/time.h blocker is _iprt_time_h now.
(edit) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5982   17 years vboxsync Removed obsolete VRDP server interface that used COM.
(edit) @5891   17 years vboxsync Guest Additions: fixed todo from r26395 regarding IOCTL definitions on …
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