1. 9a2224b Implement pause(). by sewardj · 22 years ago
  2. 47e4e31 Do pthread_rwlockattr_init. by sewardj · 22 years ago
  3. 436c2db Do siglongjmp, although without running cleanup handlers in the section by sewardj · 22 years ago
  4. a3be12f Add pthread_attr_setschedpolicy / pthread_attr_getschedpolicy. by sewardj · 22 years ago
  5. 2e20763 Make recvfrom() block only the calling thread, not the whole system by sewardj · 22 years ago
  6. 59da27a Cancellation wrapper for recvmsg. by sewardj · 22 years ago
  7. 645030e When a thread in a nanosleep() wait is interrupted by a non-restartable by sewardj · 22 years ago
  8. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  9. 3d7c8d6 - report the size requested size in pthread_attr_setstacksize() when by sewardj · 22 years ago
  10. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  11. 457cc47 Make my_assert_fail static. by sewardj · 22 years ago
  12. 3e909ce Feature tests for [whether sched_param has a sched_priority member] by sewardj · 22 years ago
  13. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  14. 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
  15. 0d84423 Do pthread_atter_{set,get}scope. by sewardj · 22 years ago
  16. 2d8b3f0 Remove old rwlock implementation and replace with home-grown one. by sewardj · 22 years ago
  17. ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
  18. 9a66454 Make __pthread_kill_other_threads_np be UNIMPLEMENTED. If it turns out by sewardj · 22 years ago
  19. d8e919e pthread_cond_timedwait: be robust to timeout points in the past by sewardj · 22 years ago
  20. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  21. d140e44 Check for pending cancellation requests at syscalls which POSIX by sewardj · 22 years ago
  22. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  23. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  24. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  25. 20917d8 by sewardj · 22 years ago
  26. a1ac5cb Support for POSIX reader-writer locks (preliminary). by sewardj · 22 years ago
  27. 6e6cbaa Comment out debug printing. by sewardj · 22 years ago
  28. 67f1d58 More minor fixes to make OpenOffice 1.0 work. by sewardj · 22 years ago
  29. 705d3cb Make accept() be nonblocking. by sewardj · 22 years ago
  30. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  31. 7f6456d Don't mask libc's vfork / __vfork: by sewardj · 22 years ago
  32. 8f253ff Implement semaphore functions. by sewardj · 22 years ago
  33. 39b93b1 Cancellation wrappers for pread/pwrite (Philip Martin). by sewardj · 22 years ago
  34. a18e210 Cancellation wrapper for __pwrite64 (Adam Zell(?)) by sewardj · 22 years ago
  35. 726c412 Cancellation wrapper for pread64. by sewardj · 22 years ago
  36. 0286dd5 Minimal impl of pthread_attr_setstacksize. by sewardj · 22 years ago
  37. 3665ded Cancellation wrapper for sendmsg(), wierd wrapper for raise(). by sewardj · 22 years ago
  38. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  39. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  40. bea1caa Hook libpthread.so's .init section to start up Valgrind too. by sewardj · 22 years ago
  41. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  42. 68b2dd9 Modify the startup mechanism so that any call into valgrind's libpthread.so by sewardj · 22 years ago
  43. 60e3842 Change _pthread_cleanup_push and _pthread_cleanup_pop into no-ops by sewardj · 22 years ago
  44. bb99078 Do __pthread_initialize. by sewardj · 22 years ago
  45. d529a44 Fix from Lionel Ulmer to not have an infinite loop/stack overflow by sewardj · 22 years ago
  46. 439d45e Various cleanups following earlier exit fixes. Also add boilerplate by sewardj · 22 years ago
  47. 262b029 Fix typo to do with rwlock aliasing. by sewardj · 22 years ago
  48. d4f2c71 Make pthread_mutexattr_setkind_np be an alias of__pthread_mutexattr_settype. by sewardj · 22 years ago
  49. 650ac00 Fix really stupid error in computation of timeout point in nonblocking by sewardj · 22 years ago
  50. 70adeb2 Allow apparently invalid keys in libc_internal_tsd_{get,set}. This by sewardj · 22 years ago
  51. 060b04f Fix more stuff broken by recent exported-symbol hackery. by sewardj · 22 years ago
  52. 436e058 Finish first pass of the symbols cleanup. Only versioned symbols remain to do. by sewardj · 22 years ago
  53. 5905fae Mess around with aliases to make the exported T/D/W syms look like those by sewardj · 22 years ago
  54. 5716dbb by sewardj · 22 years ago
  55. 853f55d Fix various bugs getting in the way of licq starting up. by sewardj · 22 years ago
  56. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 22 years ago
  57. 956cc1b Jiggle timing delays yet again. by sewardj · 22 years ago
  58. be32e45 Wrappers for open64/lseek64. by sewardj · 22 years ago
  59. ab0b1c3 Add wait() wrapper. by sewardj · 22 years ago
  60. 89d3d85 Add a simplistic implementation of pthread_once(). by sewardj · 22 years ago
  61. 369b170 Add wrapper for system(). by sewardj · 22 years ago
  62. 796d6a2 Add wrapper for sendto(). by sewardj · 22 years ago
  63. 72d5848 More glibc-2.1.X compiler fixes (Lionel Ulmer). by sewardj · 22 years ago
  64. 5f07b66 by sewardj · 22 years ago
  65. 2a1dcce Compilation fixes for glibc-2.1.X systems. (Lionel Ulmer). by sewardj · 22 years ago
  66. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 22 years ago
  67. f854f47 Add a nonblocking poll() -- same trick as nonblocking select(). by sewardj · 22 years ago
  68. 02535bc Minor tweaks to the nonblocking select() implementation. by sewardj · 22 years ago
  69. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 22 years ago
  70. 0738a59 Add pthread_condattr_destroy. by sewardj · 22 years ago
  71. 3b5d886 by sewardj · 22 years ago
  72. 6072c36 by sewardj · 22 years ago
  73. 604ec3c by sewardj · 22 years ago
  74. 1e8cdc9 by sewardj · 22 years ago
  75. f8f819e Sanity check mutex implementation, and add support for recursive mutexes. by sewardj · 22 years ago
  76. 45b4b37 by sewardj · 22 years ago
  77. 6af4b5d by sewardj · 22 years ago
  78. 2a3d28c Turn off debug printing by default. by sewardj · 22 years ago
  79. 5e5fa51 Add dummy stubs for pthread_key_create, pthread_key_delete, by sewardj · 22 years ago
  80. 70c7536 Add wrapper for lseek(). by sewardj · 22 years ago
  81. 08a4c3f by sewardj · 22 years ago
  82. 8937c81 by sewardj · 22 years ago
  83. e663cb9 New files to support pthreads. by sewardj · 22 years ago