1. ae34aef Added FAQ 15, about writing to read-only memory. by njn · 21 years ago
  2. 3ceec24 Add memcmp() to our collection of functions we do ourselves. by sewardj · 21 years ago
  3. e3dd2e0 more wibble by sewardj · 21 years ago
  4. b9eda95 wibble by sewardj · 21 years ago
  5. af79551 --> 20030725 by sewardj · 21 years ago
  6. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  7. 945f39f Update for 20030725. by sewardj · 21 years ago
  8. 45b672d VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH): remove leading spaces and by sewardj · 21 years ago
  9. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  10. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  11. 78adbf4 by njn · 21 years ago
  12. 398044f by njn · 21 years ago
  13. 7271864 by njn · 21 years ago
  14. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  15. c2f5bb0 Just clarified VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)'s workings a bit. by njn · 21 years ago
  16. ac2eb79 Fix a problem in VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)(): when removing the by njn · 21 years ago
  17. e8b5c05 by njn · 21 years ago
  18. db918dd Truncate the cachegrind.out.<pid> file, if it already exists. It wasn't doing by njn · 21 years ago
  19. 2151180 Add to the list of new stuff in 20030716, some things I forgot. by sewardj · 21 years ago
  20. a7b627d wibble by njn · 21 years ago
  21. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  22. ca1ded3 Installing vg_skin.h and dependent .h files, on Josef's request, as it makes by njn · 21 years ago
  23. 84d669f Fix stupid compile error; I iz stupid. by njn · 21 years ago
  24. ce46c2a Fix: I thought VG_(malloc)() always zeroed memory. It does at first (because by njn · 21 years ago
  25. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  26. 0dd9cf1 Added instructions on checking out from SourceForge CVS to the README file. by njn · 21 years ago
  27. e188abf Close fds to avoid fd leakage. by sewardj · 21 years ago
  28. dda830a Fix bugs in overlap detection. Tom Hughes <thh@cyberscience.com> by sewardj · 21 years ago
  29. 777aff5 fix realpath for Mandrake 9.1 by daywalker · 21 years ago
  30. a212791 --> 20030716 by sewardj · 21 years ago
  31. 626fd89 Final changes for 20030716 snapshot release. by sewardj · 21 years ago
  32. c1fc4fc Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8). by sewardj · 21 years ago
  33. ea5cf54 Make sure all the regression tests get included in the tarball created by sewardj · 21 years ago
  34. 19444b3 --> 20030715 by sewardj · 21 years ago
  35. 9d916ed Changes for snapshot 20030715. by sewardj · 21 years ago
  36. f3406d0 VG_(setup_code_redirect_table): do errno etc entry-point redirection by sewardj · 21 years ago
  37. 47984f3 Run -q by sewardj · 21 years ago
  38. 2e353da Intercept waitpid() so as to make it non-blocking. Yet another by sewardj · 21 years ago
  39. 58bef2e Add test for correct errno handling in threaded programs. by sewardj · 21 years ago
  40. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  41. 1eefb15 Push version tag along, to cvs-head-2003-07-13. by sewardj · 21 years ago
  42. c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
  43. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  44. f9025f7 add_MAC_Chunk: mark shadow block as off-limits to the client so that by sewardj · 21 years ago
  45. f1accbc Whitespace-only change. by sewardj · 21 years ago
  46. f9e1be2 Run this test -q by sewardj · 21 years ago
  47. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  48. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  49. 7b579f7 Give corecheck a SK_(update_extra) so it doesn't panic on by sewardj · 21 years ago
  50. 25c7c3a by sewardj · 21 years ago
  51. 7294b71 Add iffdeffery to allow testing the call to the DNS resolver in either by sewardj · 21 years ago
  52. 33f4323 Allow for 1 and 2 digit pids by njn · 21 years ago
  53. 0b666d8 Dodge around more glibc variants. by sewardj · 21 years ago
  54. 4855c05 Fix a whole lot more regression tests on Red Hat 7.3. by sewardj · 21 years ago
  55. b72d973 Undo mistaken rev 1.54. by sewardj · 21 years ago
  56. 7e93819 Make more tests glibc-2.X robust. by sewardj · 21 years ago
  57. 708355b Try and make different gcc versions agree on source locations. Sigh. by sewardj · 21 years ago
  58. befdfbd Make some more tests more robust against glibc differences. by sewardj · 21 years ago
  59. 51a9fe1 A regression test for the new VALGRIND_{GET,SET}_VBITS macros. by sewardj · 21 years ago
  60. 55515ff Make these work on Red Hat 7.3 (by giving -q) by sewardj · 21 years ago
  61. f6bb071 Run the test with -q so that it works both on glibc-2.2 and 2.3. The by sewardj · 21 years ago
  62. 68e281a Make it compile with older compilers. by sewardj · 21 years ago
  63. e201b40 make check more portable, patch by Matthew Emmerton by daywalker · 21 years ago
  64. 989dad9 Increase default number of supported threads from 50 to 100. by sewardj · 21 years ago
  65. 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
  66. 9ac747a Restarting valgrind-listener quickly can produce: by sewardj · 21 years ago
  67. f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago
  68. 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
  69. a51cc09 Handle XCHG eAX,eBP. by sewardj · 21 years ago
  70. e54b69d string_match_wrk(): increase max recursion depth to 500. by sewardj · 21 years ago
  71. d1393e5 VGR_(select): be robust against negative timeout values (treat as zero). by sewardj · 21 years ago
  72. 3058e04 The Pentium 4 recycles the CS segment override prefix (0x2E) to mean by sewardj · 21 years ago
  73. af48a60 Add patch from Nick to get proper backtraces in by sewardj · 21 years ago
  74. ee07084 Add memcheck client requests VALGRIND_GET_VBITS / VALGRIND_SET_VBITS by sewardj · 21 years ago
  75. 51cb694 whops by daywalker · 21 years ago
  76. ebd45b6 use the automake feature for dist-bzip2 by daywalker · 21 years ago
  77. 7e73e5f spelling fixes by daywalker · 21 years ago
  78. 8b186ac add failing test by daywalker · 21 years ago
  79. 01f192e by njn · 21 years ago
  80. 7e1b3b2 wibble by njn · 21 years ago
  81. 4395356 Added (trivially) "XCHG eAX,eSP" instruction. by njn · 21 years ago
  82. 9a07c22 by njn · 21 years ago
  83. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  84. 319ddec comment only by njn · 21 years ago
  85. 2392dd6 make sure that the cpuid of the simulated CPUID doesn't pretend by daywalker · 21 years ago
  86. 2aaa2ca Move two variable declarations to the start of their enclosing blocks. by njn · 21 years ago
  87. 9dd209f A few more SSEs. by sewardj · 21 years ago
  88. 745561e Make the CPUID helper really do cpuid, so that what is returned by sewardj · 21 years ago
  89. 2db567e A few more SSE float (scalar,packed) insns. Something is not right; by sewardj · 21 years ago
  90. 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago
  91. 095c3bc Add some more SSE/SSE2 floating point instructions. by sewardj · 21 years ago
  92. e9212b3 AC_PROG_EGREP wasn't too portable after all. Better fixing it the lame but by daywalker · 21 years ago
  93. abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
  94. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  95. bc148f2 Fill in a whole bunch of boring-ass SSE SIMD-integer insns. by sewardj · 21 years ago
  96. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  97. 6bc4055 - Comment out SSE uinstrs which have not so far been used. by sewardj · 21 years ago
  98. e64b684 Remove debug printing that sneaked in. by sewardj · 21 years ago
  99. 1863abc Teach AddrCheck about some SSE uinstrs. by sewardj · 21 years ago
  100. 5d58cb4 Do SSE insns PSRLDQ, PSLLDQ by sewardj · 21 years ago