summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-30 02:14:37 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-30 02:14:37 +0000
commit7ed917d56c1ca17c67ddecc4956c2c60c422d4c1 (patch)
treed2ab2b8fc8bc974e5a48f945d502243d95a43be0 /sys/kern
parenta27888aa88617c03fa8acc2f08bd1088b522b4e3 (diff)
downloadFreeBSD-src-7ed917d56c1ca17c67ddecc4956c2c60c422d4c1.zip
FreeBSD-src-7ed917d56c1ca17c67ddecc4956c2c60c422d4c1.tar.gz
Regen.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c14
-rw-r--r--sys/kern/syscalls.c14
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 7304a1b..23eea30 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.202 2005/10/23 04:22:55 davidxu Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.203 2005/10/30 02:12:49 davidxu Exp
*/
#include "opt_compat.h"
@@ -284,9 +284,9 @@ struct sysent sysent[] = {
{ SYF_MPSAFE | AS(openbsd_poll_args), (sy_call_t *)openbsd_poll, AUE_NULL }, /* 252 = openbsd_poll */
{ SYF_MPSAFE | 0, (sy_call_t *)issetugid, AUE_NULL }, /* 253 = issetugid */
{ SYF_MPSAFE | AS(lchown_args), (sy_call_t *)lchown, AUE_NULL }, /* 254 = lchown */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 255 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 256 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 257 = nosys */
+ { AS(aio_read_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 255 = aio_read */
+ { AS(aio_write_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 256 = aio_write */
+ { AS(lio_listio_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 257 = lio_listio */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 258 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 259 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 260 = nosys */
@@ -347,9 +347,9 @@ struct sysent sysent[] = {
{ AS(aio_suspend_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 315 = aio_suspend */
{ AS(aio_cancel_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 316 = aio_cancel */
{ AS(aio_error_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 317 = aio_error */
- { AS(aio_read_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 318 = aio_read */
- { AS(aio_write_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 319 = aio_write */
- { AS(lio_listio_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 320 = lio_listio */
+ { AS(oaio_read_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 318 = oaio_read */
+ { AS(oaio_write_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 319 = oaio_write */
+ { AS(olio_listio_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 320 = olio_listio */
{ SYF_MPSAFE | 0, (sy_call_t *)yield, AUE_NULL }, /* 321 = yield */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 322 = obsolete thr_sleep */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 323 = obsolete thr_wakeup */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 7593e6e..b4cf508 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.202 2005/10/23 04:22:55 davidxu Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.203 2005/10/30 02:12:49 davidxu Exp
*/
const char *syscallnames[] = {
@@ -262,9 +262,9 @@ const char *syscallnames[] = {
"openbsd_poll", /* 252 = openbsd_poll */
"issetugid", /* 253 = issetugid */
"lchown", /* 254 = lchown */
- "#255", /* 255 = nosys */
- "#256", /* 256 = nosys */
- "#257", /* 257 = nosys */
+ "aio_read", /* 255 = aio_read */
+ "aio_write", /* 256 = aio_write */
+ "lio_listio", /* 257 = lio_listio */
"#258", /* 258 = nosys */
"#259", /* 259 = nosys */
"#260", /* 260 = nosys */
@@ -325,9 +325,9 @@ const char *syscallnames[] = {
"aio_suspend", /* 315 = aio_suspend */
"aio_cancel", /* 316 = aio_cancel */
"aio_error", /* 317 = aio_error */
- "aio_read", /* 318 = aio_read */
- "aio_write", /* 319 = aio_write */
- "lio_listio", /* 320 = lio_listio */
+ "oaio_read", /* 318 = oaio_read */
+ "oaio_write", /* 319 = oaio_write */
+ "olio_listio", /* 320 = olio_listio */
"yield", /* 321 = yield */
"obs_thr_sleep", /* 322 = obsolete thr_sleep */
"obs_thr_wakeup", /* 323 = obsolete thr_wakeup */
OpenPOWER on IntegriCloud