From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 5 19:26:28 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 BDAAF1065673 for ; Mon, 5 Jan 2009 19:26:28 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id 5CA348FC08 for ; Mon, 5 Jan 2009 19:26:28 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so4923923rne.12 for ; Mon, 05 Jan 2009 11:26:27 -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=eLcYDE3c27th249AQaTPq7KaS7YB+19smrNAL4q/SWA=; b=CLhX6ia4U6Ka7G5UMlZokY0BgqEbHrfjSmGKOLtPj8J7ZWjV1sZ7URWt2J/Vl5qS5O p5tfLWYHwU3DAtOuNyq9sbyu9Xxe4QB+6rbRy87zW/6yuAGNPVH+9d1DN90IIQpJDDmQ mlq0/bYHgyiQqj/bE7uf0WwrhuXeQzky4phnE= 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=QQXIG8ZyyoxQ8Soj/7duiRQx1bzIJpeBFohElEXzJ0znErW6ShmGf2JhFp1jgyWEWO jCAE43pDnLhALBNNTHYMuYZpBkBkwbbamibRj7T7Lm0uUq6yqwVT8CXfSrhwP2UgikKv 3wlV8fNIN1r+0lEyB7hNypfkt0fxiseyzd/aw= Received: by 10.100.139.20 with SMTP id m20mr11196954and.147.1231183587124; Mon, 05 Jan 2009 11:26:27 -0800 (PST) Received: by 10.100.108.15 with HTTP; Mon, 5 Jan 2009 11:26:27 -0800 (PST) Message-ID: <11167f520901051126q58dda16di141a052545ebd2ea@mail.gmail.com> Date: Mon, 5 Jan 2009 13:26:27 -0600 From: "Sam Fourman Jr." To: "Chagin Dmitry" In-Reply-To: <20081221174939.GA33531@dchagin.dialup.corbina.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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 19:26:29 -0000 > 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! has this been committed to -current yet? Sam Fourman Jr.