Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-08-15 | more poll | Theo de Raadt | |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell | |
- 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 | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-17 | more errno values are possible; jon@oaktree.co.uk | Theo de Raadt | |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller | |
1998-11-16 | doc EAFNOSUPPORT return | Theo de Raadt | |
1998-08-17 | Xr poll | Theo de Raadt | |
1998-08-05 | IOV_MAX, not UIO_MAXIOV | Todd C. Miller | |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > ↵ | Todd C. Miller | |
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them. | |||
1998-07-28 | document EINVAL due to overflow | Todd C. Miller | |
1998-07-06 | fix openbsd tag | Theo de Raadt | |
1998-03-18 | send(2) and friends return EINVAL if (flags & MSG_EOR) | Todd C. Miller | |
1997-01-22 | add docs about EHOSTUNREACH; from hwr@pilhuhn.de | Theo de Raadt | |
1996-01-15 | from netbsd: | Theo de Raadt | |
Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |