From owner-cvs-all Sun Mar 4 3:58:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E11F437B718; Sun, 4 Mar 2001 03:58:51 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f24BwpA87881; Sun, 4 Mar 2001 03:58:51 -0800 (PST) (envelope-from obrien) Message-Id: <200103041158.f24BwpA87881@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 4 Mar 2001 03:58:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c init_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/04 03:58:51 PST Modified files: sys/kern imgact_elf.c init_main.c Log: Do not set a default ELF syscall ABI fallback. If one runs an un-branded Linux static binary that calls Linux's fcntl the machine will reboot when interupted by the FreeBSD syscall ABI. Revision Changes Path 1.91 +6 -7 src/sys/kern/imgact_elf.c 1.164 +4 -1 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message