aboutsummaryrefslogtreecommitdiff
path: root/memcheck
AgeCommit message (Expand)Author
2008-09-19Fix longstanding bug in dual-arch support, which originated insewardj
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-09-07Disabled printing of file descriptor value in order to make the test results ...bart
2008-08-27Added regression test for Linux' capget system call.bart
2008-08-08Handle new IR ops Iop_RoundF64toF64_*.sewardj
2008-07-29Compiles now with old versions of <sys/epoll.h> too.bart
2008-07-29Add a followup comment to the changes in r8454, which made memcheck'ssewardj
2008-07-22Change memcheck's (client) realloc implementation so that it copiessewardj
2008-07-22Origin-tracking fix: make sure that we have a shadow-origin (B)sewardj
2008-07-18Fix a silly mistake resulting in a bunch of global variables beingsewardj
2008-07-18When the leak checker finds overlapping blocks report the detailstom
2008-07-18When warning about permissions being changed on a large chunk oftom
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-06-27Fixed filter.bart
2008-06-27Added extra filtering for the stderr output of malloc_free_fill such that the...bart
2008-06-24Reworked test such that file locking is now triggered from two different proc...bart
2008-06-23Added missing mode_t argument to open() system call.bart
2008-06-23Result of timerfd() syscall is no longer printed to stdout, which should make...bart
2008-06-23Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)).bart
2008-06-13get_otrack_shadow_offset_wrk: don't assert when handling 32 bitsewardj
2008-06-04Try to make this test more consistent across different machines.njn
2008-06-01Try to make these tests more reliable for different machines.njn
2008-05-29In the leak checker, don't assert when there are multiple identicalsewardj
2008-05-27Add a missing case and remove the bogus associated comment.sewardj
2008-05-12Make return types for some of the requests 64-bit clean. (following bugsewardj
2008-05-09Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yessewardj
2008-05-09Add a regression test for fxsave.sewardj
2008-05-09Add a test case for #157748.sewardj
2008-05-07Add missing words to comment.sewardj
2008-05-06Build fixes for AIX5.3.sewardj
2008-05-06Add an expected output for ppc64-linux; probably required due to dodgyness insewardj
2008-05-06Why doesn't this sodding language have a half-decent type system?sewardj
2008-05-06Add a test for origin tracking through large floating point arrays.sewardj
2008-05-05Add comments giving an overview of the origin tracking implementation.sewardj
2008-05-04Add documentation on the new --track-origins=no|yes [no] flag.sewardj
2008-05-04Fixed compiler warnings.bart
2008-05-04Disable gcc warnings about shadowed variables when compiling varinfo2.c.bart
2008-05-03Remove a bit of unused code.sewardj
2008-05-02Dynamically allocate the origin tracking cache as needed (only forsewardj
2008-05-02Re-check complex and fragile bit-twiddling pertaining to indexing intosewardj
2008-05-02Minor cleanups:sewardj
2008-05-02Move the error management code for Memcheck into a new file,sewardj
2008-05-01Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION.sewardj
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-04-28Compiles now on systems without definition of CLOCK_MONOTONIC.bart
2008-04-27Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on ker...bart
2008-04-27Fixed typo.bart
2008-04-27Fixed typo.bart
2008-04-27Added regression test for timerfd_create(), timerfd_gettime() and timerfd_set...bart
2008-04-27Added yet another output variant.bart