VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(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 …
(edit) @34170   14 年 vboxsync Fix FreeBSD build
(edit) @34128   14 年 vboxsync mp-freebsd.cpp: r=bird: RTStrPrintf does not return an IPRT status …
(edit) @34119   14 年 vboxsync IPRT/pipe-win: Commented out the write quota check in RTPipeWrite in …
(edit) @34016   14 年 vboxsync iprt: split out RTFileQueryInfo bits from fileio-posix.cpp into …
(edit) @34015   14 年 vboxsync iprt: try split out some of the RTPathQueryInfo* dependent bits into …
(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) @33835   14 年 vboxsync Main;Runtime: fix memory freeing returned by libxml2
(edit) @33815   14 年 vboxsync Runtime/mp-freebsd.cpp: Implement enough to make tstMp-1 happy
(edit) @33806   14 年 vboxsync ExtPack changes, related IPRT changes.
(edit) @33772   14 年 vboxsync process-creation-posix.cpp: Don't assert when the executable file …
(edit) @33700   14 年 vboxsync Main;Runtime: use size_t
(edit) @33676   14 年 vboxsync scm cleanup run.
(edit) @33602   14 年 vboxsync IPRT/r3/posix: Split out RTPathUserHome and the process creation APIs …
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33566   14 年 vboxsync IPRT/isofs: Fixed crash when parsing invalid .ISO file.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33503   14 年 vboxsync RTSystemQueryAvailableRam is a better name
(edit) @33500   14 年 vboxsync Broken assertion removed
(edit) @33499   14 年 vboxsync Rename
(edit) @33498   14 年 vboxsync Added RTSystemQueryTotalRam
(edit) @33494   14 年 vboxsync Build fixes.
(edit) @33492   14 年 vboxsync Guest Copy/Guest Additions: Update.
(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) @33469   14 年 vboxsync IPRT: xml classes documentation, plus reduced some buffer sizes.
(edit) @33466   14 年 vboxsync build fixes
(edit) @33464   14 年 vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33463   14 年 vboxsync isofs.cpp: Use static! RTStrAPrintf fixes.
(edit) @33454   14 年 vboxsync IPRT: off-by-one
(edit) @33453   14 年 vboxsync IPRT/isofs.cpp: Documentation, cleaning up a bit.
(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) @33393   14 年 vboxsync IPRT: Some old OS/2 build fixes.
(edit) @33374   14 年 vboxsync RTTestValue: Added a few more chars for the number value.
(edit) @33342   14 年 vboxsync iprt: typo
(edit) @33341   14 年 vboxsync Runtime/r3/posix: fix a burn
(edit) @33337   14 年 vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33279   14 年 vboxsync IPRT: Use the mmap+heap stuff on all posixy platforms.
(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) @33148   14 年 vboxsync IPRT/IsoFS: Raise block size to 64K.
(edit) @33135   14 年 vboxsync Runtime: Restart waitpid if it got interrupted
(edit) @33134   14 年 vboxsync Runtime/process: forgotten initialization
(edit) @33104   14 年 vboxsync RTPipeCreate: Use pipe2 on linux (added in 2.6.27) to avoid racing …
(edit) @33103   14 年 vboxsync RTFileOpen: Use O_CLOEXEC on linux (added in 2.6.23) to avoid racing …
(edit) @33056   14 年 vboxsync Main-XML: add a xml memory writer
(edit) @33044   14 年 vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @33009   14 年 vboxsync Runtime/Process: avoid a hanging around zombie process when creating a …
(edit) @32997   14 年 vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32990   14 年 vboxsync Runtime/Process: Solaris: put every detached process in its own …
(edit) @32970   14 年 vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
(edit) @32969   14 年 vboxsync build fix.
(edit) @32968   14 年 vboxsync build fix
(edit) @32966   14 年 vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32948   14 年 vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32946   14 年 vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32914   14 年 vboxsync Drop the hthread parameter
(edit) @32907   14 年 vboxsync Use native handle
(edit) @32905   14 年 vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32834   14 年 vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
(edit) @32830   14 年 vboxsync tcp.cpp: Make the outlined fix for rtTcpClose work
(edit) @32818   14 年 vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32810   14 年 vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32801   14 年 vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32800   14 年 vboxsync socket.cpp: minor cleanup.
(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.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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