VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @34708   14 年 vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(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) @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) @34230   14 年 vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(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) @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) @34002   14 年 vboxsync iprt: Working on tar vfs.
(edit) @33973   14 年 vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33772   14 年 vboxsync process-creation-posix.cpp: Don't assert when the executable file …
(edit) @33676   14 年 vboxsync scm cleanup run.
(edit) @33602   14 年 vboxsync IPRT/r3/posix: Split out RTPathUserHome and the process creation APIs …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33503   14 年 vboxsync RTSystemQueryAvailableRam is a better name
(edit) @33499   14 年 vboxsync Rename
(edit) @33498   14 年 vboxsync Added RTSystemQueryTotalRam
(edit) @33464   14 年 vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33439   14 年 vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33426   14 年 vboxsync iprt/symlink.h: Initial code (only tested on linux).
(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) @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) @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) @32990   14 年 vboxsync Runtime/Process: Solaris: put every detached process in its own …
(edit) @32969   14 年 vboxsync build fix.
(edit) @32966   14 年 vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32914   14 年 vboxsync Drop the hthread parameter
(edit) @32905   14 年 vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32834   14 年 vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
(edit) @32572   14 年 vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @31961   14 年 vboxsync rtStrConvertWrapper: Release the thread.
(edit) @31717   14 年 vboxsync Runtime/r3/posix: fileio-posix, comment.
(edit) @31453   14 年 vboxsync Runtime/poll: Add a method to change the events to poll for without …
(edit) @31406   14 年 vboxsync RTPathSetMode/posix: No need to use realpath.
(edit) @31309   14 年 vboxsync IPRT/posix: Added RTPathSetMode().
(edit) @31302   14 年 vboxsync fixed Linux builds
(edit) @31288   14 年 vboxsync path-posix.cpp: Implemented RTPathSetOwnerEx and RTPathSetOwner.
(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) @30365   14 年 vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30324   14 年 vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30312   14 年 vboxsync Runtime/process-posix: Better error message if the binaries format is …
(edit) @30303   14 年 vboxsync iprt/RTDirRead: fixed memory leak introduced in r60863
(edit) @30294   14 年 vboxsync build fix
(edit) @30283   14 年 vboxsync Runtime: error checking
(edit) @30282   14 年 vboxsync RTFsQueryType(): hfsplus on Linux
(edit) @30281   14 年 vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30254   14 年 vboxsync iprt: introduced RTFsQueryType()
(edit) @30112   14 年 vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 年 vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29636   15 年 vboxsync Runtime/process-posix: consume less stack during RTProcCreateEx
(edit) @29624   15 年 vboxsync posix/process-posix: rtCheckCredentials for Solaris.
(edit) @29602   15 年 vboxsync process-posix: use crypt_r() instead of crypt()
(edit) @29582   15 年 vboxsync Runtime/r3/posix: support executing as different user (Linux only for now)
(edit) @29559   15 年 vboxsync pipe-posix.cpp: nits
(edit) @29477   15 年 vboxsync fileaio-posix.cpp: Fix assertion (It is possible to have 0 requests …
(edit) @29449   15 年 vboxsync fileaio-posix.cpp: Fix flushes which were in the waiting list but not …
(edit) @29328   15 年 vboxsync process-posix.cpp: Unbroke VBoxService on non-windows guests.
(edit) @29263   15 年 vboxsync sparc adjustments.
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29129   15 年 vboxsync Runtime/Aio: Fix flush API. The fFlush flag needs to be resetted
(edit) @28928   15 年 vboxsync utf8-posix.cpp: Fixed VERR_NO_TRANSLATION error on solaris.
(edit) @28919   15 年 vboxsync nits.
(edit) @28918   15 年 vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28916   15 年 vboxsync Don't use RTStrCopyEx with RTSTR_MAX.
(edit) @28915   15 年 vboxsync iprt: More path conversion avoidance.
(edit) @28912   15 年 vboxsync generic/pathhost-generic.cpp -> r3/posix/pathhost-posix.cpp; rewrote …
(edit) @28911   15 年 vboxsync build fix.
(edit) @28910   15 年 vboxsync IPRT: Fixed mixed up free calls.
(edit) @28904   15 年 vboxsync build fix
(edit) @28903   15 年 vboxsync IPRT: iconv cache.
(edit) @28901   15 年 vboxsync RTPathReal: fixed freeing of rtPathToNative result.
(edit) @28877   15 年 vboxsync IPRT: pathhost changes.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28690   15 年 vboxsync oops.
(edit) @28688   15 年 vboxsync IPRT: Added RTDirFlush and RTDirFlushParent.
(edit) @28496   15 年 vboxsync Runtime/FreeBSD: Build fix
(edit) @28317   15 年 vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28311   15 年 vboxsync alloc-posix.cpp: avoid bzero.
(edit) @27747   15 年 vboxsync process-posix.cpp: added todos.
(edit) @27743   15 年 vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27721   15 年 vboxsync RTPipeFromNative/posix: Solaris creates bi-directional pipes so we …
(edit) @27667   15 年 vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27614   15 年 vboxsync iprt: Implemented RTPipeFromNative on posix.
(edit) @27613   15 年 vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27509   15 年 vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27503   15 年 vboxsync iprt/socket.h: RTSocket API.
(edit) @27502   15 年 vboxsync ditto
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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