From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 13 21:32:19 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD3716A41F for ; Tue, 13 Dec 2005 21:32:19 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A5743D68 for ; Tue, 13 Dec 2005 21:32:15 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.4/8.13.3) with ESMTP id jBDLWB1O062443 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 13 Dec 2005 22:32:11 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.4/8.13.3/Submit) id jBDLWB6b062442 for hackers@freebsd.org; Tue, 13 Dec 2005 22:32:11 +0100 (CET) Date: Tue, 13 Dec 2005 22:32:11 +0100 From: Divacky Roman To: hackers@freebsd.org Message-ID: <20051213213211.GA61984@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.49 on 147.229.10.14 Cc: Subject: COMPAT_43 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 21:32:20 -0000 hi, the only use of COMPAT_43 (beside running 43 programs) is linux emulation layer and some tty-related stuff. but GENERIC etc. still shouts KEEP THIS on this option. is this necessary? forcing COMPAT_43 pesimises performnce (additional locking in some places etc.) and most users dont need it (for linux emulation I am working on a patch and also the tty part is being worked on). could the [KEEP THIS!] text be changed to something more reflecting reality? like keep this for linuxator/tty or something like that thnx roman