Rich Felker a47ad3ebce dynamically allocate storage for gethostby* buffers 12 years ago
..
__dns.c f2d08cf755 fix some more O_CLOEXEC/SOCK_CLOEXEC issues 12 years ago
__dns.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
__ipparse.c 34d81974d3 ipv6 parsing code (formerly dummied-out) 14 years ago
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
accept4.c dc62790dee move accept4, dup3, and pipe2 to non-linux-specific locations 12 years ago
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
connect.c feee98903c overhaul pthread cancellation 14 years ago
dn_expand.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
ent.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
gai_strerror.c 88798393ca fix wrong messages in gai_strerror 13 years ago
getaddrinfo.c c0193550a0 fix blank ai_canonname from getaddrinfo for non-CNAMEs 12 years ago
gethostbyaddr.c a47ad3ebce dynamically allocate storage for gethostby* buffers 12 years ago
gethostbyaddr_r.c 70b584bc94 fix error returns in gethostby*_r functions 12 years ago
gethostbyname.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
gethostbyname2.c a47ad3ebce dynamically allocate storage for gethostby* buffers 12 years ago
gethostbyname2_r.c b0302863a3 fix memory leak due to double call to getaddrinfo in gethostbyname* 12 years ago
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getnameinfo.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
getservbyname.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getservbyname_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 12 years ago
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getservbyport_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 12 years ago
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 13 years ago
hstrerror.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
htons.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex 13 years ago
if_indextoname.c 92b2eb8d03 implement if_indextoname and if_nametoindex functions 14 years ago
if_nameindex.c 68c5822367 fix logic error for skipping failed interfaces in if_nameindex 12 years ago
if_nametoindex.c 92b2eb8d03 implement if_indextoname and if_nametoindex functions 14 years ago
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
inet_addr.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
inet_aton.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
inet_network.c 36d7303878 add inet_network (required for wine) 12 years ago
inet_ntoa.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
inet_ntop.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
inet_pton.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname 13 years ago
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
proto.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
recv.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
recvfrom.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
recvmsg.c feee98903c overhaul pthread cancellation 14 years ago
res_init.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
res_query.c e68c51ac46 use __h_errno_location for h_errno 13 years ago
res_state.c 97d0988fd8 add _res (__res_state()) dummy 14 years ago
send.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 12 years ago
sendto.c feee98903c overhaul pthread cancellation 14 years ago
serv.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
socket.c e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code 12 years ago
socketpair.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago