Module Name: src
Committed By: riz
Date: Tue Apr 24 19:45:06 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 198, 199.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-6.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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.76 src/doc/CHANGES-6.0:1.1.2.77
--- src/doc/CHANGES-6.0:1.1.2.76 Mon Apr 23 23:41:47 2012
+++ src/doc/CHANGES-6.0 Tue Apr 24 19:45:06 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.76 2012/04/23 23:41:47 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.77 2012/04/24 19:45:06 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -1971,3 +1971,15 @@ crypto/external/bsd/openssl/dist/crypto/
Address CVE-2012-2110.
[drochner, ticket #197]
+external/gpl3/gdb/dist/gdb/nbsd-thread.c 1.10-1.16
+external/gpl3/gdb/dist/gdb/inf-ptrace.c 1.5
+
+ Fix gdb debugging of threaded programs.
+ [skrll, ticket #198]
+
+sys/arch/sparc64/sparc64/trap.c 1.175
+
+ Report faulting data address with SIGBUS (instead of the faulting
+ instruction).
+ [martin, ticket #199]
+