Module Name: src
Committed By: sborrill
Date: Thu Aug 10 10:30:56 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1713
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.89 -r1.1.2.90 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.89 src/doc/CHANGES-9.4:1.1.2.90
--- src/doc/CHANGES-9.4:1.1.2.89 Wed Aug 9 17:48:30 2023
+++ src/doc/CHANGES-9.4 Thu Aug 10 10:30:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.89 2023/08/09 17:48:30 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.90 2023/08/10 10:30:56 sborrill Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -1999,3 +1999,9 @@ external/cddl/osnet/sys/sys/proc.h 1.10
solaris: give threads less bad names.
[riastradh, ticket #1711]
+sys/arch/xen/x86/xen_ipi.c 1.41 via patch
+
+ xen/x86: Fix 'mach cpu N' in ddb by passing the right pointer
+ to a struct intrframe to IPI handlers.
+ [riastradh, ticket #1713]
+