| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pthread spinlock support. |  pirofti | 2012-05-03 | 1 | -1/+6 |
* | Add pthread barrier support. |  pirofti | 2012-04-11 | 1 | -1/+8 |
* | Remove man pages for removed non-portable functions. okay jmc@ |  kurt | 2012-03-22 | 1 | -7/+1 |
* | Document sem_timedwait() |  guenther | 2012-03-03 | 1 | -1/+2 |
* | jmc@ points out that the underlying manpage should be named after one |  guenther | 2012-02-24 | 1 | -6/+5 |
* | Document pthread_condattr_{init,destroy,setclock,getclock} |  guenther | 2012-02-24 | 1 | -1/+6 |
* | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document |  guenther | 2012-02-24 | 1 | -2/+3 |
* | there is no library function called sched_prio(), so this manual page |  deraadt | 2010-11-07 | 1 | -4/+3 |
* | Add sched_get_priority_{min,max}. tested in a bulk by landry@. |  fgsch | 2010-11-07 | 1 | -1/+4 |
* | Add support for pthread_rwlock_timed locks. |  tedu | 2010-04-12 | 1 | -1/+3 |
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages |  guenther | 2008-12-18 | 1 | -1/+3 |
* | Add manpage for pthread_attr_[sg]etstack(3) |  guenther | 2008-07-05 | 1 | -1/+3 |
* | Add pthread_atfork(3) |  brad | 2005-10-30 | 1 | -1/+2 |
* | remove MLINKS for pthread_mutexattr_{g,s}etpshared.3: |  jmc | 2005-10-12 | 1 | -3/+1 |
* | pthead_supsend_all_np and pthread_resume_all_np from freebsd via |  marc | 2004-05-01 | 1 | -1/+3 |
* | man pages for thread_yield and pthread_stackseg_np |  marc | 2004-01-15 | 1 | -1/+3 |
* | Add stub implementations of pthread_[gs]etconcurrency |  brad | 2003-12-23 | 1 | -1/+3 |
* | Use the sources that exist in sibdirs of libpthread, not libc_r |  marc | 2003-01-20 | 1 | -2/+2 |
* | pthread_kill() manpage; from FreeBSD. |  fgsch | 2002-02-20 | 1 | -1/+2 |
* | fix after fgs |  pvalchev | 2002-01-28 | 1 | -3/+3 |
* | sem_XXX(3) manpages; better now that never. |  fgsch | 2002-01-28 | 1 | -3/+12 |
* | o point pthread_setcancel(type|state) manpages where they belong. |  fgsch | 2001-12-07 | 1 | -4/+4 |
* | enable pthread_main_np(3) |  pvalchev | 2001-08-19 | 1 | -1/+2 |
* | manpage for pthread_[get|set]schedparam; from FreeBSD. |  fgsch | 2001-08-11 | 1 | -3/+6 |
* | pthread_mutexattr_* manpage; from FreeBSD. |  fgsch | 2001-08-04 | 1 | -2/+13 |
* | sync |  d | 2000-01-06 | 1 | -3/+12 |
* | Add FreeBSD tags |  d | 1999-11-24 | 1 | -2/+2 |
* | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. |  d | 1999-06-15 | 1 | -3/+3 |
* | actually make use of the new manual pages |  d | 1999-03-24 | 1 | -4/+13 |
* | sync with previous changes |  d | 1999-01-18 | 1 | -5/+10 |
* | link/mention recently added manual pages |  d | 1998-11-20 | 1 | -3/+5 |
* | sync with FreeBSD (rwlock, gc thread, man pages) |  d | 1998-11-09 | 1 | -2/+11 |
* | experimental threaded libc - kernel only |  d | 1998-08-27 | 1 | -0/+39 |