VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41881   12 years vboxsync IPRT: Name threads on linux when supported.
(edit) @41763   12 years vboxsync IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
(edit) @40825   13 years vboxsync Implemented RTPROC_FLAGS_SEARCH_PATH on windows.
(edit) @40654   13 years vboxsync Runtime/r3, RDP: Solaris 11 iconv change.
(edit) @40651   13 years vboxsync Runtime/r3/posix, RDP/client: Solaris 11 iconv change. Avoid …
(edit) @40571   13 years vboxsync ARTProcExec: dded RTPROC_FLAGS_SEARCH_PATH and implemented for posix.
(edit) @40553   13 years vboxsync fileio2-posix: comment
(edit) @40307   13 years vboxsync build fix
(edit) @40306   13 years vboxsync build fix
(edit) @40305   13 years vboxsync IPRT: Fixed unresolved symbols on OS/2.
(edit) @40103   13 years vboxsync Runtime/semeventmulti-posix.cpp: Fix bug which causes that a …
(edit) @40102   13 years vboxsync Runtime/pipe-posix: Use timeout value in RTPipeSelectOne
(edit) @40101   13 years vboxsync Runtime/fs-posix: Missing error propagation
(edit) @40046   13 years vboxsync RTProcDaemonizeUsingFork: close pidfile handle in some error cases
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @39692   13 years vboxsync pipe-posix.cpp: solaris build fix.
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39489   13 years vboxsync Runtime: compatibility fix
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @39143   13 years vboxsync Runtime/fileaio-posix: Don't use NULL for size_t (patch from public #9830)
(edit) @39093   13 years vboxsync build fix
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @39030   13 years vboxsync RTFileGetSize/posix: Make it figure the size of a volume/disk.
(edit) @37733   13 years vboxsync gcc 4.4.4 build fix for VBOX_WITH_EF_WRAPS=1.
(edit) @37679   13 years vboxsync iprt/fileio-posix: gcc-4.6 warning => error
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37563   13 years vboxsync Runtime/pathhost-posix.cpp: missing include
(edit) @37499   13 years vboxsync IPRT/RTProcCreateEx: fixed memory leak
(edit) @37448   13 years vboxsync process-creation/*: Adjusted assertions for RTPROC_FLAGS_SAME_CONTRACT …
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36906   14 years vboxsync RTPathRename, RTFileRename, RTDirRename / posix: Use stat instead of …
(edit) @36611   14 years vboxsync iprt: add RTPathUserDocuments
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36167   14 years vboxsync Runtime/r3/posix: RTDirCreate should fail when creating a directory …
(edit) @36166   14 years vboxsync Runtime/r3/posix: RTDirCreate should fail when creating a directory …
(edit) @35935   14 years vboxsync Renabled the rtDirReadMore assertion, but made it ignore ENOENT.
(edit) @35884   14 years vboxsync shared folders: bogus assert
(edit) @35877   14 years vboxsync thread-posix.cpp: Use THREAD_BASIC_INFO_COUNT like tstDarwinSched.cpp does.
(edit) @35876   14 years vboxsync thread-posix.cpp: don't use uninitialized variables, fail instead. nits
(edit) @35850   14 years vboxsync OS X: Implement missing method for CPU capping
(edit) @35807   14 years vboxsync another comment
(edit) @35806   14 years vboxsync does not apply
(edit) @35805   14 years vboxsync comment
(edit) @35802   14 years vboxsync Runtime/r3/thread-posix: Implemented sys+user time for Solaris …
(edit) @35558   14 years vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35015   14 years vboxsync Runtime/fs: "fuseblk" is RTFSTYPE_FUSE as well
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34708   14 years vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(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) @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) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(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) @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) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33772   14 years vboxsync process-creation-posix.cpp: Don't assert when the executable file …
(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) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33503   14 years vboxsync RTSystemQueryAvailableRam is a better name
(edit) @33499   14 years vboxsync Rename
(edit) @33498   14 years vboxsync Added RTSystemQueryTotalRam
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(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) @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) @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) @32990   14 years vboxsync Runtime/Process: Solaris: put every detached process in its own …
(edit) @32969   14 years vboxsync build fix.
(edit) @32966   14 years vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32914   14 years vboxsync Drop the hthread parameter
(edit) @32905   14 years vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32834   14 years vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
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