NetBSD/sys/compat/sunos
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
files.sunos don't build these files if we're doing compat_netbsd32 as well. 2001-02-02 07:12:27 +00:00
sunos.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
sunos_dirent.h Assign copyright to TNF. 1998-09-05 14:50:25 +00:00
sunos_exec.c - Introduce a e_fault field in struct proc to provide emulation specific 2002-09-21 21:14:54 +00:00
sunos_exec.h Added support for running 68010 SunOS executables. 2001-11-26 18:15:16 +00:00
sunos_exec_aout.c Added support for running 68010 SunOS executables. 2001-11-26 18:15:16 +00:00
sunos_ioctl.c Statements must follow labels. 2002-05-30 18:44:30 +00:00
sunos_misc.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sunos_syscall.h move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos_syscallargs.h move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos_syscalls.c move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos_sysent.c move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
syscalls.conf remove compat_xxx dependencies where they don't belong 1998-12-18 18:49:59 +00:00
syscalls.master move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00