You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker fbcd82040c add stubs for additional legacy ether.h functions 13 years ago
..
__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
dn_skipname.c implement dn_skipname (legacy resolver function) 13 years ago
ent.c initial check-in, version 0.5.0 15 years ago
ether.c add stubs for additional legacy ether.h functions 13 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 blank ai_canonname from getaddrinfo for non-CNAMEs 13 years ago
gethostbyaddr.c dynamically allocate storage for gethostby* buffers 13 years ago
gethostbyaddr_r.c fix error returns in gethostby*_r functions 13 years ago
gethostbyname.c initial check-in, version 0.5.0 15 years ago
gethostbyname2.c dynamically allocate storage for gethostby* buffers 13 years ago
gethostbyname2_r.c fix memory leak due to double call to getaddrinfo in gethostbyname* 13 years ago
gethostbyname_r.c initial check-in, version 0.5.0 15 years ago
getifaddrs.c getifaddrs: implement proper ipv6 netmasks 13 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_legacy.c implement inet_lnaof, inet_netof, and inet_makeaddr 13 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