Rich Felker bf9d9ceaa3 fix gethostby*_r result pointer value on error vor 11 Jahren
..
__dns.c 7603c5f127 support mix of IPv4 and v6 nameservers in resolv.conf vor 11 Jahren
__dns.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
__ipparse.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
accept4.c dc01e2cbfb add fallback emulation for accept4 on old kernels vor 11 Jahren
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs vor 14 Jahren
connect.c feee98903c overhaul pthread cancellation vor 14 Jahren
dn_comp.c 642936d6dd Fix dn_comp prototype and add stub vor 11 Jahren
dn_expand.c 309cfa4f2c fix multiple validation issues in dns response label parsing vor 11 Jahren
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) vor 12 Jahren
ent.c 8daa49cdfd remove some dummy "ent" function aliases that duplicated real ones vor 11 Jahren
ether.c fbcd82040c add stubs for additional legacy ether.h functions vor 12 Jahren
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
gai_strerror.c 88798393ca fix wrong messages in gai_strerror vor 14 Jahren
getaddrinfo.c cabe9aa974 reject invalid address families in getaddrinfo vor 11 Jahren
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
gethostbyaddr_r.c bf9d9ceaa3 fix gethostby*_r result pointer value on error vor 11 Jahren
gethostbyname.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
gethostbyname2_r.c bf9d9ceaa3 fix gethostby*_r result pointer value on error vor 11 Jahren
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
getifaddrs.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
getnameinfo.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
getservbyname.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
getservbyname_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) vor 13 Jahren
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
getservbyport_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) vor 13 Jahren
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) vor 13 Jahren
herror.c 18144af297 implement legacy function herror vor 11 Jahren
hstrerror.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions vor 14 Jahren
htons.c c89862660b optimize ntohl etc. in terms of bswap functions vor 14 Jahren
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex vor 14 Jahren
if_indextoname.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally vor 12 Jahren
if_nameindex.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
if_nametoindex.c f8b5cc8a7e fix if_nametoindex return value when interface does not exist vor 11 Jahren
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
inet_addr.c 7b5beabceb fix regression in inet_aton due to misinterpretation of __ipparse return vor 11 Jahren
inet_legacy.c dbe221ecff fix argument types for legacy function inet_makeaddr vor 11 Jahren
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files vor 11 Jahren
inet_ntop.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
inet_pton.c ac45692a53 remove an unnecessary check in inet_pton vor 11 Jahren
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs vor 14 Jahren
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname vor 14 Jahren
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions vor 14 Jahren
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions vor 14 Jahren
proto.c 3e02ce1b41 add ipv6 and icmpv6 to getprotoent-family functions vor 11 Jahren
recv.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
recvfrom.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
recvmsg.c feee98903c overhaul pthread cancellation vor 14 Jahren
res_init.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
res_query.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
res_state.c 97d0988fd8 add _res (__res_state()) dummy vor 14 Jahren
send.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines vor 13 Jahren
sendto.c feee98903c overhaul pthread cancellation vor 14 Jahren
serv.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs vor 14 Jahren
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs vor 14 Jahren
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs vor 14 Jahren
socket.c e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code vor 12 Jahren
socketpair.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs vor 14 Jahren