Module Name: src
Committed By: msaitoh
Date: Tue Jun 26 06:52:43 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Add the BPF direction filter (BIOC[GS]DIRECTION).
To generate a diff of this commit:
cvs rdiff -u -r1.2403 -r1.2404 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2403 src/doc/CHANGES:1.2404
--- src/doc/CHANGES:1.2403 Sat Jun 23 11:54:06 2018
+++ src/doc/CHANGES Tue Jun 26 06:52:43 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2403 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2404 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -165,3 +165,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
arm: Add support for QEMU ARM Virtual Machine ("virt"). [jmcneill 20180614]
arm: Add support for Rockchip RK3328 SoC. [jmcneill 20180615]
dhcpcd: Import 7.0.6. [roy 20180621]
+ bpf(4): Add the BPF direction filter (BIOC[GS]DIRECTION).
+ [msaitoh 20180626]