summaryrefslogtreecommitdiff
path: root/drd
AgeCommit message (Expand)AuthorFilesLines
2011-09-05For intercepts in libc and the dynamic linker (ld.so or dyld), splitsewardj1-4/+10
2011-08-30drd: Yet another regression test reliability improvement.bart1-0/+6
2011-08-24drd: Avoid reporting false positive race reports inside pthread_join().bart1-0/+6
2011-08-22Remove the svn:executable property from a source filebart1-0/+0
2011-08-12drd/tests/pth_barrier: Reduce stack usagebart1-4/+12
2011-08-12Check return code of pthread_create and bail out ifflorian1-1/+7
2011-07-30Yet another thread test scheduler sensitivity fixbart1-2/+6
2011-07-30drd: Make racing pthread_barrier_wait() calls trigger an error message insteadbart1-8/+17
2011-07-30drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports si...bart3-1/+9
2011-07-30drd/tests/pth_barrier_thr_cr: Add more error checking.bart1-10/+19
2011-07-29drd/tests/tc21_pthonce: Eliminate output variationbart1-0/+1
2011-07-29drd: Fix a race condition in the barrier implementation that could result in ...bart2-58/+79
2011-07-29drd: Add a stress test for the barrier implementationbart4-1/+61
2011-07-29drd: Remove an unused member variable from the barrier implementationbart1-7/+3
2011-07-29drd: drd_thread.c source code cleanupbart1-37/+37
2011-07-29drd, bitmap node allocator: recognize root node size properlybart1-1/+4
2011-07-29drd/tests/pth_barrier[23]: Filter output such that only the error count is keptbart6-4/+14
2011-07-29Yet another thread test scheduler sensitivity fixbart2-5/+5
2011-07-29drd/tests/pth_once: Restrict the number of callers to three.bart1-1/+1
2011-07-29drd: Remove a too strict assert() statementbart1-5/+3
2011-07-29Yet another thread test scheduler sensitivity fixbart1-0/+2
2011-07-29drd/tests/pth_detached_sem: Send regression test output to stderr instead of ...bart4-3/+7
2011-07-28Verify drd/tests/pth_detached stderr output instead of the stdout output.bart7-2/+5
2011-07-28Two more scheduler sensitivity fixes for thread tool regression testsbart1-2/+2
2011-07-28Micro-optimize the matinv regression testbart1-7/+5
2011-07-28drd: Make drd_pthread_intercepts.c compile again on systems wherebart1-6/+23
2011-07-28Make test 1 output independent of scheduler variations.bart1-0/+2
2011-07-28Revert r11916, r11917, r11918 and r11923.bart4-8/+1
2011-07-28drd: Delay deletion of memory access information of joined threads in order notbart5-11/+76
2011-07-28More thread test scheduler sensitivity fixesbart2-1/+10
2011-07-27Eliminate a superfluous sleep() call and check the pthread_cond_wait() return...bart1-6/+5
2011-07-27More thread tool regression test scheduler sensitivity fixesbart3-3/+7
2011-07-26drd/Linux: eliminate busy waiting when starting a threadbart1-6/+50
2011-07-26drd/tests/atomic_var: Reduce scheduler sensitivitybart1-0/+3
2011-07-26Disable drd/tests/tc19_shadowmem because too scheduler sensitivebart1-1/+1
2011-07-13drd/tests/annotate_smart_pointer2: Filter out offsetbart4-2/+7
2011-07-13drd: add a test that verifies that a race is reported for the annotate_smart_...bart3-0/+17
2011-07-13drd/tests/annotate_smart_pointer: remove a superfluous initializationbart1-1/+1
2011-07-11The pthread.h on Android has no definition for pthread_rwlock_t, whichsewardj1-0/+6
2011-07-11drd/tests/matinv: Add missing return statement in an error path.bart1-0/+1
2011-07-03drd: Source code cleanup - merge two blocks of tracing codebart1-23/+11
2011-07-03drd: Source code cleanup - outdent a code blockbart1-6/+2
2011-07-03drd: Simplify a boolean expressionbart1-3/+3
2011-07-03drd: Source code cleanup - change two variables from int to bool and outdent ...bart1-11/+9
2011-07-03drd: Add an assert statementbart1-0/+1
2011-07-03drd: remove a duplicate tl_assert() statement.bart1-2/+0
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-1/+1
2011-05-18DRD: eliminate two redundant global variable definitions. See also #273536.bart1-6/+0
2011-05-18Reverted r11774 because it didn't make sense.bart1-2/+2
2011-05-18Added missing extern keywords. Patch provided by Daniel Richard G. - closes #...bart1-2/+2