From owner-cvs-src Mon Feb 17 2: 5:21 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125B837B401; Mon, 17 Feb 2003 02:05:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FED143F75; Mon, 17 Feb 2003 02:05:19 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1HA5Jbv086234; Mon, 17 Feb 2003 02:05:19 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1HA5JtK086233; Mon, 17 Feb 2003 02:05:19 -0800 (PST) Message-Id: <200302171005.h1HA5JtK086233@repoman.freebsd.org> From: Jonathan Mini Date: Mon, 17 Feb 2003 02:05:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_cancel.c thr_init.c thr_kern.c thr_private.h thr_sig.c thr_sigpending.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2003/02/17 02:05:19 PST Modified files: lib/libpthread/thread thr_cancel.c thr_init.c thr_kern.c thr_private.h thr_sig.c thr_sigpending.c Log: Deliver signals posted via an upcall to the appropriate thread. Revision Changes Path 1.17 +2 -0 src/lib/libpthread/thread/thr_cancel.c 1.46 +31 -0 src/lib/libpthread/thread/thr_init.c 1.50 +8 -1 src/lib/libpthread/thread/thr_kern.c 1.78 +30 -0 src/lib/libpthread/thread/thr_private.h 1.44 +206 -527 src/lib/libpthread/thread/thr_sig.c 1.11 +1 -1 src/lib/libpthread/thread/thr_sigpending.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message