1. 0498d24 This should have gone in with r7233. by njn · 17 years ago
  2. ab23b61 Update test output for a recent graph-drawing change. Update some notes. by njn · 17 years ago
  3. a70de45 AIX 5.3 build fixes. by sewardj · 17 years ago
  4. 15aeb15 Minor tweak to drawing of peak and detailed snapshot bars on the graph. by njn · 17 years ago
  5. b088b89 Minor tweak to x-axis positioning of bars. by njn · 17 years ago
  6. 1a2741a - Rewrote documentation. by njn · 17 years ago
  7. dcbb8d3 drd: make the build silent regardless of platform, and abort at by sewardj · 17 years ago
  8. 954019a add glibc 2.7 suppression to the distribution list by dirk · 17 years ago
  9. 16b0d39 Don't break the build on unknown (to drd) platforms. by sewardj · 17 years ago
  10. e4faf5d Back out r7221, which was incorrect. by njn · 17 years ago
  11. 2610c04 Program uses too many new-ish constructions to be compilable on glibc 2.2 by sewardj · 17 years ago
  12. 9e7f113 Make drd regtests work again following core changes. (Bart Van Assche) by sewardj · 17 years ago
  13. 0b36e66 Fix NUM_CLO checking. by njn · 17 years ago
  14. 826154d Get rid of stuff which should not have been committed. Urrr. by sewardj · 17 years ago
  15. 0957345 Fix g++-2.96 build breakage. by sewardj · 17 years ago
  16. 51d8f25 Un-break 'make distdir'. Either by removing from EXTRA_DIST, file by sewardj · 17 years ago
  17. 728ae1c Get rid of compiler warnings. by sewardj · 17 years ago
  18. 64eeebc Remove from the active tree; this is of historical interest only now. by sewardj · 17 years ago
  19. 4bf0c96 Update. by sewardj · 17 years ago
  20. 4c3270b Fix broken link. by sewardj · 17 years ago
  21. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  22. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  23. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago
  24. 714c662 Fix completely bogus implementation of VG_(seginfo_sect_kind). This by sewardj · 17 years ago
  25. e01c505 Very minor changes. by sewardj · 17 years ago
  26. a5fac79 Create a new chapter in the Valgrind Manual: a chapter containing info by sewardj · 17 years ago
  27. a53462a Attempt to shake out uses of uninitialised malloc'd memory by Valgrind by sewardj · 17 years ago
  28. 28f80e9 Update expected outputs. by sewardj · 17 years ago
  29. 5b9b441 Don't let the debugger attachment fail silently in some cases. by sewardj · 17 years ago
  30. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  31. f4f9cd4 update by njn · 17 years ago
  32. 374a36d by njn · 17 years ago
  33. f36ae99 Avoid some compiler warnings. by njn · 17 years ago
  34. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  35. 778d783 Update documents in preparation for 3.3.0, and restructure them by sewardj · 17 years ago
  36. 14132a1 Add a page listing papers etc about Valgrind. Cut-down version of by sewardj · 17 years ago
  37. 63e2bcd Update bug status. by tom · 17 years ago
  38. fc7773a Don't load debug sections from the linked debug file if we have by tom · 17 years ago
  39. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  40. 12373b1 Followup to r7192: don't bork the compilation if GDB_PATH is not by sewardj · 17 years ago
  41. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  42. 7839d11 In the --help text, print the actual name of the GDB that will by by sewardj · 17 years ago
  43. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago
  44. f4c665f Do Massif output file name properly. Default is massif.out.%p, where %p by njn · 17 years ago
  45. 7d9b3af shut GCC up by njn · 17 years ago
  46. 6db7371 update by njn · 17 years ago
  47. 0313b1e Zero out the vki_user_regs_struct before using it. Otherwise, we end by sewardj · 17 years ago
  48. de0c806 Update. by sewardj · 17 years ago
  49. 62c9aa7 Add initial code to support debugger attaching on ppc64-linux (Ryan John). by sewardj · 17 years ago
  50. 7d7ddd2 Minor tidyings to the debugger-attach code, as part of a failed by sewardj · 17 years ago
  51. fc9bf72 When doing ptrace on amd64-linux, provide values which don't fail the by sewardj · 17 years ago
  52. a1c0df3 Initial glibc-2.7 suppressions for Helgrind. Also rearrange order of by sewardj · 17 years ago
  53. 68c80c1 Preliminary support for Fedora 8, which includes initial support for glibc-2.7. by sewardj · 17 years ago
  54. b9354be * more suppressions, for glibc-2.5 on ppc64 by sewardj · 17 years ago
  55. eafad3b Try to fix, or at least avoid if possible, some arbitrary delays at by sewardj · 17 years ago
  56. 6da5c5b Add regtest for the --child-silent-after-fork added in r7177. by sewardj · 17 years ago
  57. 6e31f80 Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, by sewardj · 17 years ago
  58. ec6e27c Don't pollute the XML output if the program terminates with a signal, by sewardj · 17 years ago
  59. c74b3ba Make handling of setuid executables marginally more sensible, as by sewardj · 17 years ago
  60. a273dc6 Makefile.tool-inplace.am: correctly handle tool names with dashes in, by sewardj · 17 years ago
  61. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  62. d7dda40 Update. by sewardj · 17 years ago
  63. 0edccdd Stack registration stuff: don't dereference NULL pointers (Eric by sewardj · 17 years ago
  64. 5abf0f1 Don't segfault on syscall (SYS_io_destroy, 0). (Jakub Jelinek) Fixes #147325. by sewardj · 17 years ago
  65. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  66. a610f53 Don't crap out when malloc_stats is called; instead just have a no-op by sewardj · 17 years ago
  67. 0fd3049 Make one redirect mandatory for ppc64-linux. by sewardj · 17 years ago
  68. 5092a97 Make one of the ppc32-linux initial redirects mandatory, and add by sewardj · 17 years ago
  69. df24cf1 Introduce the concept of a 'mandatory redirection'. A redirection by sewardj · 17 years ago
  70. 8cd42de Avoid hundreds of warnings from -Winline on gcc-4.3: by sewardj · 17 years ago
  71. b5f2964 Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by default. by sewardj · 17 years ago
  72. 944fbf2 Change the baseline optimisation level from -O to -O2. by sewardj · 17 years ago
  73. 75e1f51 Update. by sewardj · 17 years ago
  74. e75c97e Rename a couple more UInts which really should be SVals. by sewardj · 17 years ago
  75. 23981dd Add a regression test for #152022. by sewardj · 17 years ago
  76. fb86168 Give shadow values their own type (SVal) for the usual by sewardj · 17 years ago
  77. dc21adb Update the list of unfixed bugs. Depressingly long. by sewardj · 17 years ago
  78. b6c0403 Intercept __memcpy_chk, which appears in glibc-2.6.1. Also fix some by sewardj · 17 years ago
  79. a8e939e Even more suppressions for glibc-2.6. by sewardj · 17 years ago
  80. 0be79f3 Another attempt at fixing some Massif regtest failures. by njn · 17 years ago
  81. ff6df94 Fix verbose output filtering for Massif. by njn · 17 years ago
  82. fe692d6 More glibc-2.6 suppressions. by sewardj · 17 years ago
  83. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
  84. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  85. 79ef5e5 by njn · 17 years ago
  86. 2831b51 In vg_SP_update_pass (stack-pointer-change analysis code), correctly by sewardj · 17 years ago
  87. 2c4f3dd Add some Helgrind suppressions for LinuxThreads. by sewardj · 17 years ago
  88. 1c814ec Avoid compilation warnings from gcc-3.2 (about 'index' shadowing a built-in global) by sewardj · 17 years ago
  89. 0d2a2c1 Comment-only change. by sewardj · 17 years ago
  90. 862ed5e Don't hang on some old systems, since that makes the entire regtest system hang. by sewardj · 17 years ago
  91. e1b4654 Ensure omega.h is copied into the installation tree at 'make install' time. by sewardj · 17 years ago
  92. c17be79 Followup to r7105: stop gcc complaining about violations of ANSI C by sewardj · 17 years ago
  93. 391ddf8 Fix bogus grammar in r7139. by sewardj · 17 years ago
  94. 29d68f7 Clarify reason for existence of track_pre_thread_ll_create/_exit. by sewardj · 17 years ago
  95. 3154af7 Include omega.h in the distribution tarball, else building from the by sewardj · 17 years ago
  96. ed83060 Remove old Helgrind suppressions. by sewardj · 17 years ago
  97. 4cff56d by sewardj · 17 years ago
  98. 963286e Back out r7132. by sewardj · 17 years ago
  99. 55a3004 Filter out some of Massif's verbose output that varies from machine to by njn · 17 years ago
  100. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago