Module Name: src
Committed By: sborrill
Date: Thu Aug 10 10:24:39 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #318
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 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.98 src/doc/CHANGES-10.0:1.1.2.99
--- src/doc/CHANGES-10.0:1.1.2.98 Wed Aug 9 17:49:28 2023
+++ src/doc/CHANGES-10.0 Thu Aug 10 10:24:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.98 2023/08/09 17:49:28 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.99 2023/08/10 10:24:39 sborrill Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -3701,3 +3701,9 @@ usr.sbin/crash/Makefile 1.49
ddb(4): new command: show all tstiles.
[maya, ticket #316]
+sys/arch/xen/x86/xen_ipi.c 1.41
+
+ xen/x86: Fix 'mach cpu N' in ddb by passing the right pointer
+ to a struct intrframe to IPI handlers.
+ [riastradh, ticket #318]
+