summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
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
2015-09-10namespace protect allocaddrinfochristos
2015-09-10mke allocaddrinfo static.christos
2015-09-09Include several libc functions in rump.ping6ozaki-r
2015-09-03PR/50195: Henning Petersen: Incorrect check in getnameinfo_link.christos
2015-09-01Fix rump.ndp -I options by rump-ifying if_nametoindex(3)ozaki-r
2015-05-15Don't create a weak alias in the !RUMPACTION case.joerg
2015-05-15Fix rump.{netstat,route} shows host's interface names in link local addressesozaki-r
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2015-01-04Add more markup.wiz
2015-01-04Correct API for the gethostby{name,addr}christos
2014-11-26Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointedenami
2014-11-24knf, no functional change.christos
2014-11-24Don't read past the end when the data is exactly the right size. Reportedchristos
2014-09-18make more descriptors that we open as close-on-execchristos