VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/process-win.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @37448   13 年 vboxsync process-creation/*: Adjusted assertions for RTPROC_FLAGS_SAME_CONTRACT …
(edit) @37447   13 年 vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37318   14 年 vboxsync build hack
(edit) @37313   14 年 vboxsync RTProcWait/win: build fix
(edit) @37312   14 年 vboxsync RTProcWait/win: Don't leak opened process handles.
(edit) @37311   14 年 vboxsync rtProcWinRemovePid: Don't forget to close the process handle.
(edit) @34708   14 年 vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34251   14 年 vboxsync IPRT/process-win: Added mapping function for specific Windows error codes.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33491   14 年 vboxsync IPRT/process-win: Only map Windows error to rc if no IPRT failure yet.
(edit) @33490   14 年 vboxsync IPRT/process-win: Not needed; rc already contains the right error code.
(edit) @33044   14 年 vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @32657   14 年 vboxsync IPRT/process-win: Added fallback for environment block creation …
(edit) @32656   14 年 vboxsync IPRT/process-win: Added dynamic loading of Userenv-APIs.
(edit) @32653   14 年 vboxsync IPRT/process-win: Added extended user profile invocation (environment …
(edit) @32292   14 年 vboxsync RTProcTerminate/win: Initializes globals.
(edit) @30093   15 年 vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30065   15 年 vboxsync IPRT/process-win: Added fallback process detection for guests w/o …
(edit) @30013   15 年 vboxsync scm cleanup.
(edit) @29912   15 年 vboxsync IPRT/process-win: Only deal with NULL domains on NT4.
(edit) @29807   15 年 vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29728   15 年 vboxsync IPRT/process-win: Beautified.
(edit) @29727   15 年 vboxsync IPRT/process-win: Not needed.
(edit) @29726   15 年 vboxsync IPRT/process-win: Fixed some errors, added NT4 support, modularized a bit.
(edit) @29718   15 年 vboxsync Typo.
(edit) @29717   15 年 vboxsync IPRT/process-win: Comment/Explanation.
(edit) @29716   15 年 vboxsync IPRT/process-win: More generic way for starting processes from a …
(edit) @29289   15 年 vboxsync IPRT: Added RTPROC_FLAGS_SERVICE for code path handling when used with …
(edit) @29004   15 年 vboxsync Backed out accidental change done in r61039.
(edit) @29003   15 年 vboxsync Guest Control/Main/HostService: Proper shutdown / notification when VM …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27745   15 年 vboxsync build fix
(edit) @27743   15 年 vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27667   15 年 vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27613   15 年 vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27579   15 年 vboxsync IPRT/process-win: Whops.
(edit) @27578   15 年 vboxsync IPRT/process-win: Comment on NT4.
(edit) @27556   15 年 vboxsync process-win.cpp: must keep child process handles around or we risk …
(edit) @27513   15 年 vboxsync process-win.cpp: code review / cleanup.
(edit) @27512   15 年 vboxsync process-win.cpp: must mark handles passed to the child as inheritable.
(edit) @27491   15 年 vboxsync IPRT/process-win: Now runs on WinXP and W2K as well.
(edit) @27487   15 年 vboxsync IPRT/process-win: Now works on Windows 7.
(edit) @27475   15 年 vboxsync IPRT/process-win: Fix for NT4 (not needed anyway atm).
(edit) @27473   15 年 vboxsync IPRT/process-win: Attempt to impersonate started processes.
(edit) @27451   15 年 vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27416   15 年 vboxsync IPRT/process-win: Only close token if valid.
(edit) @27387   15 年 vboxsync iprt: RTProcCreateEx fix. Added testcase for whitespace args.
(edit) @27385   15 年 vboxsync iprt: Enabled the RTProcCreateEx code on widnows - the testcase works…
(edit) @27348   15 年 vboxsync process-win.cpp: Sketched out RTProcCreateEx.
(edit) @27017   15 年 vboxsync made the testsuite build on windows.
(edit) @26824   15 年 vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @22497   15 年 vboxsync Spaces.
(edit) @20497   15 年 vboxsync process-win.cpp: too quick.
(edit) @20496   15 年 vboxsync process-win.cpp: Corrected assertion.
(edit) @20299   16 年 vboxsync Extra parameter checks for RTProcCreate.
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @11836   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(copy) @5428   17 年 vboxsync *-win32.cpp -> *-win.cpp
trunk/src/VBox/Runtime/r3/win/process-win32.cpp 複製
(copy) @5427   17 年 vboxsync Merged r3/win32 and r3/win64
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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