baae0324b9
* move all exec-type specific information from struct emul to execsw[] and provide single struct emul per emulation * elf: - kern/exec_elf32.c:probe_funcs[] is gone, execsw[] how has one entry per emulation and contains pointer to respective probe function - interp is allocated via MALLOC() rather than on stack - elf_args structure is allocated via MALLOC() rather than malloc() * ecoff: the per-emulation hooks moved from alpha and mips specific code to OSF1 and Ultrix compat code as appropriate, execsw[] has one entry per emulation supporting ecoff with appropriate probe function * the makecmds/probe functions don't set emulation, pointer to emulation is part of appropriate execsw[] entry * constify couple of structures |
||
---|---|---|
.. | ||
files.freebsd | ||
freebsd_exec.c | ||
freebsd_exec.h | ||
freebsd_file.c | ||
freebsd_ioctl.c | ||
freebsd_ioctl.h | ||
freebsd_ipc.c | ||
freebsd_misc.c | ||
freebsd_ptrace.c | ||
freebsd_ptrace.h | ||
freebsd_rtprio.h | ||
freebsd_signal.h | ||
freebsd_syscall.h | ||
freebsd_syscallargs.h | ||
freebsd_syscalls.c | ||
freebsd_sysent.c | ||
freebsd_timex.h | ||
freebsd_util.h | ||
Makefile | ||
syscalls.conf | ||
syscalls.master |