summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
AgeCommit message (Expand)Author
2015-05-12Document pthread_atfork(3)'s interaction with dlclose(3)Philip Guenther
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2014-11-30do not use .St -p1003.1d-99 which is used in exactly two pages;Ingo Schwarze
2014-08-31accept4() should be a cancellation point.Philip Guenther
2014-08-30Xr __tfork instead of forkPhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-03-06sync with header;Jason McIntyre
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-03sort SEE ALSO;Jason McIntyre
2014-01-03some more information, based on a diff by sven falempinTed Unangst
2013-11-20spelling fix;Jason McIntyre
2013-11-20this implementation may now be capable of shared semaphoresTed Unangst
2013-11-20more detail on error conditionsTed Unangst
2013-11-19tweak previous;Jason McIntyre
2013-11-19slightly betterTed Unangst
2013-11-18boilerplate documentationTed Unangst
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-24space needed before punctuation;Jason McIntyre
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-14typo; Benedikt SteinbuschStuart Henderson
2012-09-11pthread_sigmask() doesn't require <pthread.h>, only <signal.h>.Matthew Dempsky
2012-09-02tweaks; ok guentherJason McIntyre
2012-09-01Strip out stuff specific to the old uthreads and add similar bits forPhilip Guenthe
2012-05-03Add pthread spinlock support.Paul Irofti
2012-04-11fix SEE ALSO;Jason McIntyre
2012-04-11Mention and link the pthread barrier functions. Okay jmc@.Paul Irofti
2012-04-11tweak previous;Jason McIntyre
2012-04-11Add pthread barrier support.Paul Irofti
2012-03-22Remove man pages for removed non-portable functions. okay jmc@Kurt Miller
2012-03-22Update cancellation point list to reflect what's done with rthreadsPhilip Guenthe
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