Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix includes and some cleanup. | 2002-02-20 | 6 | -24/+17 | ||
| | ||||||
* | pthread_kill() manpage; from FreeBSD. | 2002-02-20 | 2 | -1/+77 | ||
| | ||||||
* | fix this by now; .Rv prolly has to be removed. | 2002-02-19 | 1 | -2/+3 | ||
| | ||||||
* | fix after fgs | 2002-01-28 | 1 | -3/+3 | ||
| | ||||||
* | correct function name. | 2002-01-28 | 1 | -2/+2 | ||
| | ||||||
* | sem_XXX(3) manpages; better now that never. | 2002-01-28 | 7 | -3/+507 | ||
| | | | | From FreeBSD. | |||||
* | o point pthread_setcancel(type|state) manpages where they belong. | 2001-12-07 | 2 | -16/+7 | ||
| | | | | o remove functions from pthread_cancel(3). | |||||
* | fix typo in thread status flags | 2001-11-02 | 1 | -2/+2 | ||
| | ||||||
* | Add note to BUGS section regarding linking with -ggdb vs -g | 2001-10-30 | 1 | -1/+11 | ||
| | ||||||
* | Describe all the thread status flags. Describe the two | 2001-10-28 | 1 | -17/+42 | ||
| | | | | environment variables used to control status format and display | |||||
* | spelling | 2001-08-20 | 1 | -2/+2 | ||
| | ||||||
* | enable pthread_main_np(3) | 2001-08-19 | 1 | -1/+2 | ||
| | ||||||
* | Describe the pthread_main_np() function | 2001-08-18 | 1 | -0/+42 | ||
| | ||||||
* | manpage for pthread_[get|set]schedparam; from FreeBSD. | 2001-08-11 | 2 | -3/+95 | ||
| | ||||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -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. | 2001-08-04 | 2 | -2/+190 | ||
| | ||||||
* | typo; krapht@secureops.com | 2001-08-03 | 1 | -2/+2 | ||
| | ||||||
* | remove double space after comma | 2001-06-24 | 3 | -6/+6 | ||
| | ||||||
* | grammar | 2001-06-24 | 5 | -10/+10 | ||
| | ||||||
* | missing word | 2001-06-01 | 1 | -2/+2 | ||
| | | | | "function will non-zero" -> "function will return non-zero" | |||||
* | missing word | 2001-05-31 | 1 | -2/+3 | ||
| | | | | "the temporarily lacks the resources" -> "the system temporarily lacks...." | |||||
* | more typos | 2001-05-31 | 1 | -4/+4 | ||
| | ||||||
* | typos; first few spotted by heko@saitti.net | 2001-05-31 | 1 | -5/+5 | ||
| | ||||||
* | -lpthread -> -pthread | 2000-12-31 | 1 | -2/+2 | ||
| | ||||||
* | fix Xr; glam0006@tc.umn.edu | 2000-04-28 | 1 | -3/+3 | ||
| | ||||||
* | Mostly punctuation fixes. | 2000-04-15 | 4 | -8/+8 | ||
| | ||||||
* | Trailing whitespace begone! | 2000-04-12 | 14 | -43/+43 | ||
| | ||||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 2 | -4/+4 | ||
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||||
* | Typo in synopsis: sont --> const | 2000-03-07 | 1 | -2/+2 | ||
| | ||||||
* | Use .Va for errno. | 2000-03-04 | 1 | -2/+4 | ||
| | ||||||
* | protect arguments to Nd | 2000-02-10 | 1 | -2/+2 | ||
| | ||||||
* | document existence of pthread_setcancelstate and pthread_setcanceltype | 2000-02-10 | 1 | -5/+14 | ||
| | ||||||
* | canceled -> cancelled | 2000-01-22 | 2 | -6/+6 | ||
| | ||||||
* | sync | 2000-01-06 | 1 | -3/+12 | ||
| | ||||||
* | describe SIGINFO dump better | 2000-01-06 | 1 | -31/+60 | ||
| | ||||||
* | document | 2000-01-06 | 1 | -0/+35 | ||
| | ||||||
* | Xr's to pthread_attr_*(3) | 2000-01-06 | 1 | -1/+5 | ||
| | ||||||
* | document | 2000-01-06 | 4 | -0/+304 | ||
| | ||||||
* | Fix synopsis. bde@freebsd.org | 1999-12-24 | 1 | -2/+2 | ||
| | ||||||
* | Add FreeBSD tags | 1999-11-24 | 36 | -27/+117 | ||
| | ||||||
* | Typo fixes. | 1999-09-23 | 1 | -3/+3 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 10 | -21/+21 | ||
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 10 | -20/+20 | ||
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||||
* | remove redundant .Pp macros | 1999-07-02 | 21 | -26/+2 | ||
| | ||||||
* | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. | 1999-06-15 | 2 | -71/+3 | ||
| | ||||||
* | capitalize the acronym ID | 1999-06-05 | 2 | -4/+8 | ||
| | ||||||
* | document two new states (deadlock and spinblock) | 1999-05-26 | 1 | -1/+5 | ||
| | ||||||
* | Use .St susv2. | 1999-05-18 | 2 | -6/+8 | ||
| | | | | pwrite.3: pread -> pwrite where appropriate. | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 6 | -19/+19 | ||
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||||
* | Removed extraneous comma in xrefs. | 1999-05-14 | 2 | -6/+6 | ||
| |