On Sun, May 24, 2015 at 1:38 PM, Dmitry Chagin <dcha...@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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"