regen
authormvs <mvs@openbsd.org>
Thu, 4 May 2023 09:41:15 +0000 (09:41 +0000)
committermvs <mvs@openbsd.org>
Thu, 4 May 2023 09:41:15 +0000 (09:41 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 399dd0b..ae45508 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.264 2023/02/27 00:58:38 deraadt Exp $       */
+/*     $OpenBSD: init_sysent.c,v 1.265 2023/05/04 09:41:15 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.246 2023/02/25 09:55:46 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -441,7 +441,7 @@ const struct sysent sysent[] = {
            sys_nosys },                        /* 200 = obsolete pad_truncate */
        { 0, 0, 0,
            sys_nosys },                        /* 201 = obsolete pad_ftruncate */
-       { 6, s(struct sys_sysctl_args), 0,
+       { 6, s(struct sys_sysctl_args), SY_NOLOCK | 0,
            sys_sysctl },                       /* 202 = sysctl */
        { 2, s(struct sys_mlock_args), 0,
            sys_mlock },                        /* 203 = mlock */
index ec9322c..3d816eb 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.262 2023/02/27 00:58:38 deraadt Exp $  */
+/*     $OpenBSD: syscalls.c,v 1.263 2023/05/04 09:41:15 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.246 2023/02/25 09:55:46 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp 
  */
 
 const char *const syscallnames[] = {
index 377de29..e102dc1 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.261 2023/02/27 00:58:38 deraadt Exp $   */
+/*     $OpenBSD: syscall.h,v 1.262 2023/05/04 09:41:15 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.246 2023/02/25 09:55:46 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index 567f0cd..54205e0 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.264 2023/02/27 00:58:38 deraadt Exp $       */
+/*     $OpenBSD: syscallargs.h,v 1.265 2023/05/04 09:41:15 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.246 2023/02/25 09:55:46 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.247 2023/05/04 09:40:36 mvs Exp 
  */
 
 #ifdef syscallarg