4.4BSD/usr/src/sys/news3400/newsos/news_syscalls.c

Compare this file to the similar file:
Show the results in this format:

/*
 * System call names.
 *
 * DO NOT EDIT-- this file is automatically generated.
 * created from	@(#)syscalls.master	8.1 (Berkeley) 6/11/93
 */

char *syscallnames[] = {
	"#0",			/* 0 = nosys indir */
	"exit",			/* 1 = exit */
	"fork",			/* 2 = fork */
	"read",			/* 3 = read */
	"write",			/* 4 = write */
	"open",			/* 5 = open */
	"close",			/* 6 = close */
	"wait4",			/* 7 = wait4 */
	"ocreat",			/* 8 = ocreat */
	"link",			/* 9 = link */
	"unlink",			/* 10 = unlink */
	"obs_execv",			/* 11 = obsolete execv */
	"chdir",			/* 12 = chdir */
	"old.news_time",		/* 13 = old news_time */
	"mknod",			/* 14 = mknod */
	"chmod",			/* 15 = chmod */
	"chown",			/* 16 = chown */
	"break",			/* 17 = break */
	"obs_stat",			/* 18 = obsolete stat */
	"olseek",			/* 19 = olseek */
	"getpid",			/* 20 = getpid */
	"mount",			/* 21 = mount */
	"obs_umount",			/* 22 = obsolete umount */
	"setuid",			/* 23 = setuid */
	"getuid",			/* 24 = getuid */
	"obs_stime",			/* 25 = obsolete stime */
	"ptrace",			/* 26 = ptrace */
	"obs_alarm",			/* 27 = obsolete alarm */
	"obs_fstat",			/* 28 = obsolete fstat */
	"obs_pause",			/* 29 = obsolete pause */
	"obs_utime",			/* 30 = obsolete utime */
	"#31",			/* 31 = nosys */
	"#32",			/* 32 = nosys */
	"access",			/* 33 = access */
	"obs_access",			/* 34 = obsolete access */
	"obs_ftime",			/* 35 = obsolete ftime */
	"sync",			/* 36 = sync */
	"kill",			/* 37 = kill */
	"ostat",			/* 38 = ostat */
	"obs_setpgrp",			/* 39 = obsolete setpgrp */
	"olstat",			/* 40 = olstat */
	"dup",			/* 41 = dup */
	"pipe",			/* 42 = pipe */
	"obs_times",			/* 43 = obsolete times */
	"profil",			/* 44 = profil */
	"#45",			/* 45 = nosys */
	"obs_setgid",			/* 46 = obsolete setgid */
	"getgid",			/* 47 = getgid */
	"obs_ssig",			/* 48 = obsolete ssig sig */
	"#49",			/* 49 = nosys */
	"#50",			/* 50 = nosys */
	"acct",			/* 51 = acct */
	"#52",			/* 52 = nosys */
	"#53",			/* 53 = nosys */
	"ioctl",			/* 54 = ioctl */
	"reboot",			/* 55 = reboot */
	"#56",			/* 56 = nosys */
	"symlink",			/* 57 = symlink */
	"readlink",			/* 58 = readlink */
	"execve",			/* 59 = execve */
	"umask",			/* 60 = umask */
	"chroot",			/* 61 = chroot */
	"ofstat",			/* 62 = ofstat */
	"#63",			/* 63 = nosys */
	"ogetpagesize",			/* 64 = ogetpagesize */
	"#65",			/* 65 = news_mremap */
	"vfork",			/* 66 = vfork */
	"obs_vread",			/* 67 = obsolete vread */
	"obs_vwrite",			/* 68 = obsolete vwrite */
	"sbrk",			/* 69 = sbrk */
	"sstk",			/* 70 = sstk */
	"#71",			/* 71 = news_mmap */
	"vadvise",			/* 72 = vadvise */
	"munmap",			/* 73 = munmap */
	"mprotect",			/* 74 = mprotect */
	"madvise",			/* 75 = madvise */
	"obs_vhangup",			/* 76 = obsolete vhangup */
	"obs_vlimit",			/* 77 = obsolete vlimit */
	"mincore",			/* 78 = mincore */
	"getgroups",			/* 79 = getgroups */
	"setgroups",			/* 80 = setgroups */
	"getpgrp",			/* 81 = getpgrp */
	"setpgid",			/* 82 = setpgid */
	"setitimer",			/* 83 = setitimer */
	"owait",			/* 84 = owait */
	"swapon",			/* 85 = swapon */
	"getitimer",			/* 86 = getitimer */
	"ogethostname",			/* 87 = ogethostname */
	"osethostname",			/* 88 = osethostname */
	"getdtablesize",			/* 89 = getdtablesize */
	"dup2",			/* 90 = dup2 */
	"#91",			/* 91 = getdopt */
	"fcntl",			/* 92 = fcntl */
	"select",			/* 93 = select */
	"#94",			/* 94 = setdopt */
	"fsync",			/* 95 = fsync */
	"setpriority",			/* 96 = setpriority */
	"socket",			/* 97 = socket */
	"connect",			/* 98 = connect */
	"oaccept",			/* 99 = oaccept */
	"getpriority",			/* 100 = getpriority */
	"osend",			/* 101 = osend */
	"orecv",			/* 102 = orecv */
	"sigreturn",			/* 103 = sigreturn */
	"bind",			/* 104 = bind */
	"setsockopt",			/* 105 = setsockopt */
	"listen",			/* 106 = listen */
	"obs_vtimes",			/* 107 = obsolete vtimes */
	"osigvec",			/* 108 = osigvec */
	"osigblock",			/* 109 = osigblock */
	"osigsetmask",			/* 110 = osigsetmask */
	"sigsuspend",			/* 111 = sigsuspend */
	"osigstack",			/* 112 = osigstack */
	"orecvmsg",			/* 113 = orecvmsg */
	"osendmsg",			/* 114 = osendmsg */
#ifdef TRACE
	"vtrace",			/* 115 = vtrace */
#else
	"obs_vtrace",			/* 115 = obsolete vtrace */
#endif
	"gettimeofday",			/* 116 = gettimeofday */
	"getrusage",			/* 117 = getrusage */
	"getsockopt",			/* 118 = getsockopt */
	"#119",			/* 119 = nosys */
	"readv",			/* 120 = readv */
	"writev",			/* 121 = writev */
	"settimeofday",			/* 122 = settimeofday */
	"fchown",			/* 123 = fchown */
	"fchmod",			/* 124 = fchmod */
	"orecvfrom",			/* 125 = orecvfrom */
	"osetreuid",			/* 126 = osetreuid */
	"osetregid",			/* 127 = osetregid */
	"rename",			/* 128 = rename */
	"otruncate",			/* 129 = otruncate */
	"oftruncate",			/* 130 = oftruncate */
	"flock",			/* 131 = flock */
	"#132",			/* 132 = nosys */
	"sendto",			/* 133 = sendto */
	"shutdown",			/* 134 = shutdown */
	"socketpair",			/* 135 = socketpair */
	"mkdir",			/* 136 = mkdir */
	"rmdir",			/* 137 = rmdir */
	"utimes",			/* 138 = utimes */
	"obs_4.2",			/* 139 = obsolete 4.2 sigreturn */
	"adjtime",			/* 140 = adjtime */
	"ogetpeername",			/* 141 = ogetpeername */
	"ogethostid",			/* 142 = ogethostid */
	"osethostid",			/* 143 = osethostid */
	"ogetrlimit",			/* 144 = ogetrlimit */
	"osetrlimit",			/* 145 = osetrlimit */
	"okillpg",			/* 146 = okillpg */
	"#147",			/* 147 = nosys */
	"quotactl",			/* 148 = quotactl */
	"oquota",			/* 149 = oquota */
	"ogetsockname",			/* 150 = ogetsockname */
	"news_setenvp",			/* 151 = news_setenvp */
	"news_sysnews",			/* 152 = news_sysnews */
	"#153",			/* 153 = nosys */
	"#154",			/* 154 = nosys */
#ifdef NFS
	"nfssvc",			/* 155 = nfssvc */
#else
	"#155",			/* 155 = nosys */
#endif
	"ogetdirentries",			/* 156 = ogetdirentries */
	"statfs",			/* 157 = statfs */
	"fstatfs",			/* 158 = fstatfs */
	"#159",			/* 159 = news_unmount */
	"#160",			/* 160 = news_async_daemon */
#ifdef NFS
	"getfh",			/* 161 = getfh */
#else
	"#161",			/* 161 = nosys */
#endif
	"sun_getdomainname",			/* 162 = sun_getdomainname */
	"sun_setdomainname",			/* 163 = sun_setdomainname */
	"#164",			/* 164 = nosys */
	"#165",			/* 165 = nosys */
	"#166",			/* 166 = nosys */
	"#167",			/* 167 = nosys */
	"#168",			/* 168 = nosys */
	"#169",			/* 169 = nosys */
	"#170",			/* 170 = nosys */
#ifdef SYSVSHM
	"shmsys",			/* 171 = shmsys */
#else
	"#171",			/* 171 = nosys */
#endif
	"#172",			/* 172 = nosys */
	"#173",			/* 173 = nosys */
	"sun_getdents",			/* 174 = sun_getdents */
	"#175",			/* 175 = nosys */
	"#176",			/* 176 = nosys */
	"#177",			/* 177 = nosys */
	"#178",			/* 178 = nosys */
	"#179",			/* 179 = nosys */
};