Source-Changes-HG archive

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

[src/netbsd-3]: src/doc Ticket 874.



details:   https://anonhg.NetBSD.org/src/rev/535494871926
branches:  netbsd-3
changeset: 577336:535494871926
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Oct 08 16:04:50 2005 +0000

description:
Ticket 874.

diffstat:

 doc/CHANGES-3.0 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b90987bdac9a -r 535494871926 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Sat Oct 08 16:01:14 2005 +0000
+++ b/doc/CHANGES-3.0   Sat Oct 08 16:04:50 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.272 2005/10/08 12:26:01 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.273 2005/10/08 16:04:50 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -13381,3 +13381,12 @@
        Update to tzdata2005n.
        [kleink, ticket #873]
 
+gnu/dist/gdb/gdb/nbsd-thread.c                 1.16
+
+       nbsd_thread_resume(): make sure that we've been passed a thread ID in
+       ptid before invoking the suspend-all-but-this-thread logic. Otherwise,
+       when passed an LWP (as a result of 1.15 making LWPs the primary
+       identifier of live execution contexts), we try to suspend everything,
+       which goes poorly.
+       [chs, ticket #874]
+



Home | Main Index | Thread Index | Old Index