| Commit message (Expand) | Author | Age | Files | Lines |
* | tweak previous; |  jmc | 2019-02-04 | 1 | -2/+2 |
* | add a pthread_get_name_np to match pthread_set_name_np. |  tedu | 2019-02-04 | 1 | -2/+5 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 1 | -7/+7 |
* | space needed before punctuation; |  jmc | 2013-06-24 | 1 | -3/+3 |
* | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, |  guenther | 2013-06-17 | 1 | -2/+5 |
* | tweaks; ok guenther |  jmc | 2012-09-02 | 1 | -5/+5 |
* | Strip out stuff specific to the old uthreads and add similar bits for |  guenther | 2012-09-01 | 1 | -214/+77 |
* | Add pthread spinlock support. |  pirofti | 2012-05-03 | 1 | -2/+20 |
* | fix SEE ALSO; |  jmc | 2012-04-11 | 1 | -2/+2 |
* | Mention and link the pthread barrier functions. Okay jmc@. |  pirofti | 2012-04-11 | 1 | -2/+25 |
* | Remove man pages for removed non-portable functions. okay jmc@ |  kurt | 2012-03-22 | 1 | -25/+3 |
* | Apply a bit more consistency in the ordering of functions in each |  guenther | 2012-02-25 | 1 | -16/+16 |
* | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), |  guenther | 2012-02-24 | 1 | -3/+24 |
* | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, |  jmc | 2012-02-24 | 1 | -3/+2 |
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages |  guenther | 2008-12-18 | 1 | -2/+7 |
* | Add manpage for pthread_attr_[sg]etstack(3) |  guenther | 2008-07-05 | 1 | -2/+7 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | shuffle some of the function names around into new section names. |  brad | 2005-10-30 | 1 | -32/+25 |
* | Add pthread_atfork(3) |  brad | 2005-10-30 | 1 | -1/+11 |
* | pthead_supsend_all_np and pthread_resume_all_np from freebsd via |  marc | 2004-05-01 | 1 | -3/+16 |
* | man pages for thread_yield and pthread_stackseg_np |  marc | 2004-01-15 | 1 | -2/+8 |
* | group and list thread functions; |  jmc | 2004-01-15 | 1 | -2/+200 |
* | add a section on thread safety, which is a start at documenting which |  jmc | 2004-01-02 | 1 | -2/+93 |
* | change the variable name used for status checking, |  brad | 2003-12-23 | 1 | -2/+2 |
* | - typos |  jmc | 2003-05-18 | 1 | -3/+3 |
* | o) start new sentence on a new line; |  mpech | 2002-05-01 | 1 | -5/+7 |
* | Initial cleanup: |  mpech | 2002-04-30 | 1 | -3/+2 |
* | Xr pthread_kill; from fries@ |  fgsch | 2002-02-21 | 1 | -1/+2 |
* | fix typo in thread status flags |  marc | 2001-11-02 | 1 | -2/+2 |
* | Add note to BUGS section regarding linking with -ggdb vs -g |  marc | 2001-10-30 | 1 | -1/+11 |
* | Describe all the thread status flags. Describe the two |  marc | 2001-10-28 | 1 | -17/+42 |
* | typos; first few spotted by heko@saitti.net |  deraadt | 2001-05-31 | 1 | -5/+5 |
* | -lpthread -> -pthread |  brad | 2000-12-31 | 1 | -2/+2 |
* | fix Xr; glam0006@tc.umn.edu |  deraadt | 2000-04-28 | 1 | -3/+3 |
* | Trailing whitespace begone! |  aaron | 2000-04-12 | 1 | -6/+6 |
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page |  aaron | 2000-03-14 | 1 | -2/+2 |
* | describe SIGINFO dump better |  d | 2000-01-06 | 1 | -31/+60 |
* | - remove all trailing whitespace |  aaron | 1999-07-09 | 1 | -2/+2 |
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. |  aaron | 1999-07-07 | 1 | -2/+2 |
* | document two new states (deadlock and spinblock) |  d | 1999-05-26 | 1 | -1/+5 |
* | better, nicer, neater documentation |  d | 1999-03-22 | 1 | -80/+145 |
* | link/mention recently added manual pages |  d | 1998-11-20 | 1 | -0/+31 |
* | experimental threaded libc - kernel only |  d | 1998-08-27 | 1 | -0/+91 |