Module Name: src
Committed By: martin
Date: Tue Jul 10 15:08:34 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ammend entry for ticket #892, note tickets #918 and #919
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.220 -r1.1.2.221 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.220 src/doc/CHANGES-8.0:1.1.2.221
--- src/doc/CHANGES-8.0:1.1.2.220 Tue Jul 3 07:13:41 2018
+++ src/doc/CHANGES-8.0 Tue Jul 10 15:08:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.220 2018/07/03 07:13:41 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.221 2018/07/10 15:08:33 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13995,9 +13995,10 @@ crypto/external/bsd/openssl/dist/crypto/
lib/libc/sys/sched.c 1.5
tests/lib/libc/gen/posix_spawn/t_spawnattr.c 1.2,1.3
+tests/lib/librt/t_sched.c 1.6
Return PRI_NONE for sched_get_priority_m{in,ax} and SCHED_OTHER.
- Fix broken test, don't use SCHED_OTHER.
+ Fix broken tests.
[maya, ticket #892]
sys/netinet6/icmp6.c 1.228,1.230
@@ -14124,3 +14125,15 @@ distrib/notes/evbarm/install (manually
distrib/notes/i386/prep (manually edited)
Fix NetBSD.org capitalization in some URLs.
+
+sys/net/if_llatbl.c 1.28
+
+ Don't overwrite an existing llentry on RTM_ADD to avoid race
+ conditions.
+ [ozaki-r, ticket #918]
+
+sys/net/npf/npf_handler.c 1.41
+
+ NPF: fix use-after-free.
+ [maxv, ticket #919]
+