From owner-cvs-src@FreeBSD.ORG Thu Oct 19 21:06:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 63E3016A4AB; Thu, 19 Oct 2006 21:06:59 +0000 (UTC) (envelope-from Tor.Egge@cvsup.no.freebsd.org) Received: from pil.idi.ntnu.no (pil.idi.ntnu.no [129.241.107.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id A639D43D68; Thu, 19 Oct 2006 21:06:58 +0000 (GMT) (envelope-from Tor.Egge@cvsup.no.freebsd.org) Received: from cvsup.no.freebsd.org (c2h5oh.idi.ntnu.no [129.241.103.69]) by pil.idi.ntnu.no (8.13.6/8.13.1) with ESMTP id k9JL6uWC029231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 19 Oct 2006 23:06:56 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by cvsup.no.freebsd.org (8.13.4/8.13.4) with ESMTP id k9JL6uwc069077; Thu, 19 Oct 2006 21:06:56 GMT (envelope-from Tor.Egge@cvsup.no.freebsd.org) Date: Thu, 19 Oct 2006 21:04:34 +0000 (UTC) Message-Id: <20061019.210434.74686695.Tor.Egge@cvsup.no.freebsd.org> To: jeremie@le-hen.org From: Tor Egge In-Reply-To: <20061019193811.GM53114@obiwan.tataz.chchile.org> References: <200610132012.k9DKC7AS005839@repoman.freebsd.org> <20061019193811.GM53114@obiwan.tataz.chchile.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned-By: mimedefang.idi.ntnu.no, using CLAMD X-SMTP-From: Sender=, Relay/Client=c2h5oh.idi.ntnu.no [129.241.103.69], EHLO=cvsup.no.freebsd.org X-Scanned-By: MIMEDefang 2.48 on 129.241.107.38 X-Scanned-By: mimedefang.idi.ntnu.no, using MIMEDefang 2.48 with local filter 16.42-idi X-Filter-Time: 1 seconds Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [fbsd] cvs commit [HEAD] src/lib/libc_r/uthread uthread_sig.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: Thu, 19 Oct 2006 21:06:59 -0000 > What's the point of these changes ? libc_r has been unlinked from > the build in -CURRENT. I even thought it was broken. Fixing some problems on RELENG_4. > Are you planning to MFC this to older branches ? I planned to MFC it myself just to RELENG_4 but got an opportunity to delegate the MFC task when another committer also wanted it in RELENG_6. - Tor Egge