summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pthread spinlock support.pirofti2012-05-031-1/+6
| | | | | | | | | | | Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@.
* Add pthread barrier support.pirofti2012-04-111-1/+8
| | | | | | | | | | | | | | | Implementation and documentation for: - pthread_barrier_init() - pthread_barrier_destroy() - pthread_barrier_wait() - pthread_barrierattr_init() - pthread_barrierattr_destroy() - pthread_barrierattr_getpshared() - pthread_barrierattr_setpshared() Currently only private barriers are supported. Okay guenther@.
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-221-7/+1
|
* Document sem_timedwait()guenther2012-03-031-1/+2
|
* jmc@ points out that the underlying manpage should be named after oneguenther2012-02-241-6/+5
| | | | of the functions, not a generic name that doesn't itself exist
* Document pthread_condattr_{init,destroy,setclock,getclock}guenther2012-02-241-1/+6
|
* Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and documentguenther2012-02-241-2/+3
| | | | | | pthread_mutex_timedlock() in that same page ok fgsch@, brad@, as well as jmc@, who also fixed a bunch of nits
* there is no library function called sched_prio(), so this manual pagederaadt2010-11-071-4/+3
| | | | | was incorrectly named. there should be no sched_prio(3) page; it is misleading.
* Add sched_get_priority_{min,max}. tested in a bulk by landry@.fgsch2010-11-071-1/+4
| | | | input and ok from phessler@ and guenther@
* Add support for pthread_rwlock_timed locks.tedu2010-04-121-1/+3
| | | | from brad. ok kurt, who's too busy to commit
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-181-1/+3
| | | | | | Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@
* Add manpage for pthread_attr_[sg]etstack(3)guenther2008-07-051-1/+3
| | | | | Correct misnaming in STANDARDS section ok brad@ otto@
* Add pthread_atfork(3)brad2005-10-301-1/+2
| | | | | | | From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@
* remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:jmc2005-10-121-3/+1
| | | | | these functions seem never to have existed, and are certainly not documented in pthread_mutexattr(3), the page to which they point.
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-011-1/+3
| | | | | | Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
* man pages for thread_yield and pthread_stackseg_npmarc2004-01-151-1/+3
| | | | jmc asked for them, now he can make them look pretty
* Add stub implementations of pthread_[gs]etconcurrencybrad2003-12-231-1/+3
| | | | | | From: FreeBSD' libc_r ok marc@
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-2/+2
|
* pthread_kill() manpage; from FreeBSD.fgsch2002-02-201-1/+2
|
* fix after fgspvalchev2002-01-281-3/+3
|
* sem_XXX(3) manpages; better now that never.fgsch2002-01-281-3/+12
| | | | From FreeBSD.
* o point pthread_setcancel(type|state) manpages where they belong.fgsch2001-12-071-4/+4
| | | | o remove functions from pthread_cancel(3).
* enable pthread_main_np(3)pvalchev2001-08-191-1/+2
|
* manpage for pthread_[get|set]schedparam; from FreeBSD.fgsch2001-08-111-3/+6
|
* pthread_mutexattr_* manpage; from FreeBSD.fgsch2001-08-041-2/+13
|
* syncd2000-01-061-3/+12
|
* Add FreeBSD tagsd1999-11-241-2/+2
|
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-151-3/+3
|
* actually make use of the new manual pagesd1999-03-241-4/+13
|
* sync with previous changesd1999-01-181-5/+10
|
* link/mention recently added manual pagesd1998-11-201-3/+5
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-2/+11
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
* experimental threaded libc - kernel onlyd1998-08-271-0/+39