From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 30 08:18:37 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84C99106566B for ; Wed, 30 Apr 2008 08:18:37 +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 432F18FC0C for ; Wed, 30 Apr 2008 08:18:36 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1F21267B3EC for ; Wed, 30 Apr 2008 10:18:08 +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 p6+-SZ71iIfr for ; Wed, 30 Apr 2008 10:18:06 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 929F7674849 for ; Wed, 30 Apr 2008 10:18:06 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m3U8I6NT081978 for emulation@freebsd.org; Wed, 30 Apr 2008 10:18:06 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 30 Apr 2008 10:18:06 +0200 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20080430081806.GA81772@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: [PATCH]: robust 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: Wed, 30 Apr 2008 08:18:37 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hi I implemented robust futexes in linuxulator and I need to get it reviewed/t= ested. The best way to test it is (according to linux documnetation) to run yum and kill -9 it while it runs.=20 The patch is here: http://www.vlakno.cz/~rdivacky/linux_robust_futex.patch the patch should be ok as I followed linux code very closely (most of the c= ode runs in userspace so kernel has very well defined work). I tested it lightly on i386. I'd like to commit this quite soon so please help. thnx! roman --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkgYKz4ACgkQLVEj6D3CBEyyEgCeL/iqy7z1mzKxOUQNbYQUXAfa 4TMAn0LqSjiBGU7A6Ev8fJ1DY561w8q5 =/THA -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--