Module Name: src
Committed By: martin
Date: Sat Dec 23 13:09:54 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #515 and #516
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.175 -r1.1.2.176 src/doc/CHANGES-10.0
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.0
diff -u src/doc/CHANGES-10.0:1.1.2.175 src/doc/CHANGES-10.0:1.1.2.176
--- src/doc/CHANGES-10.0:1.1.2.175 Fri Dec 22 13:51:13 2023
+++ src/doc/CHANGES-10.0 Sat Dec 23 13:09:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.175 2023/12/22 13:51:13 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.176 2023/12/23 13:09:53 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -14434,3 +14434,14 @@ sys/arch/xen/xen/xennetback_xenbus.c 1.
xennet(4) backend: sanity check the fragments we get from the guest.
[bouyer, ticket #514]
+sys/arch/vax/vax/pmap.c 1.200
+
+ vax: fix a crash under heavy memory pressure when PT pages are
+ heavily recycled.
+ [thorpej, ticket #515]
+
+sys/arch/vax/vax/pmap.c 1.199
+
+ vax: fix locking botches.
+ [mrg, ticket #516]
+