Module Name: src
Committed By: martin
Date: Tue Sep 3 15:29:57 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1884
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-9.5
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-9.5
diff -u src/doc/CHANGES-9.5:1.1.2.15 src/doc/CHANGES-9.5:1.1.2.16
--- src/doc/CHANGES-9.5:1.1.2.15 Sat Aug 24 16:50:25 2024
+++ src/doc/CHANGES-9.5 Tue Sep 3 15:29:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.15 2024/08/24 16:50:25 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.16 2024/09/03 15:29:57 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -336,3 +336,12 @@ tests/net/arp/t_dad.sh 1.16
and add tests.
[ozaki-r, ticket #1883]
+sys/arch/i386/stand/lib/biosmemx.S 1.12,1.13
+sys/arch/i386/stand/lib/bootinfo_memmap.c 1.7,1.8
+sys/arch/i386/stand/lib/getextmemx.c 1.11,1.12
+
+
+ x86: PR 49470: work around broken BIOS implementations that
+ copy more than the requested data when querying memory details.
+ [andvar, ticket #1884]
+