summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2021-05-12 15:05:10 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2021-05-12 15:05:10 +0000
commitab5ed9a51707165b748a161001b7a778f130623c (patch)
tree2ac15052d6664fc77667bdc6cad7b8ea4d90410d
parent46576e6317fd94322ae4aa54a555021ed303dc72 (diff)
regen
-rw-r--r--sys/kern/init_sysent.c12
-rw-r--r--sys/kern/syscalls.c4
2 files changed, 8 insertions, 8 deletions
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 <sys/param.h>
@@ -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[] = {