VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @29531   15 years vboxsync Enable page sharing for the Windows additions
(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
(edit) @29507   15 years vboxsync Skip the first region as it only contains the image file header.
(edit) @29503   15 years vboxsync Additions/CpuHotplug: Rewrite method to get the path to the CPU object …
(edit) @29479   15 years vboxsync Added note
(edit) @29473   15 years vboxsync Try to page in all module memory
(edit) @29472   15 years vboxsync Cleaned up
(edit) @29438   15 years vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @29424   15 years vboxsync Shared paging updates
(edit) @29420   15 years vboxsync Don't assert
(edit) @29398   15 years vboxsync VBoxServiceVMInfo: fixed the format of the …
(edit) @29391   15 years vboxsync VBoxServiceVMInfo: Solaris build fix
(edit) @29390   15 years vboxsync VBoxServiceVMInfo: split functions; provide MAC address for …
(edit) @29367   15 years vboxsync Paranoia
(edit) @29366   15 years vboxsync Missing check
(edit) @29365   15 years vboxsync Loggign changes
(edit) @29361   15 years vboxsync Logging changes
(edit) @29358   15 years vboxsync PROCESS_VM_READ is not required
(edit) @29357   15 years vboxsync Bugfix
(edit) @29355   15 years vboxsync Reverse CloseHandle order
(edit) @29351   15 years vboxsync More logging
(edit) @29345   15 years vboxsync VBoxService,VBox/err.h: Use a dedicated status code for this, …
(edit) @29343   15 years vboxsync Include page sharing service
(edit) @29320   15 years vboxsync VBoxService: Also handle memory ballooning more gentle if not …
(edit) @29316   15 years vboxsync VBoxService: More generic way for letting services disable themselves; …
(edit) @29315   15 years vboxsync VBoxService/ControlExec: Be more verbose.
(edit) @29313   15 years vboxsync VBoxService: Removed automatic Windows system preparation in favor of …
(edit) @29307   15 years vboxsync Shared paging interface updates
(edit) @29290   15 years vboxsync VBoxService/Control: Make use of RTPROC_FLAGS_SERVICE.
(edit) @29258   15 years vboxsync VBoxService.cpp: better message and a @todo.
(edit) @29202   15 years vboxsync VBoxService: Don't terminate if some HGCM host service is not …
(edit) @29146   15 years vboxsync VBoxService: -Wshadow warning
(edit) @29042   15 years vboxsync Typo.
(edit) @29041   15 years vboxsync VBoxService/Control: Use critsects also, logging.
(edit) @29040   15 years vboxsync VBoxService/PropCache: Finished some todos, IPRT: Added VINF_NO_CHANGE.
(edit) @29026   15 years vboxsync VBoxServiceVMInfo/PropCache: r=bird: todos in the code. Fixed two odd …
(edit) @29022   15 years vboxsync VBoxServiceUtils.cpp: restore newline
(edit) @29021   15 years vboxsync VBoxServiceControl.cpp: file header.
(edit) @29020   15 years vboxsync VBoxService.cpp: Spaces and minor cleanups.
(edit) @29011   15 years vboxsync VBoxService: Fixed build dependencies.
(edit) @28983   15 years vboxsync VBoxService/PropCache: Make it thread safe (for a global cache later).
(edit) @28981   15 years vboxsync Additions: operator precedence
(edit) @28978   15 years vboxsync VBoxService/PropCache: Bugfixes.
(edit) @28972   15 years vboxsync VBoxService/PropCache: Bugfixes.
(edit) @28969   15 years vboxsync Build fix.
(edit) @28968   15 years vboxsync Typo.
(edit) @28967   15 years vboxsync VBoxService: Introduced guest property cache (used by VM information …
(edit) @28943   15 years vboxsync Guest Control/Main/VBoxService: Update on locking, bugfixes.
(edit) @28926   15 years vboxsync Guest Control/VBoxManage,Main: Immediate process output, now also …
(edit) @28887   15 years vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28833   15 years vboxsync Guest Control: Bugfixes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28739   15 years vboxsync VBOX_WITH_MEMBALLOON => Config.kmk
(edit) @28738   15 years vboxsync VBoxService: no trailing '\' in C/C++ code
(edit) @28737   15 years vboxsync Tabs.
(edit) @28736   15 years vboxsync VBoxService: Compilable/runnable without memory ballooning.
(edit) @28733   15 years vboxsync VBoxService: header fix
(edit) @28660   15 years vboxsync Guest Control: Reverted r60506, r60507, r60509, added argv[0] in …
(edit) @28649   15 years vboxsync Guest Control/VBoxService: Fixed assertion.
(edit) @28647   15 years vboxsync Guest Control/VBoxService: Not necessary.
(edit) @28646   15 years vboxsync Guest Control/VBoxService: Always add actual command line as argv[0].
(edit) @28630   15 years vboxsync VBoxServiceVMInfo: don't destroy the property handle when leaving the …
(edit) @28611   15 years vboxsync VBoxService: typo
(edit) @28605   15 years vboxsync VBoxService/VBoxServiceVMInfo: added comment that we use …
(edit) @28604   15 years vboxsync VBoxService: only wait if starting of the services was successful
(edit) @28603   15 years vboxsync VBoxService: improved POSIX shutdown mechanism
(edit) @28600   15 years vboxsync VBoxService: RT_OS_WINDOWS
(edit) @28599   15 years vboxsync VBoxService: properly shutdown the serice on normal signals; cosmetic fixes
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