From: mvs Date: Mon, 16 May 2022 07:38:10 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=13cba30fa24837e3081a79981998f1618760b5ce;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 1be14e22071..222c07a7ad7 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.236 2022/05/01 23:00:04 tedu Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.237 2022/05/16 07:38:10 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp */ #include @@ -152,7 +152,7 @@ const struct sysent sysent[] = { sys_readlink }, /* 58 = readlink */ { 3, s(struct sys_execve_args), 0, sys_execve }, /* 59 = execve */ - { 1, s(struct sys_umask_args), 0, + { 1, s(struct sys_umask_args), SY_NOLOCK | 0, sys_umask }, /* 60 = umask */ { 1, s(struct sys_chroot_args), 0, sys_chroot }, /* 61 = chroot */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index ba52cc3c017..5f401c65e0c 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.235 2022/05/01 23:00:04 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.236 2022/05/16 07:38:10 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index d3d059706ce..7cd8e404a37 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.233 2022/05/01 23:00:04 tedu Exp $ */ +/* $OpenBSD: syscall.h,v 1.234 2022/05/16 07:38:10 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 27196c8007e..c07f02204ed 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.236 2022/05/01 23:00:04 tedu Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.237 2022/05/16 07:38:10 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.223 2022/02/24 07:41:51 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.224 2022/05/16 07:36:04 mvs Exp */ #ifdef syscallarg