summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1997-06-16 00:29:36 +0000
committerdyson <dyson@FreeBSD.org>1997-06-16 00:29:36 +0000
commit1dcc2689e70c9a1ef6ab3fdc4cd16d3ccaa83c7d (patch)
treee5651aa05b6b49b6cd9fe5e8b7a44c6f4b09b6ee /sys/kern/init_sysent.c
parent195ce8e1d024251eb78a9b82a8ab980dadb12efe (diff)
downloadFreeBSD-src-1dcc2689e70c9a1ef6ab3fdc4cd16d3ccaa83c7d.zip
FreeBSD-src-1dcc2689e70c9a1ef6ab3fdc4cd16d3ccaa83c7d.tar.gz
Modifications to existing files to support the initial AIO/LIO and
kernel based threading support.
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 2a92d91..29b435f 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -346,4 +346,16 @@ struct sysent sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 311 = setresuid */
{ 0, (sy_call_t *)nosys }, /* 312 = setresgid */
{ 3, (sy_call_t *)signanosleep }, /* 313 = signanosleep */
+ { 1, (sy_call_t *)aio_return }, /* 314 = aio_return */
+ { 3, (sy_call_t *)aio_suspend }, /* 315 = aio_suspend */
+ { 2, (sy_call_t *)aio_cancel }, /* 316 = aio_cancel */
+ { 1, (sy_call_t *)aio_error }, /* 317 = aio_error */
+ { 1, (sy_call_t *)aio_read }, /* 318 = aio_read */
+ { 1, (sy_call_t *)aio_write }, /* 319 = aio_write */
+ { 4, (sy_call_t *)lio_listio }, /* 320 = lio_listio */
+ { 0, (sy_call_t *)yield }, /* 321 = yield */
+ { 1, (sy_call_t *)thr_sleep }, /* 322 = thr_sleep */
+ { 1, (sy_call_t *)thr_wakeup }, /* 323 = thr_wakeup */
+ { 1, (sy_call_t *)mlockall }, /* 324 = mlockall */
+ { 0, (sy_call_t *)munlockall }, /* 325 = munlockall */
};
OpenPOWER on IntegriCloud