1. 5d97507 Implement pthread_condattr_setpshared and pthread_condattr_getpshared. by thughes · 20 years ago
  2. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  3. 4750181 Add a dummy implementation of pthread_attr_getinheritsched. by thughes · 20 years ago
  4. cca9725 Implement pthread_mutexattr_gettype. by thughes · 20 years ago
  5. 8d00196 Back out yesterday's change to the symbol versioning in the pthread by thughes · 20 years ago
  6. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  7. d27c7f5 Implement tcdrain in the pthread library. The fact that this function by thughes · 20 years ago
  8. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  9. 5e657c3 Implement pthread_spinlock_* (Tim Potter, tpot@samba.org) by sewardj · 21 years ago
  10. 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
  11. 262b5be Add possibly-bogus implementations for __libc_current_sigrtmin, by sewardj · 21 years ago
  12. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  13. ab2e123 Implement pthread_getconcurrency, in the same way as LinuxThreads does it. by sewardj · 22 years ago
  14. b34e4db Implement (nop, but that's OK according to POSIX) pthread_set_concurrency. by sewardj · 22 years ago
  15. 5706bfa Implement (as a nop) pthread_rwlockattr_destroy. by sewardj · 22 years ago
  16. 111b14c merge revs vg_libpthread.c 1.90.2.10 vg_libpthread_unimp.c 1.30.2.5 by sewardj · 22 years ago
  17. 9ad92d9 merge revs vg_libpthread.c 1.90.2.9 vg_libpthread_unimp.c 1.30.2.4 by sewardj · 22 years ago
  18. 08c7f01 by sewardj · 22 years ago
  19. c953984 by njn · 22 years ago
  20. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  21. fe18eb8 Copy pthread_rwlockattr_setpshared verbatim from LinuxThreads. by sewardj · 22 years ago
  22. 9a2224b Implement pause(). by sewardj · 22 years ago
  23. 47e4e31 Do pthread_rwlockattr_init. by sewardj · 22 years ago
  24. 436c2db Do siglongjmp, although without running cleanup handlers in the section by sewardj · 22 years ago
  25. a3be12f Add pthread_attr_setschedpolicy / pthread_attr_getschedpolicy. by sewardj · 22 years ago
  26. 59da27a Cancellation wrapper for recvmsg. by sewardj · 22 years ago
  27. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  28. cbd1b5d More RH 7.3 fixes by sewardj · 22 years ago
  29. 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
  30. 0d84423 Do pthread_atter_{set,get}scope. by sewardj · 22 years ago
  31. a1ac5cb Support for POSIX reader-writer locks (preliminary). by sewardj · 22 years ago
  32. 67f1d58 More minor fixes to make OpenOffice 1.0 work. by sewardj · 22 years ago
  33. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  34. 7f6456d Don't mask libc's vfork / __vfork: by sewardj · 22 years ago
  35. 39b93b1 Cancellation wrappers for pread/pwrite (Philip Martin). by sewardj · 22 years ago
  36. a18e210 Cancellation wrapper for __pwrite64 (Adam Zell(?)) by sewardj · 22 years ago
  37. 726c412 Cancellation wrapper for pread64. by sewardj · 22 years ago
  38. 0286dd5 Minimal impl of pthread_attr_setstacksize. by sewardj · 22 years ago
  39. 3665ded Cancellation wrapper for sendmsg(), wierd wrapper for raise(). by sewardj · 22 years ago
  40. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  41. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  42. 60e3842 Change _pthread_cleanup_push and _pthread_cleanup_pop into no-ops by sewardj · 22 years ago
  43. bb99078 Do __pthread_initialize. by sewardj · 22 years ago
  44. 439d45e Various cleanups following earlier exit fixes. Also add boilerplate by sewardj · 22 years ago
  45. 060b04f Fix more stuff broken by recent exported-symbol hackery. by sewardj · 22 years ago
  46. 436e058 Finish first pass of the symbols cleanup. Only versioned symbols remain to do. by sewardj · 22 years ago
  47. 5905fae Mess around with aliases to make the exported T/D/W syms look like those by sewardj · 22 years ago
  48. 5716dbb by sewardj · 22 years ago
  49. 853f55d Fix various bugs getting in the way of licq starting up. by sewardj · 22 years ago
  50. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 22 years ago