From owner-cvs-all Tue Jan 4 2:42:33 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 5D4101519A; Tue, 4 Jan 2000 02:42:30 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11601; Tue, 4 Jan 2000 02:42:29 -0800 (PST) (envelope-from tg@FreeBSD.org) Message-Id: <200001041042.CAA11601@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 4 Jan 2000 02:42:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread.h src/lib/libc_r Makefile src/lib/libc_r/man pthread_cancel.3 pthread_testcancel.3 Makefile.inc src/lib/libc_r/uthread uthread_cancel.c uthread_fchflags.c uthread_msync.c Makefile.inc pthread_private.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 2000/01/04 02:42:29 PST Modified files: (Branch: RELENG_3) include pthread.h lib/libc_r Makefile lib/libc_r/man Makefile.inc lib/libc_r/uthread Makefile.inc pthread_private.h uthread_attr_getinheritsched.c uthread_attr_getschedparam.c uthread_attr_getschedpolicy.c uthread_attr_getscope.c uthread_close.c uthread_cond.c uthread_create.c uthread_exit.c uthread_fcntl.c uthread_fd.c uthread_file.c uthread_fsync.c uthread_getschedparam.c uthread_init.c uthread_join.c uthread_kern.c uthread_mutex.c uthread_nanosleep.c uthread_open.c uthread_read.c uthread_setschedparam.c uthread_sigwait.c uthread_wait4.c uthread_write.c Added files: (Branch: RELENG_3) lib/libc_r/man pthread_cancel.3 pthread_testcancel.3 lib/libc_r/uthread uthread_cancel.c uthread_fchflags.c uthread_msync.c Log: MFC: Cancellation functions. Reviewed by: deischen Revision Changes Path 1.10.2.3 +20 -8 src/include/pthread.h 1.14.2.4 +8 -4 src/lib/libc_r/Makefile 1.5.2.2 +7 -2 src/lib/libc_r/man/Makefile.inc 1.16.2.4 +4 -1 src/lib/libc_r/uthread/Makefile.inc 1.16.2.5 +28 -7 src/lib/libc_r/uthread/pthread_private.h 1.1.4.2 +2 -2 src/lib/libc_r/uthread/uthread_attr_getinheritsched.c 1.1.4.2 +2 -2 src/lib/libc_r/uthread/uthread_attr_getschedparam.c 1.1.4.2 +2 -2 src/lib/libc_r/uthread/uthread_attr_getschedpolicy.c 1.1.4.2 +2 -2 src/lib/libc_r/uthread/uthread_attr_getscope.c 1.4.2.4 +4 -2 src/lib/libc_r/uthread/uthread_close.c 1.12.2.6 +75 -31 src/lib/libc_r/uthread/uthread_cond.c 1.11.2.5 +4 -3 src/lib/libc_r/uthread/uthread_create.c 1.6.2.7 +36 -6 src/lib/libc_r/uthread/uthread_exit.c 1.6.2.2 +4 -1 src/lib/libc_r/uthread/uthread_fcntl.c 1.9.2.5 +224 -39 src/lib/libc_r/uthread/uthread_fd.c 1.6.2.4 +111 -11 src/lib/libc_r/uthread/uthread_file.c 1.3.2.2 +3 -1 src/lib/libc_r/uthread/uthread_fsync.c 1.1.4.2 +3 -2 src/lib/libc_r/uthread/uthread_getschedparam.c 1.9.2.6 +6 -1 src/lib/libc_r/uthread/uthread_init.c 1.6.2.4 +31 -3 src/lib/libc_r/uthread/uthread_join.c 1.15.2.7 +21 -8 src/lib/libc_r/uthread/uthread_kern.c 1.12.2.4 +46 -4 src/lib/libc_r/uthread/uthread_mutex.c 1.6.2.3 +3 -1 src/lib/libc_r/uthread/uthread_nanosleep.c 1.4.2.3 +8 -5 src/lib/libc_r/uthread/uthread_open.c 1.6.2.3 +8 -2 src/lib/libc_r/uthread/uthread_read.c 1.1.2.4 +3 -2 src/lib/libc_r/uthread/uthread_setschedparam.c 1.4.2.5 +4 -1 src/lib/libc_r/uthread/uthread_sigwait.c 1.2.2.3 +3 -1 src/lib/libc_r/uthread/uthread_wait4.c 1.10.2.3 +7 -2 src/lib/libc_r/uthread/uthread_write.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message