regen
authormvs <mvs@openbsd.org>
Fri, 26 Jan 2024 18:24:58 +0000 (18:24 +0000)
committermvs <mvs@openbsd.org>
Fri, 26 Jan 2024 18:24:58 +0000 (18:24 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index fc7a9c3..c41755f 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.273 2023/12/19 06:59:17 deraadt Exp $       */
+/*     $OpenBSD: init_sysent.c,v 1.274 2024/01/26 18:24:58 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -244,7 +244,7 @@ const struct sysent sysent[] = {
            sys_bind },                         /* 104 = bind */
        { 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0,
            sys_setsockopt },                   /* 105 = setsockopt */
-       { 2, s(struct sys_listen_args), 0,
+       { 2, s(struct sys_listen_args), SY_NOLOCK | 0,
            sys_listen },                       /* 106 = listen */
        { 4, s(struct sys_chflagsat_args), 0,
            sys_chflagsat },                    /* 107 = chflagsat */
index b2feff6..646ad44 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.271 2023/12/19 06:59:17 deraadt Exp $  */
+/*     $OpenBSD: syscalls.c,v 1.272 2024/01/26 18:24:58 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp 
  */
 
 const char *const syscallnames[] = {
index 63f5015..19f7875 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.270 2023/12/19 06:59:17 deraadt Exp $   */
+/*     $OpenBSD: syscall.h,v 1.271 2024/01/26 18:24:58 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp 
  */
 
 /* syscall: "exit" ret: "void" args: "int" */
index 3e1a0aa..c8c8504 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.273 2023/12/19 06:59:17 deraadt Exp $       */
+/*     $OpenBSD: syscallargs.h,v 1.274 2024/01/26 18:24:58 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp 
  */
 
 #ifdef syscallarg