|
|
@26255
|
15 years |
vboxsync |
fs-posix.cpp: {0} initializer warnings.
|
|
|
@26210
|
15 years |
vboxsync |
IPRT: Added RTTimeSet.
|
|
|
@25953
|
15 years |
vboxsync |
Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
|
|
|
@25908
|
15 years |
vboxsync |
RTSemRWIsReadOwner: For assertion in main.
|
|
|
@25898
|
15 years |
vboxsync |
Runtime/path-posix.cpp: gcc found this bug
|
|
|
@25831
|
15 years |
vboxsync |
iprt/lockvalidation: give better names to anonymous locks
|
|
|
@25724
|
15 years |
vboxsync |
iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
|
|
|
@25723
|
15 years |
vboxsync |
iprt/RTSemRW: A little cleanup.
|
|
|
@25721
|
15 years |
vboxsync |
iprt/RTSemMutex: MutexSem -> hMutexSem
|
|
|
@25720
|
15 years |
vboxsync |
iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
|
|
|
@25717
|
15 years |
vboxsync |
iprt: Added RTSemEventCreateEx and did some cleanups of the …
|
|
|
@25711
|
15 years |
vboxsync |
iprt: RTSemMutex order validation.
|
|
|
@25710
|
15 years |
vboxsync |
iprt: SemRW lock order bugfixes.
|
|
|
@25707
|
15 years |
vboxsync |
iprt: Added RTSemRWCreateEx and RTSemRWSetSubClass. Updated …
|
|
|
@25704
|
15 years |
vboxsync |
iprt,pdmcritsect: More flexible lock naming, added …
|
|
|
@25685
|
15 years |
vboxsync |
iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
|
|
|
@25682
|
15 years |
vboxsync |
iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
|
|
|
@25661
|
15 years |
vboxsync |
semevent*-posix.cpp: VERR_TIMEOUT when cMillies==0, not VERR_SEM_BUSY.
|
|
|
@25648
|
15 years |
vboxsync |
iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
|
|
|
@25645
|
15 years |
vboxsync |
IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
|
|
|
@25642
|
15 years |
vboxsync |
DOXYGEN -> DOXYGEN_RUNNING.
|
|
|
@25640
|
15 years |
vboxsync |
iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
|
|
|
@25638
|
15 years |
vboxsync |
iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
|
|
|
@25636
|
15 years |
vboxsync |
semeventmulti-posix.cpp: Fixed ancient bug in the non-indefinite …
|
|
|
@25628
|
15 years |
vboxsync |
copy & past fix.
|
|
|
@25624
|
15 years |
vboxsync |
iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
|
|
|
@25620
|
15 years |
vboxsync |
iprt/semaphore.h: Added Debug wrappers for all the RW semaphores.
|
|
|
@25618
|
15 years |
vboxsync |
IPRT,pdmcritsect: More lock validator hacking.
|
|
|
@25616
|
15 years |
vboxsync |
iprt/semrw-*: Added RTSemRWGetReadCount. Adjusted writer fairness a …
|
|
|
@25615
|
15 years |
vboxsync |
build fix
|
|
|
@25614
|
15 years |
vboxsync |
iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
|
|
|
@25607
|
15 years |
vboxsync |
iprt,pdmcritsect: Shortening and cleaning up the lock validator …
|
|
|
@25604
|
15 years |
vboxsync |
iprt: More deadlock hacking.
|
|
|
@25602
|
15 years |
vboxsync |
iprt: More lock validation code; rewrote tstDeadlock.
|
|
|
@25570
|
15 years |
vboxsync |
lockvalidator,semrw-posix.cpp: link the read and write records.
|
|
|
@25528
|
15 years |
vboxsync |
IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
|
|
|
@25524
|
15 years |
vboxsync |
semrw-posix.cpp,tstRTSemRW: added an insufficient workaround for the …
|
|
|
@25498
|
15 years |
vboxsync |
IPRT: Added lock validator hooks to semrw-posix.cpp.
|
|
|
@25491
|
15 years |
vboxsync |
IPRT,PDMCritSect: Fixing critsect regression; contains under …
|
|
|
@25478
|
15 years |
vboxsync |
IPRT,PDMCritSect: More lock validator refactoring.
|
|
|
@25467
|
15 years |
vboxsync |
IPRT,PDMCritSect: More lock validation.
|
|
|
@25409
|
15 years |
vboxsync |
IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
|
|
|
@25398
|
15 years |
vboxsync |
IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
|
|
|
@25378
|
15 years |
vboxsync |
Use RTSemMutexRequest*Debug in strict builds.
|
|
|
@25373
|
15 years |
vboxsync |
IPRT,PDMCritSect: More validation changes. Validate posix and linux …
|
|
|
@25292
|
15 years |
vboxsync |
RTDirReadEx parameter to resolve symlinks.
|
|
|
@25076
|
15 years |
vboxsync |
RTFileQueryFsSizes: Moving it to a separate file so we can select …
|
|
|
@24889
|
15 years |
vboxsync |
IPRT: Added RTFileQueryFsSizes.
|
|
|
@24585
|
15 years |
vboxsync |
fileio-posix.cpp: Build fix.
|
|
|
@24584
|
15 years |
vboxsync |
fileio-posix.cpp: file sharing emulation for debugging purposes. …
|
|
|
@24226
|
15 years |
vboxsync |
fileaio-posix.cpp: fixed warning in RTFileAioCtxWait.
|
|
|
@24001
|
15 years |
vboxsync |
Runtime: Darwin requires an extra parameter for F_NOCACHE which …
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23919
|
15 years |
vboxsync |
re-apply r53640, r53642
|
|
|
@23892
|
15 years |
vboxsync |
temporarily back out r53642, r53640
|
|
|
@23869
|
15 years |
vboxsync |
fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
|
|
|
@23602
|
15 years |
vboxsync |
Runtime/Aio: Bugfixes
|
|
|
@23411
|
15 years |
vboxsync |
Runtime/Aio-posix: stricter checking
|
|
|
@23406
|
15 years |
vboxsync |
Runtime/Aio-posix: Relax assertion. It is possible that more than …
|
|
|
@23405
|
15 years |
vboxsync |
Runtime/Aio-posix: Another difference in interpretation of the return …
|
|
|
@23396
|
15 years |
vboxsync |
Runteim/Aio-posix: Respect AIO_LISTIO_MAX for aio_suspend too. Should …
|
|
|
@23364
|
15 years |
vboxsync |
Runtime/Aio-posix: The error code from lio_listio is in errno
|
|
|
@23343
|
15 years |
vboxsync |
AIO/Posix: Build fix
|
|
|
@23342
|
15 years |
vboxsync |
AIO/Posix: Fix error code conversion on Darwin
|
|
|
@23340
|
15 years |
vboxsync |
AIO/Posix: Fix assertion on Darwin. AIO_LISTIO_MAX is defined with 16 …
|
|
|
@23312
|
15 years |
vboxsync |
IPRT: Fixed mac-ose build break caused by 10.4 not having lutimes().
|
|
|
@23291
|
15 years |
vboxsync |
IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links …
|
|
|
@22516
|
15 years |
vboxsync |
IPRT: Added RTFileExists
|
|
|
@22450
|
15 years |
vboxsync |
IPRT: gcc warning on 64-bit systems
|
|
|
@21672
|
15 years |
vboxsync |
RTDirCreate: recent nevadas (111b at least) returns EACCES when …
|
|
|
@21616
|
16 years |
vboxsync |
nitpicking.
|
|
|
@21582
|
16 years |
vboxsync |
IPRT: RTFILE_O_APPEND.
|
|
|
@21500
|
16 years |
vboxsync |
Fix add burn with Solaris additions
|
|
|
@21499
|
16 years |
vboxsync |
Fix add burn with Solaris additions
|
|
|
@21493
|
16 years |
vboxsync |
Runtime/File: Add flag to disable the file cache
|
|
|
@20961
|
16 years |
vboxsync |
fixed typo, it means occurred, not occured
|
|
|
@20822
|
16 years |
vboxsync |
utf8-posix.cpp: Fixed allocation bug in rtstrConvert where we would …
|
|
|
@20821
|
16 years |
vboxsync |
IPRT: alignment check hacking.
|
|
|
@20819
|
16 years |
vboxsync |
getenv -> RTEnvGet.
|
|
|
@20498
|
16 years |
vboxsync |
process-posix.cpp: papszArgs must not be NULL (see the notes in the …
|
|
|
@20111
|
16 years |
vboxsync |
IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
|
|
|
@20102
|
16 years |
vboxsync |
space
|
|
|
@20066
|
16 years |
vboxsync |
Runtime: added RTDirCreateTemp
|
|
|
@19562
|
16 years |
vboxsync |
Runtime/Aio: Change API again
* pcReqs in RTFileAioCtxSubmit is …
|
|
|
@19370
|
16 years |
vboxsync |
Runtime/Aio: Fix the POSIX backend for Darwin. We have to obey the …
|
|
|
@19348
|
16 years |
vboxsync |
Runtime/Aio: Properties
|
|
|
@19346
|
16 years |
vboxsync |
Runtime/Aio: Updates
* Add POSIX backend needed for the Darwin …
|
|
|
@16647
|
16 years |
vboxsync |
Missed parameter in a Log().
|
|
|
@16526
|
16 years |
vboxsync |
IMO better for the unsetenv() prototype on Darwin
|
|
|
@16525
|
16 years |
vboxsync |
some comments
|
|
|
@16524
|
16 years |
vboxsync |
Nasty darwin burn fix. Review required
|
|
|
@16523
|
16 years |
vboxsync |
back 42448
|
|
|
@16522
|
16 years |
vboxsync |
typo, fix mac burn
|
|
|
@16508
|
16 years |
vboxsync |
fixed RTEnvUnset for Windows hosts
|
|
|
@16502
|
16 years |
vboxsync |
RTEnvUnset(): Use unsetenv() if available
|
|
|
@16311
|
16 years |
vboxsync |
IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
|
|
|
@15850
|
16 years |
vboxsync |
Runtime: error is below zero
|
|
|
@15813
|
16 years |
vboxsync |
RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER …
|
|
|
@15808
|
16 years |
vboxsync |
iprt: added RTPathGetCurrent.
|
|
|
@15805
|
16 years |
vboxsync |
RTPathAbs/posix: man strcpy 'The strings may not overlap, ...' -> …
|
|
|