NetBSD/sys/compat/aout
manu 18e13eee35 Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()
so that a specific emulation has the oportunity to filter out some signals.

if sigfilter returns 0, then no signal is sent by kpsignal2().

There is another place where signals can be generated: trapsignal. Since this
function is already an emulation hook, no call to the sigfilter hook was
introduced in trapsignal.

This is needed to emulate the softsignal feature in COMPAT_DARWIN (signals
sent as Mach exception messages)
2003-12-03 20:24:51 +00:00
..
aout_exec.c Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() 2003-12-03 20:24:51 +00:00
aout_misc.c
aout_syscall.h
aout_syscallargs.h
aout_syscalls.c
aout_sysent.c
files.aout
Makefile We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
syscalls.conf
syscalls.master