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
..
2015-01-16 20:12:28 +00:00
2015-07-18 06:00:46 +00:00
2015-06-16 23:18:54 +00:00
2015-07-24 06:59:31 +00:00
2015-06-16 23:58:30 +00:00
2015-06-16 23:58:30 +00:00
2015-07-29 07:42:27 +00:00
2015-06-16 23:18:54 +00:00
2015-05-30 16:00:51 +00:00
2015-04-28 09:48:30 +00:00
2015-07-25 10:37:22 +00:00