From owner-cvs-src@FreeBSD.ORG Mon Oct 15 15:46:46 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 6897916A41A for ; Mon, 15 Oct 2007 15:46:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 2B40613C46A for ; Mon, 15 Oct 2007 15:46:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A83D66691B8; Mon, 15 Oct 2007 17:29:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gzd4xaNDQwrV; Mon, 15 Oct 2007 17:29:48 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B440F6691B4; Mon, 15 Oct 2007 17:29:48 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l9FFTmoe086486; Mon, 15 Oct 2007 17:29:48 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 15 Oct 2007 17:29:48 +0200 From: Roman Divacky To: Mark Peek Message-ID: <20071015152948.GA86427@freebsd.org> References: <200710151523.l9FFN9DX063119@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710151523.l9FFN9DX063119@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i 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 15:46:46 -0000 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. roman