summaryrefslogtreecommitdiff
path: root/libc/inet/ifaddrs.c
AgeCommit message (Expand)Author
2015-04-13libc: Fix page-size in getifaddrs()Bernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2011-11-17inet: hide relocationsBernhard Reutner-Fischer
2011-03-03guard IPv6 stuffPeter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2008-12-09getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-13- silence shadow warningBernhard Reutner-Fischer
2008-10-28Remove all references to __no_netlink_support as after thurough scrutiny of Ricard Wanderlof
2008-08-28Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof
2008-06-28#include <ifaddrs.h> should be #include "ifaddrs.h"Denis Vlasenko
2008-06-27Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-06as weber notes in Bug 99:Mike Frysinger