Module Name: src
Committed By: martin
Date: Tue Sep 3 15:44:15 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #815 and #816
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-10.1
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-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.28 src/doc/CHANGES-10.1:1.1.2.29
--- src/doc/CHANGES-10.1:1.1.2.28 Mon Aug 26 07:29:01 2024
+++ src/doc/CHANGES-10.1 Tue Sep 3 15:44:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.28 2024/08/26 07:29:01 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.29 2024/09/03 15:44:15 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -1272,3 +1272,18 @@ usr.bin/ftp/ssl.c 1.16
ftp(1): adapt to newer OpenSSL EOF handling in ssl transfers.
[wiz, ticket #814]
+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 #815]
+
+tests/lib/libm/t_fenv.c 1.16
+
+ The fetestexcept_trap test case only makes sense on FPUs that implement
+ exceptions.
+ [rin, ticket #816]
+