summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
AgeCommit message (Collapse)Author
2008-12-18Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesPhilip Guenthe
Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@
2008-07-05- correct .Dt for pthread_attr_setstack.3Jason McIntyre
- new sentence, new line
2008-07-05Add manpage for pthread_attr_[sg]etstack(3)Philip Guenthe
Correct misnaming in STANDARDS section ok brad@ otto@
2007-07-26apparently this function cannot return EBUSY, so back out -r1.7;Jason McIntyre
from pjanzen; ok marc
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-15typo; from daniel maticJason McIntyre
2005-11-14revert this file to -r1.2, when it was originally written,Jason McIntyre
because of an unacceptable license: the file was originally written by david leonard, who has kindly agreed to us putting a (public domain) license on it: the original page did not contain any license. thanks david. this also includes some tweaks by me, so it does not exactly match revision 1.2.
2005-11-01a bit of rewording; with input from jmc@.Federico G. Schwindt
2005-10-31add copyright from the original FreeBSD man page.Brad Smith
2005-10-30remove trailing spaces;Jason McIntyre
2005-10-30shuffle some of the function names around into new section names.Brad Smith
2005-10-30Add pthread_atfork(3)Brad Smith
From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@
2005-10-12remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:Jason McIntyre
these functions seem never to have existed, and are certainly not documented in pthread_mutexattr(3), the page to which they point.
2005-07-14- make sure sem_ pages reference each other (idea from similar freebsd commit)Jason McIntyre
- where two functions are documented in the same page, make sure we don;t reference them both in SEE ALSO. kind of annoying to call up a second man page and find it's the same as the last one (even more annoying to not realise two pages are the same till you've finished reading twice ;)...
2005-02-09document [EBUSY];Jason McIntyre
from freebsd pr #73887; ok marc@
2005-02-01typo; from axel andersson;Jason McIntyre
2004-05-01pthead_supsend_all_np and pthread_resume_all_np from freebsd viaMarco S Hyman
Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
2004-02-16Add missing const for function parameters to match POSIX.Brad Smith
From: FreeBSD's libc_r ok marc@
2004-01-26Change read_stackseg_np to work with any thread, not just the currentMarco S Hyman
thread. Requested by truk at optonline dot net and OK-ed by tedu @.
2004-01-25use new .St macro;Jason McIntyre
2004-01-16fix .Xr and SEE ALSO;Jason McIntyre
use parentheses;
2004-01-16add some commas;Jason McIntyre
2004-01-15man pages for thread_yield and pthread_stackseg_npMarco S Hyman
jmc asked for them, now he can make them look pretty
2004-01-15group and list thread functions;Jason McIntyre
also add missing pages to SEE ALSO; prodded by tedu@, based on freebsd's page, and helped by marc@; ok marc@ tedu@
2004-01-02add a section on thread safety, which is a start at documenting whichJason McIntyre
functions are not thread safe; started by a request from Marc Balmer to document that malloc(3) *was* thread safe, and expanded by marc@ to list functions that are not; also add some spacing to make the page more readable, and adjust the -width of a list; ok marc@
2003-12-23Add stub implementations of pthread_[gs]etconcurrencyBrad Smith
From: FreeBSD' libc_r ok marc@
2003-12-23change the variable name used for status checking,Brad Smith
LIBC_R_DEBUG -> LIBPTHREAD_DEBUG ok marc@
2003-10-21indicacte -> indicate; from Jared YanovichJason McIntyre
2003-10-03remove error code that can't be returned;Jason McIntyre
from kensmith@freebsd (rev. 1.13); ok marc@
2003-06-02place this under the Public Domain (instead of a bad license I had put)Peter Valchev
2003-06-02section reorder;Jason McIntyre
2003-05-18- typosJason McIntyre
- new sentence, new line - clean up .Xrs
2003-05-08RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.Jason McIntyre
also new sentence, new line.
2003-03-14document that sigwait() needs to be linked with -pthread;Jason McIntyre
from Mike Neuman; closes PR 3030 ok marc@
2003-02-20copyrights added;Jason McIntyre
these are all David Leonard, and Public Domain ok deraadt@
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-01-20Use the sources that exist in sibdirs of libpthread, not libc_rMarco S Hyman
2002-11-09remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.Federico G. Schwindt
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
2002-02-21correct .Xr's.Federico G. Schwindt
2002-02-21Use .St for standards. Random cleanups as well.Federico G. Schwindt
2002-02-21When cleanup_routine is called... also use .St to reference standards.Federico G. Schwindt
2002-02-21Xr pthread_kill; from fries@Federico G. Schwindt
2002-02-20fix includes and some cleanup.Federico G. Schwindt
2002-02-20pthread_kill() manpage; from FreeBSD.Federico G. Schwindt
2002-02-19fix this by now; .Rv prolly has to be removed.Federico G. Schwindt
2002-01-28fix after fgsPeter Valchev
2002-01-28correct function name.Federico G. Schwindt