From: mvs Date: Fri, 2 Aug 2024 14:35:56 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=953cd95b0244a79c6c1af0894b02de3d6c3a9472;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 17dc1c02147..4ffc82c66e4 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.281 2024/05/18 05:21:02 guenther Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.282 2024/08/02 14:35:56 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.264 2024/05/18 05:20:22 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.265 2024/08/02 14:34:45 mvs Exp */ #include @@ -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 */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 7f690a6fa34..7d89cdcce95 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.279 2024/05/18 05:21:02 guenther Exp $ */ +/* $OpenBSD: syscalls.c,v 1.280 2024/08/02 14:35:56 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.264 2024/05/18 05:20:22 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.265 2024/08/02 14:34:45 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index efc14f0dafa..fc03899ec30 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.278 2024/05/18 05:21:02 guenther Exp $ */ +/* $OpenBSD: syscall.h,v 1.279 2024/08/02 14:35:56 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.264 2024/05/18 05:20:22 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.265 2024/08/02 14:34:45 mvs Exp */ /* syscall: "exit" ret: "void" args: "int" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 6fca7bbe48e..f07bcbeaca1 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.281 2024/05/18 05:21:02 guenther Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.282 2024/08/02 14:35:56 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.264 2024/05/18 05:20:22 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.265 2024/08/02 14:34:45 mvs Exp */ #ifdef syscallarg