NetBSD/sys/arch/x68k
jdolecek baae0324b9 restructure struct emul and execsw, in preparation to make emulations LKMable:
* move all exec-type specific information from struct emul to execsw[] and
  provide single struct emul per emulation
* elf:
  - kern/exec_elf32.c:probe_funcs[] is gone, execsw[] how has one entry
    per emulation and contains pointer to respective probe function
  - interp is allocated via MALLOC() rather than on stack
  - elf_args structure is allocated via MALLOC() rather than malloc()
* ecoff: the per-emulation hooks moved from alpha and mips specific code
  to OSF1 and Ultrix compat code as appropriate, execsw[] has one entry per
  emulation supporting ecoff with appropriate probe function
* the makecmds/probe functions don't set emulation, pointer to emulation is
  part of appropriate execsw[] entry
* constify couple of structures
2000-11-21 00:37:49 +00:00
..
compile NetBSD/x68k, by Masaru Oki. 1996-05-05 12:17:03 +00:00
conf Look at opt_m680x0.h to determine whether to use -m68060 compiler option, 2000-11-13 14:47:14 +00:00
dev New line discipline. 2000-11-13 15:20:28 +00:00
include We use 4K pages on the x86k. Make PAGE_SIZE and friends into 2000-11-14 19:47:25 +00:00
stand Use up-to-date (newly installed) header files when DESTDIR is set. 2000-10-19 16:17:41 +00:00
usr.bin include <sys/types.h> to define u_int. 2000-07-31 23:40:02 +00:00
usr.sbin According to Takeshi Nakayama <tn@catvmics.ne.jp>, 2000-02-20 16:18:51 +00:00
x68k restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00