c487efe4a7
* For sparc64 and amd64, define *SIZ32 VM constants. * Add a new function pointer to struct emul, pointing at a function that will return the default VM map address. The default function is uvm_map_defaultaddr, which just uses the VM_DEFAULT_ADDRESS macro. This gives emulations control over the default map address, and allows things to be mapped at the right address (in 32bit range) for COMPAT_NETBSD32. * Add code to adjust the data and stack limits when a COMPAT_NETBSD32 or COMPAT_SVR4_32 binary is executed. * Don't use USRSTACK in kern_resource.c, use p_vmspace->vm_minsaddr instead (emulations might have set it differently) * Since this changes struct emul, bump kernel version to 3.99.2 Tested on amd64, compile-tested on sparc64. |
||
---|---|---|
.. | ||
files.irix | ||
irix_dirent.c | ||
irix_errno.c | ||
irix_errno.h | ||
irix_exec_elf32.c | ||
irix_exec.c | ||
irix_exec.h | ||
irix_fcntl.c | ||
irix_fcntl.h | ||
irix_ioctl.c | ||
irix_ioctl.h | ||
irix_kmem.c | ||
irix_kmem.h | ||
irix_misc.c | ||
irix_mman.c | ||
irix_mman.h | ||
irix_mount.c | ||
irix_prctl.c | ||
irix_prctl.h | ||
irix_resource.c | ||
irix_resource.h | ||
irix_signal.c | ||
irix_signal.h | ||
irix_stat.c | ||
irix_swap.c | ||
irix_swap.h | ||
irix_syscall.h | ||
irix_syscallargs.h | ||
irix_syscalls.c | ||
irix_sysctl.c | ||
irix_sysctl.h | ||
irix_sysent.c | ||
irix_sysmp.c | ||
irix_sysmp.h | ||
irix_syssgi.c | ||
irix_syssgi.h | ||
irix_systeminfo.c | ||
irix_types.h | ||
irix_usema.c | ||
irix_usema.h | ||
Makefile | ||
syscalls.conf | ||
syscalls.master |