[Midnightbsd-cvs] [MidnightBSD/src] 2cd75d: The field for interface names for netstat -i was 5...
Lucas Holt
noreply at github.com
Sat Dec 31 14:01:10 EST 2022
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 2cd75d8921830a6a8b3e3ea5a693a6ea6eb6954f
https://github.com/MidnightBSD/src/commit/2cd75d8921830a6a8b3e3ea5a693a6ea6eb6954f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M usr.bin/netstat/if.c
M usr.bin/netstat/netstat.1
Log Message:
-----------
The field for interface names for netstat -i was 5 characters by
default, which is no longer sufficient with names like "vlan1234"
and "vtnet0". netstat -iW computed the necessary field width, but
also enlarged the address field by a lot (especially with IPv6 enabled).
Make netstat -i compute the field width for interface names with or
without -W. Note that the existing default output does not fit in
80 columns in any case. Update the man page accordingly, documenting
the remaining effect of -W with -i. Also add -W to the list of
General Options, as there are numerous pointers to this.
Commit: 0e123c4a8ee3268d3f8843a001992270ccab509f
https://github.com/MidnightBSD/src/commit/0e123c4a8ee3268d3f8843a001992270ccab509f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M sys/conf/files
Log Message:
-----------
Enable CRC64 checksums in xz
Compare: https://github.com/MidnightBSD/src/compare/a5123025db84...0e123c4a8ee3
More information about the Midnightbsd-cvs
mailing list