From owner-cvs-all Sat Nov 17 6:28:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2439E37B416; Sat, 17 Nov 2001 06:28:40 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHESer07470; Sat, 17 Nov 2001 06:28:40 -0800 (PST) (envelope-from deischen) Message-Id: <200111171428.fAHESer07470@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 17 Nov 2001 06:28:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2001/11/17 06:28:40 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.c Log: Fix pthread_join so that it works if the target thread exits while the joining thread is in a signal handler. Reported by: Loren James Rittle MFC after: 1 week Revision Changes Path 1.64 +11 -2 src/lib/libc_r/uthread/pthread_private.h 1.24 +4 -3 src/lib/libc_r/uthread/uthread_exit.c 1.20 +8 -6 src/lib/libc_r/uthread/uthread_join.c 1.39 +12 -2 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message