Module Name: src
Committed By: riz
Date: Tue Jun 12 23:16:18 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket #337
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.125 -r1.1.2.126 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.125 src/doc/CHANGES-6.0:1.1.2.126
--- src/doc/CHANGES-6.0:1.1.2.125 Tue Jun 12 19:45:25 2012
+++ src/doc/CHANGES-6.0 Tue Jun 12 23:16:18 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.125 2012/06/12 19:45:25 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.126 2012/06/12 23:16:18 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5518,3 +5518,10 @@ sys/dev/ic/seeq8005.c 1.48
Disable TX/RX interrupts during shutdown. PR#46576.
[christos, ticket #325]
+sys/arch/amd64/amd64/machdep.c 1.184 via patch
+sys/arch/amd64/amd64/netbsd32_machdep.c 1.77 via patch
+
+ If the user process provided a bogus signal handler address, kill it
+ now instead of trying to jump to the bogus address.
+ [spz, ticket #337]
+