1. 036a491 Don't let GCC4.0 inline memcpy() and memcmp(), else the tests fail. by njn · 19 years ago
  2. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 19 years ago
  3. 3876e8d Stop sys_sigprocmask from dying with assertion failures. by sewardj · 19 years ago
  4. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 19 years ago
  5. 16063e6 Allow mmaps etc all the way down to zero. This 'fixes' as_mmap. by sewardj · 19 years ago
  6. ba04a7f Partially unbreak sigcontextings -- hopefully enough that self hosting works. by sewardj · 19 years ago
  7. d571aff Make sys_rt_sigreturn work. by sewardj · 19 years ago
  8. 31f7f26 Memcheck complains a lot at glibc-2.2.5 startup, for unclear reasons. by sewardj · 19 years ago
  9. 211dc45 gcc-2.96 build fixes. by sewardj · 19 years ago
  10. c24be7a Improve debug printing. by sewardj · 19 years ago
  11. 8138974 Fix another merge-related problem. I think this may resolve the by sewardj · 19 years ago
  12. 84ba89b Avoid compile warning. by njn · 19 years ago
  13. f308fd8 A gcc-2.96 build fix. by sewardj · 19 years ago
  14. 0d683fe A few more suppressions and redirections to keep memcheck happy. by sewardj · 19 years ago
  15. b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 19 years ago
  16. 0aa2479 Description of the master thread stuff. by sewardj · 19 years ago
  17. 79f76f2 A place to accumulate documentation for the hairiest bits of the system. by sewardj · 19 years ago
  18. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  19. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  20. adc585b Remove needless insn* tests. (They were removed once before, but were by njn · 19 years ago
  21. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 19 years ago
  22. 2ac9524 by njn · 19 years ago
  23. e5f5769 Fix minor problems in filters. This helps a couple of massif tests to pass. by njn · 19 years ago
  24. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  25. c7c3161 comment-only change by njn · 19 years ago
  26. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 19 years ago
  27. a3b16dc Avoid name clash with builtin isdigit(). by njn · 19 years ago
  28. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  29. 9f46df6 by njn · 19 years ago
  30. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 19 years ago
  31. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  32. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  33. 3049055 Comment-only change: use the right macro name. by njn · 19 years ago
  34. 14319cc Remove some dead macros. by njn · 19 years ago
  35. 562241e Make MAC_(print_malloc_stats) local by moving it and associated stuff to by njn · 19 years ago
  36. 0674acb Note that VG_(HT_construct)() allocates memory. by njn · 19 years ago
  37. 38629a7 Comment-only change: fix incorrect statement by njn · 19 years ago
  38. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 19 years ago
  39. ab4779f Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES_REG. by njn · 19 years ago
  40. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 19 years ago
  41. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  42. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  43. b9ecfe3 comment-only wibble by njn · 19 years ago
  44. d06ed47 Add missing printf argument. by njn · 19 years ago
  45. 1d3566c by njn · 19 years ago
  46. a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 19 years ago
  47. f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 19 years ago
  48. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 19 years ago
  49. cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 19 years ago
  50. 21f9195 Documentation update. This should bring the core of the documentation by njn · 19 years ago
  51. 75a93cf Followup to rev 3319: remove bits of these tests which 3319 didn't, by sewardj · 19 years ago
  52. 93aa362 Get rid of dastest and rcl_assert. These test instructions that are by sewardj · 19 years ago
  53. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago
  54. c88614a Add what I think is needed for the man page in the Makefile.am. by njn · 19 years ago
  55. 74e7012 Added Valgrind man page. (Ultimately, it would be best if this were by njn · 19 years ago
  56. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 19 years ago
  57. add20df Update expected output. by sewardj · 19 years ago
  58. c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 19 years ago
  59. 6a32942 by njn · 19 years ago
  60. 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 19 years ago
  61. 467a020 Don't print debug info. by njn · 19 years ago
  62. 5cbfac2 Update suppressions for X on FC3; by njn · 19 years ago
  63. c7c2402 Make libpthread strstr suppression a bit more general. by njn · 19 years ago
  64. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 19 years ago
  65. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  66. 090dc84 Fix up old stuff in README_DEVELOPERS, including VALGRINDLIB instructions. by njn · 19 years ago
  67. 8c92730 Update NEWS file for 2.4.0 release. by njn · 19 years ago
  68. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  69. a9c9c9b Unbreak build (for me, gcc-4.0.0-pre -- nested functions can't be static). by njn · 19 years ago
  70. 3fc7575 Fix yielding properly. by sewardj · 19 years ago
  71. 39b88fb Add missing comment. by sewardj · 19 years ago
  72. 2c0afae No longer needed. Bye! by sewardj · 19 years ago
  73. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  74. ae13f10 Add declaration for VG_(pre_clo_init) so we don't get warnings about it. by njn · 19 years ago
  75. a4a65a7 Remove dead code. by njn · 19 years ago
  76. bd67d8d by njn · 19 years ago
  77. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 19 years ago
  78. 7c5680a Remove dead declaration: VG_(print_malloc_stats). (But a function of the by njn · 19 years ago
  79. fb8f2df Remove meaningless "vg_" prefixes from several variables. by njn · 19 years ago
  80. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 19 years ago
  81. aa3c26b by njn · 19 years ago
  82. 5bae6e0 These files are no longer used, thank heavens. by njn · 19 years ago
  83. 19348f7 Remove dead declarations. by njn · 19 years ago
  84. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 19 years ago
  85. bcea91a Fix AUTHORS to match the info on the new website. by njn · 19 years ago
  86. 40eec02 Reinstate lackey, corecheck, massif. They all start and run, but by sewardj · 19 years ago
  87. 565b1ed Detect and reject misaligned args for mmap. This makes by sewardj · 19 years ago
  88. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 19 years ago
  89. 8e33279 Un-break --trace-children=yes. by sewardj · 19 years ago
  90. d1212b9 Coredumping is borked. by sewardj · 19 years ago
  91. 6f46a30 Fix a printf formatting inconsistency. by njn · 19 years ago
  92. 499eaad by njn · 19 years ago
  93. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 19 years ago
  94. 796ad0c by njn · 19 years ago
  95. e1d981a Memset the whole ehdr structure (though this will only initialize the by njn · 19 years ago
  96. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 19 years ago
  97. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago
  98. 117606f Remove now-unnecessary FAQ. (Was removed from the text FAQ.txt a while ago.) by njn · 19 years ago
  99. 09cbc97 by njn · 19 years ago
  100. 6fb1e55 by njn · 19 years ago