regen
authormpi <mpi@openbsd.org>
Wed, 12 May 2021 15:05:09 +0000 (15:05 +0000)
committermpi <mpi@openbsd.org>
Wed, 12 May 2021 15:05:09 +0000 (15:05 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c

index 6375a47..9ecfb47 100644 (file)
@@ -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 */
index 28b9e93..40063b0 100644 (file)
@@ -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[] = {