Module Name: src
Committed By: martin
Date: Thu Mar 22 11:05:47 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #651
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.150 -r1.1.2.151 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.150 src/doc/CHANGES-8.0:1.1.2.151
--- src/doc/CHANGES-8.0:1.1.2.150 Wed Mar 21 10:52:15 2018
+++ src/doc/CHANGES-8.0 Thu Mar 22 11:05:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.150 2018/03/21 10:52:15 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.151 2018/03/22 11:05:47 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10508,3 +10508,9 @@ sys/arch/i386/stand/lib/biosdisk.c 1.48
- fix boot partition lookup.
[nonaka, ticket #648]
+external/cddl/osnet/sys/sys/kmem.h 1.7-1.9
+
+ Our pool code needs either PR_SLEEP or PR_NOWAIT; arrange for
+ that explaining the current choice.
+ [maya, ticket #651]
+