Add linux_nosys which handles non-existing syscalls like linux does:
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 8 Oct 2005 11:41:11 +0000 (11:41 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 8 Oct 2005 11:41:11 +0000 (11:41 +0000)
commit0d88b32b4b7439fce17645c2cd62a12d4ec09fe4
tree5d7ddd6e4fe38cab97f01608bd70d9fb435e216b
parent59659c6c2e2a57d5d578af66eb8f16a5d5f98efb
Add linux_nosys which handles non-existing syscalls like linux does:
just return ENOSYS instead of sending a signal.

Taken-from: FreeBSD
sys/emulation/linux/i386/syscalls.master
sys/emulation/linux/linux_misc.c
sys/emulation/linux/linux_sysproto.h [new file with mode: 0644]