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