From owner-svn-src-head@FreeBSD.ORG Wed Jan 6 00:49:47 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A411065694; Wed, 6 Jan 2010 00:49:47 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 868F38FC16; Wed, 6 Jan 2010 00:49:47 +0000 (UTC) Received: from apple.my.domain (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o060njKx099376; Wed, 6 Jan 2010 00:49:46 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4B43DE29.3070206@freebsd.org> Date: Wed, 06 Jan 2010 08:49:45 +0800 From: David Xu User-Agent: Thunderbird 2.0.0.9 (X11/20080612) MIME-Version: 1.0 To: Bruce Simpson References: <201001040527.o045RoNN062634@svn.freebsd.org> <4B4343E7.1020408@incunabulum.net> In-Reply-To: <4B4343E7.1020408@incunabulum.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r201472 - in head/sys: kern sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 00:49:47 -0000 Bruce Simpson wrote: > On 04/01/2010 05:27, David Xu wrote: >> Log: >> Add user-level semaphore synchronous type... >> > > Nice work! Will this be MFC-able to 8.x? > A lot of things could benefit from this, especially Boost.Interprocess. > > cheers, > BMS > > This is MFC-able. ;-)