Rich Felker ceb0ed9cf9 fix fd leak (missing close-on-exec) in getifaddrs 11 anos atrás
..
__dns.c fcc522c923 de-duplicate dn_expand, fix return value and signature, clean up 11 anos atrás
__dns.h 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
__ipparse.c 51c4e451db fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly 11 anos atrás
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
accept4.c dc62790dee move accept4, dup3, and pipe2 to non-linux-specific locations 12 anos atrás
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
connect.c feee98903c overhaul pthread cancellation 14 anos atrás
dn_expand.c 7211551e9f fix regression in dn_expand/reverse dns 11 anos atrás
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) 12 anos atrás
ent.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
ether.c fbcd82040c add stubs for additional legacy ether.h functions 12 anos atrás
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
gai_strerror.c 88798393ca fix wrong messages in gai_strerror 14 anos atrás
getaddrinfo.c f5dfb45f78 make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6 12 anos atrás
gethostbyaddr.c a47ad3ebce dynamically allocate storage for gethostby* buffers 12 anos atrás
gethostbyaddr_r.c 70b584bc94 fix error returns in gethostby*_r functions 12 anos atrás
gethostbyname.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
gethostbyname2.c a47ad3ebce dynamically allocate storage for gethostby* buffers 12 anos atrás
gethostbyname2_r.c b0302863a3 fix memory leak due to double call to getaddrinfo in gethostbyname* 12 anos atrás
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
getifaddrs.c ceb0ed9cf9 fix fd leak (missing close-on-exec) in getifaddrs 11 anos atrás
getnameinfo.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
getservbyname.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
getservbyname_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 13 anos atrás
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
getservbyport_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 13 anos atrás
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 13 anos atrás
hstrerror.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
htons.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex 14 anos atrás
if_indextoname.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 12 anos atrás
if_nameindex.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 12 anos atrás
if_nametoindex.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 12 anos atrás
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
inet_addr.c 7b5beabceb fix regression in inet_aton due to misinterpretation of __ipparse return 11 anos atrás
inet_legacy.c 7b5beabceb fix regression in inet_aton due to misinterpretation of __ipparse return 11 anos atrás
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files 11 anos atrás
inet_ntop.c f9dd79c8d1 fix undefined strcpy call in inet_ntop 12 anos atrás
inet_pton.c 78f8891531 fix inet_pton 11 anos atrás
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname 14 anos atrás
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
proto.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
recv.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
recvfrom.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
recvmsg.c feee98903c overhaul pthread cancellation 14 anos atrás
res_init.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
res_query.c e68c51ac46 use __h_errno_location for h_errno 13 anos atrás
res_state.c 97d0988fd8 add _res (__res_state()) dummy 14 anos atrás
send.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 13 anos atrás
sendto.c feee98903c overhaul pthread cancellation 14 anos atrás
serv.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
socket.c e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code 12 anos atrás
socketpair.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás