summaryrefslogtreecommitdiffstats
path: root/libc/inet/ifaddrs.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-11/+0
* do not save/restore errno around free() callsDenys Vlasenko2009-09-051-4/+1
* getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko2008-12-091-4/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-2/+2
* - silence shadow warningBernhard Reutner-Fischer2008-11-131-3/+3
* Remove all references to __no_netlink_support as after thurough scrutiny of Ricard Wanderlof2008-10-281-13/+1
* Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof2008-08-281-1/+1
* #include <ifaddrs.h> should be #include "ifaddrs.h"Denis Vlasenko2008-06-281-1/+1
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof2008-06-271-7/+7
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-13/+18
* as weber notes in Bug 99:Mike Frysinger2006-01-061-0/+873