This changeset ensures that we call nosys() for each situation where ENOSYS is returned, which fixes situations with missed SIGSYS from e.g. too high syscall number.
In nosys(), allow ABI to indicate that SIGSYS should be not sent at all. Also allow to disable SIGSYS for FreeBSD native processes.
Right now only amd64 is handled.