From owner-freebsd-commit Sun Mar 3 12:07:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10890 for freebsd-commit-outgoing; Sun, 3 Mar 1996 12:07:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10883 for cvs-all-outgoing; Sun, 3 Mar 1996 12:07:07 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10854 Sun, 3 Mar 1996 12:06:55 -0800 (PST) Date: Sun, 3 Mar 1996 12:06:55 -0800 (PST) From: Peter Wemm Message-Id: <199603032006.MAA10854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 12:06:54 Modified: sys/kern imgact_aout.c Log: Deal with NetBSD byte-swapped a.out magic when checking the MID to exclude linux binaries from the *BSD a.out loader. This is a hack, but lets me run static NetBSD binaries. Dynamic binaries are a much bigger problem because the shared libraries would conflict with our native libraries, so a /compat/netbsd alternate namespace and translation would be needed. Revision Changes Path 1.24 +4 -2 src/sys/kern/imgact_aout.c