regen
authormvs <mvs@openbsd.org>
Mon, 16 May 2022 07:38:10 +0000 (07:38 +0000)
committermvs <mvs@openbsd.org>
Mon, 16 May 2022 07:38:10 +0000 (07:38 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 1be14e2..222c07a 100644 (file)
@@ -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 */
index ba52cc3..5f401c6 100644 (file)
@@ -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[] = {
index d3d0597..7cd8e40 100644 (file)
@@ -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" "..." */
index 27196c8..c07f022 100644 (file)
@@ -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