regen
authormvs <mvs@openbsd.org>
Fri, 4 Jun 2021 09:06:09 +0000 (09:06 +0000)
committermvs <mvs@openbsd.org>
Fri, 4 Jun 2021 09:06:09 +0000 (09:06 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 43c69a9..5dd68b0 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.228 2021/06/02 11:31:10 mvs Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.229 2021/06/04 09:06:09 mvs Exp $   */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.218 2021/06/04 09:05:19 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 681c63c..a4506ea 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.227 2021/06/02 11:31:10 mvs Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.228 2021/06/04 09:06:09 mvs Exp $      */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.218 2021/06/04 09:05:19 mvs Exp 
  */
 
 char *syscallnames[] = {
index 10e961d..30954ac 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.226 2021/06/02 11:31:10 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.227 2021/06/04 09:06:09 mvs Exp $       */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.218 2021/06/04 09:05:19 mvs Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index 9d3e764..572c4c9 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.229 2021/06/02 11:31:10 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.230 2021/06/04 09:06:09 mvs Exp $   */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.218 2021/06/04 09:05:19 mvs Exp 
  */
 
 #ifdef syscallarg