VirtualBox

source: vbox/trunk/src/VBox/Additions/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68812   7 years vboxsync VBoxGuest/solaris: Use ldi_ioctl instead of VBoxGuestIDC. …
(edit) @68794   7 years vboxsync nit
(edit) @68793   7 years vboxsync VBoxGuest/solaris: fixes
(edit) @68688   7 years vboxsync VBoxGuest*.h,VMMDev*.h: use assertcompile.h instead of assert.h.
(edit) @68686   7 years vboxsync Split out the compile time assertions from iprt/assert.h and put them …
(edit) @68662   7 years vboxsync include/VBox/HostServices/*.h: Use VMMDevCoreTypes.h instead of VMMDev.h.
(edit) @68661   7 years vboxsync include/VBox/HostServices/*.h: Use VMMDevCoreTypes.h instead of VMMDev.h.
(edit) @68660   7 years vboxsync include/VBox/HostServices/*.h: Use VMMDevCoreTypes.h instead of VMMDev.h.
(edit) @68654   7 years vboxsync VBoxGuestR0Lib: Function prefix and DECL macro cleanups.
(edit) @68653   7 years vboxsync Turned whole file #if[n]def VBGL_VBOXGUEST tests into short ones with …
(edit) @68652   7 years vboxsync VBoxGuestR3LibInternal.h: Removed unnecessary windows.h inclusion.
(edit) @68651   7 years vboxsync VBGLR3Internal.h -> VBoxGuestR3LibInternal.h
(edit) @68650   7 years vboxsync VBGLR3Internal.h -> VBoxGuestR3LibInternal.h
(edit) @68649   7 years vboxsync Removed unused VBoxGuestLog.h header.
(edit) @68648   7 years vboxsync solaris build fix
(edit) @68645   7 years vboxsync Merged VBGLInternal.h and VBoxGuestR0LibInternal.h into the latter.
(edit) @68643   7 years vboxsync build fix
(edit) @68642   7 years vboxsync Moved VBoxGuestLib/ to VBoxGuest/lib/
(edit) @68641   7 years vboxsync VBoxGuestLib: Renaming ring-0 files.
(edit) @68638   7 years vboxsync more doxygen fixes
(edit) @68635   7 years vboxsync VBoxGuestR0LibIdc-solaris.cpp: build fix
(edit) @68633   7 years vboxsync Reduce number of VBoxGuest.h includes.
(edit) @68630   7 years vboxsync Adding VBoxGuestCoreTypes.h for avoiding having to include VMMDev.h …
(edit) @68629   7 years vboxsync files_vbox*: Forgot to remove VBoxGuest2.h
(edit) @68628   7 years vboxsync VMMDev2.h -> VMMDevCoreTypes.h
(edit) @68623   7 years vboxsync VBoxGuest.h: Dropped the I/O control function flags for indicating …
(edit) @68613   7 years vboxsync VBoxGuestR0: OS/2 adjustments + fix
(edit) @68598   7 years vboxsync VBoxGuestR0LibIdc-unix.cpp: Unused parameter
(edit) @68593   7 years vboxsync VBoxGuestA-os2.asm: forgot a VBGLOS2ATTACHDD rename.
(edit) @68590   7 years vboxsync VBoxGuestR0LibIdc-os2.cpp: build fix
(edit) @68589   7 years vboxsync VBoxGuest-linux.c: build fix in vgdrvLinuxSetMouseStatus.
(edit) @68588   7 years vboxsync VBoxGuest-linux.c: build fix in vgdrvLinuxSetMouseStatus.
(edit) @68587   7 years vboxsync merging vbglioc r117765: vbglioc: Linux fix for VBoxGuest.
(edit) @68583   7 years vboxsync merging vbglioc r117761: Darwin adjustments (GAs).
(edit) @68582   7 years vboxsync merging vbglioc r117760: FreeBSD adjustments and fixes (GAs).
(edit) @68581   7 years vboxsync merging vbglioc r117759: FreeBSD adjustments and fixes (GAs).
(edit) @68579   7 years vboxsync merging vbglioc r117757: Build fixes for FreeBSD 10.3.
(edit) @68570   7 years vboxsync merging vbglioc r117736: OS/2 adjustments.
(edit) @68568   7 years vboxsync merging vbglioc r117733: Moved the ldi_open_by_name stuff to the IDC …
(edit) @68567   7 years vboxsync merging vbglioc r117732: solaris adjustments.
(edit) @68566   7 years vboxsync merging vbglioc r117731: solaris adjustments.
(edit) @68565   7 years vboxsync merging vbglioc r117730: solaris adjustments.
(edit) @68561   7 years vboxsync merging vbglioc r117713: Linux code updates and build fixes.
(edit) @68558   7 years vboxsync merging vbglioc r117710: VBoxGuest.cpp: logging fixes
(edit) @68557   7 years vboxsync merging vbglioc r117709: VBoxServiceTimeSync.cpp: Don't destroy the …
(edit) @68555   7 years vboxsync merging vbglioc r117701: VBoxGueSTR0LibSharedFolders,VBoxGuest.h: …
(edit) @68554   7 years vboxsync merging vbglioc r117700: VBoxGuest-win.cpp: Use IoCompleteRequest wrappers.
(edit) @68553   7 years vboxsync merging vbglioc r117699: vbglR0IdcNtCallInternal: We don't need a …
(edit) @68550   7 years vboxsync merging vbglioc r117689: Initial VBoxGuest I/O control changes.
(edit) @68528   7 years vboxsync VbglR3DnDGHSendError: Don't use VbglR3HGCMCallRaw, instead ignore …
(edit) @68527   7 years vboxsync VbglR3ClipboardGetHostMsg: This shouldn't need to retrieve output …
(edit) @68526   7 years vboxsync VbglR3GuestCtrlMsgWaitFor: GUEST_MSG_WAIT is really weird.
(edit) @68502   7 years vboxsync VBoxGuestR3Lib: Fixed clipboard and guest control breakage since r117608.
(edit) @68495   7 years vboxsync Additions/VBoxGuest-solaris: Hide interrupt and hilevel priority …
(edit) @68476   7 years vboxsync VBoxGuestLib/HGCM.cpp: cleanups (this is ring-0 code affecting shared …
(edit) @68471   7 years vboxsync VBoxGuestLib: Introducing VbglR3HGCMCall and make everyone use that …
(edit) @68467   7 years vboxsync DnD/VbglR3: No need to have a forward declaration of …
(edit) @68466   7 years vboxsync DnD/VbglR3: Fixed function code for VbglR3DnDHGSendProgress().
(edit) @68465   7 years vboxsync VBoxGuestLib: Introducing VbglR3HGCMCall and make everyone use that …
(edit) @68464   7 years vboxsync VBoxGuestLib: Use common VbglR3HGCMConnect to connect.
(edit) @68462   7 years vboxsync VBoxGuestLib: Use common VbglR3HGCMDisconnect to disconnect.
(edit) @68460   7 years vboxsync VbglR3HGCMConnect: Return unmodified return code.
(edit) @68458   7 years vboxsync Introducing macros for initializing the VBoxGuestHGCMCallInfo structure.
(edit) @68440   7 years vboxsync VbglR3RetrieveVideoMode,VbglR3RetrieveVideoMode: Cleaned up horrible …
(edit) @68439   7 years vboxsync VBoxGuestR3LibVrdp.cpp: build fix.
(edit) @68436   7 years vboxsync VBoxGuestLib/R3: Added VbglR3VrdpGetChangeRequest; build everything on …
(edit) @68294   7 years vboxsync Additions/linux: revert r117409 again. bugref:8524: Additions/linux: …
(edit) @68292   7 years vboxsync Additions/linux: run the kernel module source files through indent. …
(edit) @68289   7 years vboxsync Additions/linux: revert r117404 for now. bugref:8524: …
(edit) @68288   7 years vboxsync Additions/linux: run the kernel module source files through indent. …
(edit) @68261   7 years vboxsync WDDM: helper libs. No code changes, just moved a couple of shared …
(edit) @68248   7 years vboxsync Additions/common/crOpenGL: remove unused code and dependency on VBoxMPIf.h
(edit) @68104   7 years vboxsync Linux shared folder driver: stop using VbglR0SfInit and Term. …
(edit) @68103   7 years vboxsync R0 guest library: make vbglR0HGCMInit and Terminate externally …
(edit) @68102   7 years vboxsync R0 guest library: move HGCM globals out of global library structure. …
(edit) @67802   7 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @67798   7 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @67637   7 years vboxsync Additions/common/OpenGL/elg.c: make parfait happy, no need to check …
(edit) @67314   7 years vboxsync bugref:8533: Additions/x11: fully support VMSVGA Add …
(edit) @67295   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67293   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67268   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @67145   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @67066   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66826   8 years vboxsync Additions: Adjustments for Visual C++ v12 / Visual Studio 2013. New …
(edit) @66694   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66679   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66553   8 years vboxsync Forward ported r114569 (Guest Control/VBoxService: Only specify …
(edit) @66546   8 years vboxsync Additions/VBoxGuest: missing directory in CLEAN rule
(edit) @66544   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66507   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66506   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @66072   8 years vboxsync HostDrivers, Additions: remove more rules for compiling Linux R0 modules
(edit) @65791   8 years vboxsync bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams …
(edit) @65789   8 years vboxsync bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams …
(edit) @65787   8 years vboxsync bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams …
(edit) @65641   8 years vboxsync gcc 7: Additions: fall-thru
(edit) @65572   8 years vboxsync bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams …
(edit) @65563   8 years vboxsync bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams …
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