Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | 2011-11-17 | 1 | -3/+19 | |
| | | | | | All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice). | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | remove superfluous paranthesis | 2006-09-27 | 1 | -2/+2 | |
| | | | | | from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt | ||||
* | Document that a NULL status pointer is allowed. OK deraadt@ | 2004-03-11 | 1 | -3/+3 | |
| | |||||
* | document WAIT_ANY and WAIT_MYPGRP; | 2004-01-12 | 1 | -3/+13 | |
| | | | | help and ok miod@ | ||||
* | Use WCONTINUED as width for list of wait options; jmc@ | 2003-08-03 | 1 | -2/+2 | |
| | |||||
* | Implement the WCONTINUED flag to the wait(2) family of syscalls and the | 2003-08-03 | 1 | -9/+20 | |
| | | | | | | | | | associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD. A minor amount of trickiness is involved here. The value for WCONTINUED is chosen in such a way that _WSTATUS(_WCONTINUED) == _WSTOPPED and the WIFSTOPPED macro has been modified such that WIFSTOPPED(_WCONTINUED) != _WSTOPPED. This means we don't need to add an extra check to the WIFSIGNALED and WIFSTOPPED macros. deraadt@ OK. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-06-02 | 1 | -5/+5 | |
| | |||||
* | underfined -> undefined; | 2003-04-12 | 1 | -2/+2 | |
| | | | | from Fabio Olive Leite; | ||||
* | most of these is v2, not v6 | 2002-01-24 | 1 | -2/+2 | |
| | |||||
* | Refer to siginterrupt(3) rather than to a nonexistant part of intro(2) | 2001-06-25 | 1 | -4/+3 | |
| | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -45/+26 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -14/+14 | |
| | | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes | ||||
* | use .Tn instead of .Em for logical/bitwise OR + AND | 1999-06-05 | 1 | -2/+4 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -3/+3 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | make function names the correct case | 1999-02-27 | 1 | -2/+2 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | fix lots of .Xr and other minor things | 1997-06-13 | 1 | -3/+4 | |
| | |||||
* | Document EINVAL | 1997-02-20 | 1 | -0/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+298 | |