VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @37499   13 年 vboxsync IPRT/RTProcCreateEx: fixed memory leak
(edit) @37493   13 年 vboxsync Runtime: fix mem leak
(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) @37211   14 年 vboxsync Some ASMAtomic*Size elimiation.
(edit) @37197   14 年 vboxsync Runtime/udp: build fix
(edit) @37196   14 年 vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37170   14 年 vboxsync linux affinity code.
(edit) @37156   14 年 vboxsync build fix
(edit) @37155   14 年 vboxsync build fix
(edit) @37154   14 年 vboxsync RTThread[SG]etAffinity cleanup
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36906   14 年 vboxsync RTPathRename, RTFileRename, RTDirRename / posix: Use stat instead of …
(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) @36549   14 年 vboxsync IPRT: hide stuff…
(edit) @36527   14 年 vboxsync iprt::MiniString -> RTCString.
(edit) @36523   14 年 vboxsync Renamed iprt::Error to RTCError.
(edit) @36521   14 年 vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36474   14 年 vboxsync Runtime/r3/solaris/coredumper: log stmt.
(edit) @36465   14 年 vboxsync Runtime/r3/solaris/coredumper: replace RTFileOpen() with open() …
(edit) @36440   14 年 vboxsync build fix
(edit) @36438   14 年 vboxsync RTSystemQueryDmiString: Should call CoUninitialize if …
(edit) @36405   14 年 vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(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) @36363   14 年 vboxsync IPRT: Added g_frtAtExitCalled.
(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) @36210   14 年 vboxsync DrvIntNet: todo
(edit) @36167   14 年 vboxsync Runtime/r3/posix: RTDirCreate should fail when creating a directory …
(edit) @36166   14 年 vboxsync Runtime/r3/posix: RTDirCreate should fail when creating a directory …
(edit) @36155   14 年 vboxsync Runtime/r3/solaris/coredumper: Make sure directory exists during …
(edit) @36123   14 年 vboxsync IPRT: Required fixes for VFS on Windows.
(edit) @35935   14 年 vboxsync Renabled the rtDirReadMore assertion, but made it ignore ENOENT.
(edit) @35884   14 年 vboxsync shared folders: bogus assert
(edit) @35877   14 年 vboxsync thread-posix.cpp: Use THREAD_BASIC_INFO_COUNT like tstDarwinSched.cpp does.
(edit) @35876   14 年 vboxsync thread-posix.cpp: don't use uninitialized variables, fail instead. nits
(edit) @35850   14 年 vboxsync OS X: Implement missing method for CPU capping
(edit) @35807   14 年 vboxsync another comment
(edit) @35806   14 年 vboxsync does not apply
(edit) @35805   14 年 vboxsync comment
(edit) @35802   14 年 vboxsync Runtime/r3/thread-posix: Implemented sys+user time for Solaris …
(edit) @35729   14 年 vboxsync Runtime: extend XML attribute string buffers (fixes dropped CPUID leaf …
(edit) @35558   14 年 vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35408   14 年 vboxsync fileaio-win.cpp: Log native error code for unresolved errors …
(edit) @35225   14 年 vboxsync Config.kmk,path.cpp: VBOX_PATH_APP_PRIVATE_ARCH_TOP.
(edit) @35222   14 年 vboxsync Made RTPathAppPrivateNoArch return /opt/VirtualBox instead of …
(edit) @35218   14 年 vboxsync Introduced RTPathAppPrivateArchTop for hacking around the …
(edit) @35191   14 年 vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35183   14 年 vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 年 vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35128   14 年 vboxsync Main: more backslash conversion in settings read/write, so add generic …
(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) @35015   14 年 vboxsync Runtime/fs: "fuseblk" is RTFSTYPE_FUSE as well
(edit) @34962   14 年 vboxsync build fix
(edit) @34960   14 年 vboxsync build fix
(edit) @34959   14 年 vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34921   14 年 vboxsync Runtime/darwin: RTTimeSystemMilliTS incorrectly returned nanosecond …
(edit) @34708   14 年 vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34668   14 年 vboxsync More extpack build speedup hacking.
(edit) @34628   14 年 vboxsync clock_gettime not on Darwin
(edit) @34626   14 年 vboxsync implemented RTThreadGetExecutionTimeMilli() for Posix and …
(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) @34406   14 年 vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34291   14 年 vboxsync doc adj
(edit) @34289   14 年 vboxsync thread-posix.cpp: Restored an accidental change causing crashes in …
(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) @34230   14 年 vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34178   14 年 vboxsync IPRT/coredumper: remove release log entry, far too dangerous to create …
(edit) @34176   14 年 vboxsync doc fix
(edit) @34175   14 年 vboxsync IPRT: Do not use SIGUSR2 on solaris because of the custom core dumper hack.
(edit) @34174   14 年 vboxsync IPRT: Use prefer real-time signal over SIGUSR2 for RTThreadPoke. Try …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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