1. 2a8141a Implement fnstenv (store FPU environment, but not regs AIUI) (Jeff Epler) by sewardj · 22 years ago
  2. c26b448 Print additional useful information immediately prior to by sewardj · 22 years ago
  3. 872051c vg_signals.c: vg_oursignalhandler(): don't longjmp() on fatal signal if by sewardj · 22 years ago
  4. ec635b6 Make sigsuspend() work well enough to keep zsh hackers happy. by sewardj · 22 years ago
  5. 18a62ff Make VG_USERREQ__PTHREAD_YIELD actually yield the thread. This used by sewardj · 22 years ago
  6. 77f0fc1 Check for signals to be delivered after every syscall. This avoids by sewardj · 22 years ago
  7. 21be1e3 Add comments about syscall wrapper problems. by sewardj · 22 years ago
  8. ee8487d ---> 1.0pre4 by sewardj · 22 years ago
  9. 83abe43 Add helpful info for package builders. by sewardj · 22 years ago
  10. 365a851 Final documentation updates for 1.0. by sewardj · 22 years ago
  11. bc7d878 Implement --weird-hacks=truncate-writes to limit the size of write syscalls by sewardj · 22 years ago
  12. 89f20fd cleanup_after_thread_exited: also clean up the waiting_fds table on thread by sewardj · 22 years ago
  13. e8fb72e Make --stop-after= work again. by sewardj · 22 years ago
  14. 7f03733 ---> 1.0pre3 by sewardj · 22 years ago
  15. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  16. 986b0f8 Removed line about Cachegrind being experimental. by njn · 22 years ago
  17. a1269e4 Partial implementation of mallinfo() (Ilpo Ruotsalainen) by sewardj · 22 years ago
  18. 5c509a1 parse_cache_opt: Move free() of opt past last use. by sewardj · 22 years ago
  19. 6314442 Forgot to VG_(free) a VG_(strdup)'d string. by njn · 22 years ago
  20. d583e2c Make __pthread_clock_gettime and __pthread_clock_settime appear for by sewardj · 22 years ago
  21. 05bb2c9 select() and poll(): change order of events in main timing loop by sewardj · 22 years ago
  22. d1c1cf2 wait_for_fd_to_be_readable_or_erring: return immediately if fd is by sewardj · 22 years ago
  23. 0c2f0d7 vg_push_signal_frame: make the siginfo and ucontext fields readable too. by sewardj · 22 years ago
  24. b1bcd26 A libXpm suppression. by sewardj · 22 years ago
  25. 728a527 Fix subtle bug in the interaction between pthread_create and thread_wrapper, by sewardj · 22 years ago
  26. 124ca2a Rationalise client-request handling a bit, by merging the two switches by sewardj · 22 years ago
  27. 7fb5921 --> 1.0pre2 by sewardj · 22 years ago
  28. ed2b8b1 Add test case for sigpending(). by sewardj · 22 years ago
  29. 1d6b3a2 Make recv block only the calling thread, not the entire process. by sewardj · 22 years ago
  30. be23ae7 Add __NR_truncate64. by sewardj · 22 years ago
  31. 4018392 Clear up historical artefacts. by sewardj · 22 years ago
  32. efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
  33. 9a2224b Implement pause(). by sewardj · 22 years ago
  34. d72a7d3 Get rid of ancient stuff. by sewardj · 22 years ago
  35. 47e4e31 Do pthread_rwlockattr_init. by sewardj · 22 years ago
  36. 6ea2938 Add __NR_fdatasync. Also fix some formatting. by sewardj · 22 years ago
  37. 436c2db Do siglongjmp, although without running cleanup handlers in the section by sewardj · 22 years ago
  38. 8ce25cd Further mess with the X config checks, so as to get a reasonably by sewardj · 22 years ago
  39. d84606d - Check DWARF2 reader against spec. Add some clarifications and by sewardj · 22 years ago
  40. 8208ae8 Increase thread limits a bit. by sewardj · 22 years ago
  41. a3be12f Add pthread_attr_setschedpolicy / pthread_attr_getschedpolicy. by sewardj · 22 years ago
  42. 08a50f6 Formatting cleanups in the dwarf2 reader, and some debug printing hooks. by sewardj · 22 years ago
  43. 0076f54 Fix bug in and simply parameter access checks for pthread_sigmask. by sewardj · 22 years ago
  44. 83205b3 Disable debug printing on BB discard. by sewardj · 22 years ago
  45. 9b9e10a ---> 1.0pre1 Yay! by sewardj · 22 years ago
  46. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  47. 64a6a52 ---> 20020613 by sewardj · 22 years ago
  48. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  49. a2541a9 First round of manual update for 1.0. by sewardj · 22 years ago
  50. 088f118 Be more robust to the situation where a signal arrives, and there is a by sewardj · 22 years ago
  51. 2e20763 Make recvfrom() block only the calling thread, not the whole system by sewardj · 22 years ago
  52. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  53. a83005f Remove inclusion of <linux/module.h> and <asm/atomic.h> since that by sewardj · 22 years ago
  54. 3a7b325 Remove bogus assertion. by sewardj · 22 years ago
  55. 09c55fd Allow detected CPU clock rates down to 50 MHz -- slower than the slowest by sewardj · 22 years ago
  56. b7ad5a9 Namespace police woz here by sewardj · 22 years ago
  57. 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
  58. 05b7dfd Whoops, forgot to add this last time. by njn · 22 years ago
  59. 9b3366a by njn · 22 years ago
  60. 526e3fd A few minor improvements. by njn · 22 years ago
  61. 8fb5a29 Updated Cachegrind section for the CPUID-addition/vg_cachegen-removal. by njn · 22 years ago
  62. 7cf0bd3 by njn · 22 years ago
  63. e306ffe Converted some stab-reading assertions into warnings. by njn · 22 years ago
  64. 924bc00 More RH73 suppressions. by sewardj · 22 years ago
  65. aa4c2df ---> 20020606 by sewardj · 22 years ago
  66. 9bf05a8 Add pthread suppressions. by sewardj · 22 years ago
  67. 57f12d3 Fix typo in VALGRIND_MAKE_WRITABLE. by sewardj · 22 years ago
  68. 59da27a Cancellation wrapper for recvmsg. by sewardj · 22 years ago
  69. 645030e When a thread in a nanosleep() wait is interrupted by a non-restartable by sewardj · 22 years ago
  70. 04b9106 Only terminate stack traces when the %ebp trail goes cold, and not by sewardj · 22 years ago
  71. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  72. b79ad34 by njn · 22 years ago
  73. 4294fd4 by njn · 22 years ago
  74. 95114da Added compile-time option to print instruction addresses for each line in by njn · 22 years ago
  75. 7107e5e Tiny documentation wibbles by njn · 22 years ago
  76. a601817 A pthread error suppression. by sewardj · 22 years ago
  77. 7dd310d ---> 20020604 by sewardj · 22 years ago
  78. 5a3798b Check addressibility of client-space addresses passed to pthread_* by sewardj · 22 years ago
  79. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  80. 3d7c8d6 - report the size requested size in pthread_attr_setstacksize() when by sewardj · 22 years ago
  81. e509f4f More assertion-failure avoidance in the stabs reader. by sewardj · 22 years ago
  82. b5045ef malloc_aligned: allow 262144 by sewardj · 22 years ago
  83. b83b6a7 Whitespace only. by sewardj · 22 years ago
  84. 0e357db Fix bug in signal handling in threads shown by Peter Gober: by sewardj · 22 years ago
  85. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  86. b91b58e ---> 20020603 by sewardj · 22 years ago
  87. 32515c2 Call VG_(read_symbols) also from the new __NR_mmap2. by sewardj · 22 years ago
  88. 457cc47 Make my_assert_fail static. by sewardj · 22 years ago
  89. cbd1b5d More RH 7.3 fixes by sewardj · 22 years ago
  90. 5b754b4 Move the -mpreferred-stack-boundary test for gcc later on, so it does not by sewardj · 22 years ago
  91. 1f72a47 Autoconf test for asm/atomic.h. Hopefully fixes build probs on RH 7.3. by sewardj · 22 years ago
  92. 3e909ce Feature tests for [whether sched_param has a sched_priority member] by sewardj · 22 years ago
  93. a9fad52 ioctl(generic): don't do make_readable(NULL, ...) by sewardj · 22 years ago
  94. 9f4808b ---> 20020602 by sewardj · 22 years ago
  95. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  96. 19d8141 Sanity check VG_LIBDIR (the --libdir= config value) at startup to detect by sewardj · 22 years ago
  97. 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
  98. 0d84423 Do pthread_atter_{set,get}scope. by sewardj · 22 years ago
  99. 43c356f Remove historical artefact. by sewardj · 22 years ago
  100. 9d8bcc5 Implement __NR_mlock (Marc Mutz <mutz@kde.org>) by sewardj · 22 years ago