1. 141383e Suppress any error at all that occurs in libpthread, without any by sewardj · 16 years ago
  2. 3a4b63b More aggressive suppression of error reports from ld.so. MERGE TO 3_4_BRANCH. by sewardj · 16 years ago
  3. 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 16 years ago
  4. 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 16 years ago
  5. 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 16 years ago
  6. bfd892f Bias values should be PtrdiffT now. by tom · 16 years ago
  7. 3553c67 Removed unused round_Addr_upwards function. by tom · 16 years ago
  8. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  9. 65e6d92 Improve detection of where ELF sections have been mapped by taking by tom · 16 years ago
  10. 8aa41de by sewardj · 16 years ago
  11. 74a74d8 by sewardj · 16 years ago
  12. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  13. 3ec9d9a Merge part of r8943 from the Darwin branch -- use VGA_* instead of VGP_* for by njn · 16 years ago
  14. 9890ee1 In AC_TRY_COMPILE, only include the function body, not the surrounding "int by njn · 16 years ago
  15. 63c7de1 Replace some 4-space indents with 3-space indents. Merged from DARWIN. by njn · 16 years ago
  16. 747f8b0 This should have been part of r9004. by njn · 16 years ago
  17. 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
  18. a7d4ca3 A couple more changes to fix the conditional building of DRD tests. by njn · 16 years ago
  19. a2aa68e Added yet another output variant. by bart · 16 years ago
  20. 5639ce1 Added yet another output variant. by bart · 16 years ago
  21. 8cdc628 Elaborated prereq clauses. by bart · 16 years ago
  22. 5a8c67f Made compilation of multiple tests conditional. by bart · 16 years ago
  23. 2eaa8f2 Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK. by bart · 16 years ago
  24. 3826d58 Only call pthread_rwlock_timedwrlock() or pthread_rwlock_timedrdlock() if supported. by bart · 16 years ago
  25. 6d45e92 Added configure tests for optional POSIX threads functionality. by bart · 16 years ago
  26. cfc000e Generate default.supp at compile-time, not configure-time. by njn · 16 years ago
  27. d74b0ef The load addresses depend on the platform, not the architecture. by njn · 16 years ago
  28. b4d48a5 VG_ARCH doesn't exist any more, use VG_ARCH_PRI in valgrind.pc.in. by njn · 16 years ago
  29. eccf7c0 Make this file compile without warnings when the PERF_FAST_* macros are by njn · 16 years ago
  30. 86728b2 Add a comment explaining this test. by njn · 16 years ago
  31. 05a7d46 Removed superfluous dependency. by bart · 16 years ago
  32. 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago
  33. a454ec0 Create memcheck/tests/x86-linux/ and move some platform-specific tests (the by njn · 16 years ago
  34. bc00bb7 Merged r8966 (show scanning output during leak checking with -v) from DARWIN by njn · 16 years ago
  35. 070d1a2 Make sure that sigalrm.c compiles correctly on systems that do not have the header file <asm/unistd.h>. by bart · 16 years ago
  36. 1f2b143 Added configure test for the header file <asm/unistd.h>. by bart · 16 years ago
  37. ed20050 Obtain current time through time() instead of through clock_gettime(CLOCK_REALTIME), such that this test compiles on systems that do not support CLOCK_REALTIME. by bart · 16 years ago
  38. b59edf1 Remove an unnecessary #include that breaks the test on Darwin, and update by njn · 16 years ago
  39. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  40. a81465a The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns the by tom · 16 years ago
  41. 5816a39 The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it. by tom · 16 years ago
  42. 4e8224b Compress the file passed as the third argument before attaching it to the outgoing e-mail. by bart · 16 years ago
  43. 7f8cd30 Added an additional expected output file. by bart · 16 years ago
  44. 28aa0ce Runs now fine on systems for which PTHREAD_STACK_MIN > 32768. by bart · 16 years ago
  45. 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
  46. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
  47. 70dbf4e Changed single recipient into a list of recipients and fixed mutt subject and attachment arguments. by bart · 16 years ago
  48. 0bae227 Added to repository. by bart · 16 years ago
  49. 3040125 Made sure that all diff files are processed. by bart · 16 years ago
  50. 9e46dbe Updated machine details. by bart · 16 years ago
  51. fd97cec Added new nightly build configuration variable: ABT_EVAL. by bart · 16 years ago
  52. 2261edb Renamed georgia-tech-cellbuzz.* to georgia-tech-cellbuzz-cross.*. by bart · 16 years ago
  53. 4d598eb Fixed typo (a space was lost by copying text between shell sessions). by bart · 16 years ago
  54. fcb1cd6 The blockfault regression test now passes on 64 bit systems too. by bart · 16 years ago
  55. 6c67ef5 Add signalfd4 support. by tom · 16 years ago
  56. 79557c8 Sort file names alphabetically before processing the diff files. by bart · 16 years ago
  57. d8eb77d Made DRD regression pass when the glibc-debuginfo package is installed. by bart · 16 years ago
  58. 0311189 trunk/nightly/bin/nightly by njn · 16 years ago
  59. cc874b5 trunk/memcheck/tests/Makefile.am by njn · 16 years ago
  60. 23e8a29 Handle __NR_socketpair in Ptrcheck. by sewardj · 16 years ago
  61. 1f2df3e trunk/nightly/bin/nightly Be POSIXy. by njn · 16 years ago
  62. df8a111 Index: nightly/bin/nightly by njn · 16 years ago
  63. 62647eb trunk/nightly/bin/nightly by njn · 16 years ago
  64. 5a1ba02 Comment-only changes. by njn · 16 years ago
  65. 4f6f54b callgrind/tests/filter_stderr by njn · 16 years ago
  66. bfc79f8 Add an FAQ about attaching Valgrind to already-running programs. by njn · 16 years ago
  67. 8d37f36 Bump version number on the trunk. by sewardj · 16 years ago
  68. 332ffec Add some more system calls to ptrcheck. by tom · 16 years ago
  69. b8b1664 Late entrant for 3.4.0 (sigh) by sewardj · 16 years ago
  70. 430b688 --> 3.4.0 (first attempt) by sewardj · 16 years ago
  71. 94a9b24 Suppress all races whose top frame is in libc.so. This is a not very by sewardj · 16 years ago
  72. 4899c87 Updated ignore list. by bart · 16 years ago
  73. 4ac853b Polished manual. by bart · 16 years ago
  74. 1e76ff5 Add some more Intel cache configuration values needed for Atom by tom · 16 years ago
  75. 415a7b1 Remove spurious newlines from messages. by tom · 16 years ago
  76. 70c5e5a Add some more Intel L2 and L3 cache configuration values. by tom · 16 years ago
  77. 1dd7eb0 Updated to do list. by bart · 16 years ago
  78. 4f75be3 Suppress any race that occurs in ld.so (just a single frame will do). by sewardj · 16 years ago
  79. a99ab01 Additional suppression patterns for glib. by bart · 16 years ago
  80. 8e1033f Moved two define's, such that the ABIWARNING appears immediately before the enum declaration it applies to. by bart · 16 years ago
  81. dc35ec0 Made sure that the file bar_trivial.stdout.exp gets included in the distribution tarball. by bart · 16 years ago
  82. 974aace Second attempt at 3.4.0 RC1. by sewardj · 16 years ago
  83. e5a3a36 Added a pthread suppression pattern and generalized a glib suppression pattern. by bart · 16 years ago
  84. c8914e9 Renamed a variable and removed two statements that were commented out. by bart · 16 years ago
  85. df1fc9a Finalise 3.4.0 RC1. by sewardj · 16 years ago
  86. 8244481 Un-break 'make dist'. by sewardj · 16 years ago
  87. 10deba4 ML_(addDiCfSI)(): truncate DiCfSI's that fall partially but not by sewardj · 16 years ago
  88. f1fa5ed Update bug lists. by sewardj · 16 years ago
  89. adcb5bb Bump the version stuff. by sewardj · 16 years ago
  90. af0e3ff Update. by sewardj · 16 years ago
  91. 8758f54 Disable the building of exp-omega, but don't rm it from the repo, by sewardj · 16 years ago
  92. 565fcf1 Update for 3.4.0 (imcomplete). by sewardj · 16 years ago
  93. 1a620d5 Minor futzing with the documentation. by sewardj · 16 years ago
  94. 4b03c42 Add a couple more suppressions. by sewardj · 16 years ago
  95. 2d7cdb2 Add an expected-output set for Ubuntu 8.04 (and 8.10) on amd64. by sewardj · 16 years ago
  96. 59347ff Comment out unused code so as to get a warning free build. by sewardj · 16 years ago
  97. 19f4236 Unbreak the build on aix5. by sewardj · 16 years ago
  98. 5210413 Ignore races that occur on data in .plt sections, as well as those by sewardj · 16 years ago
  99. f721815 Rationalise standard suppressions: get rid of vast amounts of by sewardj · 16 years ago
  100. 484fe80 During instrumentation, handle Imbe_SnoopedStore{Begin,End} a bit more by sewardj · 16 years ago