1. 1a1dd8b by njn · 22 years ago
  2. 89745a5 merge rev 1.76.2.7: by sewardj · 22 years ago
  3. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  4. 6431be7 by njn · 22 years ago
  5. 1fe7b00 At request of Ulrich Drepper, call __libc_freeres() after final __NR_exit by sewardj · 22 years ago
  6. a256220 possible fix for valgrinding problem on longer running kernels (2.4.18-SuSE, update 17 days) by daywalker · 22 years ago
  7. 872051c vg_signals.c: vg_oursignalhandler(): don't longjmp() on fatal signal if by sewardj · 22 years ago
  8. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  9. efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
  10. 9a2224b Implement pause(). by sewardj · 22 years ago
  11. 8208ae8 Increase thread limits a bit. by sewardj · 22 years ago
  12. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  13. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  14. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  15. 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
  16. 7cf0bd3 by njn · 22 years ago
  17. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  18. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  19. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  20. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  21. 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
  22. a70ca3f demangle_number: handle base-36 numbers. by sewardj · 22 years ago
  23. ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
  24. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  25. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  26. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  27. 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
  28. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  29. 20917d8 by sewardj · 22 years ago
  30. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  31. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  32. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  33. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  34. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  35. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  36. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  37. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  38. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  39. fbe18b9 Build fixes for Red Hat 6.2. by sewardj · 22 years ago
  40. b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
  41. cfc39b2 Complain about NVidia's libGL.so also when an 0x8C opcode is encountered. by sewardj · 22 years ago
  42. b581a13 Improvements to the error-collecting machinery: by sewardj · 22 years ago
  43. 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 22 years ago
  44. 7e87e38 by sewardj · 22 years ago
  45. c3bd5f5 Ensure that values returned to the client from pthread operations are by sewardj · 22 years ago
  46. bf290b9 Increase default thread stack size to 64k and institute crude by sewardj · 22 years ago
  47. 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 22 years ago
  48. 4f9c934 by njn · 22 years ago
  49. 1bebcbf adjust error count thresholds by sewardj · 22 years ago
  50. f2537be VG_(maybe_add_context): also stop collecting errors when the total by sewardj · 22 years ago
  51. 14e0342 by sewardj · 22 years ago
  52. ebc8233 Allow more slack with VG_STARTUP_STACK_MASK. Also increase some by sewardj · 22 years ago
  53. d8091eb minor tweaks to constants by sewardj · 22 years ago
  54. 56fc53d Fix total b0rkage of signal handling caused by stupidly giving the by sewardj · 22 years ago
  55. 5f07b66 by sewardj · 22 years ago
  56. e6a2524 GDB-attach cleanups. Have our own system() so we don't have to use by sewardj · 22 years ago
  57. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 22 years ago
  58. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 22 years ago
  59. 3b5d886 by sewardj · 22 years ago
  60. aabd5ad VG_(record_free_error) / VG_(record_freemismatch_error) are called by sewardj · 22 years ago
  61. 6072c36 by sewardj · 22 years ago
  62. 604ec3c by sewardj · 22 years ago
  63. 1e8cdc9 by sewardj · 22 years ago
  64. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  65. 45b4b37 by sewardj · 22 years ago
  66. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  67. c7529c3 by sewardj · 22 years ago
  68. 22bafd9 by sewardj · 22 years ago
  69. 8c82451 by sewardj · 22 years ago
  70. 77e466c by sewardj · 22 years ago
  71. bc5b99f by sewardj · 22 years ago
  72. 54cacf0 by sewardj · 22 years ago
  73. 8937c81 by sewardj · 22 years ago
  74. 2e93c50 by sewardj · 22 years ago
  75. 97ced73 Add experimental omission of V-bits for address values, using by sewardj · 22 years ago
  76. 4a7456e Detect FPU instructions which set %EFLAGS and mark the resulting by sewardj · 22 years ago
  77. 3b2736a Fix plumbing of version number from config.h to vg_main.c by sewardj · 22 years ago
  78. fe8a166 Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk> by sewardj · 22 years ago
  79. 4d0ab1f (merge from 20020320) Implement x86 das instruction. by sewardj · 22 years ago
  80. de4a1d0 Initial revision by sewardj · 22 years ago