Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 1996 12:06:55 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern imgact_aout.c
Message-ID:  <199603032006.MAA10854@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603032006.MAA10854>