Module Name: src
Committed By: martin
Date: Thu Jun 16 14:23:27 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1473 and #1474
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-9.3
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.3
diff -u src/doc/CHANGES-9.3:1.1.2.106 src/doc/CHANGES-9.3:1.1.2.107
--- src/doc/CHANGES-9.3:1.1.2.106 Tue Jun 14 10:42:20 2022
+++ src/doc/CHANGES-9.3 Thu Jun 16 14:23:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.106 2022/06/14 10:42:20 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.107 2022/06/16 14:23:27 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1828,3 +1828,13 @@ sys/lib/libkern/arch/hppa/milli_extra.S
Provide a (trivial) __canonicalize_funcptr_for_compare.
[skrll, ticket #1472]
+sys/lib/libkern/arch/hppa/milli_extra.S 1.2
+
+ Fix wrong register usage in ticket #1472.
+ [skrll, ticket #1473]
+
+sys/arch/hppa/hppa/pmap.c 1.120
+
+ PR 56867: purge the translations from the TLBs in pmap_procwr.
+ [skrll, ticket #1474]
+