Module Name: src
Committed By: snj
Date: Sun Dec 3 10:34:39 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1521, 1524
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-7.2
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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.55 src/doc/CHANGES-7.2:1.1.2.56
--- src/doc/CHANGES-7.2:1.1.2.55 Sat Dec 2 10:54:01 2017
+++ src/doc/CHANGES-7.2 Sun Dec 3 10:34:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.55 2017/12/02 10:54:01 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.56 2017/12/03 10:34:39 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -4882,3 +4882,19 @@ xsrc/xfree/xc/lib/font/fontfile/fontdir.
2017-13722, 2017-13720, 2017-16611, and 2017-16612.
[mrg, ticket #1535]
+share/man/man9/kmem.9 1.20 via patch
+share/man/man9/vmem.9 1.16
+sys/kern/subr_kmem.c 1.62
+sys/kern/subr_vmem.c 1.94
+
+ fix vmem_alloc() to never return an error for VM_SLEEP requests,
+ thus fixing kmem_alloc() to never return NULL for KM_SLEEP
+ requests. instead these operations will retry forever, which was
+ the intent.
+ [mlelstv, ticket #1521]
+
+sys/arch/arm/cortex/a9_mpsubr.S 1.52
+
+ Ensure CNTVOFF is 0 before dropping out of Hyp mode
+ [skrll, ticket #1524]
+