1. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  2. 67a3bec Set client mem permissions in do__cleanup_pop. by sewardj · 22 years ago
  3. d140e44 Check for pending cancellation requests at syscalls which POSIX by sewardj · 22 years ago
  4. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  5. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  6. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  7. 20917d8 by sewardj · 22 years ago
  8. 83798bf Make syscall sched_yield just yield the current thread rather than the by sewardj · 22 years ago
  9. 3947e62 sched_do_syscalls: properly handle invalid fd in read/write, rather by sewardj · 22 years ago
  10. 705d3cb Make accept() be nonblocking. by sewardj · 22 years ago
  11. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  12. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  13. 3a951cf More new-signal-hacks fixes. by sewardj · 22 years ago
  14. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  15. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  16. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  17. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  18. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  19. 8e651d7 Support _m_kind == PTHREAD_MUTEX_FAST_NP for mutexes. This was stopping by sewardj · 22 years ago
  20. 8ccc2be Fix confusing bug in printing of trace info for mutex_{try}lock. by sewardj · 22 years ago
  21. 1de04f1 Return zero to the *parent* thread when pthread_create succeeds. by sewardj · 22 years ago
  22. 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 22 years ago
  23. 7e87e38 by sewardj · 22 years ago
  24. c3bd5f5 Ensure that values returned to the client from pthread operations are by sewardj · 22 years ago
  25. bf290b9 Increase default thread stack size to 64k and institute crude by sewardj · 22 years ago
  26. 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 22 years ago
  27. b3eef6b Add debugging hooks, currently disabled. by sewardj · 22 years ago
  28. aec22c0 Fix a subtle (?) bug in sched_do_syscall to with read/write calls for by sewardj · 22 years ago
  29. 1ffa8da handle_signal_return: when a waiting read/write syscall is interrupted by sewardj · 22 years ago
  30. 853f55d Fix various bugs getting in the way of licq starting up. by sewardj · 22 years ago
  31. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 22 years ago
  32. 51c0aaf by sewardj · 22 years ago
  33. 7ccc5c2 VG_(oursignalhandler): when catching a fatal signal, don't longjmp by sewardj · 22 years ago
  34. 14e0342 by sewardj · 22 years ago
  35. d7fd4d2 Fast-track pthread_mutex_{lock,unlock} in the scheduler. This reduces by sewardj · 22 years ago
  36. 5f07b66 by sewardj · 22 years ago
  37. 2a1dcce Compilation fixes for glibc-2.1.X systems. (Lionel Ulmer). by sewardj · 22 years ago
  38. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 22 years ago
  39. 0555387 Add comments explaining checks made by scheduler_sanity(). by sewardj · 22 years ago
  40. 3b5d886 by sewardj · 22 years ago
  41. 6072c36 by sewardj · 22 years ago
  42. 604ec3c by sewardj · 22 years ago
  43. 1e8cdc9 by sewardj · 22 years ago
  44. f8f819e Sanity check mutex implementation, and add support for recursive mutexes. by sewardj · 22 years ago
  45. 9d1b5d3 Get rid of bogus vg_assert(VG_(bbs_done) < 1000000); by sewardj · 22 years ago
  46. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  47. 45b4b37 by sewardj · 22 years ago
  48. 9650c99 Handle VG_USERREQ__PTHREAD_GET_THREADID and VG_USERREQ__RUNNING_ON_VALGRIND by sewardj · 22 years ago
  49. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  50. 9a199dc by sewardj · 22 years ago
  51. 8c82451 by sewardj · 22 years ago
  52. 75fe189 by sewardj · 22 years ago
  53. 77e466c by sewardj · 22 years ago
  54. e462e20 by sewardj · 22 years ago
  55. bc5b99f by sewardj · 22 years ago
  56. 54cacf0 by sewardj · 22 years ago
  57. 8937c81 by sewardj · 22 years ago
  58. e663cb9 New files to support pthreads. by sewardj · 22 years ago