From owner-cvs-all Tue Jun 27 14:20:51 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 B32EB37BE0A; Tue, 27 Jun 2000 14:20:48 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA67524; Tue, 27 Jun 2000 14:20:48 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200006272120.OAA67524@freefall.freebsd.org> From: Jason Evans Date: Tue, 27 Jun 2000 14:20:48 -0700 (PDT) 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_info.c uthread_mutex.c uthread_resume_np.c uthread_suspend_np.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/06/27 14:20:48 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h uthread_cancel.c uthread_cond.c uthread_info.c uthread_mutex.c uthread_resume_np.c uthread_suspend_np.c Log: MFC: Don't allow pthread_suspend_np()/pthread_resume_np() to cause pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() to return EINTR. Revision Changes Path 1.36.2.3 +13 -2 src/lib/libc_r/uthread/pthread_private.h 1.3.2.2 +15 -10 src/lib/libc_r/uthread/uthread_cancel.c 1.22.2.2 +23 -7 src/lib/libc_r/uthread/uthread_cond.c 1.14.2.2 +18 -1 src/lib/libc_r/uthread/uthread_info.c 1.20.2.2 +43 -17 src/lib/libc_r/uthread/uthread_mutex.c 1.7.2.2 +27 -6 src/lib/libc_r/uthread/uthread_resume_np.c 1.7.2.2 +13 -3 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