summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document [EBUSY];jmc2005-02-091-1/+5
| | | | | from freebsd pr #73887; ok marc@
* 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
| | | | | | Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
* Add missing const for function parameters to match POSIX.brad2004-02-162-4/+4
| | | | | | From: FreeBSD's libc_r ok marc@
* Change read_stackseg_np to work with any thread, not just the currentmarc2004-01-261-5/+5
| | | | | thread. Requested by truk at optonline dot net and OK-ed by tedu @.
* use new .St macro;jmc2004-01-252-4/+4
|
* fix .Xr and SEE ALSO;jmc2004-01-161-5/+5
| | | | use parentheses;
* add some commas;jmc2004-01-161-3/+3
|
* man pages for thread_yield and pthread_stackseg_npmarc2004-01-154-3/+88
| | | | jmc asked for them, now he can make them look pretty
* group and list thread functions;jmc2004-01-151-2/+200
| | | | | | | also add missing pages to SEE ALSO; prodded by tedu@, based on freebsd's page, and helped by marc@; ok marc@ tedu@
* add a section on thread safety, which is a start at documenting whichjmc2004-01-021-2/+93
| | | | | | | | | | | | 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@
* Add stub implementations of pthread_[gs]etconcurrencybrad2003-12-232-1/+117
| | | | | | From: FreeBSD' libc_r ok marc@
* change the variable name used for status checking,brad2003-12-231-2/+2
| | | | | | LIBC_R_DEBUG -> LIBPTHREAD_DEBUG ok marc@
* indicacte -> indicate; from Jared Yanovichjmc2003-10-211-2/+2
|
* remove error code that can't be returned;jmc2003-10-031-3/+1
| | | | | | from kensmith@freebsd (rev. 1.13); ok marc@
* place this under the Public Domain (instead of a bad license I had put)pvalchev2003-06-021-6/+2
|
* section reorder;jmc2003-06-029-85/+85
|
* - typosjmc2003-05-1814-45/+44
| | | | | - new sentence, new line - clean up .Xrs
* RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.jmc2003-05-084-14/+14
| | | | also new sentence, new line.
* document that sigwait() needs to be linked with -pthread;jmc2003-03-141-1/+9
| | | | | | | from Mike Neuman; closes PR 3030 ok marc@
* copyrights added;jmc2003-02-207-7/+28
| | | | | these are all David Leonard, and Public Domain ok deraadt@
* intial -> initial;jmc2003-02-181-2/+2
| | | | | | | the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-2/+2
|
* remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.fgsch2002-11-093-78/+2
|
* spelling; raj@cerias.purdue.eduderaadt2002-06-041-2/+2
|
* o) start new sentence on a new line;mpech2002-05-0125-131/+176
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Initial cleanup:mpech2002-04-306-14/+13
| | | | | | | | | | | | 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
* correct .Xr's.fgsch2002-02-211-3/+3
|
* Use .St for standards. Random cleanups as well.fgsch2002-02-2128-124/+169
|
* When cleanup_routine is called... also use .St to reference standards.fgsch2002-02-211-5/+5
|
* Xr pthread_kill; from fries@fgsch2002-02-211-1/+2
|
* fix includes and some cleanup.fgsch2002-02-206-24/+17
|
* pthread_kill() manpage; from FreeBSD.fgsch2002-02-202-1/+77
|
* fix this by now; .Rv prolly has to be removed.fgsch2002-02-191-2/+3
|
* fix after fgspvalchev2002-01-281-3/+3
|
* correct function name.fgsch2002-01-281-2/+2
|
* sem_XXX(3) manpages; better now that never.fgsch2002-01-287-3/+507
| | | | From FreeBSD.
* o point pthread_setcancel(type|state) manpages where they belong.fgsch2001-12-072-16/+7
| | | | o remove functions from pthread_cancel(3).
* fix typo in thread status flagsmarc2001-11-021-2/+2
|
* Add note to BUGS section regarding linking with -ggdb vs -gmarc2001-10-301-1/+11
|
* Describe all the thread status flags. Describe the twomarc2001-10-281-17/+42
| | | | environment variables used to control status format and display
* spellingpvalchev2001-08-201-2/+2
|
* enable pthread_main_np(3)pvalchev2001-08-191-1/+2
|
* Describe the pthread_main_np() functionpvalchev2001-08-181-0/+42
|
* manpage for pthread_[get|set]schedparam; from FreeBSD.fgsch2001-08-112-3/+95
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* pthread_mutexattr_* manpage; from FreeBSD.fgsch2001-08-042-2/+190
|
* typo; krapht@secureops.comderaadt2001-08-031-2/+2
|
* remove double space after commajasoni2001-06-243-6/+6
|
* grammarjasoni2001-06-245-10/+10
|