regen
authormvs <mvs@openbsd.org>
Tue, 11 May 2021 11:19:39 +0000 (11:19 +0000)
committermvs <mvs@openbsd.org>
Tue, 11 May 2021 11:19:39 +0000 (11:19 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 7a68da4..9ac3438 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.223 2021/05/11 11:18:15 mvs Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.224 2021/05/11 11:19:39 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp 
  */
 
 #include <sys/param.h>
@@ -228,7 +228,7 @@ struct sysent sysent[] = {
            sys_setpriority },                  /* 96 = setpriority */
        { 3, s(struct sys_socket_args), SY_NOLOCK | 0,
            sys_socket },                       /* 97 = socket */
-       { 3, s(struct sys_connect_args), 0,
+       { 3, s(struct sys_connect_args), SY_NOLOCK | 0,
            sys_connect },                      /* 98 = connect */
        { 3, s(struct sys_getdents_args), 0,
            sys_getdents },                     /* 99 = getdents */
index 64b2fc0..5daa572 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.222 2021/05/11 11:18:15 mvs Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.223 2021/05/11 11:19:39 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp 
  */
 
 char *syscallnames[] = {
index b8c7dea..9207167 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.222 2021/05/11 11:18:15 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.223 2021/05/11 11:19:39 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index a890115..0ccd4b8 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.225 2021/05/11 11:18:15 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.226 2021/05/11 11:19:39 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.212 2021/05/11 11:17:32 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp 
  */
 
 #ifdef syscallarg