blob: 1319af8a81f04d8085c232cf97c883882dc1c0b9 [file] [log] [blame]
robbiew1f254532003-03-28 22:07:58 +00001#DESCRIPTION:Kernel system calls
robbiew9c6f71e2003-03-14 16:01:51 +00002abort01 ulimit -c 1024;abort01
robbiewa807d042002-12-30 19:54:31 +00003
plarscc1b6f22001-09-05 20:37:07 +00004accept01 accept01
5
6access01 access01
7access02 access02
8access03 access03
9access04 access04
10access05 access05
11
robbiew9a9533a2002-12-04 18:00:27 +000012acct01 acct01
13acct02 acct02
14
robbiew5cb61922002-12-24 16:58:29 +000015adjtimex01 adjtimex01
16adjtimex02 adjtimex02
17
plarscc1b6f22001-09-05 20:37:07 +000018alarm01 alarm01
19alarm02 alarm02
20alarm03 alarm03
plarscc1b6f22001-09-05 20:37:07 +000021alarm05 alarm05
22alarm06 alarm06
23alarm07 alarm07
24
25asyncio02 asyncio02
26
27bind01 bind01
robbiew7b782792004-07-06 22:33:21 +000028bind02 bind02
plarscc1b6f22001-09-05 20:37:07 +000029
30brk01 brk01
31
robbiewc9831c92002-12-27 18:42:43 +000032capget01 capget01
33capget02 capget02
34
robbiewa5d67cb2003-01-01 20:44:12 +000035capset01 capset01
36capset02 capset02
37
plarscc1b6f22001-09-05 20:37:07 +000038chdir01 chdir01
39chdir01A symlink01 -T chdir01
40chdir02 chdir02
41chdir03 chdir03
42chdir04 chdir04
43
44chmod01 chmod01
45chmod01A symlink01 -T chmod01
46chmod02 chmod02
47chmod03 chmod03
48chmod04 chmod04
robbiewe71965a2002-08-16 16:48:17 +000049chmod05 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chmod05
50chmod06 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chmod06
plarscc1b6f22001-09-05 20:37:07 +000051chmod07 chmod07
52
53chown01 chown01
54chown02 chown02
plars6cf88ad2003-07-30 17:06:02 +000055chown03 export change_owner=$LTPROOT/testcases/bin/change_owner;chown03
robbiewe71965a2002-08-16 16:48:17 +000056chown04 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chown04
plarscc1b6f22001-09-05 20:37:07 +000057chown05 chown05
58
59chroot01 chroot01
60chroot02 chroot02
61chroot03 chroot03
robbiewcfd67962002-05-03 15:51:20 +000062chroot04 chroot04
plarscc1b6f22001-09-05 20:37:07 +000063
robbiewe768ae32003-02-20 21:00:48 +000064
robbiew4da5e4a2002-11-18 20:38:59 +000065clone01 clone01
66clone02 clone02
67clone03 clone03
68clone04 clone04
69clone05 clone05
70clone06 clone06
robbiew3d354b62003-08-01 15:50:34 +000071clone07 clone07
robbiew4da5e4a2002-11-18 20:38:59 +000072
plarscc1b6f22001-09-05 20:37:07 +000073close01 close01
74close02 close02
75close08 close08
76
robbiew3d197e62002-12-04 18:06:18 +000077confstr01 confstr01
78
plarscc1b6f22001-09-05 20:37:07 +000079connect01 connect01
80
81creat01 creat01
82creat03 creat03
83creat04 creat04
84creat05 creat05
85creat06 creat06
robbiewe71965a2002-08-16 16:48:17 +000086creat07 creat07 -F $LTPROOT/testcases/bin/test1
robbiew4dff23d2002-12-30 20:09:58 +000087creat08 creat08
plarscc1b6f22001-09-05 20:37:07 +000088creat09 creat09
89
90dup01 dup01
91dup02 dup02
92dup03 dup03
93dup04 dup04
94dup05 dup05
robbiew6f0fc8b2003-01-09 16:23:00 +000095dup06 dup06
96dup07 dup07
plarscc1b6f22001-09-05 20:37:07 +000097
robbiew3d809452001-09-10 19:40:16 +000098dup201 dup201
plarscc1b6f22001-09-05 20:37:07 +000099dup202 dup202
100dup203 dup203
101dup204 dup204
robbiewefc51aa2002-12-30 20:21:52 +0000102dup205 dup205
plarscc1b6f22001-09-05 20:37:07 +0000103
104execl01 execl01
105execle01 execle01
106execlp01 execlp01
107
108execv01 execv01
109execve01 execve01
robbiewe71965a2002-08-16 16:48:17 +0000110execve02 execve02 -F $LTPROOT/testcases/bin/test3
robbiew5435f932001-09-10 19:56:00 +0000111execve03 execve03
robbiewe71965a2002-08-16 16:48:17 +0000112execve04 cp -f $LTPROOT/testcases/bin/test3 $TMP; execve04 -F test3
113execve05 execve05 -F $LTPROOT/testcases/bin/test3
114execve06 execve06 20 $LTPROOT/testcases/bin/execve06 $LTPROOT/testcases/bin/execve06 4
plarscc1b6f22001-09-05 20:37:07 +0000115execvp01 execvp01
116
117exit01 exit01
118exit02 exit02
119
vapier073ad122006-09-10 10:06:06 +0000120#faccessat test cases
121faccessat01 faccessat01
122
subrata_modak122c6032008-01-08 11:01:11 +0000123#fallocate test cases
124fallocate01 fallocate01
125fallocate02 fallocate02
126fallocate03 fallocate03
127
128#posix_fadvise test cases
subrata_modakbad4dde2007-11-22 13:58:24 +0000129posix_fadvise01 posix_fadvise01
130posix_fadvise01_64 posix_fadvise01_64
131posix_fadvise02 posix_fadvise02
132posix_fadvise02_64 posix_fadvise02_64
133posix_fadvise03 posix_fadvise03
134posix_fadvise03_64 posix_fadvise03_64
135posix_fadvise04 posix_fadvise04
136posix_fadvise04_64 posix_fadvise04_64
137
plarscc1b6f22001-09-05 20:37:07 +0000138fchdir01 fchdir01
139fchdir02 fchdir02
robbiewcfd67962002-05-03 15:51:20 +0000140fchdir03 fchdir03
plarscc1b6f22001-09-05 20:37:07 +0000141
142fchmod01 fchmod01
143fchmod02 fchmod02
144fchmod03 fchmod03
145fchmod04 fchmod04
robbiewe71965a2002-08-16 16:48:17 +0000146fchmod05 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchmod05
147fchmod06 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchmod06
plarscc1b6f22001-09-05 20:37:07 +0000148fchmod07 fchmod07
149
vapier6c81d772006-09-10 10:04:50 +0000150#fchmodat test cases
151fchmodat01 fchmodat01
152
plarscc1b6f22001-09-05 20:37:07 +0000153fchown01 fchown01
154fchown02 fchown02
robbiewe71965a2002-08-16 16:48:17 +0000155fchown03 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchown03
plars6cf88ad2003-07-30 17:06:02 +0000156fchown04 export change_owner=$LTPROOT/testcases/bin/change_owner;fchown04
plarscc1b6f22001-09-05 20:37:07 +0000157fchown05 fchown05
158
vapier032481e2006-08-24 00:24:45 +0000159#fchownat test case
160fchownat01 fchownat01
161
robbiew91f51982001-09-11 16:48:47 +0000162fcntl01 fcntl01
plarscc1b6f22001-09-05 20:37:07 +0000163fcntl02 fcntl02
164fcntl03 fcntl03
165fcntl04 fcntl04
166fcntl05 fcntl05
167fcntl06 fcntl06
168fcntl07 fcntl07
169fcntl07B fcntl07B
170fcntl08 fcntl08
171fcntl09 fcntl09
172fcntl10 fcntl10
plars6b8cccf2001-09-25 15:26:11 +0000173fcntl11 fcntl11
174fcntl12 fcntl12
175fcntl13 fcntl13
176fcntl14 fcntl14
177fcntl15 fcntl15
robbiew869e9a42005-02-24 22:32:45 +0000178#fcntl16 fcntl16 #Contains errors.
plars6b8cccf2001-09-25 15:26:11 +0000179fcntl17 fcntl17
180fcntl18 fcntl18
181fcntl19 fcntl19
182fcntl20 fcntl20
183fcntl21 fcntl21
robbiew25ae5452004-03-02 22:55:42 +0000184fcntl22 fcntl22
185fcntl23 fcntl23
robbiew7937de62005-05-10 18:15:42 +0000186fcntl24 fcntl24
187fcntl25 fcntl25
188fcntl26 fcntl26
mreed10112fa152006-05-15 17:49:45 +0000189# The tests for these system calls fcntl27 and fcntl28 are temporarily being disabled
190# fcntl27 fcntl27
191# fcntl28 fcntl28
plarscc1b6f22001-09-05 20:37:07 +0000192
robbiew3a6f12b2002-12-20 17:13:14 +0000193fdatasync01 fdatasync01
194fdatasync02 fdatasync02
195
robbiewffd39942002-12-02 18:24:37 +0000196flock01 flock01
197flock02 flock02
plars74693462002-12-03 23:05:29 +0000198flock03 flock03
robbiewd7a33fa2002-12-26 20:23:29 +0000199flock04 flock04
200flock05 flock05
robbiew4483a712003-03-03 16:23:16 +0000201flock06 flock06
robbiewffd39942002-12-02 18:24:37 +0000202
robbiewdc44d2e2002-12-30 21:32:36 +0000203fmtmsg01 fmtmsg01
204
plarscc1b6f22001-09-05 20:37:07 +0000205fork01 fork01
206fork02 fork02
207fork03 fork03
208fork04 fork04
209fork05 fork05
210fork06 fork06
211fork07 fork07
212fork08 fork08
213fork09 fork09
plars6b8cccf2001-09-25 15:26:11 +0000214fork10 fork10
215fork11 fork11
plarscc1b6f22001-09-05 20:37:07 +0000216
217fpathconf01 fpathconf01
218
219fstat01 fstat01
220fstat02 fstat02
221fstat03 fstat03
222fstat04 fstat04
robbiew89572422002-06-05 15:35:34 +0000223fstat05 fstat05
plarscc1b6f22001-09-05 20:37:07 +0000224
vapierd2816c42006-08-24 04:20:05 +0000225#fstatat64/newfstatat test cases
226fstatat01 fstatat01
227
plarscc1b6f22001-09-05 20:37:07 +0000228fstatfs01 fstatfs01
229fstatfs02 fstatfs02
230
231fsync01 fsync01
232fsync02 fsync02
233fsync03 fsync03
234
235ftruncate01 ftruncate01
236ftruncate02 ftruncate02
robbiewe0147e92001-09-12 15:48:14 +0000237ftruncate03 ftruncate03
robbiew41b19692003-01-16 16:03:48 +0000238ftruncate04 ftruncate04
plarscc1b6f22001-09-05 20:37:07 +0000239
vapier6eeb1512006-08-24 04:18:31 +0000240#futimesat test cases
241futimesat01 futimesat01
242
robbiewaf04f6e2005-05-26 20:42:13 +0000243getcontext01 getcontext01
244
plarscc1b6f22001-09-05 20:37:07 +0000245getcwd01 getcwd01
246getcwd02 getcwd02
247getcwd03 getcwd03
248
249getdents01 getdents01
250getdents02 getdents02
251getdents03 getdents03
252getdents04 getdents04
plarscc1b6f22001-09-05 20:37:07 +0000253
robbiew83987632002-11-18 20:54:44 +0000254getdomainname01 getdomainname01
255
robbiew41b868b2005-05-26 19:07:12 +0000256getdtablesize01 getdtablesize01
257
plarscc1b6f22001-09-05 20:37:07 +0000258getegid01 getegid01
259
260geteuid01 geteuid01
261
262getgid01 getgid01
263getgid02 getgid02
264getgid03 getgid03
265
266getgroups01 getgroups01
267getgroups02 getgroups02
268getgroups03 getgroups03
269getgroups04 getgroups04
270
271gethostid01 gethostid01
272
273gethostname01 gethostname01
274
275getitimer01 getitimer01
276getitimer02 getitimer02
277getitimer03 getitimer03
278
robbiew7ba4dfb2005-04-12 22:23:09 +0000279getpagesize01 getpagesize01
280
plarscc1b6f22001-09-05 20:37:07 +0000281getpeername01 getpeername01
282
283getpgid01 getpgid01
284getpgid02 getpgid02
285
286getpgrp01 getpgrp01
287
288getpid01 getpid01
289getpid02 getpid02
290
291getppid01 getppid01
292getppid02 getppid02
293
294getpriority01 getpriority01
295getpriority02 getpriority02
296
297getresgid01 getresgid01
298getresgid02 getresgid02
299getresgid03 getresgid03
300
301getresuid01 getresuid01
302getresuid02 getresuid02
303getresuid03 getresuid03
304
robbiew3dde45d2003-01-08 16:33:11 +0000305getrlimit01 getrlimit01
306getrlimit02 getrlimit02
307
robbiewaa7c2cc2002-12-16 21:22:09 +0000308getrusage01 getrusage01
309getrusage02 getrusage02
310
plarscc1b6f22001-09-05 20:37:07 +0000311getsid01 getsid01
312getsid02 getsid02
313
314getsockname01 getsockname01
315
316getsockopt01 getsockopt01
317
subrata_modakcd6dc3f2008-06-17 14:19:27 +0000318gettid01 gettid01
319
plarscc1b6f22001-09-05 20:37:07 +0000320gettimeofday01 gettimeofday01
nstraz5abf9a92002-05-23 15:39:06 +0000321gettimeofday02 gettimeofday02
plarscc1b6f22001-09-05 20:37:07 +0000322
323getuid01 getuid01
324getuid02 getuid02
325getuid03 getuid03
326
robbiewd1e38432003-07-10 16:42:12 +0000327#Needs tty device.
328#ioctl01 ioctl01 -D /dev/tty0
329#ioctl02 ioctl02 -D /dev/tty0
plarscc1b6f22001-09-05 20:37:07 +0000330
subrata_modak9afc5e52007-05-28 10:48:27 +0000331inotify01 inotify01
332inotify02 inotify02
333
robbiew2db8c7e2003-01-01 20:50:36 +0000334ioperm01 ioperm01
335ioperm02 ioperm02
336
robbiew6f9ec432002-12-30 18:08:19 +0000337iopl01 iopl01
338iopl02 iopl02
339
plarscc1b6f22001-09-05 20:37:07 +0000340kill01 kill01
341kill02 kill02
342kill03 kill03
343kill04 kill04
344kill05 kill05
345kill06 kill06
346kill07 kill07
347kill08 kill08
348kill09 kill09
349kill10 kill10
robbiewed3dbbf2003-03-14 15:58:53 +0000350kill11 ulimit -c 1024;kill11
robbiewe237cd32002-12-31 21:21:45 +0000351kill12 kill12
robbiew9f0e6782003-04-15 17:59:51 +0000352
plarscc1b6f22001-09-05 20:37:07 +0000353lchown01 lchown01
robbiewe71965a2002-08-16 16:48:17 +0000354lchown02 cp -p $LTPROOT/testcases/bin/create_link $TMP; lchown02
plarscc1b6f22001-09-05 20:37:07 +0000355
356link01 symlink01 -T link01
357link02 link02
358link03 link03
359link04 link04
360link05 link05
robbiew724848a2002-07-08 16:41:55 +0000361link06 link06
robbiew6bc7e2d2002-07-08 16:47:09 +0000362link07 link07
plarscc1b6f22001-09-05 20:37:07 +0000363
vapieraab2ac02006-09-10 09:59:08 +0000364#linkat test cases
365linkat01 linkat01
366
plarscc1b6f22001-09-05 20:37:07 +0000367listen01 listen01
368
369llseek01 llseek01
370llseek02 llseek02
371
372lseek01 lseek01
373lseek02 lseek02
374lseek03 lseek03
375lseek04 lseek04
376lseek05 lseek05
377lseek06 lseek06
378lseek07 lseek07
379lseek08 lseek08
380lseek09 lseek09
381lseek10 lseek10
382
383lstat01A symlink01 -T lstat01
384lstat01 lstat01
385lstat02 lstat02
robbiewefafa932001-09-12 17:02:12 +0000386lstat03 lstat03
plarscc1b6f22001-09-05 20:37:07 +0000387
robbiew2c012d72003-01-03 21:00:43 +0000388mallopt01 mallopt01
389
robbiew35bd5872003-01-03 20:17:28 +0000390memset01 memset01
robbiew844c8a72003-01-03 20:40:22 +0000391memcmp01 memcmp01
robbiewc6219fd2003-01-03 20:33:32 +0000392memcpy01 memcpy01
robbiew35bd5872003-01-03 20:17:28 +0000393
robbiewb284c112002-11-26 17:24:44 +0000394mlockall01 mlockall01
395mlockall02 mlockall02
robbiewe972ba52005-05-26 19:16:49 +0000396mlockall03 mlockall03
robbiewb284c112002-11-26 17:24:44 +0000397
plarscc1b6f22001-09-05 20:37:07 +0000398mkdir01 mkdir01
399mkdir02 mkdir02
400mkdir03 mkdir03
401mkdir04 mkdir04
robbiewefafa932001-09-12 17:02:12 +0000402mkdir05 mkdir05
plarscc1b6f22001-09-05 20:37:07 +0000403mkdir05A symlink01 -T mkdir05
404mkdir08 mkdir08
robbiewbd756502002-12-04 23:16:31 +0000405mkdir09 mkdir09
plarscc1b6f22001-09-05 20:37:07 +0000406
vapierdfa737c2006-08-24 00:20:29 +0000407#mkdirat test cases
408mkdirat01 mkdir01
409
plarscc1b6f22001-09-05 20:37:07 +0000410mknod01 mknod01
411mknod02 mknod02
412mknod03 mknod03
413mknod04 mknod04
414mknod05 mknod05
415mknod06 mknod06
416mknod07 mknod07
417mknod08 mknod08
robbiew61786512002-06-10 14:59:05 +0000418mknod09 mknod09
plarscc1b6f22001-09-05 20:37:07 +0000419
vapierd780ff62006-08-24 00:23:08 +0000420#mknodat test cases
421mknodat01 mknodat01
422
plarsbd2bbbd2002-06-13 22:16:13 +0000423mlock01 mlock01
424mlock02 mlock02
425
plarscc1b6f22001-09-05 20:37:07 +0000426qmm01 mmap001 -m 1
427mmap01 mmap01
428mmap02 mmap02
429mmap03 mmap03
430mmap04 mmap04
431mmap05 mmap05
432mmap06 mmap06
433mmap07 mmap07
434mmap08 mmap08
plars11556692003-04-09 20:26:41 +0000435mmap09 mmap09
plarscc1b6f22001-09-05 20:37:07 +0000436
robbiew835d5a42001-09-12 18:39:10 +0000437modify_ldt01 modify_ldt01
plarscc1b6f22001-09-05 20:37:07 +0000438modify_ldt02 modify_ldt02
439
robbiew080c2192002-11-26 21:12:07 +0000440#
441# These tests require an unmounted block device
442# to run correctly. Please see individual test
443# code for more information.
444#
445#mount01 mount01 -D /dev/...
446#mount02 mount02 -D /dev/...
447#mount03 mount03 -D /dev/...
448#mount04 mount04 -D /dev/...
449
plarscc1b6f22001-09-05 20:37:07 +0000450mprotect01 mprotect01
451mprotect02 mprotect02
452mprotect03 mprotect03
453
454mremap01 mremap01
455mremap02 mremap02
456mremap03 mremap03
457mremap04 mremap04
458
459msgctl01 msgctl01
460msgctl02 msgctl02
461msgctl03 msgctl03
robbiew4a6976c2001-09-12 19:00:24 +0000462msgctl04 msgctl04
plarscc1b6f22001-09-05 20:37:07 +0000463msgctl05 msgctl05
robbiew577ff1a2002-12-05 20:12:28 +0000464msgctl06 msgctl06
465msgctl07 msgctl07
466msgctl08 msgctl08
467msgctl09 msgctl09
plarscc1b6f22001-09-05 20:37:07 +0000468
469msgget01 msgget01
470msgget02 msgget02
471msgget03 msgget03
robbiew4a6976c2001-09-12 19:00:24 +0000472msgget04 msgget04
plarscc1b6f22001-09-05 20:37:07 +0000473
474msgrcv01 msgrcv01
robbiew4a6976c2001-09-12 19:00:24 +0000475msgrcv02 msgrcv02
plarscc1b6f22001-09-05 20:37:07 +0000476msgrcv03 msgrcv03
477msgrcv04 msgrcv04
478msgrcv05 msgrcv05
479msgrcv06 msgrcv06
480
481msgsnd01 msgsnd01
robbiew4a6976c2001-09-12 19:00:24 +0000482msgsnd02 msgsnd02
plarscc1b6f22001-09-05 20:37:07 +0000483msgsnd03 msgsnd03
484msgsnd04 msgsnd04
485msgsnd05 msgsnd05
486msgsnd06 msgsnd06
487
488msync01 msync01
489msync02 msync02
490msync03 msync03
491msync04 msync04
492msync05 msync05
493
robbiew3e8143e2002-12-02 18:01:15 +0000494munlock01 munlock01
495munlock02 munlock02
496
robbiew5d74ee32002-12-24 17:08:11 +0000497munlockall01 munlockall01
498munlockall02 munlockall02
499
plarscc1b6f22001-09-05 20:37:07 +0000500munmap01 munmap01
501munmap02 munmap02
502munmap03 munmap03
503
504nanosleep01 nanosleep01
505nanosleep02 nanosleep02
506nanosleep03 nanosleep03
507nanosleep04 nanosleep04
508
robbiewfd1cff32002-12-04 18:33:09 +0000509nftw01 nftw01
510nftw6401 nftw6401
511
plarscc1b6f22001-09-05 20:37:07 +0000512nice01 nice01
513nice02 nice02
514nice03 nice03
robbiew4a6976c2001-09-12 19:00:24 +0000515nice04 nice04
plarscc1b6f22001-09-05 20:37:07 +0000516nice05 nice05
517
518open01 open01
519open01A symlink01 -T open01
520open02 open02
521open03 open03
522open04 open04
523open05 open05
524open06 open06
525open07 open07
robbiew4a6976c2001-09-12 19:00:24 +0000526open08 open08
robbiewa2d47322002-12-31 21:58:11 +0000527open09 open09
robbiew3a77e6e2003-01-06 20:43:47 +0000528open10 open10
plarscc1b6f22001-09-05 20:37:07 +0000529
vapier4aaf10b2006-08-24 01:57:40 +0000530#openat test cases
531openat01 openat01
532
mridgeee9951a2004-08-24 18:42:52 +0000533mincore01 mincore01
534#mincore02 mincore02 currently hangs and does not exit correctly
535madvise01 madvise01
536madvise02 madvise02
537
plarscc1b6f22001-09-05 20:37:07 +0000538pathconf01 pathconf01
539
540pause01 pause01
541pause02 pause02
542pause03 pause03
543
robbiewe493ffb2003-12-16 17:23:24 +0000544# The personality() system call is poorly documented
545# and difficult to figure out how to use by looking
546# at the different architecture specific kernel files.
547#personality01 personality01
548#personality02 personality02
plarscc1b6f22001-09-05 20:37:07 +0000549
550pipe01 pipe01
robbiew906d4682003-01-06 17:23:07 +0000551pipe02 pipe02
552pipe03 pipe03
553pipe04 pipe04
plarscc1b6f22001-09-05 20:37:07 +0000554pipe05 pipe05
555pipe06 pipe06
robbiew906d4682003-01-06 17:23:07 +0000556pipe07 pipe07
plarscc1b6f22001-09-05 20:37:07 +0000557pipe08 pipe08
558pipe09 pipe09
559pipe10 pipe10
560pipe11 pipe11
561
562poll01 poll01
563
robbiewea1ca882002-12-19 19:06:19 +0000564prctl01 prctl01
565prctl02 prctl02
robbiewea1ca882002-12-19 19:06:19 +0000566
plarscc1b6f22001-09-05 20:37:07 +0000567pread01 pread01
568pread02 pread02
robbiewcfd67962002-05-03 15:51:20 +0000569pread03 pread03
plarscc1b6f22001-09-05 20:37:07 +0000570
robbiew4f33e5d2002-12-31 22:12:26 +0000571profil01 profil01
572
robbiew3815a9d2005-05-26 15:40:47 +0000573pselect01 pselect01
574
robbiew7aaab4f2002-12-19 18:21:31 +0000575ptrace01 ptrace01
576ptrace02 ptrace02
577ptrace03 ptrace03
578
plarscc1b6f22001-09-05 20:37:07 +0000579pwrite01 pwrite01
robbiew7da6f532001-09-12 21:41:14 +0000580pwrite02 pwrite02
robbiewcfd67962002-05-03 15:51:20 +0000581pwrite03 pwrite03
robbiew3c658152003-01-07 21:50:34 +0000582pwrite04 pwrite04
plarscc1b6f22001-09-05 20:37:07 +0000583
robbiew63cf8532003-02-20 20:42:12 +0000584
plarscc1b6f22001-09-05 20:37:07 +0000585read01 read01
586read02 read02
587read03 read03
588read04 read04
589
590readdir01 readdir01
robbiewcfd67962002-05-03 15:51:20 +0000591readdir02 readdir02
plarscc1b6f22001-09-05 20:37:07 +0000592
593readlink01A symlink01 -T readlink01
plars9d84a3b2001-09-25 16:05:38 +0000594readlink01 readlink01
plarscc1b6f22001-09-05 20:37:07 +0000595readlink02 readlink02
robbiewf1cd2d52001-09-10 21:15:34 +0000596readlink03 readlink03
robbiewe71965a2002-08-16 16:48:17 +0000597readlink04 cp -f $LTPROOT/testcases/bin/creat_slink $TMP; readlink04
plarscc1b6f22001-09-05 20:37:07 +0000598
vapier8a63ecb2006-09-10 10:03:21 +0000599#readlinkat test cases
600readlinkat01 readlinkat01
601
plarscc1b6f22001-09-05 20:37:07 +0000602readv01 readv01
603readv02 readv02
robbiewcd243f22002-05-21 17:06:02 +0000604readv03 readv03
plarscc1b6f22001-09-05 20:37:07 +0000605
robbiew4e03a3c2002-12-24 17:15:09 +0000606reboot01 reboot01
607reboot02 reboot02
608
robbiew2b3dc622001-09-10 19:33:45 +0000609recv01 recv01
plarscc1b6f22001-09-05 20:37:07 +0000610
robbiew3b67df92001-09-13 16:36:25 +0000611recvfrom01 recvfrom01
plarscc1b6f22001-09-05 20:37:07 +0000612
robbiew3b67df92001-09-13 16:36:25 +0000613recvmsg01 recvmsg01
plarscc1b6f22001-09-05 20:37:07 +0000614
subrata_modakfcfd1602007-10-17 14:33:24 +0000615remap_file_pages01 remap_file_pages01
subrata_modakbf831b52007-10-25 14:20:10 +0000616remap_file_pages02 remap_file_pages02
subrata_modakfcfd1602007-10-17 14:33:24 +0000617
plarscc1b6f22001-09-05 20:37:07 +0000618rename01 rename01
619rename01A symlink01 -T rename01
620rename02 rename02
621rename03 rename03
622rename04 rename04
623rename05 rename05
624rename06 rename06
625rename07 rename07
626rename08 rename08
robbiew528f4282001-09-18 17:10:50 +0000627rename09 rename09
plarscc1b6f22001-09-05 20:37:07 +0000628rename10 rename10
robbiew528f4282001-09-18 17:10:50 +0000629rename12 rename12
plarscc1b6f22001-09-05 20:37:07 +0000630rename13 rename13
robbiew717b4302002-12-04 18:40:58 +0000631rename14 rename14
plarscc1b6f22001-09-05 20:37:07 +0000632
vapierb0493c82006-09-10 09:57:28 +0000633#renameat test cases
634renameat01 renameat01
635
plarscc1b6f22001-09-05 20:37:07 +0000636rmdir01 rmdir01
robbiewed0977d2001-09-13 19:04:48 +0000637rmdir02 rmdir02
plarscc1b6f22001-09-05 20:37:07 +0000638rmdir03 rmdir03
639rmdir03A symlink01 -T rmdir03
640rmdir04 rmdir04
641rmdir05 rmdir05
642
643sbrk01 sbrk01
644
plarsfb9883e2002-12-06 22:57:32 +0000645sched_get_priority_max01 sched_get_priority_max01
646sched_get_priority_max02 sched_get_priority_max02
647
648sched_get_priority_min01 sched_get_priority_min01
649sched_get_priority_min02 sched_get_priority_min02
650
651sched_getparam01 sched_getparam01
652sched_getparam02 sched_getparam02
653sched_getparam03 sched_getparam03
654
robbiew5d7ec242002-12-24 16:51:53 +0000655sched_rr_get_interval01 sched_rr_get_interval01
656sched_rr_get_interval02 sched_rr_get_interval02
657sched_rr_get_interval03 sched_rr_get_interval03
658
plarsfb9883e2002-12-06 22:57:32 +0000659sched_setparam01 sched_setparam01
660sched_setparam02 sched_setparam02
661sched_setparam03 sched_setparam03
662sched_setparam04 sched_setparam04
663sched_setparam05 sched_setparam05
664
plarscc1b6f22001-09-05 20:37:07 +0000665sched_getscheduler01 sched_getscheduler01
666sched_getscheduler02 sched_getscheduler02
667
668sched_setscheduler01 sched_setscheduler01
669sched_setscheduler02 sched_setscheduler02
670
671sched_yield01 sched_yield01
672
673select01 select01
674select02 select02
675select03 select03
676
677semctl01 semctl01
robbiewed0977d2001-09-13 19:04:48 +0000678semctl02 semctl02
plarscc1b6f22001-09-05 20:37:07 +0000679semctl03 semctl03
plarsfea01722002-01-21 20:27:31 +0000680semctl04 semctl04
plarscc1b6f22001-09-05 20:37:07 +0000681semctl05 semctl05
robbiewbc5f6662002-12-05 20:23:49 +0000682semctl06 semctl06
683semctl07 semctl07
plarscc1b6f22001-09-05 20:37:07 +0000684
685semget01 semget01
686semget02 semget02
687semget03 semget03
688semget05 semget05
689semget06 semget06
690
691semop01 semop01
692semop02 semop02
693semop03 semop03
694semop04 semop04
695semop05 semop05
696
697send01 send01
698
plarscc1b6f22001-09-05 20:37:07 +0000699sendfile02 sendfile02
subrata_modakb752e852007-11-28 11:20:03 +0000700sendfile02_64 sendfile02_64
robbiew281272a2001-09-25 17:28:40 +0000701sendfile03 sendfile03
subrata_modakb752e852007-11-28 11:20:03 +0000702sendfile03_64 sendfile03_64
703sendfile04 sendfile04
704sendfile04_64 sendfile04_64
subrata_modak498546d2007-12-05 08:44:26 +0000705sendfile05 sendfile05
706sendfile05_64 sendfile05_64
707sendfile06 sendfile06
708sendfile06_64 sendfile06_64
709sendfile07 sendfile07
710sendfile07_64 sendfile07_64
subrata_modakb752e852007-11-28 11:20:03 +0000711
plarscc1b6f22001-09-05 20:37:07 +0000712
713sendmsg01 sendmsg01
714
715sendto01 sendto01
716
plarsd758be32002-11-01 15:59:31 +0000717setdomainname01 setdomainname01
718setdomainname02 setdomainname02
719setdomainname03 setdomainname03
720
plarscc1b6f22001-09-05 20:37:07 +0000721setfsgid01 setfsgid01
mridgedf9ae7e2004-05-21 14:51:40 +0000722setfsgid02 setfsgid02
723setfsgid03 setfsgid03
plarscc1b6f22001-09-05 20:37:07 +0000724
725setfsuid01 setfsuid01
mridgedf9ae7e2004-05-21 14:51:40 +0000726setfsuid02 setfsuid02
727setfsuid03 setfsuid03
plarscc1b6f22001-09-05 20:37:07 +0000728
729setgid01 setgid01
730setgid02 setgid02
731setgid03 setgid03
732
robbiew26e72a02003-04-08 15:40:07 +0000733setegid01 setegid01
734
plarscc1b6f22001-09-05 20:37:07 +0000735setgroups01 setgroups01
736setgroups02 setgroups02
737setgroups03 setgroups03
robbiew89572422002-06-05 15:35:34 +0000738setgroups04 setgroups04
plarscc1b6f22001-09-05 20:37:07 +0000739
plars2be4eff2002-11-01 15:44:39 +0000740sethostname01 sethostname01
741sethostname02 sethostname02
742sethostname03 sethostname03
743
plarscc1b6f22001-09-05 20:37:07 +0000744setitimer01 setitimer01
745setitimer02 setitimer02
746setitimer03 setitimer03
747
748setpgid01 setpgid01
749setpgid02 setpgid02
750setpgid03 setpgid03
751
752setpgrp01 setpgrp01
753setpgrp02 setpgrp02
754
755setpriority01 setpriority01
756setpriority02 setpriority02
757setpriority03 setpriority03
758setpriority04 setpriority04
759setpriority05 setpriority05
760
761setregid01 setregid01
robbiew2b3dc622001-09-10 19:33:45 +0000762setregid02 setregid02
763setregid03 setregid03
764setregid04 setregid04
plarscc1b6f22001-09-05 20:37:07 +0000765
robbiew802eb8b2002-12-27 18:47:45 +0000766setresgid01 setresgid01
767setresgid02 setresgid02
768setresgid03 setresgid03
769
robbiew2b3dc622001-09-10 19:33:45 +0000770setresuid01 setresuid01
771setresuid02 setresuid02
robbiewd295c942001-09-13 19:41:59 +0000772setresuid03 setresuid03
plarscc1b6f22001-09-05 20:37:07 +0000773
774setreuid01 setreuid01
robbiew2b3dc622001-09-10 19:33:45 +0000775setreuid02 setreuid02
plarscc1b6f22001-09-05 20:37:07 +0000776setreuid03 setreuid03
777setreuid04 setreuid04
778setreuid05 setreuid05
779setreuid06 setreuid06
780
781setrlimit01 setrlimit01
robbiew04dcae82001-09-13 19:52:02 +0000782setrlimit02 setrlimit02
plarscc1b6f22001-09-05 20:37:07 +0000783setrlimit03 setrlimit03
784
785setsid01 setsid01
786
787setsockopt01 setsockopt01
788
789settimeofday01 settimeofday01
790settimeofday02 settimeofday02
791
792setuid01 setuid01
793setuid02 setuid02
794setuid03 setuid03
795
796shmat01 shmat01
797shmat02 shmat02
798shmat03 shmat03
799
800shmctl01 shmctl01
801shmctl02 shmctl02
802shmctl03 shmctl03
plars7ce00c22002-09-30 19:59:58 +0000803shmctl04 shmctl04
plarscc1b6f22001-09-05 20:37:07 +0000804
robbiew2b3dc622001-09-10 19:33:45 +0000805shmdt01 shmdt01
robbiew04dcae82001-09-13 19:52:02 +0000806shmdt02 shmdt02
plarscc1b6f22001-09-05 20:37:07 +0000807
808shmget01 shmget01
809shmget02 shmget02
810shmget03 shmget03
robbiew0c0847c2001-09-13 20:23:54 +0000811shmget04 shmget04
plarscc1b6f22001-09-05 20:37:07 +0000812shmget05 shmget05
813
814sigaction01 sigaction01
robbiew0c0847c2001-09-13 20:23:54 +0000815sigaction02 sigaction02
robbiewee78cc52003-02-24 19:26:42 +0000816
plarscc1b6f22001-09-05 20:37:07 +0000817sigaltstack01 sigaltstack01
818sigaltstack02 sigaltstack02
819
robbiew2845acb2003-02-24 19:38:01 +0000820
plarscc1b6f22001-09-05 20:37:07 +0000821sighold02 sighold02
robbiew7cd714b2003-02-24 22:15:40 +0000822
plarscc1b6f22001-09-05 20:37:07 +0000823signal01 signal01
824signal02 signal02
825signal03 signal03
826signal04 signal04
827signal05 signal05
828
robbiew1a228e02003-02-21 22:14:33 +0000829sigpending02 sigpending02
830
plarscc1b6f22001-09-05 20:37:07 +0000831sigprocmask01 sigprocmask01
832
833sigrelse01 sigrelse01
834
835sigsuspend01 sigsuspend01
836
robbiewf01a9002003-04-15 17:42:39 +0000837
plarscc1b6f22001-09-05 20:37:07 +0000838socket01 socket01
839
robbiewe7c06512003-01-02 16:00:05 +0000840socketcall01 socketcall01
841socketcall02 socketcall02
842socketcall03 socketcall03
843socketcall04 socketcall04
844
plarscc1b6f22001-09-05 20:37:07 +0000845socketpair01 socketpair01
846
847sockioctl01 sockioctl01
848
vapierc033f492006-08-21 07:44:43 +0000849#splice test
850splice01 splice01
851tee01 tee01
852
plarscc1b6f22001-09-05 20:37:07 +0000853stat01 stat01
854stat02 stat02
855stat03 stat03
856stat04 symlink01 -T stat04
857stat05 stat05
858stat06 stat06
859
860statfs01 statfs01
861statfs02 statfs02
robbiew89572422002-06-05 15:35:34 +0000862statfs03 statfs03
plarscc1b6f22001-09-05 20:37:07 +0000863
robbiew783bc452005-08-31 21:31:27 +0000864statvfs01 statvfs01
865
robbiewa30214a2003-11-26 15:35:15 +0000866# This syscall is obsoleted by settimeofday.
plarsfd011592002-08-30 19:14:12 +0000867#stime01 stime01
robbiewa30214a2003-11-26 15:35:15 +0000868#stime02 stime02
plarscc1b6f22001-09-05 20:37:07 +0000869
robbiewc58f59a2002-12-31 22:43:14 +0000870string01 string01
871
robbiew0abc81f2003-01-02 16:45:29 +0000872swapoff01 swapoff01
873swapoff02 swapoff02
874
robbiewbea33222004-08-25 23:26:48 +0000875swapon01 swapon01
876swapon02 swapon02
subrata_modak413ec142007-08-28 07:17:29 +0000877swapon03 swapon03
robbiewdcc848e2003-01-02 21:03:35 +0000878
plarscc1b6f22001-09-05 20:37:07 +0000879symlink01 symlink01
880symlink02 symlink02
robbiew90996112001-09-13 20:31:13 +0000881symlink03 symlink03
plarscc1b6f22001-09-05 20:37:07 +0000882symlink04 symlink04
883symlink05 symlink05
884
vapier460557a2006-09-10 10:00:38 +0000885#symlinkat test cases
886symlinkat01 symlinkat01
887
plarscc1b6f22001-09-05 20:37:07 +0000888sync01 sync01
889sync02 sync02
890
robbiew35c803d2002-12-31 22:53:23 +0000891syscall01 syscall01
892
robbiewed1fe5e2002-12-04 19:06:19 +0000893sysconf01 sysconf01
894
plarscc1b6f22001-09-05 20:37:07 +0000895sysctl01 sysctl01
896sysctl03 sysctl03
897sysctl04 sysctl04
898sysctl05 sysctl05
899
robbiewdb26b082002-12-26 20:48:35 +0000900sysfs01 sysfs01
901sysfs02 sysfs02
902sysfs03 sysfs03
903sysfs04 sysfs04
904sysfs05 sysfs05
905sysfs06 sysfs06
906
plarscc1b6f22001-09-05 20:37:07 +0000907sysinfo01 sysinfo01
908sysinfo02 sysinfo02
909
robbiew564db0e2002-12-09 23:21:23 +0000910syslog01 syslog01
911syslog02 syslog02
912syslog03 syslog03
913syslog04 syslog04
914syslog05 syslog05
915syslog06 syslog06
916syslog07 syslog07
917syslog08 syslog08
918syslog09 syslog09
919syslog10 syslog10
robbiewee4e4fb2003-04-03 15:53:36 +0000920syslog11 syslog11
robbiew4946e5a2003-01-01 20:38:17 +0000921syslog12 syslog12
robbiew564db0e2002-12-09 23:21:23 +0000922
robbiewa30214a2003-11-26 15:35:15 +0000923# This syscall is obsoleted by gettimeofday.
924# time01 time01
925# time02 time02
plarscc1b6f22001-09-05 20:37:07 +0000926
927times01 times01
plarscc1b6f22001-09-05 20:37:07 +0000928times03 times03
929
subrata_modakaf2c9ef2008-06-03 06:54:12 +0000930# New syscall support from 2.6.25 kernel onwards
931
932timerfd01 timerfd01
933
plarscc1b6f22001-09-05 20:37:07 +0000934truncate01 truncate01
935truncate02 truncate02
936truncate03 truncate03
robbiew89572422002-06-05 15:35:34 +0000937truncate04 truncate04
plarscc1b6f22001-09-05 20:37:07 +0000938
robbiew528f4282001-09-18 17:10:50 +0000939# This syscall is obsolete. The latest glibc does not even
940# include the ulimit.h file anymore. The test will fail
941# because the error handling has been simplified.
942#
943# ulimit01 ulimit01
plarscc1b6f22001-09-05 20:37:07 +0000944
945umask01 umask01
946umask02 umask02
947umask03 umask03
948
949uname01 uname01
950uname02 uname02
951uname03 uname03
952
953unlink01 symlink01 -T unlink01
954unlink05 unlink05
955unlink06 unlink06
956unlink07 unlink07
957unlink08 unlink08
958
vapier3688c122006-09-10 09:55:18 +0000959#unlinkat test cases
960unlinkat01 unlinkat01
961
robbiew85b41fd2002-11-27 16:09:57 +0000962#
963# These tests require an unmounted block device
964# to run correctly. Please see individual test
965# code for more information.
966#
967#umount01 umount01 -D /dev/...
968#umount02 umount02 -D /dev/...
969#umount03 umount03 -D /dev/...
robbiew85b41fd2002-11-27 16:09:57 +0000970
robbiew11f37552003-03-03 16:11:17 +0000971ustat01 ustat01
972ustat02 ustat02
973
plarscc1b6f22001-09-05 20:37:07 +0000974utime01 utime01
975utime01A symlink01 -T utime01
976utime02 utime02
977utime03 utime03
978utime04 utime04
979utime05 utime05
980utime06 utime06
981
subrata_modak27439682008-06-06 08:44:40 +0000982# Introduced from Kernel 2.6.22 onwards
983utimensat01 utimensat_tests.sh
984
plarscc1b6f22001-09-05 20:37:07 +0000985vfork01 vfork01
986vfork02 vfork02
987
988vhangup01 vhangup01
989vhangup02 vhangup02
990
vapier0b108792006-09-10 10:12:42 +0000991#vmsplice test cases
992vmsplice01 vmsplice01
993
plarscc1b6f22001-09-05 20:37:07 +0000994wait02 wait02
995
996wait401 wait401
997wait402 wait402
998
999waitpid01 waitpid01
1000waitpid02 waitpid02
1001waitpid03 waitpid03
1002waitpid04 waitpid04
robbiew2b3dc622001-09-10 19:33:45 +00001003waitpid05 waitpid05
plarscc1b6f22001-09-05 20:37:07 +00001004waitpid06 waitpid06
1005waitpid07 waitpid07
1006waitpid08 waitpid08
1007waitpid09 waitpid09
1008waitpid10 waitpid10 5
1009waitpid11 waitpid11
1010waitpid12 waitpid12
1011waitpid13 waitpid13
1012
1013write01 write01
1014write02 write02
1015write03 write03
1016write04 write04
1017write05 write05
1018
1019writev01 writev01
1020writev02 writev02
1021writev03 writev03
1022writev04 writev04
1023writev05 writev05
subrata_modakd2c56482007-06-20 10:52:33 +00001024writev06 writev06
plarscc1b6f22001-09-05 20:37:07 +00001025