Received: by mail.netbsd.org (Postfix, from userid 605) id E8FD214A439; Thu, 20 Feb 2014 13:00:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BD5C14A444 for ; Thu, 20 Feb 2014 13:00:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4Bc3jLPxtXdf for ; Thu, 20 Feb 2014 13:00:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9E0E314A432 for ; Thu, 20 Feb 2014 13:00:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9807596; Thu, 20 Feb 2014 13:00:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 20 Feb 2014 13:00:40 +0000 From: "Stephen Borrill" Subject: CVS commit: [netbsd-6] src/lib/libpthread To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140220130040.9807596@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Stephen Borrill" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: sborrill Date: Thu Feb 20 13:00:40 UTC 2014 Modified Files: src/lib/libpthread [netbsd-6]: pthread_cond.c pthread_mutex.c Log Message: Pull up the following revisions(s) (requested by prlw1 in ticket #1029): lib/libpthread/pthread_cond.c: revision 1.62 lib/libpthread/pthread_mutex.c: revision 1.57,1.59 Partial fix for thread deadlock commonly observed with named. Also address PR/44756. To generate a diff of this commit: cvs rdiff -u -r1.56.8.3 -r1.56.8.4 src/lib/libpthread/pthread_cond.c cvs rdiff -u -r1.51.22.1 -r1.51.22.2 src/lib/libpthread/pthread_mutex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.