NetBSD/sbin/ifconfig
ozaki-r e32e871503 Don't divide flags output
If there are many enabled flags, ifconfig divides flags output into
multiple formatted strings due to snprintb_m, e.g.,
  wm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX>wm0: flags=8b43<MULTICAST> mtu 1500

This behavior is probably unexpected. The change always outputs enabled
flags at once like this:
  wm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
2015-07-29 07:42:27 +00:00
..
Makefile Fix rump.ifconfig shows host's interface names in link local addresses 2015-05-19 08:14:38 +00:00
Makefile.inc
af_atalk.c
af_inet.c ioctl -> prog_ioctl as pointed out by pooka@ 2015-05-12 14:05:29 +00:00
af_inet6.c ioctl -> prog_ioctl as pointed out by pooka@ 2015-05-12 14:05:29 +00:00
af_inetany.c
af_inetany.h
af_link.c Rename link to link_pkw to avoid shadowing the link syscall. 2014-01-19 22:31:13 +00:00
agr.c
carp.c
env.c
env.h
ether.c
extern.h
ieee80211.c remove 80211 stats if small. 2015-04-28 15:14:57 +00:00
ifconfig.8 Remove the ability for userland to toggle IN6_IFF_TENTATIVE. 2014-10-20 14:50:09 +00:00
ifconfig.c Don't divide flags output 2015-07-29 07:42:27 +00:00
ifconfig_hostops.c
ifconfig_rumpops.c
media.c
media.h
parse.c
parse.h
pfsync.c
prog_ops.h
tunnel.c
util.c
util.h Move the INET6 specific code for wait_dad_exec() into af_inet6 2015-04-22 17:42:22 +00:00
vlan.c Add -vlanif to the help message of ifconfig 2014-09-15 06:46:04 +00:00