| Commit message (Expand) | Author | Age | Files | Lines |
* | mop up resolver.3 rename; ok deraadt | jmc | 2019-08-30 | 1 | -3/+3 |
* | Prefer AF_* over PF_* and 'address family' over 'protocol family' | guenther | 2016-05-29 | 1 | -9/+9 |
* | Amend documentation for AI_ADDRCONFIG | jca | 2015-02-16 | 1 | -2/+4 |
* | unbind; | jmc | 2014-08-23 | 1 | -4/+3 |
* | Implement AI_ADDRCONFIG | sperreault | 2014-04-28 | 1 | -3/+14 |
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 1 | -3/+3 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -5/+5 |
* | getaddrinfo is now thread-safe. | brad | 2013-03-31 | 1 | -6/+2 |
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-27 | 1 | -24/+24 |
* | use "an addrinfo", not "a addrinfo". ok jmc | sthen | 2012-04-20 | 1 | -3/+3 |
* | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | jmc | 2012-01-03 | 1 | -6/+5 |
* | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | matthew | 2011-04-05 | 1 | -3/+29 |
* | promote correct style for error checking | eric | 2009-07-09 | 1 | -7/+7 |
* | Document AI_NUMERICSERV; feedback and ok millert@ | jacekm | 2009-05-06 | 1 | -2/+9 |
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
* | Remove unnecessary /* NOTREACHED */ comments because our lint is | ray | 2006-09-25 | 1 | -13/+5 |
* | Do not clobber errno when calling close(2) in example code. | otto | 2005-11-15 | 1 | -2/+6 |
* | save errno in example code. from mpech@ ok jmc@ | otto | 2005-11-13 | 1 | -1/+3 |
* | use "www" as the service name in the example instead of "http" since "www" | dlg | 2005-07-05 | 1 | -5/+5 |
* | There is no need to call freeaddrinfo() in case of an error. | claudio | 2005-03-12 | 1 | -1/+6 |
* | correct .Rs references; | jmc | 2005-01-29 | 1 | -2/+2 |
* | fix reversed short description; ok itojun@ | djm | 2005-01-28 | 1 | -2/+2 |
* | space between macro args and punctuation; | jmc | 2005-01-06 | 1 | -3/+3 |
* | IPv6 manpage, wrote from scratch. deraadt ok | itojun | 2005-01-06 | 1 | -7/+11 |
* | - grammar, punctuation, spacing, and mdoc fixes | jaredy | 2004-12-21 | 1 | -27/+20 |
* | thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hosts | itojun | 2004-12-21 | 1 | -2/+2 |
* | Minor cleanup. | millert | 2004-12-20 | 1 | -9/+16 |
* | Add back EXAMPLE section and scopeid info which are from KAME, not the | millert | 2004-12-20 | 1 | -1/+131 |
* | New getaddrinfo.3 man page, derived from the ISC version and fleshed | millert | 2004-12-20 | 1 | -0/+300 |
* | remove manpages based on RFC. requested by deraadt | itojun | 2004-12-20 | 1 | -531/+0 |
* | move gai_strerror into its own page, and make the get* pages more readable; | jmc | 2004-12-06 | 1 | -163/+101 |
* | remove references to rfc 2553, since 3493 obsoletes it; | jmc | 2004-04-14 | 1 | -11/+2 |
* | implement RFC3493 AI_NUMERICSERV. tedu ok | itojun | 2004-04-14 | 1 | -1/+26 |
* | do not recommend a format string error..; pbastos@rdc.puc-rio.br | deraadt | 2004-03-01 | 1 | -3/+3 |
* | refer to RFCs consistently (RFC XXXX); | jmc | 2003-08-08 | 1 | -4/+4 |
* | sync struct addrinfo with what's in <netdb.h>; | jmc | 2003-07-27 | 1 | -11/+11 |
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
* | - section reorder | jmc | 2003-05-30 | 1 | -4/+4 |
* | typos; | jmc | 2003-05-01 | 1 | -11/+11 |
* | Initial cleanup: | mpech | 2002-04-30 | 1 | -2/+2 |
* | o) We always close .Bl and .Bd tags; | mpech | 2001-08-06 | 1 | -2/+1 |
* | there's no no host.conf on openbsd. pointed out by smb | itojun | 2001-08-05 | 1 | -8/+2 |
* | ok, tmac is now fixed | deraadt | 2001-06-23 | 1 | -2/+3 |
* | join .%A entries; most by bk@rt.fm | deraadt | 2001-06-23 | 1 | -3/+2 |
* | correct listener side example. from deraadt | itojun | 2001-02-12 | 1 | -5/+6 |
* | wording updates. typo in example (s/err1/errx/). | itojun | 2001-01-26 | 1 | -15/+16 |
* | Various repairs, mostly to get rid of short lines. | aaron | 2000-12-24 | 1 | -2/+2 |
* | strings are NUL-terminated, not NULL-terminated | deraadt | 2000-08-13 | 1 | -4/+4 |
* | document that the current implementation is not thread-safe. sync with kame. | itojun | 2000-08-09 | 1 | -2/+4 |
* | document pitfall cases in argument parsing. sync with kame. | itojun | 2000-07-25 | 1 | -3/+64 |