1. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  2. 9f46df6 by njn · 19 years ago
  3. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 19 years ago
  4. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  5. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  6. 3049055 Comment-only change: use the right macro name. by njn · 20 years ago
  7. 14319cc Remove some dead macros. by njn · 20 years ago
  8. 562241e Make MAC_(print_malloc_stats) local by moving it and associated stuff to by njn · 20 years ago
  9. 0674acb Note that VG_(HT_construct)() allocates memory. by njn · 20 years ago
  10. 38629a7 Comment-only change: fix incorrect statement by njn · 20 years ago
  11. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 20 years ago
  12. ab4779f Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES_REG. by njn · 20 years ago
  13. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 20 years ago
  14. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 20 years ago
  15. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 20 years ago
  16. b9ecfe3 comment-only wibble by njn · 20 years ago
  17. d06ed47 Add missing printf argument. by njn · 20 years ago
  18. 1d3566c by njn · 20 years ago
  19. a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 20 years ago
  20. f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 20 years ago
  21. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 20 years ago
  22. cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 20 years ago
  23. 21f9195 Documentation update. This should bring the core of the documentation by njn · 20 years ago
  24. 75a93cf Followup to rev 3319: remove bits of these tests which 3319 didn't, by sewardj · 20 years ago
  25. 93aa362 Get rid of dastest and rcl_assert. These test instructions that are by sewardj · 20 years ago
  26. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 20 years ago
  27. c88614a Add what I think is needed for the man page in the Makefile.am. by njn · 20 years ago
  28. 74e7012 Added Valgrind man page. (Ultimately, it would be best if this were by njn · 20 years ago
  29. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 20 years ago
  30. add20df Update expected output. by sewardj · 20 years ago
  31. c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 20 years ago
  32. 6a32942 by njn · 20 years ago
  33. 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 20 years ago
  34. 467a020 Don't print debug info. by njn · 20 years ago
  35. 5cbfac2 Update suppressions for X on FC3; by njn · 20 years ago
  36. c7c2402 Make libpthread strstr suppression a bit more general. by njn · 20 years ago
  37. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 20 years ago
  38. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 20 years ago
  39. 090dc84 Fix up old stuff in README_DEVELOPERS, including VALGRINDLIB instructions. by njn · 20 years ago
  40. 8c92730 Update NEWS file for 2.4.0 release. by njn · 20 years ago
  41. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  42. a9c9c9b Unbreak build (for me, gcc-4.0.0-pre -- nested functions can't be static). by njn · 20 years ago
  43. 3fc7575 Fix yielding properly. by sewardj · 20 years ago
  44. 39b88fb Add missing comment. by sewardj · 20 years ago
  45. 2c0afae No longer needed. Bye! by sewardj · 20 years ago
  46. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 20 years ago
  47. ae13f10 Add declaration for VG_(pre_clo_init) so we don't get warnings about it. by njn · 20 years ago
  48. a4a65a7 Remove dead code. by njn · 20 years ago
  49. bd67d8d by njn · 20 years ago
  50. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 20 years ago
  51. 7c5680a Remove dead declaration: VG_(print_malloc_stats). (But a function of the by njn · 20 years ago
  52. fb8f2df Remove meaningless "vg_" prefixes from several variables. by njn · 20 years ago
  53. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 20 years ago
  54. aa3c26b by njn · 20 years ago
  55. 5bae6e0 These files are no longer used, thank heavens. by njn · 20 years ago
  56. 19348f7 Remove dead declarations. by njn · 20 years ago
  57. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 20 years ago
  58. bcea91a Fix AUTHORS to match the info on the new website. by njn · 20 years ago
  59. 40eec02 Reinstate lackey, corecheck, massif. They all start and run, but by sewardj · 20 years ago
  60. 565b1ed Detect and reject misaligned args for mmap. This makes by sewardj · 20 years ago
  61. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 20 years ago
  62. 8e33279 Un-break --trace-children=yes. by sewardj · 20 years ago
  63. d1212b9 Coredumping is borked. by sewardj · 20 years ago
  64. 6f46a30 Fix a printf formatting inconsistency. by njn · 20 years ago
  65. 499eaad by njn · 20 years ago
  66. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 20 years ago
  67. 796ad0c by njn · 20 years ago
  68. e1d981a Memset the whole ehdr structure (though this will only initialize the by njn · 20 years ago
  69. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 20 years ago
  70. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 20 years ago
  71. 117606f Remove now-unnecessary FAQ. (Was removed from the text FAQ.txt a while ago.) by njn · 20 years ago
  72. 09cbc97 by njn · 20 years ago
  73. 6fb1e55 by njn · 20 years ago
  74. 76c5bfa Added the Quick Start Guide, in XML. Not entirely happy with the formatting by njn · 20 years ago
  75. 21c2581 Summarise the breakage caused by the Big Merge (hence the current situation). by sewardj · 20 years ago
  76. a922b61 Fix PRE wrapper for sys_exit. by sewardj · 20 years ago
  77. 612dcd5 Fix broken xml tags. by njn · 20 years ago
  78. 5200388 These files are no longer needed. Bye! by sewardj · 20 years ago
  79. b5f6f51 by sewardj · 20 years ago
  80. cbdddcf by sewardj · 20 years ago
  81. e78fd58 Test commit (whitespace-only change). by njn · 20 years ago
  82. 80fe8af Test commit for new repo. by sewardj · 20 years ago
  83. 6941a1a Fix enough syscall stuff so that simple X applications run (xfontsel, xedit). by sewardj · 20 years ago
  84. f15bba6 A place to record notes on how to clean up the structure. This is by sewardj · 20 years ago
  85. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 20 years ago
  86. b9bca7c Fix struct ume_auxv so that auxc walking on 64-bit platforms works. by sewardj · 20 years ago
  87. 987a8eb Clean up handling of socket system calls on amd64-linux, so that the by sewardj · 20 years ago
  88. 9efbbef Factor out all the socket-related syscall handlers into their own by sewardj · 20 years ago
  89. a93f66a Fix more RES-is-not-set assertions, and move a couple of comments to by sewardj · 20 years ago
  90. 004e8ca When handling syscalls, don't try to figure out if the pre-handler set by sewardj · 20 years ago
  91. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 20 years ago
  92. 9ba1d74 On AMD64 it's valid to access up to 128 bytes below %rsp. Or to be by sewardj · 20 years ago
  93. 85ac6d4 Rearrange debug printing a bit. by sewardj · 20 years ago
  94. c9b7b12 More amd64 system calls. by sewardj · 20 years ago
  95. 6947531 Clean up startup grunge a bit. by sewardj · 20 years ago
  96. 7a21c61 Make ELF symbol reading work on both 32 and 64 bit platforms. by sewardj · 20 years ago
  97. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 20 years ago
  98. 8eff382 Fix enough syscalls to get through 'hello world' on amd64. by sewardj · 20 years ago
  99. 0a54cef Fix comment. by sewardj · 20 years ago
  100. e517b80 Turn off tons of debug printing. by sewardj · 20 years ago