1. 58bef2e Add test for correct errno handling in threaded programs. by sewardj · 21 years ago
  2. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  3. 1eefb15 Push version tag along, to cvs-head-2003-07-13. by sewardj · 21 years ago
  4. c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
  5. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  6. f9025f7 add_MAC_Chunk: mark shadow block as off-limits to the client so that by sewardj · 21 years ago
  7. f1accbc Whitespace-only change. by sewardj · 21 years ago
  8. f9e1be2 Run this test -q by sewardj · 21 years ago
  9. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  10. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  11. 7b579f7 Give corecheck a SK_(update_extra) so it doesn't panic on by sewardj · 21 years ago
  12. 25c7c3a by sewardj · 21 years ago
  13. 7294b71 Add iffdeffery to allow testing the call to the DNS resolver in either by sewardj · 21 years ago
  14. 33f4323 Allow for 1 and 2 digit pids by njn · 21 years ago
  15. 0b666d8 Dodge around more glibc variants. by sewardj · 21 years ago
  16. 4855c05 Fix a whole lot more regression tests on Red Hat 7.3. by sewardj · 21 years ago
  17. b72d973 Undo mistaken rev 1.54. by sewardj · 21 years ago
  18. 7e93819 Make more tests glibc-2.X robust. by sewardj · 21 years ago
  19. 708355b Try and make different gcc versions agree on source locations. Sigh. by sewardj · 21 years ago
  20. befdfbd Make some more tests more robust against glibc differences. by sewardj · 21 years ago
  21. 51a9fe1 A regression test for the new VALGRIND_{GET,SET}_VBITS macros. by sewardj · 21 years ago
  22. 55515ff Make these work on Red Hat 7.3 (by giving -q) by sewardj · 21 years ago
  23. f6bb071 Run the test with -q so that it works both on glibc-2.2 and 2.3. The by sewardj · 21 years ago
  24. 68e281a Make it compile with older compilers. by sewardj · 21 years ago
  25. e201b40 make check more portable, patch by Matthew Emmerton by daywalker · 21 years ago
  26. 989dad9 Increase default number of supported threads from 50 to 100. by sewardj · 21 years ago
  27. 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
  28. 9ac747a Restarting valgrind-listener quickly can produce: by sewardj · 21 years ago
  29. f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago
  30. 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
  31. a51cc09 Handle XCHG eAX,eBP. by sewardj · 21 years ago
  32. e54b69d string_match_wrk(): increase max recursion depth to 500. by sewardj · 21 years ago
  33. d1393e5 VGR_(select): be robust against negative timeout values (treat as zero). by sewardj · 21 years ago
  34. 3058e04 The Pentium 4 recycles the CS segment override prefix (0x2E) to mean by sewardj · 21 years ago
  35. af48a60 Add patch from Nick to get proper backtraces in by sewardj · 21 years ago
  36. ee07084 Add memcheck client requests VALGRIND_GET_VBITS / VALGRIND_SET_VBITS by sewardj · 21 years ago
  37. 51cb694 whops by daywalker · 21 years ago
  38. ebd45b6 use the automake feature for dist-bzip2 by daywalker · 21 years ago
  39. 7e73e5f spelling fixes by daywalker · 21 years ago
  40. 8b186ac add failing test by daywalker · 21 years ago
  41. 01f192e by njn · 21 years ago
  42. 7e1b3b2 wibble by njn · 21 years ago
  43. 4395356 Added (trivially) "XCHG eAX,eSP" instruction. by njn · 21 years ago
  44. 9a07c22 by njn · 21 years ago
  45. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  46. 319ddec comment only by njn · 21 years ago
  47. 2392dd6 make sure that the cpuid of the simulated CPUID doesn't pretend by daywalker · 21 years ago
  48. 2aaa2ca Move two variable declarations to the start of their enclosing blocks. by njn · 21 years ago
  49. 9dd209f A few more SSEs. by sewardj · 21 years ago
  50. 745561e Make the CPUID helper really do cpuid, so that what is returned by sewardj · 21 years ago
  51. 2db567e A few more SSE float (scalar,packed) insns. Something is not right; by sewardj · 21 years ago
  52. 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago
  53. 095c3bc Add some more SSE/SSE2 floating point instructions. by sewardj · 21 years ago
  54. e9212b3 AC_PROG_EGREP wasn't too portable after all. Better fixing it the lame but by daywalker · 21 years ago
  55. abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
  56. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  57. bc148f2 Fill in a whole bunch of boring-ass SSE SIMD-integer insns. by sewardj · 21 years ago
  58. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  59. 6bc4055 - Comment out SSE uinstrs which have not so far been used. by sewardj · 21 years ago
  60. e64b684 Remove debug printing that sneaked in. by sewardj · 21 years ago
  61. 1863abc Teach AddrCheck about some SSE uinstrs. by sewardj · 21 years ago
  62. 5d58cb4 Do SSE insns PSRLDQ, PSLLDQ by sewardj · 21 years ago
  63. 7c4b604 Get rid of spurious declaration for fooble. by sewardj · 21 years ago
  64. a453fb0 More SSE instructions. by sewardj · 21 years ago
  65. ea691a1 Add yet more SSE/SSE2 instructions. The party never stops here at by sewardj · 21 years ago
  66. 2ca39a1 - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). by sewardj · 21 years ago
  67. 8f33ba6 Fix code generation errors for the SSE3g_ family. This fixes various by sewardj · 21 years ago
  68. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  69. 39209d4 several wibbles: added some missing types in function protos, some missing by njn · 21 years ago
  70. fd7c231 don't bail out when pthread_once's init route calls itself recursively by daywalker · 21 years ago
  71. b31b06d Tonight's installment of SSE madness. Add a couple more nasties by sewardj · 21 years ago
  72. b452ba4 Whoops, should have committed this when I added SIOCOUTQ ioctl. by njn · 21 years ago
  73. f31d5e3 Added SIOCOUTQ ioctl, thanks to Lennert Buytenhek <buytenh@gnu.org>. by njn · 21 years ago
  74. a63e2d7 by njn · 21 years ago
  75. 75b31b3 Update, obviously hasn't been for a while, was majorly out of date and by njn · 21 years ago
  76. 47c8af4 Minor improvement. by njn · 21 years ago
  77. c061666 Added support for Value16 and Addr16 error suppressions. by njn · 21 years ago
  78. 02af6bc Fill in a few more SSE/SSE2 insns, with current aim of being able to by sewardj · 21 years ago
  79. 458f236 revert last commit. too unportable by daywalker · 21 years ago
  80. 6d48789 distribute glibc 2.3 suppression file by daywalker · 21 years ago
  81. 09e51ce Fixed stupid bugs in overlap detection. by njn · 21 years ago
  82. bfa6bce Fix problem with LAHF. by njn · 21 years ago
  83. b7a818d Fixed bug in first attempt at 'lahf'. So much for my supposed testing. by njn · 21 years ago
  84. e187999 suppressions by daywalker · 21 years ago
  85. 4d1a9bf wibble by njn · 21 years ago
  86. d6251f1 by njn · 21 years ago
  87. c30277f by njn · 21 years ago
  88. 9e68666 fixing minor oddity in configure output by daywalker · 21 years ago
  89. 781132b some makefile massaging to avoid that things get compiled during make install by daywalker · 21 years ago
  90. bc41fbe fix expected output by daywalker · 21 years ago
  91. 12bdc60 make the new symbols weak to fix the new_override testcase. by daywalker · 21 years ago
  92. c5c3447 whoops. one more by daywalker · 21 years ago
  93. 6672df0 unbreak make regtest again by daywalker · 21 years ago
  94. 35a1779 Add some more SSE insns. by sewardj · 21 years ago
  95. c5c1b18 comments only by njn · 21 years ago
  96. 0aae1bf some ignores by daywalker · 21 years ago
  97. de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
  98. 4a6a44f minor code simplification by daywalker · 21 years ago
  99. 63f6f78 add glibc 2.3 suppression file before I loose it again :( by daywalker · 21 years ago
  100. 7700d68 compiler warning cleanups by daywalker · 21 years ago