NetBSD/sys/compat/netbsd32
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
..
Makefile move sparc32 to netbsd32; split out MD part (signal handling) (mostly via repository copy, rename and perl -pi :-) 1999-03-25 16:22:49 +00:00
files.netbsd32 Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
netbsd32.h kill gcc warnings. 2000-11-18 02:00:50 +00:00
netbsd32_compat_09.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 15:39:24 +00:00
netbsd32_compat_10.c get rid of remaining warnings. 2000-11-18 03:23:53 +00:00
netbsd32_compat_12.c Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
netbsd32_compat_13.c - massive warning fix fest. 2000-07-09 13:39:31 +00:00
netbsd32_compat_14.c kill gcc warnings. 2000-11-18 02:00:50 +00:00
netbsd32_compat_43.c The ovadvise syscall is (correctly) listed as STD, so move it's implementation 2000-09-24 13:09:31 +00:00
netbsd32_exec.c restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
netbsd32_exec.h restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
netbsd32_ioctl.c Fix netbsd32_ioctls. 2000-08-19 14:38:18 +00:00
netbsd32_ioctl.h Fix netbsd32_ioctls. 2000-08-19 14:38:18 +00:00
netbsd32_netbsd.c Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
netbsd32_syscall.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
netbsd32_syscallargs.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
netbsd32_syscalls.c change the type of *syscallnames[] array to 'const char * const foo[]' 2000-11-13 21:32:15 +00:00
netbsd32_sysent.c update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
syscalls.conf Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
syscalls.master Changes to syscalls.master to exclude ntp_adjtime(2) entirely if NTP is not 2000-08-07 17:59:33 +00:00