VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @37598   13 年 vboxsync build fix
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(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) @37423   13 年 vboxsync Ran the source code massager (scm).
(edit) @37318   13 年 vboxsync build hack
(edit) @37313   13 年 vboxsync RTProcWait/win: build fix
(edit) @37312   13 年 vboxsync RTProcWait/win: Don't leak opened process handles.
(edit) @37311   13 年 vboxsync rtProcWinRemovePid: Don't forget to close the process handle.
(edit) @37310   13 年 vboxsync rtThreadNativeDestroy/win: build fix
(edit) @37309   13 年 vboxsync rtThreadNativeDestroy: Close the native thread handle.
(edit) @37277   13 年 vboxsync Runtime/crypto+ssl: build cleanup and fixes
(edit) @37267   13 年 vboxsync Build fix.
(edit) @37266   13 年 vboxsync Windows ExtPack build fix.
(edit) @37254   13 年 vboxsync OpenSSL: link ssl library.
(edit) @37233   13 年 vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37155   14 年 vboxsync build fix
(edit) @37154   14 年 vboxsync RTThread[SG]etAffinity cleanup
(edit) @36879   14 年 vboxsync IPRT/path-win: Fixed NT4 breakage when using SHGetFolderPathW.
(edit) @36675   14 年 vboxsync nit
(edit) @36614   14 年 vboxsync iprt: next try
(edit) @36613   14 年 vboxsync iprt: try to fix win burn
(edit) @36611   14 年 vboxsync iprt: add RTPathUserDocuments
(edit) @36601   14 年 vboxsync build fix
(edit) @36597   14 年 vboxsync IPRT: Implemented the memory tracker.
(edit) @36555   14 年 vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36440   14 年 vboxsync build fix
(edit) @36438   14 年 vboxsync RTSystemQueryDmiString: Should call CoUninitialize if …
(edit) @36390   14 年 vboxsync thread-win.cpp: Backed out r70739 as OleUninitialize will decrement …
(edit) @36387   14 年 vboxsync remove extra ole ref decrement
(edit) @36368   14 年 vboxsync thread-win.cpp: Enabled the COM assertions + automatic cleanup.
(edit) @36367   14 年 vboxsync fileio-win.cpp: Handle ERROR_NOT_ENOUGH_MEMORY conditions occuring …
(edit) @36366   14 年 vboxsync iprt/thread-win.cpp: Experimental code (disabled) for checking for …
(edit) @36362   14 年 vboxsync iprt/dllmain-win.cpp: Make sure IPRT doesn't ever get unloaded.
(edit) @36262   14 年 vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36232   14 年 vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36123   14 年 vboxsync IPRT: Required fixes for VFS on Windows.
(edit) @35408   14 年 vboxsync fileaio-win.cpp: Log native error code for unresolved errors …
(edit) @35183   14 年 vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 年 vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35020   14 年 vboxsync Replaced ntdll.lib from the WINDDK with a mini version that avoids the …
(edit) @35018   14 年 vboxsync Replaced ntdll.lib from the WINDDK with a mini version that avoids the …
(edit) @34962   14 年 vboxsync build fix
(edit) @34960   14 年 vboxsync build fix
(edit) @34959   14 年 vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34708   14 年 vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34668   14 年 vboxsync More extpack build speedup hacking.
(edit) @34579   14 年 vboxsync Completed the extension pack renaming. Some bugfixes.
(edit) @34510   14 年 vboxsync reverted unnecessary build fix (wrong options).
(edit) @34507   14 年 vboxsync IPRT: Visual C++ warnings.
(edit) @34502   14 年 vboxsync build fixes
(edit) @34256   14 年 vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @34251   14 年 vboxsync IPRT/process-win: Added mapping function for specific Windows error codes.
(edit) @34119   14 年 vboxsync IPRT/pipe-win: Commented out the write quota check in RTPipeWrite in …
(edit) @34003   14 年 vboxsync build fix
(edit) @34002   14 年 vboxsync iprt: Working on tar vfs.
(edit) @33981   14 年 vboxsync build fix.
(edit) @33973   14 年 vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33503   14 年 vboxsync RTSystemQueryAvailableRam is a better name
(edit) @33498   14 年 vboxsync Added RTSystemQueryTotalRam
(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) @33439   14 年 vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33437   14 年 vboxsync iprt: Made tstRTSymlink work on Windows.
(edit) @33429   14 年 vboxsync build fix
(edit) @33426   14 年 vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33337   14 年 vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33269   14 年 vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33194   14 年 vboxsync IPRT/pipe-win.cpp: Check for write quota (hack).
(edit) @33044   14 年 vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @32970   14 年 vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
(edit) @32914   14 年 vboxsync Drop the hthread parameter
(edit) @32907   14 年 vboxsync Use native handle
(edit) @32905   14 年 vboxsync Introducing RTThreadGetExecutionTimeMilli
(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) @32431   14 年 vboxsync scm cleanup
(edit) @32428   14 年 vboxsync Build fix
(edit) @32426   14 年 vboxsync IPRT/fileaio-win: Fix misunderstanding of GetQueuedCompletionStatus. …
(edit) @32404   14 年 vboxsync missing svn:keywords
(edit) @32292   14 年 vboxsync RTProcTerminate/win: Initializes globals.
(edit) @32131   14 年 vboxsync Runtime/poll: New attempt to save received events to prevent losing them
(edit) @32117   14 年 vboxsync Backed out r65185 as the fix shall be done in socket …
(edit) @31956   14 年 vboxsync Runtime/poll-win: Save received events of other sources because some …
(edit) @31942   14 年 vboxsync Runtime/poll: Fix retrieving events after WaitForMultipleObjects
(edit) @31454   14 年 vboxsync Build fix
(edit) @31453   14 年 vboxsync Runtime/poll: Add a method to change the events to poll for without …
(edit) @31158   14 年 vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31157   14 年 vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30371   14 年 vboxsync RTFsQueryType/win: Fix for FileSystemName not being terminated.
(edit) @30365   14 年 vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30279   14 年 vboxsync removed unused header
(edit) @30276   14 年 vboxsync iprt: added RTFsQueryType() for Windows
(edit) @30111   14 年 vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30093   14 年 vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30065   14 年 vboxsync IPRT/process-win: Added fallback process detection for guests w/o …
(edit) @30013   14 年 vboxsync scm cleanup.
(edit) @29912   14 年 vboxsync IPRT/process-win: Only deal with NULL domains on NT4.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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