1. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  2. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  3. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  4. 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
  5. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  6. 20917d8 by sewardj · 22 years ago
  7. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  8. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  9. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  10. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  11. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  12. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  13. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  14. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  15. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  16. fbe18b9 Build fixes for Red Hat 6.2. by sewardj · 22 years ago
  17. b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
  18. cfc39b2 Complain about NVidia's libGL.so also when an 0x8C opcode is encountered. by sewardj · 22 years ago
  19. b581a13 Improvements to the error-collecting machinery: by sewardj · 22 years ago
  20. 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 22 years ago
  21. 7e87e38 by sewardj · 22 years ago
  22. c3bd5f5 Ensure that values returned to the client from pthread operations are by sewardj · 22 years ago
  23. bf290b9 Increase default thread stack size to 64k and institute crude by sewardj · 22 years ago
  24. 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 22 years ago
  25. 4f9c934 by njn · 22 years ago
  26. 1bebcbf adjust error count thresholds by sewardj · 22 years ago
  27. f2537be VG_(maybe_add_context): also stop collecting errors when the total by sewardj · 22 years ago
  28. 14e0342 by sewardj · 22 years ago
  29. ebc8233 Allow more slack with VG_STARTUP_STACK_MASK. Also increase some by sewardj · 22 years ago
  30. d8091eb minor tweaks to constants by sewardj · 22 years ago
  31. 56fc53d Fix total b0rkage of signal handling caused by stupidly giving the by sewardj · 22 years ago
  32. 5f07b66 by sewardj · 22 years ago
  33. e6a2524 GDB-attach cleanups. Have our own system() so we don't have to use by sewardj · 22 years ago
  34. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 22 years ago
  35. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 22 years ago
  36. 3b5d886 by sewardj · 22 years ago
  37. aabd5ad VG_(record_free_error) / VG_(record_freemismatch_error) are called by sewardj · 22 years ago
  38. 6072c36 by sewardj · 22 years ago
  39. 604ec3c by sewardj · 22 years ago
  40. 1e8cdc9 by sewardj · 22 years ago
  41. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  42. 45b4b37 by sewardj · 22 years ago
  43. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  44. c7529c3 by sewardj · 22 years ago
  45. 22bafd9 by sewardj · 22 years ago
  46. 8c82451 by sewardj · 22 years ago
  47. 77e466c by sewardj · 22 years ago
  48. bc5b99f by sewardj · 22 years ago
  49. 54cacf0 by sewardj · 22 years ago
  50. 8937c81 by sewardj · 22 years ago
  51. 2e93c50 by sewardj · 22 years ago
  52. 97ced73 Add experimental omission of V-bits for address values, using by sewardj · 22 years ago
  53. 4a7456e Detect FPU instructions which set %EFLAGS and mark the resulting by sewardj · 22 years ago
  54. 3b2736a Fix plumbing of version number from config.h to vg_main.c by sewardj · 22 years ago
  55. fe8a166 Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk> by sewardj · 22 years ago
  56. 4d0ab1f (merge from 20020320) Implement x86 das instruction. by sewardj · 22 years ago
  57. de4a1d0 Initial revision by sewardj · 22 years ago