1. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  2. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  3. 288b766 Adding files from Tom Hughes' SSE-completion patch, which I forgot yesterday. by nethercote · 20 years ago
  4. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 20 years ago
  5. 60eec94 Debork regtests by fitzhardinge · 21 years ago
  6. 3547d0b portability by mueller · 21 years ago
  7. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  8. c371dcf Fix yet more "make dist" borkage by nethercote · 21 years ago
  9. 92f0b80 only say something if there is something to say by mueller · 21 years ago
  10. 137bc55 by nethercote · 21 years ago
  11. a70ab4d Oops, add new files by fitzhardinge · 21 years ago
  12. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  13. 9c1f63c Change things so that helgrind regtests pass on my machine -- changed stderr by njn · 21 years ago
  14. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  15. aca67c5 by njn · 21 years ago
  16. 33f4323 Allow for 1 and 2 digit pids by njn · 21 years ago
  17. 7e73e5f spelling fixes by daywalker · 21 years ago
  18. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  19. a63e2d7 by njn · 21 years ago
  20. d541229 by sewardj · 21 years ago
  21. 42e23f2 by njn · 21 years ago
  22. cb13052 by njn · 21 years ago
  23. 5b88111 be a bit more libc tolerant by daywalker · 21 years ago
  24. 71fe3e6 by njn · 21 years ago
  25. 9fb16f5 Now counting tests and stdout failures and stderr failures separately and by njn · 21 years ago
  26. bb93698 - fix regression tests counting by daywalker · 21 years ago
  27. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  28. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  29. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  30. d8ced86 by njn · 21 years ago
  31. 67aa818 by sewardj · 21 years ago
  32. f5ef185 fix make distcheck with newer automake by daywalker · 21 years ago
  33. 2f68595 Don't assume Perl lives in /usr/bin; do a proper test for it. by sewardj · 22 years ago
  34. bf89f31 by njn · 22 years ago
  35. 23f14c9 Unbreak make dist / make distcheck. by sewardj · 22 years ago
  36. 584eaac by njn · 22 years ago
  37. 4d5490d by njn · 22 years ago
  38. 4e6dc34 *** empty log message *** by njn · 22 years ago
  39. f2df9b5 by njn · 22 years ago
  40. db3c469 by njn · 22 years ago
  41. d04b7c6 by njn · 22 years ago
  42. 9bc8c00 by njn · 22 years ago
  43. c953984 by njn · 22 years ago
  44. b792beb by njn · 22 years ago
  45. fc76169 by njn · 22 years ago
  46. 4ba5a79 by njn · 22 years ago
  47. c2e7f48 by njn · 22 years ago
  48. a217f3d by njn · 22 years ago
  49. 8923f55 by njn25 · 22 years ago
  50. e2ecdfc Wibble. by njn25 · 22 years ago
  51. ab72603 by njn25 · 22 years ago
  52. d4aa2b9 by njn25 · 22 years ago
  53. cac76cb by njn25 · 22 years ago
  54. a8c09a8 by njn25 · 22 years ago
  55. c1f0738 Removing files for total repo restructuring; these files were moved elsewhere by *hacking the repository directly* by njn25 · 22 years ago
  56. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  57. 22fea73 Test case for resolver bug fixed by vg_libpthread.c rev 1.91. Thanks to by sewardj · 22 years ago
  58. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  59. ed2b8b1 Add test case for sigpending(). by sewardj · 22 years ago
  60. 9a2224b Implement pause(). by sewardj · 22 years ago
  61. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  62. 0e357db Fix bug in signal handling in threads shown by Peter Gober: by sewardj · 22 years ago
  63. 56d7518 Change counts a bit so as not to spew out so much junk. by sewardj · 22 years ago
  64. 4530f80 Tests for cancellation/cleanup mechanisms. by sewardj · 22 years ago
  65. 6a3c26e Fix small bug causing assertion failure in computation of SKSS. by sewardj · 22 years ago
  66. 9bc7216 Add test for correct handling of read/write with invalid fds. by sewardj · 22 years ago
  67. 9b805b6 sigaltstack -> sigaltstack.c by sewardj · 22 years ago
  68. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  69. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  70. 3079260 Add test from Lionel Ulmer showing incorrect behaviour of overloaded by sewardj · 22 years ago
  71. 9a8120e Add a test for semaphore facilities: the Dining Philosophers, no less. by sewardj · 22 years ago
  72. 6863d39 Add some more recent tests. by sewardj · 22 years ago
  73. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  74. 3a951cf More new-signal-hacks fixes. by sewardj · 22 years ago
  75. 811d141 Add another threads+signals test case along with the fix to make it work. by sewardj · 22 years ago
  76. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  77. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  78. da2b986 Add a very simple test for pthread_once(). by sewardj · 22 years ago
  79. 3059442 Add test for stupid malloc etc args. by sewardj · 22 years ago
  80. d7fd4d2 Fast-track pthread_mutex_{lock,unlock} in the scheduler. This reduces by sewardj · 22 years ago
  81. 5f07b66 by sewardj · 22 years ago
  82. 3b5d886 by sewardj · 22 years ago
  83. ea8bfd8 ignore by daywalker · 22 years ago
  84. 7cf4875 Fix -Wall complaints. by sewardj · 22 years ago
  85. 0ece28b by sewardj · 22 years ago
  86. a5abdaa Add fairly comprehensive test case for bt/bts/btc/btc, mem and reg by sewardj · 22 years ago
  87. d985979 by sewardj · 22 years ago
  88. 2e93c50 by sewardj · 22 years ago
  89. 7b8c9e7 Add spurious comment. by sewardj · 22 years ago
  90. 00ccc35 From the OReilly book, page 15. Uses _create and _join. by sewardj · 22 years ago
  91. bbc9419 Someone claimed that this gives reads below %esp when compiled with by sewardj · 22 years ago
  92. 0ca2a6b (VG_(do__NR_sigaction)): Don't allow setting of by sewardj · 22 years ago
  93. 11818b2 Add a couple of bogons people sent. by sewardj · 22 years ago
  94. 5c2d9ce compile wibble by sewardj · 22 years ago
  95. 3125694 Add test case for the fucomip probable-bug. by sewardj · 22 years ago
  96. fe8a166 Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk> by sewardj · 22 years ago
  97. e721a52 improved the build system by gobry · 22 years ago
  98. de4a1d0 Initial revision by sewardj · 22 years ago