From owner-cvs-all@FreeBSD.ORG Sun Oct 3 19:44:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BAA16A4CE; Sun, 3 Oct 2004 19:44:23 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FA343D31; Sun, 3 Oct 2004 19:44:23 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-67-124-50-20.dsl.snfc21.pacbell.net [67.124.50.20])i93JiSqM018592; Sun, 3 Oct 2004 15:44:30 -0400 Message-ID: <41605693.4080704@elischer.org> Date: Sun, 03 Oct 2004 12:44:19 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Scott Long References: <200410031323.i93DNnpb082575@repoman.freebsd.org> <4160160A.7040402@FreeBSD.org> In-Reply-To: <4160160A.7040402@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 19:44:23 -0000 Scott Long wrote: > David Xu wrote: > >> davidxu 2004-10-03 13:23:49 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_sig.c Log: >> Don't bother to turn off other P_STOPPED bits for SIGKILL, doing >> so would cause kernel to produce an unkillable process in some cases, >> especially, P_STOPPED_SINGLE has a singling thread, turning off the >> bit would mess the state. >> Revision Changes Path >> 1.292 +1 -1 src/sys/kern/kern_sig.c > > > Could this be responsible for the times where bash doesn't respond to ^C > while processing a script? It's hard to say.. either that or Stephan's bug.. Both should be MFC'd when proven.. (Plus one I will check in today)