Rich Felker 1b4e84c56d fix return value of res_send, res_query on errors from nameserver %!s(int64=4) %!d(string=hai) anos
..
accept.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
accept4.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs %!s(int64=14) %!d(string=hai) anos
connect.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
dn_comp.c 3fe595de83 remove or make static various unused __-prefixed symbols %!s(int64=6) %!d(string=hai) anos
dn_expand.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
dn_skipname.c 2a0ff45b36 handle labels with 8-bit byte values in dn_skipname %!s(int64=6) %!d(string=hai) anos
dns_parse.c c98bf5b869 move and deduplicate declarations of __dns_parse to make it checkable %!s(int64=6) %!d(string=hai) anos
ent.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
ether.c fbcd82040c add stubs for additional legacy ether.h functions %!s(int64=11) %!d(string=hai) anos
freeaddrinfo.c d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list %!s(int64=6) %!d(string=hai) anos
gai_strerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations %!s(int64=10) %!d(string=hai) anos
getaddrinfo.c ad795d56ba fix spurious undefined behavior in getaddrinfo %!s(int64=6) %!d(string=hai) anos
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
gethostbyaddr_r.c 5978eb703c fix gethostbyaddr_r to fill struct hostent.h_length as appropriate %!s(int64=9) %!d(string=hai) anos
gethostbyname.c 7c82870d45 remove obsolete and unused gethostbyaddr implementation %!s(int64=8) %!d(string=hai) anos
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
gethostbyname2_r.c d917ef0b84 remove dead case in gethostbyname2_r %!s(int64=8) %!d(string=hai) anos
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getifaddrs.c 7b712844e3 properly handle point-to-point interfaces in getifaddrs() %!s(int64=9) %!d(string=hai) anos
getnameinfo.c fd7ec068ef set AD bit in dns queries, suppress for internal use %!s(int64=4) %!d(string=hai) anos
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
getservbyname.c af7c308ee6 improve getservbyname_r using new resolver backend %!s(int64=10) %!d(string=hai) anos
getservbyname_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() %!s(int64=7) %!d(string=hai) anos
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getservbyport_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() %!s(int64=7) %!d(string=hai) anos
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
getsockopt.c ae388becb5 implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions %!s(int64=5) %!d(string=hai) anos
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) %!s(int64=13) %!d(string=hai) anos
herror.c 18144af297 implement legacy function herror %!s(int64=11) %!d(string=hai) anos
hstrerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations %!s(int64=10) %!d(string=hai) anos
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions %!s(int64=14) %!d(string=hai) anos
htons.c c89862660b optimize ntohl etc. in terms of bswap functions %!s(int64=14) %!d(string=hai) anos
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex %!s(int64=13) %!d(string=hai) anos
if_indextoname.c 32055d52ca fix if_indextoname error case %!s(int64=8) %!d(string=hai) anos
if_nameindex.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink %!s(int64=10) %!d(string=hai) anos
if_nametoindex.c 3cdbfb99c3 fix if_nametoindex return value when socket open fails %!s(int64=9) %!d(string=hai) anos
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
inet_addr.c 13d1afa46f overhaul internally-public declarations using wrapper headers %!s(int64=6) %!d(string=hai) anos
inet_aton.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
inet_legacy.c 76f440cff7 remove cruft from old resolver and numeric ip parsing %!s(int64=10) %!d(string=hai) anos
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files %!s(int64=11) %!d(string=hai) anos
inet_ntop.c 5c8e69267b inet_ntop: do not compress single zeros in IPv6 %!s(int64=6) %!d(string=hai) anos
inet_pton.c fc13acc3dc fix internal buffer overrun in inet_pton %!s(int64=10) %!d(string=hai) anos
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs %!s(int64=14) %!d(string=hai) anos
lookup.h d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list %!s(int64=6) %!d(string=hai) anos
lookup_ipliteral.c 13d1afa46f overhaul internally-public declarations using wrapper headers %!s(int64=6) %!d(string=hai) anos
lookup_name.c 5cf1ac2443 fix handling of errors resolving one of paired A+AAAA query %!s(int64=4) %!d(string=hai) anos
lookup_serv.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
netlink.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink %!s(int64=10) %!d(string=hai) anos
netlink.h 7e399fabd3 apply hidden visibility to various remaining internal interfaces %!s(int64=6) %!d(string=hai) anos
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname %!s(int64=13) %!d(string=hai) anos
ns_parse.c e8cbe0bad4 fix negated return value of ns_skiprr, breakage in related functions %!s(int64=9) %!d(string=hai) anos
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions %!s(int64=14) %!d(string=hai) anos
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions %!s(int64=14) %!d(string=hai) anos
proto.c 4b619e5c61 fix incorrect protocol name and number for egp %!s(int64=9) %!d(string=hai) anos
recv.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
recvfrom.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
recvmmsg.c 114178dc8d hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels %!s(int64=5) %!d(string=hai) anos
recvmsg.c 114178dc8d hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels %!s(int64=5) %!d(string=hai) anos
res_init.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions %!s(int64=10) %!d(string=hai) anos
res_mkquery.c fd7ec068ef set AD bit in dns queries, suppress for internal use %!s(int64=4) %!d(string=hai) anos
res_msend.c 6a209f14ff fix possible fd leak, unrestored cancellation state on dns socket fail %!s(int64=8) %!d(string=hai) anos
res_query.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
res_querydomain.c 07355f503a accept trailing . and empty domain names %!s(int64=10) %!d(string=hai) anos
res_send.c 1b4e84c56d fix return value of res_send, res_query on errors from nameserver %!s(int64=4) %!d(string=hai) anos
res_state.c 97d0988fd8 add _res (__res_state()) dummy %!s(int64=14) %!d(string=hai) anos
resolvconf.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
send.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
sendmmsg.c 2e5d256984 fix sendmmsg emulation return value for zero-length vector %!s(int64=10) %!d(string=hai) anos
sendmsg.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
sendto.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
serv.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
setsockopt.c ae388becb5 implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions %!s(int64=5) %!d(string=hai) anos
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs %!s(int64=14) %!d(string=hai) anos
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs %!s(int64=14) %!d(string=hai) anos
socket.c 7063c459e7 use __socketcall to simplify socket() %!s(int64=5) %!d(string=hai) anos
socketpair.c 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels %!s(int64=10) %!d(string=hai) anos