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