regen
authormvs <mvs@openbsd.org>
Wed, 30 Nov 2022 10:21:29 +0000 (10:21 +0000)
committermvs <mvs@openbsd.org>
Wed, 30 Nov 2022 10:21:29 +0000 (10:21 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 0043015..afbb34c 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.253 2022/11/09 10:27:01 mpi Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.254 2022/11/30 10:21:29 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -242,7 +242,7 @@ const struct sysent sysent[] = {
            sys_sigreturn },                    /* 103 = sigreturn */
        { 3, s(struct sys_bind_args), 0,
            sys_bind },                         /* 104 = bind */
-       { 5, s(struct sys_setsockopt_args), 0,
+       { 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0,
            sys_setsockopt },                   /* 105 = setsockopt */
        { 2, s(struct sys_listen_args), 0,
            sys_listen },                       /* 106 = listen */
@@ -268,7 +268,7 @@ const struct sysent sysent[] = {
            sys_recvmmsg },                     /* 116 = recvmmsg */
        { 4, s(struct sys_sendmmsg_args), SY_NOLOCK | 0,
            sys_sendmmsg },                     /* 117 = sendmmsg */
-       { 5, s(struct sys_getsockopt_args), 0,
+       { 5, s(struct sys_getsockopt_args), SY_NOLOCK | 0,
            sys_getsockopt },                   /* 118 = getsockopt */
        { 3, s(struct sys_thrkill_args), 0,
            sys_thrkill },                      /* 119 = thrkill */
index 9544c54..02f16fc 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.251 2022/11/09 10:27:01 mpi Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.252 2022/11/30 10:21:29 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
  */
 
 const char *const syscallnames[] = {
index 97ba058..4ec6837 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.250 2022/11/09 10:27:01 mpi Exp $       */
+/*     $OpenBSD: syscall.h,v 1.251 2022/11/30 10:21:29 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index e05c5ed..db8edc5 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.253 2022/11/09 10:27:01 mpi Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.254 2022/11/30 10:21:29 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
  */
 
 #ifdef syscallarg