From owner-cvs-src@FreeBSD.ORG Sun Aug 19 08:15:38 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E081416A41A; Sun, 19 Aug 2007 08:15:38 +0000 (UTC) (envelope-from julliard@winehq.org) Received: from mail.codeweavers.com (mail.codeweavers.com [216.251.189.131]) by mx1.freebsd.org (Postfix) with ESMTP id A7AF413C469; Sun, 19 Aug 2007 08:15:38 +0000 (UTC) (envelope-from julliard@winehq.org) Received: from adsl-62-167-26-218.adslplus.ch ([62.167.26.218] helo=wine.dyndns.org) by mail.codeweavers.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1IMfcg-0005Li-3Y; Sun, 19 Aug 2007 02:54:58 -0500 Received: by wine.dyndns.org (Postfix, from userid 1000) id B865D1E7170; Sun, 19 Aug 2007 09:54:55 +0200 (CEST) To: Daniel Eischen References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C4FD02.3090708@freebsd.org> <200708182118.37998.tijl@ulyssis.org> <20070818204223.D1234@fledge.watson.org> <250D8A54B98F12158C71D8FE@ganymede.hub.org> From: Alexandre Julliard Date: Sun, 19 Aug 2007 09:54:55 +0200 In-Reply-To: (Daniel Eischen's message of "Sat\, 18 Aug 2007 23\:11\:37 -0400 \(EDT\)") Message-ID: <87hcmwot68.fsf@wine.dyndns.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Sun, 19 Aug 2007 11:26:45 +0000 Cc: wine-freebsd@hub.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, "Marc G. Fournier" , Robert Watson , David Xu , Tijl Coosemans , Xin LI Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 08:15:39 -0000 Daniel Eischen writes: > FreeBSD as well as Solaris and Linux (it looks like Linux only allows a > thread group to be signaled) have gotten along without this API, and > Wine seems to be the only target for this syscall. Actually, Linux, Solaris, and Mac OS X all export that functionality, and in all cases it was added before Wine requested it, probably because it's a fairly logical feature to have as part of a kernel threading mechanism. -- Alexandre Julliard julliard@winehq.org