summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/init_sysent.c6
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h4
-rw-r--r--sys/sys/syscallargs.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index fc7a9c3f900..c41755fa324 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -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 */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index b2feff637df..646ad4458dc 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -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[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 63f5015b746..19f7875a95e 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -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" */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 3e1a0aa3c4f..c8c8504347a 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -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