summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getsockname.2
AgeCommit message (Collapse)Author
2013-03-31More SYNOPSIS, ERRORS, and STANDARDS updatesPhilip Guenther
2012-10-12For consistency with other OSes and ease of porting, makePhilip 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-01sort SEE ALSO;Jason McIntyre
2010-07-01getpeereid() can now be a library routine using getsockopt() withTheo 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-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
completes the changes from Oct 22.
2007-05-31convert to new .Dd format;Jason McIntyre
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL
2003-05-20consistent non-capitalization of words not beginning sentencesPaul Janzen
2003-03-18Do not capitalize "Indicates" as it does not start the sentenceTodd C. Miller
2003-02-21typos;Jason McIntyre
2003-01-05spellingTheo de Raadt
2001-08-06o) 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-26implement djb's getpeereid(2), to allow local-domain servers to determine ↵Dug Song
client credentials. mostly from superscript.com. deraadt@ ok
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
1999-07-21Remove PARAMETERS section. Different bad. Kjell bad.Kjell Wooding
Add references to sockaddr_storage.
1999-07-21Updated man pages to be useful. Include description of typical uses.Kjell Wooding
1999-06-29- change references to nil to null; tschroed@acm.orgAaron 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-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-02-27make function names the correct caseTheo de Raadt
1999-02-15must include <sys/types.h> before <sys.socket.h>Todd C. Miller
1999-02-15Use and document socklen_tTodd C. Miller
1998-07-06fix openbsd tagTheo de Raadt
1998-06-08clean; kleinkTheo de Raadt
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
add & fix a bunch of system call pages
1995-10-18initial import of NetBSD treeTheo de Raadt