summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/agr.c
AgeCommit message (Expand)Author
2021-06-21fix proplib deprecationchristos
2008-07-15Cosmetic: s/xenv/oenv/dyoung
2008-07-15Only describe flags -L and -m in the usage if they are available.dyoung
2008-07-02Let us add/remove features from ifconfig, such as support fordyoung
2008-05-19Fix two bugs:dyoung
2008-05-09Repair agr(4) syntax. Should fix PR bin/38600.dyoung
2008-05-07Factor out common code, creating direct_ioctl() and indirect_ioctl()dyoung
2008-05-07Move net80211 and agr(4) syntax out of ifconfig.c and into ieee80211.cdyoung
2008-05-07agrsetport: fix a use of uninitialized variable.yamt
2008-05-06Use prop_dictionary_util(3).dyoung
2008-05-06Use prop_dictionary_util(3) some more.dyoung
2008-05-06Overhaul ifconfig. Use fewer global variables. Take a leap towarddyoung
2008-04-22Copy a const string to a temporary buffer instead of using __UNCONST().dyoung
2005-03-19name -> ifname (avoid shadow decl with global name[]).thorpej
2005-03-19Move extern decls to extern.hthorpej
2005-03-18add agr(4), a pseudo network device driver for link aggregation.yamt