Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove man pages for removed non-portable functions. okay jmc@ | 2012-03-22 | 1 | -7/+1 | |
| | |||||
* | Document sem_timedwait() | 2012-03-03 | 1 | -1/+2 | |
| | |||||
* | jmc@ points out that the underlying manpage should be named after one | 2012-02-24 | 1 | -6/+5 | |
| | | | | of the functions, not a generic name that doesn't itself exist | ||||
* | Document pthread_condattr_{init,destroy,setclock,getclock} | 2012-02-24 | 1 | -1/+6 | |
| | |||||
* | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document | 2012-02-24 | 1 | -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 page | 2010-11-07 | 1 | -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@. | 2010-11-07 | 1 | -1/+4 | |
| | | | | input and ok from phessler@ and guenther@ | ||||
* | Add support for pthread_rwlock_timed locks. | 2010-04-12 | 1 | -1/+3 | |
| | | | | from brad. ok kurt, who's too busy to commit | ||||
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | 2008-12-18 | 1 | -1/+3 | |
| | | | | | | Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@ | ||||
* | Add manpage for pthread_attr_[sg]etstack(3) | 2008-07-05 | 1 | -1/+3 | |
| | | | | | Correct misnaming in STANDARDS section ok brad@ otto@ | ||||
* | Add pthread_atfork(3) | 2005-10-30 | 1 | -1/+2 | |
| | | | | | | | From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@ | ||||
* | remove MLINKS for pthread_mutexattr_{g,s}etpshared.3: | 2005-10-12 | 1 | -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 via | 2004-05-01 | 1 | -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_np | 2004-01-15 | 1 | -1/+3 | |
| | | | | jmc asked for them, now he can make them look pretty | ||||
* | Add stub implementations of pthread_[gs]etconcurrency | 2003-12-23 | 1 | -1/+3 | |
| | | | | | | From: FreeBSD' libc_r ok marc@ | ||||
* | Use the sources that exist in sibdirs of libpthread, not libc_r | 2003-01-20 | 1 | -2/+2 | |
| | |||||
* | pthread_kill() manpage; from FreeBSD. | 2002-02-20 | 1 | -1/+2 | |
| | |||||
* | fix after fgs | 2002-01-28 | 1 | -3/+3 | |
| | |||||
* | sem_XXX(3) manpages; better now that never. | 2002-01-28 | 1 | -3/+12 | |
| | | | | From FreeBSD. | ||||
* | o point pthread_setcancel(type|state) manpages where they belong. | 2001-12-07 | 1 | -4/+4 | |
| | | | | o remove functions from pthread_cancel(3). | ||||
* | enable pthread_main_np(3) | 2001-08-19 | 1 | -1/+2 | |
| | |||||
* | manpage for pthread_[get|set]schedparam; from FreeBSD. | 2001-08-11 | 1 | -3/+6 | |
| | |||||
* | pthread_mutexattr_* manpage; from FreeBSD. | 2001-08-04 | 1 | -2/+13 | |
| | |||||
* | sync | 2000-01-06 | 1 | -3/+12 | |
| | |||||
* | Add FreeBSD tags | 1999-11-24 | 1 | -2/+2 | |
| | |||||
* | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. | 1999-06-15 | 1 | -3/+3 | |
| | |||||
* | actually make use of the new manual pages | 1999-03-24 | 1 | -4/+13 | |
| | |||||
* | sync with previous changes | 1999-01-18 | 1 | -5/+10 | |
| | |||||
* | link/mention recently added manual pages | 1998-11-20 | 1 | -3/+5 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -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 only | 1998-08-27 | 1 | -0/+39 | |