Module Name: src
Committed By: martin
Date: Wed Feb 8 16:43:05 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1588
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.47 src/doc/CHANGES-9.4:1.1.2.48
--- src/doc/CHANGES-9.4:1.1.2.47 Mon Feb 6 17:05:59 2023
+++ src/doc/CHANGES-9.4 Wed Feb 8 16:43:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.47 2023/02/06 17:05:59 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.48 2023/02/08 16:43:05 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -758,3 +758,9 @@ sys/miscfs/nullfs/null_vfsops.c 1.101
Set IMNT_MPSAFE only if all lower layers are MPSAFE.
[hannken, ticket #1587]
+sys/arch/sparc64/include/vmparam.h 1.43
+
+ sparc64: PR 57219: avoid arithmetic overflow by making the
+ usable virtual address space end one page earlier.
+ [hgutch, ticket #1588]
+