-/* $OpenBSD: init_sysent.c,v 1.220 2021/03/18 08:44:59 mvs Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.221 2021/05/04 18:14:59 cheloha Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp
*/
#include <sys/param.h>
sys_gettimeofday }, /* 67 = gettimeofday */
{ 2, s(struct sys_settimeofday_args), SY_NOLOCK | 0,
sys_settimeofday }, /* 68 = settimeofday */
- { 3, s(struct sys_setitimer_args), 0,
+ { 3, s(struct sys_setitimer_args), SY_NOLOCK | 0,
sys_setitimer }, /* 69 = setitimer */
- { 2, s(struct sys_getitimer_args), 0,
+ { 2, s(struct sys_getitimer_args), SY_NOLOCK | 0,
sys_getitimer }, /* 70 = getitimer */
{ 5, s(struct sys_select_args), 0,
sys_select }, /* 71 = select */
-/* $OpenBSD: syscalls.c,v 1.219 2021/03/18 08:44:59 mvs Exp $ */
+/* $OpenBSD: syscalls.c,v 1.220 2021/05/04 18:14:58 cheloha Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp
*/
char *syscallnames[] = {
-/* $OpenBSD: syscall.h,v 1.219 2021/03/18 08:44:59 mvs Exp $ */
+/* $OpenBSD: syscall.h,v 1.220 2021/05/04 18:14:58 cheloha Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
-/* $OpenBSD: syscallargs.h,v 1.222 2021/03/18 08:44:59 mvs Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.223 2021/05/04 18:14:58 cheloha Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp
+ * created from; OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp
*/
#ifdef syscallarg