index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
ifaddrs.c
Age
Commit message (
Expand
)
Author
2015-04-13
libc: Fix page-size in getifaddrs()
Bernhard Reutner-Fischer
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
remove __FORCE_GLIBC
Peter S. Mazinger
2012-06-15
do not include libc-internal.h
Peter S. Mazinger
2011-11-17
inet: hide relocations
Bernhard Reutner-Fischer
2011-03-03
guard IPv6 stuff
Peter S. Mazinger
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-05
do not save/restore errno around free() calls
Denys Vlasenko
2008-12-09
getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference it
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-13
- silence shadow warning
Bernhard Reutner-Fischer
2008-10-28
Remove all references to __no_netlink_support as after thurough scrutiny of
Ricard Wanderlof
2008-08-28
Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make
Ricard Wanderlof
2008-06-28
#include <ifaddrs.h> should be #include "ifaddrs.h"
Denis Vlasenko
2008-06-27
Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...
Ricard Wanderlof
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-04-28
Experimentally move libc_hidden_proto(time) to time.h.
Denis Vlasenko
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-06
as weber notes in Bug 99:
Mike Frysinger