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 Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
aout_syscall.h Regen. 2003-09-23 14:33:34 +00:00
aout_syscallargs.h Regen. 2003-09-23 14:33:34 +00:00
aout_syscalls.c Regen. 2003-09-23 14:33:34 +00:00
aout_sysent.c Regen. 2003-09-23 14:33:34 +00:00
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 Make this compile and link properly. 2003-09-23 14:33:24 +00:00
syscalls.master Make this compile and link properly. 2003-09-23 14:33:24 +00:00