Age | Commit message (Expand) | Author |
2005-01-06 | recover MLINKS for inet6_*_space.3 | Jun-ichiro itojun Hagino |
2005-01-06 | IPv6 manpage, wrote from scratch. deraadt ok | Jun-ichiro itojun Hagino |
2004-12-21 | sort SEE ALSO; | Jason McIntyre |
2004-12-21 | - grammar, punctuation, spacing, and mdoc fixes | Jared Yanovich |
2004-12-21 | thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hosts | Jun-ichiro itojun Hagino |
2004-12-20 | Start sentence with "The gai_strerror() function" | Todd C. Miller |
2004-12-20 | gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back. | Todd C. Miller |
2004-12-20 | gai_strerror() should return const char *; OK deraadt@ | Todd C. Miller |
2004-12-20 | Add Itojun's CAVEATS section. | Todd C. Miller |
2004-12-20 | Get rid of a bogus -32 that came about from misreading the ISC original | Todd C. Miller |
2004-12-20 | Add back EXAMPLE section and scopeid info which are from KAME, not the | Todd C. Miller |
2004-12-20 | New getnameinfo.3 man page, derived from the ISC version and fleshed | Todd C. Miller |
2004-12-20 | Minor cleanup. | Todd C. Miller |
2004-12-20 | Add back EXAMPLE section and scopeid info which are from KAME, not the | Todd C. Miller |
2004-12-20 | New getaddrinfo.3 man page, derived from the ISC version and fleshed | Todd C. Miller |
2004-12-20 | new gai_strerror(3) man page, derived from the ISC version and fleshed | Todd C. Miller |
2004-12-20 | remove MLINKS too | Jun-ichiro itojun Hagino |
2004-12-20 | remove manpages based on RFC. requested by deraadt | Jun-ichiro itojun Hagino |
2004-12-06 | move gai_strerror into its own page, and make the get* pages more readable; | Jason McIntyre |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2004-10-26 | link to new functions manpages. | Marc Espie |
2004-10-26 | Add STANDARDS section | Todd C. Miller |
2004-10-25 | Change return value of reentrant getproto* and getserv* to match the | Todd C. Miller |
2004-10-17 | Reentrant versions of getprotoent(3) and getservent(3). Adapted from | Todd C. Miller |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-09-16 | ansi | Theo de Raadt |
2004-09-16 | ansi | Theo de Raadt |
2004-09-15 | unused variables | Theo de Raadt |
2004-07-29 | we no longer need to query ip6.int for reverse lookup. pvalchev ok | Jun-ichiro itojun Hagino |
2004-07-18 | fix memory leak; ok millert@ tdeval@ | Jakob Schlyter |
2004-07-15 | remove references to removed pages: clnp(4), esis(4), and iso(4); | Jason McIntyre |
2004-07-13 | Remove iso_addr() and iso_ntoa() as part of the netiso removal. | Todd C. Miller |
2004-07-10 | typo; from patrick latifi | Jakob Schlyter |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre |
2004-04-14 | remove references to rfc 2553, since 3493 obsoletes it; | Jason McIntyre |
2004-04-14 | implement RFC3493 AI_NUMERICSERV. tedu ok | Jun-ichiro itojun Hagino |
2004-04-01 | let rcmdsh work on hosts that don't have an ipv4 address. | Marco S Hyman |
2004-03-14 | remove some weirdness; | Jason McIntyre |
2004-03-02 | fix formatting, Pedro Martelletto | Ted Unangst |
2004-03-01 | do not recommend a format string error..; pbastos@rdc.puc-rio.br | Theo de Raadt |
2004-02-16 | remove redundant code, u_int8_t cannot be > 0xff | Otto Moerbeek |
2004-02-10 | add MLINKS for 64-bit functions in byteorder(3); | Jason McIntyre |
2004-02-01 | Add const type qualifier. ok jmc@ | Thomas Nordin |
2003-12-30 | sync protos with <netdb.h>; | Jason McIntyre |
2003-12-12 | niels kindly dropped clause 3/4 from the license. tnx! | Jun-ichiro itojun Hagino |
2003-12-12 | we can skip arc4random() call here. markus | Jun-ichiro itojun Hagino |
2003-12-10 | correct non-repetitive ID code, based on comments from niels provos. | Jun-ichiro itojun Hagino |
2003-10-06 | ANSIfication; most from Patrick Latifi | Todd C. Miller |
2003-10-03 | Fix off-by-one, patch from Patrick Latifi; closes PR 3492 | Todd C. Miller |