NetBSD/sys/compat/aoutm68k
manu 80ee637534 - Introduce a e_fault field in struct proc to provide emulation specific
memory fault handler. IRIX uses irix_vm_fault, and all other emulation
use NULL, which means to use uvm_fault.

- While we are there, explicitely set to NULL the uninitialized fields in
struct emul: e_fault and e_sysctl on most ports

- e_fault is used by the trap handler, for now only on mips. In order to avoid
intrusive modifications in UVM, the function pointed by e_fault does not
has exactly the same protoype as uvm_fault:
int uvm_fault __P((struct vm_map *, vaddr_t, vm_fault_t, vm_prot_t));
int e_fault __P((struct proc *, vaddr_t, vm_fault_t, vm_prot_t));

- In IRIX share groups, all the VM space is shared, except one page.
This bounds us to have different VM spaces and synchronize modifications
to the VM space accross share group members. We need an IRIX specific hook
to the page fault handler in order to propagate VM space modifications
caused by page faults.
2002-09-21 21:14:54 +00:00
..
Makefile
aoutm68k_exec.c - Introduce a e_fault field in struct proc to provide emulation specific 2002-09-21 21:14:54 +00:00
aoutm68k_ioctl.c
aoutm68k_misc.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
aoutm68k_stat.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
aoutm68k_stat.h
aoutm68k_syscall.h Regen. 2002-05-03 00:22:16 +00:00
aoutm68k_syscallargs.h Regen. 2002-05-03 00:22:16 +00:00
aoutm68k_syscalls.c Regen. 2002-05-03 00:22:16 +00:00
aoutm68k_sysent.c Regen. 2002-05-03 00:22:16 +00:00
aoutm68k_util.h
files.aoutm68k
syscalls.conf
syscalls.master Use #if defined(_LP64) to determine if we're generating 64-bit binaries, 2002-05-03 00:20:56 +00:00