Module Name: src
Committed By: martin
Date: Thu Jun 27 13:18:28 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1282
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-8.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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.3 src/doc/CHANGES-8.2:1.1.2.4
--- src/doc/CHANGES-8.2:1.1.2.3 Wed Jun 12 10:40:13 2019
+++ src/doc/CHANGES-8.2 Thu Jun 27 13:18:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.3 2019/06/12 10:40:13 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.4 2019/06/27 13:18:28 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -69,3 +69,9 @@ libexec/httpd/testsuite/test-simple 1.6
Avoid an assertion failure when using cgihandler (-C option).
[mrg, ticket #1281}
+sys/arch/x86/include/bootinfo.h 1.30
+
+ Increase BOOTINFO_MAXSIZE to 16Kib.
+ Some systems require a larger bootinfo size for memory descriptors.
+ [nonaka, ticket #1282]
+