Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have a single set of POSIX threads man pages. The LIBRARY section | ru | 2004-01-14 | 1 | -70/+0 |
| | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen | ||||
* | Pull some changes (mostly cosmetic) from libc_r manpages | ru | 2003-12-30 | 1 | -1/+2 |
| | | | | in preparation for the merge. | ||||
* | Mechanically change all libc_r references to libpthread. | mini | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -2/+2 |
| | |||||
* | Introduce .Lb macro to libc_r manpages. | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Added missing comma in xrefs. | alex | 1999-05-14 | 1 | -2/+2 |
| | |||||
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 1 | -0/+67 |
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time. |