Module Name: src
Committed By: rmind
Date: Wed Aug 1 23:39:12 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Mention BPF JIT.
To generate a diff of this commit:
cvs rdiff -u -r1.1728 -r1.1729 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.1728 src/doc/CHANGES:1.1729
--- src/doc/CHANGES:1.1728 Mon Jul 30 19:50:51 2012
+++ src/doc/CHANGES Wed Aug 1 23:39:12 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1728 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1729 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -95,3 +95,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
kernel: safepri is dead; replaced by macro IPL_SAFEPRI. [matt 20120727]
kernel: Add malo(4), a driver for Marvell Libertas IEEE 802.11b/g
wireless network devices, ported from OpenBSD. [degroote 20120730]
+ kernel: Add BPF JIT compiler, currently supporting amd64 and i386.
+ [rmind 20120802]