summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
AgeCommit message (Expand)Author
2012-03-22new sentence, new line;Jason McIntyre
2012-03-21Update list of cancellation points to reflect what was in 5.1's uthreadsPhilip Guenthe
2012-03-04add sem_timedwait to NAME;Jason McIntyre
2012-03-03Document sem_timedwait()Philip Guenthe
2012-02-25Apply a bit more consistency in the ordering of functions in eachPhilip Guenthe
2012-02-24Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),Philip Guenthe
2012-02-24jmc@ points out that the underlying manpage should be named after onePhilip Guenthe
2012-02-24now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,Jason McIntyre
2012-02-24Document pthread_condattr_{init,destroy,setclock,getclock}Philip Guenthe
2012-02-24Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and documentPhilip Guenthe
2010-11-07there is no library function called sched_prio(), so this manual pageTheo de Raadt
2010-11-07do not list MLINKed man pages multiple times in SEE ALSO;Jason McIntyre
2010-11-07tweak previous;Jason McIntyre
2010-11-07Add sched_get_priority_{min,max}. tested in a bulk by landry@.Federico G. Schwindt
2010-05-03document when the _timed{rd,wr}lock functions first appeared; from bradJason McIntyre
2010-04-12Add support for pthread_rwlock_timed locks.Ted Unangst
2008-12-18Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesPhilip Guenthe
2008-07-05- correct .Dt for pthread_attr_setstack.3Jason McIntyre
2008-07-05Add manpage for pthread_attr_[sg]etstack(3)Philip Guenthe
2007-07-26apparently this function cannot return EBUSY, so back out -r1.7;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-15typo; from daniel maticJason McIntyre
2005-11-14revert this file to -r1.2, when it was originally written,Jason McIntyre
2005-11-01a bit of rewording; with input from jmc@.Federico G. Schwindt
2005-10-31add copyright from the original FreeBSD man page.Brad Smith
2005-10-30remove trailing spaces;Jason McIntyre
2005-10-30shuffle some of the function names around into new section names.Brad Smith
2005-10-30Add pthread_atfork(3)Brad Smith
2005-10-12remove 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-09document [EBUSY];Jason McIntyre
2005-02-01typo; from axel andersson;Jason McIntyre
2004-05-01pthead_supsend_all_np and pthread_resume_all_np from freebsd viaMarco S Hyman
2004-02-16Add missing const for function parameters to match POSIX.Brad Smith
2004-01-26Change read_stackseg_np to work with any thread, not just the currentMarco S Hyman
2004-01-25use new .St macro;Jason McIntyre
2004-01-16fix .Xr and SEE ALSO;Jason McIntyre
2004-01-16add some commas;Jason McIntyre
2004-01-15man pages for thread_yield and pthread_stackseg_npMarco S Hyman
2004-01-15group and list thread functions;Jason McIntyre
2004-01-02add a section on thread safety, which is a start at documenting whichJason McIntyre
2003-12-23Add stub implementations of pthread_[gs]etconcurrencyBrad Smith
2003-12-23change the variable name used for status checking,Brad Smith
2003-10-21indicacte -> indicate; from Jared YanovichJason McIntyre
2003-10-03remove error code that can't be returned;Jason McIntyre
2003-06-02place this under the Public Domain (instead of a bad license I had put)Peter Valchev
2003-06-02section reorder;Jason McIntyre
2003-05-18- typosJason McIntyre
2003-05-08RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.Jason McIntyre
2003-03-14document that sigwait() needs to be linked with -pthread;Jason McIntyre