netstat -f takes multiple address families.

systat now allows fnmatch(3) patterns to select drives.
This commit is contained in:
bad 2013-10-18 22:49:40 +00:00
parent 8fd869ab61
commit 3173b2d1c6
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1853 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1854 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -288,4 +288,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
binutils: updated to FSF binutils 2.23.2. [christos 20130929]
gdb(1): Updated to 7.6.1. [christos 20131003]
httpd(8): Added Lua scripting for content creation. [mbalmer 20131012]
netstat(1): Accept -faddress_family[,family ...]. [bad 20131019]
systat(1): Accept shell patterns to select drives. [bad 20131019]