aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Move the IFSTATUS stuff after the address listing.Poul-Henning Kamp1999-06-191-5/+5
* Add a new interface ioctl, to return "aux status".Poul-Henning Kamp1999-06-191-1/+6
* Introduce IFF_SMART bit.Poul-Henning Kamp1999-06-061-2/+2
* Grrr... botched remote commit. Let's try this again: vlan updates,Bill Paul1999-03-155-11/+246
* unifdef -UISOPoul-Henning Kamp1998-08-071-119/+1
* ioctl() request args are unsigned longs, so don't attempt to storeBruce Evans1998-07-061-3/+3
* Update man page to allow adding address_family when -l is used (this is a no opPhilippe Charnier1998-07-062-62/+54
* Fix typo: exit -> existDaniel O'Callaghan1998-06-081-2/+2
* Make 'ifconfig -l ether' only list Ethernet interfaces. This isEivind Eklund1998-03-191-5/+9
* Spell 'implements' correctly.Steve Price1998-02-011-2/+2
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
* style(9) correctionsWarner Losh1997-12-261-2/+3
* Be extra paranoid about trusting the size of the address returned fromWarner Losh1997-12-241-2/+2
* Fix a misleading comment.Steve Price1997-10-271-2/+2
* Make the supported media info output the default.Peter Wemm1997-10-163-27/+10
* Spell out a few things for the media options.Peter Wemm1997-09-271-5/+14
* Clean up some more. Move parsing of sysctl iflist data into a singlePeter Wemm1997-05-103-192/+169
* Grumble.. My last patchup here didn't quite work either. I hate thisPeter Wemm1997-05-103-30/+46
* Restore unintentially lost backwards compat behavior of defaulting toPeter Wemm1997-05-071-8/+6
* Commit hooks for ifmedia support. It's optional in the Makefile, andPeter Wemm1997-05-043-3/+77
* Bring in the ifmedia components of NetBSD's ifconfig as a seperate file.Peter Wemm1997-05-041-0/+526
* Second try at cleanups and fixes (without if_media stuff for the moment)Peter Wemm1997-05-041-106/+174
* force null commit to skip over rev 1.25 so there's less cvs troublePeter Wemm1997-05-041-1/+1
* Grab some of the NetBSD text for describing the new options and thePeter Wemm1997-05-031-32/+66
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Sort cross references.Wolfram Schneider1997-01-131-2/+2
* Update to match changes in <net/if.h>.Garrett Wollman1997-01-031-1/+2
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-1/+2
* Fix lots of non-bug questionable code:Garrett Wollman1996-11-212-112/+155
* Bring back NS support for this utility - we need it for the commercial NovellJordan K. Hubbard1996-10-161-0/+1
* Fixed DPADD.Bruce Evans1996-09-051-1/+1
* Just realised the man page didn't mention the appletalk specific optionsJulian Elischer1996-09-041-1/+9
* Get rid of an unexpectedly bogus sanity check under appletalk becauseJulian Elischer1996-09-041-3/+3
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-20/+68
* Grammar fix described by wollman in response to PR 1363.Alexander Langer1996-07-141-1/+1
* Submitted by: Archie@whistle.comJulian Elischer1996-07-092-2/+60
* XNS sort-of-support is no more.Garrett Wollman1996-02-132-29/+46
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)Garrett Wollman1996-02-062-63/+72
* Add missing comma in usage printfAndrey A. Chernov1996-01-301-1/+1
* Fix a bunch of spelling errors.Mike Pritchard1996-01-291-1/+1
* Yet another "fix" for some of the mistakes in the recent versions..Peter Wemm1996-01-081-13/+25
* Fix some of my mistakes, slight cleanup, improve reliability (the oldPeter Wemm1996-01-081-12/+36
* My really ugly hack to ifconfig to make it pick up interface aliasesPeter Wemm1996-01-011-262/+265
* Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a'Garrett Wollman1995-12-071-9/+26
* Submitted by: john hayJulian Elischer1995-10-271-1/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+74
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Replace call to obsolete inet_addr routine with inet_aton so we can specifyPaul Traina1995-04-261-2/+2
* Impliment -ad and -au flags in addition to -a and document the changeBill Paul1995-03-122-8/+42