| Age | Commit message (Expand) | Author |
| 2006-08-31 | Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams. | dyoung |
| 2006-08-26 | Programs that use efun. | christos |
| 2006-08-26 | Nuke a leftover XNS fragment. | matt |
| 2006-08-26 | Remove XNS support. | matt |
| 2006-07-13 | Trying the old "ifconfig <name> x.x.x.x down" issue again: | martin |
| 2006-06-30 | fix an Xref | drochner |
| 2006-06-16 | fix incorrect usage of strncpy() to (an internal implementation of) | elad |
| 2006-06-14 | Adapt ifconfig(8) to new return value from socket(2). This stops | tron |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-05-11 | remove extern for unused ifr6. | mrg |
| 2006-05-06 | Remove trailing whitespace. | wiz |
| 2006-04-29 | Add two new options from FreeBSD: | rpaulo |
| 2006-01-25 | PR/32628: Yves-Emmanuel JUTARD: Missing cast in sbin/ifconfig/ifconfig.c, | christos |
| 2005-09-15 | Commit a straggler: use the new SIOCG80211STATS/SIOCG80211ZSTATS | dyoung |
| 2005-09-11 | Argument is address_family, not "address family". From YOMURA Masanori in pri... | wiz |
| 2005-08-11 | Explained the '-h' option. | rpaulo |
| 2005-08-11 | Added a new ifconfig flag, -h, allowing, in conjunction with -v, the display | rpaulo |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-05-02 | bump date for the previous. | yamt |
| 2005-05-02 | split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx. | yamt |
| 2005-03-20 | add a reminder comment for x_ifconfig. | yamt |
| 2005-03-20 | IFFBITS and IFCAPBITS are now defined in <net/if.h> | thorpej |
| 2005-03-20 | Remove an #ifdef that is no longer necessary. | thorpej |
| 2005-03-20 | Don't build af_inet6.c if USE_INET6 is no. | thorpej |
| 2005-03-20 | Split the IPv4 support into its own file. | thorpej |
| 2005-03-20 | Move a comment. | thorpej |
| 2005-03-20 | Split IPv6 support out into its own file. | thorpej |
| 2005-03-20 | Split OSI support off into its own file. | thorpej |
| 2005-03-19 | Split XNS support into its own file. | thorpej |
| 2005-03-19 | Split off AppleTalk support into its own file. | thorpej |
| 2005-03-19 | const'ify afswtch | thorpej |
| 2005-03-19 | Split off 802.11 interface handling into its own file. | thorpej |
| 2005-03-19 | Don't hare-code inet/inet6 in tunnel_status(), lookup the address family | thorpej |
| 2005-03-19 | make this compilable with USE_INET6=no. | yamt |
| 2005-03-19 | Split tunnel support into its own file. | thorpej |
| 2005-03-19 | name -> ifname (avoid shadow decl with global name[]). | thorpej |
| 2005-03-19 | Move extern decls to extern.h | thorpej |
| 2005-03-19 | Split VLAN configuration bits out into a separate file. | thorpej |
| 2005-03-18 | update usage() for agr(4). pointed by Thomas Klausner. | yamt |
| 2005-03-18 | Link to vlan(4) too, suggested by yamt. | wiz |
| 2005-03-18 | Bump date for agr; add agr(4) to SEE ALSO. | wiz |
| 2005-03-18 | add agr(4), a pseudo network device driver for link aggregation. | yamt |
| 2005-03-06 | Add ifconfig support for TCP Segment Offload | matt |
| 2005-02-06 | remove obsolete "register" declarations. | perry |
| 2005-01-20 | Fix the cast for the getnameinfo() call in the status() function, which | xtraeme |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-12-20 | ifconfig -v prints 802.11 statistics. ifconfig -v prints and zeroes | dyoung |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process. | itojun |
| 2004-11-11 | Functions for converting media types to/from text are now in libutil. | dsl |