From owner-cvs-all@FreeBSD.ORG Wed Jan 28 21:56:35 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 84F7716A4CE for ; Wed, 28 Jan 2004 21:56:35 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B0DB43D4C for ; Wed, 28 Jan 2004 21:56:32 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 86713 invoked by uid 1000); 29 Jan 2004 05:56:34 -0000 Date: Wed, 28 Jan 2004 21:56:34 -0800 (PST) From: Nate Lawson To: David Rhodus In-Reply-To: <82FADD90-5206-11D8-8DBB-000A959B213E@machdep.com> Message-ID: <20040128214436.V86506@root.org> References: <200401281901.i0SJ1A5X036981@repoman.freebsd.org> <82FADD90-5206-11D8-8DBB-000A959B213E@machdep.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh jobs.c trap.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: Thu, 29 Jan 2004 05:56:35 -0000 Are there any Dragonfly committers who would be willing to backport mutually useful changes? I'd be happy to review patches from anyone and commit them to FreeBSD to keep us from diverging. -Nate On Wed, 28 Jan 2004, David Rhodus wrote: > Any chance to see this MFC'd to RELENG_4 ? > > -DR > On Jan 28, 2004, at 2:01 PM, Nate Lawson wrote: > > > njl 2004/01/28 11:01:10 PST > > > > FreeBSD src repository > > > > Modified files: > > bin/sh jobs.c trap.c > > Log: > > Use sys_nsig instead of NSIG for the length of the signal arrays. > > This > > is important if we add new signals later. From DragonflyBSD: > > jobs.c:1.4, trap.c:1.3. > > > > Obtained from: DragonflyBSD > > > > Revision Changes Path > > 1.65 +2 -2 src/bin/sh/jobs.c > > 1.26 +4 -4 src/bin/sh/trap.c > > _______________________________________________ > > cvs-all@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/cvs-all > > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >