summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mop up resolver.3 rename; ok deraadtjmc2019-08-301-3/+3
* Prefer AF_* over PF_* and 'address family' over 'protocol family'guenther2016-05-291-9/+9
* Amend documentation for AI_ADDRCONFIGjca2015-02-161-2/+4
* unbind;jmc2014-08-231-4/+3
* Implement AI_ADDRCONFIGsperreault2014-04-281-3/+14
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-5/+5
* getaddrinfo is now thread-safe.brad2013-03-311-6/+2
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-24/+24
* use "an addrinfo", not "a addrinfo". ok jmcsthen2012-04-201-3/+3
* draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted byjmc2012-01-031-6/+5
* Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@matthew2011-04-051-3/+29
* promote correct style for error checkingeric2009-07-091-7/+7
* Document AI_NUMERICSERV; feedback and ok millert@jacekm2009-05-061-2/+9
* convert to new .Dd format;jmc2007-05-311-2/+2
* Remove unnecessary /* NOTREACHED */ comments because our lint isray2006-09-251-13/+5
* Do not clobber errno when calling close(2) in example code.otto2005-11-151-2/+6
* save errno in example code. from mpech@ ok jmc@otto2005-11-131-1/+3
* use "www" as the service name in the example instead of "http" since "www"dlg2005-07-051-5/+5
* There is no need to call freeaddrinfo() in case of an error.claudio2005-03-121-1/+6
* correct .Rs references;jmc2005-01-291-2/+2
* fix reversed short description; ok itojun@djm2005-01-281-2/+2
* space between macro args and punctuation;jmc2005-01-061-3/+3
* IPv6 manpage, wrote from scratch. deraadt okitojun2005-01-061-7/+11
* - grammar, punctuation, spacing, and mdoc fixesjaredy2004-12-211-27/+20
* thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hostsitojun2004-12-211-2/+2
* Minor cleanup.millert2004-12-201-9/+16
* Add back EXAMPLE section and scopeid info which are from KAME, not themillert2004-12-201-1/+131
* New getaddrinfo.3 man page, derived from the ISC version and fleshedmillert2004-12-201-0/+300
* remove manpages based on RFC. requested by deraadtitojun2004-12-201-531/+0
* move gai_strerror into its own page, and make the get* pages more readable;jmc2004-12-061-163/+101
* remove references to rfc 2553, since 3493 obsoletes it;jmc2004-04-141-11/+2
* implement RFC3493 AI_NUMERICSERV. tedu okitojun2004-04-141-1/+26
* do not recommend a format string error..; pbastos@rdc.puc-rio.brderaadt2004-03-011-3/+3
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-4/+4
* sync struct addrinfo with what's in <netdb.h>;jmc2003-07-271-11/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-05-301-4/+4
* typos;jmc2003-05-011-11/+11
* Initial cleanup:mpech2002-04-301-2/+2
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
* there's no no host.conf on openbsd. pointed out by smbitojun2001-08-051-8/+2
* ok, tmac is now fixedderaadt2001-06-231-2/+3
* join .%A entries; most by bk@rt.fmderaadt2001-06-231-3/+2
* correct listener side example. from deraadtitojun2001-02-121-5/+6
* wording updates. typo in example (s/err1/errx/).itojun2001-01-261-15/+16
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-2/+2
* strings are NUL-terminated, not NULL-terminatedderaadt2000-08-131-4/+4
* document that the current implementation is not thread-safe. sync with kame.itojun2000-08-091-2/+4
* document pitfall cases in argument parsing. sync with kame.itojun2000-07-251-3/+64