Rich Felker 56b57f37a4 fix length computation in dn_expand 11 лет назад
..
__dns.c fcc522c923 de-duplicate dn_expand, fix return value and signature, clean up 11 лет назад
__dns.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
__ipparse.c 34d81974d3 ipv6 parsing code (formerly dummied-out) 14 лет назад
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 лет назад
accept4.c dc62790dee move accept4, dup3, and pipe2 to non-linux-specific locations 12 лет назад
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 лет назад
connect.c feee98903c overhaul pthread cancellation 14 лет назад
dn_expand.c 56b57f37a4 fix length computation in dn_expand 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 11 лет назад
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 14 лет назад
gai_strerror.c 88798393ca fix wrong messages in gai_strerror 13 лет назад
getaddrinfo.c f5dfb45f78 make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6 11 лет назад
gethostbyaddr.c a47ad3ebce dynamically allocate storage for gethostby* buffers 12 лет назад
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 a47ad3ebce dynamically allocate storage for gethostby* buffers 12 лет назад
gethostbyname2_r.c b0302863a3 fix memory leak due to double call to getaddrinfo in gethostbyname* 12 лет назад
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 14 лет назад
getifaddrs.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 11 лет назад
getnameinfo.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 лет назад
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) 12 лет назад
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) 12 лет назад
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 лет назад
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 13 лет назад
if_indextoname.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 11 лет назад
if_nameindex.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 11 лет назад
if_nametoindex.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 11 лет назад
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_legacy.c e40f48a421 implement inet_lnaof, inet_netof, and inet_makeaddr 12 лет назад
inet_ntop.c f9dd79c8d1 fix undefined strcpy call in inet_ntop 11 лет назад
inet_pton.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 лет назад
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 лет назад
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname 13 лет назад
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 0b44a0315b initial check-in, version 0.5.0 14 лет назад
recv.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 лет назад
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 e68c51ac46 use __h_errno_location for h_errno 13 лет назад
res_state.c 97d0988fd8 add _res (__res_state()) dummy 14 лет назад
send.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 лет назад
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 12 лет назад
sendto.c feee98903c overhaul pthread cancellation 14 лет назад
serv.c 0b44a0315b initial check-in, version 0.5.0 14 лет назад
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 лет назад