svn commit: r283467 - in head/sys: amd64/linux amd64/linux32 i386/linux

Benjamin Kaduk bjkfbsd at gmail.com
Mon May 25 01:08:59 UTC 2015


On Sun, May 24, 2015 at 1:38 PM, Dmitry Chagin <dchagin at freebsd.org> wrote:

> Author: dchagin
> Date: Sun May 24 17:38:02 2015
> New Revision: 283467
> URL: https://svnweb.freebsd.org/changeset/base/283467
>
> Log:
>   Call nosys in case when the incorrect syscall number is specified.
>
>   Reported by:  trinity
>
> Modified: head/sys/amd64/linux/syscalls.master
>
> ==============================================================================
> --- head/sys/amd64/linux/syscalls.master        Sun May 24 17:35:42 2015
>       (r283466)
> +++ head/sys/amd64/linux/syscalls.master        Sun May 24 17:38:02 2015
>       (r283467)
> @@ -506,3 +506,5 @@
>  310    AUE_NULL        STD     { int linux_process_vm_writev(void); }
>  311    AUE_NULL        STD     { int linux_kcmp(void); }
>  312    AUE_NULL        STD     { int linux_finit_module(void); }
> +; please, keep this line at the end.
> +313    AUE_NULL        UNIMPL  nosys
>

Seems like this would be a great thing to have some tests for.

-Ben


More information about the svn-src-all mailing list