From owner-cvs-all@FreeBSD.ORG Mon Mar 29 05:56:05 2004 Return-Path: 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 5C69D16A4CE; Mon, 29 Mar 2004 05:56:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4021043D3F; Mon, 29 Mar 2004 05:56:05 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDu4Ge058003; Mon, 29 Mar 2004 05:56:04 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDu4Fw058002; Mon, 29 Mar 2004 05:56:04 -0800 (PST) (envelope-from mtm) Message-Id: <200403291356.i2TDu4Fw058002@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:56:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 13:56:05 -0000 mtm 2004/03/29 05:56:04 PST FreeBSD src repository Modified files: lib/libthr/thread thr_sig.c Log: Make the minimum implementation of pthread_kill conform to the functionality spelled out in SUSv3. o Signal of 0 means do everything except send the signal o Check that the signal is not invalid o Check that the target thread is not dead/invalid Revision Changes Path 1.11 +13 -0 src/lib/libthr/thread/thr_sig.c