Module Name: src
Committed By: bouyer
Date: Sat Mar 17 19:14:44 UTC 2012
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
ticket 1741
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-5.0.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.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.65 src/doc/CHANGES-5.0.3:1.1.2.66
--- src/doc/CHANGES-5.0.3:1.1.2.65 Sat Mar 17 18:45:45 2012
+++ src/doc/CHANGES-5.0.3 Sat Mar 17 19:14:44 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.65 2012/03/17 18:45:45 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.66 2012/03/17 19:14:44 bouyer Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -2980,3 +2980,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]
+