From: mvs Date: Mon, 29 Nov 2021 16:31:43 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3552e649740e9011771c6a66f9f8c06b612b73c9;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index c99bcfcc3d7..67a01afbef5 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.230 2021/10/27 03:25:11 visa Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.231 2021/11/29 16:31:43 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp + * created from; OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp */ #include @@ -82,7 +82,7 @@ struct sysent sysent[] = { sys_sendmsg }, /* 28 = sendmsg */ { 6, s(struct sys_recvfrom_args), SY_NOLOCK | 0, sys_recvfrom }, /* 29 = recvfrom */ - { 3, s(struct sys_accept_args), 0, + { 3, s(struct sys_accept_args), SY_NOLOCK | 0, sys_accept }, /* 30 = accept */ { 3, s(struct sys_getpeername_args), 0, sys_getpeername }, /* 31 = getpeername */ @@ -218,7 +218,7 @@ struct sysent sysent[] = { sys_nanosleep }, /* 91 = nanosleep */ { 3, s(struct sys_fcntl_args), SY_NOLOCK | 0, sys_fcntl }, /* 92 = fcntl */ - { 4, s(struct sys_accept4_args), 0, + { 4, s(struct sys_accept4_args), SY_NOLOCK | 0, sys_accept4 }, /* 93 = accept4 */ { 5, s(struct sys___thrsleep_args), SY_NOLOCK | 0, sys___thrsleep }, /* 94 = __thrsleep */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index fc31ca7c4fe..601e3a7e986 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.229 2021/10/27 03:25:11 visa Exp $ */ +/* $OpenBSD: syscalls.c,v 1.230 2021/11/29 16:31:43 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp + * created from; OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 19b7ffe9e17..44eed79792c 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.228 2021/10/27 03:25:11 visa Exp $ */ +/* $OpenBSD: syscall.h,v 1.229 2021/11/29 16:31:43 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp + * created from; OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index fea2cad323a..78828267973 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.231 2021/10/27 03:25:11 visa Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.232 2021/11/29 16:31:43 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp + * created from; OpenBSD: syscalls.master,v 1.220 2021/11/29 16:30:30 mvs Exp */ #ifdef syscallarg