summaryrefslogtreecommitdiff
path: root/lib/libc/net/getifaddrs.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+3
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-1/+2
* Switch getifaddrs(3) to the new API introduced in r231505. Also removeBjoern A. Zeeb2012-02-111-122/+47
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.Bjoern A. Zeeb2012-02-111-1/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+1
* Revert r196976, now that <machine/param.h> behaves predictably.Poul-Henning Kamp2009-09-091-1/+0
* Add necessary includePoul-Henning Kamp2009-09-081-0/+1
* sysctl(NET_RT_IFLIST) up to several (currently 5) times.Hajimu UMEMOTO2002-07-251-8/+29
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+4
* - cope with sa_len < sizeof(struct sockaddr).Hajimu UMEMOTO2001-10-021-35/+44
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-4/+5
* defined HAVE_IFM_DATA for (free|net|open)bsdHajimu UMEMOTO2000-10-281-0/+5
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabJun-ichiro itojun Hagino2000-07-051-0/+379