summaryrefslogtreecommitdiff
path: root/drd
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-17drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREA...bart1-7/+4
2011-05-15Get rid of the remaining "set but not used" warnings reported by gcc 4.6 bybart4-260/+204
2011-04-30DRD: fix issues reported by the IBM static analysis tool.bart2-26/+16
2011-04-26Fix a type mismatch that gcc-4.6 warns about.sewardj1-1/+1
2011-04-21Fix a couple of warnings when building the regtests.sewardj1-1/+1
2011-04-03git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86...bart4-9/+5
2011-03-28Fix up most but not all warnings generated by gcc-4.6 about sewardj2-53/+53
2011-03-25Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819.bart1-0/+16
2011-03-24Test separately whether g++ and/or gcc support built-in functions for atomicbart1-2/+6
2011-03-17Replaced busy-waiting by waiting on a condition variable.bart1-19/+11
2011-03-13Updated modeline and copyright statement in DRD source files.bart42-80/+80
2011-03-13DRD: Report an error if --free-is-write=yes is used on a program invoking cus...bart3-9/+27
2011-03-13Added yet another regression test.bart3-0/+16
2011-03-12read_and_free_race test: Reduced number of stack frames to three.bart2-2/+1
2011-03-12Added more regression tests.bart5-1/+30
2011-03-12DRD: Restored --free-is-write support and fixed the bug that was present in t...bart3-4/+53
2011-03-12DRD: Added command-line option --trace-hb for tracing ANNOTATE_HAPPENS_BEFORE...bart2-1/+6
2011-03-12Added --free-is-write stress test.bart4-0/+81
2011-03-12DRD: Always invoke VG_(cli_free)() before the stop_using_mem callback.bart3-8/+9
2011-03-12DRD: Fixed an assertion failure triggered by setting the environment variable...bart1-14/+12
2011-03-12DRD: More source code cleanup (constant propagation).bart3-19/+7
2011-03-12DRD: Allocate thread arguments again on the stack.bart1-23/+10
2011-03-09DRD: Added an output variant for test pth_detached3.bart3-1/+16
2011-03-09DRD: Report an error if an invalid argument is passed to pthread_detach(). Do...bart2-9/+17
2011-03-09DRD: Added a regression test.bart4-0/+46
2011-03-08DRD: Fixed a race condition triggered by invoking pthread_detach() with an ar...bart1-1/+7
2011-03-08DRD: Removed an obsolete comment.bart1-8/+1
2011-03-08DRD: Source code cleanup.bart1-36/+11
2011-03-07Added file header and adjusted indentation.bart1-7/+31
2011-03-07Unbreak 'make dist' following recent commits.sewardj1-1/+2
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj2-1/+3
2011-03-06DRD/Darwin: Suppress even more races triggered by the dynamic loader.bart1-2/+2
2011-03-06DRD/Darwin: Added an expected output file.bart2-0/+69
2011-03-06DRD/Darwin: Ignore races triggered by the dynamic loader (dyld) lazy binding ...bart1-7/+7
2011-03-06DRD: Added a (non-functional so far) file drd_darwin_intercepts.c.bart2-0/+35