From owner-cvs-all Tue Mar 21 17:19:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 941A437BFCE; Tue, 21 Mar 2000 17:19:19 -0800 (PST) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA75068; Tue, 21 Mar 2000 17:19:19 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <200003220119.RAA75068@freefall.freebsd.org> From: Jason Evans Date: Tue, 21 Mar 2000 17:19:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cancel.c uthread_cond.c uthread_create.c uthread_kern.c uthread_mutex.c uthread_resume_np.c uthread_sig.c uthread_suspend_np.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/03/21 17:19:18 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h uthread_cancel.c uthread_cond.c uthread_create.c uthread_kern.c uthread_mutex.c uthread_resume_np.c uthread_sig.c uthread_suspend_np.c Log: MFC: Fix pthread_suspend_np()/pthread_resume_np(). Revision Changes Path 1.36.2.2 +4 -1 src/lib/libc_r/uthread/pthread_private.h 1.3.2.1 +10 -2 src/lib/libc_r/uthread/uthread_cancel.c 1.22.2.1 +11 -5 src/lib/libc_r/uthread/uthread_cond.c 1.24.2.1 +3 -4 src/lib/libc_r/uthread/uthread_create.c 1.28.2.1 +4 -3 src/lib/libc_r/uthread/uthread_kern.c 1.20.2.1 +4 -2 src/lib/libc_r/uthread/uthread_mutex.c 1.7.2.1 +8 -4 src/lib/libc_r/uthread/uthread_resume_np.c 1.25.2.1 +9 -7 src/lib/libc_r/uthread/uthread_sig.c 1.7.2.1 +81 -11 src/lib/libc_r/uthread/uthread_suspend_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message