NetBSD/sys/compat/linux32
maxv 5848af8e14 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array.
exec_elf32 works on 32bit systems only, and will crash 32bit binaries on
   64bit systems.
2) Now that exec_elf32 is dormant, we can give the native ELF loaders the
   highest priority.

Binaries will load faster now (system boot, compilation, etc.).

With the help of njloy@. Discussed a bit on tech-kern@, no disagreement.
2014-07-22 08:18:33 +00:00
..
arch/amd64 Regen for utimes(2). 2014-05-29 10:47:23 +00:00
common 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. 2014-07-22 08:18:33 +00:00
files.linux32
linux32_syscall.h
linux32_syscallargs.h
linux32_syscalls.c
Makefile.inc use new bsd.syscall.mk 2014-01-14 18:51:24 +00:00