From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 6 06:55:09 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94F59106564A for ; Fri, 6 Feb 2009 06:55:09 +0000 (UTC) (envelope-from root@dchagin.static.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD708FC13 for ; Fri, 6 Feb 2009 06:55:09 +0000 (UTC) (envelope-from root@dchagin.static.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 2FD3A52FD0; Fri, 6 Feb 2009 09:35:56 +0300 (MSK) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [10.208.17.3] (HELO dchagin.static.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1610163675; Fri, 06 Feb 2009 09:35:56 +0300 Received: from dchagin.static.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.static.corbina.ru (8.14.3/8.14.3) with ESMTP id n166ZtXl002149; Fri, 6 Feb 2009 09:35:55 +0300 (MSK) (envelope-from root@dchagin.static.corbina.ru) Received: (from root@localhost) by dchagin.static.corbina.ru (8.14.3/8.14.3/Submit) id n166ZoEc002148; Fri, 6 Feb 2009 09:35:50 +0300 (MSK) (envelope-from root) Date: Fri, 6 Feb 2009 09:35:50 +0300 From: Chagin Dmitry To: Renato Botelho Message-ID: <20090206063550.GA2123@dchagin.static.corbina.ru> References: <20081221174939.GA33531@dchagin.dialup.corbina.ru> <747dc8f30902050220y7b1d726bj9f6f83afa843b520@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <747dc8f30902050220y7b1d726bj9f6f83afa843b520@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-emulation@freebsd.org Subject: Re: [PATCH] futexes, flash9 related 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: Fri, 06 Feb 2009 06:55:09 -0000 On Thu, Feb 05, 2009 at 08:20:13AM -0200, Renato Botelho wrote: > On Sun, Dec 21, 2008 at 3:49 PM, Chagin Dmitry wrote: > > > > Hi, > > /me ready to present patches for testing (nor review). > > > > The primary goal - the futexes code is rewrited, Giant removed. > > > > head: http://people.freebsd.org/~timur/dchagin/mega-head.linux.patch > > stable/7: http://people.freebsd.org/~timur/dchagin/mega-st7.linux.patch > > > > Please, test and report any problems. thnx! > > Hello, > > I would like to test this because i'm having some freezes on > firefox3 + flash9 + 8.0-current i386 r188003 but the patch > doesn't apply cleanly here, is there a new version that i've > missed? > hi, try http://lnxx64.googlecode.com/files/futexes_partial.patch -- Have fun! chd