blob: 9d5826b373f04213ed87a206d25c2f6ed2e3a39b [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001/*
2 * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
3 * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * 3. The name of the author may not be used to endorse or promote products
15 * derived from this software without specific prior written permission.
16 *
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000027 */
28
Elvira Khabirova140ecf82015-07-10 22:24:48 +030029[ 0] = { 6, 0, SEN(printargs), "osf_syscall" }, /*not implemented */
30[ 1] = { 1, TP|SE, SEN(exit), "exit" },
31[ 2] = { 0, TP, SEN(fork), "fork" },
32[ 3] = { 3, TD, SEN(read), "read" },
33[ 4] = { 3, TD, SEN(write), "write" },
34[ 5] = { 5, 0, SEN(printargs), "osf_old_open" }, /*not implemented */
35[ 6] = { 1, TD, SEN(close), "close" },
36[ 7] = { 4, TP, SEN(osf_wait4), "osf_wait4" },
37[ 8] = { 5, 0, SEN(printargs), "osf_old_creat" }, /*not implemented */
38[ 9] = { 2, TF, SEN(link), "link" },
39[ 10] = { 1, TF, SEN(unlink), "unlink" },
40[ 11] = { 5, 0, SEN(printargs), "osf_execve" }, /*not implemented */
41[ 12] = { 1, TF, SEN(chdir), "chdir" },
42[ 13] = { 1, TD, SEN(fchdir), "fchdir" },
43[ 14] = { 3, TF, SEN(mknod), "mknod" },
44[ 15] = { 2, TF, SEN(chmod), "chmod" },
45[ 16] = { 3, TF, SEN(chown), "chown" },
46[ 17] = { 1, TM|SI, SEN(brk), "brk" },
47[ 18] = { 5, 0, SEN(printargs), "osf_getfsstat" }, /*not implemented */
48[ 19] = { 3, TD, SEN(lseek), "lseek" },
49[ 20] = { 0, 0, SEN(getpid), "getxpid" },
50[ 21] = { 4, 0, SEN(printargs), "osf_mount" },
51[ 22] = { 2, TF, SEN(umount2), "umount" },
52[ 23] = { 1, 0, SEN(setuid), "setuid" },
53[ 24] = { 0, NF, SEN(getuid), "getxuid" },
54[ 25] = { 5, 0, SEN(printargs), "exec_with_loader" }, /*not implemented */
55[ 26] = { 4, 0, SEN(ptrace), "ptrace" },
56[ 27] = { 5, 0, SEN(printargs), "osf_nrecvmsg" }, /*not implemented */
57[ 28] = { 5, 0, SEN(printargs), "osf_nsendmsg" }, /*not implemented */
58[ 29] = { 5, 0, SEN(printargs), "osf_nrecvfrom" }, /*not implemented */
59[ 30] = { 5, 0, SEN(printargs), "osf_naccept" }, /*not implemented */
60[ 31] = { 5, 0, SEN(printargs), "osf_ngetpeername" }, /*not implemented */
61[ 32] = { 5, 0, SEN(printargs), "osf_ngetsockname" }, /*not implemented */
62[ 33] = { 2, TF, SEN(access), "access" },
63[ 34] = { 5, 0, SEN(printargs), "osf_chflags" }, /*not implemented */
64[ 35] = { 5, 0, SEN(printargs), "osf_fchflags" }, /*not implemented */
65[ 36] = { 0, 0, SEN(sync), "sync" },
66[ 37] = { 2, TS, SEN(kill), "kill" },
67[ 38] = { 5, 0, SEN(printargs), "osf_old_stat" }, /*not implemented */
68[ 39] = { 2, 0, SEN(setpgid), "setpgid" },
69[ 40] = { 5, 0, SEN(printargs), "osf_old_lstat" }, /*not implemented */
70[ 41] = { 1, TD, SEN(dup), "dup" },
71[ 42] = { 1, TD, SEN(pipe), "pipe" },
Dmitry V. Levinecabdcf2015-07-21 16:26:51 +000072[ 43] = { 4, 0, SEN(printargs), "osf_set_program_attributes" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030073[ 44] = { 5, 0, SEN(printargs), "osf_profil" }, /*not implemented */
74[ 45] = { 3, TD|TF, SEN(open), "open" },
75[ 46] = { 5, 0, SEN(printargs), "osf_old_sigaction" }, /*not implemented */
76[ 47] = { 1, NF, SEN(getgid), "getxgid" },
77[ 48] = { 2, TS, SEN(sigprocmask), "osf_sigprocmask" },
78[ 49] = { 5, 0, SEN(printargs), "osf_getlogin" }, /*not implemented */
79[ 50] = { 5, 0, SEN(printargs), "osf_setlogin" }, /*not implemented */
80[ 51] = { 1, TF, SEN(acct), "acct" },
81[ 52] = { 1, TS, SEN(sigpending), "sigpending" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000082[ 53] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030083[ 54] = { 3, TD, SEN(ioctl), "ioctl" },
84[ 55] = { 5, 0, SEN(printargs), "osf_reboot" }, /*not implemented */
85[ 56] = { 5, 0, SEN(printargs), "osf_revoke" }, /*not implemented */
86[ 57] = { 2, TF, SEN(symlink), "symlink" },
87[ 58] = { 3, TF, SEN(readlink), "readlink" },
88[ 59] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
89[ 60] = { 1, 0, SEN(umask), "umask" },
90[ 61] = { 1, TF, SEN(chroot), "chroot" },
91[ 62] = { 5, 0, SEN(printargs), "osf_old_fstat" }, /*not implemented */
92[ 63] = { 0, 0, SEN(getpgrp), "getpgrp" },
93[ 64] = { 0, 0, SEN(getpagesize), "getpagesize" },
94[ 65] = { 5, TM, SEN(printargs), "osf_mremap" }, /*not implemented */
95[ 66] = { 0, TP, SEN(vfork), "vfork" },
96[ 67] = { 2, TF, SEN(stat), "stat" },
97[ 68] = { 2, TF, SEN(lstat), "lstat" },
98[ 69] = { 5, TM, SEN(printargs), "osf_sbrk" }, /*not implemented */
99[ 70] = { 5, 0, SEN(printargs), "osf_sstk" }, /*not implemented */
100[ 71] = { 6, TD|TM|SI, SEN(mmap), "mmap" },
101[ 72] = { 5, 0, SEN(printargs), "osf_old_vadvise" }, /*not implemented */
102[ 73] = { 2, TM|SI, SEN(munmap), "munmap" },
103[ 74] = { 3, TM|SI, SEN(mprotect), "mprotect" },
104[ 75] = { 3, TM, SEN(madvise), "madvise" },
105[ 76] = { 0, 0, SEN(vhangup), "vhangup" },
106[ 77] = { 5, 0, SEN(printargs), "osf_kmodcall" }, /*not implemented */
107[ 78] = { 5, TM, SEN(printargs), "osf_mincore" }, /*not implemented */
108[ 79] = { 2, 0, SEN(getgroups), "getgroups" },
109[ 80] = { 2, 0, SEN(setgroups), "setgroups" },
110[ 81] = { 5, 0, SEN(printargs), "osf_old_getpgrp" }, /*not implemented */
111[ 82] = { 2, 0, SEN(setpgrp), "setpgrp" },
112[ 83] = { 3, 0, SEN(osf_setitimer), "osf_setitimer" },
113[ 84] = { 5, 0, SEN(printargs), "osf_old_wait" }, /*not implemented */
114[ 85] = { 5, 0, SEN(printargs), "osf_table" }, /*not implemented */
115[ 86] = { 2, 0, SEN(osf_getitimer), "osf_getitimer" },
116[ 87] = { 2, 0, SEN(gethostname), "gethostname" },
117[ 88] = { 2, 0, SEN(sethostname), "sethostname" },
118[ 89] = { 0, 0, SEN(getdtablesize), "getdtablesize" },
119[ 90] = { 2, TD, SEN(dup2), "dup2" },
120[ 91] = { 2, TD, SEN(fstat), "fstat" },
121[ 92] = { 3, TD, SEN(fcntl), "fcntl" },
122[ 93] = { 5, 0, SEN(osf_select), "osf_select" },
123[ 94] = { 3, TD, SEN(poll), "poll" },
124[ 95] = { 1, TD, SEN(fsync), "fsync" },
125[ 96] = { 3, 0, SEN(setpriority), "setpriority" },
126[ 97] = { 3, TN, SEN(socket), "socket" },
127[ 98] = { 3, TN, SEN(connect), "connect" },
128[ 99] = { 3, TN, SEN(accept), "accept" },
129[100] = { 2, 0, SEN(getpriority), "osf_getpriority" },
130[101] = { 4, TN, SEN(send), "send" },
131[102] = { 4, TN, SEN(recv), "recv" },
132[103] = { 0, TS, SEN(sigreturn), "sigreturn" },
133[104] = { 3, TN, SEN(bind), "bind" },
134[105] = { 5, TN, SEN(setsockopt), "setsockopt" },
135[106] = { 2, TN, SEN(listen), "listen" },
136[107] = { 5, 0, SEN(printargs), "osf_plock" }, /*not implemented */
137[108] = { 5, 0, SEN(printargs), "osf_old_sigvec" }, /*not implemented */
138[109] = { 5, 0, SEN(printargs), "osf_old_sigblock" }, /*not implemented */
139[110] = { 5, 0, SEN(printargs), "osf_old_sigsetmask" }, /*not implemented */
140[111] = { 3, TS, SEN(sigsuspend), "sigsuspend" },
Dmitry V. Levinecabdcf2015-07-21 16:26:51 +0000141[112] = { 2, 0, SEN(printargs), "osf_sigstack" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300142[113] = { 3, TN, SEN(recvmsg), "recvmsg" },
143[114] = { 3, TN, SEN(sendmsg), "sendmsg" },
144[115] = { 5, 0, SEN(printargs), "osf_old_vtrace" }, /*not implemented */
145[116] = { 2, 0, SEN(osf_gettimeofday), "osf_gettimeofday" },
146[117] = { 2, 0, SEN(osf_getrusage), "osf_getrusage" },
147[118] = { 5, TN, SEN(getsockopt), "getsockopt" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000148[119] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300149[120] = { 3, TD, SEN(readv), "readv" },
150[121] = { 3, TD, SEN(writev), "writev" },
151[122] = { 2, 0, SEN(osf_settimeofday), "osf_settimeofday" },
152[123] = { 3, TD, SEN(fchown), "fchown" },
153[124] = { 2, TD, SEN(fchmod), "fchmod" },
154[125] = { 6, TN, SEN(recvfrom), "recvfrom" },
155[126] = { 2, 0, SEN(setreuid), "setreuid" },
156[127] = { 2, 0, SEN(setregid), "setregid" },
157[128] = { 2, TF, SEN(rename), "rename" },
158[129] = { 2, TF, SEN(truncate), "truncate" },
159[130] = { 2, TD, SEN(ftruncate), "ftruncate" },
160[131] = { 2, TD, SEN(flock), "flock" },
161[132] = { 1, 0, SEN(setgid), "setgid" },
162[133] = { 6, TN, SEN(sendto), "sendto" },
163[134] = { 2, TN, SEN(shutdown), "shutdown" },
164[135] = { 4, TN, SEN(socketpair), "socketpair" },
165[136] = { 2, TF, SEN(mkdir), "mkdir" },
166[137] = { 1, TF, SEN(rmdir), "rmdir" },
167[138] = { 2, 0, SEN(osf_utimes), "osf_utimes" },
168[139] = { 5, 0, SEN(printargs), "osf_old_sigreturn" },
169[140] = { 5, 0, SEN(printargs), "osf_adjtime" }, /*not implemented */
170[141] = { 3, TN, SEN(getpeername), "getpeername" },
171[142] = { 5, 0, SEN(printargs), "osf_gethostid" }, /*not implemented */
172[143] = { 5, 0, SEN(printargs), "osf_sethostid" }, /*not implemented */
173[144] = { 2, 0, SEN(getrlimit), "getrlimit" },
174[145] = { 2, 0, SEN(setrlimit), "setrlimit" },
175[146] = { 5, 0, SEN(printargs), "osf_old_killpg" }, /*not implemented */
176[147] = { 0, 0, SEN(setsid), "setsid" },
177[148] = { 4, TF, SEN(quotactl), "quotactl" },
178[149] = { 5, 0, SEN(printargs), "osf_oldquota" }, /*not implemented */
179[150] = { 3, TN, SEN(getsockname), "getsockname" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000180[151 ... 152] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300181[153] = { 5, 0, SEN(printargs), "osf_pid_block" }, /*not implemented */
182[154] = { 5, 0, SEN(printargs), "osf_pid_unblock" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000183[155] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300184[156] = { 3, TS, SEN(sigaction), "sigaction" },
185[157] = { 5, 0, SEN(printargs), "osf_sigwaitprim" }, /*not implemented */
186[158] = { 5, 0, SEN(printargs), "osf_nfssvc" }, /*not implemented */
187[159] = { 4, 0, SEN(printargs), "osf_getdirentries" },
188[160] = { 3, 0, SEN(osf_statfs), "osf_statfs" },
189[161] = { 3, 0, SEN(osf_fstatfs), "osf_fstatfs" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000190[162] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300191[163] = { 5, 0, SEN(printargs), "osf_asynch_daemon" }, /*not implemented */
192[164] = { 5, 0, SEN(printargs), "osf_getfh" }, /*not implemented */
193[165] = { 2, 0, SEN(printargs), "osf_getdomainname" },
194[166] = { 2, 0, SEN(setdomainname), "setdomainname" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000195[167 ... 168] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300196[169] = { 5, 0, SEN(printargs), "osf_exportfs" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000197[170 ... 180] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300198[181] = { 5, 0, SEN(printargs), "osf_alt_plock" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000199[182 ... 183] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300200[184] = { 5, 0, SEN(printargs), "osf_getmnt" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000201[185 ... 186] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300202[187] = { 5, 0, SEN(printargs), "osf_alt_sigpending" }, /*not implemented */
203[188] = { 5, 0, SEN(printargs), "osf_alt_setsid" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000204[189 ... 198] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300205[199] = { 4, 0, SEN(printargs), "osf_swapon" },
206[200] = { 3, TI, SEN(msgctl), "msgctl" },
207[201] = { 2, TI, SEN(msgget), "msgget" },
208[202] = { 5, TI, SEN(msgrcv), "msgrcv" },
209[203] = { 4, TI, SEN(msgsnd), "msgsnd" },
210[204] = { 4, TI, SEN(semctl), "semctl" },
211[205] = { 3, TI, SEN(semget), "semget" },
Dmitry V. Levin82841f72015-07-21 16:04:23 +0000212[206] = { 3, TI, SEN(semop), "semop" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300213[207] = { 1, 0, SEN(printargs), "osf_utsname" },
214[208] = { 3, TF, SEN(chown), "lchown" },
215[209] = { 3, TI|TM, SEN(printargs), "osf_shmat" },
216[210] = { 3, TI, SEN(shmctl), "shmctl" },
217[211] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" },
218[212] = { 3, TI, SEN(shmget), "shmget" },
219[213] = { 5, 0, SEN(printargs), "osf_mvalid" }, /*not implemented */
220[214] = { 5, 0, SEN(printargs), "osf_getaddressconf" }, /*not implemented */
221[215] = { 5, 0, SEN(printargs), "osf_msleep" }, /*not implemented */
222[216] = { 5, 0, SEN(printargs), "osf_mwakeup" }, /*not implemented */
223[217] = { 3, TM, SEN(msync), "msync" },
224[218] = { 5, 0, SEN(printargs), "osf_signal" }, /*not implemented */
225[219] = { 5, 0, SEN(printargs), "osf_utc_gettime" }, /*not implemented */
226[220] = { 5, 0, SEN(printargs), "osf_utc_adjtime" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000227[221] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300228[222] = { 5, 0, SEN(printargs), "osf_security" }, /*not implemented */
229[223] = { 5, 0, SEN(printargs), "osf_kloadcall" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000230[224 ... 232] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300231[233] = { 1, 0, SEN(getpgid), "getpgid" },
232[234] = { 1, 0, SEN(getsid), "getsid" },
233[235] = { 5, TS, SEN(sigaltstack), "sigaltstack" },
234[236] = { 5, 0, SEN(printargs), "osf_waitid" }, /*not implemented */
235[237] = { 5, 0, SEN(printargs), "osf_priocntlset" }, /*not implemented */
236[238] = { 5, 0, SEN(printargs), "osf_sigsendset" }, /*not implemented */
237[239] = { 5, 0, SEN(printargs), "osf_set_speculative" }, /*not implemented */
238[240] = { 5, 0, SEN(printargs), "osf_msfs_syscall" }, /*not implemented */
239[241] = { 5, 0, SEN(printargs), "osf_sysinfo" },
240[242] = { 5, 0, SEN(printargs), "osf_uadmin" }, /*not implemented */
241[243] = { 5, 0, SEN(printargs), "osf_fuser" }, /*not implemented */
242[244] = { 2, 0, SEN(printargs), "osf_proplist_syscall" },
243[245] = { 5, 0, SEN(printargs), "osf_ntp_adjtime" }, /*not implemented */
244[246] = { 5, 0, SEN(printargs), "osf_ntp_gettime" }, /*not implemented */
245[247] = { 5, 0, SEN(printargs), "osf_pathconf" }, /*not implemented */
246[248] = { 5, 0, SEN(printargs), "osf_fpathconf" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000247[249] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300248[250] = { 5, 0, SEN(printargs), "osf_uswitch" }, /*not implemented */
249[251] = { 2, 0, SEN(printargs), "osf_usleep_thread" },
250[252] = { 5, 0, SEN(printargs), "osf_audcntl" }, /*not implemented */
251[253] = { 5, 0, SEN(printargs), "osf_audgen" }, /*not implemented */
Dmitry V. Levin25cb5cb2015-11-24 02:23:18 +0000252[254] = { 3, 0, SEN(sysfs), "sysfs" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300253[255] = { 5, 0, SEN(printargs), "osf_subsysinfo" }, /*not implemented */
254[256] = { 5, 0, SEN(printargs), "osf_getsysinfo" },
255[257] = { 5, 0, SEN(printargs), "osf_setsysinfo" },
256[258] = { 5, 0, SEN(printargs), "osf_afs_syscall" }, /*not implemented */
257[259] = { 5, 0, SEN(printargs), "osf_swapctl" }, /*not implemented */
258[260] = { 5, 0, SEN(printargs), "osf_memcntl" }, /*not implemented */
259[261] = { 5, 0, SEN(printargs), "osf_fdatasync" }, /*not implemented */
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000260[262 ... 299] = { },
Dmitry V. Levina318cc02015-11-24 02:17:48 +0000261[300] = { 2, 0, SEN(bdflush), "bdflush" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300262[301] = { 3, 0, SEN(printargs), "sethae" },
263[302] = { 5, TF, SEN(mount), "mount" },
264[303] = { 1, 0, SEN(adjtimex), "adjtimex32" },
265[304] = { 1, TF, SEN(swapoff), "swapoff" },
266[305] = { 3, TD, SEN(getdents), "getdents" },
267[306] = { 2, 0, SEN(create_module), "create_module" },
268[307] = { 4, 0, SEN(init_module), "init_module" },
269[308] = { 2, 0, SEN(delete_module), "delete_module" },
270[309] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" },
271[310] = { 3, 0, SEN(syslog), "syslog" },
272[311] = { 4, 0, SEN(reboot), "reboot" },
273[312] = { 5, TP, SEN(clone), "clone" },
274[313] = { 1, TF, SEN(uselib), "uselib" },
275[314] = { 2, TM, SEN(mlock), "mlock" },
276[315] = { 2, TM, SEN(munlock), "munlock" },
277[316] = { 1, TM, SEN(mlockall), "mlockall" },
278[317] = { 0, TM, SEN(munlockall), "munlockall" },
279[318] = { 1, 0, SEN(sysinfo), "sysinfo" },
280[319] = { 1, 0, SEN(sysctl), "sysctl" },
281[320] = { 0, 0, SEN(idle), "idle" },
282[321] = { 1, TF, SEN(umount), "oldumount" },
283[322] = { 2, TF, SEN(swapon), "swapon" },
284[323] = { 1, 0, SEN(times), "times" },
285[324] = { 1, 0, SEN(personality), "personality" },
286[325] = { 1, NF, SEN(setfsuid), "setfsuid" },
287[326] = { 1, NF, SEN(setfsgid), "setfsgid" },
288[327] = { 2, 0, SEN(ustat), "ustat" },
289[328] = { 2, TF, SEN(statfs), "statfs" },
290[329] = { 2, TD, SEN(fstatfs), "fstatfs" },
291[330] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
292[331] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
293[332] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" },
294[333] = { 2, 0, SEN(sched_getscheduler), "sched_getscheduler" },
295[334] = { 0, 0, SEN(sched_yield), "sched_yield" },
296[335] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"},
297[336] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
298[337] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
299[338] = { 5, 0, SEN(afs_syscall), "afs_syscall" },
300[339] = { 1, 0, SEN(uname), "uname" },
301[340] = { 2, 0, SEN(nanosleep), "nanosleep" },
302[341] = { 5, TM|SI, SEN(mremap), "mremap" },
303[342] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
304[343] = { 3, 0, SEN(setresuid), "setresuid" },
305[344] = { 3, 0, SEN(getresuid), "getresuid" },
306[345] = { 5, 0, SEN(printargs), "pciconfig_read" },
307[346] = { 5, 0, SEN(printargs), "pciconfig_write" },
308[347] = { 5, 0, SEN(query_module), "query_module" },
309[348] = { 5, 0, SEN(prctl), "prctl" },
310[349] = { 4, TD, SEN(pread), "pread" },
311[350] = { 4, TD, SEN(pwrite), "pwrite" },
312[351] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" },
313[352] = { 5, TS, SEN(rt_sigaction), "rt_sigaction" },
314[353] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
315[354] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
316[355] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
317[356] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
318[357] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
319[358] = { 5, TD, SEN(select), "select" },
320[359] = { 2, 0, SEN(gettimeofday), "gettimeofday" },
321[360] = { 3, 0, SEN(settimeofday), "settimeofday" },
322[361] = { 2, 0, SEN(getitimer), "getitimer" },
323[362] = { 3, 0, SEN(setitimer), "setitimer" },
324[363] = { 2, TF, SEN(utimes), "utimes" },
325[364] = { 2, 0, SEN(getrusage), "getrusage" },
326[365] = { 4, TP, SEN(wait4), "wait4" },
327[366] = { 1, 0, SEN(adjtimex), "adjtimex" },
328[367] = { 2, TF, SEN(getcwd), "getcwd" },
329[368] = { 2, 0, SEN(capget), "capget" },
330[369] = { 2, 0, SEN(capset), "capset" },
331[370] = { 4, TD|TN, SEN(sendfile), "sendfile" },
332[371] = { 3, 0, SEN(setresgid), "setresgid" },
333[372] = { 3, 0, SEN(getresgid), "getresgid" },
334[373] = { 4, 0, SEN(printargs), "dipc" }, /*not implemented */
335[374] = { 2, TF, SEN(pivotroot), "pivot_root" },
336[375] = { 3, TM, SEN(mincore), "mincore" },
337[376] = { 3, 0, SEN(printargs), "pciconfig_iobase" },
338[377] = { 3, TD, SEN(getdents64), "getdents64" },
339[378] = { 0, 0, SEN(gettid), "gettid" },
340[379] = { 3, TD, SEN(readahead), "readahead" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000341[380] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300342[381] = { 2, TS, SEN(kill), "tkill" },
343[382] = { 5, TF, SEN(setxattr), "setxattr" },
344[383] = { 5, TF, SEN(setxattr), "lsetxattr" },
345[384] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
346[385] = { 4, TF, SEN(getxattr), "getxattr" },
347[386] = { 4, TF, SEN(getxattr), "lgetxattr" },
348[387] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
349[388] = { 3, TF, SEN(listxattr), "listxattr" },
350[389] = { 3, TF, SEN(listxattr), "llistxattr" },
351[390] = { 3, TD, SEN(flistxattr), "flistxattr" },
352[391] = { 2, TF, SEN(removexattr), "removexattr" },
353[392] = { 2, TF, SEN(removexattr), "lremovexattr" },
354[393] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
355[394] = { 6, 0, SEN(futex), "futex" },
356[395] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
357[396] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
358[397] = { 5, 0, SEN(tuxcall), "tuxcall" },
359[398] = { 2, 0, SEN(io_setup), "io_setup" },
360[399] = { 1, 0, SEN(io_destroy), "io_destroy" },
361[400] = { 5, 0, SEN(io_getevents), "io_getevents" },
362[401] = { 3, 0, SEN(io_submit), "io_submit" },
363[402] = { 3, 0, SEN(io_cancel), "io_cancel" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000364[403 ... 404] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300365[405] = { 1, TP|SE, SEN(exit), "exit_group" },
366[406] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" },
367[407] = { 1, TD, SEN(epoll_create), "epoll_create" },
368[408] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
369[409] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
370[410] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
371[411] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
372[412] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
373[413] = { 4, TD, SEN(fadvise64), "fadvise64" },
374[414] = { 3, 0, SEN(timer_create), "timer_create" },
375[415] = { 4, 0, SEN(timer_settime), "timer_settime" },
376[416] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
377[417] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
378[418] = { 1, 0, SEN(timer_delete), "timer_delete" },
379[419] = { 2, 0, SEN(clock_settime), "clock_settime" },
380[420] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
381[421] = { 2, 0, SEN(clock_getres), "clock_getres" },
382[422] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
383[423] = { 4, TI, SEN(semtimedop), "semtimedop" },
384[424] = { 3, TS, SEN(tgkill), "tgkill" },
385[425] = { 2, TF, SEN(stat64), "stat64" },
386[426] = { 2, TF, SEN(lstat64), "lstat64" },
387[427] = { 2, TD, SEN(fstat64), "fstat64" },
388[428] = { 5, 0, SEN(vserver), "vserver" },
389[429] = { 6, TM, SEN(mbind), "mbind" },
390[430] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
391[431] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },
392[432] = { 4, 0, SEN(mq_open), "mq_open" },
393[433] = { 1, 0, SEN(mq_unlink), "mq_unlink" },
394[434] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" },
395[435] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" },
396[436] = { 2, 0, SEN(mq_notify), "mq_notify" },
397[437] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" },
398[438] = { 5, TP, SEN(waitid), "waitid" },
399[439] = { 5, 0, SEN(add_key), "add_key" },
400[440] = { 4, 0, SEN(request_key), "request_key" },
401[441] = { 5, 0, SEN(keyctl), "keyctl" },
402[442] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
403[443] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
404[444] = { 0, TD, SEN(inotify_init), "inotify_init" },
405[445] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
406[446] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
407[447] = { 1, TD, SEN(fdatasync), "fdatasync" },
408[448] = { 4, 0, SEN(kexec_load), "kexec_load" },
409[449] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
410[450] = { 4, TD|TF, SEN(openat), "openat" },
411[451] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
412[452] = { 4, TD|TF, SEN(mknodat), "mknodat" },
413[453] = { 5, TD|TF, SEN(fchownat), "fchownat" },
414[454] = { 3, TD|TF, SEN(futimesat), "futimesat" },
415[455] = { 4, TD|TF, SEN(newfstatat), "newfstatat" },
416[456] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
417[457] = { 4, TD|TF, SEN(renameat), "renameat" },
418[458] = { 5, TD|TF, SEN(linkat), "linkat" },
419[459] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
420[460] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
421[461] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
422[462] = { 3, TD|TF, SEN(faccessat), "faccessat" },
423[463] = { 6, TD, SEN(pselect6), "pselect6" },
424[464] = { 5, TD, SEN(ppoll), "ppoll" },
425[465] = { 1, TP, SEN(unshare), "unshare" },
426[466] = { 2, 0, SEN(set_robust_list), "set_robust_list" },
427[467] = { 3, 0, SEN(get_robust_list), "get_robust_list" },
428[468] = { 6, TD, SEN(splice), "splice" },
429[469] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
430[470] = { 4, TD, SEN(tee), "tee" },
431[471] = { 4, TD, SEN(vmsplice), "vmsplice" },
432[472] = { 6, TM, SEN(move_pages), "move_pages" },
433[473] = { 3, 0, SEN(getcpu), "getcpu" },
434[474] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
435[475] = { 4, TD|TF, SEN(utimensat), "utimensat" },
436[476] = { 3, TD|TS, SEN(signalfd), "signalfd" },
437[477] = { 4, TD, SEN(timerfd), "timerfd" },
438[478] = { 1, TD, SEN(eventfd), "eventfd" },
439[479] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
440[480] = { 4, TD, SEN(fallocate), "fallocate" },
441[481] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
442[482] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
443[483] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
444[484] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
445[485] = { 2, TD, SEN(eventfd2), "eventfd2" },
446[486] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
447[487] = { 3, TD, SEN(dup3), "dup3" },
448[488] = { 2, TD, SEN(pipe2), "pipe2" },
449[489] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
450[490] = { 4, TD, SEN(preadv), "preadv" },
451[491] = { 4, TD, SEN(pwritev), "pwritev" },
452[492] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
453[493] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
454[494] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
455[495] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
456[496] = { 4, 0, SEN(prlimit64), "prlimit64" },
457[497] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
458[498] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
459[499] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
460[500] = { 1, TD, SEN(syncfs), "syncfs" },
461[501] = { 2, TD, SEN(setns), "setns" },
462[502] = { 4, TN, SEN(accept4), "accept4" },
463[503] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
464[504] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },
465[505] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
466[506] = { 5, 0, SEN(kcmp), "kcmp" },
467[507] = { 3, TD, SEN(finit_module), "finit_module" },
468[508] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
469[509] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
470[510] = { 5, TD|TF, SEN(renameat2), "renameat2" },
471[511] = { 3, 0, SEN(getrandom), "getrandom", },
472[512] = { 2, TD, SEN(memfd_create), "memfd_create", },
473[513] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },