NetBSD/sys/compat/hpux
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.hpux make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
hpux.h seperate -> separate 2001-07-22 13:33:58 +00:00
hpux_compat.c correct range check, have overflow check, fix type mismatches, 2002-08-03 00:12:48 +00:00
hpux_errno.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_exec.c - Introduce a e_fault field in struct proc to provide emulation specific 2002-09-21 21:14:54 +00:00
hpux_exec.h Fix typo in variable name. 2001-09-08 02:35:25 +00:00
hpux_exec_aout.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_file.c minor indentation fix 2002-03-24 15:03:00 +00:00
hpux_ipc.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
hpux_ipc.h Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux_net.c sync to new ktrsyscall() interface. 2002-06-21 05:48:06 +00:00
hpux_sig.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
hpux_sig.h
hpux_signo.c make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
hpux_syscall.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_syscallargs.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_syscalls.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_sysent.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_termio.h
hpux_tty.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_types.h Erg, fix a typo that snuck in there. 1999-08-23 20:59:33 +00:00
hpux_util.h add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
syscalls.conf
syscalls.master Don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:17:40 +00:00