From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 5 12:44:11 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 E1431106566C for ; Mon, 5 Jan 2009 12:44:11 +0000 (UTC) (envelope-from tzhuan@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id B44468FC1D for ; Mon, 5 Jan 2009 12:44:11 +0000 (UTC) (envelope-from tzhuan@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so8600264rvf.43 for ; Mon, 05 Jan 2009 04:44:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=oRFdTaRlAylHxwBMyQ6PrRBheUeb77pgf/eGZNnZAWw=; b=C6AaslXTKsmB8HQEO3OOz5C4iAS/+6YXsYyoifB30WI6UEZ+Fj5i4G71O8bSbCwG5D WI57nSO7bt+kiPMATIwB6+Dqc+QBCGYAlqmEB7AUwA/hntn+9Udi1r4uAe/G25DKWUZ2 qvOTfSzpISEqlH6/fDHTccCkkNpeZJF9Co3Js= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PjrJ4i9QLwMHn+x/XBjDuRax9S90+RCvLrYwYnE1b+7jowQUTwCC8d68ctEbOPyHh6 bYDxmvqfHuo/44m7Cj+EbxwpGk+cFLgAxlzmD1OSpn1swZGYg4Y4kwiSZCmADhXXCXXX 6pSjQHMkXx7D/JNy2Gou7CrsUZjqxGZw6X0zk= Received: by 10.141.113.3 with SMTP id q3mr10341249rvm.245.1231157809866; Mon, 05 Jan 2009 04:16:49 -0800 (PST) Received: by 10.141.19.19 with HTTP; Mon, 5 Jan 2009 04:16:49 -0800 (PST) Message-ID: <6a7033710901050416i6c76e2d6q82487e19b90e18f3@mail.gmail.com> Date: Mon, 5 Jan 2009 20:16:49 +0800 From: "Tz-Huan Huang" To: "Chagin Dmitry" In-Reply-To: <20081221174939.GA33531@dchagin.dialup.corbina.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081221174939.GA33531@dchagin.dialup.corbina.ru> 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: Mon, 05 Jan 2009 12:44:12 -0000 On Mon, Dec 22, 2008 at 1:49 AM, 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! Hi, It compiled and runs well on amd64 8-current, IMHO the flash9 is more stable than before, thank you very for your work! Sincerely yours, Tz-Huan Huang