Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc #43



details:   https://anonhg.NetBSD.org/src/rev/024468e9d6b7
branches:  netbsd-2-0
changeset: 560220:024468e9d6b7
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 01 23:29:07 2004 +0000

description:
#43

diffstat:

 doc/CHANGES-2.0 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 9a42b9bdb5c8 -r 024468e9d6b7 doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Thu Apr 01 23:28:33 2004 +0000
+++ b/doc/CHANGES-2.0   Thu Apr 01 23:29:07 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.26 2004/04/01 23:08:12 jmc Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.27 2004/04/01 23:29:07 jmc Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -257,3 +257,11 @@
        Correct entry for PCI vendor id 0x11af. It is assigned to Avid 
        Technology Inc. and not to Pro-Log Corporation. PR#25004
        [tron, ticket #38]
+
+sys/kern/kern_sig.c                            1.190
+
+       If a signal is the result of trap, only invoke a supplied handler
+       if it's not blocked.  Otherwise (it if it blocked or the handler
+       is set to SIG_IGN) reset the signal back to its default settings
+       so that a coredump can be generated.
+       [matt, ticket #43]



Home | Main Index | Thread Index | Old Index