Subject: PR/26208 CVS commit: [netbsd-3-0] src/lib/libpthread
To: None <wrstuden@NetBSD.org, gnats-admin@netbsd.org,>
From: Geert Hendrickx <ghen@netbsd.org>
List: netbsd-bugs
Date: 08/25/2006 11:40:09
The following reply was made to PR lib/26208; it has been noted by GNATS.

From: Geert Hendrickx <ghen@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/26208 CVS commit: [netbsd-3-0] src/lib/libpthread
Date: Fri, 25 Aug 2006 11:37:00 +0000 (UTC)

 Module Name:	src
 Committed By:	ghen
 Date:		Fri Aug 25 11:37:00 UTC 2006
 
 Modified Files:
 	src/lib/libpthread [netbsd-3-0]: pthread_mutex.c
 
 Log Message:
 Pull up following revision(s) (requested by wrstuden in ticket #1474):
 	lib/libpthread/pthread_mutex.c: revision 1.22
 Close a window in which we can not notice a recently-slept-on-our
 mutex thread, thus leaving a thread sleeping on an unlocked mutex.
 Reviewed by myself and Christos.
 Problem reported by Arne H. Juul, arnej at pvv dot ntnu dot no,
 in PR 26208. This fix represents option 1 presented in the PR.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.18.6.1 -r1.18.6.1.2.1 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.