aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: eliminate trailing whitespaceAlan Somers2019-02-261-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix spurious white space introduced in r301059Allan Jude2016-10-091-1/+1
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude2016-06-021-1/+1
* ifconfig(8) now supports some output formatting optionsAllan Jude2016-05-311-3/+34
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-2/+2
* User NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* Use MIN from sys/param.h instead of handrolling the macroEnji Cooper2015-05-111-3/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Since size of struct in_aliasreq has just been changed in r228571,Gleb Smirnoff2011-12-161-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+4
* For unknown reason, since rev 1.1 of ifconfig.c, sin_family isn'tGleb Smirnoff2011-11-191-2/+1
* If compiling RESCUE always ignore feature_present(3) calls so thatBjoern A. Zeeb2011-07-181-0/+3
* Conditionally compile in the af_inet and af_inet6, af_nd6 modules.Bjoern A. Zeeb2011-05-311-0/+2
* Reject invalid CIDR widths rather than silently stopping at the firstEd Maste2010-01-141-4/+8
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-1/+1
* The structs ifaliasreq and in_aliasreq have exactly the same layout andBrooks Davis2009-04-151-2/+2
* use getifaddrs from libc instead of private codeSam Leffler2007-02-241-13/+11
* only show a tunnel information of an adequate address family.Hajimu UMEMOTO2005-06-161-0/+4
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-0/+198