From owner-cvs-src@FreeBSD.ORG Wed Oct 17 08:54:25 2007 Return-Path: Delivered-To: cvs-src@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 520DC16A420; Wed, 17 Oct 2007 08:54:25 +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 3BC3013C455; Wed, 17 Oct 2007 08:54:25 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9H8sLUL056691; Wed, 17 Oct 2007 08:54:22 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4715CDF1.2010907@freebsd.org> Date: Wed, 17 Oct 2007 16:55:13 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Abdullah Ibn Hamad Al-Marri References: <168960.48855.qm@web33712.mail.mud.yahoo.com> In-Reply-To: <168960.48855.qm@web33712.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr/thread thr_once.c 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: Wed, 17 Oct 2007 08:54:25 -0000 Abdullah Ibn Hamad Al-Marri wrote: > > > ----- Original Message ---- > >>From: David Xu >>To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org >>Sent: Tuesday, October 16, 2007 10:46:15 AM >>Subject: cvs commit: src/lib/libthr/thread thr_once.c >> >>davidxu 2007-10-16 07:46:15 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libthr/thread thr_once.c >> Log: >> Use macro THR_CLEANUP_PUSH/POP, they are cheaper >>than >> > > pthread_cleanup_push/pop. > >> >> Revision Changes Path >> 1.6 +4 -2 src/lib/libthr/thread/thr_once.c >>_______________________________________________ > > > David, > > Thank you! > > When do you plan to MFC the libthr changes to RELENG_7 and RELENG_6? > > > > Regards, > -Abdullah Ibn Hamad Al-Marri > Arab Portal > http://www.WeArab.Net/ > > This is a minor tweak, may not very urgent to be MFCed. Regards, David Xu