summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaliy Makkoveev <mvs@cvs.openbsd.org>2022-05-16 07:38:11 +0000
committerVitaliy Makkoveev <mvs@cvs.openbsd.org>2022-05-16 07:38:11 +0000
commitf00b6e7f07517eb892c21d5e1af8e7d5a3f40c74 (patch)
tree5ee08e09e56c64b5c832538a6186a0a7cd23fa4d
parent669d75fa876d35cade7dcdd515c73267a0ecdf47 (diff)
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 1be14e22071..222c07a7ad7 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.236 2022/05/01 23:00:04 tedu Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.237 2022/05/16 07:38:10 mvs Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp
*/
#include <sys/param.h>
@@ -152,7 +152,7 @@ const struct sysent sysent[] = {
sys_readlink }, /* 58 = readlink */
{ 3, s(struct sys_execve_args), 0,
sys_execve }, /* 59 = execve */
- { 1, s(struct sys_umask_args), 0,
+ { 1, s(struct sys_umask_args), SY_NOLOCK | 0,
sys_umask }, /* 60 = umask */
{ 1, s(struct sys_chroot_args), 0,
sys_chroot }, /* 61 = chroot */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index ba52cc3c017..5f401c65e0c 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.235 2022/05/01 23:00:04 tedu Exp $ */
+/* $OpenBSD: syscalls.c,v 1.236 2022/05/16 07:38:10 mvs Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp
*/
const char *const syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index d3d059706ce..7cd8e404a37 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.233 2022/05/01 23:00:04 tedu Exp $ */
+/* $OpenBSD: syscall.h,v 1.234 2022/05/16 07:38:10 mvs Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 27196c8007e..c07f02204ed 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.236 2022/05/01 23:00:04 tedu Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.237 2022/05/16 07:38:10 mvs Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp
*/
#ifdef syscallarg