Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt | |
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino | |
From: Patrik Lindergren <patrik@datacom.nu> | |||
2001-07-04 | fix unused code path; karls@inet.no | Theo de Raadt | |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2000-11-24 | ifm_data is avilable on {net,open,free}bsd. sync with kame. | Jun-ichiro itojun Hagino | |
2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino | |
in sync with kame and bsdi. | |||
2000-02-23 | add 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. |