NetBSD/sys/compat/freebsd
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 Fix pasto. 1996-12-10 08:54:53 +00:00
files.freebsd Put a local copy of the SysV IPC compatibility from compat/common in here, so 1998-01-22 16:31:33 +00:00
freebsd_exec.c restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
freebsd_exec.h restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
freebsd_file.c Include the NFS option header. 1998-02-19 00:36:03 +00:00
freebsd_ioctl.c Map the ioctl number of ifioctl ('i') group as much as possible. 2000-10-09 06:19:31 +00:00
freebsd_ioctl.h Map the ioctl number of ifioctl ('i') group as much as possible. 2000-10-09 06:19:31 +00:00
freebsd_ipc.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 15:39:24 +00:00
freebsd_misc.c Second phase of changes to remove ntp_adjtime(2) from the kernel entirely if 2000-08-07 18:10:20 +00:00
freebsd_ptrace.c
freebsd_ptrace.h rcsid fascism 1997-10-13 14:22:22 +00:00
freebsd_rtprio.h RCSID Police. 1998-01-05 17:51:27 +00:00
freebsd_signal.h implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls: 2000-07-18 14:15:05 +00:00
freebsd_syscall.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_syscallargs.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_syscalls.c change the type of *syscallnames[] array to 'const char * const foo[]' 2000-11-13 21:32:15 +00:00
freebsd_sysent.c update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_timex.h RCSID Police. 1998-01-05 17:51:27 +00:00
freebsd_util.h Assign copyright to TNF. 1998-09-05 14:50:25 +00:00
syscalls.conf
syscalls.master s/#ifdefined/#ifdef/ 2000-08-08 02:12:30 +00:00