From 3415f164b32e93e85de3539478c1a1d8a074a8cd Mon Sep 17 00:00:00 2001 From: mpi Date: Wed, 9 Nov 2022 10:27:01 +0000 Subject: [PATCH] regen --- sys/kern/init_sysent.c | 6 +++--- sys/kern/syscalls.c | 4 ++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index e6a15f43e5d..00430151004 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -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 @@ -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 */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index cca3a48a391..9544c547de7 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -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[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 54293c42fc7..97ba058bfa9 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -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" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index c0144efa157..e05c5edceb0 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -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 -- 2.20.1