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