1. 648270d Try to make this test more consistent across different machines. by njn · 16 years ago
  2. 60ba3aa Try to make these tests more reliable for different machines. by njn · 16 years ago
  3. 9269147 In the leak checker, don't assert when there are multiple identical by sewardj · 16 years ago
  4. 89ea7ab Add a missing case and remove the bogus associated comment. by sewardj · 16 years ago
  5. 7db73be Make return types for some of the requests 64-bit clean. (following bug by sewardj · 17 years ago
  6. 105e69c Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yes by sewardj · 17 years ago
  7. dc056b7 Add a regression test for fxsave. by sewardj · 17 years ago
  8. c700172 Add a test case for #157748. by sewardj · 17 years ago
  9. e64de43 Add missing words to comment. by sewardj · 17 years ago
  10. 8be8860 Build fixes for AIX5.3. by sewardj · 17 years ago
  11. 351f967 Add an expected output for ppc64-linux; probably required due to dodgyness in by sewardj · 17 years ago
  12. 85857ab Why doesn't this sodding language have a half-decent type system? by sewardj · 17 years ago
  13. dff8240 Add a test for origin tracking through large floating point arrays. by sewardj · 17 years ago
  14. 7713980 Add comments giving an overview of the origin tracking implementation. by sewardj · 17 years ago
  15. cd0f2bd Add documentation on the new --track-origins=no|yes [no] flag. by sewardj · 17 years ago
  16. 672a82d Fixed compiler warnings. by bart · 17 years ago
  17. e5b3638 Disable gcc warnings about shadowed variables when compiling varinfo2.c. by bart · 17 years ago
  18. b6a4ece Remove a bit of unused code. by sewardj · 17 years ago
  19. 9d624d1 Dynamically allocate the origin tracking cache as needed (only for by sewardj · 17 years ago
  20. 7244e71 Re-check complex and fragile bit-twiddling pertaining to indexing into by sewardj · 17 years ago
  21. 56adc35 by sewardj · 17 years ago
  22. 7ce7166 by sewardj · 17 years ago
  23. fb27ca7 Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. by sewardj · 17 years ago
  24. 7cf4e6b by sewardj · 17 years ago
  25. bb89b04 Compiles now on systems without definition of CLOCK_MONOTONIC. by bart · 17 years ago
  26. ba8e52e Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on kernel 2.6.25 and later. by bart · 17 years ago
  27. e832bf4 Fixed typo. by bart · 17 years ago
  28. 0114ec1 Fixed typo. by bart · 17 years ago
  29. fc7c30a Added regression test for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 17 years ago
  30. b7bc6e0 Added yet another output variant. by bart · 17 years ago
  31. 122812d Filtered malloc/free statistics out from more output variant files. by bart · 17 years ago
  32. c260d73 Added yet another malloc_free_fill output variant. by bart · 17 years ago
  33. 9f7c35f Removed malloc/free statistics from alternate output files. by bart · 17 years ago
  34. e71890a The sigkill regression test no longer attempts to set signal handlers for the signal numbers 32 and 33. by bart · 17 years ago
  35. 18493aa Filtered out malloc/free statistics. by bart · 17 years ago
  36. 18743dd Filtered out malloc/free statistics. by bart · 17 years ago
  37. 45f7c05 Filtered out malloc/free statistics. by bart · 17 years ago
  38. 88477ee Filtered out malloc/free statistics from mallinfo test. by bart · 17 years ago
  39. 7bda0b9 filter_allocs now also works when any of the numbers to be filtered out is greater than or equal to 1000. by bart · 17 years ago
  40. 63095f5 Added actual syslog system call test. by bart · 17 years ago
  41. f7db457 Added regression test for Linux' syslog system call (called klogctl by glibc). by bart · 17 years ago
  42. 35ee3fa Made source code C90 compliant. by bart · 17 years ago
  43. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 17 years ago
  44. 5a4fb83 Took into account that mallinfo() is not supported on all platforms. by bart · 17 years ago
  45. 5f3c0f5 Updated expected output. by bart · 17 years ago
  46. 05ef357 Ensured all allocated memory is freed before exiting. by bart · 17 years ago
  47. 71a50b3 Moved mallinfo regression test from none/tests to memcheck/tests. by bart · 17 years ago
  48. 545380e Refined mallinfo() implementation (contributed by Eugene Toder). by bart · 17 years ago
  49. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 17 years ago
  50. e4e06e4 Removed casts from function pointer to regular pointer. by bart · 17 years ago
  51. cb42ab4 Fixed compiler warning. by bart · 17 years ago
  52. b8b79ad Merge in the DATASYMS branch. by sewardj · 17 years ago
  53. 05b4823 Fix minor breakage in 7 tests. by njn · 17 years ago
  54. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  55. 114a917 Tool-side support for the new primops required by SSSE3 instructions. by sewardj · 17 years ago
  56. 30978db Intercept memcpy on 64-bit ld.so's. by sewardj · 17 years ago
  57. 26b9c87 Fix compiler warnings by using a variable to hide the null pointer by tom · 17 years ago
  58. 1d090eb Add const qualifiers to fix compiler warnings. by tom · 17 years ago
  59. 3c49490 Fix compiler warning. by tom · 17 years ago
  60. 7069886 Add a couple of regtests for large stack frame management. by sewardj · 17 years ago
  61. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  62. effcfab Update expected outputs. Use new naming scheme now permitted by by sewardj · 17 years ago
  63. 92676d7 Remove client requests that were deprecated in 3.2.0. by njn · 17 years ago
  64. c678a54 * document gcc code generation shenanigans on ppc32-linux by sewardj · 17 years ago
  65. eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
  66. fa4ca3b Make the freed-block-queue volume metrics 64-bit throughout, to avoid by sewardj · 17 years ago
  67. fd4b6f4 Changes to make Memcheck work sanely on recent incarnations of AIX 5.3: by sewardj · 17 years ago
  68. ddc00dd by sewardj · 17 years ago
  69. 778d783 Update documents in preparation for 3.3.0, and restructure them by sewardj · 17 years ago
  70. 6da5c5b Add regtest for the --child-silent-after-fork added in r7177. by sewardj · 17 years ago
  71. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  72. 23981dd Add a regression test for #152022. by sewardj · 17 years ago
  73. b6c0403 Intercept __memcpy_chk, which appears in glibc-2.6.1. Also fix some by sewardj · 17 years ago
  74. 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
  75. 39f3423 by sewardj · 17 years ago
  76. 22faf71 Don't print warnings about silly args to malloc/calloc in XML mode. by sewardj · 17 years ago
  77. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  78. bf8c350 Change an Int to a SSizeT to avoid overflows. Fixed bug 148174. by njn · 17 years ago
  79. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  80. 579c236 Oops. Fix silly error that gcc-4.3 complained about. by sewardj · 17 years ago
  81. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  82. 487cadb Merge from CGTUNE branch: by sewardj · 17 years ago
  83. 4cc684b Merge from CGTUNE branch: by sewardj · 17 years ago
  84. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  85. 6665ea2 Add a comment with a definitive account of when Memcheck does (and does not, by njn · 17 years ago
  86. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 18 years ago
  87. 09beb9e wrap env related functions to be able to track undefined values better by dirk · 18 years ago
  88. ea9c15e Use a 64-bit counter to keep track of the total number of bytes by sewardj · 18 years ago
  89. 3e5a8b5 Back out r6640; I'm pretty sure it is the wrong thing to do now. by sewardj · 18 years ago
  90. 9dd4d68 Add a custom stderr filter for memcheck/tests/amd64/defcfaexpr. by sewardj · 18 years ago
  91. 0236a00 Add a test for int3 on x86 (from Peter Maydell) by sewardj · 18 years ago
  92. 0bfd9e6 Add a test for int3 on amd64 (from Peter Maydell) by sewardj · 18 years ago
  93. 7d6f103 It appears glibc-2.5's getenv() function steps along environment by sewardj · 18 years ago
  94. e265636 wibble by njn · 18 years ago
  95. 669281e Add a regression test for unwind handling of DW_CFA_def_cfa_expression. by sewardj · 18 years ago
  96. c271ec8 by sewardj · 18 years ago
  97. 24cb217 Add an intercept for __memmove_chk (another glibc 2.5 artefact) by sewardj · 18 years ago
  98. ab8e511 Work around gcc limitations on aix. by sewardj · 18 years ago
  99. dc5d832 __stpcpy_chk: sync with Dirk's original proposal, and show origins by sewardj · 18 years ago
  100. b8d0385 Intercept __stpcpy_chk. (Dirk Mueller) by sewardj · 18 years ago