1. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 20 years ago
  2. 2ac9524 by njn · 20 years ago
  3. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 20 years ago
  4. c7c3161 comment-only change by njn · 20 years ago
  5. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 20 years ago
  6. a3b16dc Avoid name clash with builtin isdigit(). by njn · 20 years ago
  7. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 20 years ago
  8. 9f46df6 by njn · 20 years ago
  9. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 20 years ago
  10. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 20 years ago
  11. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 20 years ago
  12. 3049055 Comment-only change: use the right macro name. by njn · 20 years ago
  13. 14319cc Remove some dead macros. by njn · 20 years ago
  14. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 20 years ago
  15. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 20 years ago
  16. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 20 years ago
  17. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 20 years ago
  18. b9ecfe3 comment-only wibble by njn · 20 years ago
  19. d06ed47 Add missing printf argument. by njn · 20 years ago
  20. a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 20 years ago
  21. f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 20 years ago
  22. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 20 years ago
  23. cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 20 years ago
  24. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 20 years ago
  25. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 20 years ago
  26. c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 20 years ago
  27. 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 20 years ago
  28. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 20 years ago
  29. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 20 years ago
  30. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  31. a9c9c9b Unbreak build (for me, gcc-4.0.0-pre -- nested functions can't be static). by njn · 20 years ago
  32. 3fc7575 Fix yielding properly. by sewardj · 20 years ago
  33. 39b88fb Add missing comment. by sewardj · 20 years ago
  34. 2c0afae No longer needed. Bye! by sewardj · 20 years ago
  35. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 20 years ago
  36. ae13f10 Add declaration for VG_(pre_clo_init) so we don't get warnings about it. by njn · 20 years ago
  37. a4a65a7 Remove dead code. by njn · 20 years ago
  38. bd67d8d by njn · 20 years ago
  39. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 20 years ago
  40. fb8f2df Remove meaningless "vg_" prefixes from several variables. by njn · 20 years ago
  41. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 20 years ago
  42. aa3c26b by njn · 20 years ago
  43. 5bae6e0 These files are no longer used, thank heavens. by njn · 20 years ago
  44. 19348f7 Remove dead declarations. by njn · 20 years ago
  45. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 20 years ago
  46. 565b1ed Detect and reject misaligned args for mmap. This makes by sewardj · 20 years ago
  47. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 20 years ago
  48. 8e33279 Un-break --trace-children=yes. by sewardj · 20 years ago
  49. 6f46a30 Fix a printf formatting inconsistency. by njn · 20 years ago
  50. 499eaad by njn · 20 years ago
  51. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 20 years ago
  52. e1d981a Memset the whole ehdr structure (though this will only initialize the by njn · 20 years ago
  53. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 20 years ago
  54. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 20 years ago
  55. a922b61 Fix PRE wrapper for sys_exit. by sewardj · 20 years ago
  56. 5200388 These files are no longer needed. Bye! by sewardj · 20 years ago
  57. b5f6f51 by sewardj · 20 years ago
  58. cbdddcf by sewardj · 20 years ago
  59. 6941a1a Fix enough syscall stuff so that simple X applications run (xfontsel, xedit). by sewardj · 20 years ago
  60. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 20 years ago
  61. b9bca7c Fix struct ume_auxv so that auxc walking on 64-bit platforms works. by sewardj · 20 years ago
  62. 987a8eb Clean up handling of socket system calls on amd64-linux, so that the by sewardj · 20 years ago
  63. 9efbbef Factor out all the socket-related syscall handlers into their own by sewardj · 20 years ago
  64. a93f66a Fix more RES-is-not-set assertions, and move a couple of comments to by sewardj · 20 years ago
  65. 004e8ca When handling syscalls, don't try to figure out if the pre-handler set by sewardj · 20 years ago
  66. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 20 years ago
  67. 9ba1d74 On AMD64 it's valid to access up to 128 bytes below %rsp. Or to be by sewardj · 20 years ago
  68. 85ac6d4 Rearrange debug printing a bit. by sewardj · 20 years ago
  69. c9b7b12 More amd64 system calls. by sewardj · 20 years ago
  70. 6947531 Clean up startup grunge a bit. by sewardj · 20 years ago
  71. 7a21c61 Make ELF symbol reading work on both 32 and 64 bit platforms. by sewardj · 20 years ago
  72. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 20 years ago
  73. 8eff382 Fix enough syscalls to get through 'hello world' on amd64. by sewardj · 20 years ago
  74. 0a54cef Fix comment. by sewardj · 20 years ago
  75. e517b80 Turn off tons of debug printing. by sewardj · 20 years ago
  76. 1facd48 Duh; mmap doesn't work if you don't use the post-mmap wrapper too. by sewardj · 20 years ago
  77. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 20 years ago
  78. 743706c Remove more debug printing. by sewardj · 20 years ago
  79. 055821d Remove misc debug printing. by sewardj · 20 years ago
  80. b0f03c7 Change signature of thread_syscall a bit. by sewardj · 20 years ago
  81. 63f25d4 Debugging hacks (switchback routine -- unused) by sewardj · 20 years ago
  82. 379255c Debug printing at startup. by sewardj · 20 years ago
  83. ec76e33 Debug hacks (currently unused) by sewardj · 20 years ago
  84. 4ab4505 Fix bug causing __NR_read on amd64-linux to always be considered to have by sewardj · 20 years ago
  85. 91f1c6f amd64-linux syscall support. by sewardj · 20 years ago
  86. 918c1e4 Make amd64 signal returns work. by sewardj · 20 years ago
  87. 93ab857 Make --wait-for-gdb sort-of usable on amd64. I don't know why this by sewardj · 20 years ago
  88. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 20 years ago
  89. 7e1bf34 Fix amd64 assembly for presumably newer binutils. by sewardj · 20 years ago
  90. f9f1949 Increase the number of top-bbs in a profile to a useful number. by sewardj · 20 years ago
  91. 5f07812 AMD64 build fixes. by sewardj · 20 years ago
  92. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  93. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 20 years ago
  94. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 20 years ago
  95. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  96. 5390e66 Run x86 host with FPU in 53-bit precision mode (non default). by sewardj · 20 years ago
  97. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 20 years ago
  98. 87d4b02 Appalling hack which may or may not help making Quadrics Elan 3 by sewardj · 20 years ago
  99. 0b2f618 Error message cosmetics. by sewardj · 20 years ago
  100. 970ac79 gcc-2.96 build fixes. by sewardj · 20 years ago