VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @25513   15 years vboxsync semrw-generic.cpp: Don't reset ReadEvent unless it's necessary as it …
(edit) @25512   15 years vboxsync Runtime/Makefile.kmk: Use the generic RTSemRW implemention instead of …
(edit) @25511   15 years vboxsync Runtime/Makefile.kmk: backed out 56183 as it deserves its own message
(edit) @25510   15 years vboxsync r3/stream.cpp: serialize RTStrmPrintf on all platforms, not just the …
(edit) @25508   15 years vboxsync iprt/lockvalidator: read/write lock accounting.
(edit) @25498   15 years vboxsync IPRT: Added lock validator hooks to semrw-posix.cpp.
(edit) @25494   15 years vboxsync build fix.
(edit) @25492   15 years vboxsync ASMAtomicCmpXchgU8.asm: r8b not r8l.
(edit) @25491   15 years vboxsync IPRT,PDMCritSect: Fixing critsect regression; contains under …
(edit) @25490   15 years vboxsync iprt/asm.h: Adding ASMAtomicCmpXchgU8, ASMAtomicCmpXchgS8 and …
(edit) @25482   15 years vboxsync critsect-generic.cpp: made it less of an #ifdef orgy…
(edit) @25478   15 years vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25474   15 years vboxsync Oops
(edit) @25472   15 years vboxsync FreeBSD: Use sysctl instead of procfs to retrieve executable path and …
(edit) @25467   15 years vboxsync IPRT,PDMCritSect: More lock validation.
(edit) @25438   15 years vboxsync semsrw-generic.cpp -> semrw-generic.cpp.
(edit) @25436   15 years vboxsync RTLockValidator,RTThread: Serialize deadlock detection and …
(edit) @25433   15 years vboxsync semmutex-r0drv-nt.cpp: Corrected the RTSemMutexRequest implementation …
(edit) @25431   15 years vboxsync RTSemXRoads: initial implementation.
(edit) @25427   15 years vboxsync Runtime/r0drv/timer-linux: make the hrtimer code work, requires Linux …
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25425   15 years vboxsync the-linux-kernel.h: PAGE_KERNEL_EXEC was introduced with 2.6.8.
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25406   15 years vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
(edit) @25398   15 years vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25381   15 years vboxsync IPRT: Split up sems-win.cpp and semnoint-generic.cpp
(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) @25369   15 years vboxsync build fix
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25342   15 years vboxsync build fix.
(edit) @25341   15 years vboxsync ldrPE.cpp: Added WIN_CERTIFICATE and added very basic verification of …
(edit) @25340   15 years vboxsync ldrPE.cpp: Dropped VERR_LDRPE_SECURITY.
(edit) @25329   15 years vboxsync Runtime: typo
(edit) @25323   15 years vboxsync iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
(edit) @25296   15 years vboxsync IPRT: splitting up utf-8.cpp
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @25259   15 years vboxsync ldrPE.cpp: Ignore IMAGE_DIRECTORY_ENTRY_SECURITY for now.
(edit) @25183   15 years vboxsync r0drv/Solaris: fix warnings.
(edit) @25160   15 years vboxsync IPRT/R0: Assert messages for spinlock magic.
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