summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix lots of non-bug questionable code:wollman1996-11-211-108/+149
* Get rid of an unexpectedly bogus sanity check under appletalk becausejulian1996-09-041-3/+3
* Submitted by: archie@whistle.comjulian1996-07-231-20/+68
* Grammar fix described by wollman in response to PR 1363.alex1996-07-141-1/+1
* Submitted by: Archie@whistle.comjulian1996-07-091-0/+57
* XNS sort-of-support is no more.wollman1996-02-131-0/+14
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-061-2/+23
* Add missing comma in usage printfache1996-01-301-1/+1
* Yet another "fix" for some of the mistakes in the recent versions..peter1996-01-081-13/+25
* Fix some of my mistakes, slight cleanup, improve reliability (the oldpeter1996-01-081-12/+36
* My really ugly hack to ifconfig to make it pick up interface aliasespeter1996-01-011-262/+265
* Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a'wollman1995-12-071-9/+26
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+74
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Replace call to obsolete inet_addr routine with inet_aton so we can specifypst1995-04-261-2/+2
OpenPOWER on IntegriCloud