NetBSD/sys/compat/netbsd32
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.netbsd32 build the netbsd32_compat* objects into libcompat.a, so they are available 2002-04-29 09:53:39 +00:00
netbsd32.h Make the coredump routine exec-format/emulation specific. Split 2001-12-08 00:35:25 +00:00
netbsd32_compat_09.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_compat_10.c build the netbsd32_compat* objects into libcompat.a, so they are available 2002-04-29 09:53:39 +00:00
netbsd32_compat_12.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
netbsd32_compat_13.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
netbsd32_compat_14.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netbsd32_compat_43.c Add missing prototype for compat_43_netbsd32_sigsetmask. 2002-05-04 12:54:03 +00:00
netbsd32_conv.h
netbsd32_core.c I can't win today -- make this link. 2001-12-10 04:05:23 +00:00
netbsd32_exec.h Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. 2002-08-26 21:05:59 +00:00
netbsd32_exec_aout.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_exec_elf32.c Adapt to recent exec changes. 2002-08-29 14:02:50 +00:00
netbsd32_execve.c p->p_sigacts -> p->p_sigctx 2002-09-16 03:41:40 +00:00
netbsd32_fs.c use FILE_USE()/FILE_UNUSE() as appropriate, use malloc()/free() 2002-03-24 15:19:24 +00:00
netbsd32_ioctl.c move sparc specific ioctl handling (fb & openprom) into arch/sparc64. 2002-01-03 02:29:39 +00:00
netbsd32_ioctl.h fix error in previous; pointed out by andrew brown. 2002-01-03 15:28:13 +00:00
netbsd32_ipc.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_netbsd.c - Introduce a e_fault field in struct proc to provide emulation specific 2002-09-21 21:14:54 +00:00
netbsd32_select.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_signal.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
netbsd32_socket.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_syscall.h regenerate. 2002-04-29 09:55:11 +00:00
netbsd32_syscallargs.h regenerate. 2002-04-29 09:55:11 +00:00
netbsd32_syscalls.c regenerate. 2002-04-29 09:55:11 +00:00
netbsd32_sysctl.c Provide the correct architecture for HW_MACHINE_ARCH so things like 2002-06-14 18:28:19 +00:00
netbsd32_sysent.c regenerate. 2002-04-29 09:55:11 +00:00
netbsd32_time.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
netbsd32_wait.c Convert to use p_opptr rather than p_oppid. Part of fix for 2002-07-28 18:42:41 +00:00
syscalls.conf
syscalls.master build the netbsd32_compat* objects into libcompat.a, so they are available 2002-04-29 09:53:39 +00:00