aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-12/+232
* ARP works on networks other than Ethernet.Dima Dorfman2001-06-021-2/+5
* Mention the 'ether' parameter.Dima Dorfman2001-06-021-0/+4
* When using interfaces that support if_media, the supported media list isPoul-Henning Kamp2001-05-294-28/+136
* Forgot to cvs add these two files for the previous commit.Poul-Henning Kamp2001-05-261-0/+520
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-265-3/+182
* Cosmetics: .Dl -> .Li.Ruslan Ermilov2001-05-071-1/+1
* Let ifconfig(8) catch up with the new functionality whereJesper Skriver2001-05-051-1/+11
* Implement slash/CIDR notation for IPv4 and IPv6 addresses.Jesper Skriver2001-05-041-0/+29
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* if no address is setted, do not call ioctl(SIOCAIFADDR)Hajimu UMEMOTO2001-02-211-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-7/+22
* mdoc police.Ben Smithurst2001-01-221-2/+3
* Add 'netrange' parameter to 'range' command and fix a couple of typos.Ben Smithurst2001-01-201-3/+3
* Add missing && which absense stops 'make world'Andrey A. Chernov2000-11-301-1/+1
* remove an undefined reference when no VLAN support is compiled in.Luigi Rizzo2000-11-302-1/+7
* Add missing initialization for IPv6 address lifetime.Hajimu UMEMOTO2000-11-271-1/+35
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
* Show the actual command line usage in the man page and usage error string.Archie Cobbs2000-07-192-5/+17
* Make "ifconfig" with no arguments equivalent to "ifconfig -a".Archie Cobbs2000-07-181-0/+4
* Note that "ether" is a supported address family for setting addresses.John Baldwin2000-07-121-0/+1
* Add support to the 'ether' address family to support setting of addresses.John Baldwin2000-07-121-23/+28
* Implement SIOCSIFLLADDR, which allows you to change the link-levelBill Paul2000-06-162-1/+36
* Document "-alias".David E. O'Brien2000-05-201-7/+9
* Purely cosmetic tweak, use consistant whitespace with scopeid.Peter Wemm2000-03-061-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-11/+22
* Print scope id for scoped addrs.Yoshinobu Inoue2000-02-281-0/+4
* Spelling: ``adress'' -> ``address''Chris Costello2000-02-261-1/+1
* Introduce ``add'' and ``remove'' as alternatives to ``alias'' and ``delete''.Robert Watson2000-02-262-1/+9
* Support IPv6 scoped addr in ifconfig and routeYoshinobu Inoue2000-02-101-7/+57
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
* - do not dereference a null pointer.Ruslan Ermilov1999-12-291-2/+10
* Spelling fix (manuall -> manual)Bill Fumerola1999-12-161-1/+1
* Spelling correction (adress -> address)Bill Fumerola1999-12-161-1/+1
* Enable INET6 by default.Yoshinobu Inoue1999-12-151-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-073-8/+336
* Add comment about aliases on same subnet.Poul-Henning Kamp1999-11-211-0/+2
* If we don't appear to have a module loaded supporting the interfaceMike Smith1999-09-201-0/+44
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-7/+7
* 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