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