VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34708   14 years vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34668   14 years vboxsync More extpack build speedup hacking.
(edit) @34628   14 years vboxsync clock_gettime not on Darwin
(edit) @34626   14 years vboxsync implemented RTThreadGetExecutionTimeMilli() for Posix and …
(edit) @34579   14 years vboxsync Completed the extension pack renaming. Some bugfixes.
(edit) @34510   14 years vboxsync reverted unnecessary build fix (wrong options).
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34502   14 years vboxsync build fixes
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34291   14 years vboxsync doc adj
(edit) @34289   14 years vboxsync thread-posix.cpp: Restored an accidental change causing crashes in …
(edit) @34256   14 years vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @34251   14 years vboxsync IPRT/process-win: Added mapping function for specific Windows error codes.
(edit) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34178   14 years vboxsync IPRT/coredumper: remove release log entry, far too dangerous to create …
(edit) @34176   14 years vboxsync doc fix
(edit) @34175   14 years vboxsync IPRT: Do not use SIGUSR2 on solaris because of the custom core dumper hack.
(edit) @34174   14 years vboxsync IPRT: Use prefer real-time signal over SIGUSR2 for RTThreadPoke. Try …
(edit) @34170   14 years vboxsync Fix FreeBSD build
(edit) @34128   14 years vboxsync mp-freebsd.cpp: r=bird: RTStrPrintf does not return an IPRT status …
(edit) @34119   14 years vboxsync IPRT/pipe-win: Commented out the write quota check in RTPipeWrite in …
(edit) @34016   14 years vboxsync iprt: split out RTFileQueryInfo bits from fileio-posix.cpp into …
(edit) @34015   14 years vboxsync iprt: try split out some of the RTPathQueryInfo* dependent bits into …
(edit) @34003   14 years vboxsync build fix
(edit) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @33981   14 years vboxsync build fix.
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33835   14 years vboxsync Main;Runtime: fix memory freeing returned by libxml2
(edit) @33815   14 years vboxsync Runtime/mp-freebsd.cpp: Implement enough to make tstMp-1 happy
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33772   14 years vboxsync process-creation-posix.cpp: Don't assert when the executable file …
(edit) @33700   14 years vboxsync Main;Runtime: use size_t
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33602   14 years vboxsync IPRT/r3/posix: Split out RTPathUserHome and the process creation APIs …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33566   14 years vboxsync IPRT/isofs: Fixed crash when parsing invalid .ISO file.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33503   14 years vboxsync RTSystemQueryAvailableRam is a better name
(edit) @33500   14 years vboxsync Broken assertion removed
(edit) @33499   14 years vboxsync Rename
(edit) @33498   14 years vboxsync Added RTSystemQueryTotalRam
(edit) @33494   14 years vboxsync Build fixes.
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(edit) @33491   14 years vboxsync IPRT/process-win: Only map Windows error to rc if no IPRT failure yet.
(edit) @33490   14 years vboxsync IPRT/process-win: Not needed; rc already contains the right error code.
(edit) @33469   14 years vboxsync IPRT: xml classes documentation, plus reduced some buffer sizes.
(edit) @33466   14 years vboxsync build fixes
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33463   14 years vboxsync isofs.cpp: Use static! RTStrAPrintf fixes.
(edit) @33454   14 years vboxsync IPRT: off-by-one
(edit) @33453   14 years vboxsync IPRT/isofs.cpp: Documentation, cleaning up a bit.
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33437   14 years vboxsync iprt: Made tstRTSymlink work on Windows.
(edit) @33429   14 years vboxsync build fix
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33393   14 years vboxsync IPRT: Some old OS/2 build fixes.
(edit) @33374   14 years vboxsync RTTestValue: Added a few more chars for the number value.
(edit) @33342   14 years vboxsync iprt: typo
(edit) @33341   14 years vboxsync Runtime/r3/posix: fix a burn
(edit) @33337   14 years vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33279   14 years vboxsync IPRT: Use the mmap+heap stuff on all posixy platforms.
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33194   14 years vboxsync IPRT/pipe-win.cpp: Check for write quota (hack).
(edit) @33148   14 years vboxsync IPRT/IsoFS: Raise block size to 64K.
(edit) @33135   14 years vboxsync Runtime: Restart waitpid if it got interrupted
(edit) @33134   14 years vboxsync Runtime/process: forgotten initialization
(edit) @33104   14 years vboxsync RTPipeCreate: Use pipe2 on linux (added in 2.6.27) to avoid racing …
(edit) @33103   14 years vboxsync RTFileOpen: Use O_CLOEXEC on linux (added in 2.6.23) to avoid racing …
(edit) @33056   14 years vboxsync Main-XML: add a xml memory writer
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @33009   14 years vboxsync Runtime/Process: avoid a hanging around zombie process when creating a …
(edit) @32997   14 years vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32990   14 years vboxsync Runtime/Process: Solaris: put every detached process in its own …
(edit) @32970   14 years vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
(edit) @32969   14 years vboxsync build fix.
(edit) @32968   14 years vboxsync build fix
(edit) @32966   14 years vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32948   14 years vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32914   14 years vboxsync Drop the hthread parameter
(edit) @32907   14 years vboxsync Use native handle
(edit) @32905   14 years vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32834   14 years vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
(edit) @32830   14 years vboxsync tcp.cpp: Make the outlined fix for rtTcpClose work
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32810   14 years vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32801   14 years vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32800   14 years vboxsync socket.cpp: minor cleanup.
(edit) @32657   14 years vboxsync IPRT/process-win: Added fallback for environment block creation …
(edit) @32656   14 years vboxsync IPRT/process-win: Added dynamic loading of Userenv-APIs.
(edit) @32653   14 years vboxsync IPRT/process-win: Added extended user profile invocation (environment …
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @32530   14 years vboxsync Runtime/r3/coredumper: proper type.
(edit) @32464   14 years vboxsync Runtime: only include critsect.h in stream.cpp if it is needed
(edit) @32439   14 years vboxsync Runtime/r3/coredumper: log.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32428   14 years vboxsync Build fix
(edit) @32426   14 years vboxsync IPRT/fileaio-win: Fix misunderstanding of GetQueuedCompletionStatus. …
(edit) @32424   14 years vboxsync Runtime/r3/coredumper: argh.
Note: See TracRevisionLog for help on using the revision log.

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