From owner-cvs-src@FreeBSD.ORG Mon Aug 20 15:09:52 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 6D89316A418; Mon, 20 Aug 2007 15:09:52 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 1101013C45B; Mon, 20 Aug 2007 15:09:51 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l7KF8Lev055381; Mon, 20 Aug 2007 09:08:21 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46C9AE64.50705@samsco.org> Date: Mon, 20 Aug 2007 09:08:20 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Kris Moore References: <200708160526.l7G5Qg0b008022@repoman.freebsd.org> <46C4FD02.3090708@freebsd.org> <200708182118.37998.tijl@ulyssis.org> <20070818204223.D1234@fledge.watson.org> <46C7A9A4.5090404@samsco.org> <20070819095302.D66918@fledge.watson.org> <46C863C5.6090906@comcast.net><20070820093009.GE87451@elvis.mu.org> <222044094-1187603330-cardhu_decombobulator_blackberry.rim.net-1638751523-@bxe027.bisx.prod.on.blackberry> In-Reply-To: <222044094-1187603330-cardhu_decombobulator_blackberry.rim.net-1638751523-@bxe027.bisx.prod.on.blackberry> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Mon, 20 Aug 2007 09:08:22 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org X-Mailman-Approved-At: Mon, 20 Aug 2007 16:08:19 +0000 Cc: wine-freebsd@hub.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Alfred Perlstein , cvs-all@FreeBSD.org, Daniel Eischen , Robert Watson , David Xu , Tijl Coosemans , Xin LI Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys 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, 20 Aug 2007 15:09:52 -0000 Having it as a loadable module that is essentially private to PC-BSD (though open source, of course) will lead to questions of why Wine works in PC-BSD and not FreeBSD. That's fine if your intention is to create a fork of FreeBSD, but I don't know if that's what you really want. Scott Kris Moore wrote: > The thought of a KLD hadn't occured to me actually. We are very close to releasing 1.4RC1 though, so it may be a bit to close to work that out at the moment. Tijl would probably be the one to ask about that though, since he's the one making all this come together :) > > However we will ship with the sys source on our disk 2, patch included. We'll just have to ensure we let users know when they do a csup to re-apply the wine patches manually. > > Sent via BlackBerry by AT&T > > -----Original Message----- > From: Alfred Perlstein > > Date: Mon, 20 Aug 2007 02:30:09 > To:Kris Moore > Cc:Robert Watson , Scott Long ,Daniel Eischen ,Tijl Coosemans , David Xu ,wine-freebsd@hub.org, Xin LI ,src-committers@FreeBSD.org, cvs-src@FreeBSD.org,cvs-all@FreeBSD.org > Subject: Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys > > > * Kris Moore [070819 08:50] wrote: >> Even if you decide to only add this new functionality to FreeBSD 7.x, >> that's fine with us. Our next release of PC-BSD will be our last based >> on FreeBSD 6.x before moving to 7. We're committed to shipping with the >> patch Tijl wrote, since the improvements to Wine with it are night and >> day. Of course if you roll this into the tree, all the better since I >> won't have to spend the next 6 months to a year reminding users that >> when they update world, they have to apply the Wine patch first ;-) > > Kris, I support the patch. > > That said, have you toyed with implementing this as a kld that > you can ship with your code? >