1. e4c3cff Handle sys_inotify_init1. by sewardj · 14 years ago
  2. da387f2 Add some intercepts to make Ptrcheck usable-ish on Ubuntu 9.10 (amd64). by sewardj · 14 years ago
  3. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 15 years ago
  4. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 15 years ago
  5. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  6. 0304fa3 Support pipe2 in exp-ptrcheck. Fixes #212739. by tom · 15 years ago
  7. 7ef0d3a Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668. by tom · 15 years ago
  8. 316b0a2 Remove ampersand from tool description string so as not to screw up by sewardj · 15 years ago
  9. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  10. cab64bc Update .exp files for r10783. by njn · 15 years ago
  11. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  12. 2d9e874 by sewardj · 15 years ago
  13. 7375de3 More docs build tweaks: by njn · 15 years ago
  14. 5cca9f9 Tweaks to Ptrcheck's manual chapter. by njn · 15 years ago
  15. 97db761 Various option-related tweaks: by njn · 15 years ago
  16. f3977a3 Don't wrap the "Command:" line, as doing so makes cutting-and-pasting the by njn · 15 years ago
  17. 5ab3fb8 Avoid ampersands that seem to be causing XML-to-PDF conversion troubles. by njn · 15 years ago
  18. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  19. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  20. 9a787f8 Support epoll_create and epoll_create1 in ptrcheck. Fixes #189762. by tom · 15 years ago
  21. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  22. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  23. 5012e9f More ptrcheck system calls. Fixes #187416 by tom · 15 years ago
  24. 70f40ae Update expected output for shorter preamble. by njn · 15 years ago
  25. 065bc7f Add some more system calls to exp-ptrcheck. Closes #186507 and #197966. by tom · 15 years ago
  26. c1bc9d1 Merge exp-ptrcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  27. b87a639 Fix breakage on ppc{32,64}-linux in post_reg_write_nonptr following by sewardj · 15 years ago
  28. afed4c5 Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32,64} and use them by sewardj · 15 years ago
  29. 2d630e2 Add support for IRStmt_CAS to the h_ instrumenter. This should stop by sewardj · 15 years ago
  30. e645133 Liberalise IRTemp bookkeeping in the h_ instrumenter, so as to allow by sewardj · 15 years ago
  31. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  32. 6612106 Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901. by njn · 15 years ago
  33. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  34. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  35. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  36. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  37. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  38. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  39. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  40. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  41. 5685ade Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, but by sewardj · 15 years ago
  42. 90fc9d7 Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). by sewardj · 15 years ago
  43. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  44. 480e48c Tweak exp-ptrcheck .exp files. by njn · 15 years ago
  45. c6f1359 Fix a .exp file. by njn · 15 years ago
  46. 251a5b9 Test fixes for systems that have debug info installed for libc and libpthread. by njn · 15 years ago
  47. 9f20746 Updated copyright years. by njn · 15 years ago
  48. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 15 years ago
  49. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  50. 9f52ee4 - handle a couple more syscalls, sys_fallocate and sys_getresuid32 by sewardj · 15 years ago
  51. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 15 years ago
  52. 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 15 years ago
  53. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  54. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  55. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  56. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 15 years ago
  57. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  58. ad03949 by sewardj · 15 years ago
  59. fc24e7e Remove function that was made redundant by r9059. by sewardj · 16 years ago
  60. 33c57f2 Minor refinements: by sewardj · 16 years ago
  61. 7e98c03 Intercept and replace calls to calls to strnlen in glibc, for the by sewardj · 16 years ago
  62. f22ab4a Prior to this commit, exp-ptrcheck would assert if the DWARF3 data for by sewardj · 16 years ago
  63. 41d5dea Handle a few more syscalls, as per #179618. MERGE TO 3_4_BRANCH. by sewardj · 16 years ago
  64. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  65. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  66. b59edf1 Remove an unnecessary #include that breaks the test on Darwin, and update by njn · 16 years ago
  67. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  68. 23e8a29 Handle __NR_socketpair in Ptrcheck. by sewardj · 16 years ago
  69. 332ffec Add some more system calls to ptrcheck. by tom · 16 years ago
  70. 59347ff Comment out unused code so as to get a warning free build. by sewardj · 16 years ago
  71. 7d76911 Handle a couple of syscalls needed to make Ptrcheck run bash. by sewardj · 16 years ago
  72. b2769e2 Remove old text-mode only version of the documentation. by sewardj · 16 years ago
  73. 37a78a0 XML-ise exp-ptrcheck's documentation. by sewardj · 16 years ago
  74. 38d5e66 Updated expected output following changes in r8689. by sewardj · 16 years ago
  75. a3c0564 Update. by sewardj · 16 years ago
  76. dda0df8 * intercept stpcpy by sewardj · 16 years ago
  77. aae8208 Handle ppc32/64 VRSAVE accesses. by sewardj · 16 years ago
  78. 4815eb5 On ppc32/64 we don't have a reliable way to detect function entries by sewardj · 16 years ago
  79. b103a55 Futz with debug printing. by sewardj · 16 years ago
  80. 5400d2c Adjust line spacing following r8645, so that .stderr output is by sewardj · 16 years ago
  81. 0e7867e Add a not very good test pertaining to the preening of global Invars by sewardj · 16 years ago
  82. 738db7b Support a couple more syscalls needed for running KDE4 stuff on amd64-linux. by sewardj · 16 years ago
  83. 9e1bed8 Re-enable preening of global invariants. (This happens when a .so is by sewardj · 16 years ago
  84. 4b8ce60 Set average translation size plausibly, so as to avoid excessive by sewardj · 16 years ago
  85. 9520845 get_Seg_containing_addr() (in h_main.c): remove naive algorithm that by sewardj · 16 years ago
  86. a7d29e4 Remove five carriage returns introduced in r8665, so the expected outputs by sewardj · 16 years ago
  87. f7c8ad4 Avoid warnings caused by mixed decls and code. by njn · 16 years ago
  88. db44098 get_IntRegInfo(x86): handle missing %bh case (Jim Clause) by sewardj · 16 years ago
  89. 64013ad Increased source code portability. by bart · 16 years ago
  90. 2dc1858 by sewardj · 16 years ago
  91. 024598e by sewardj · 16 years ago