From owner-freebsd-stable@FreeBSD.ORG Tue Dec 7 00:29:57 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0025616A4CE for ; Tue, 7 Dec 2004 00:29:56 +0000 (GMT) Received: from smtpauth.kewlio.net (smtpauth.kewlio.net [195.22.134.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C36F43D68 for ; Tue, 7 Dec 2004 00:29:56 +0000 (GMT) (envelope-from tlp@LiquidX.org) Received: from maya.liquidx.org (70-56-157-27.bois.qwest.net [70.56.157.27]) (authenticated bits=0) by smtpauth.kewlio.net (8.12.10/8.12.10) with ESMTP id iB70Tq90075932 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Dec 2004 00:29:54 GMT Date: Mon, 6 Dec 2004 17:29:53 -0700 From: Travis Poppe To: freebsd-stable@freebsd.org Message-ID: <20041206172953.6129b730@maya.liquidx.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Linux ABI compatibility patch that fixes at least 1 app. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Dec 2004 00:29:57 -0000 Hello, A week or so ago I submitted a patch as a problem report to 'kern' that returns 'ENOSYS' for all UNIMPL Linux syscalls. To the best of the author's knowledge (the author of the patch), this is the way it should be done and this is how Linux behaves. With this patch, it is possible to get the Linux version of Cedega (formerly known as WineX) to play a few Windows games on FreeBSD. Much more work is needed to have complete support, but this patch is the first step. ( see http://lickwid.ath.cx/~tlp/cedega/index.html ) I was wondering if anyone could look at it, possibly commit it, or tell me if anything needs to be changed so I can get back to the author of the patch? See: http://www.freebsd.org/cgi/query-pr.cgi?pr=74302 My e-mail client added a newline character that screwed up the synopsis. Please correct this if possible (put the Unformatted text back into the synopsis). Thanks, -Travis Poppe