Age | Commit message (Expand) | Author | Files | Lines |
2011-05-11 | Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not cause | sewardj | 1 | -729/+0 |
2011-05-11 | Remove heap checking from exp-ptrcheck, leaving only the ability to | sewardj | 1 | -4870/+6 |
2011-04-15 | Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes | sewardj | 1 | -130/+212 |
2011-03-29 | Fix yet another gcc-4.6 assigned-to-but-not-used warning. | sewardj | 1 | -2/+2 |
2011-03-07 | Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind | sewardj | 1 | -1/+23 |
2010-10-12 | Changes to make exp-ptrcheck work reasonable on Fedora 14 x86: | sewardj | 1 | -9/+10 |
2010-10-06 | Handle mq_* syscalls. Fixes #243884. (David Fenger, dkfenger@gmail.com) | sewardj | 1 | -0/+8 |
2010-08-22 | Merge from branches/THUMB: tool-side handling of new primops required | sewardj | 1 | -1/+3 |
2010-07-29 | Handle sys_ioperm on Linux. Fixes #237723. | sewardj | 1 | -0/+1 |
2010-07-21 | Handle (on Linux) syscalls: sendfile, setgid, setgroups. Fixes | sewardj | 1 | -0/+3 |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -2/+2 |
2010-03-14 | Enabled getsid in ptrcheck. Fixe #230593. | tom | 1 | -0/+1 |
2010-03-09 | Add mlockall support to ptrcheck. Closes #230020. | tom | 1 | -0/+1 |
2010-02-15 | Handle sys_inotify_init1. | sewardj | 1 | -0/+3 |
2010-01-01 | Make Callgrind, DRD and Ptrcheck build on arm-linux. | sewardj | 1 | -7/+54 |
2009-12-31 | Track changes in the names of a few IR primops to do with int<->fp | sewardj | 1 | -13/+13 |
2009-11-26 | Track vex r1930 (Change the IR representation of load linked and store | sewardj | 1 | -300/+349 |
2009-11-03 | Support pipe2 in exp-ptrcheck. Fixes #212739. | tom | 1 | -0/+3 |
2009-10-27 | Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668. | tom | 1 | -0/+3 |
2009-08-07 | Tidy up of messaging: | sewardj | 1 | -1/+7 |
2009-07-27 | Support epoll_create and epoll_create1 in ptrcheck. Fixes #189762. | tom | 1 | -0/+2 |
2009-07-16 | More ptrcheck system calls. Fixes #187416 | tom | 1 | -0/+3 |
2009-07-15 | Add some more system calls to exp-ptrcheck. Closes #186507 and #197966. | tom | 1 | -1/+17 |
2009-07-15 | Merge exp-ptrcheck/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -10/+11 |
2009-07-13 | Fix breakage on ppc{32,64}-linux in post_reg_write_nonptr following | sewardj | 1 | -1/+9 |
2009-07-12 | Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32,64} and use them | sewardj | 1 | -36/+43 |
2009-07-09 | Add support for IRStmt_CAS to the h_ instrumenter. This should stop | sewardj | 1 | -32/+262 |
2009-07-09 | Liberalise IRTemp bookkeeping in the h_ instrumenter, so as to allow | sewardj | 1 | -78/+176 |
2009-07-01 | Merge in branches/DCAS. | sewardj | 1 | -57/+235 |
2009-06-05 | For no apparent reason, the machine-dependent syscall | njn | 1 | -1/+1 |
2009-06-03 | A number of changes relating to syscall numbering: | njn | 1 | -12/+1 |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 1 | -7/+40 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -2/+2 |
2009-03-30 | Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, but | sewardj | 1 | -0/+2 |
2009-03-20 | Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). | sewardj | 1 | -2/+2 |
2009-03-15 | Fix all the non-VEX problems identified with the Clang Static Analyzer. | njn | 1 | -17/+1 |
2009-03-10 | Updated copyright years. | njn | 1 | -2/+2 |
2009-02-23 | - handle a couple more syscalls, sys_fallocate and sys_getresuid32 | sewardj | 1 | -0/+4 |
2009-02-17 | In the core, include malloc_usable_size() as one of the functions that must | njn | 1 | -0/+9 |
2009-01-29 | * get_Seg_containing_addr: fix incorrect test guarding assertion | sewardj | 1 | -1/+7 |
2009-01-26 | Minor refinements: | sewardj | 1 | -0/+12 |
2009-01-24 | Handle a few more syscalls, as per #179618. | sewardj | 1 | -0/+6 |
2009-01-15 | Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those | njn | 1 | -6/+6 |
2009-01-07 | Handle __NR_socketpair in Ptrcheck. | sewardj | 1 | -0/+3 |
2009-01-05 | Add some more system calls to ptrcheck. | tom | 1 | -0/+6 |
2008-12-23 | Comment out unused code so as to get a warning free build. | sewardj | 1 | -34/+34 |
2008-10-30 | Handle a couple of syscalls needed to make Ptrcheck run bash. | sewardj | 1 | -0/+2 |
2008-10-21 | Handle ppc32/64 VRSAVE accesses. | sewardj | 1 | -0/+6 |
2008-10-20 | On ppc32/64 we don't have a reliable way to detect function entries | sewardj | 1 | -3/+5 |
2008-10-20 | Support a couple more syscalls needed for running KDE4 stuff on amd64-linux. | sewardj | 1 | -6/+4 |