From owner-cvs-src@FreeBSD.ORG Mon Oct 15 17:00:40 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A60116A419 for ; Mon, 15 Oct 2007 17:00:40 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id A76B813C45A for ; Mon, 15 Oct 2007 17:00:39 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: (qmail 12569 invoked by uid 0); 15 Oct 2007 16:33:59 -0000 Received: from unknown (HELO mp.local) (unknown) by unknown with SMTP; 15 Oct 2007 16:33:59 -0000 X-pair-Authenticated: 63.251.108.100 Message-ID: <47139675.1070201@FreeBSD.org> Date: Mon, 15 Oct 2007 09:33:57 -0700 From: Mark Peek User-Agent: Thunderbird 2.0.0.0pre (Macintosh/20070419) MIME-Version: 1.0 To: Roman Divacky References: <200710151523.l9FFN9DX063119@repoman.freebsd.org> <20071015152948.GA86427@freebsd.org> In-Reply-To: <20071015152948.GA86427@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcsh - Imported sources 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: Mon, 15 Oct 2007 17:00:40 -0000 On 10/15/07 8:29 AM, Roman Divacky wrote: > On Mon, Oct 15, 2007 at 03:23:09PM +0000, Mark Peek wrote: >> mp 2007-10-15 15:23:08 UTC >> >> FreeBSD src repository >> >> src/contrib/tcsh - Imported sources >> Update of /home/ncvs/src/contrib/tcsh >> In directory repoman.freebsd.org:/tmp/cvs-serv62768 >> >> Log Message: >> Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are: >> - Fix pty detection for autologout setting >> - kill `foo` got stuck because sigchld was disabled too soon >> >> Requested by: re > > why not import tcsh-6.15.01 as a whole instead? also.. note that tcsh 6.15.00 > with these fixes nor 6.15.01 doesnt fix the problems Steve Kargl is seeing. I will be importing tcsh-6.15.01 into -current in the future. I had an explicit request from re@ to provide a fix for these bugs in 7.0 and it was agreed not to take the risk of taking 6.15.01 at this time. I'm doing the typical import into -current first and then MFC into 7.0 afterwards. I agree, this does not address Steve's issue. Mark