summaryrefslogtreecommitdiff
path: root/lib/libc/net/getifaddrs.c
AgeCommit message (Expand)Author
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2013-03-20Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case anTheo de Raadt
2008-11-24Correctly jump over routing headers and calculate the size of the if_dataClaudio Jeker
2002-08-09remove obsolete comment, no SIOCGIFCONF path any moreJun-ichiro itojun Hagino
2002-08-09unifdef for auditability.Jun-ichiro itojun Hagino
2002-01-02label abort() from inside library as ILLEGALTheo de Raadt
2001-08-20cope with sa_len < sizeof(struct sockaddr).Jun-ichiro itojun Hagino
2001-07-04fix unused code path; karls@inet.noTheo de Raadt
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-11-24ifm_data is avilable on {net,open,free}bsd. sync with kame.Jun-ichiro itojun Hagino
2000-02-23add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).Jun-ichiro itojun Hagino
2000-02-23add getifaddrs(3), from bsdi4.Jun-ichiro itojun Hagino