summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 4e9fdf1a98e..ab0f12079be 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.194 2018/06/27 12:37:28 mpi Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.195 2018/06/27 16:39:00 mpi Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.183 2018/06/27 12:36:56 mpi Exp
+ * created from; OpenBSD: syscalls.master,v 1.184 2018/06/27 16:38:23 mpi Exp
*/
#include <sys/param.h>
@@ -76,17 +76,17 @@ struct sysent sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 26 = unimplemented ptrace */
#endif
- { 3, s(struct sys_recvmsg_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_recvmsg_args), 0,
sys_recvmsg }, /* 27 = recvmsg */
{ 3, s(struct sys_sendmsg_args), SY_NOLOCK | 0,
sys_sendmsg }, /* 28 = sendmsg */
- { 6, s(struct sys_recvfrom_args), SY_NOLOCK | 0,
+ { 6, s(struct sys_recvfrom_args), 0,
sys_recvfrom }, /* 29 = recvfrom */
- { 3, s(struct sys_accept_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_accept_args), 0,
sys_accept }, /* 30 = accept */
- { 3, s(struct sys_getpeername_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_getpeername_args), 0,
sys_getpeername }, /* 31 = getpeername */
- { 3, s(struct sys_getsockname_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_getsockname_args), 0,
sys_getsockname }, /* 32 = getsockname */
{ 2, s(struct sys_access_args), 0,
sys_access }, /* 33 = access */
@@ -218,7 +218,7 @@ struct sysent sysent[] = {
sys_nanosleep }, /* 91 = nanosleep */
{ 3, s(struct sys_fcntl_args), 0,
sys_fcntl }, /* 92 = fcntl */
- { 4, s(struct sys_accept4_args), SY_NOLOCK | 0,
+ { 4, s(struct sys_accept4_args), 0,
sys_accept4 }, /* 93 = accept4 */
{ 5, s(struct sys___thrsleep_args), 0,
sys___thrsleep }, /* 94 = __thrsleep */
@@ -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), SY_NOLOCK | 0,
+ { 3, s(struct sys_connect_args), 0,
sys_connect }, /* 98 = connect */
{ 3, s(struct sys_getdents_args), 0,
sys_getdents }, /* 99 = getdents */
@@ -240,11 +240,11 @@ struct sysent sysent[] = {
sys_dup3 }, /* 102 = dup3 */
{ 1, s(struct sys_sigreturn_args), 0,
sys_sigreturn }, /* 103 = sigreturn */
- { 3, s(struct sys_bind_args), SY_NOLOCK | 0,
+ { 3, s(struct sys_bind_args), 0,
sys_bind }, /* 104 = bind */
- { 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0,
+ { 5, s(struct sys_setsockopt_args), 0,
sys_setsockopt }, /* 105 = setsockopt */
- { 2, s(struct sys_listen_args), SY_NOLOCK | 0,
+ { 2, s(struct sys_listen_args), 0,
sys_listen }, /* 106 = listen */
{ 4, s(struct sys_chflagsat_args), 0,
sys_chflagsat }, /* 107 = chflagsat */
@@ -268,7 +268,7 @@ struct sysent sysent[] = {
sys_nosys }, /* 116 = obsolete t32_gettimeofday */
{ 0, 0, 0,
sys_nosys }, /* 117 = obsolete t32_getrusage */
- { 5, s(struct sys_getsockopt_args), SY_NOLOCK | 0,
+ { 5, s(struct sys_getsockopt_args), 0,
sys_getsockopt }, /* 118 = getsockopt */
{ 3, s(struct sys_thrkill_args), 0,
sys_thrkill }, /* 119 = thrkill */
@@ -300,7 +300,7 @@ struct sysent sysent[] = {
sys_mkfifo }, /* 132 = mkfifo */
{ 6, s(struct sys_sendto_args), SY_NOLOCK | 0,
sys_sendto }, /* 133 = sendto */
- { 2, s(struct sys_shutdown_args), SY_NOLOCK | 0,
+ { 2, s(struct sys_shutdown_args), 0,
sys_shutdown }, /* 134 = shutdown */
{ 4, s(struct sys_socketpair_args), SY_NOLOCK | 0,
sys_socketpair }, /* 135 = socketpair */