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) @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
(edit) @25720   15 years vboxsync iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
(edit) @25717   15 years vboxsync iprt: Added RTSemEventCreateEx and did some cleanups of the …
(edit) @25711   15 years vboxsync iprt: RTSemMutex order validation.
(edit) @25710   15 years vboxsync iprt: SemRW lock order bugfixes.
(edit) @25707   15 years vboxsync iprt: Added RTSemRWCreateEx and RTSemRWSetSubClass. Updated …
(edit) @25704   15 years vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25682   15 years vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25661   15 years vboxsync semevent*-posix.cpp: VERR_TIMEOUT when cMillies==0, not VERR_SEM_BUSY.
(edit) @25648   15 years vboxsync iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25640   15 years vboxsync iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
(edit) @25638   15 years vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25636   15 years vboxsync semeventmulti-posix.cpp: Fixed ancient bug in the non-indefinite …
(edit) @25628   15 years vboxsync copy & past fix.
(edit) @25624   15 years vboxsync iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
(edit) @25620   15 years vboxsync iprt/semaphore.h: Added Debug wrappers for all the RW semaphores.
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25616   15 years vboxsync iprt/semrw-*: Added RTSemRWGetReadCount. Adjusted writer fairness a …
(edit) @25615   15 years vboxsync build fix
(edit) @25614   15 years vboxsync iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
(edit) @25607   15 years vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25604   15 years vboxsync iprt: More deadlock hacking.
(edit) @25602   15 years vboxsync iprt: More lock validation code; rewrote tstDeadlock.
(edit) @25570   15 years vboxsync lockvalidator,semrw-posix.cpp: link the read and write records.
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25524   15 years vboxsync semrw-posix.cpp,tstRTSemRW: added an insufficient workaround for the …
(edit) @25498   15 years vboxsync IPRT: Added lock validator hooks to semrw-posix.cpp.
(edit) @25491   15 years vboxsync IPRT,PDMCritSect: Fixing critsect regression; contains under …
(edit) @25478   15 years vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25467   15 years vboxsync IPRT,PDMCritSect: More lock validation.
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25398   15 years vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25378   15 years vboxsync Use RTSemMutexRequest*Debug in strict builds.
(edit) @25373   15 years vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @25076   15 years vboxsync RTFileQueryFsSizes: Moving it to a separate file so we can select …
(edit) @24889   15 years vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24585   15 years vboxsync fileio-posix.cpp: Build fix.
(edit) @24584   15 years vboxsync fileio-posix.cpp: file sharing emulation for debugging purposes. …
(edit) @24226   15 years vboxsync fileaio-posix.cpp: fixed warning in RTFileAioCtxWait.
(edit) @24001   15 years vboxsync Runtime: Darwin requires an extra parameter for F_NOCACHE which …
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23919   15 years vboxsync re-apply r53640, r53642
(edit) @23892   15 years vboxsync temporarily back out r53642, r53640
(edit) @23869   15 years vboxsync fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
(edit) @23602   15 years vboxsync Runtime/Aio: Bugfixes
(edit) @23411   15 years vboxsync Runtime/Aio-posix: stricter checking
(edit) @23406   15 years vboxsync Runtime/Aio-posix: Relax assertion. It is possible that more than …
(edit) @23405   15 years vboxsync Runtime/Aio-posix: Another difference in interpretation of the return …
(edit) @23396   15 years vboxsync Runteim/Aio-posix: Respect AIO_LISTIO_MAX for aio_suspend too. Should …
(edit) @23364   15 years vboxsync Runtime/Aio-posix: The error code from lio_listio is in errno
(edit) @23343   15 years vboxsync AIO/Posix: Build fix
(edit) @23342   15 years vboxsync AIO/Posix: Fix error code conversion on Darwin
(edit) @23340   15 years vboxsync AIO/Posix: Fix assertion on Darwin. AIO_LISTIO_MAX is defined with 16 …
(edit) @23312   15 years vboxsync IPRT: Fixed mac-ose build break caused by 10.4 not having lutimes().
(edit) @23291   15 years vboxsync IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links …
(edit) @22516   15 years vboxsync IPRT: Added RTFileExists
(edit) @22450   15 years vboxsync IPRT: gcc warning on 64-bit systems
(edit) @21672   15 years vboxsync RTDirCreate: recent nevadas (111b at least) returns EACCES when …
(edit) @21616   16 years vboxsync nitpicking.
(edit) @21582   16 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21500   16 years vboxsync Fix add burn with Solaris additions
(edit) @21499   16 years vboxsync Fix add burn with Solaris additions
(edit) @21493   16 years vboxsync Runtime/File: Add flag to disable the file cache
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