Module Name: src
Committed By: rmind
Date: Sun Oct 27 16:18:30 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note some BPF and NPF changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1858 -r1.1859 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.1858 src/doc/CHANGES:1.1859
--- src/doc/CHANGES:1.1858 Sun Oct 27 02:25:03 2013
+++ src/doc/CHANGES Sun Oct 27 16:18:30 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1858 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1859 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -94,8 +94,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
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]
kernel, libc: Add modctl(MODCTL_EXISTS, ...) to determine if modules
can be loaded. [jnemeth 20120803]
modstat(8): Add -A, -a, and -e options for testing module loadability.
@@ -134,6 +132,7 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
libc: Import tzcode2012g. [christos 20121023]
zoneinfo: Import tzdata2012h. [apb 20121027]
libc: Update to tzcode2012h. [christos 20121028]
+ kernel: Import sljit and add BPF JIT compiler. [alnsn 20121028]
flock(1): Add a utility to provide locks to shell scripts similar
to shlock(1) [christos 20121101]
zoneinfo: Import tzdata2012i. [apb 20121104]
@@ -278,6 +277,10 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
xsh(4): Add driver for Individual Computers X-Surf 100 network interface
card. [rkujawa 20130808]
postfix(1): Import version 2.9.7 [tron 20130821]
+ kernel: Add BPF coprocessor support (BPF_COP/BPF_COPX instructions).
+ [rmind 20130829]
+ npf: Convert NPF to use BPF byte-code by default. Many other
+ improvements. [rmind 20130929]
less(1): Import version 458 [tron 20130804]
mpl115a(4): Add driver for Freescale MPL115A2 I2C absolute pressure
sensor. [rkujawa 20130908]