1. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  2. 64a6a52 ---> 20020613 by sewardj · 22 years ago
  3. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  4. a2541a9 First round of manual update for 1.0. by sewardj · 22 years ago
  5. 088f118 Be more robust to the situation where a signal arrives, and there is a by sewardj · 22 years ago
  6. 2e20763 Make recvfrom() block only the calling thread, not the whole system by sewardj · 22 years ago
  7. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  8. a83005f Remove inclusion of <linux/module.h> and <asm/atomic.h> since that by sewardj · 22 years ago
  9. 3a7b325 Remove bogus assertion. by sewardj · 22 years ago
  10. 09c55fd Allow detected CPU clock rates down to 50 MHz -- slower than the slowest by sewardj · 22 years ago
  11. b7ad5a9 Namespace police woz here by sewardj · 22 years ago
  12. 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
  13. 05b7dfd Whoops, forgot to add this last time. by njn · 22 years ago
  14. 9b3366a by njn · 22 years ago
  15. 526e3fd A few minor improvements. by njn · 22 years ago
  16. 8fb5a29 Updated Cachegrind section for the CPUID-addition/vg_cachegen-removal. by njn · 22 years ago
  17. 7cf0bd3 by njn · 22 years ago
  18. e306ffe Converted some stab-reading assertions into warnings. by njn · 22 years ago
  19. 924bc00 More RH73 suppressions. by sewardj · 22 years ago
  20. aa4c2df ---> 20020606 by sewardj · 22 years ago
  21. 9bf05a8 Add pthread suppressions. by sewardj · 22 years ago
  22. 57f12d3 Fix typo in VALGRIND_MAKE_WRITABLE. by sewardj · 22 years ago
  23. 59da27a Cancellation wrapper for recvmsg. by sewardj · 22 years ago
  24. 645030e When a thread in a nanosleep() wait is interrupted by a non-restartable by sewardj · 22 years ago
  25. 04b9106 Only terminate stack traces when the %ebp trail goes cold, and not by sewardj · 22 years ago
  26. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  27. b79ad34 by njn · 22 years ago
  28. 4294fd4 by njn · 22 years ago
  29. 95114da Added compile-time option to print instruction addresses for each line in by njn · 22 years ago
  30. 7107e5e Tiny documentation wibbles by njn · 22 years ago
  31. a601817 A pthread error suppression. by sewardj · 22 years ago
  32. 7dd310d ---> 20020604 by sewardj · 22 years ago
  33. 5a3798b Check addressibility of client-space addresses passed to pthread_* by sewardj · 22 years ago
  34. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  35. 3d7c8d6 - report the size requested size in pthread_attr_setstacksize() when by sewardj · 22 years ago
  36. e509f4f More assertion-failure avoidance in the stabs reader. by sewardj · 22 years ago
  37. b5045ef malloc_aligned: allow 262144 by sewardj · 22 years ago
  38. b83b6a7 Whitespace only. by sewardj · 22 years ago
  39. 0e357db Fix bug in signal handling in threads shown by Peter Gober: by sewardj · 22 years ago
  40. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  41. b91b58e ---> 20020603 by sewardj · 22 years ago
  42. 32515c2 Call VG_(read_symbols) also from the new __NR_mmap2. by sewardj · 22 years ago
  43. 457cc47 Make my_assert_fail static. by sewardj · 22 years ago
  44. cbd1b5d More RH 7.3 fixes by sewardj · 22 years ago
  45. 5b754b4 Move the -mpreferred-stack-boundary test for gcc later on, so it does not by sewardj · 22 years ago
  46. 1f72a47 Autoconf test for asm/atomic.h. Hopefully fixes build probs on RH 7.3. by sewardj · 22 years ago
  47. 3e909ce Feature tests for [whether sched_param has a sched_priority member] by sewardj · 22 years ago
  48. a9fad52 ioctl(generic): don't do make_readable(NULL, ...) by sewardj · 22 years ago
  49. 9f4808b ---> 20020602 by sewardj · 22 years ago
  50. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  51. 19d8141 Sanity check VG_LIBDIR (the --libdir= config value) at startup to detect by sewardj · 22 years ago
  52. 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
  53. 0d84423 Do pthread_atter_{set,get}scope. by sewardj · 22 years ago
  54. 43c356f Remove historical artefact. by sewardj · 22 years ago
  55. 9d8bcc5 Implement __NR_mlock (Marc Mutz <mutz@kde.org>) by sewardj · 22 years ago
  56. 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
  57. af8abba Markup bug. by sewardj · 22 years ago
  58. e097ec2 Add ioctl BLKGETSIZE. by sewardj · 22 years ago
  59. 3c23d43 Update author attributions. by sewardj · 22 years ago
  60. b51f2e6 Clean up and modularise debug info reading a little. The stabs and by sewardj · 22 years ago
  61. f859246 ---> 20020601 by sewardj · 22 years ago
  62. c134dd9 Preliminary commit of DWARF2 debug info reader from by sewardj · 22 years ago
  63. 2d8b3f0 Remove old rwlock implementation and replace with home-grown one. by sewardj · 22 years ago
  64. a70ca3f demangle_number: handle base-36 numbers. by sewardj · 22 years ago
  65. 055fbb8 Add a TODO entry for valgrind-1.0. by sewardj · 22 years ago
  66. ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
  67. 4fb1d2c More X suppressions. by sewardj · 22 years ago
  68. a4b87f6 Implement ADC Eb,Gb. Truly an unpopular instruction if it took anyone this by sewardj · 22 years ago
  69. 56d7518 Change counts a bit so as not to spew out so much junk. by sewardj · 22 years ago
  70. af00b6d Fix stupid copy-n-paste bug in do_set_canceltype causing strange stack by sewardj · 22 years ago
  71. 4530f80 Tests for cancellation/cleanup mechanisms. by sewardj · 22 years ago
  72. b60c1ad Update TODO lists at the top of the file. by sewardj · 22 years ago
  73. 9a66454 Make __pthread_kill_other_threads_np be UNIMPLEMENTED. If it turns out by sewardj · 22 years ago
  74. d8e919e pthread_cond_timedwait: be robust to timeout points in the past by sewardj · 22 years ago
  75. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  76. 67a3bec Set client mem permissions in do__cleanup_pop. by sewardj · 22 years ago
  77. d140e44 Check for pending cancellation requests at syscalls which POSIX by sewardj · 22 years ago
  78. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  79. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  80. 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
  81. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  82. 20917d8 by sewardj · 22 years ago
  83. a1ac5cb Support for POSIX reader-writer locks (preliminary). by sewardj · 22 years ago
  84. 402c936 Avoid make_readable ( NULL, ... ) in ioctl SIOCGIFCONF. by sewardj · 22 years ago
  85. 6e6cbaa Comment out debug printing. by sewardj · 22 years ago
  86. 32af6cc ---> 20020524 by sewardj · 22 years ago
  87. 67f1d58 More minor fixes to make OpenOffice 1.0 work. by sewardj · 22 years ago
  88. 83798bf Make syscall sched_yield just yield the current thread rather than the by sewardj · 22 years ago
  89. fa35651 Comment-only change: add a list of known problems with the signal simulator. by sewardj · 22 years ago
  90. a464e5c Debug message wibble. by sewardj · 22 years ago
  91. 55314d4 Don't complain the second arg of __NR_setitimer by sewardj · 22 years ago
  92. 6a3c26e Fix small bug causing assertion failure in computation of SKSS. by sewardj · 22 years ago
  93. 9bc7216 Add test for correct handling of read/write with invalid fds. by sewardj · 22 years ago
  94. 3947e62 sched_do_syscalls: properly handle invalid fd in read/write, rather by sewardj · 22 years ago
  95. 705d3cb Make accept() be nonblocking. by sewardj · 22 years ago
  96. ac02b2a Update for sigaltstack by sewardj · 22 years ago
  97. 2ca8576 ---> 20020522 by sewardj · 22 years ago
  98. 9b805b6 sigaltstack -> sigaltstack.c by sewardj · 22 years ago
  99. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  100. ff42d1d Implement pthread_yield. by sewardj · 22 years ago