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