summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2000-06-15 05:30:32 +0000
committerbrad <brad@openbsd.org>2000-06-15 05:30:32 +0000
commit6208b292ed24058cb049e055ccff48a2e5529b2a (patch)
tree7a0536232ebb8960d3a5ba223385904282faea22
parentadd more unimplemented syscall name placeholders, from NetBSD. (diff)
downloadwireguard-openbsd-6208b292ed24058cb049e055ccff48a2e5529b2a.tar.xz
wireguard-openbsd-6208b292ed24058cb049e055ccff48a2e5529b2a.zip
regen
-rw-r--r--sys/compat/svr4/svr4_syscall.h4
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h4
-rw-r--r--sys/compat/svr4/svr4_syscalls.c8
-rw-r--r--sys/compat/svr4/svr4_sysent.c8
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index 86dfff2615a..e2e157b7f0b 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: svr4_syscall.h,v 1.26 1999/10/07 17:24:38 brad Exp $ */
+/* $OpenBSD: svr4_syscall.h,v 1.27 2000/06/15 05:30:32 brad Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp
+ * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index c7bba803ea1..7345b366f54 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: svr4_syscallargs.h,v 1.26 1999/10/07 17:24:38 brad Exp $ */
+/* $OpenBSD: svr4_syscallargs.h,v 1.27 2000/06/15 05:30:32 brad Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp
+ * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c
index 9c671b294d4..8fc4c28a1aa 100644
--- a/sys/compat/svr4/svr4_syscalls.c
+++ b/sys/compat/svr4/svr4_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: svr4_syscalls.c,v 1.26 1999/10/07 17:24:38 brad Exp $ */
+/* $OpenBSD: svr4_syscalls.c,v 1.27 2000/06/15 05:30:32 brad Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp
+ * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp
*/
char *svr4_syscallnames[] = {
@@ -169,7 +169,7 @@ char *svr4_syscallnames[] = {
"#146 (unimplemented yield)", /* 146 = unimplemented yield */
"#147 (unimplemented lwp_sema_wait)", /* 147 = unimplemented lwp_sema_wait */
"#148 (unimplemented lwp_sema_post)", /* 148 = unimplemented lwp_sema_post */
- "#149 (unimplemented)", /* 149 = unimplemented */
+ "#149 (unimplemented lwp_sema_trywait)", /* 149 = unimplemented lwp_sema_trywait */
"#150 (unimplemented)", /* 150 = unimplemented */
"#151 (unimplemented)", /* 151 = unimplemented */
"#152 (unimplemented modctl)", /* 152 = unimplemented modctl */
@@ -229,7 +229,7 @@ char *svr4_syscallnames[] = {
"#206 (unimplemented schedctl)", /* 206 = unimplemented schedctl */
"#207 (unimplemented pset)", /* 207 = unimplemented pset */
"#208 (unimplemented)", /* 208 = unimplemented */
- "#209 (unimplemented)", /* 209 = unimplemented */
+ "#209 (unimplemented resolvepath)", /* 209 = unimplemented resolvepath */
"#210 (unimplemented signotifywait)", /* 210 = unimplemented signotifywait */
"#211 (unimplemented lwp_sigredirect)", /* 211 = unimplemented lwp_sigredirect */
"#212 (unimplemented lwp_alarm)", /* 212 = unimplemented lwp_alarm */
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c
index a5f436b6256..b7083cc8fa7 100644
--- a/sys/compat/svr4/svr4_sysent.c
+++ b/sys/compat/svr4/svr4_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: svr4_sysent.c,v 1.26 1999/10/07 17:24:38 brad Exp $ */
+/* $OpenBSD: svr4_sysent.c,v 1.27 2000/06/15 05:30:32 brad Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp
+ * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp
*/
#include <sys/param.h>
@@ -355,7 +355,7 @@ struct sysent svr4_sysent[] = {
{ 0, 0,
sys_nosys }, /* 148 = unimplemented lwp_sema_post */
{ 0, 0,
- sys_nosys }, /* 149 = unimplemented */
+ sys_nosys }, /* 149 = unimplemented lwp_sema_trywait */
{ 0, 0,
sys_nosys }, /* 150 = unimplemented */
{ 0, 0,
@@ -475,7 +475,7 @@ struct sysent svr4_sysent[] = {
{ 0, 0,
sys_nosys }, /* 208 = unimplemented */
{ 0, 0,
- sys_nosys }, /* 209 = unimplemented */
+ sys_nosys }, /* 209 = unimplemented resolvepath */
{ 0, 0,
sys_nosys }, /* 210 = unimplemented signotifywait */
{ 0, 0,