From: mvs Date: Tue, 14 Feb 2023 08:35:20 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f289c483c58bfcafdf924f6305a4f5b56a898a85;p=openbsd regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 28abf8fc3a0..5622ea0b686 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.259 2023/02/13 09:57:20 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.260 2023/02/14 08:35:20 mvs Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.242 2023/02/13 09:42:45 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.243 2023/02/14 08:34:49 mvs Exp */ #include @@ -174,7 +174,7 @@ const struct sysent sysent[] = { sys_setitimer }, /* 69 = setitimer */ { 2, s(struct sys_getitimer_args), SY_NOLOCK | 0, sys_getitimer }, /* 70 = getitimer */ - { 5, s(struct sys_select_args), SY_NOLOCK | 0, + { 5, s(struct sys_select_args), 0, sys_select }, /* 71 = select */ { 6, s(struct sys_kevent_args), SY_NOLOCK | 0, sys_kevent }, /* 72 = kevent */ @@ -250,9 +250,9 @@ const struct sysent sysent[] = { sys_chflagsat }, /* 107 = chflagsat */ { 2, s(struct sys_pledge_args), SY_NOLOCK | 0, sys_pledge }, /* 108 = pledge */ - { 4, s(struct sys_ppoll_args), SY_NOLOCK | 0, + { 4, s(struct sys_ppoll_args), 0, sys_ppoll }, /* 109 = ppoll */ - { 6, s(struct sys_pselect_args), SY_NOLOCK | 0, + { 6, s(struct sys_pselect_args), 0, sys_pselect }, /* 110 = pselect */ { 1, s(struct sys_sigsuspend_args), 0, sys_sigsuspend }, /* 111 = sigsuspend */ @@ -568,7 +568,7 @@ const struct sysent sysent[] = { sys_minherit }, /* 250 = minherit */ { 0, 0, 0, sys_nosys }, /* 251 = obsolete rfork */ - { 3, s(struct sys_poll_args), SY_NOLOCK | 0, + { 3, s(struct sys_poll_args), 0, sys_poll }, /* 252 = poll */ { 0, 0, SY_NOLOCK | 0, sys_issetugid }, /* 253 = issetugid */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 6999c45f86f..34fdeaec96d 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.257 2023/02/13 09:57:20 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.258 2023/02/14 08:35:20 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.242 2023/02/13 09:42:45 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.243 2023/02/14 08:34:49 mvs Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index ef75494ee9e..f4036229ffb 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.256 2023/02/13 09:57:20 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.257 2023/02/14 08:35:20 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.242 2023/02/13 09:42:45 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.243 2023/02/14 08:34:49 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 1a692a521b3..dc78097f7e4 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.259 2023/02/13 09:57:20 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.260 2023/02/14 08:35:20 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.242 2023/02/13 09:42:45 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.243 2023/02/14 08:34:49 mvs Exp */ #ifdef syscallarg