From owner-cvs-all Mon Nov 20 16:40:22 2000 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 E3AB337B4CF; Mon, 20 Nov 2000 16:40:19 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70992; Mon, 20 Nov 2000 16:40:19 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011210040.QAA70992@freefall.freebsd.org> From: Daniel Eischen Date: Mon, 20 Nov 2000 16:40:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_mutex.c uthread_sig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/20 16:40:19 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_mutex.c uthread_sig.c Log: MFC: Correct pthread_mutex_lock() for recursive lock attempts. When executing a signal handler, ensure a threads signal mask is OR'd with the signal being handled and the mask from the signal action. Revision Changes Path 1.20.2.6 +4 -4 src/lib/libc_r/uthread/uthread_mutex.c 1.25.2.4 +5 -1 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