summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2020-11-29Pull up following revision(s) (requested by is in ticket #1135):martin
2019-05-29 Fix typo(s/suppport/support/) in comment. From FreeBSD.msaitoh
2018-12-13Adjust English usage in message for EAI_NONAME.dholland
2018-12-13Return EAI_NODATA, not EAI_NONAME, for nonexistent hosts.dholland
2018-08-22- SIOCGIFINDEX was added in 2013, but if_freenameindex(3) have not used itmsaitoh
2018-08-13Various improvements.wiz
2018-08-02Add missing SCTP manpage.rjs
2018-08-02Add userland support for SCTP and manpages.rjs
2018-02-21Consistenly use "host byte order".uwe
2018-02-21Fix endnetent prototype. Fix NULL. New sentence, new line.wiz
2018-02-21Improve the getnetent(3) man-pagekamil
2018-02-16Enforce that getpeereid only returns success on AF_LOCAL sockets, insteadchristos
2018-02-07Fix typos, as reported by Eitan Adler. Update dates.pgoyette
2017-12-28PR/52837: Michael Kaufmann: getaddrinfo() resolves "127.0.0.1 www.example.com"christos
2017-10-30Fix Bl argument.wiz
2017-10-25Add freeifaddrs to the NAME sectionabhinav
2017-10-25Remove comma after last Nm entryabhinav
2017-10-25Remove comma after last Nm entry.abhinav
2017-09-29PR/52578: Benjamin M. Schwartz: sync the internal copy of res_nquery forchristos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-06-18Include IPv6 global variable in USE_INET6=no libcmanu
2017-03-10Remove entirely redundant free right after declaration.maya
2017-03-10Drop redundant null checks.maya
2017-01-10KNF, simplify expressions for readability.christos
2016-12-18clarify res_nclose and res_ndestroy.christos
2016-12-07Fix comment: s/ACCD/ADDC/pgoyette
2016-12-07Actually guarantee that the returned buffer from link_ntoa() is alwayskre
2016-12-07More tweaking...pgoyette
2016-12-07Update BUGS section to note the possibility of a truncated return value.pgoyette
2016-12-07make it always return a NUL terminated string instead of NULL when the addresschristos
2016-12-07Add the terminating NUL as a regular character addition.christos
2016-12-07Leave room for the null terminator. Spotted by DuClare on freenode.dholland
2016-12-06Fix buffer copy without checking the size of input:christos
2016-09-21Add ifa_addrflags to ifaddrs.roy
2016-02-06Avoid shadowing global.riastradh
2016-01-23unsigned -> unsigned intwiz
2016-01-23Update synopses to match u_int/u_long/etc. changes. Do not bump date asdholland
2016-01-22Try to reduce singular/plural confusion. Use more markup.wiz
2016-01-22fix typo.zafer
2015-12-14PR/50552: Kyle Amon: RFC3493 section 6.1 wants us to accept non-dotted-quadchristos
2015-12-14KNFozaki-r
2015-12-13mention ip6addrctlchristos
2015-12-13Implement the address selection policy; from FreeBSDchristos
2015-12-02PR/44915: Havard Eidnes:christos
2015-10-26put the state back after it is used.christos
2015-10-26PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddrchristos
2015-10-26PR/50367: Stefan Schaeckeler: libc resolver library does not resolve hostchristos
2015-09-22- fix various leaks on errorchristos
2015-09-22be more forgiving, and don't abort on unexpected errors.christos
2015-09-22Handle herrors properly so that postfix can return 4XX codes when appropriate.christos