VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @25703   15 years vboxsync iprt/lockvalidator: Tested and debugged the basics of lock order …
(edit) @25701   15 years vboxsync MSC doesn't like comments in defined(). grumble.
(edit) @25700   15 years vboxsync iprt/lockvalidator: finishing the code and fixing bugs.
(edit) @25694   15 years vboxsync working on lock order testcase…
(edit) @25692   15 years vboxsync iprt/lockvalidator: Implemented order validatation and the …
(edit) @25690   15 years vboxsync iprt/lockvalidator: Record recursion on the lock stack.
(edit) @25689   15 years vboxsync iprt/lockvalidator: Implement the lock stack (not recording recursion yet).
(edit) @25688   15 years vboxsync build fix.
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25684   15 years vboxsync build fix for newer gcc versions
(edit) @25682   15 years vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25671   15 years vboxsync iprt/asm.h,ASMAtomciUoReadU64.asm: consistent use of the lock prefix …
(edit) @25670   15 years vboxsync semrw-lockless-generic.cpp: Use the unordered version of …
(edit) @25669   15 years vboxsync tstInlineAsm.cpp: test ASMAtomic*Read*
(edit) @25668   15 years vboxsync tstInlineAsm.cpp: test ASMAtomic*ReadU64
(edit) @25666   15 years vboxsync semrw-lockless-generic.cpp: bugfix, made it configurable by defining …
(edit) @25665   15 years vboxsync iprt/asm.h,ASMAtomic*.asm: the darwin x86 gcc also has trouble with …
(edit) @25664   15 years vboxsync ASMAtomicCmpXchgU64.asm,ASMAtomicReadU64.asm: Quickly hacked up some …
(edit) @25663   15 years vboxsync semrw-lockless-generic.cpp: Morphed the semxroads-generic.cpp into a …
(edit) @25662   15 years vboxsync lockvalidator.cpp: Fixed a bug in rtLockValidatorDdDoDetection where …
(edit) @25661   15 years vboxsync semevent*-posix.cpp: VERR_TIMEOUT when cMillies==0, not VERR_SEM_BUSY.
(edit) @25660   15 years vboxsync thread.cpp: Fixed case of accessing RTTHRADINT after it was freed.
(edit) @25659   15 years vboxsync semevent*-win.cpp: Lock validation corrections.
(edit) @25658   15 years vboxsync semmutex-win.cpp: Correct RTSemMutexIsOwned().
(edit) @25657   15 years vboxsync nitpicking.
(edit) @25656   15 years vboxsync nitpicking.
(edit) @25655   15 years vboxsync semevent-win.cpp: Moved RTEventSignal up in the file
(edit) @25654   15 years vboxsync semeventmulti-win.cpp: lock validation support.
(edit) @25653   15 years vboxsync semevent-win.cpp: lock validation support.
(edit) @25652   15 years vboxsync semmutex-linux.cpp: Fixed bug in rtSemMutexRequest when calculating …
(edit) @25651   15 years vboxsync -DEBUG_bird
(edit) @25650   15 years vboxsync semevent-linux.cpp: Fixed bug in rtSemEventWait when calculating …
(edit) @25649   15 years vboxsync semeventmulti-linux.cpp: Fixed bug in rtSemEventMultiWait when …
(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) @25641   15 years vboxsync iprt: file header fixes.
(edit) @25640   15 years vboxsync iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
(edit) @25639   15 years vboxsync -debug
(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) @25631   15 years vboxsync Runtime: wrong asssertion
(edit) @25629   15 years vboxsync Runtime/r3/Solaris: export fileaio-solaris to OSE.
(edit) @25628   15 years vboxsync copy & past fix.
(edit) @25627   15 years vboxsync build fix
(edit) @25626   15 years vboxsync tstRTLockValidator: Added a simple mutex deadlock to the testcase.
(edit) @25625   15 years vboxsync iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
(edit) @25624   15 years vboxsync iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
(edit) @25623   15 years vboxsync more cleanup
(edit) @25622   15 years vboxsync tstRTLockValidator: testcase improvements.
(edit) @25621   15 years vboxsync tstRTLockValidator: Added some recursion just to make sure it works.
(edit) @25620   15 years vboxsync iprt/semaphore.h: Added Debug wrappers for all the RW semaphores.
(edit) @25619   15 years vboxsync tstRTLockValidator.cpp: Another test variation.
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25617   15 years vboxsync iprt: Added lock validator testcase for read-write semaphore …
(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) @25613   15 years vboxsync tstRTSemXRoads: name fix
(edit) @25612   15 years vboxsync semrw-generic.cpp: unfinished instrumentation of the code, but gotta …
(edit) @25611   15 years vboxsync iprt/lockvaldiator,++: owner record management and some other stuff. …
(edit) @25609   15 years vboxsync lockvalidator.*: some more cleanup.
(edit) @25608   15 years vboxsync iprt/magics: UINT32_C.
(edit) @25607   15 years vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25605   15 years vboxsync tstDeadlock -> tstRTLockValidator.
(edit) @25604   15 years vboxsync iprt: More deadlock hacking.
(edit) @25603   15 years vboxsync iprt: More lock validation code.
(edit) @25602   15 years vboxsync iprt: More lock validation code; rewrote tstDeadlock.
(edit) @25598   15 years vboxsync iprt/thread.h: Added RTThreadGetState, fixed busted RTThreadBlocking.
(edit) @25597   15 years vboxsync internal/thread.h: nitpicking
(edit) @25596   15 years vboxsync iprt: Added new format extension: %Rbn - prints the base of a path name.
(edit) @25591   15 years vboxsync fix for compiling against Linux 2.6.33+
(edit) @25570   15 years vboxsync lockvalidator,semrw-posix.cpp: link the read and write records.
(edit) @25568   15 years vboxsync typo
(edit) @25567   15 years vboxsync iprt/setjmp.asm/h: windows port
(edit) @25565   15 years vboxsync iprt/setjmp.asm: todos
(edit) @25558   15 years vboxsync FreeBSD/iprt,suplib: Review and cleanup of r56138. Hope it compiles…
(edit) @25552   15 years vboxsync lockvalidator.cpp: plugged memory leak.
(edit) @25549   15 years vboxsync semxroads-generic.cpp: bugfix - reset race (of course).
(edit) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25533   15 years vboxsync IPRT: Stub missing RTR0AssertPanicSystem implementations.
(edit) @25531   15 years vboxsync RTR0AssertPanicSystem/solaris: bugfix.
(edit) @25530   15 years vboxsync rtR0AssertNativeMsg2V: fixes all over the place.
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25525   15 years vboxsync build fix.
(edit) @25524   15 years vboxsync semrw-posix.cpp,tstRTSemRW: added an insufficient workaround for the …
(edit) @25523   15 years vboxsync tstRTSemRW: comment about pseudo random.
(edit) @25522   15 years vboxsync semrw-generic.cpp: Fixed ownership checks in the ReleaseRead code …
(edit) @25521   15 years vboxsync tstRTSemRW.cpp: Negative testing.
(edit) @25520   15 years vboxsync iprt/assert.h: Added a quiet and maypanic setting so it's possible to …
(edit) @25519   15 years vboxsync iprt/lockvalidator.h: Added a enabled setting to assist testing.
(edit) @25518   15 years vboxsync iprt/assert.h: Added a quiet and maypanic setting so it's possible to …
(edit) @25517   15 years vboxsync iprt/test.h: Added RTTestErrorCount and RTTestIErrorCount.
(edit) @25516   15 years vboxsync tstSemRW.cpp -> tstRTSemRW.cpp
(edit) @25515   15 years vboxsync semrw-generic.cpp: Fixed timeout handling.
(edit) @25514   15 years vboxsync tstSemRW: Converted to RTTest and added basic API tests.
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