From owner-cvs-src@FreeBSD.ORG Fri Mar 30 01:16:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDED416A403; Fri, 30 Mar 2007 01:16:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 8259E13C458; Fri, 30 Mar 2007 01:16:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l2U1G5wU069974; Thu, 29 Mar 2007 21:16:05 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Thu, 29 Mar 2007 21:16:00 -0400 User-Agent: KMail/1.6.2 References: <200703300107.l2U17SVZ009690@repoman.freebsd.org> In-Reply-To: <200703300107.l2U17SVZ009690@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200703292116.02838.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2965/Thu Mar 29 19:03:35 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 support.S src/sys/compat/linux linux_futex.c src/sys/i386/i386 support.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 01:16:07 -0000 On Thursday 29 March 2007 09:07 pm, Jung-uk Kim wrote: > jkim 2007-03-30 01:07:28 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 support.S > sys/compat/linux linux_futex.c > sys/i386/i386 support.s > Log: > MFP4: Linux futex support for amd64. > > Initial patch was submitted by kib and additional work was done > by Divacky Roman. Note the implementation has known issues but i386 has the same issues. This commit is intended to synchronize amd64 with i386 and to help testing new FC6 port, which requires Linux 2.6.16 emulation. Jung-uk Kim