summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2005-03-12There is no need to call freeaddrinfo() in case of an error.Claudio Jeker
2005-03-08do not trash errno before using it, do not pass garbage args to getnameinfoTheo de Raadt
2005-03-07fd leak; andrushock@korovino.netTheo de Raadt
2005-03-06correct snprintf return value checks, where the wrong ptrMoritz Jodeit
2005-03-02Consistent #if protection of rcs ids; Francois PerradTodd C. Miller
2005-03-02More const in h_errlist and h_nerr; Francois PerradTodd C. Miller
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2005-02-19fix pasto; from d@Todd C. Miller
2005-01-29correct .Rs references;Jason McIntyre
2005-01-28fix reversed short description; ok itojun@Damien Miller
2005-01-22some fixes from netbsd, plus a few of my own;Jason McIntyre
2005-01-11more minor tweaks, ok jmcJared Yanovich
2005-01-07clarify a sentence;Jason McIntyre
2005-01-06tweaks;Jason McIntyre
2005-01-06tweaks;Jason McIntyre
2005-01-06space between macro args and punctuation;Jason McIntyre
2005-01-06recover MLINKS for inet6_*_space.3Jun-ichiro itojun Hagino
2005-01-06IPv6 manpage, wrote from scratch. deraadt okJun-ichiro itojun Hagino
2004-12-21sort SEE ALSO;Jason McIntyre
2004-12-21- grammar, punctuation, spacing, and mdoc fixesJared Yanovich
2004-12-21thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hostsJun-ichiro itojun Hagino
2004-12-20Start sentence with "The gai_strerror() function"Todd C. Miller
2004-12-20gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back.Todd C. Miller
2004-12-20gai_strerror() should return const char *; OK deraadt@Todd C. Miller
2004-12-20Add Itojun's CAVEATS section.Todd C. Miller
2004-12-20Get rid of a bogus -32 that came about from misreading the ISC originalTodd C. Miller
2004-12-20Add back EXAMPLE section and scopeid info which are from KAME, not theTodd C. Miller
2004-12-20New getnameinfo.3 man page, derived from the ISC version and fleshedTodd C. Miller
2004-12-20Minor cleanup.Todd C. Miller
2004-12-20Add back EXAMPLE section and scopeid info which are from KAME, not theTodd C. Miller
2004-12-20New getaddrinfo.3 man page, derived from the ISC version and fleshedTodd C. Miller
2004-12-20new gai_strerror(3) man page, derived from the ISC version and fleshedTodd C. Miller
2004-12-20remove MLINKS tooJun-ichiro itojun Hagino
2004-12-20remove manpages based on RFC. requested by deraadtJun-ichiro itojun Hagino
2004-12-06move gai_strerror into its own page, and make the get* pages more readable;Jason McIntyre
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-10-26link to new functions manpages.Marc Espie
2004-10-26Add STANDARDS sectionTodd C. Miller
2004-10-25Change return value of reentrant getproto* and getserv* to match theTodd C. Miller
2004-10-17Reentrant versions of getprotoent(3) and getservent(3). Adapted fromTodd C. Miller
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-16ansiTheo de Raadt
2004-09-16ansiTheo de Raadt
2004-09-15unused variablesTheo de Raadt
2004-07-29we no longer need to query ip6.int for reverse lookup. pvalchev okJun-ichiro itojun Hagino
2004-07-18fix memory leak; ok millert@ tdeval@Jakob Schlyter
2004-07-15remove references to removed pages: clnp(4), esis(4), and iso(4);Jason McIntyre
2004-07-13Remove iso_addr() and iso_ntoa() as part of the netiso removal.Todd C. Miller
2004-07-10typo; from patrick latifiJakob Schlyter
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman