From: mvs Date: Wed, 30 Nov 2022 10:21:29 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a9ce15ade9d0c7682cf871a98a7a4751e8d0cf76;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 00430151004..afbb34c0f9b 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.253 2022/11/09 10:27:01 mpi Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.254 2022/11/30 10:21:29 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp */ #include @@ -242,7 +242,7 @@ const struct sysent sysent[] = { sys_sigreturn }, /* 103 = sigreturn */ { 3, s(struct sys_bind_args), 0, sys_bind }, /* 104 = bind */ - { 5, s(struct sys_setsockopt_args), 0, + { 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0, sys_setsockopt }, /* 105 = setsockopt */ { 2, s(struct sys_listen_args), 0, sys_listen }, /* 106 = listen */ @@ -268,7 +268,7 @@ const struct sysent sysent[] = { sys_recvmmsg }, /* 116 = recvmmsg */ { 4, s(struct sys_sendmmsg_args), SY_NOLOCK | 0, sys_sendmmsg }, /* 117 = sendmmsg */ - { 5, s(struct sys_getsockopt_args), 0, + { 5, s(struct sys_getsockopt_args), SY_NOLOCK | 0, sys_getsockopt }, /* 118 = getsockopt */ { 3, s(struct sys_thrkill_args), 0, sys_thrkill }, /* 119 = thrkill */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 9544c547de7..02f16fcded9 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.251 2022/11/09 10:27:01 mpi Exp $ */ +/* $OpenBSD: syscalls.c,v 1.252 2022/11/30 10:21:29 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 97ba058bfa9..4ec6837f3d5 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.250 2022/11/09 10:27:01 mpi Exp $ */ +/* $OpenBSD: syscall.h,v 1.251 2022/11/30 10:21:29 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index e05c5edceb0..db8edc52128 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.253 2022/11/09 10:27:01 mpi Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.254 2022/11/30 10:21:29 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.236 2022/11/09 10:26:28 mpi Exp + * created from; OpenBSD: syscalls.master,v 1.237 2022/11/30 10:20:37 mvs Exp */ #ifdef syscallarg