summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2003-10-13Add 'mode' option to change PHY media for 802.11 devices. Also,dyoung
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-11PR/21860: Robert Elz: ifconfig doesn't allow addr/N notation for INET6christos
2003-05-17use strlcpyitojun
2003-05-17Change -b from skipping POINTTOPOINT|LOOPBACK to skipping ! BROADCAST.lukem
2003-04-16Combine no-argument options in SYNOPSIS.wiz
2003-04-12Document the -v and -z flags.perry
2003-04-12Add an option (-z) like -v except that it clears the input/outputperry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-09-30New sentence, new line.grant
2002-09-30Fix the option name 'channel' to 'chan' to be consistent with the source.onoe
2002-09-30Hide bssid/chan for 802.11 if not specified nor not associated.onoe
2002-09-25Grammar fixes. Bump Dd for recent additions.wiz
2002-09-23Add missing newline.thorpej
2002-09-22New commands:thorpej
2002-09-20use snprintb()christos
2002-09-01xref ifconfig.if(5)ross
2002-08-06Fix mandoc glitch in description of `eui64' command.jwise
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-06-14grab eui64 only from the same interface.itojun
2002-06-14support "eui64" option (grab interface ID from link-local addr).itojun
2002-06-14init variable before strtoulitojun
2002-06-14metric and mtu are u_long, not int.itojun
2002-06-09now "ifconfig tunnel" is usable for gre too, change wording slightlyitojun
2002-05-23Add support to print interface counters (via SIOCGIFDATA) when the [new]matt
2002-05-06Don't bother testing if a u_short is > 0xffff -- that test is always false.thorpej
2002-04-25use in_aliasreq for inet address manipulation, not ifaliasreq. they haveitojun
2001-11-16Whitespace nitswiz
2001-11-02fix many -Wshadow warningslukem
2001-10-24Clean up the code a bit so that the ioctl() return value is alwaysatatat
2001-10-06Use getnameinfo() to format AF_LINK addresses again.bjh21
2001-10-05Revert last change. getnameinfo() AF_LINK support is going away until I canbjh21
2001-10-04Use getnameinfo() to format AF_LINK addresses rather than doing it ourselves.bjh21
2001-09-26remove duplicated line in cmds[].itojun
2001-09-17Add tcp4csum-rx and udp4csum-rx commands for interfaces that onlythorpej
2001-08-19snprintf return value audit. from deraadtitojun
2001-08-09Correct style of a comment, and bad else {} scoping from my previousdavid
2001-08-08Cause multiple uses of alias, -alias, and delete to produce an error,david
2001-07-31embed scopeid on scoped ipv6 address. sync with kameitojun
2001-07-25do not go over the end of memory region we are supposed to touch,itojun
2001-06-21Add support of persistent key of IEEE 802.11 wireless LAN card.onoe
2001-06-05Drop arguments of .Os.wiz
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-04-28make -A a default. present MAC adderss on all ifconfig operations.itojun
2001-04-28assume the presense of getifaddrs(3).itojun
2001-04-27sync usage() more to the reality. document alias/-alias.itojun
2001-04-27allow ifconfig to take "deprecated" and "-deprecated" for IPv6. sync with kameitojun
2001-03-01whitespace at EOLitojun
2001-03-01on "tunnel" subcommand, use specified address family.itojun
2001-02-23PR/12275:Kimmo Suominen: show -C in usagechristos