summaryrefslogtreecommitdiff
path: root/lib/libc/net/getifaddrs.c
AgeCommit message (Collapse)Author
2002-01-02label abort() from inside library as ILLEGALTheo de Raadt
2001-08-20cope with sa_len < sizeof(struct sockaddr).Jun-ichiro itojun Hagino
From: Patrik Lindergren <patrik@datacom.nu>
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
in sync with kame and bsdi.
2000-02-23add getifaddrs(3), from bsdi4.Jun-ichiro itojun Hagino
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.