1. c7c2402 Make libpthread strstr suppression a bit more general. by njn · 19 years ago
  2. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 19 years ago
  3. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  4. 090dc84 Fix up old stuff in README_DEVELOPERS, including VALGRINDLIB instructions. by njn · 19 years ago
  5. 8c92730 Update NEWS file for 2.4.0 release. by njn · 19 years ago
  6. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  7. a9c9c9b Unbreak build (for me, gcc-4.0.0-pre -- nested functions can't be static). by njn · 19 years ago
  8. 3fc7575 Fix yielding properly. by sewardj · 19 years ago
  9. 39b88fb Add missing comment. by sewardj · 19 years ago
  10. 2c0afae No longer needed. Bye! by sewardj · 19 years ago
  11. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  12. ae13f10 Add declaration for VG_(pre_clo_init) so we don't get warnings about it. by njn · 19 years ago
  13. a4a65a7 Remove dead code. by njn · 19 years ago
  14. bd67d8d by njn · 19 years ago
  15. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 19 years ago
  16. 7c5680a Remove dead declaration: VG_(print_malloc_stats). (But a function of the by njn · 19 years ago
  17. fb8f2df Remove meaningless "vg_" prefixes from several variables. by njn · 19 years ago
  18. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 19 years ago
  19. aa3c26b by njn · 19 years ago
  20. 5bae6e0 These files are no longer used, thank heavens. by njn · 19 years ago
  21. 19348f7 Remove dead declarations. by njn · 19 years ago
  22. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 19 years ago
  23. bcea91a Fix AUTHORS to match the info on the new website. by njn · 19 years ago
  24. 40eec02 Reinstate lackey, corecheck, massif. They all start and run, but by sewardj · 19 years ago
  25. 565b1ed Detect and reject misaligned args for mmap. This makes by sewardj · 19 years ago
  26. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 19 years ago
  27. 8e33279 Un-break --trace-children=yes. by sewardj · 19 years ago
  28. d1212b9 Coredumping is borked. by sewardj · 19 years ago
  29. 6f46a30 Fix a printf formatting inconsistency. by njn · 19 years ago
  30. 499eaad by njn · 19 years ago
  31. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 19 years ago
  32. 796ad0c by njn · 19 years ago
  33. e1d981a Memset the whole ehdr structure (though this will only initialize the by njn · 19 years ago
  34. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 19 years ago
  35. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago
  36. 117606f Remove now-unnecessary FAQ. (Was removed from the text FAQ.txt a while ago.) by njn · 19 years ago
  37. 09cbc97 by njn · 19 years ago
  38. 6fb1e55 by njn · 19 years ago
  39. 76c5bfa Added the Quick Start Guide, in XML. Not entirely happy with the formatting by njn · 19 years ago
  40. 21c2581 Summarise the breakage caused by the Big Merge (hence the current situation). by sewardj · 19 years ago
  41. a922b61 Fix PRE wrapper for sys_exit. by sewardj · 19 years ago
  42. 612dcd5 Fix broken xml tags. by njn · 19 years ago
  43. 5200388 These files are no longer needed. Bye! by sewardj · 19 years ago
  44. b5f6f51 by sewardj · 19 years ago
  45. cbdddcf by sewardj · 19 years ago
  46. e78fd58 Test commit (whitespace-only change). by njn · 19 years ago
  47. 80fe8af Test commit for new repo. by sewardj · 19 years ago
  48. 6941a1a Fix enough syscall stuff so that simple X applications run (xfontsel, xedit). by sewardj · 19 years ago
  49. f15bba6 A place to record notes on how to clean up the structure. This is by sewardj · 19 years ago
  50. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 19 years ago
  51. b9bca7c Fix struct ume_auxv so that auxc walking on 64-bit platforms works. by sewardj · 19 years ago
  52. 987a8eb Clean up handling of socket system calls on amd64-linux, so that the by sewardj · 19 years ago
  53. 9efbbef Factor out all the socket-related syscall handlers into their own by sewardj · 19 years ago
  54. a93f66a Fix more RES-is-not-set assertions, and move a couple of comments to by sewardj · 19 years ago
  55. 004e8ca When handling syscalls, don't try to figure out if the pre-handler set by sewardj · 19 years ago
  56. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 19 years ago
  57. 9ba1d74 On AMD64 it's valid to access up to 128 bytes below %rsp. Or to be by sewardj · 19 years ago
  58. 85ac6d4 Rearrange debug printing a bit. by sewardj · 19 years ago
  59. c9b7b12 More amd64 system calls. by sewardj · 19 years ago
  60. 6947531 Clean up startup grunge a bit. by sewardj · 19 years ago
  61. 7a21c61 Make ELF symbol reading work on both 32 and 64 bit platforms. by sewardj · 19 years ago
  62. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  63. 8eff382 Fix enough syscalls to get through 'hello world' on amd64. by sewardj · 19 years ago
  64. 0a54cef Fix comment. by sewardj · 19 years ago
  65. e517b80 Turn off tons of debug printing. by sewardj · 19 years ago
  66. 1facd48 Duh; mmap doesn't work if you don't use the post-mmap wrapper too. by sewardj · 19 years ago
  67. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 19 years ago
  68. 743706c Remove more debug printing. by sewardj · 19 years ago
  69. 055821d Remove misc debug printing. by sewardj · 19 years ago
  70. b0f03c7 Change signature of thread_syscall a bit. by sewardj · 19 years ago
  71. 63f25d4 Debugging hacks (switchback routine -- unused) by sewardj · 19 years ago
  72. 379255c Debug printing at startup. by sewardj · 19 years ago
  73. ec76e33 Debug hacks (currently unused) by sewardj · 19 years ago
  74. 4ab4505 Fix bug causing __NR_read on amd64-linux to always be considered to have by sewardj · 19 years ago
  75. 91f1c6f amd64-linux syscall support. by sewardj · 19 years ago
  76. 918c1e4 Make amd64 signal returns work. by sewardj · 19 years ago
  77. 20d38f2 Track renaming of Vex's Iop_*128* primops to Iop_*V128*. by sewardj · 19 years ago
  78. 93ab857 Make --wait-for-gdb sort-of usable on amd64. I don't know why this by sewardj · 19 years ago
  79. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 19 years ago
  80. 7e1bf34 Fix amd64 assembly for presumably newer binutils. by sewardj · 19 years ago
  81. f9f1949 Increase the number of top-bbs in a profile to a useful number. by sewardj · 19 years ago
  82. 5f07812 AMD64 build fixes. by sewardj · 19 years ago
  83. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 19 years ago
  84. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 19 years ago
  85. 681be30 Handle Add64/Sub64 (naively). by sewardj · 19 years ago
  86. acd2e91 Add support for 64-bit SIMD primops. by sewardj · 19 years ago
  87. c258f5e Re-enable regression tests for PSLLDQ. by sewardj · 19 years ago
  88. 09272c7 Update some expected regtest outputs. by sewardj · 19 years ago
  89. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 19 years ago
  90. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 19 years ago
  91. 5390e66 Run x86 host with FPU in 53-bit precision mode (non default). by sewardj · 19 years ago
  92. bd598e1 Handle IRStmt_MFence in the tools. by sewardj · 19 years ago
  93. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 19 years ago
  94. 87d4b02 Appalling hack which may or may not help making Quadrics Elan 3 by sewardj · 19 years ago
  95. 0b2f618 Error message cosmetics. by sewardj · 19 years ago
  96. 970ac79 gcc-2.96 build fixes. by sewardj · 19 years ago
  97. d5204dc Finishing installing PaulM's improved accuracy handling for Add/Sub, by sewardj · 19 years ago
  98. 167d4e3 Make --dump-error= work properly. by sewardj · 19 years ago
  99. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  100. 8b20c22 Un-break regtests (again) by sewardj · 20 years ago