regen after minherit(2) unlock
authorkn <kn@openbsd.org>
Sat, 17 Dec 2022 13:45:00 +0000 (13:45 +0000)
committerkn <kn@openbsd.org>
Sat, 17 Dec 2022 13:45:00 +0000 (13:45 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index afbb34c..f74f7a5 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.254 2022/11/30 10:21:29 mvs Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.255 2022/12/17 13:45:00 kn Exp $    */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp 
  */
 
 #include <sys/param.h>
@@ -564,7 +564,7 @@ const struct sysent sysent[] = {
            sys_nosys },                        /* 248 = unimplemented */
        { 0, 0, 0,
            sys_nosys },                        /* 249 = unimplemented */
-       { 3, s(struct sys_minherit_args), 0,
+       { 3, s(struct sys_minherit_args), SY_NOLOCK | 0,
            sys_minherit },                     /* 250 = minherit */
        { 0, 0, 0,
            sys_nosys },                        /* 251 = obsolete rfork */
index 02f16fc..fe067ea 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.252 2022/11/30 10:21:29 mvs Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.253 2022/12/17 13:45:00 kn Exp $       */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp 
  */
 
 const char *const syscallnames[] = {
index 4ec6837..3cc6f20 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.251 2022/11/30 10:21:29 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.252 2022/12/17 13:45:00 kn Exp $        */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index db8edc5..a6aea90 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.254 2022/11/30 10:21:29 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.255 2022/12/17 13:45:00 kn Exp $    */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp 
  */
 
 #ifdef syscallarg