From owner-cvs-all Thu Feb 4 19:43:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17992 for cvs-all-outgoing; Thu, 4 Feb 1999 19:43:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17986; Thu, 4 Feb 1999 19:43:19 -0800 (PST) (envelope-from newton@FreeBSD.org) From: Mark Newton Received: (from newton@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA22380; Thu, 4 Feb 1999 19:43:19 -0800 (PST) (envelope-from newton@FreeBSD.org) Date: Thu, 4 Feb 1999 19:43:19 -0800 (PST) Message-Id: <199902050343.TAA22380@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/02/04 19:43:19 PST Modified files: sys/kern imgact_elf.c Log: Created sysctl kern.fallback_elf_brand. Defaults to "none", which will give the same behaviour produced before today. If sysadmin sets it to a valid ELF brand, ELF image activator will attempt to run unbranded ELF exectutables as if they were branded with that value. Suggested by: Dima Ruban Revision Changes Path 1.49 +25 -1 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message