regen
authormpi <mpi@openbsd.org>
Wed, 9 Nov 2022 10:27:01 +0000 (10:27 +0000)
committermpi <mpi@openbsd.org>
Wed, 9 Nov 2022 10:27:01 +0000 (10:27 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index e6a15f4..0043015 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.252 2022/11/08 11:06:41 mpi Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.253 2022/11/09 10:27:01 mpi Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.235 2022/11/08 11:05:57 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
  */
 
 #include <sys/param.h>
@@ -685,7 +685,7 @@ const struct sysent sysent[] = {
        { 0, 0, 0,
            sys_nosys },                        /* 297 = unimplemented */
 #endif
-       { 0, 0, 0,
+       { 0, 0, SY_NOLOCK | 0,
            sys_sched_yield },                  /* 298 = sched_yield */
        { 0, 0, SY_NOLOCK | 0,
            sys_getthrid },                     /* 299 = getthrid */
index cca3a48..9544c54 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.250 2022/11/08 11:06:41 mpi Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.251 2022/11/09 10:27:01 mpi Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.235 2022/11/08 11:05:57 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
  */
 
 const char *const syscallnames[] = {
index 54293c4..97ba058 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.249 2022/11/08 11:06:41 mpi Exp $       */
+/*     $OpenBSD: syscall.h,v 1.250 2022/11/09 10:27:01 mpi Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.235 2022/11/08 11:05:57 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index c0144ef..e05c5ed 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.252 2022/11/08 11:06:41 mpi Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.253 2022/11/09 10:27:01 mpi Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.235 2022/11/08 11:05:57 mpi Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp 
  */
 
 #ifdef syscallarg