Module Name: src
Committed By: bouyer
Date: Sat Mar 17 19:15:29 UTC 2012
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
ticket 1741
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-5.1.3
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.1.3
diff -u src/doc/CHANGES-5.1.3:1.1.2.6 src/doc/CHANGES-5.1.3:1.1.2.7
--- src/doc/CHANGES-5.1.3:1.1.2.6 Sat Mar 17 18:46:52 2012
+++ src/doc/CHANGES-5.1.3 Sat Mar 17 19:15:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.3,v 1.1.2.6 2012/03/17 18:46:52 bouyer Exp $
+# $NetBSD: CHANGES-5.1.3,v 1.1.2.7 2012/03/17 19:15:29 bouyer Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
release:
@@ -66,3 +66,10 @@ sys/arch/sparc64/sparc64/locore.s 1.340
result of pseg_get and pmap_extact sometimes gets screwed up.
[nakayama, ticket #1736]
+sys/kern/kern_sig.c 1.300
+
+ kpsignal2: do not make the signal pending twice when tracing the
+ process, also update a comment and add an assert.
+ Fixes PR/42309 by Nicolas Joly.
+ [christos, ticket #1741]
+