From: mpi Date: Wed, 12 May 2021 15:05:09 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c297dfb8733a5d845f1433c2e5904d07a4ea340b;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 6375a4792a0..9ecfb4797aa 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.226 2021/05/11 11:21:58 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.227 2021/05/12 15:05:09 mpi Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.216 2021/05/12 15:04:48 mpi Exp */ #include @@ -228,7 +228,7 @@ struct sysent sysent[] = { sys_setpriority }, /* 96 = setpriority */ { 3, s(struct sys_socket_args), SY_NOLOCK | 0, sys_socket }, /* 97 = socket */ - { 3, s(struct sys_connect_args), SY_NOLOCK | 0, + { 3, s(struct sys_connect_args), 0, sys_connect }, /* 98 = connect */ { 3, s(struct sys_getdents_args), 0, sys_getdents }, /* 99 = getdents */ @@ -240,11 +240,11 @@ struct sysent sysent[] = { sys_dup3 }, /* 102 = dup3 */ { 1, s(struct sys_sigreturn_args), 0, sys_sigreturn }, /* 103 = sigreturn */ - { 3, s(struct sys_bind_args), SY_NOLOCK | 0, + { 3, s(struct sys_bind_args), 0, sys_bind }, /* 104 = bind */ { 5, s(struct sys_setsockopt_args), 0, sys_setsockopt }, /* 105 = setsockopt */ - { 2, s(struct sys_listen_args), SY_NOLOCK | 0, + { 2, s(struct sys_listen_args), 0, sys_listen }, /* 106 = listen */ { 4, s(struct sys_chflagsat_args), 0, sys_chflagsat }, /* 107 = chflagsat */ @@ -300,7 +300,7 @@ struct sysent sysent[] = { sys_mkfifo }, /* 132 = mkfifo */ { 6, s(struct sys_sendto_args), SY_NOLOCK | 0, sys_sendto }, /* 133 = sendto */ - { 2, s(struct sys_shutdown_args), SY_NOLOCK | 0, + { 2, s(struct sys_shutdown_args), 0, sys_shutdown }, /* 134 = shutdown */ { 4, s(struct sys_socketpair_args), SY_NOLOCK | 0, sys_socketpair }, /* 135 = socketpair */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 28b9e93c21d..40063b083a1 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.225 2021/05/11 11:21:58 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.226 2021/05/12 15:05:09 mpi Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.216 2021/05/12 15:04:48 mpi Exp */ char *syscallnames[] = {