VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63456   8 years vboxsync VBoxGuest.h: always use VBGLBIGREQ for NetBSD too, like FreeBSD does.
(edit) @62476   8 years vboxsync (C) 2016
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58111   9 years vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @53615   10 years vboxsync doxygen fixes.
(edit) @52867   10 years vboxsync VBoxGuest.h: turn an IOCtl definition into a template.
(edit) @51490   11 years vboxsync Additions: Darwin: apply the same approach as in r94097 when …
(edit) @50537   11 years vboxsync Additions/common/VBoxGuest: simplify the mouse call-back management.
(edit) @50524   11 years vboxsync Addiitions/common/VBoxGuest, VBoxGuestLibR3: add mediation in the …
(edit) @49633   11 years vboxsync Additions/x11/vboxvideo: IOCtl definitions needed on non-Linux …
(edit) @49627   11 years vboxsync Additions/linux/drm: add IOCtls to disable and re-start HGSMI in the …
(edit) @46197   12 years vboxsync build fix
(edit) @46196   12 years vboxsync VBoxGuest/VBoxTray: allow enabling caps acquisition mode w/o acquiring caps
(edit) @45760   12 years vboxsync VBoxTray/VBoxGuest: proper guest caps acquisition & cleanup (to be …
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45014   12 years vboxsync VBoxGuest.h: Fixed BSD IOCTL macros.
(edit) @44992   12 years vboxsync VBOX_WITH_DPC_LATENCY_CHECKER: Some adjustments. Please, don't use …
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @41972   12 years vboxsync VBoxGuest,VBoxControl: embedded DPC latency measurement for Windows …
(edit) @41852   12 years vboxsync Additions/common and solaris/vboxmouse: large code drop.
(edit) @41642   12 years vboxsync VBoxGuest: Use the EventSpinlock when setting the mouse callback and …
(edit) @41640   12 years vboxsync Additions/common/VBoxGuest: add an internal IOCtl based on the current …
(edit) @40484   13 years vboxsync crOpenGL/wddm: missing file
(edit) @39890   13 years vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
(edit) @38856   13 years vboxsync Additions/common/VBoxGuest: re-committed r73865
(edit) @38855   13 years vboxsync Additions/common/VBoxGuest: reverted r73865, r73862, r73808, r73807, …
(edit) @38655   13 years vboxsync Additions/Common/VBoxGuest: removed some dead code
(edit) @38650   13 years vboxsync Additions/common and X11: more VBOXGUEST_IOCTL_SET_MOUSE_STATUS …
(edit) @38592   13 years vboxsync Additions/common/VBoxGuest: mediate SET_MOUSE_STATUS in the kernel module
(edit) @37226   14 years vboxsync VBoxMouse/VBoxGuest/win: avoid poller thread for mouse events …
(edit) @37221   14 years vboxsync VBoxMouse,VBoxGuest/win: NEW_PROTOCOL for mouse integration
(edit) @34150   14 years vboxsync doxygen
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32574   14 years vboxsync Additions/VBoxGuestLib+Additions/VBoxControl: Guest core dumps …
(edit) @32323   14 years vboxsync Guest Additions/common: Build fix for Windows guest drivers.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27615   15 years vboxsync include,tools/env.sh: applying sparc patches.
(edit) @27095   15 years vboxsync VBoxGuest.h: Correct size for VBOXGUEST_IOCTL_CHECK_BALLOON, doxygen.
(edit) @27023   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @27001   15 years vboxsync build fix
(edit) @27000   15 years vboxsync build fix
(edit) @26999   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @21412   15 years vboxsync Add,++: Switch to common addition kernel module.
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   15 years vboxsync VMMDev.h: cleanup.
(edit) @21224   15 years vboxsync VBoxGuest.* cleanup.
(edit) @21223   15 years vboxsync Moving VMMDEV bits from VBoxGuest.h to VMMDev.h
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @21212   15 years vboxsync VBoxGuest.h: This is the driver interface definition.
(edit) @21211   15 years vboxsync VBoxGuest.h,VBoxGuestLib: Moved the VbglR3 API out of VBoxGuest.h and …
(edit) @21140   15 years vboxsync Config.kmk,VBoxGuest.h: temp hacks.
(edit) @21118   15 years vboxsync VBoxGuest (common): building on linux.
(edit) @21072   15 years vboxsync VBoxGuest.h: oops, build fix.
(edit) @21069   15 years vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19654   16 years vboxsync Main and Devices/absolute mouse: do not send movement events to the …
(edit) @18526   16 years vboxsync VbglR3PidFile,VbglR3PidFileClose: Made it build everywhere.
(edit) @18320   16 years vboxsync Additions/common/VbglR3Lib: separate pidfile and daemonising code. …
(edit) @18190   16 years vboxsync VBoxGuest.h: comments. grr.
(edit) @17998   16 years vboxsync Additions/VBoxGuest.h: made HGCM requests return a signed value which …
(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   16 years vboxsync Implemented cancelling of HGCM requests from the guest.
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