From owner-freebsd-current@FreeBSD.ORG Tue Oct 26 15:14:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 963D216A4EA; Tue, 26 Oct 2004 15:14:56 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C948443D2D; Tue, 26 Oct 2004 15:14:55 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i9QFEhux021704 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 26 Oct 2004 17:14:43 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i9QFEhmW021703; Tue, 26 Oct 2004 17:14:43 +0200 (CEST) Date: Tue, 26 Oct 2004 17:14:43 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20041026151443.GA21112@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: hackers@freebsd.org Subject: removing dependancy on COMPAT_43 from linuxator X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 15:14:56 -0000 Hi I wrote a patch which removes dependancy on COMPAT_43 from linux abi simulator. It introduces new option COMPAT_43FORLIN (name should be changed), ie. it peels of the kernel all the unecessary stuff noone these days use while keeping linux emulation working... its kern/73165, pls take a look roman