summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* 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-155-11/+246
* 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-062-62/+54
* Fix typo: exit -> existdanny1998-06-081-2/+2
* Make 'ifconfig -l ether' only list Ethernet interfaces. This iseivind1998-03-191-5/+9
* Spell 'implements' correctly.steve1998-02-011-2/+2
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
* 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-163-27/+10
* Spell out a few things for the media options.peter1997-09-271-5/+14
* Clean up some more. Move parsing of sysctl iflist data into a singlepeter1997-05-103-192/+169
* Grumble.. My last patchup here didn't quite work either. I hate thispeter1997-05-103-30/+46
* 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-043-3/+77
* Bring in the ifmedia components of NetBSD's ifconfig as a seperate file.peter1997-05-041-0/+526
* 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
* Grab some of the NetBSD text for describing the new options and thepeter1997-05-031-32/+66
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Sort cross references.wosch1997-01-131-2/+2
* 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-212-112/+155
* Bring back NS support for this utility - we need it for the commercial Novelljkh1996-10-161-0/+1
* Fixed DPADD.bde1996-09-051-1/+1
* Just realised the man page didn't mention the appletalk specific optionsjulian1996-09-041-1/+9
* 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-092-2/+60
* XNS sort-of-support is no more.wollman1996-02-132-29/+46
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-062-63/+72
* Add missing comma in usage printfache1996-01-301-1/+1
* Fix a bunch of spelling errors.mpp1996-01-291-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
* Submitted by: john hayjulian1995-10-271-1/+1
* 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
* Impliment -ad and -au flags in addition to -a and document the changewpaul1995-03-122-8/+42
OpenPOWER on IntegriCloud