NetBSD/sys/compat/freebsd
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.freebsd
freebsd_exec_aout.c
freebsd_exec_elf32.c adapt for changes to kern/exec_elf32.c 2003-10-31 14:04:35 +00:00
freebsd_exec.c Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() 2003-12-03 20:24:51 +00:00
freebsd_exec.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
freebsd_file.c
freebsd_fork.c
freebsd_fork.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
freebsd_ioctl.c
freebsd_ioctl.h
freebsd_ipc.c
freebsd_misc.c Add a good enuf emulation of the MAP_STACK flag to the mmap() 2003-09-18 14:44:09 +00:00
freebsd_mman.h Add a good enuf emulation of the MAP_STACK flag to the mmap() 2003-09-18 14:44:09 +00:00
freebsd_ptrace.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
freebsd_ptrace.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
freebsd_rtprio.h
freebsd_sched.c
freebsd_sched.h
freebsd_signal.h www.netbsd.org -> www.NetBSD.org 2003-11-17 10:07:58 +00:00
freebsd_syscall.h Regen: add new syscalls to the list 2003-11-26 19:23:29 +00:00
freebsd_syscallargs.h Regen: add new syscalls to the list 2003-11-26 19:23:29 +00:00
freebsd_syscalls.c Regen: add new syscalls to the list 2003-11-26 19:23:29 +00:00
freebsd_sysent.c Regen: add new syscalls to the list 2003-11-26 19:23:29 +00:00
freebsd_timex.h
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 add the new syscalls to the list 2003-11-26 19:22:57 +00:00