Rich Felker dc01e2cbfb add fallback emulation for accept4 on old kernels %!s(int64=11) %!d(string=hai) anos
..
__dns.c 7603c5f127 support mix of IPv4 and v6 nameservers in resolv.conf %!s(int64=11) %!d(string=hai) anos
__dns.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
__ipparse.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
accept4.c dc01e2cbfb add fallback emulation for accept4 on old kernels %!s(int64=11) %!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 feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos
dn_comp.c 642936d6dd Fix dn_comp prototype and add stub %!s(int64=11) %!d(string=hai) anos
dn_expand.c 4f6658b969 Fix dn_expand pointer following %!s(int64=11) %!d(string=hai) anos
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) %!s(int64=12) %!d(string=hai) anos
ent.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
ether.c fbcd82040c add stubs for additional legacy ether.h functions %!s(int64=12) %!d(string=hai) anos
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
gai_strerror.c 88798393ca fix wrong messages in gai_strerror %!s(int64=13) %!d(string=hai) anos
getaddrinfo.c cabe9aa974 reject invalid address families in getaddrinfo %!s(int64=11) %!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 70b584bc94 fix error returns in gethostby*_r functions %!s(int64=12) %!d(string=hai) anos
gethostbyname.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!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 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getifaddrs.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
getnameinfo.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!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 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getservbyname_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) %!s(int64=12) %!d(string=hai) anos
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getservbyport_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) %!s(int64=12) %!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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!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 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!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 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally %!s(int64=12) %!d(string=hai) anos
if_nameindex.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
if_nametoindex.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally %!s(int64=12) %!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 7b5beabceb fix regression in inet_aton due to misinterpretation of __ipparse return %!s(int64=11) %!d(string=hai) anos
inet_legacy.c dbe221ecff fix argument types for legacy function inet_makeaddr %!s(int64=11) %!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 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
inet_pton.c ac45692a53 remove an unnecessary check in inet_pton %!s(int64=11) %!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
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname %!s(int64=14) %!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 3e02ce1b41 add ipv6 and icmpv6 to getprotoent-family functions %!s(int64=11) %!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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
recvmsg.c feee98903c overhaul pthread cancellation %!s(int64=14) %!d(string=hai) anos
res_init.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
res_query.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
res_state.c 97d0988fd8 add _res (__res_state()) dummy %!s(int64=14) %!d(string=hai) anos
send.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines %!s(int64=13) %!d(string=hai) anos
sendto.c feee98903c overhaul pthread cancellation %!s(int64=14) %!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 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs %!s(int64=14) %!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 e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code %!s(int64=12) %!d(string=hai) anos
socketpair.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs %!s(int64=14) %!d(string=hai) anos