Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-23 | Ricard Wanderlof writes: | Mike Frysinger | |
The following definitions in getaddrinfo.c seem redundant as they _are_ defined in the public netdb.h header, contrary to the comment. AI_DEFAULT is not, however it is not used in the file either so can be safely removed. | |||
2008-02-07 | Added AI_NUMERICSERV flag and check if the string is not just a number | Carmelo Amoroso | |
when AI_NUMERICSERV flag set. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-16 | some global data relocs gone | Peter S. Mazinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-08 | hide the internal __in6addr_any/__in6addr_loopback symbols | Mike Frysinger | |
2006-01-06 | create __if_nametoindex hidden alias and use it | Mike Frysinger | |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger | |
2005-12-08 | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | |
2005-12-07 | Hide more | Peter S. Mazinger | |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger | |
2002-11-21 | Oops. | Eric Andersen | |
2002-11-21 | Cleanup use of in6addr_loopback and in6addr_any | Eric Andersen | |
2002-03-19 | Fix missing defines. Forgot to check this in. | Eric Andersen | |
-Erik | |||
2002-03-19 | Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, and | Eric Andersen | |
added several additional reentrant networking functions such that iptables now runs with IPV6 support. |