From owner-cvs-all Mon May 1 23:53:30 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 4163937BA8A; Mon, 1 May 2000 23:53:27 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66810; Mon, 1 May 2000 23:51:41 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200005020651.XAA66810@freefall.freebsd.org> From: Jason Evans Date: Mon, 1 May 2000 23:51:41 -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 src/lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/05/01 23:51:40 PDT Modified files: lib/libc_r/uthread uthread_attr_setschedparam.c uthread_attr_setschedpolicy.c uthread_attr_setscope.c uthread_mattr_kind_np.c uthread_setschedparam.c lib/libc_r/man Makefile.inc Added files: lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sigwait.3 Log: Add missing man pages. Fix various compliance bugs, mostly having to do with error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Revision Changes Path 1.5 +5 -3 src/lib/libc_r/uthread/uthread_attr_setschedparam.c 1.4 +5 -4 src/lib/libc_r/uthread/uthread_attr_setschedpolicy.c 1.4 +6 -13 src/lib/libc_r/uthread/uthread_attr_setscope.c 1.5 +16 -1 src/lib/libc_r/uthread/uthread_mattr_kind_np.c 1.6 +7 -5 src/lib/libc_r/uthread/uthread_setschedparam.c 1.12 +43 -5 src/lib/libc_r/man/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message