From owner-freebsd-stable@FreeBSD.ORG Tue Jul 31 15:54:49 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A314A16A420 for ; Tue, 31 Jul 2007 15:54:49 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 3369E13C459 for ; Tue, 31 Jul 2007 15:54:43 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from 213.221-244-81.adsl-dyn.isp.belgacom.be (HELO charel.local) ([81.244.221.213]) by mailrelay004.isp.belgacom.be with ESMTP; 31 Jul 2007 17:25:33 +0200 From: Tijl Coosemans To: Volker Date: Tue, 31 Jul 2007 17:25:32 +0200 User-Agent: KMail/1.9.6 References: <200707111442.33336.jhb@freebsd.org> <4697BFBB.1050009@vwsoft.com> In-Reply-To: <4697BFBB.1050009@vwsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311725.33059.tijl@ulyssis.org> Cc: freebsd-stable@freebsd.org, John Baldwin Subject: Re: Call for testing: patch that helps Wine on 6.x X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 15:54:49 -0000 On Friday 13 July 2007 20:08:59 Volker wrote: > On 07/11/07 20:42, John Baldwin wrote: >> This patch attempts to remove a gross hack with a slightly less >> gross hack in order to avoid clobbering data in signal info that >> Wine needs. In 7 this was fixed by a major change to how the kernel >> manages signals internally, and that change is too large to be >> MFC'd, hence this lighter weight patch. It has already been tested >> by the folks working on Wine, but I would like a bit more widespread >> testing before I commit it. Please test this patch and let me know >> if anything breaks. Note that this patch is only for i386. >> >> http://www.FreeBSD.org/~jhb/patches/sig_eva.patch > > I've patched and recompiled world + kernel using your patch. I can > confirm it does not hurt but what does it good (my wine already ran > fine despite some DDE and performance issues)? What to look for > especially - any specific test procedures? Could you try Mozilla Firefox (for Windows) with and without this patch?