summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-02-23 18:31:34 +0000
committerpeter <peter@FreeBSD.org>1996-02-23 18:31:34 +0000
commit834adf89dc86160b3de01b8991acc8ec96028a47 (patch)
tree4ed91fa74f148d81758be1b7afba36eb0f85058e /sys/kern/init_sysent.c
parentf558684e987aacfb81ed1c7d9c01a0ee123fd0de (diff)
downloadFreeBSD-src-834adf89dc86160b3de01b8991acc8ec96028a47.zip
FreeBSD-src-834adf89dc86160b3de01b8991acc8ec96028a47.tar.gz
Run makesyscalls to regen the tables.
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c36
1 files changed, 28 insertions, 8 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 61d60e8..d7024c5 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.23 1996/01/08 04:13:25 peter Exp
+ * created from Id: syscalls.master,v 1.26 1996/02/23 18:20:44 peter Exp
*/
#include <sys/types.h>
@@ -138,7 +138,7 @@ struct sysent sysent[] = {
{ 2, (sy_call_t *)gettimeofday }, /* 116 = gettimeofday */
{ 2, (sy_call_t *)getrusage }, /* 117 = getrusage */
{ 5, (sy_call_t *)getsockopt }, /* 118 = getsockopt */
- { 0, (sy_call_t *)nosys }, /* 119 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 119 = resuba */
{ 3, (sy_call_t *)readv }, /* 120 = readv */
{ 3, (sy_call_t *)writev }, /* 121 = writev */
{ 2, (sy_call_t *)settimeofday }, /* 122 = settimeofday */
@@ -170,9 +170,9 @@ struct sysent sysent[] = {
{ 4, (sy_call_t *)quotactl }, /* 148 = quotactl */
{ compat(0,quota) }, /* 149 = old quota */
{ compat(3,getsockname) }, /* 150 = old getsockname */
- { 0, (sy_call_t *)nosys }, /* 151 = nosys */
- { 0, (sy_call_t *)nosys }, /* 152 = nosys */
- { 0, (sy_call_t *)nosys }, /* 153 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 151 = sem_lock */
+ { 0, (sy_call_t *)nosys }, /* 152 = sem_wakeup */
+ { 0, (sy_call_t *)nosys }, /* 153 = asyncdaemon */
{ 0, (sy_call_t *)nosys }, /* 154 = nosys */
#ifdef NFS
{ 2, (sy_call_t *)nfssvc }, /* 155 = nfssvc */
@@ -204,9 +204,9 @@ struct sysent sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 174 = nosys */
{ 0, (sy_call_t *)nosys }, /* 175 = nosys */
{ 1, (sy_call_t *)ntp_adjtime }, /* 176 = ntp_adjtime */
- { 0, (sy_call_t *)nosys }, /* 177 = nosys */
- { 0, (sy_call_t *)nosys }, /* 178 = nosys */
- { 0, (sy_call_t *)nosys }, /* 179 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 177 = sfork */
+ { 0, (sy_call_t *)nosys }, /* 178 = getdescriptor */
+ { 0, (sy_call_t *)nosys }, /* 179 = setdescriptor */
{ 0, (sy_call_t *)nosys }, /* 180 = nosys */
{ 1, (sy_call_t *)setgid }, /* 181 = setgid */
{ 1, (sy_call_t *)setegid }, /* 182 = setegid */
@@ -266,6 +266,26 @@ struct sysent sysent[] = {
{ 3, (sy_call_t *)shmctl }, /* 229 = shmctl */
{ 1, (sy_call_t *)shmdt }, /* 230 = shmdt */
{ 3, (sy_call_t *)shmget }, /* 231 = shmget */
+ { 0, (sy_call_t *)nosys }, /* 232 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 233 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 234 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 235 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 236 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 237 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 238 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 239 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 240 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 241 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 242 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 243 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 244 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 245 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 246 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 247 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 248 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 249 = nosys */
+ { 3, (sy_call_t *)minherit }, /* 250 = minherit */
+ { 1, (sy_call_t *)rfork }, /* 251 = rfork */
};
struct sysentvec aout_sysvec = {
OpenPOWER on IntegriCloud