From owner-cvs-src@FreeBSD.ORG Thu Oct 19 19:37:29 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 2AEC916A47E; Thu, 19 Oct 2006 19:37:29 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE68943D72; Thu, 19 Oct 2006 19:37:22 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp2-g19.free.fr (Postfix) with ESMTP id A71A2751F9; Thu, 19 Oct 2006 21:37:21 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 092759E6C2; Thu, 19 Oct 2006 19:38:12 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id E58DF405B; Thu, 19 Oct 2006 21:38:11 +0200 (CEST) Date: Thu, 19 Oct 2006 21:38:11 +0200 From: Jeremie Le Hen To: Tor Egge Message-ID: <20061019193811.GM53114@obiwan.tataz.chchile.org> References: <200610132012.k9DKC7AS005839@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200610132012.k9DKC7AS005839@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) 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 19:37:29 -0000 Hi Tor, On Fri, Oct 13, 2006 at 08:12:07PM +0000, Tor Egge wrote: > tegge 2006-10-13 20:12:07 UTC > > FreeBSD src repository > > Modified files: > lib/libc_r/uthread uthread_sig.c > Log: > Delay unblocking signal and restoring process signal mask until the > thread signal mask has been updated to avoid stack overflow during signal > bursts. > > Don't block signal forever if no threads can currently handle signal. > > Check for pending signal after direct invocation of signal handler. > > Revision Changes Path > 1.47 +41 -19 src/lib/libc_r/uthread/uthread_sig.c What's the point of these changes ? libc_r has been unlinked from the build in -CURRENT. I even thought it was broken. Are you planning to MFC this to older branches ? Thank you. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >