regen
authormvs <mvs@openbsd.org>
Thu, 18 Mar 2021 08:44:59 +0000 (08:44 +0000)
committermvs <mvs@openbsd.org>
Thu, 18 Mar 2021 08:44:59 +0000 (08:44 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 8c866ef..6a3e6aa 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.219 2021/01/18 18:27:53 mvs Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.220 2021/03/18 08:44:59 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -256,7 +256,7 @@ struct sysent sysent[] = {
            sys_pselect },                      /* 110 = pselect */
        { 1, s(struct sys_sigsuspend_args), 0,
            sys_sigsuspend },                   /* 111 = sigsuspend */
-       { 3, s(struct sys_sendsyslog_args), 0,
+       { 3, s(struct sys_sendsyslog_args), SY_NOLOCK | 0,
            sys_sendsyslog },                   /* 112 = sendsyslog */
        { 0, 0, 0,
            sys_nosys },                        /* 113 = unimplemented fktrace */
index 7d4dc8d..bca583f 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.218 2021/01/18 18:27:53 mvs Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.219 2021/03/18 08:44:59 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
  */
 
 char *syscallnames[] = {
index 1563be7..2794e05 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.218 2021/01/18 18:44:30 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.219 2021/03/18 08:44:59 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index ec5dcda..5e634dd 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.221 2021/01/18 18:44:30 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.222 2021/03/18 08:44:59 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
  */
 
 #ifdef syscallarg