From owner-cvs-all Mon Sep 16 12:52:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA2137B400; Mon, 16 Sep 2002 12:52:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB99E43E75; Mon, 16 Sep 2002 12:52:54 -0700 (PDT) (envelope-from mini@FreeBSD.org) Received: from freefall.freebsd.org (mini@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8GJqsJU048168; Mon, 16 Sep 2002 12:52:54 -0700 (PDT) (envelope-from mini@freefall.freebsd.org) Received: (from mini@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8GJqshB048167; Mon, 16 Sep 2002 12:52:54 -0700 (PDT) Message-Id: <200209161952.g8GJqshB048167@freefall.freebsd.org> From: Jonathan Mini Date: Mon, 16 Sep 2002 12:52:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_cancel.c thr_close.c thr_create.c thr_exit.c thr_fcntl.c thr_fork.c thr_fsync.c thr_info.c thr_init.c thr_kern.c thr_kill.c thr_msync.c thr_open.c thr_poll.c thr_priority_queue.c thr_private.h thr_read.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/09/16 12:52:52 PDT Modified files: lib/libpthread/thread thr_cancel.c thr_close.c thr_create.c thr_exit.c thr_fcntl.c thr_fork.c thr_fsync.c thr_info.c thr_init.c thr_kern.c thr_kill.c thr_msync.c thr_open.c thr_poll.c thr_priority_queue.c thr_private.h thr_read.c thr_readv.c thr_select.c thr_sigmask.c thr_sigsuspend.c thr_sigwait.c thr_wait4.c thr_write.c thr_writev.c thr_yield.c Log: Make libpthread KSE aware. Reviewed by: deischen, julian Approved by: -arch Revision Changes Path 1.16 +0 -10 src/lib/libpthread/thread/thr_cancel.c 1.15 +1 -62 src/lib/libpthread/thread/thr_close.c 1.36 +8 -35 src/lib/libpthread/thread/thr_create.c 1.29 +0 -45 src/lib/libpthread/thread/thr_exit.c 1.17 +3 -105 src/lib/libpthread/thread/thr_fcntl.c 1.29 +1 -64 src/lib/libpthread/thread/thr_fork.c 1.12 +1 -13 src/lib/libpthread/thread/thr_fsync.c 1.22 +0 -65 src/lib/libpthread/thread/thr_info.c 1.43 +16 -158 src/lib/libpthread/thread/thr_init.c 1.44 +82 -588 src/lib/libpthread/thread/thr_kern.c 1.14 +2 -28 src/lib/libpthread/thread/thr_kill.c 1.7 +1 -11 src/lib/libpthread/thread/thr_msync.c 1.14 +1 -31 src/lib/libpthread/thread/thr_open.c 1.14 +1 -56 src/lib/libpthread/thread/thr_poll.c 1.10 +2 -2 src/lib/libpthread/thread/thr_priority_queue.c 1.75 +7 -327 src/lib/libpthread/thread/thr_private.h 1.16 +1 -57 src/lib/libpthread/thread/thr_read.c 1.17 +1 -52 src/lib/libpthread/thread/thr_readv.c 1.23 +1 -173 src/lib/libpthread/thread/thr_select.c 1.11 +1 -58 src/lib/libpthread/thread/thr_sigmask.c 1.14 +1 -49 src/lib/libpthread/thread/thr_sigsuspend.c 1.20 +3 -125 src/lib/libpthread/thread/thr_sigwait.c 1.16 +0 -29 src/lib/libpthread/thread/thr_wait4.c 1.22 +1 -93 src/lib/libpthread/thread/thr_write.c 1.22 +1 -160 src/lib/libpthread/thread/thr_writev.c 1.9 +2 -2 src/lib/libpthread/thread/thr_yield.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message