From owner-cvs-all Sat Nov 28 15:52:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26642 for cvs-all-outgoing; Sat, 28 Nov 1998 15:52:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26637; Sat, 28 Nov 1998 15:52:20 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16864; Sat, 28 Nov 1998 15:52:59 -0800 (PST) Date: Sat, 28 Nov 1998 15:52:59 -0800 (PST) Message-Id: <199811282352.PAA16864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include pthread.h src/lib/libc_r/uthread uthread_mattr_kind_np.c uthread_mutex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/11/28 15:52:59 PST Modified files: include pthread.h lib/libc_r/uthread uthread_mattr_kind_np.c uthread_mutex.c Log: Add support for pthread_mutexattr_settype(). As a side effect of testing this, fix MUTEX_TYPE_COUNTING_FAST. Recursive locks now work. Revision Changes Path 1.10 +8 -2 src/include/pthread.h 1.2 +14 -0 src/lib/libc_r/uthread/uthread_mattr_kind_np.c 1.12 +47 -20 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message