1. 325cd97 Fixed bug #188046: replaced a bashism by a POSIX compliant shell statement. by bart · 15 years ago
  2. 1169b79 Made pth_detached2 regression test more reliable. by bart · 15 years ago
  3. 6a16a4c Another test plan update. by bart · 15 years ago
  4. aca8885 Updated ignore list. by bart · 15 years ago
  5. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  6. 36ba59d Updated test plan. by bart · 15 years ago
  7. 5685ade Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, but by sewardj · 15 years ago
  8. 71633b1 Handle new pseudo-register IP_AT_SYSCALL when origin-tracking is by sewardj · 15 years ago
  9. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  10. cd7bfdf Updated to do list. by bart · 16 years ago
  11. 076d2b5 Updated 3.5.0 bug list. by bart · 16 years ago
  12. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 16 years ago
  13. 90fc9d7 Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). by sewardj · 16 years ago
  14. cff47f6 Merge r9456 (pending change) from the DARWIN branch. by njn · 16 years ago
  15. 00556da whitespace-only change by njn · 16 years ago
  16. 79c4ae8 Fix some incorrect end comments. by njn · 16 years ago
  17. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 16 years ago
  18. 337f8cd Merge r9431 (remove old Darwin docs) from the DARWIN branch. by njn · 16 years ago
  19. 9105a3e Merge r9429 (map_unaligned porting) from the DARWIN branch. by njn · 16 years ago
  20. 6cc2247 Merge r9426, r9427 ('pending' portability tweaks) from the DARWIN branch. by njn · 16 years ago
  21. 3a04d5c This should have gone in with the last commit. by njn · 16 years ago
  22. acdcf54 - Turn exit_group() into exit() in the Memcheck filter, for greater by njn · 16 years ago
  23. b69aca1 Merge r9419 (make describe-block portable) from the DARWIN branch. by njn · 16 years ago
  24. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  25. dc14356 Updated expected output. by bart · 16 years ago
  26. c9a572b Remove an unused, empty .exp file that was somehow still hanging around. by njn · 16 years ago
  27. ad91a75 Merge 3.4.1 release notes from the VALGRIND_3_4_BRANCH. by njn · 16 years ago
  28. d0c16aa Updated tc20_verifywrap expected output files. by bart · 16 years ago
  29. 489de21 Made DRD_(mutex_type) ignore mutex attribute flags. by bart · 16 years ago
  30. 81de224 Added pth_process_shared_mutex regression test. by bart · 16 years ago
  31. 781e36d Add a Fedora suppression that hopefully will make failing tests work on by njn · 16 years ago
  32. cfaa0a7 Merge r9380, r9381 (test portability tweaks) from the DARWIN branch. by njn · 16 years ago
  33. 480e48c Tweak exp-ptrcheck .exp files. by njn · 16 years ago
  34. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 16 years ago
  35. a0b7222 Added comment block that explains why the creator thread waits until the creator thread has copied the vector clock of the creator thread. by bart · 16 years ago
  36. 76420fe Corrected a few comments. by bart · 16 years ago
  37. 2adfc2a Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_new)(). by bart · 16 years ago
  38. 0d3bbd3 Cleanup. by bart · 16 years ago
  39. 1165e7c Removed obsolete function declaration. by bart · 16 years ago
  40. 15625cf Force thread scheduling order. by bart · 16 years ago
  41. 47c8999 Remove Helgrind .exp files which are out-of-date, because Helgrind's output by njn · 16 years ago
  42. ec2f7ce Another filter_xml update. by njn · 16 years ago
  43. c6f1359 Fix a .exp file. by njn · 16 years ago
  44. c0b2618 - Removed leakotron. It was not a very useful test, and hard to make by njn · 16 years ago
  45. b5d8fee A couple more VG_DMSG conversions. by njn · 16 years ago
  46. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 16 years ago
  47. 1061b67 Force the order in which threads run. by bart · 16 years ago
  48. b2abfdd Added a comment that explains the purpose of the test program. by bart · 16 years ago
  49. e747176 Removed cross-tool dependency on helgrind/helgrind.h. by bart · 16 years ago
  50. 04cf8ac Un-break 'make dist'. by bart · 16 years ago
  51. 948a465 Reduced two expected output files to one for the test called atomic_var. by bart · 16 years ago
  52. 0422e40 Reverted to r8771. Please ignore the commit message of r9325. by bart · 16 years ago
  53. b671132 Another regtest fix for machines with debug info installed for libc. by njn · 16 years ago
  54. 251a5b9 Test fixes for systems that have debug info installed for libc and libpthread. by njn · 16 years ago
  55. 402c1a1 Make the leak-cases tests more robust. by njn · 16 years ago
  56. 55a4769 Tweaks to the 'nightly' script and docs. by njn · 16 years ago
  57. a9ed409 Fix an expected output for the recent large leak-checker rewrite. by njn · 16 years ago
  58. 9f20746 Updated copyright years. by njn · 16 years ago
  59. 62dd9fa Tweak the Memcheck manual, fixing bug #157154 in the process. by njn · 16 years ago
  60. 83c1780 Added support for the VG_USERREQ__HG_CLEAN_MEMORY client request. by bart · 16 years ago
  61. fdaa018 Added DRD_(clean_memory)(). by bart · 16 years ago
  62. 0d6d5c5 Added DRD_(thread_address_on_any_stack)(). by bart · 16 years ago
  63. 7c5aab6 Made sure that the tc19_shadowmem and tc24_nonzero_sem tests do something meaningful. Thanks to Nicholas for reporting this. by bart · 16 years ago
  64. 9e87dca Added script filter_stderr_and_thread_no. by bart · 16 years ago
  65. cec804b Change 'nightly' to print "(unchanged)" at the start of the email subject by njn · 16 years ago
  66. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 16 years ago
  67. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 16 years ago
  68. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 16 years ago
  69. 28eab5b Reverted last commit (r9326) -- its commit message did not make sense. by bart · 16 years ago
  70. 995b6f9 Added vgopts: --var-info=yes. by bart · 16 years ago
  71. cbb07d9 Fixed another unintended data race. by bart · 16 years ago
  72. d26fcc0 Fixed an unintended data race in the bar_trivial test program. by bart · 16 years ago
  73. f595b13 Remove .exp64 files that are identical to their corresponding .exp files and by njn · 16 years ago
  74. 86a87df - Added more comments. by bart · 16 years ago
  75. 11d59ca Roll back accidental change that shouldn't have been in r9316. by njn · 16 years ago
  76. 54cd2af This should have been added to the last commit. by njn · 16 years ago
  77. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  78. 5d9c1f7 Remove darwin code that crept into the trunk. by njn · 16 years ago
  79. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 16 years ago
  80. 8df80b2 by njn · 16 years ago
  81. b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 16 years ago
  82. 08ce7b3 Remove dead code relating to interface versions. by njn · 16 years ago
  83. 683b7cb Merged r9287 (vgprintf fix) from the DARWIN branch. by njn · 16 years ago
  84. c5f20c7 Merge r9285 (match-overrun fixes) from the DARWIN branch. by njn · 16 years ago
  85. 22b05ec Merge r9283 (lackey testing fixes) from the DARWIN branch. by njn · 16 years ago
  86. b3027ea Make this pass on AIX (untested). by njn · 16 years ago
  87. 31f665e Clean up the diff -u test a little. by njn · 16 years ago
  88. f57115c Make the VKI_PAGE_SIZE conditional match that in m_vki.c. by njn · 16 years ago
  89. 251a0e7 Ported this test to ppc. by bart · 16 years ago
  90. 24d9863 Builds again on powerpc. by bart · 16 years ago
  91. 29a100c rename a function by njn · 16 years ago
  92. 8b88b66 Avoid a warning. by njn · 16 years ago
  93. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 16 years ago
  94. 8d1181d Remove WERROR. It's not much use because getting Valgrind to build without by njn · 16 years ago
  95. dcfac13 Generalise a couple of Qt4 suppressions (David Faure). by sewardj · 16 years ago
  96. 0d2e58f Use 'diff -u' for regtests if it's supported, its output it much easier to by njn · 16 years ago
  97. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 16 years ago
  98. 79a5cc4 Move memcheck/tests/x86/bug133694 into memcheck/tests/x86-linux -- it uses by njn · 16 years ago
  99. a601553 Delete memcheck/tests/zeropage. The original purpose of the test is no by njn · 16 years ago
  100. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago