From owner-freebsd-emulation@FreeBSD.ORG Sat Aug 26 02:07:20 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8304F16A4DE; Sat, 26 Aug 2006 02:07:20 +0000 (UTC) (envelope-from admin@intron.ac) Received: from intron.ac (unknown [210.51.165.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87FD243D45; Sat, 26 Aug 2006 02:07:19 +0000 (GMT) (envelope-from admin@intron.ac) Received: from localhost (localhost [127.0.0.1]) (uid 1003) by intron.ac with local; Sat, 26 Aug 2006 10:07:18 +0800 id 00108800.44EFACD6.0000C97F References: <20060825084755.GA93151@stud.fit.vutbr.cz> <200608251028.55915.jhb@freebsd.org> In-Reply-To: <200608251028.55915.jhb@freebsd.org> From: "Intron is my alias on the Internet" To: John Baldwin Date: Sat, 26 Aug 2006 10:07:17 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312"; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: Linuxulator: Unbreak Mozilla, Firefox and RealPlayer X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 02:07:20 -0000 John Baldwin wrote: > On Friday 25 August 2006 04:47, Divacky Roman wrote: > > Umm, if you want to reparent a proc you should use the proc_reparent() > function instead of just hacking on p_pptr. You also need to hold > the proctree_lock when modifying p_pptr anyway. > > -- > John Baldwin > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Thank you for your reminder. I have updated my patch: http://ftp.intron.ac/tmp/linux_machdep.c.1.53-2.diff ------------------------------------------------------------------------ From Beijing, China