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