From 16141e91e7874ae84a6bed621222baec7406e9ca Mon Sep 17 00:00:00 2001 From: claudio Date: Mon, 15 Apr 2024 15:09:26 +0000 Subject: [PATCH] Regen after sigsuspend and __thrsigdivert unlock --- sys/kern/init_sysent.c | 8 ++++---- sys/kern/syscalls.c | 4 ++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index f61175f8b37..68f44415763 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.277 2024/04/05 14:15:37 deraadt Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.278 2024/04/15 15:09:26 claudio Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp */ #include @@ -254,7 +254,7 @@ const struct sysent sysent[] = { sys_ppoll }, /* 109 = ppoll */ { 6, s(struct sys_pselect_args), SY_NOLOCK | 0, sys_pselect }, /* 110 = pselect */ - { 1, s(struct sys_sigsuspend_args), 0, + { 1, s(struct sys_sigsuspend_args), SY_NOLOCK | 0, sys_sigsuspend }, /* 111 = sigsuspend */ { 3, s(struct sys_sendsyslog_args), SY_NOLOCK | 0, sys_sendsyslog }, /* 112 = sendsyslog */ @@ -695,7 +695,7 @@ const struct sysent sysent[] = { sys___thrwakeup }, /* 301 = __thrwakeup */ { 1, s(struct sys___threxit_args), 0, sys___threxit }, /* 302 = __threxit */ - { 3, s(struct sys___thrsigdivert_args), 0, + { 3, s(struct sys___thrsigdivert_args), SY_NOLOCK | 0, sys___thrsigdivert }, /* 303 = __thrsigdivert */ { 2, s(struct sys___getcwd_args), 0, sys___getcwd }, /* 304 = __getcwd */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 65cb8a2b144..1e514927817 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.275 2024/04/05 14:15:37 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.276 2024/04/15 15:09:26 claudio Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 4326ca82a36..cde4f8d32c9 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.274 2024/04/05 14:15:37 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.275 2024/04/15 15:09:26 claudio Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp */ /* syscall: "exit" ret: "void" args: "int" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 7e7b47b0a45..3eb07370959 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.277 2024/04/05 14:15:37 deraadt Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.278 2024/04/15 15:09:26 claudio Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp */ #ifdef syscallarg -- 2.20.1