From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 27 20:20:26 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C1CC16A406 for ; Fri, 27 Apr 2007 20:20:26 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC6513C45D for ; Fri, 27 Apr 2007 20:20:25 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 8F4468BD34D for ; Fri, 27 Apr 2007 22:20:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id voFMKC31Ra9A for ; Fri, 27 Apr 2007 22:20:23 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A987D8BD316 for ; Fri, 27 Apr 2007 22:20:23 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l3RKKNCd095177 for emulation@freebsd.org; Fri, 27 Apr 2007 22:20:23 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 27 Apr 2007 22:20:23 +0200 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20070427202023.GA95095@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [PATCH]: correct futexes 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, 27 Apr 2007 20:20:26 -0000 hi its i386 only at the moment but please give it some testing. I want at least two positive reports :) the patch: www.vlakno.cz/~rdivacky/linux_futex.patch testing program: www.vlakno.cz/~rdivacky/futex.c (you have to cc futex.c -lpthread in your gentoo chroot) please test this patch against normal usage (firefox, skype etc.) I want to be really sure to not break anything this time ;) thnx roman p.s. amd64 version will be around in a few days.. I hope