Source-Changes-HG archive

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

[src/netbsd-2-1]: src/doc Tickets 10206 & 10207



details:   https://anonhg.NetBSD.org/src/rev/dbccff851af2
branches:  netbsd-2-1
changeset: 564152:dbccff851af2
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Dec 29 01:41:54 2005 +0000

description:
Tickets 10206 & 10207

diffstat:

 doc/CHANGES-2.1.1 |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r b37e2ceda77a -r dbccff851af2 doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Thu Dec 29 01:37:19 2005 +0000
+++ b/doc/CHANGES-2.1.1 Thu Dec 29 01:41:54 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1.1,v 1.1.2.18 2005/12/16 20:10:47 jmc Exp $
+#      $NetBSD: CHANGES-2.1.1,v 1.1.2.19 2005/12/29 01:41:54 riz Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
 release
@@ -197,3 +197,18 @@
        ADAPTER_REQ_RUN_XFER context (which can be interrupt context), defer 
        this to the ADAPTER_REQ_GROW_RESOURCES callback. Fixes a panic in uvm.
        [bouyer, ticket #10177]
+
+sys/kern/kern_sig.c                            1.211
+
+       in kpsignal2(), do not try to wake up a cached LWP for SA processes
+       in the case where we're sending SIGKILL but all LWPs are not signalable.
+       some LWP will wake up soon enough to process the signal, and there may
+       not be any LWPs in the cache to wake up anyway.  fixes PR 28886 and
+       PR 26771.  also, add a missing "break" pointed out by yamt.
+       [chs, ticket #10206]
+
+sys/kern/vfs_subr.c                            1.231
+
+       Fix an annoying deadlock involving 3 separate processes.
+       [chs, ticket #10207]
+



Home | Main Index | Thread Index | Old Index