VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26060   15 years vboxsync IPRT: Added RTFileOpenF/V.
(edit) @26015   15 years vboxsync build fix.
(edit) @26012   15 years vboxsync more warnings.
(edit) @25961   15 years vboxsync IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
(edit) @25960   15 years vboxsync Doxyfile*: Added custom command …
(edit) @25953   15 years vboxsync Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
(edit) @25951   15 years vboxsync Runtime: gcc warning
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25926   15 years vboxsync Runtime: fixed uninitialized var
(edit) @25925   15 years vboxsync build fix.
(edit) @25924   15 years vboxsync tstPath -> tstRTPath.
(edit) @25923   15 years vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25918   15 years vboxsync Runtime/RTSha1Digest.cpp: no need to open the stream for reading and …
(edit) @25910   15 years vboxsync RTFileReadAll: Must pass DENY_NONE or we'll assert in down in RTFileOpen.
(edit) @25909   15 years vboxsync RTFileReadAll-generic.cpp: committed too much.
(edit) @25908   15 years vboxsync RTSemRWIsReadOwner: For assertion in main.
(edit) @25899   15 years vboxsync Runtime/common/log.cpp: gcc warning
(edit) @25898   15 years vboxsync Runtime/path-posix.cpp: gcc found this bug
(edit) @25872   15 years vboxsync Runtime/testcases: warning
(edit) @25865   15 years vboxsync tstRTTimeSpec: renamed from tstTimeSpec, try fix darwin burn.
(edit) @25856   15 years vboxsync tstTimeSpec.cpp: Converted to RTTest and added conversion tests.
(edit) @25844   15 years vboxsync lockvalidator.cpp: Made it possible to configure it via the …
(edit) @25833   15 years vboxsync lockvalidator.cpp: show the class+sub-class in the lock dump.
(edit) @25831   15 years vboxsync iprt/lockvalidation: give better names to anonymous locks
(edit) @25805   15 years vboxsync strformat.cpp: Added missing va_end() in %N.
(edit) @25801   15 years vboxsync tstRTStrFormat: Added %N test.
(edit) @25794   15 years vboxsync Runtime/Makefile.kmk: Install VBoxRT.dll into bin/testcase on windows …
(edit) @25793   15 years vboxsync semrw-*generic.cpp: Corrected the c&p invalid handle errors in …
(edit) @25792   15 years vboxsync Build fix
(edit) @25791   15 years vboxsync iprt/lockvalidator,tstRTLockValidator: Fixed some class reference …
(edit) @25766   15 years vboxsync build fix.
(edit) @25759   15 years vboxsync iprt/semaphore.h: RT_LOCK_CHECK_ORDER && IN_RING3 -> wrap …
(edit) @25751   15 years vboxsync semrw-lockless-generic.cpp: -todo
(edit) @25748   15 years vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25727   15 years vboxsync build fix
(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) @25722   15 years vboxsync iprt/RTSemFastMutex: 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) @25715   15 years vboxsync semmutex-linux.cpp: lock validation fixes
(edit) @25714   15 years vboxsync iprt: Adjuested the remaining RTSemMutex implementations.
(edit) @25713   15 years vboxsync iprt: Remove %Rt from the docs and testcase because there appears to …
(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.
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