From owner-freebsd-amd64@FreeBSD.ORG Mon Aug 16 20:54:00 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D8A16A4D0 for ; Mon, 16 Aug 2004 20:54:00 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5948E43D46 for ; Mon, 16 Aug 2004 20:53:58 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id E5A41FD0AE for ; Mon, 16 Aug 2004 13:53:57 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00615-07 for ; Mon, 16 Aug 2004 13:53:57 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 48FC9FD011 for ; Mon, 16 Aug 2004 13:53:57 -0700 (PDT) From: Sean McNeil To: freebsd-amd64@freebsd.org Content-Type: text/plain Message-Id: <1092689637.19133.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 16 Aug 2004 13:53:57 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: elf fallback X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 20:54:00 -0000 Hi folks, Is kern.fallback_elf_brand still valid? I see the following sysctl names and was wondering which are appropriate: kern.elf64.fallback_brand: -1 kern.fallback_elf_brand: -1 kern.elf32.fallback_brand: -1 It seemed like the new COMPAT_LINUX32 was looking at kern.elf32.fallback_brand. TIA, Sean