Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-31 | More SYNOPSIS, ERRORS, and STANDARDS updates | Philip Guenther | |
2012-10-12 | For consistency with other OSes and ease of porting, make | Philip Guenthe | |
get{sock,peer}name() behave like accept() when the involved UNIX-domain socket isn't bound to an address, returning an AF_UNIX sockaddr with zero-length sun_path. Based on diff from robert@ and mikeb@ ok robert@ deraadt@ | |||
2010-07-01 | sort SEE ALSO; | Jason McIntyre | |
2010-07-01 | getpeereid() can now be a library routine using getsockopt() with | Theo de Raadt | |
SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return EFAULT for a page fault. The kernel code will soon be put into compat, and then in 10 years or so tedu will delete it. ok guenther millert | |||
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado | |
completes the changes from Oct 22. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-10-19 | EFAULT corrections; ok millert and otto | Jared Yanovich | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY - kill whitespace at EOL | |||
2003-05-20 | consistent non-capitalization of words not beginning sentences | Paul Janzen | |
2003-03-18 | Do not capitalize "Indicates" as it does not start the sentence | Todd C. Miller | |
2003-02-21 | typos; | Jason McIntyre | |
2003-01-05 | spelling | Theo de Raadt | |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
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 | |||
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine ↵ | Dug Song | |
client credentials. mostly from superscript.com. deraadt@ ok | |||
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell | |
1999-07-21 | Remove PARAMETERS section. Different bad. Kjell bad. | Kjell Wooding | |
Add references to sockaddr_storage. | |||
1999-07-21 | Updated man pages to be useful. Include description of typical uses. | Kjell Wooding | |
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-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | Todd C. Miller | |
1999-02-15 | Use and document socklen_t | Todd C. Miller | |
1998-07-06 | fix openbsd tag | Theo de Raadt | |
1998-06-08 | clean; kleink | Theo de Raadt | |
1997-06-13 | fix lots of .Xr and other minor things | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
add & fix a bunch of system call pages | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |