NetBSD/sys/compat/ultrix
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
..
files.ultrix split ecoff specific code to separate file ultrix_exec_ecoff.c 2000-12-09 12:19:28 +00:00
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 set nsysent to 512 (oh well, just three syscalls too many for 256) 2002-11-01 21:24:19 +00:00
syscalls.master Merge the nathanw_sa branch. 2003-01-18 08:49:22 +00:00
ultrix_exec_ecoff.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ultrix_exec.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ultrix_flock.h
ultrix_fs.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ultrix_ioctl.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ultrix_misc.c Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() 2003-12-03 20:24:51 +00:00
ultrix_pathname.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ultrix_syscall.h Regen for correct RCS ID. 2003-01-18 23:43:25 +00:00
ultrix_syscallargs.h Regen for correct RCS ID. 2003-01-18 23:43:25 +00:00
ultrix_syscalls.c Regen for correct RCS ID. 2003-01-18 23:43:25 +00:00
ultrix_sysent.c Regen for correct RCS ID. 2003-01-18 23:43:25 +00:00
ultrix_tty.h