1. b106c42 revert accidental debug code I committed last time. by daywalker · 21 years ago
  2. f45a4eb by njn · 21 years ago
  3. 59fb25c Increase size of block-tracking hash table(s) from 997 to 4999. by sewardj · 21 years ago
  4. 7c874c7 Add a suppression for stack underrun bug(s) in the c++ support library by sewardj · 21 years ago
  5. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  6. b2d4432 Remove extraneous tabs from Memcheck --trace-codegen output. by njn · 21 years ago
  7. 89409f8 Remove two pieces of identical code used by Memcheck and Addrcheck, and put by njn · 21 years ago
  8. 7443bb5 Add support for "movl imm32, %esp". Needed for 'grinding vg_startup.S :) by njn · 21 years ago
  9. eb60b94 Fix a couple of bugs in the sigalstack wrapper (Nb: found when I was by njn · 21 years ago
  10. 5d945de implement a couple more instructions. I've mailed this patch to Julian by daywalker · 21 years ago
  11. b1db123 be more specific which allocation failed by daywalker · 21 years ago
  12. b6d9b54 implement all SSE(2) ucodes. now I can run mplayer in valgrind :) by daywalker · 21 years ago
  13. dc8d5e5 At startup, now tests if program is statically linked. Bails with a useful by njn · 21 years ago
  14. fa1016e by njn · 21 years ago
  15. 667c98f typo by daywalker · 21 years ago
  16. e9cab14 by njn · 21 years ago
  17. 7fd598c by njn · 21 years ago
  18. 2f306e0 add suppression about common X11 protocol and ICE errors. Please by daywalker · 21 years ago
  19. 8b5d8eb remove default.supp during clean by daywalker · 21 years ago
  20. df9ae42 compiler warning fixes by daywalker · 21 years ago
  21. 3222e0a fix compiler warnings by daywalker · 21 years ago
  22. 8ad1a40 fix compiler warning by daywalker · 21 years ago
  23. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  24. 0355dff by sewardj · 21 years ago
  25. 6c84655 by njn · 21 years ago
  26. d84bde7 Made the realpath overlap ones apply for Addrcheck too. by njn · 21 years ago
  27. b94b81e by njn · 21 years ago
  28. 86dc2bc With -v option, client program's argv[] now printed at startup. Should be by njn · 21 years ago
  29. c2699f6 by njn · 21 years ago
  30. f962a76 Forgot to add these files for the writev regression test. by njn · 21 years ago
  31. 6e8250c patch for adjtimex syscall by Bob Van Manen <BVanManen@Scene7.com> by daywalker · 21 years ago
  32. aca67c5 by njn · 21 years ago
  33. 0d14a56 Trivial assertion fix -- the SSE3 instructions can be of size 8. by njn · 21 years ago
  34. 7360f8e by njn · 21 years ago
  35. b6cae9f Fixed overlap errors so the hacky strdup'ing of strings isn't necessary; by njn · 21 years ago
  36. b29d4cb docs typo by njn · 21 years ago
  37. fa509e2 Minor fix: errors on MMX_MemRd instructions were erroneously being called by njn · 21 years ago
  38. 32e2e36 implement waitpid syscall. Patch by Benjamin Lee <benjaminlee@users.sf.net> by daywalker · 21 years ago
  39. 21f805d Teach Cachegrind about SSE instructions, courtesy of Josef Weidendorfer. by njn · 21 years ago
  40. a8fb5a3 Added #17 about how to write suppressions. by njn · 21 years ago
  41. a70114c Fix up the way SK_(update_extra)() is called. by njn · 21 years ago
  42. 7201b2a Comment-only change by njn · 21 years ago
  43. 3cf1430 Fix inaccuracies in #12. by njn · 21 years ago
  44. 1aa1850 Added FAQ #16, about that assertion failure in 'make' when building. by njn · 21 years ago
  45. 87ef6a6 comments change only by njn · 21 years ago
  46. 481f851 Another update to #12. by njn · 21 years ago
  47. ab88298 Clarified FAQ #14. by njn · 21 years ago
  48. 4fda9bf its linux 2.6.x these days by daywalker · 21 years ago
  49. ae34aef Added FAQ 15, about writing to read-only memory. by njn · 21 years ago
  50. 3ceec24 Add memcmp() to our collection of functions we do ourselves. by sewardj · 21 years ago
  51. e3dd2e0 more wibble by sewardj · 21 years ago
  52. b9eda95 wibble by sewardj · 21 years ago
  53. af79551 --> 20030725 by sewardj · 21 years ago
  54. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  55. 945f39f Update for 20030725. by sewardj · 21 years ago
  56. 45b672d VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH): remove leading spaces and by sewardj · 21 years ago
  57. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  58. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  59. 78adbf4 by njn · 21 years ago
  60. 398044f by njn · 21 years ago
  61. 7271864 by njn · 21 years ago
  62. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  63. c2f5bb0 Just clarified VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)'s workings a bit. by njn · 21 years ago
  64. ac2eb79 Fix a problem in VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)(): when removing the by njn · 21 years ago
  65. e8b5c05 by njn · 21 years ago
  66. db918dd Truncate the cachegrind.out.<pid> file, if it already exists. It wasn't doing by njn · 21 years ago
  67. 2151180 Add to the list of new stuff in 20030716, some things I forgot. by sewardj · 21 years ago
  68. a7b627d wibble by njn · 21 years ago
  69. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  70. ca1ded3 Installing vg_skin.h and dependent .h files, on Josef's request, as it makes by njn · 21 years ago
  71. 84d669f Fix stupid compile error; I iz stupid. by njn · 21 years ago
  72. ce46c2a Fix: I thought VG_(malloc)() always zeroed memory. It does at first (because by njn · 21 years ago
  73. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  74. 0dd9cf1 Added instructions on checking out from SourceForge CVS to the README file. by njn · 21 years ago
  75. e188abf Close fds to avoid fd leakage. by sewardj · 21 years ago
  76. dda830a Fix bugs in overlap detection. Tom Hughes <thh@cyberscience.com> by sewardj · 21 years ago
  77. 777aff5 fix realpath for Mandrake 9.1 by daywalker · 21 years ago
  78. a212791 --> 20030716 by sewardj · 21 years ago
  79. 626fd89 Final changes for 20030716 snapshot release. by sewardj · 21 years ago
  80. c1fc4fc Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8). by sewardj · 21 years ago
  81. ea5cf54 Make sure all the regression tests get included in the tarball created by sewardj · 21 years ago
  82. 19444b3 --> 20030715 by sewardj · 21 years ago
  83. 9d916ed Changes for snapshot 20030715. by sewardj · 21 years ago
  84. f3406d0 VG_(setup_code_redirect_table): do errno etc entry-point redirection by sewardj · 21 years ago
  85. 47984f3 Run -q by sewardj · 21 years ago
  86. 2e353da Intercept waitpid() so as to make it non-blocking. Yet another by sewardj · 21 years ago
  87. 58bef2e Add test for correct errno handling in threaded programs. by sewardj · 21 years ago
  88. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  89. 1eefb15 Push version tag along, to cvs-head-2003-07-13. by sewardj · 21 years ago
  90. c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
  91. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  92. f9025f7 add_MAC_Chunk: mark shadow block as off-limits to the client so that by sewardj · 21 years ago
  93. f1accbc Whitespace-only change. by sewardj · 21 years ago
  94. f9e1be2 Run this test -q by sewardj · 21 years ago
  95. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  96. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  97. 7b579f7 Give corecheck a SK_(update_extra) so it doesn't panic on by sewardj · 21 years ago
  98. 25c7c3a by sewardj · 21 years ago
  99. 7294b71 Add iffdeffery to allow testing the call to the DNS resolver in either by sewardj · 21 years ago
  100. 33f4323 Allow for 1 and 2 digit pids by njn · 21 years ago