VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @25076   15 years vboxsync RTFileQueryFsSizes: Moving it to a separate file so we can select …
(edit) @25066   15 years vboxsync rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
(edit) @25065   15 years vboxsync rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
(edit) @25064   15 years vboxsync tstRTHeapOffset.cpp: extended the testcase.
(edit) @25060   15 years vboxsync heapoffset.cpp: stricter assertions.
(edit) @25059   15 years vboxsync RTHeapOffset: Initial conversion of RTHeapSimple.
(edit) @25057   15 years vboxsync tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
(edit) @25055   15 years vboxsync iprt/heap.h: Prototypes an offset based variation of the simple heap. …
(edit) @25031   15 years vboxsync RTStrVersionCompare: Handle pre-release indicators better.
(edit) @25029   15 years vboxsync RTStrVersionCompare: Some todos for dealing with beta releases.
(edit) @25014   15 years vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(edit) @25005   15 years vboxsync IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
(edit) @25000   15 years vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @24987   15 years vboxsync typo
(edit) @24986   15 years vboxsync IPRT/log.cpp: Don't use RTMemExecAlloc if RT_WITHOUT_EXEC_ALLOC and …
(edit) @24958   15 years vboxsync r3/alloc.cpp: Use %#zx instead of %d on sizes.
(edit) @24956   15 years vboxsync Runtime/r0drv/linux: final fix for the prepare_to_wait() / …
(edit) @24902   15 years vboxsync Runtime/r0drv/linux: fix for the finish_wait() fix
(edit) @24894   15 years vboxsync IPRT: Removed outdated todos.
(edit) @24893   15 years vboxsync IPRT: Improved RTStrVersionCompare() + testcase.
(edit) @24892   15 years vboxsync fileio-win.cpp/RTFileQueryFsSizes: todo with some hints
(edit) @24889   15 years vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24885   15 years vboxsync build fix
(edit) @24883   15 years vboxsync Runtime/r0drv/linux: fix finish_wait() for Linux 2.4 kernels
(edit) @24826   15 years vboxsync IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
(edit) @24825   15 years vboxsync IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
(edit) @24824   15 years vboxsync Runtime: Linux 2.4 symbol fiddling
(edit) @24781   15 years vboxsync tstStrToNum: Added RTR3Init().
(edit) @24678   15 years vboxsync Misc: Shut up annoying gcc warnings on darwin.
(edit) @24662   15 years vboxsync Moved RTStrVersionToUInt32 out of strtonum.cpp.
(edit) @24661   15 years vboxsync review todo, not simple remark.
(edit) @24659   15 years vboxsync build grumble.
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