Module Name: src
Committed By: riz
Date: Tue Jun 12 23:23:52 UTC 2012
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1450.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.241 -r1.1.2.242 src/doc/CHANGES-4.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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.241 src/doc/CHANGES-4.1:1.1.2.242
--- src/doc/CHANGES-4.1:1.1.2.241 Tue Jun 12 14:27:59 2012
+++ src/doc/CHANGES-4.1 Tue Jun 12 23:23:52 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.241 2012/06/12 14:27:59 sborrill Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.242 2012/06/12 23:23:52 riz Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -4653,3 +4653,10 @@ sys/dev/mii/mii_physubr.c 1.73 via pa
when media auto is specified. Fixes PR kern/20700.
[buhrow, ticket #1448]
+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 #1450]
+