VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62470   8 年 vboxsync Additions: scm
(edit) @60622   9 年 vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60583   9 年 vboxsync Additions/VBoxService: Cleaned up defines for sub services / features, …
(edit) @58033   9 年 vboxsync VBoxService: Started adding pages with some details for each component.
(edit) @58031   9 年 vboxsync VBoxService: Some more cleanups log statements & comments.
(edit) @58029   9 年 vboxsync VBoxService: Using prefix 'VGSvc', code style/width cleanups. No real …
(edit) @57966   9 年 vboxsync Additions/VBoxService: unsigned verbosity level
(edit) @57729   9 年 vboxsync VBoxService: s/vboxServiceCreatePidFile/VbglR3PidFile/
(edit) @57721   9 年 vboxsync Additions/VBoxService: instead of relying on 'pidof', explicitly ask …
(edit) @57659   9 年 vboxsync Guest Control/VBoxService: Addressed some todos.
(edit) @57416   9 年 vboxsync More DECLCALLBACK fixes; retired RTMemAutoPtr.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56294   9 年 vboxsync Additions/common,Additions/os2: Updated (C) year.
(edit) @56282   9 年 vboxsync static and some function naming.
(edit) @55751   10 年 vboxsync Additions/common/VBoxService: some left-over bits from the display …
(edit) @54010   10 年 vboxsync Additions/common/VBoxGuestLib: add respawn counter to Daemonize().
(edit) @53764   10 年 vboxsync Additions/VBoxService: added a few missing \n and limit the occurrence …
(edit) @53421   10 年 vboxsync VBoxGuestLib: add re-spawn option to VbglR3Daemonize().
(edit) @52890   10 年 vboxsync Additions/VBoxService: add first skeleton of display service.
(edit) @52702   10 年 vboxsync Additions/VBoxService: log to the back-door logger as well.
(edit) @51570   11 年 vboxsync Additions/common/VBoxService: provide default/null object …
(edit) @51564   11 年 vboxsync Additions/common/VBoxService: revert r94117.
(edit) @51503   11 年 vboxsync Additions/common/VBoxService: make most service call-back functions …
(edit) @50051   11 年 vboxsync VBoxService/GuestCtrl: Print some more help in case a guest session is …
(edit) @49531   11 年 vboxsync Additions/VBoxService: do try to open the kernel device when executing …
(edit) @49511   11 年 vboxsync VBoxService: don't disable logging if no log file name is passed
(edit) @49349   11 年 vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @46506   11 年 vboxsync Additions/VBoxService: Don't use VBOX_WITH_PAGE_SHARING here as this …
(edit) @46326   12 年 vboxsync RT_STR_TUPLE
(edit) @44872   12 年 vboxsync Additions/VBoxService: build fix
(edit) @44863   12 年 vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @40731   13 年 vboxsync VBoxService: don't crash on exit
(edit) @40129   13 年 vboxsync VBoxService: Added release logging to stdout/file (using --logfile …
(edit) @39843   13 年 vboxsync GuestCtrl: Request (IPC) changes, bugfixes, fixed handle leaks.
(edit) @39202   13 年 vboxsync VBoxService/Windows: Added gentle shutdown when user does …
(edit) @38636   13 年 vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38633   13 年 vboxsync VBoxService: Fixed German Umlauts handling in toolbox, …
(edit) @38223   13 年 vboxsync VBoxService: Implemented "--only-<service>" to just start one specific …
(edit) @38113   13 年 vboxsync VBoxService/GuestCtrl: Fixed stability issues due to PID recycling, …
(edit) @36745   14 年 vboxsync Another fix for internal toolbox invocation (argv0), logging.
(edit) @36338   14 年 vboxsync VBoxService: Also report terminated status when used by SCM, logging.
(edit) @36331   14 年 vboxsync VBoxService: Attempt to fix pre-init (broken by r70386). End …
(edit) @36330   14 年 vboxsync VBOXSERVICE_NAME_GLOBAL is confusing, drop it.
(edit) @36328   14 年 vboxsync VBoxService.cpp: Re r70385: Check if CreateMutex fails. Minor cleanups.
(edit) @36185   14 年 vboxsync VBoxService: Clarification for access rights error (VERR_ACCESS_DENIED).
(edit) @36183   14 年 vboxsync VBoxService: Fix for reporting pre-init/terminated status, added -V …
(edit) @36182   14 年 vboxsync VBoxService: Fixed Windows mutex checking/creation.
(edit) @35907   14 年 vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35080   14 年 vboxsync Added todo.
(edit) @35027   14 年 vboxsync Logging.
(edit) @34869   14 年 vboxsync Copy/paste error.
(edit) @34868   14 年 vboxsync Cosmetics.
(edit) @34273   14 年 vboxsync VBoxService/ToolBox: Completed misc todos, updated documentation.
(edit) @33854   14 年 vboxsync VBoxService/Control: Move the internal tool handling before VbglR3 …
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33550   14 年 vboxsync some more spelling fixes, thanks Timeless!
(edit) @33395   14 年 vboxsync Additions/common: Some old OS/2 build fixes.
(edit) @33277   14 年 vboxsync VBoxService: Update on internal toolbox command handling.
(edit) @33272   14 年 vboxsync VBoxService/Toolbox: Added special execution command ("VBoxService" or …
(edit) @33247   14 年 vboxsync VBoxService/Guest Execution: Update.
(edit) @33230   14 年 vboxsync VBoxService: Fix for FreeBSD
(edit) @33154   14 年 vboxsync VBoxService/Toolbox: Update.
(edit) @33128   14 年 vboxsync VBoxService: Added simple 'cat' functionality to new internal toolbox …
(edit) @32842   14 年 vboxsync Logging: Missing parameter.
(edit) @32351   14 年 vboxsync build fix.
(edit) @31202   14 年 vboxsync Shared Folders/VBoxService: Added Linux + Solaris support.
(edit) @30957   14 年 vboxsync VBoxService: Review comments for Andy. Changed -pagefusionfork to …
(edit) @30758   14 年 vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30561   14 年 vboxsync Comment
(edit) @30560   14 年 vboxsync Spawn 2nd VBoxService instance to handle page fusion in order to work …
(edit) @29817   15 年 vboxsync VBoxService: Some cleanup - started with reviewing r61961, but got …
(edit) @29776   15 年 vboxsync VBoxService.cpp: nits
(edit) @29775   15 年 vboxsync VBoxService.cpp: Same code everywhere, please.
(edit) @29762   15 年 vboxsync VBoxService / Windows guests: Don't use a service as main thread but …
(edit) @29761   15 年 vboxsync VBoxService: FreeBSD doesn't know ERESTART and according to the man …
(edit) @29647   15 年 vboxsync VBoxService: Another shot at the solaris SIGCHLD/exec problem.
(edit) @29644   15 年 vboxsync VBoxService: Another shot at the solaris SIGCHLD/exec problem.
(edit) @29633   15 年 vboxsync VBoxService.cpp: Ignore sigwait interruptions. Attempt to work around …
(edit) @29594   15 年 vboxsync VBoxService: help cosmetics
(edit) @29438   15 年 vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @29345   15 年 vboxsync VBoxService,VBox/err.h: Use a dedicated status code for this, …
(edit) @29343   15 年 vboxsync Include page sharing service
(edit) @29316   15 年 vboxsync VBoxService: More generic way for letting services disable themselves; …
(edit) @29313   15 年 vboxsync VBoxService: Removed automatic Windows system preparation in favor of …
(edit) @29258   15 年 vboxsync VBoxService.cpp: better message and a @todo.
(edit) @29202   15 年 vboxsync VBoxService: Don't terminate if some HGCM host service is not …
(edit) @29020   15 年 vboxsync VBoxService.cpp: Spaces and minor cleanups.
(edit) @28967   15 年 vboxsync VBoxService: Introduced guest property cache (used by VM information …
(edit) @28887   15 年 vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28736   15 年 vboxsync VBoxService: Compilable/runnable without memory ballooning.
(edit) @28604   15 年 vboxsync VBoxService: only wait if starting of the services was successful
(edit) @28603   15 年 vboxsync VBoxService: improved POSIX shutdown mechanism
(edit) @28600   15 年 vboxsync VBoxService: RT_OS_WINDOWS
(edit) @28599   15 年 vboxsync VBoxService: properly shutdown the serice on normal signals; cosmetic fixes
(edit) @27634   15 年 vboxsync Additions: Enable the CPU hot-plug service by default
(edit) @26900   15 年 vboxsync VBoxService: gcc warning.
(edit) @26354   15 年 vboxsync Activated memory balloon and statistics again
(edit) @26292   15 年 vboxsync Moved statistics and balloon handling to the guest service process
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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