From owner-cvs-src@FreeBSD.ORG Thu Jan 29 05:21:49 2004 Return-Path: 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 99A5C16A4D0; Thu, 29 Jan 2004 05:21:49 -0800 (PST) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A5843D39; Thu, 29 Jan 2004 05:21:47 -0800 (PST) (envelope-from drhodus@machdep.com) Received: from [192.168.1.96] ([68.209.168.6]) by imf19aec.mail.bellsouth.netESMTP <20040129132147.JJXO1950.imf19aec.mail.bellsouth.net@[192.168.1.96]>; Thu, 29 Jan 2004 08:21:47 -0500 In-Reply-To: <20040128214436.V86506@root.org> References: <200401281901.i0SJ1A5X036981@repoman.freebsd.org> <82FADD90-5206-11D8-8DBB-000A959B213E@machdep.com> <20040128214436.V86506@root.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <131E764F-525E-11D8-8DBB-000A959B213E@machdep.com> Content-Transfer-Encoding: 7bit From: David Rhodus Date: Thu, 29 Jan 2004 08:21:40 -0500 To: Nate Lawson X-Mailer: Apple Mail (2.609) 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-src@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jan 2004 13:21:49 -0000 On Jan 29, 2004, at 12:56 AM, Nate Lawson wrote: > 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. Sure. :-) We've been trying to keep most of the user-land area in sync as much as we could. This is one of the most pressing changes throwing us out of sync. As the ability to run the DragonFly kernel on top of ether of our user-lands this something we've been trying to maintain. -DR