aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-01Add some more functions to the default --alloc-fns list. Had to tweak hownjn
2009-07-01Just whitespace and comment changes.njn
2009-06-30Fix a problem with r10384: it was failing to read the ELF header if thenjn
2009-06-29Fix statistics with multiple changes of instrumentation stateweidendo
2009-06-29Change demangler to not use excessive space from stackweidendo
2009-06-29Make the Linux launcher more like the Darwin one in how it reads thenjn
2009-06-29Add a comment.njn
2009-06-27Suppression wasn't general enough. Caught by Jeroen Witmond.njn
2009-06-26Applied the patch attached to http://bugs.kde.org/show_bug.cgi?id=165468: fix...bart
2009-06-26Suppress a leak in setenv(). Fixes bug 188572.njn
2009-06-26An fd in the Darwin launcher wasn't being closed.njn
2009-06-25Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901.njn
2009-06-24Use the value set in the environment variable DRD_SEGMENT_MERGING_INTERVAL if...bart
2009-06-24Changed default segment merging interval from 64 to 10.bart
2009-06-24Added tool option --drd-stats=yes.bart
2009-06-24In VG_(get_changed_segments) use dynamic memory allocation rather thannjn
2009-06-24Remove some unnecessary tests.njn
2009-06-24The previous commit broke the 32-bit build, which is now fixed.bart
2009-06-24Add support for various aio_*() syscalls on Darwin. With them, Quicktimenjn
2009-06-24Suppress a Cond error in pthread_rwlock_init(). Fixes bug 196528.njn
2009-06-24Add a comment.njn
2009-06-24Support and test mincore() on Darwin.njn
2009-06-24Enable mincore() on AMD64/Linux. Hopefully fixes bug 197591.njn
2009-06-24Abort if a dir is given to --suppressions. Fixes bug 197456.njn
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn
2009-06-22Fixed typo.bart
2009-06-21Statistics: fixed bug introduced in r10356.bart
2009-06-21Statistics: do not only count DRD_(bm_new)() calls but also DRD_(bm_init)() c...bart
2009-06-21Combined DRD_(thread_new_segment)() and DRD_(thread_combine_vc_sync)()bart
2009-06-21Made --drd-stats=yes output even more verbose.bart
2009-06-21Merged revisions 10129:10130 from the DRDDEV branch to the trunk.bart
2009-06-21Updated code for statistics printed by --drd-stats=yes.bart
2009-06-20Generalized a suppression pattern.bart
2009-06-20Updated test plan.bart
2009-06-20Reran SPLASH-2 benchmark.bart
2009-06-15Make the sys_newlstat wrapper more like those of similar *stat() syscalls.njn
2009-06-15Callgrind: fix instrumentation for arbitrary events per guest instructionweidendo
2009-06-15Avoid variable name "new", use more concrete name insteadweidendo
2009-06-14Added #include <stdint.h>.bart
2009-06-13Skip the pth_create_chain test on ppc.bart
2009-06-12Tweak the README -- make its text match the website, get rid of some of thenjn
2009-06-12Get rid of ACKNOWLEDGEMENTS, because it overlaps hugely with AUTHORS.njn
2009-06-11Add some cases to darwin/scalar.c, and tweak the macros used a little.njn
2009-06-10Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271.njn
2009-06-10Move the Darwin _nocancel tests to a different file so they can be testednjn
2009-06-10Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860.njn
2009-06-10- Added more comments in DRD's malloc wrappers.bart
2009-06-10Updated ignore list.bart
2009-06-10Added test code for realloc().bart
2009-06-10Implement and test wrappers for lstat_extended, stat64_extended,njn