From: bluhm Date: Wed, 29 Nov 2023 20:46:23 +0000 (+0000) Subject: regen syscalls X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8d2d5f892fd66cb3a0cd1e70eb25a81a3b82e512;p=openbsd regen syscalls --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index b64c4aa01b9..ea59de069d5 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.268 2023/08/20 15:14:20 visa Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.269 2023/11/29 20:46:23 bluhm Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp + * created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp */ #include @@ -240,7 +240,7 @@ const struct sysent sysent[] = { sys_dup3 }, /* 102 = dup3 */ { 1, s(struct sys_sigreturn_args), 0, sys_sigreturn }, /* 103 = sigreturn */ - { 3, s(struct sys_bind_args), 0, + { 3, s(struct sys_bind_args), SY_NOLOCK | 0, sys_bind }, /* 104 = bind */ { 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0, sys_setsockopt }, /* 105 = setsockopt */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index bb500939136..3d6ff51e24f 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.266 2023/08/20 15:14:20 visa Exp $ */ +/* $OpenBSD: syscalls.c,v 1.267 2023/11/29 20:46:23 bluhm Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp + * created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 7e839674928..005720f139d 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.265 2023/08/20 15:14:20 visa Exp $ */ +/* $OpenBSD: syscall.h,v 1.266 2023/11/29 20:46:24 bluhm Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp + * created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index bdf2dac1817..dc4bce08907 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.268 2023/08/20 15:14:20 visa Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.269 2023/11/29 20:46:24 bluhm Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp + * created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp */ #ifdef syscallarg