Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-30 | do not use .St -p1003.1d-99 which is used in exactly two pages; | Ingo Schwarze | |
im going to delete support for it from mandoc(1) | |||
2014-08-31 | accept4() should be a cancellation point. | Philip Guenther | |
Update the list in the pthread_testcancel(3) manpage: several were missing. noted by miod@ | |||
2014-08-30 | Xr __tfork instead of fork | Philip Guenther | |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen | |
2014-03-06 | sync with header; | Jason McIntyre | |
From: Gabriel Linder | |||
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze | |
2014-01-03 | sort SEE ALSO; | Jason McIntyre | |
2014-01-03 | some more information, based on a diff by sven falempin | Ted Unangst | |
2013-11-20 | spelling fix; | Jason McIntyre | |
2013-11-20 | this implementation may now be capable of shared semaphores | Ted Unangst | |
2013-11-20 | more detail on error conditions | Ted Unangst | |
2013-11-19 | tweak previous; | Jason McIntyre | |
2013-11-19 | slightly better | Ted Unangst | |
2013-11-18 | boilerplate documentation | Ted Unangst | |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre | |
From: Jan Stary | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-06-24 | space needed before punctuation; | Jason McIntyre | |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther | |
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions. Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@ | |||
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-04-14 | typo; Benedikt Steinbusch | Stuart Henderson | |
2012-09-11 | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | Matthew Dempsky | |
Pointed out by Brad. | |||
2012-09-02 | tweaks; ok guenther | Jason McIntyre | |
2012-09-01 | Strip out stuff specific to the old uthreads and add similar bits for | Philip Guenthe | |
rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen | |||
2012-05-03 | Add pthread spinlock support. | Paul Irofti | |
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@. | |||
2012-04-11 | fix SEE ALSO; | Jason McIntyre | |
2012-04-11 | Mention and link the pthread barrier functions. Okay jmc@. | Paul Irofti | |
2012-04-11 | tweak previous; | Jason McIntyre | |
2012-04-11 | Add pthread barrier support. | Paul Irofti | |
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@. | |||
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ | Kurt Miller | |
2012-03-22 | Update cancellation point list to reflect what's done with rthreads | Philip Guenthe | |
2012-03-22 | new sentence, new line; | Jason McIntyre | |
2012-03-21 | Update list of cancellation points to reflect what was in 5.1's uthreads | Philip Guenthe | |
Pointed out by nicolas.george at normalesup.org. ok jmc@ | |||
2012-03-04 | add sem_timedwait to NAME; | Jason McIntyre | |
2012-03-03 | Document sem_timedwait() | Philip Guenthe | |
2012-02-25 | Apply a bit more consistency in the ordering of functions in each | Philip Guenthe | |
group of functions. No objection from jmc@ | |||
2012-02-24 | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | Philip Guenthe | |
and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@ | |||
2012-02-24 | jmc@ points out that the underlying manpage should be named after one | Philip Guenthe | |
of the functions, not a generic name that doesn't itself exist | |||
2012-02-24 | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, | Jason McIntyre | |
don;t list both pages in SEE ALSO; | |||
2012-02-24 | Document pthread_condattr_{init,destroy,setclock,getclock} | Philip Guenthe | |
2012-02-24 | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document | Philip Guenthe | |
pthread_mutex_timedlock() in that same page ok fgsch@, brad@, as well as jmc@, who also fixed a bunch of nits | |||
2010-11-07 | there is no library function called sched_prio(), so this manual page | Theo de Raadt | |
was incorrectly named. there should be no sched_prio(3) page; it is misleading. | |||
2010-11-07 | do not list MLINKed man pages multiple times in SEE ALSO; | Jason McIntyre | |
2010-11-07 | tweak previous; | Jason McIntyre | |
2010-11-07 | Add sched_get_priority_{min,max}. tested in a bulk by landry@. | Federico G. Schwindt | |
input and ok from phessler@ and guenther@ | |||
2010-05-03 | document when the _timed{rd,wr}lock functions first appeared; from brad | Jason McIntyre | |
ok guenther | |||
2010-04-12 | Add support for pthread_rwlock_timed locks. | Ted Unangst | |
from brad. ok kurt, who's too busy to commit | |||
2008-12-18 | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | Philip Guenthe | |
Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@ | |||
2008-07-05 | - correct .Dt for pthread_attr_setstack.3 | Jason McIntyre | |
- new sentence, new line | |||
2008-07-05 | Add manpage for pthread_attr_[sg]etstack(3) | Philip Guenthe | |
Correct misnaming in STANDARDS section ok brad@ otto@ | |||
2007-07-26 | apparently this function cannot return EBUSY, so back out -r1.7; | Jason McIntyre | |
from pjanzen; ok marc |