1. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  2. 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
  3. 535cc6e Fix compilation on FreeBSD. extracted from patch by Doug Rabson <dfr@nlsystems.com> by mueller · 21 years ago
  4. 00a8a6f fix comment by mueller · 21 years ago
  5. b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
  6. 0845ef8 Add overlap checking for stpcpy(). by jseward · 21 years ago
  7. dc8778a Add a vanilla implementation of stpcpy(). Does not do overlap checking by jseward · 21 years ago
  8. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  9. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  10. 1c76dc4 When merging multiple symbols with the same address, rather than always by fitzhardinge · 21 years ago
  11. db23332 by nethercote · 21 years ago
  12. 0f19bce Make --leak-check observe -q properly -- only prints out errors, not general by nethercote · 21 years ago
  13. b916f2d Remove out-of-date limitations from tech docs. by nethercote · 21 years ago
  14. 8e53678 *8 is probably overkill by fitzhardinge · 21 years ago
  15. 136f927 fprintf needs more than 8k of stack, so boost the sigaltstack size. by fitzhardinge · 21 years ago
  16. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  17. e121c6c updating .cvsignore by mueller · 21 years ago
  18. 137bc55 by nethercote · 21 years ago
  19. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  20. 262eedf Remove the Memcheck==Valgrind fallacy from Memcheck's start-up message. by nethercote · 21 years ago
  21. 3b390c7 by nethercote · 21 years ago
  22. 77eba60 by nethercote · 21 years ago
  23. f0f911c Only set the thread's status to WaitSys if we're actually waiting for by fitzhardinge · 21 years ago
  24. 1e6d765 Fixed bug in overlap check in strncpy() -- it was assuming the src was 'n' by nethercote · 21 years ago
  25. d3de730 Added a regtest that uses pthreads -- there weren't any. by nethercote · 21 years ago
  26. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  27. b111685 Clean up and extend some of the SSE instrumentation cases. by sewardj · 21 years ago
  28. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  29. c5918d9 We expect new output with the syscalls changes. by jsgf · 21 years ago
  30. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  31. 32a17d1 Whoops, forgot to commit changes to Makefile.am when I added the 'new_nothrow' by njn · 21 years ago
  32. 5cebf57 Added interceptions for: by njn · 21 years ago
  33. 247f32f Handle SSE5. by sewardj · 21 years ago
  34. d799418 by njn · 21 years ago
  35. 6e69ecd by njn · 21 years ago
  36. d0eab5f by njn · 21 years ago
  37. 06072ec Removed sort_hash_array(). Changed VG_(HT_to_sorted_array)() to by njn · 21 years ago
  38. 207c41e by njn · 21 years ago
  39. b2d4432 Remove extraneous tabs from Memcheck --trace-codegen output. by njn · 21 years ago
  40. 89409f8 Remove two pieces of identical code used by Memcheck and Addrcheck, and put by njn · 21 years ago
  41. b6d9b54 implement all SSE(2) ucodes. now I can run mplayer in valgrind :) by daywalker · 21 years ago
  42. 667c98f typo by daywalker · 21 years ago
  43. e9cab14 by njn · 21 years ago
  44. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  45. c2699f6 by njn · 21 years ago
  46. f962a76 Forgot to add these files for the writev regression test. by njn · 21 years ago
  47. aca67c5 by njn · 21 years ago
  48. 0d14a56 Trivial assertion fix -- the SSE3 instructions can be of size 8. by njn · 21 years ago
  49. 7360f8e by njn · 21 years ago
  50. b6cae9f Fixed overlap errors so the hacky strdup'ing of strings isn't necessary; by njn · 21 years ago
  51. fa509e2 Minor fix: errors on MMX_MemRd instructions were erroneously being called by njn · 21 years ago
  52. 7201b2a Comment-only change by njn · 21 years ago
  53. 3ceec24 Add memcmp() to our collection of functions we do ourselves. by sewardj · 21 years ago
  54. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  55. 398044f by njn · 21 years ago
  56. 7271864 by njn · 21 years ago
  57. e8b5c05 by njn · 21 years ago
  58. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  59. dda830a Fix bugs in overlap detection. Tom Hughes <thh@cyberscience.com> by sewardj · 21 years ago
  60. ea5cf54 Make sure all the regression tests get included in the tarball created by sewardj · 21 years ago
  61. 47984f3 Run -q by sewardj · 21 years ago
  62. 58bef2e Add test for correct errno handling in threaded programs. by sewardj · 21 years ago
  63. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  64. f9025f7 add_MAC_Chunk: mark shadow block as off-limits to the client so that by sewardj · 21 years ago
  65. 0b666d8 Dodge around more glibc variants. by sewardj · 21 years ago
  66. 4855c05 Fix a whole lot more regression tests on Red Hat 7.3. by sewardj · 21 years ago
  67. 7e93819 Make more tests glibc-2.X robust. by sewardj · 21 years ago
  68. 708355b Try and make different gcc versions agree on source locations. Sigh. by sewardj · 21 years ago
  69. befdfbd Make some more tests more robust against glibc differences. by sewardj · 21 years ago
  70. 51a9fe1 A regression test for the new VALGRIND_{GET,SET}_VBITS macros. by sewardj · 21 years ago
  71. 55515ff Make these work on Red Hat 7.3 (by giving -q) by sewardj · 21 years ago
  72. f6bb071 Run the test with -q so that it works both on glibc-2.2 and 2.3. The 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. 7e73e5f spelling fixes by daywalker · 21 years ago
  76. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  77. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  78. a63e2d7 by njn · 21 years ago
  79. c061666 Added support for Value16 and Addr16 error suppressions. by njn · 21 years ago
  80. 09e51ce Fixed stupid bugs in overlap detection. by njn · 21 years ago
  81. bc41fbe fix expected output by daywalker · 21 years ago
  82. 0aae1bf some ignores by daywalker · 21 years ago
  83. 4a6a44f minor code simplification by daywalker · 21 years ago
  84. 93992e2 Teach memcheck about the SSE UInstrs generated thus far. So now the by sewardj · 21 years ago
  85. 6c003c6 by njn · 21 years ago
  86. 1078545 by njn · 21 years ago
  87. d304045 by njn · 21 years ago
  88. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  89. 9eda048 Whoops, forgot this on last commit. by sewardj · 21 years ago
  90. d541229 by sewardj · 21 years ago
  91. d66d06a Made 'tronical' and 'pushfpopf' less likely to fail by filtering their stderr by njn · 21 years ago
  92. cb13052 by njn · 21 years ago
  93. 1f9f393 wibble by njn · 21 years ago
  94. 5e0db1a wibble by njn · 21 years ago
  95. 34419c1 by njn · 21 years ago
  96. 0c5fac8 Added regression tests for recent bug fix involving accept(), recvfrom() and by njn · 21 years ago
  97. b6483f8 wibble by njn · 21 years ago
  98. 9a90c7b Fixed by njn · 21 years ago
  99. 677e061 fix sigaltstack regression test to be more glibc-version tolerant by daywalker · 21 years ago
  100. f77e4f8 the error is in line 13, not in line 15 by daywalker · 21 years ago