summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* When specifying an interface to ifconfig, first look up the interfacejlemon2001-10-171-25/+11
* Split hwcsum into rxcsum and txcsum components.jlemon2001-09-181-3/+5
* Teach ifconfig about the new interface capability words.jlemon2001-09-181-1/+43
* Actuall make plumb work in addition to create as per the manpage.brooks2001-08-171-1/+2
* ifconfig if0 netmask xxx.xxx.xxx.0 didn't change the netmask.ume2001-07-261-1/+3
* Dike out the IPX bits if RELEASE_CRUNCH is defined.obrien2001-07-211-2/+17
* Support network device cloning via create and destroy options.brooks2001-07-021-12/+133
* Sync with recent KAME.ume2001-06-111-12/+219
* When using interfaces that support if_media, the supported media list isphk2001-05-291-6/+8
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+26
* Implement slash/CIDR notation for IPv4 and IPv6 addresses.jesper2001-05-041-0/+29
* if no address is setted, do not call ioctl(SIOCAIFADDR)ume2001-02-211-1/+1
* Add missing && which absense stops 'make world'ache2000-11-301-1/+1
* remove an undefined reference when no VLAN support is compiled in.luigi2000-11-301-1/+5
* Add missing initialization for IPv6 address lifetime.ume2000-11-271-1/+35
* Show the actual command line usage in the man page and usage error string.archie2000-07-191-4/+6
* Make "ifconfig" with no arguments equivalent to "ifconfig -a".archie2000-07-181-0/+4
* Add support to the 'ether' address family to support setting of addresses.jhb2000-07-121-23/+28
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-161-1/+26
* Purely cosmetic tweak, use consistant whitespace with scopeid.peter2000-03-061-1/+1
* Print scope id for scoped addrs.shin2000-02-281-0/+4
* Introduce ``add'' and ``remove'' as alternatives to ``alias'' and ``delete''.rwatson2000-02-261-0/+2
* Support IPv6 scoped addr in ifconfig and routeshin2000-02-101-7/+57
* - do not dereference a null pointer.ru1999-12-291-2/+10
* Spelling correction (adress -> address)billf1999-12-161-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-8/+306
* If we don't appear to have a module loaded supporting the interfacemsmith1999-09-201-0/+44
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the IFSTATUS stuff after the address listing.phk1999-06-191-5/+5
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+6
* Introduce IFF_SMART bit.phk1999-06-061-2/+2
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-151-7/+34
* unifdef -UISOphk1998-08-071-119/+1
* ioctl() request args are unsigned longs, so don't attempt to storebde1998-07-061-3/+3
* Update man page to allow adding address_family when -l is used (this is a no opcharnier1998-07-061-34/+21
* Make 'ifconfig -l ether' only list Ethernet interfaces. This iseivind1998-03-191-5/+9
* style(9) correctionsimp1997-12-261-2/+3
* Be extra paranoid about trusting the size of the address returned fromimp1997-12-241-2/+2
* Fix a misleading comment.steve1997-10-271-2/+2
* Make the supported media info output the default.peter1997-10-161-12/+5
* Clean up some more. Move parsing of sysctl iflist data into a singlepeter1997-05-101-188/+164
* Grumble.. My last patchup here didn't quite work either. I hate thispeter1997-05-101-22/+34
* Restore unintentially lost backwards compat behavior of defaulting topeter1997-05-071-8/+6
* Commit hooks for ifmedia support. It's optional in the Makefile, andpeter1997-05-041-2/+25
* Second try at cleanups and fixes (without if_media stuff for the moment)peter1997-05-041-106/+174
* force null commit to skip over rev 1.25 so there's less cvs troublepeter1997-05-041-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-1/+2
OpenPOWER on IntegriCloud