summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-09-26 15:39:58 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-09-26 15:39:58 +0000
commitef1de901df67a5a5f62d16a6e4efc4433a792dd8 (patch)
treeac3c5b1fde2b3fd8b19a0fb992e7b2358a316bf3 /sys
parente3adc7354f6f0c7d223219dce1896856991e34bc (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/init_sysent.c6
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h4
-rw-r--r--sys/sys/syscallargs.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index f6fac6685fa..76e20160f36 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.172 2015/09/13 17:09:21 guenther Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.173 2015/09/26 15:39:57 tedu Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp
*/
#include <sys/param.h>
@@ -431,7 +431,7 @@ struct sysent sysent[] = {
sys_setrlimit }, /* 195 = setrlimit */
{ 0, 0, 0,
sys_nosys }, /* 196 = obsolete ogetdirentries48 */
- { 7, s(struct sys_mmap_args), 0,
+ { 7, s(struct sys_mmap_args), SY_NOLOCK | 0,
sys_mmap }, /* 197 = mmap */
{ 0, 0, 0,
sys_nosys }, /* 198 = __syscall (indir) */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 768cc5e2632..11bb7ded628 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.171 2015/09/13 17:09:21 guenther Exp $ */
+/* $OpenBSD: syscalls.c,v 1.172 2015/09/26 15:39:57 tedu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index e3c6480e982..33cc4d70f80 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.170 2015/09/13 17:09:21 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.171 2015/09/26 15:39:57 tedu Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 7916443db71..49df2978dd4 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.173 2015/09/13 17:09:21 guenther Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.174 2015/09/26 15:39:57 tedu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp
*/
#ifdef syscallarg