Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc 1521, 1524



details:   https://anonhg.NetBSD.org/src/rev/3f47ffd690f5
branches:  netbsd-7
changeset: 800367:3f47ffd690f5
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Dec 03 10:34:39 2017 +0000

description:
1521, 1524

diffstat:

 doc/CHANGES-7.2 |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r f6dae1fe14f2 -r 3f47ffd690f5 doc/CHANGES-7.2
--- a/doc/CHANGES-7.2   Sun Dec 03 10:29:12 2017 +0000
+++ b/doc/CHANGES-7.2   Sun Dec 03 10:34:39 2017 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index