Module Name: src
Committed By: riz
Date: Tue Jun 12 23:18:43 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket 1773.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.173 -r1.1.2.174 src/doc/CHANGES-5.2
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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.173 src/doc/CHANGES-5.2:1.1.2.174
--- src/doc/CHANGES-5.2:1.1.2.173 Tue Jun 12 20:49:17 2012
+++ src/doc/CHANGES-5.2 Tue Jun 12 23:18:43 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.173 2012/06/12 20:49:17 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.174 2012/06/12 23:18:43 riz Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6458,3 +6458,10 @@ sys/arch/xen/xenbus/xenbus_probe.c 1.36
not depend on the order they are passed in through xenstore.
[sborrill, ticket #1768]
+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 #1773]
+