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) @31961   14 years vboxsync rtStrConvertWrapper: Release the thread.
(edit) @31717   14 years vboxsync Runtime/r3/posix: fileio-posix, comment.
(edit) @31453   14 years vboxsync Runtime/poll: Add a method to change the events to poll for without …
(edit) @31406   14 years vboxsync RTPathSetMode/posix: No need to use realpath.
(edit) @31309   14 years vboxsync IPRT/posix: Added RTPathSetMode().
(edit) @31302   14 years vboxsync fixed Linux builds
(edit) @31288   14 years vboxsync path-posix.cpp: Implemented RTPathSetOwnerEx and RTPathSetOwner.
(edit) @31158   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30365   15 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30324   15 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30312   15 years vboxsync Runtime/process-posix: Better error message if the binaries format is …
(edit) @30303   15 years vboxsync iprt/RTDirRead: fixed memory leak introduced in r60863
(edit) @30294   15 years vboxsync build fix
(edit) @30283   15 years vboxsync Runtime: error checking
(edit) @30282   15 years vboxsync RTFsQueryType(): hfsplus on Linux
(edit) @30281   15 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30254   15 years vboxsync iprt: introduced RTFsQueryType()
(edit) @30112   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   15 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29636   15 years vboxsync Runtime/process-posix: consume less stack during RTProcCreateEx
(edit) @29624   15 years vboxsync posix/process-posix: rtCheckCredentials for Solaris.
(edit) @29602   15 years vboxsync process-posix: use crypt_r() instead of crypt()
(edit) @29582   15 years vboxsync Runtime/r3/posix: support executing as different user (Linux only for now)
(edit) @29559   15 years vboxsync pipe-posix.cpp: nits
(edit) @29477   15 years vboxsync fileaio-posix.cpp: Fix assertion (It is possible to have 0 requests …
(edit) @29449   15 years vboxsync fileaio-posix.cpp: Fix flushes which were in the waiting list but not …
(edit) @29328   15 years vboxsync process-posix.cpp: Unbroke VBoxService on non-windows guests.
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29129   15 years vboxsync Runtime/Aio: Fix flush API. The fFlush flag needs to be resetted
(edit) @28928   15 years vboxsync utf8-posix.cpp: Fixed VERR_NO_TRANSLATION error on solaris.
(edit) @28919   15 years vboxsync nits.
(edit) @28918   15 years vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28916   15 years vboxsync Don't use RTStrCopyEx with RTSTR_MAX.
(edit) @28915   15 years vboxsync iprt: More path conversion avoidance.
(edit) @28912   15 years vboxsync generic/pathhost-generic.cpp -> r3/posix/pathhost-posix.cpp; rewrote …
(edit) @28911   15 years vboxsync build fix.
(edit) @28910   15 years vboxsync IPRT: Fixed mixed up free calls.
(edit) @28904   15 years vboxsync build fix
(edit) @28903   15 years vboxsync IPRT: iconv cache.
(edit) @28901   15 years vboxsync RTPathReal: fixed freeing of rtPathToNative result.
(edit) @28877   15 years vboxsync IPRT: pathhost changes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28690   15 years vboxsync oops.
(edit) @28688   15 years vboxsync IPRT: Added RTDirFlush and RTDirFlushParent.
(edit) @28496   15 years vboxsync Runtime/FreeBSD: Build fix
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28311   15 years vboxsync alloc-posix.cpp: avoid bzero.
(edit) @27747   15 years vboxsync process-posix.cpp: added todos.
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27721   15 years vboxsync RTPipeFromNative/posix: Solaris creates bi-directional pipes so we …
(edit) @27667   15 years vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27614   15 years vboxsync iprt: Implemented RTPipeFromNative on posix.
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27503   15 years vboxsync iprt/socket.h: RTSocket API.
(edit) @27502   15 years vboxsync ditto
(edit) @27501   15 years vboxsync poll-posix.cpp: disabled polling on sockets for a few mins to get a …
(edit) @27492   15 years vboxsync superflous IN_RING3
(edit) @27452   15 years vboxsync IPRT/process-posix: Fix POSIX burns.
(edit) @27349   15 years vboxsync process-posix.cpp: copy & past thing in commented out code.
(edit) @27321   15 years vboxsync process-posix.cpp: Fixed RTPROC_FLAGS_DAEMONIZE, RTProcDaemonize …
(edit) @27312   15 years vboxsync pipe-posix.cpp: Fixed missing VERR_NO_MEMORY in RTPipeCreate.
(edit) @27289   15 years vboxsync fileio-posix.cpp: Fixed inverted test on RTFILE_O_INHERIT causing the …
(edit) @27287   15 years vboxsync process-posix.cpp: Forgot to pass pFileActions to posix_spawn. duh.
(edit) @26844   15 years vboxsync RTPollSetCount.
(edit) @26827   15 years vboxsync IPRT: RTPollSetCount() -> RTPollGetCount().
(edit) @26824   15 years vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26805   15 years vboxsync poll-posix.cpp: build fix.
(edit) @26804   15 years vboxsync process-posix.cpp: Drop the old RTProcCreate code.
(edit) @26802   15 years vboxsync Implemented RTProcCreateEx for posix. The new features hasn't been …
(edit) @26801   15 years vboxsync poll-posix.cpp: initial untested code.
(edit) @26788   15 years vboxsync poll.h not pipe.h.
(edit) @26786   15 years vboxsync Runtime: Stubbed the polling API.
(edit) @26785   15 years vboxsync doc typo
(edit) @26784   15 years vboxsync iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
(edit) @26774   15 years vboxsync RTPipe: Implemented the posix variant.
(edit) @26763   15 years vboxsync wrong dir for pipe-win.cpp.
(edit) @26762   15 years vboxsync iprt: Added RTHandleClose and pipe stubs.
(edit) @26761   15 years vboxsync IPRT: Implemented RTFileOpenBitBucket.
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26415   15 years vboxsync process-posix.cpp: doc
(edit) @26363   15 years vboxsync thread-posix.cpp: RTThreadPoke is optional, don't assert if the signal …
(edit) @26361   15 years vboxsync thread-posix.cpp: No RTThreadPoke in guest context.
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26318   15 years vboxsync build fix
(edit) @26317   15 years vboxsync bogus
(edit) @26316   15 years vboxsync gcc warnings when compiling against newer libcs
(edit) @26257   15 years vboxsync timer-posix.cpp: Another initializer warning.
(edit) @26256   15 years vboxsync build fix.
(edit) @26255   15 years vboxsync fs-posix.cpp: {0} initializer warnings.
(edit) @26210   15 years vboxsync IPRT: Added RTTimeSet.
(edit) @25953   15 years vboxsync Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
(edit) @25908   15 years vboxsync RTSemRWIsReadOwner: For assertion in main.
(edit) @25898   15 years vboxsync Runtime/path-posix.cpp: gcc found this bug
(edit) @25831   15 years vboxsync iprt/lockvalidation: give better names to anonymous locks
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25723   15 years vboxsync iprt/RTSemRW: A little cleanup.
(edit) @25721   15 years vboxsync iprt/RTSemMutex: MutexSem -> hMutexSem
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