summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2016-11-02 17:52:35 +0100
committerJustus Winter <justus@gnupg.org>2016-11-04 15:40:17 +0100
commit50e14fce11f2bebb4faad220f8f610a55f4110c5 (patch)
treea23f2e0a2639cf35ec546b77c77b63fc9fc571cb /NEWS
parent0bc74163d5406e305b84f8f51dbce097bb46fa90 (diff)
libbpf: Merge the Berkeley Packet Filter library.
* Makefile (lib-subdirs): Add new library. * NEWS: Update. * libbpf/Makefile: New file. * libbpf/bpf_impl.c: Likewise. * libbpf/bpf_impl.h: Likewise. * libbpf/queue.c: Likewise. * libbpf/queue.h: Likewise. * libbpf/util.h: Likewise. The Berkeley Packet Filter implementation has been extracted from the Mach kernel by Zheng Da. This merges his work into the main repository.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 486cb2d5..cfb76d2b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Version 0.9 (2016-11-XX)
The 'boot' program can now be run as unprivileged user, allowing any
user to create unprivileged Subhurds.
+The Berkeley Packet Filter library has been merged into this
+repository.
+
Version 0.8 (2016-05-18)
The netfs library is using the lockless reference-counting primitives