Module Name: src
Committed By: martin
Date: Wed Aug 19 18:40:09 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1598
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-8.3
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.3
diff -u src/doc/CHANGES-8.3:1.1.2.30 src/doc/CHANGES-8.3:1.1.2.31
--- src/doc/CHANGES-8.3:1.1.2.30 Tue Aug 18 09:42:00 2020
+++ src/doc/CHANGES-8.3 Wed Aug 19 18:40:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.30 2020/08/18 09:42:00 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.31 2020/08/19 18:40:09 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1003,3 +1003,9 @@ sys/dev/ipmi.c 1.5
ipmi(4): Fix critical/warning threshold confusion.
[nonaka, ticket #1597]
+sys/uvm/uvm_amap.c 1.123 (patch)
+
+ fix amap_extend() to handle amaps where we previously failed
+ to allocate the ppref memory.
+ [chs, ticket #1598]
+