| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pthread spinlock support. |  pirofti | 2012-05-03 | 5 | -3/+256 |
* | 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 |
* | tweak previous; |  jmc | 2012-04-11 | 4 | -26/+28 |
* | Add pthread barrier support. |  pirofti | 2012-04-11 | 5 | -1/+328 |
* | Remove man pages for removed non-portable functions. okay jmc@ |  kurt | 2012-03-22 | 4 | -159/+4 |
* | Update cancellation point list to reflect what's done with rthreads |  guenther | 2012-03-22 | 1 | -2/+6 |
* | new sentence, new line; |  jmc | 2012-03-22 | 1 | -3/+4 |
* | Update list of cancellation points to reflect what was in 5.1's uthreads |  guenther | 2012-03-21 | 1 | -6/+28 |
* | add sem_timedwait to NAME; |  jmc | 2012-03-04 | 1 | -2/+3 |
* | Document sem_timedwait() |  guenther | 2012-03-03 | 2 | -7/+33 |
* | 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 |
* | jmc@ points out that the underlying manpage should be named after one |  guenther | 2012-02-24 | 2 | -8/+7 |
* | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, |  jmc | 2012-02-24 | 4 | -13/+9 |
* | Document pthread_condattr_{init,destroy,setclock,getclock} |  guenther | 2012-02-24 | 2 | -1/+125 |
* | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document |  guenther | 2012-02-24 | 3 | -90/+108 |
* | there is no library function called sched_prio(), so this manual page |  deraadt | 2010-11-07 | 2 | -6/+5 |
* | do not list MLINKed man pages multiple times in SEE ALSO; |  jmc | 2010-11-07 | 1 | -3/+2 |
* | tweak previous; |  jmc | 2010-11-07 | 1 | -3/+5 |
* | Add sched_get_priority_{min,max}. tested in a bulk by landry@. |  fgsch | 2010-11-07 | 3 | -7/+85 |
* | document when the _timed{rd,wr}lock functions first appeared; from brad |  jmc | 2010-05-03 | 2 | -4/+12 |
* | Add support for pthread_rwlock_timed locks. |  tedu | 2010-04-12 | 3 | -16/+67 |
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages |  guenther | 2008-12-18 | 9 | -15/+117 |
* | - correct .Dt for pthread_attr_setstack.3 |  jmc | 2008-07-05 | 3 | -6/+8 |
* | Add manpage for pthread_attr_[sg]etstack(3) |  guenther | 2008-07-05 | 8 | -21/+133 |
* | apparently this function cannot return EBUSY, so back out -r1.7; |  jmc | 2007-07-26 | 1 | -6/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 62 | -124/+124 |
* | typo; from daniel matic |  jmc | 2006-11-15 | 1 | -2/+2 |
* | revert this file to -r1.2, when it was originally written, |  jmc | 2005-11-14 | 1 | -61/+30 |
* | a bit of rewording; with input from jmc@. |  fgsch | 2005-11-01 | 1 | -5/+6 |
* | add copyright from the original FreeBSD man page. |  brad | 2005-10-31 | 1 | -2/+35 |
* | remove trailing spaces; |  jmc | 2005-10-30 | 1 | -3/+3 |
* | 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 | 3 | -2/+86 |
* | remove MLINKS for pthread_mutexattr_{g,s}etpshared.3: |  jmc | 2005-10-12 | 1 | -3/+1 |
* | - make sure sem_ pages reference each other (idea from similar freebsd commit) |  jmc | 2005-07-14 | 6 | -10/+30 |
* | document [EBUSY]; |  jmc | 2005-02-09 | 1 | -1/+5 |
* | typo; from axel andersson; |  jmc | 2005-02-01 | 1 | -2/+2 |
* | pthead_supsend_all_np and pthread_resume_all_np from freebsd via |  marc | 2004-05-01 | 3 | -11/+60 |
* | Add missing const for function parameters to match POSIX. |  brad | 2004-02-16 | 2 | -4/+4 |
* | Change read_stackseg_np to work with any thread, not just the current |  marc | 2004-01-26 | 1 | -5/+5 |
* | use new .St macro; |  jmc | 2004-01-25 | 2 | -4/+4 |
* | fix .Xr and SEE ALSO; |  jmc | 2004-01-16 | 1 | -5/+5 |
* | add some commas; |  jmc | 2004-01-16 | 1 | -3/+3 |
* | man pages for thread_yield and pthread_stackseg_np |  marc | 2004-01-15 | 4 | -3/+88 |
* | 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 |
* | Add stub implementations of pthread_[gs]etconcurrency |  brad | 2003-12-23 | 2 | -1/+117 |
* | change the variable name used for status checking, |  brad | 2003-12-23 | 1 | -2/+2 |