summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add pthread spinlock support.pirofti2012-05-035-3/+256
* fix SEE ALSO;jmc2012-04-111-2/+2
* Mention and link the pthread barrier functions. Okay jmc@.pirofti2012-04-111-2/+25
* tweak previous;jmc2012-04-114-26/+28
* Add pthread barrier support.pirofti2012-04-115-1/+328
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-224-159/+4
* Update cancellation point list to reflect what's done with rthreadsguenther2012-03-221-2/+6
* new sentence, new line;jmc2012-03-221-3/+4
* Update list of cancellation points to reflect what was in 5.1's uthreadsguenther2012-03-211-6/+28
* add sem_timedwait to NAME;jmc2012-03-041-2/+3
* Document sem_timedwait()guenther2012-03-032-7/+33
* Apply a bit more consistency in the ordering of functions in eachguenther2012-02-251-16/+16
* Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),guenther2012-02-241-3/+24
* jmc@ points out that the underlying manpage should be named after oneguenther2012-02-242-8/+7
* now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,jmc2012-02-244-13/+9
* Document pthread_condattr_{init,destroy,setclock,getclock}guenther2012-02-242-1/+125
* Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and documentguenther2012-02-243-90/+108
* there is no library function called sched_prio(), so this manual pagederaadt2010-11-072-6/+5
* do not list MLINKed man pages multiple times in SEE ALSO;jmc2010-11-071-3/+2
* tweak previous;jmc2010-11-071-3/+5
* Add sched_get_priority_{min,max}. tested in a bulk by landry@.fgsch2010-11-073-7/+85
* document when the _timed{rd,wr}lock functions first appeared; from bradjmc2010-05-032-4/+12
* Add support for pthread_rwlock_timed locks.tedu2010-04-123-16/+67
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-189-15/+117
* - correct .Dt for pthread_attr_setstack.3jmc2008-07-053-6/+8
* Add manpage for pthread_attr_[sg]etstack(3)guenther2008-07-058-21/+133
* apparently this function cannot return EBUSY, so back out -r1.7;jmc2007-07-261-6/+2
* convert to new .Dd format;jmc2007-05-3162-124/+124
* typo; from daniel maticjmc2006-11-151-2/+2
* revert this file to -r1.2, when it was originally written,jmc2005-11-141-61/+30
* a bit of rewording; with input from jmc@.fgsch2005-11-011-5/+6
* add copyright from the original FreeBSD man page.brad2005-10-311-2/+35
* remove trailing spaces;jmc2005-10-301-3/+3
* shuffle some of the function names around into new section names.brad2005-10-301-32/+25
* Add pthread_atfork(3)brad2005-10-303-2/+86
* remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:jmc2005-10-121-3/+1
* - make sure sem_ pages reference each other (idea from similar freebsd commit)jmc2005-07-146-10/+30
* document [EBUSY];jmc2005-02-091-1/+5
* typo; from axel andersson;jmc2005-02-011-2/+2
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-013-11/+60
* Add missing const for function parameters to match POSIX.brad2004-02-162-4/+4
* Change read_stackseg_np to work with any thread, not just the currentmarc2004-01-261-5/+5
* use new .St macro;jmc2004-01-252-4/+4
* fix .Xr and SEE ALSO;jmc2004-01-161-5/+5
* add some commas;jmc2004-01-161-3/+3
* man pages for thread_yield and pthread_stackseg_npmarc2004-01-154-3/+88
* group and list thread functions;jmc2004-01-151-2/+200
* add a section on thread safety, which is a start at documenting whichjmc2004-01-021-2/+93
* Add stub implementations of pthread_[gs]etconcurrencybrad2003-12-232-1/+117
* change the variable name used for status checking,brad2003-12-231-2/+2