VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18542   16 years vboxsync common/crOpenGL: C stubs, enabled only on Solaris.
(edit) @18539   16 years vboxsync crOpenGL: generate opengl .c exports file for solaris dri/fakedri
(edit) @18526   16 years vboxsync VbglR3PidFile,VbglR3PidFileClose: Made it build everywhere.
(edit) @18509   16 years vboxsync VBoxControl.cpp: size_t warning.
(edit) @18502   16 years vboxsync SysHlp.h: Shut up warnings about stupid intrinsics.
(edit) @18501   16 years vboxsync VBoxCalls.h: Shut up warning about stupid intrinsics.
(edit) @18452   16 years vboxsync vbglR3DoIOCtl: size_t/DWORD warnings.
(edit) @18451   16 years vboxsync VBoxGuestR3LibGuestProp.cpp: load of size_t warnings. Simplified the …
(edit) @18359   16 years vboxsync Additions/common/VbglR3Lib: fixed pidfile creation
(edit) @18341   16 years vboxsync Additions/common/VBoxService: try to fix a burn
(edit) @18320   16 years vboxsync Additions/common/VbglR3Lib: separate pidfile and daemonising code. …
(edit) @18309   16 years vboxsync Additions/common/VbglR3Lib: if we can't contact the host then tell the …
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18176   16 years vboxsync common/crOpenGL: Solaris 32-bit fix.
(edit) @18175   16 years vboxsync common/crOpenGL: Solaris bits. FAKEDRI to now builds.
(edit) @18161   16 years vboxsync Build fix.
(edit) @18160   16 years vboxsync common/crOpenGL: solaris bits VBoxOGL.so. DRI yet todo, has some …
(edit) @18157   16 years vboxsync VBoxGuestR3Lib.cpp: static definition, moved it above the usage to …
(edit) @18146   16 years vboxsync spaces/tabs.
(edit) @18142   16 years vboxsync crOpenGL rollback r44835 & r44836 as it's not compiling on 64bit
(edit) @18140   16 years vboxsync crOpenGL: use custom defines to destinguish 32/64 pointers
(edit) @18139   16 years vboxsync crOpenGL: don't trash eax/rax in export stubs
(edit) @18088   16 years vboxsync crOpenGL: some code cleanup and small fixes
(edit) @18034   16 years vboxsync crOpenGL: workaround linker issues when switching dri/non dri targets
(edit) @18030   16 years vboxsync warning
(edit) @17999   16 years vboxsync Additions/common: remove some obsolete typecasts
(edit) @17944   16 years vboxsync crOpenGL: cheat compiz loaded to allow run without SKIP_CHECKS=yes …
(edit) @17922   16 years vboxsync crOpenGL: fixed compilation on Windows.
(edit) @17921   16 years vboxsync crOpenGL: add user visible warning if host 3d acceleration is disabled
(edit) @17919   16 years vboxsync crOpenGL: fix stub cleanup for cases where host doesn't have 3d …
(edit) @17858   16 years vboxsync Additions/common/VBoxGuestLib: add support for the new user guest …
(edit) @17839   16 years vboxsync crOpenGL: don't load native opengl library in the stub code on linux
(edit) @17751   16 years vboxsync fixed libs
(edit) @17735   16 years vboxsync crOpenGL: enable fake dri again
(edit) @17728   16 years vboxsync Additions/common/crOpenGL: properly enable the mesa includes
(edit) @17723   16 years vboxsync Additions/common/crOpenGL: use in-tree headers again
(edit) @17720   16 years vboxsync disabled fake_dri driver for the time being
(edit) @17719   16 years vboxsync warning
(edit) @17716   16 years vboxsync crOpenGL: fake dri driver, initial version
(edit) @17619   16 years vboxsync fixed additions dependency
(edit) @17602   16 years vboxsync Additions/x11: added libXcomposite stub library for linking against
(edit) @17587   16 years vboxsync Additions/common/crOpenGL: more include directory fiddling
(edit) @17575   16 years vboxsync Additions/common/crOpenGL: more header directories
(edit) @17565   16 years vboxsync Additions/common/crOpenGL: use in-tree Xdamage and XComposite headers …
(edit) @17544   16 years vboxsync Additions/common/crOpenGL: fixed Makefile depth
(edit) @17543   16 years vboxsync Additions/crOpenGL: moved the code from the Windows Additions to the …
(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) @16954   16 years vboxsync VBoxGuest, VBoxService: First stuff for new R3 time synchronization …
(edit) @16152   16 years vboxsync nitpicking
(edit) @16014   16 years vboxsync Makefiles: Added LIBPATHs corresponding to the INCS for *BSD; …
(edit) @16013   16 years vboxsync VBoxGuest/Makefile: Corrected indentation.
(edit) @15705   16 years vboxsync Todos added
(edit) @15704   16 years vboxsync Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits guests.
(edit) @15606   16 years vboxsync Linux additions: recover the R0 hack which was removed in r39344 to …
(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) @14360   16 years vboxsync Additions/VBoxControl: fixed a usage message
(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) @14347   16 years vboxsync Additions/common: really enable Linux syntax checking of VBoxGuest
(edit) @14319   16 years vboxsync VBoxGuest: Merged the lower cased target with the mixed cased one, …
(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) @14297   16 years vboxsync Corrected a couple of grammos.
(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) @14233   16 years vboxsync export
(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) @14220   16 years vboxsync Additions/VBoxControl: support guestproperty wait
(edit) @14218   16 years vboxsync Additions/Linux: remove Linux-specific guest R0 HGCM hack and add …
(edit) @14217   16 years vboxsync Additions/Guest Library: comments and logging
(edit) @14214   16 years vboxsync Additions/Guest Library: add R3 property wait API
(edit) @14209   16 years vboxsync Additions/Guest library: try to fix a burn
(edit) @14207   16 years vboxsync Additions/Guest Library: add an HGCM call with timeout
(edit) @14203   16 years vboxsync Solaris/Additions: Return errno rather than IPRT in vboxguest solaris …
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13573   16 years vboxsync Solaris/driver versions: Added versions for NetFlt and the Guest …
(edit) @13556   16 years vboxsync Guest Properties (Main, HostServices, VBoxGuestLib): MAX_*_LEN is the …
(edit) @13355   16 years vboxsync VBoxGuestR3LibGuestProp: AsserPtr should return on failure not crash …
(edit) @13305   16 years vboxsync Additions: Fix a little mem leak in the common guest additions kernel …
(edit) @13292   16 years vboxsync Additions/VBoxControl: cleanup an error handler
(edit) @13291   16 years vboxsync Additions/common: fixed r37959
(edit) @13290   16 years vboxsync Additions/common: fixed a todo in the guest property enumeration code
(edit) @13282   16 years vboxsync Additions/common (VBoxControl and VBoxGuestLib): guest property fixes
(edit) @12996   16 years vboxsync Removed release assertions in the guest additions physheap.
(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) @12719   16 years vboxsync Typo.
(edit) @12446   16 years vboxsync Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some …
(edit) @12241   16 years vboxsync Additions/vboxguest: Logging. Solaris/vboxdrv space.
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11922   16 years vboxsync Windows additions: IRP creation must work in any thread context.
(edit) @11895   16 years vboxsync comment typo
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