regen
authormvs <mvs@openbsd.org>
Mon, 29 Nov 2021 16:31:43 +0000 (16:31 +0000)
committermvs <mvs@openbsd.org>
Mon, 29 Nov 2021 16:31:43 +0000 (16:31 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index c99bcfc..67a01af 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.230 2021/10/27 03:25:11 visa Exp $  */
+/*     $OpenBSD: init_sysent.c,v 1.231 2021/11/29 16:31:43 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -82,7 +82,7 @@ struct sysent sysent[] = {
            sys_sendmsg },                      /* 28 = sendmsg */
        { 6, s(struct sys_recvfrom_args), SY_NOLOCK | 0,
            sys_recvfrom },                     /* 29 = recvfrom */
-       { 3, s(struct sys_accept_args), 0,
+       { 3, s(struct sys_accept_args), SY_NOLOCK | 0,
            sys_accept },                       /* 30 = accept */
        { 3, s(struct sys_getpeername_args), 0,
            sys_getpeername },                  /* 31 = getpeername */
@@ -218,7 +218,7 @@ struct sysent sysent[] = {
            sys_nanosleep },                    /* 91 = nanosleep */
        { 3, s(struct sys_fcntl_args), SY_NOLOCK | 0,
            sys_fcntl },                        /* 92 = fcntl */
-       { 4, s(struct sys_accept4_args), 0,
+       { 4, s(struct sys_accept4_args), SY_NOLOCK | 0,
            sys_accept4 },                      /* 93 = accept4 */
        { 5, s(struct sys___thrsleep_args), SY_NOLOCK | 0,
            sys___thrsleep },                   /* 94 = __thrsleep */
index fc31ca7..601e3a7 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.229 2021/10/27 03:25:11 visa Exp $     */
+/*     $OpenBSD: syscalls.c,v 1.230 2021/11/29 16:31:43 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp 
  */
 
 char *syscallnames[] = {
index 19b7ffe..44eed79 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.228 2021/10/27 03:25:11 visa Exp $      */
+/*     $OpenBSD: syscall.h,v 1.229 2021/11/29 16:31:43 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index fea2cad..7882826 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.231 2021/10/27 03:25:11 visa Exp $  */
+/*     $OpenBSD: syscallargs.h,v 1.232 2021/11/29 16:31:43 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp 
  */
 
 #ifdef syscallarg