Age | Commit message (Expand) | Author |
2013-06-24 | space needed before punctuation; | Jason McIntyre |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-14 | typo; Benedikt Steinbusch | Stuart Henderson |
2012-09-11 | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | Matthew Dempsky |
2012-09-02 | tweaks; ok guenther | Jason McIntyre |
2012-09-01 | Strip out stuff specific to the old uthreads and add similar bits for | Philip Guenthe |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-04-11 | fix SEE ALSO; | Jason McIntyre |
2012-04-11 | Mention and link the pthread barrier functions. Okay jmc@. | Paul Irofti |
2012-04-11 | tweak previous; | Jason McIntyre |
2012-04-11 | Add pthread barrier support. | Paul Irofti |
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ | Kurt Miller |
2012-03-22 | Update cancellation point list to reflect what's done with rthreads | Philip Guenthe |
2012-03-22 | new sentence, new line; | Jason McIntyre |
2012-03-21 | Update list of cancellation points to reflect what was in 5.1's uthreads | Philip Guenthe |
2012-03-04 | add sem_timedwait to NAME; | Jason McIntyre |
2012-03-03 | Document sem_timedwait() | Philip Guenthe |
2012-02-25 | Apply a bit more consistency in the ordering of functions in each | Philip Guenthe |
2012-02-24 | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | Philip Guenthe |
2012-02-24 | jmc@ points out that the underlying manpage should be named after one | Philip Guenthe |
2012-02-24 | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, | Jason McIntyre |
2012-02-24 | Document pthread_condattr_{init,destroy,setclock,getclock} | Philip Guenthe |
2012-02-24 | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document | Philip Guenthe |
2010-11-07 | there is no library function called sched_prio(), so this manual page | Theo de Raadt |
2010-11-07 | do not list MLINKed man pages multiple times in SEE ALSO; | Jason McIntyre |
2010-11-07 | tweak previous; | Jason McIntyre |
2010-11-07 | Add sched_get_priority_{min,max}. tested in a bulk by landry@. | Federico G. Schwindt |
2010-05-03 | document when the _timed{rd,wr}lock functions first appeared; from brad | Jason McIntyre |
2010-04-12 | Add support for pthread_rwlock_timed locks. | Ted Unangst |
2008-12-18 | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | Philip Guenthe |
2008-07-05 | - correct .Dt for pthread_attr_setstack.3 | Jason McIntyre |
2008-07-05 | Add manpage for pthread_attr_[sg]etstack(3) | Philip Guenthe |
2007-07-26 | apparently this function cannot return EBUSY, so back out -r1.7; | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-11-15 | typo; from daniel matic | Jason McIntyre |
2005-11-14 | revert this file to -r1.2, when it was originally written, | Jason McIntyre |
2005-11-01 | a bit of rewording; with input from jmc@. | Federico G. Schwindt |
2005-10-31 | add copyright from the original FreeBSD man page. | Brad Smith |
2005-10-30 | remove trailing spaces; | Jason McIntyre |
2005-10-30 | shuffle some of the function names around into new section names. | Brad Smith |
2005-10-30 | Add pthread_atfork(3) | Brad Smith |
2005-10-12 | remove MLINKS for pthread_mutexattr_{g,s}etpshared.3: | Jason McIntyre |
2005-07-14 | - make sure sem_ pages reference each other (idea from similar freebsd commit) | Jason McIntyre |
2005-02-09 | document [EBUSY]; | Jason McIntyre |
2005-02-01 | typo; from axel andersson; | Jason McIntyre |
2004-05-01 | pthead_supsend_all_np and pthread_resume_all_np from freebsd via | Marco S Hyman |
2004-02-16 | Add missing const for function parameters to match POSIX. | Brad Smith |
2004-01-26 | Change read_stackseg_np to work with any thread, not just the current | Marco S Hyman |
2004-01-25 | use new .St macro; | Jason McIntyre |