Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document interfaces that are supported by libthr. | ru | 2004-01-15 | 1 | -0/+1 |
| | |||||
* | Have a single set of POSIX threads man pages. The LIBRARY section | ru | 2004-01-14 | 1 | -0/+1 |
| | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen | ||||
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 1 | -2/+2 |
| | |||||
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 |
| | |||||
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 1 | -0/+8 |
| | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | The .Fn function | charnier | 2003-02-06 | 1 | -10/+20 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 1 | -0/+6 |
| | | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | /^\.St/ s/-iso9945-1/-p1003.1-96/ | ru | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 1 | -1/+1 |
| | | | | (jasone@canonware.com --> jasone@freebsd.org). | ||||
* | Fixed misspelling of a struct tag in a function parameter type. | bde | 2000-05-11 | 1 | -1/+1 |
| | |||||
* | mdoc(7) cleanup: | phantom | 2000-05-04 | 1 | -20/+32 |
| | | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section | ||||
* | Add missing .El macro. | jasone | 2000-05-03 | 1 | -0/+1 |
| | |||||
* | Add missing man pages. Fix various compliance bugs, mostly having to do with | jasone | 2000-05-02 | 1 | -0/+200 |
error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 |