Date: Mon, 1 May 2000 23:51:41 -0700 (PDT) From: Jason Evans <jasone@FreeBSD.org> 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 ... Message-ID: <200005020651.XAA66810@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005020651.XAA66810>
