summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-06-29 00:29:06 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-06-29 00:29:06 +0000
commit8ed9fd4e44757cc92acb04b789af66489cfcc65c (patch)
tree0df317119706d04b717dd2e0296456f640a95083 /sys/kern
parent6b760b08b2c8efb99d242f647da4a8503a76c33e (diff)
regen
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c17
-rw-r--r--sys/kern/syscalls.c12
2 files changed, 4 insertions, 25 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 5df52abffca..f45c1ef96f1 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.110 2010/01/18 19:13:06 schwarze Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.111 2010/06/29 00:29:05 tedu Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.98 2010/01/18 19:09:39 schwarze Exp
+ * created from; OpenBSD: syscalls.master,v 1.99 2010/06/29 00:28:14 tedu Exp
*/
#include <sys/param.h>
@@ -801,7 +801,6 @@ struct sysent sysent[] = {
#endif
{ 0, 0, 0,
sys_sched_yield }, /* 298 = sched_yield */
-#ifdef RTHREADS
{ 0, 0, 0,
sys_getthrid }, /* 299 = getthrid */
{ 4, s(struct sys_thrsleep_args), 0,
@@ -812,18 +811,6 @@ struct sysent sysent[] = {
sys_threxit }, /* 302 = threxit */
{ 3, s(struct sys_thrsigdivert_args), 0,
sys_thrsigdivert }, /* 303 = thrsigdivert */
-#else
- { 0, 0, 0,
- sys_nosys }, /* 299 = unimplemented */
- { 0, 0, 0,
- sys_nosys }, /* 300 = unimplemented */
- { 0, 0, 0,
- sys_nosys }, /* 301 = unimplemented */
- { 0, 0, 0,
- sys_nosys }, /* 302 = unimplemented */
- { 0, 0, 0,
- sys_nosys }, /* 303 = unimplemented */
-#endif
{ 2, s(struct sys___getcwd_args), 0,
sys___getcwd }, /* 304 = __getcwd */
{ 2, s(struct sys_adjfreq_args), 0,
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 0671c5a7c95..d46f94ee507 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.111 2010/01/18 19:13:06 schwarze Exp $ */
+/* $OpenBSD: syscalls.c,v 1.112 2010/06/29 00:29:05 tedu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.98 2010/01/18 19:09:39 schwarze Exp
+ * created from; OpenBSD: syscalls.master,v 1.99 2010/06/29 00:28:14 tedu Exp
*/
char *syscallnames[] = {
@@ -408,19 +408,11 @@ char *syscallnames[] = {
"#297 (unimplemented)", /* 297 = unimplemented */
#endif
"sched_yield", /* 298 = sched_yield */
-#ifdef RTHREADS
"getthrid", /* 299 = getthrid */
"thrsleep", /* 300 = thrsleep */
"thrwakeup", /* 301 = thrwakeup */
"threxit", /* 302 = threxit */
"thrsigdivert", /* 303 = thrsigdivert */
-#else
- "#299 (unimplemented)", /* 299 = unimplemented */
- "#300 (unimplemented)", /* 300 = unimplemented */
- "#301 (unimplemented)", /* 301 = unimplemented */
- "#302 (unimplemented)", /* 302 = unimplemented */
- "#303 (unimplemented)", /* 303 = unimplemented */
-#endif
"__getcwd", /* 304 = __getcwd */
"adjfreq", /* 305 = adjfreq */
"getfsstat", /* 306 = getfsstat */