From: mvs Date: Tue, 11 May 2021 11:20:51 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a60475a18277ac3ba1ac9bacf60f0b5060cd9e7e;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 9ac3438f86b..6f3a6d97c86 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.224 2021/05/11 11:19:39 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.225 2021/05/11 11:20:51 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp */ #include @@ -244,7 +244,7 @@ struct sysent sysent[] = { sys_bind }, /* 104 = bind */ { 5, s(struct sys_setsockopt_args), 0, sys_setsockopt }, /* 105 = setsockopt */ - { 2, s(struct sys_listen_args), 0, + { 2, s(struct sys_listen_args), SY_NOLOCK | 0, sys_listen }, /* 106 = listen */ { 4, s(struct sys_chflagsat_args), 0, sys_chflagsat }, /* 107 = chflagsat */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 5daa572a5df..d659ad15123 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.223 2021/05/11 11:19:39 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.224 2021/05/11 11:20:51 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 9207167b19b..73bf461d659 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.223 2021/05/11 11:19:39 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.224 2021/05/11 11:20:51 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 0ccd4b8a99a..107c0290749 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.226 2021/05/11 11:19:39 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.227 2021/05/11 11:20:51 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp */ #ifdef syscallarg