summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormvs <mvs@openbsd.org>2021-03-18 08:44:59 +0000
committermvs <mvs@openbsd.org>2021-03-18 08:44:59 +0000
commit1a45b5b6e341aafc249501a50d7a0f9ed64b7957 (patch)
treec6a6a64b49f2287751632205d64f594eb6c1ee42
parentUnlock sendsyslog(2). Console output still requires kernel lock to be (diff)
downloadwireguard-openbsd-1a45b5b6e341aafc249501a50d7a0f9ed64b7957.tar.xz
wireguard-openbsd-1a45b5b6e341aafc249501a50d7a0f9ed64b7957.zip
regen
-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 8c866ef53af..6a3e6aae675 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.219 2021/01/18 18:27:53 mvs Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.220 2021/03/18 08:44:59 mvs Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
*/
#include <sys/param.h>
@@ -256,7 +256,7 @@ struct sysent sysent[] = {
sys_pselect }, /* 110 = pselect */
{ 1, s(struct sys_sigsuspend_args), 0,
sys_sigsuspend }, /* 111 = sigsuspend */
- { 3, s(struct sys_sendsyslog_args), 0,
+ { 3, s(struct sys_sendsyslog_args), SY_NOLOCK | 0,
sys_sendsyslog }, /* 112 = sendsyslog */
{ 0, 0, 0,
sys_nosys }, /* 113 = unimplemented fktrace */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 7d4dc8d2df5..bca583f10fc 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.218 2021/01/18 18:27:53 mvs Exp $ */
+/* $OpenBSD: syscalls.c,v 1.219 2021/03/18 08:44:59 mvs Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 1563be75461..2794e05e094 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.218 2021/01/18 18:44:30 mvs Exp $ */
+/* $OpenBSD: syscall.h,v 1.219 2021/03/18 08:44:59 mvs Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index ec5dcdab4c6..5e634dd5a55 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.221 2021/01/18 18:44:30 mvs Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.222 2021/03/18 08:44:59 mvs Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
*/
#ifdef syscallarg