Module Name: src
Committed By: msaitoh
Date: Fri May 31 02:49:45 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1274.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.148 -r1.1.2.149 src/doc/CHANGES-8.1
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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.148 src/doc/CHANGES-8.1:1.1.2.149
--- src/doc/CHANGES-8.1:1.1.2.148 Wed May 29 16:03:30 2019
+++ src/doc/CHANGES-8.1 Fri May 31 02:49:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.148 2019/05/29 16:03:30 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.149 2019/05/31 02:49:45 msaitoh Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -3222,3 +3222,7 @@ sys/net/rtsock.c 1.250
Don't take softnet_lock in sysctl_rtable.
[ozaki-r, ticket #1276]
+sys/arch/sparc64/sparc64/db_trace.c 1.51-1.53
+
+ Fix kernel debugger stack trace on sparc64.
+ [martin, ticket #1274]