From owner-cvs-all Tue Aug 22 20:22:36 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 5D62037B42C; Tue, 22 Aug 2000 20:22:33 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA12793; Tue, 22 Aug 2000 20:22:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008230322.UAA12793@freefall.freebsd.org> From: John Baldwin Date: Tue, 22 Aug 2000 20:22:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_attr_setschedparam.c uthread_attr_setschedpolicy.c uthread_attr_setscope.c uthread_mattr_kind_np.c uthread_setschedparam.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/22 20:22:32 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_attr_setschedparam.c uthread_attr_setschedpolicy.c uthread_attr_setscope.c uthread_mattr_kind_np.c uthread_setschedparam.c Log: MFC: - Fix various compliance bugs, mostly having to do with error return values. - Implement pthread_mutexattr_gettype(). Revision Changes Path 1.4.2.1 +5 -3 src/lib/libc_r/uthread/uthread_attr_setschedparam.c 1.3.2.1 +5 -4 src/lib/libc_r/uthread/uthread_attr_setschedpolicy.c 1.3.2.1 +6 -13 src/lib/libc_r/uthread/uthread_attr_setscope.c 1.4.2.1 +16 -1 src/lib/libc_r/uthread/uthread_mattr_kind_np.c 1.5.2.1 +7 -5 src/lib/libc_r/uthread/uthread_setschedparam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message