index
:
~glisse/valgrind
master
pp
valgrind fglrx ioctl catching
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drd
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-13
drd/tests/annotate_smart_pointer2: Filter out offset
bart
4
-2
/
+7
2011-07-13
drd: add a test that verifies that a race is reported for the annotate_smart_...
bart
3
-0
/
+17
2011-07-13
drd/tests/annotate_smart_pointer: remove a superfluous initialization
bart
1
-1
/
+1
2011-07-11
The pthread.h on Android has no definition for pthread_rwlock_t, which
sewardj
1
-0
/
+6
2011-07-11
drd/tests/matinv: Add missing return statement in an error path.
bart
1
-0
/
+1
2011-07-03
drd: Source code cleanup - merge two blocks of tracing code
bart
1
-23
/
+11
2011-07-03
drd: Source code cleanup - outdent a code block
bart
1
-6
/
+2
2011-07-03
drd: Simplify a boolean expression
bart
1
-3
/
+3
2011-07-03
drd: Source code cleanup - change two variables from int to bool and outdent ...
bart
1
-11
/
+9
2011-07-03
drd: Add an assert statement
bart
1
-0
/
+1
2011-07-03
drd: remove a duplicate tl_assert() statement.
bart
1
-2
/
+0
2011-06-28
Delete the AIX5 port. The last release this worked for is 3.4.1,
sewardj
1
-1
/
+1
2011-05-18
DRD: eliminate two redundant global variable definitions. See also #273536.
bart
1
-6
/
+0
2011-05-18
Reverted r11774 because it didn't make sense.
bart
1
-2
/
+2
2011-05-18
Added missing extern keywords. Patch provided by Daniel Richard G. - closes #...
bart
1
-2
/
+2
2011-05-17
drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREA...
bart
1
-7
/
+4
2011-05-15
Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by
bart
4
-260
/
+204
2011-04-30
DRD: fix issues reported by the IBM static analysis tool.
bart
2
-26
/
+16
2011-04-26
Fix a type mismatch that gcc-4.6 warns about.
sewardj
1
-1
/
+1
2011-04-21
Fix a couple of warnings when building the regtests.
sewardj
1
-1
/
+1
2011-04-03
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86...
bart
4
-9
/
+5
2011-03-28
Fix up most but not all warnings generated by gcc-4.6 about
sewardj
2
-53
/
+53
2011-03-25
Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819.
bart
1
-0
/
+16
2011-03-24
Test separately whether g++ and/or gcc support built-in functions for atomic
bart
1
-2
/
+6
2011-03-17
Replaced busy-waiting by waiting on a condition variable.
bart
1
-19
/
+11
2011-03-13
Updated modeline and copyright statement in DRD source files.
bart
42
-80
/
+80
2011-03-13
DRD: Report an error if --free-is-write=yes is used on a program invoking cus...
bart
3
-9
/
+27
2011-03-13
Added yet another regression test.
bart
3
-0
/
+16
2011-03-12
read_and_free_race test: Reduced number of stack frames to three.
bart
2
-2
/
+1
2011-03-12
Added more regression tests.
bart
5
-1
/
+30
2011-03-12
DRD: Restored --free-is-write support and fixed the bug that was present in t...
bart
3
-4
/
+53
2011-03-12
DRD: Added command-line option --trace-hb for tracing ANNOTATE_HAPPENS_BEFORE...
bart
2
-1
/
+6
2011-03-12
Added --free-is-write stress test.
bart
4
-0
/
+81
2011-03-12
DRD: Always invoke VG_(cli_free)() before the stop_using_mem callback.
bart
3
-8
/
+9
2011-03-12
DRD: Fixed an assertion failure triggered by setting the environment variable...
bart
1
-14
/
+12
2011-03-12
DRD: More source code cleanup (constant propagation).
bart
3
-19
/
+7
2011-03-12
DRD: Allocate thread arguments again on the stack.
bart
1
-23
/
+10
2011-03-09
DRD: Added an output variant for test pth_detached3.
bart
3
-1
/
+16
2011-03-09
DRD: Report an error if an invalid argument is passed to pthread_detach(). Do...
bart
2
-9
/
+17
2011-03-09
DRD: Added a regression test.
bart
4
-0
/
+46
2011-03-08
DRD: Fixed a race condition triggered by invoking pthread_detach() with an ar...
bart
1
-1
/
+7
2011-03-08
DRD: Removed an obsolete comment.
bart
1
-8
/
+1
2011-03-08
DRD: Source code cleanup.
bart
1
-36
/
+11
2011-03-07
Added file header and adjusted indentation.
bart
1
-7
/
+31
2011-03-07
Unbreak 'make dist' following recent commits.
sewardj
1
-1
/
+2
2011-03-07
Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind
sewardj
2
-1
/
+3
2011-03-06
DRD/Darwin: Suppress even more races triggered by the dynamic loader.
bart
1
-2
/
+2
2011-03-06
DRD/Darwin: Added an expected output file.
bart
2
-0
/
+69
2011-03-06
DRD/Darwin: Ignore races triggered by the dynamic loader (dyld) lazy binding ...
bart
1
-7
/
+7
2011-03-06
DRD: Added a (non-functional so far) file drd_darwin_intercepts.c.
bart
2
-0
/
+35
[next]