VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30598   15 years vboxsync crOpenGL: enable new tracking code for solaris
(edit) @30561   15 years vboxsync Comment
(edit) @30560   15 years vboxsync Spawn 2nd VBoxService instance to handle page fusion in order to work …
(edit) @30540   15 years vboxsync wddm/3d: disable verbose logging
(edit) @30539   15 years vboxsync wddm/3d: visible regions working!!
(edit) @30537   15 years vboxsync wddm/3d: log reported visible regions for DEBUG_misha
(edit) @30531   15 years vboxsync crOpenGL: terminate sync thread properly on linux
(edit) @30530   15 years vboxsync crOpenGL: don't clear data which is being used
(edit) @30517   15 years vboxsync wddm/3d: compile fix for crOpenGL
(edit) @30513   15 years vboxsync crOpenGL: window tracking with wddm callbacks
(edit) @30512   15 years vboxsync crOpenGL: compiler warning
(edit) @30494   15 years vboxsync crOpenGL: compile warning fix
(edit) @30487   15 years vboxsync crOpenGL: disable new tracking code for compiz
(edit) @30486   15 years vboxsync crOpenGL: tracking fixes
(edit) @30485   15 years vboxsync crOpenGL: flush original command buffer before injecting commands
(edit) @30475   15 years vboxsync crOpenGL: windows build fix
(edit) @30474   15 years vboxsync crOpenGL: enable new window tracking code for linux
(edit) @30457   15 years vboxsync crOpenGL: build fix
(edit) @30444   15 years vboxsync VBoxService: warnings
(edit) @30440   15 years vboxsync crOpenGL: wddm friendly windows info tracking + more consistent …
(edit) @30439   15 years vboxsync Backed out r63009 (not needed, see #5068c14).
(edit) @30436   15 years vboxsync Guest Control/VBoxService: Signal control thread after executable has …
(edit) @30392   15 years vboxsync VBoxGuestR3Lib.cpp: Mask all unimportant signals before doing the …
(edit) @30339   15 years vboxsync crOpenGL: fixed OpenGL support for 32bit apps under 64bit Windows guests
(edit) @30320   15 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30225   15 years vboxsync VBoxServiceVMInfo-win.cpp: bump _WIN32_WINNT to 0x0502 to get the …
(edit) @30095   15 years vboxsync VBoxServiceInternal.h: r=bird: Please include the node type when using …
(edit) @30082   15 years vboxsync VBoxService/PropCache: Some renaming.
(edit) @30067   15 years vboxsync Count user and kernel pages separately
(edit) @30064   15 years vboxsync Update
(edit) @30063   15 years vboxsync Export
(edit) @30061   15 years vboxsync Page fusion test api change
(edit) @30049   15 years vboxsync VBoxServiceVMInfo-win.cpp: r=bird: Consistent error handling in …
(edit) @30048   15 years vboxsync VBoxServiceVMInfo.cpp: r=bird: Consitent error handling in …
(edit) @30040   15 years vboxsync Part one of the page fusion test case
(edit) @30037   15 years vboxsync Redundant logging
(edit) @30036   15 years vboxsync Try a bit harder to locate kernel modules
(edit) @30035   15 years vboxsync Continue; don't abort
(edit) @30034   15 years vboxsync More logging
(edit) @30030   15 years vboxsync Include ntoskrnl.exe
(edit) @30019   15 years vboxsync VBoxService/TimeSync: Corrected threshold value.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29996   15 years vboxsync One more
(edit) @29993   15 years vboxsync Sigh
(edit) @29991   15 years vboxsync Paranoia
(edit) @29990   15 years vboxsync Another attempt
(edit) @29987   15 years vboxsync Comment
(edit) @29985   15 years vboxsync Fixed sign extension bug for 32 bits guests
(edit) @29962   15 years vboxsync Compile fix
(edit) @29961   15 years vboxsync Enabled kernel module sharing
(edit) @29959   15 years vboxsync More updates for kernel module sharing
(edit) @29958   15 years vboxsync Wrong check
(edit) @29956   15 years vboxsync Update
(edit) @29955   15 years vboxsync Updates
(edit) @29952   15 years vboxsync Preliminary code for sharing kernel memory
(edit) @29939   15 years vboxsync More tabs
(edit) @29938   15 years vboxsync Stupid tabs
(edit) @29936   15 years vboxsync Block first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind …
(edit) @29885   15 years vboxsync VBoxService/PropCache: Added VBoxServicePropCacheFlush().
(edit) @29872   15 years vboxsync VBoxService: Lookup correct VBoxService executable on NT4.
(edit) @29861   15 years vboxsync VBoxService: Fix for non-Windows.
(edit) @29860   15 years vboxsync VBoxService: Missing return value.
(edit) @29858   15 years vboxsync VBoxService/win: Cleaned up + fixed logged on user detection, make …
(edit) @29852   15 years vboxsync VBoxService/Windows: report the MAC address of the guest network …
(edit) @29842   15 years vboxsync Guest Control/Sysprep: Use the special keyword "sysprep" as program …
(edit) @29830   15 years vboxsync burn fix
(edit) @29829   15 years vboxsync Burn fix.
(edit) @29828   15 years vboxsync Guest Control: Re-introduce sysprep functionality (hardcoded path, …
(edit) @29817   15 years vboxsync VBoxService: Some cleanup - started with reviewing r61961, but got …
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29790   15 years vboxsync crOpenGL: make opengl work for 64bit apps on windows (#3406)
(edit) @29776   15 years vboxsync VBoxService.cpp: nits
(edit) @29775   15 years vboxsync VBoxService.cpp: Same code everywhere, please.
(edit) @29764   15 years vboxsync VBoxService/FreeBSD: Use getifaddrs for the network info. Only way to …
(edit) @29762   15 years vboxsync VBoxService / Windows guests: Don't use a service as main thread but …
(edit) @29761   15 years vboxsync VBoxService: FreeBSD doesn't know ERESTART and according to the man …
(edit) @29680   15 years vboxsync warning (unused variable)
(edit) @29658   15 years vboxsync crOpenGL: fix ETQW failure on level load
(edit) @29647   15 years vboxsync VBoxService: Another shot at the solaris SIGCHLD/exec problem.
(edit) @29644   15 years vboxsync VBoxService: Another shot at the solaris SIGCHLD/exec problem.
(edit) @29640   15 years vboxsync Use ASMProbeReadByte instead
(edit) @29633   15 years vboxsync VBoxService.cpp: Ignore sigwait interruptions. Attempt to work around …
(edit) @29627   15 years vboxsync VBoxService: always check the credentials
(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) @29608   15 years vboxsync Try to trick the optimizer to leave the page touching code in place.
(edit) @29606   15 years vboxsync Touch page update
(edit) @29594   15 years vboxsync VBoxService: help cosmetics
(edit) @29583   15 years vboxsync VBoxService: support executing as different user
(edit) @29547   15 years vboxsync VBoxServiceControlExec: cosmetics
(edit) @29543   15 years vboxsync VBoxService: fixed madvise() test for Linux guests
(edit) @29538   15 years vboxsync Compile fix
(edit) @29535   15 years vboxsync Missing file
(edit) @29531   15 years vboxsync Enable page sharing for the Windows additions
(edit) @29530   15 years vboxsync No need for VBOX_WITH_PAGE_SHARING
(edit) @29529   15 years vboxsync Guest Control/VBoxService: Do not specify user name + password on …
(edit) @29528   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29515   15 years vboxsync VBoxServiceControl: too noisy
(edit) @29514   15 years vboxsync Skip our own process
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette