Regen
authorclaudio <claudio@openbsd.org>
Wed, 24 Apr 2024 19:10:11 +0000 (19:10 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 24 Apr 2024 19:10:11 +0000 (19:10 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 68f4441..8055ee3 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.278 2024/04/15 15:09:26 claudio Exp $       */
+/*     $OpenBSD: init_sysent.c,v 1.279 2024/04/24 19:10:11 claudio Exp $       */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.262 2024/04/24 19:09:14 claudio Exp 
  */
 
 #include <sys/param.h>
@@ -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), SY_NOLOCK | 0,
+       { 1, s(struct sys_sigsuspend_args), 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), SY_NOLOCK | 0,
+       { 3, s(struct sys___thrsigdivert_args), 0,
            sys___thrsigdivert },               /* 303 = __thrsigdivert */
        { 2, s(struct sys___getcwd_args), 0,
            sys___getcwd },                     /* 304 = __getcwd */
index 1e51492..d6f95a3 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.276 2024/04/15 15:09:26 claudio Exp $  */
+/*     $OpenBSD: syscalls.c,v 1.277 2024/04/24 19:10:11 claudio Exp $  */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.262 2024/04/24 19:09:14 claudio Exp 
  */
 
 const char *const syscallnames[] = {
index cde4f8d..1c38f93 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.275 2024/04/15 15:09:26 claudio Exp $   */
+/*     $OpenBSD: syscall.h,v 1.276 2024/04/24 19:10:11 claudio Exp $   */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.262 2024/04/24 19:09:14 claudio Exp 
  */
 
 /* syscall: "exit" ret: "void" args: "int" */
index 3eb0737..e052f8c 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.278 2024/04/15 15:09:26 claudio Exp $       */
+/*     $OpenBSD: syscallargs.h,v 1.279 2024/04/24 19:10:11 claudio Exp $       */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.261 2024/04/15 15:08:20 claudio Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.262 2024/04/24 19:09:14 claudio Exp 
  */
 
 #ifdef syscallarg