syscalls 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  1. #DESCRIPTION:Kernel system calls
  2. abort01 abort01
  3. accept01 accept01
  4. accept02 accept02
  5. accept4_01 accept4_01
  6. access01 access01
  7. access02 access02
  8. access03 access03
  9. access04 access04
  10. acct01 acct01
  11. acct02 acct02
  12. add_key01 add_key01
  13. add_key02 add_key02
  14. add_key03 add_key03
  15. add_key04 add_key04
  16. add_key05 add_key05
  17. adjtimex01 adjtimex01
  18. adjtimex02 adjtimex02
  19. adjtimex03 adjtimex03
  20. alarm02 alarm02
  21. alarm03 alarm03
  22. alarm05 alarm05
  23. alarm06 alarm06
  24. alarm07 alarm07
  25. bind01 bind01
  26. bind02 bind02
  27. bind03 bind03
  28. bind04 bind04
  29. bind05 bind05
  30. bind06 bind06
  31. bpf_map01 bpf_map01
  32. bpf_prog01 bpf_prog01
  33. bpf_prog02 bpf_prog02
  34. bpf_prog03 bpf_prog03
  35. bpf_prog04 bpf_prog04
  36. brk01 brk01
  37. capget01 capget01
  38. capget02 capget02
  39. capset01 capset01
  40. capset02 capset02
  41. capset03 capset03
  42. capset04 capset04
  43. cacheflush01 cacheflush01
  44. chdir01 chdir01
  45. chdir01A symlink01 -T chdir01
  46. chdir04 chdir04
  47. chmod01 chmod01
  48. chmod01A symlink01 -T chmod01
  49. chmod02 chmod02
  50. chmod03 chmod03
  51. chmod04 chmod04
  52. chmod05 chmod05
  53. chmod06 chmod06
  54. chmod07 chmod07
  55. chown01 chown01
  56. chown01_16 chown01_16
  57. chown02 chown02
  58. chown02_16 chown02_16
  59. chown03 chown03
  60. chown03_16 chown03_16
  61. chown04 chown04
  62. chown04_16 chown04_16
  63. chown05 chown05
  64. chown05_16 chown05_16
  65. chroot01 chroot01
  66. chroot02 chroot02
  67. chroot03 chroot03
  68. chroot04 chroot04
  69. clock_adjtime01 clock_adjtime01
  70. clock_adjtime02 clock_adjtime02
  71. clock_getres01 clock_getres01
  72. clock_nanosleep01 clock_nanosleep01
  73. clock_nanosleep02 clock_nanosleep02
  74. clock_nanosleep03 clock_nanosleep03
  75. clock_nanosleep04 clock_nanosleep04
  76. clock_gettime01 clock_gettime01
  77. clock_gettime02 clock_gettime02
  78. clock_gettime03 clock_gettime03
  79. clock_gettime04 clock_gettime04
  80. leapsec01 leapsec01
  81. clock_settime01 clock_settime01
  82. clock_settime02 clock_settime02
  83. clock_settime03 clock_settime03
  84. clone01 clone01
  85. clone02 clone02
  86. clone03 clone03
  87. clone04 clone04
  88. clone05 clone05
  89. clone06 clone06
  90. clone07 clone07
  91. clone08 clone08
  92. clone09 clone09
  93. clone301 clone301
  94. clone302 clone302
  95. close01 close01
  96. close02 close02
  97. close08 close08
  98. confstr01 confstr01
  99. connect01 connect01
  100. connect02 connect02
  101. creat01 creat01
  102. creat03 creat03
  103. creat04 creat04
  104. creat05 creat05
  105. creat06 creat06
  106. creat07 creat07
  107. creat08 creat08
  108. delete_module01 delete_module01
  109. delete_module02 delete_module02
  110. delete_module03 delete_module03
  111. dup01 dup01
  112. dup02 dup02
  113. dup03 dup03
  114. dup04 dup04
  115. dup05 dup05
  116. dup06 dup06
  117. dup07 dup07
  118. dup201 dup201
  119. dup202 dup202
  120. dup203 dup203
  121. dup204 dup204
  122. dup205 dup205
  123. dup3_01 dup3_01
  124. dup3_02 dup3_02
  125. epoll_create1_01 epoll_create1_01
  126. epoll01 epoll-ltp
  127. epoll_ctl01 epoll_ctl01
  128. epoll_ctl02 epoll_ctl02
  129. epoll_wait01 epoll_wait01
  130. epoll_wait02 epoll_wait02
  131. epoll_wait03 epoll_wait03
  132. epoll_pwait01 epoll_pwait01
  133. eventfd01 eventfd01
  134. eventfd2_01 eventfd2_01
  135. eventfd2_02 eventfd2_02
  136. eventfd2_03 eventfd2_03
  137. execl01 execl01
  138. execle01 execle01
  139. execlp01 execlp01
  140. execv01 execv01
  141. execve01 execve01
  142. execve02 execve02
  143. execve03 execve03
  144. execve04 execve04
  145. execve05 execve05 -i 5 -n 32
  146. execvp01 execvp01
  147. execveat01 execveat01
  148. execveat02 execveat02
  149. execveat03 execveat03
  150. exit01 exit01
  151. exit02 exit02
  152. exit_group01 exit_group01
  153. #faccessat test cases
  154. faccessat01 faccessat01
  155. #fallocate test cases
  156. fallocate01 fallocate01
  157. fallocate02 fallocate02
  158. fallocate03 fallocate03
  159. fallocate04 fallocate04
  160. fallocate05 fallocate05
  161. fallocate06 fallocate06
  162. fsetxattr01 fsetxattr01
  163. fsetxattr02 fsetxattr02
  164. #posix_fadvise test cases
  165. posix_fadvise01 posix_fadvise01
  166. posix_fadvise01_64 posix_fadvise01_64
  167. posix_fadvise02 posix_fadvise02
  168. posix_fadvise02_64 posix_fadvise02_64
  169. posix_fadvise03 posix_fadvise03
  170. posix_fadvise03_64 posix_fadvise03_64
  171. posix_fadvise04 posix_fadvise04
  172. posix_fadvise04_64 posix_fadvise04_64
  173. fchdir01 fchdir01
  174. fchdir02 fchdir02
  175. fchdir03 fchdir03
  176. fchmod01 fchmod01
  177. fchmod02 fchmod02
  178. fchmod03 fchmod03
  179. fchmod04 fchmod04
  180. fchmod05 fchmod05
  181. fchmod06 fchmod06
  182. #fchmodat test cases
  183. fchmodat01 fchmodat01
  184. fchown01 fchown01
  185. fchown01_16 fchown01_16
  186. fchown02 fchown02
  187. fchown02_16 fchown02_16
  188. fchown03 fchown03
  189. fchown03_16 fchown03_16
  190. fchown04 fchown04
  191. fchown04_16 fchown04_16
  192. fchown05 fchown05
  193. fchown05_16 fchown05_16
  194. #fchownat test case
  195. fchownat01 fchownat01
  196. fchownat02 fchownat02
  197. fcntl01 fcntl01
  198. fcntl01_64 fcntl01_64
  199. fcntl02 fcntl02
  200. fcntl02_64 fcntl02_64
  201. fcntl03 fcntl03
  202. fcntl03_64 fcntl03_64
  203. fcntl04 fcntl04
  204. fcntl04_64 fcntl04_64
  205. fcntl05 fcntl05
  206. fcntl05_64 fcntl05_64
  207. fcntl06 fcntl06
  208. fcntl06_64 fcntl06_64
  209. fcntl07 fcntl07
  210. fcntl07_64 fcntl07_64
  211. fcntl08 fcntl08
  212. fcntl08_64 fcntl08_64
  213. fcntl09 fcntl09
  214. fcntl09_64 fcntl09_64
  215. fcntl10 fcntl10
  216. fcntl10_64 fcntl10_64
  217. fcntl11 fcntl11
  218. fcntl11_64 fcntl11_64
  219. fcntl12 fcntl12
  220. fcntl12_64 fcntl12_64
  221. fcntl13 fcntl13
  222. fcntl13_64 fcntl13_64
  223. fcntl14 fcntl14
  224. fcntl14_64 fcntl14_64
  225. fcntl15 fcntl15
  226. fcntl15_64 fcntl15_64
  227. fcntl16 fcntl16
  228. fcntl16_64 fcntl16_64
  229. fcntl17 fcntl17
  230. fcntl17_64 fcntl17_64
  231. fcntl18 fcntl18
  232. fcntl18_64 fcntl18_64
  233. fcntl19 fcntl19
  234. fcntl19_64 fcntl19_64
  235. fcntl20 fcntl20
  236. fcntl20_64 fcntl20_64
  237. fcntl21 fcntl21
  238. fcntl21_64 fcntl21_64
  239. fcntl22 fcntl22
  240. fcntl22_64 fcntl22_64
  241. fcntl23 fcntl23
  242. fcntl23_64 fcntl23_64
  243. fcntl24 fcntl24
  244. fcntl24_64 fcntl24_64
  245. fcntl25 fcntl25
  246. fcntl25_64 fcntl25_64
  247. fcntl26 fcntl26
  248. fcntl26_64 fcntl26_64
  249. fcntl27 fcntl27
  250. fcntl27_64 fcntl27_64
  251. fcntl28 fcntl28
  252. fcntl28_64 fcntl28_64
  253. fcntl29 fcntl29
  254. fcntl29_64 fcntl29_64
  255. fcntl30 fcntl30
  256. fcntl30_64 fcntl30_64
  257. fcntl31 fcntl31
  258. fcntl31_64 fcntl31_64
  259. fcntl32 fcntl32
  260. fcntl32_64 fcntl32_64
  261. fcntl33 fcntl33
  262. fcntl33_64 fcntl33_64
  263. fcntl34 fcntl34
  264. fcntl34_64 fcntl34_64
  265. fcntl35 fcntl35
  266. fcntl35_64 fcntl35_64
  267. fcntl36 fcntl36
  268. fcntl36_64 fcntl36_64
  269. fcntl37 fcntl37
  270. fcntl37_64 fcntl37_64
  271. fcntl38 fcntl38
  272. fcntl38_64 fcntl38_64
  273. fdatasync01 fdatasync01
  274. fdatasync02 fdatasync02
  275. fdatasync03 fdatasync03
  276. fgetxattr01 fgetxattr01
  277. fgetxattr02 fgetxattr02
  278. fgetxattr03 fgetxattr03
  279. flistxattr01 flistxattr01
  280. flistxattr02 flistxattr02
  281. flistxattr03 flistxattr03
  282. flock01 flock01
  283. flock02 flock02
  284. flock03 flock03
  285. flock04 flock04
  286. flock06 flock06
  287. fmtmsg01 fmtmsg01
  288. fork01 fork01
  289. fork02 fork02
  290. fork03 fork03
  291. fork04 fork04
  292. fork05 fork05
  293. fork06 fork06
  294. fork07 fork07
  295. fork08 fork08
  296. fork09 fork09
  297. fork10 fork10
  298. fork11 fork11
  299. fork13 fork13 -i 1000000
  300. fork14 fork14
  301. fpathconf01 fpathconf01
  302. fremovexattr01 fremovexattr01
  303. fremovexattr02 fremovexattr02
  304. fsconfig01 fsconfig01
  305. fsconfig02 fsconfig02
  306. fsmount01 fsmount01
  307. fsmount02 fsmount02
  308. fsopen01 fsopen01
  309. fsopen02 fsopen02
  310. fspick01 fspick01
  311. fspick02 fspick02
  312. fstat02 fstat02
  313. fstat02_64 fstat02_64
  314. fstat03 fstat03
  315. fstat03_64 fstat03_64
  316. #fstatat64/newfstatat test cases
  317. fstatat01 fstatat01
  318. fstatfs01 fstatfs01
  319. fstatfs01_64 fstatfs01_64
  320. fstatfs02 fstatfs02
  321. fstatfs02_64 fstatfs02_64
  322. fsync01 fsync01
  323. fsync02 fsync02
  324. fsync03 fsync03
  325. fsync04 fsync04
  326. ftruncate01 ftruncate01
  327. ftruncate01_64 ftruncate01_64
  328. ftruncate03 ftruncate03
  329. ftruncate03_64 ftruncate03_64
  330. ftruncate04 ftruncate04
  331. ftruncate04_64 ftruncate04_64
  332. #futimesat test cases
  333. futimesat01 futimesat01
  334. getcontext01 getcontext01
  335. getcpu01 getcpu01
  336. getcwd01 getcwd01
  337. getcwd02 getcwd02
  338. getcwd03 getcwd03
  339. getcwd04 getcwd04
  340. getdents01 getdents01
  341. getdents02 getdents02
  342. getdents01_64 getdents01 -l
  343. getdents02_64 getdents02 -l
  344. getdomainname01 getdomainname01
  345. getdtablesize01 getdtablesize01
  346. getegid01 getegid01
  347. getegid01_16 getegid01_16
  348. getegid02 getegid02
  349. getegid02_16 getegid02_16
  350. geteuid01 geteuid01
  351. geteuid01_16 geteuid01_16
  352. geteuid02 geteuid02
  353. geteuid02_16 geteuid02_16
  354. getgid01 getgid01
  355. getgid01_16 getgid01_16
  356. getgid03 getgid03
  357. getgid03_16 getgid03_16
  358. getgroups01 getgroups01
  359. getgroups01_16 getgroups01_16
  360. getgroups03 getgroups03
  361. getgroups03_16 getgroups03_16
  362. gethostbyname_r01 gethostbyname_r01
  363. gethostid01 gethostid01
  364. gethostname01 gethostname01
  365. getitimer01 getitimer01
  366. getitimer02 getitimer02
  367. getitimer03 getitimer03
  368. getpagesize01 getpagesize01
  369. getpeername01 getpeername01
  370. getpgid01 getpgid01
  371. getpgid02 getpgid02
  372. getpgrp01 getpgrp01
  373. getpid01 getpid01
  374. getpid02 getpid02
  375. getppid01 getppid01
  376. getppid02 getppid02
  377. getpriority01 getpriority01
  378. getpriority02 getpriority02
  379. getrandom01 getrandom01
  380. getrandom02 getrandom02
  381. getrandom03 getrandom03
  382. getrandom04 getrandom04
  383. getresgid01 getresgid01
  384. getresgid01_16 getresgid01_16
  385. getresgid02 getresgid02
  386. getresgid02_16 getresgid02_16
  387. getresgid03 getresgid03
  388. getresgid03_16 getresgid03_16
  389. getresuid01 getresuid01
  390. getresuid01_16 getresuid01_16
  391. getresuid02 getresuid02
  392. getresuid02_16 getresuid02_16
  393. getresuid03 getresuid03
  394. getresuid03_16 getresuid03_16
  395. getrlimit01 getrlimit01
  396. getrlimit02 getrlimit02
  397. getrlimit03 getrlimit03
  398. get_mempolicy01 get_mempolicy01
  399. get_robust_list01 get_robust_list01
  400. getrusage01 getrusage01
  401. getrusage02 getrusage02
  402. getrusage03 getrusage03
  403. getrusage04 getrusage04
  404. getsid01 getsid01
  405. getsid02 getsid02
  406. getsockname01 getsockname01
  407. getsockopt01 getsockopt01
  408. getsockopt02 getsockopt02
  409. gettid01 gettid01
  410. gettimeofday01 gettimeofday01
  411. gettimeofday02 gettimeofday02
  412. getuid01 getuid01
  413. getuid01_16 getuid01_16
  414. getuid03 getuid03
  415. getuid03_16 getuid03_16
  416. getxattr01 getxattr01
  417. getxattr02 getxattr02
  418. getxattr03 getxattr03
  419. getxattr04 getxattr04
  420. getxattr05 getxattr05
  421. #Needs tty device.
  422. #ioctl01 ioctl01 -D /dev/tty0
  423. #ioctl02 ioctl02 -D /dev/tty0
  424. # Introducing ioctl tests for all /dev/tty* devices
  425. ioctl01_02 test_ioctl
  426. ioctl03 ioctl03
  427. ioctl04 ioctl04
  428. ioctl05 ioctl05
  429. ioctl06 ioctl06
  430. ioctl07 ioctl07
  431. ioctl08 ioctl08
  432. ioctl09 ioctl09
  433. ioctl_loop01 ioctl_loop01
  434. ioctl_loop02 ioctl_loop02
  435. ioctl_loop03 ioctl_loop03
  436. ioctl_loop04 ioctl_loop04
  437. ioctl_loop05 ioctl_loop05
  438. ioctl_loop06 ioctl_loop06
  439. ioctl_loop07 ioctl_loop07
  440. ioctl_ns01 ioctl_ns01
  441. ioctl_ns02 ioctl_ns02
  442. ioctl_ns03 ioctl_ns03
  443. ioctl_ns04 ioctl_ns04
  444. ioctl_ns05 ioctl_ns05
  445. ioctl_ns06 ioctl_ns06
  446. ioctl_ns07 ioctl_ns07
  447. ioctl_sg01 ioctl_sg01
  448. inotify_init1_01 inotify_init1_01
  449. inotify_init1_02 inotify_init1_02
  450. inotify01 inotify01
  451. inotify02 inotify02
  452. inotify03 inotify03
  453. inotify04 inotify04
  454. inotify05 inotify05
  455. inotify06 inotify06
  456. inotify07 inotify07
  457. inotify08 inotify08
  458. inotify09 inotify09
  459. inotify10 inotify10
  460. fanotify01 fanotify01
  461. fanotify02 fanotify02
  462. fanotify03 fanotify03
  463. fanotify04 fanotify04
  464. fanotify05 fanotify05
  465. fanotify06 fanotify06
  466. fanotify07 fanotify07
  467. fanotify08 fanotify08
  468. fanotify09 fanotify09
  469. fanotify10 fanotify10
  470. fanotify11 fanotify11
  471. fanotify12 fanotify12
  472. fanotify13 fanotify13
  473. fanotify14 fanotify14
  474. fanotify15 fanotify15
  475. fanotify16 fanotify16
  476. ioperm01 ioperm01
  477. ioperm02 ioperm02
  478. iopl01 iopl01
  479. iopl02 iopl02
  480. ioprio_get01 ioprio_get01
  481. ioprio_set01 ioprio_set01
  482. ioprio_set02 ioprio_set02
  483. ioprio_set03 ioprio_set03
  484. io_cancel01 io_cancel01
  485. io_destroy01 io_destroy01
  486. io_getevents01 io_getevents01
  487. io_pgetevents01 io_pgetevents01
  488. io_pgetevents02 io_pgetevents02
  489. io_setup01 io_setup01
  490. io_submit01 io_submit01
  491. keyctl01 keyctl01
  492. keyctl02 keyctl02
  493. keyctl03 keyctl03
  494. keyctl04 keyctl04
  495. keyctl05 keyctl05
  496. keyctl06 keyctl06
  497. keyctl07 keyctl07
  498. keyctl08 keyctl08
  499. kcmp01 kcmp01
  500. kcmp02 kcmp02
  501. kcmp03 kcmp03
  502. kill02 kill02
  503. kill03 kill03
  504. kill05 kill05
  505. kill06 kill06
  506. kill07 kill07
  507. kill08 kill08
  508. kill09 kill09
  509. kill10 kill10
  510. kill11 kill11
  511. kill12 kill12
  512. lchown01 lchown01
  513. lchown01_16 lchown01_16
  514. lchown02 lchown02
  515. lchown03 lchown03
  516. lchown02_16 lchown02_16
  517. lchown03_16 lchown03_16
  518. lgetxattr01 lgetxattr01
  519. lgetxattr02 lgetxattr02
  520. link01 symlink01 -T link01
  521. link02 link02
  522. link03 link03
  523. link04 link04
  524. link05 link05
  525. link06 link06
  526. link07 link07
  527. link08 link08
  528. #linkat test cases
  529. linkat01 linkat01
  530. linkat02 linkat02
  531. listen01 listen01
  532. listxattr01 listxattr01
  533. listxattr02 listxattr02
  534. listxattr03 listxattr03
  535. llistxattr01 llistxattr01
  536. llistxattr02 llistxattr02
  537. llistxattr03 llistxattr03
  538. llseek01 llseek01
  539. llseek02 llseek02
  540. llseek03 llseek03
  541. lremovexattr01 lremovexattr01
  542. lseek01 lseek01
  543. lseek02 lseek02
  544. lseek07 lseek07
  545. lseek11 lseek11
  546. lstat01A symlink01 -T lstat01
  547. lstat01A_64 symlink01 -T lstat01_64
  548. lstat01 lstat01
  549. lstat01_64 lstat01_64
  550. lstat02 lstat02
  551. lstat02_64 lstat02_64
  552. mallopt01 mallopt01
  553. mbind01 mbind01
  554. mbind02 mbind02
  555. mbind03 mbind03
  556. mbind04 mbind04
  557. memset01 memset01
  558. memcmp01 memcmp01
  559. memcpy01 memcpy01
  560. migrate_pages01 migrate_pages01
  561. migrate_pages02 migrate_pages02
  562. migrate_pages03 migrate_pages03
  563. mlockall01 mlockall01
  564. mlockall02 mlockall02
  565. mlockall03 mlockall03
  566. mkdir02 mkdir02
  567. mkdir03 mkdir03
  568. mkdir04 mkdir04
  569. mkdir05 mkdir05
  570. mkdir05A symlink01 -T mkdir05
  571. mkdir09 mkdir09
  572. #mkdirat test cases
  573. mkdirat01 mkdirat01
  574. mkdirat02 mkdirat02
  575. mknod01 mknod01
  576. mknod02 mknod02
  577. mknod03 mknod03
  578. mknod04 mknod04
  579. mknod05 mknod05
  580. mknod06 mknod06
  581. mknod07 mknod07
  582. mknod08 mknod08
  583. mknod09 mknod09
  584. #mknodat test cases
  585. mknodat01 mknodat01
  586. mknodat02 mknodat02
  587. mlock01 mlock01
  588. mlock02 mlock02
  589. mlock03 mlock03 -i 20
  590. mlock04 mlock04
  591. mlock201 mlock201
  592. mlock202 mlock202
  593. mlock203 mlock203
  594. qmm01 mmap001 -m 1
  595. mmap01 mmap01
  596. mmap02 mmap02
  597. mmap03 mmap03
  598. mmap04 mmap04
  599. mmap05 mmap05
  600. mmap06 mmap06
  601. mmap07 mmap07
  602. mmap08 mmap08
  603. mmap09 mmap09
  604. mmap12 mmap12
  605. mmap13 mmap13
  606. mmap14 mmap14
  607. # test is broken, mask it for now.
  608. #mmap11 mmap11 -i 30000
  609. mmap15 mmap15
  610. mmap16 mmap16
  611. mmap17 mmap17
  612. mmap18 mmap18
  613. modify_ldt01 modify_ldt01
  614. modify_ldt02 modify_ldt02
  615. modify_ldt03 modify_ldt03
  616. mount01 mount01
  617. mount02 mount02
  618. mount03 mount03
  619. mount04 mount04
  620. mount05 mount05
  621. mount06 mount06
  622. move_mount01 move_mount01
  623. move_mount02 move_mount02
  624. move_pages01 move_pages01
  625. move_pages02 move_pages02
  626. move_pages03 move_pages03
  627. move_pages04 move_pages04
  628. move_pages05 move_pages05
  629. move_pages06 move_pages06
  630. move_pages07 move_pages07
  631. move_pages09 move_pages09
  632. move_pages10 move_pages10
  633. move_pages11 move_pages11
  634. move_pages12 move_pages12
  635. mprotect01 mprotect01
  636. mprotect02 mprotect02
  637. mprotect03 mprotect03
  638. mprotect04 mprotect04
  639. pkey01 pkey01
  640. mq_notify01 mq_notify01
  641. mq_notify02 mq_notify02
  642. mq_open01 mq_open01
  643. mq_timedreceive01 mq_timedreceive01
  644. mq_timedsend01 mq_timedsend01
  645. mq_unlink01 mq_unlink01
  646. mremap01 mremap01
  647. mremap02 mremap02
  648. mremap03 mremap03
  649. mremap04 mremap04
  650. mremap05 mremap05
  651. msgctl01 msgctl01
  652. msgctl02 msgctl02
  653. msgctl03 msgctl03
  654. msgctl04 msgctl04
  655. msgctl05 msgctl05
  656. msgstress01 msgstress01
  657. msgstress02 msgstress02
  658. msgstress03 msgstress03
  659. msgstress04 msgstress04
  660. msgctl12 msgctl12
  661. msgget01 msgget01
  662. msgget02 msgget02
  663. msgget03 msgget03
  664. msgget04 msgget04
  665. msgget05 msgget05
  666. msgrcv01 msgrcv01
  667. msgrcv02 msgrcv02
  668. msgrcv03 msgrcv03
  669. msgrcv05 msgrcv05
  670. msgrcv06 msgrcv06
  671. msgrcv07 msgrcv07
  672. msgrcv08 msgrcv08
  673. msgsnd01 msgsnd01
  674. msgsnd02 msgsnd02
  675. msgsnd05 msgsnd05
  676. msgsnd06 msgsnd06
  677. msync01 msync01
  678. msync02 msync02
  679. msync03 msync03
  680. msync04 msync04
  681. munlock01 munlock01
  682. munlock02 munlock02
  683. munlockall01 munlockall01
  684. munmap01 munmap01
  685. munmap02 munmap02
  686. munmap03 munmap03
  687. nanosleep01 nanosleep01
  688. nanosleep02 nanosleep02
  689. nanosleep04 nanosleep04
  690. nftw01 nftw01
  691. nftw6401 nftw6401
  692. nice01 nice01
  693. nice02 nice02
  694. nice03 nice03
  695. nice04 nice04
  696. open01 open01
  697. open01A symlink01 -T open01
  698. open02 open02
  699. open03 open03
  700. open04 open04
  701. open05 open05
  702. open06 open06
  703. open07 open07
  704. open08 open08
  705. open09 open09
  706. open10 open10
  707. open11 open11
  708. open12 open12
  709. open13 open13
  710. open14 open14
  711. #openat test cases
  712. openat01 openat01
  713. openat02 openat02
  714. openat03 openat03
  715. openat201 openat201
  716. openat202 openat202
  717. openat203 openat203
  718. open_tree01 open_tree01
  719. open_tree02 open_tree02
  720. mincore01 mincore01
  721. mincore02 mincore02
  722. mincore03 mincore03
  723. mincore04 mincore04
  724. madvise01 madvise01
  725. madvise02 madvise02
  726. madvise05 madvise05
  727. madvise06 madvise06
  728. madvise07 madvise07
  729. madvise08 madvise08
  730. madvise09 madvise09
  731. madvise10 madvise10
  732. newuname01 newuname01
  733. pathconf01 pathconf01
  734. pause01 pause01
  735. pause02 pause02
  736. pause03 pause03
  737. personality01 personality01
  738. personality02 personality02
  739. pidfd_open01 pidfd_open01
  740. pidfd_open02 pidfd_open02
  741. pidfd_open03 pidfd_open03
  742. pidfd_send_signal01 pidfd_send_signal01
  743. pidfd_send_signal02 pidfd_send_signal02
  744. pidfd_send_signal03 pidfd_send_signal03
  745. pipe01 pipe01
  746. pipe02 pipe02
  747. pipe03 pipe03
  748. pipe04 pipe04
  749. pipe05 pipe05
  750. pipe06 pipe06
  751. pipe07 pipe07
  752. pipe08 pipe08
  753. pipe09 pipe09
  754. pipe10 pipe10
  755. pipe11 pipe11
  756. pipe12 pipe12
  757. pipe13 pipe13
  758. pipe2_01 pipe2_01
  759. pipe2_02 pipe2_02
  760. pipe2_04 pipe2_04
  761. pivot_root01 pivot_root01
  762. poll01 poll01
  763. poll02 poll02
  764. ppoll01 ppoll01
  765. prctl01 prctl01
  766. prctl02 prctl02
  767. prctl03 prctl03
  768. prctl04 prctl04
  769. prctl05 prctl05
  770. prctl06 prctl06
  771. prctl07 prctl07
  772. prctl08 prctl08
  773. prctl09 prctl09
  774. pread01 pread01
  775. pread01_64 pread01_64
  776. pread02 pread02
  777. pread02_64 pread02_64
  778. pread03 pread03
  779. pread03_64 pread03_64
  780. preadv01 preadv01
  781. preadv01_64 preadv01_64
  782. preadv02 preadv02
  783. preadv02_64 preadv02_64
  784. preadv03 preadv03
  785. preadv03_64 preadv03_64
  786. preadv201 preadv201
  787. preadv201_64 preadv201_64
  788. preadv202 preadv202
  789. preadv202_64 preadv202_64
  790. preadv203 preadv203
  791. preadv203_64 preadv203_64
  792. profil01 profil01
  793. process_vm_readv01 process_vm01 -r
  794. process_vm_readv02 process_vm_readv02
  795. process_vm_readv03 process_vm_readv03
  796. process_vm_writev01 process_vm01 -w
  797. process_vm_writev02 process_vm_writev02
  798. prot_hsymlinks prot_hsymlinks
  799. dirtyc0w dirtyc0w
  800. pselect01 pselect01
  801. pselect01_64 pselect01_64
  802. pselect02 pselect02
  803. pselect02_64 pselect02_64
  804. pselect03 pselect03
  805. pselect03_64 pselect03_64
  806. ptrace01 ptrace01
  807. ptrace03 ptrace03
  808. ptrace04 ptrace04
  809. ptrace05 ptrace05
  810. # Broken test; See: testcases/kernel/syscalls/ptrace/Makefile for more details.
  811. #ptrace06 ptrace06
  812. ptrace07 ptrace07
  813. ptrace08 ptrace08
  814. ptrace09 ptrace09
  815. pwrite01 pwrite01
  816. pwrite02 pwrite02
  817. pwrite03 pwrite03
  818. pwrite04 pwrite04
  819. pwrite01_64 pwrite01_64
  820. pwrite02_64 pwrite02_64
  821. pwrite03_64 pwrite03_64
  822. pwrite04_64 pwrite04_64
  823. pwritev01 pwritev01
  824. pwritev01_64 pwritev01_64
  825. pwritev02 pwritev02
  826. pwritev02_64 pwritev02_64
  827. pwritev03 pwritev03
  828. pwritev03_64 pwritev03_64
  829. pwritev201 pwritev201
  830. pwritev201_64 pwritev201_64
  831. pwritev202 pwritev202
  832. pwritev202_64 pwritev202_64
  833. quotactl01 quotactl01
  834. quotactl02 quotactl02
  835. quotactl03 quotactl03
  836. quotactl04 quotactl04
  837. quotactl05 quotactl05
  838. quotactl06 quotactl06
  839. quotactl07 quotactl07
  840. read01 read01
  841. read02 read02
  842. read03 read03
  843. read04 read04
  844. readahead01 readahead01
  845. readahead02 readahead02
  846. readdir01 readdir01
  847. readdir21 readdir21
  848. readlink01A symlink01 -T readlink01
  849. readlink01 readlink01
  850. readlink03 readlink03
  851. #readlinkat test cases
  852. readlinkat01 readlinkat01
  853. readlinkat02 readlinkat02
  854. readv01 readv01
  855. readv02 readv02
  856. readv03 readv03
  857. realpath01 realpath01
  858. reboot01 reboot01
  859. reboot02 reboot02
  860. recv01 recv01
  861. recvfrom01 recvfrom01
  862. recvmsg01 recvmsg01
  863. recvmsg02 recvmsg02
  864. recvmsg03 recvmsg03
  865. remap_file_pages01 remap_file_pages01
  866. remap_file_pages02 remap_file_pages02
  867. removexattr01 removexattr01
  868. removexattr02 removexattr02
  869. rename01 rename01
  870. rename01A symlink01 -T rename01
  871. rename02 rename02
  872. rename03 rename03
  873. rename04 rename04
  874. rename05 rename05
  875. rename06 rename06
  876. rename07 rename07
  877. rename08 rename08
  878. rename09 rename09
  879. rename10 rename10
  880. rename11 rename11
  881. rename12 rename12
  882. rename13 rename13
  883. rename14 rename14
  884. #renameat test cases
  885. renameat01 renameat01
  886. renameat201 renameat201
  887. renameat202 renameat202 -i 10
  888. request_key01 request_key01
  889. request_key02 request_key02
  890. request_key03 request_key03
  891. request_key04 request_key04
  892. request_key05 request_key05
  893. rmdir01 rmdir01
  894. rmdir02 rmdir02
  895. rmdir03 rmdir03
  896. rmdir03A symlink01 -T rmdir03
  897. rt_sigaction01 rt_sigaction01
  898. rt_sigaction02 rt_sigaction02
  899. rt_sigaction03 rt_sigaction03
  900. rt_sigprocmask01 rt_sigprocmask01
  901. rt_sigprocmask02 rt_sigprocmask02
  902. rt_sigqueueinfo01 rt_sigqueueinfo01
  903. rt_sigsuspend01 rt_sigsuspend01
  904. rt_sigtimedwait01 rt_sigtimedwait01
  905. rt_tgsigqueueinfo01 rt_tgsigqueueinfo01
  906. sbrk01 sbrk01
  907. sbrk02 sbrk02
  908. sbrk03 sbrk03
  909. sched_get_priority_max01 sched_get_priority_max01
  910. sched_get_priority_max02 sched_get_priority_max02
  911. sched_get_priority_min01 sched_get_priority_min01
  912. sched_get_priority_min02 sched_get_priority_min02
  913. sched_getparam01 sched_getparam01
  914. sched_getparam02 sched_getparam02
  915. sched_getparam03 sched_getparam03
  916. sched_rr_get_interval01 sched_rr_get_interval01
  917. sched_rr_get_interval02 sched_rr_get_interval02
  918. sched_rr_get_interval03 sched_rr_get_interval03
  919. sched_setparam01 sched_setparam01
  920. sched_setparam02 sched_setparam02
  921. sched_setparam03 sched_setparam03
  922. sched_setparam04 sched_setparam04
  923. sched_setparam05 sched_setparam05
  924. sched_getscheduler01 sched_getscheduler01
  925. sched_getscheduler02 sched_getscheduler02
  926. sched_setscheduler01 sched_setscheduler01
  927. sched_setscheduler02 sched_setscheduler02
  928. sched_setscheduler03 sched_setscheduler03
  929. sched_yield01 sched_yield01
  930. sched_setaffinity01 sched_setaffinity01
  931. sched_getaffinity01 sched_getaffinity01
  932. sched_setattr01 sched_setattr01
  933. sched_getattr01 sched_getattr01
  934. sched_getattr02 sched_getattr02
  935. select01 select01
  936. select02 select02
  937. select03 select03
  938. select04 select04
  939. semctl01 semctl01
  940. semctl02 semctl02
  941. semctl03 semctl03
  942. semctl04 semctl04
  943. semctl05 semctl05
  944. semctl06 semctl06
  945. semctl07 semctl07
  946. semctl08 semctl08
  947. semget01 semget01
  948. semget02 semget02
  949. semget03 semget03
  950. semget05 semget05
  951. semget06 semget06
  952. semop01 semop01
  953. semop02 semop02
  954. semop03 semop03
  955. send01 send01
  956. send02 send02
  957. sendfile02 sendfile02
  958. sendfile02_64 sendfile02_64
  959. sendfile03 sendfile03
  960. sendfile03_64 sendfile03_64
  961. sendfile04 sendfile04
  962. sendfile04_64 sendfile04_64
  963. sendfile05 sendfile05
  964. sendfile05_64 sendfile05_64
  965. sendfile06 sendfile06
  966. sendfile06_64 sendfile06_64
  967. sendfile07 sendfile07
  968. sendfile07_64 sendfile07_64
  969. sendfile08 sendfile08
  970. sendfile08_64 sendfile08_64
  971. sendfile09 sendfile09
  972. sendfile09_64 sendfile09_64
  973. sendmsg01 sendmsg01
  974. sendmsg02 sendmsg02
  975. sendmsg03 sendmsg03
  976. sendmmsg01 sendmmsg01
  977. sendto01 sendto01
  978. sendto02 sendto02
  979. sendto03 sendto03
  980. set_mempolicy01 set_mempolicy01
  981. set_mempolicy02 set_mempolicy02
  982. set_mempolicy03 set_mempolicy03
  983. set_mempolicy04 set_mempolicy04
  984. set_robust_list01 set_robust_list01
  985. set_thread_area01 set_thread_area01
  986. set_tid_address01 set_tid_address01
  987. setdomainname01 setdomainname01
  988. setdomainname02 setdomainname02
  989. setdomainname03 setdomainname03
  990. setfsgid01 setfsgid01
  991. setfsgid01_16 setfsgid01_16
  992. setfsgid02 setfsgid02
  993. setfsgid02_16 setfsgid02_16
  994. setfsgid03 setfsgid03
  995. setfsgid03_16 setfsgid03_16
  996. setfsuid01 setfsuid01
  997. setfsuid01_16 setfsuid01_16
  998. setfsuid02 setfsuid02
  999. setfsuid02_16 setfsuid02_16
  1000. setfsuid03 setfsuid03
  1001. setfsuid03_16 setfsuid03_16
  1002. setfsuid04 setfsuid04
  1003. setfsuid04_16 setfsuid04_16
  1004. setgid01 setgid01
  1005. setgid01_16 setgid01_16
  1006. setgid02 setgid02
  1007. setgid02_16 setgid02_16
  1008. setgid03 setgid03
  1009. setgid03_16 setgid03_16
  1010. setegid01 setegid01
  1011. setegid02 setegid02
  1012. sgetmask01 sgetmask01
  1013. setgroups01 setgroups01
  1014. setgroups01_16 setgroups01_16
  1015. setgroups02 setgroups02
  1016. setgroups02_16 setgroups02_16
  1017. setgroups03 setgroups03
  1018. setgroups03_16 setgroups03_16
  1019. setgroups04 setgroups04
  1020. setgroups04_16 setgroups04_16
  1021. sethostname01 sethostname01
  1022. sethostname02 sethostname02
  1023. sethostname03 sethostname03
  1024. setitimer01 setitimer01
  1025. setitimer02 setitimer02
  1026. setitimer03 setitimer03
  1027. setns01 setns01
  1028. setns02 setns02
  1029. setpgid01 setpgid01
  1030. setpgid02 setpgid02
  1031. setpgid03 setpgid03
  1032. setpgrp01 setpgrp01
  1033. setpgrp02 setpgrp02
  1034. setpriority01 setpriority01
  1035. setpriority02 setpriority02
  1036. setregid01 setregid01
  1037. setregid01_16 setregid01_16
  1038. setregid02 setregid02
  1039. setregid02_16 setregid02_16
  1040. setregid03 setregid03
  1041. setregid03_16 setregid03_16
  1042. setregid04 setregid04
  1043. setregid04_16 setregid04_16
  1044. setresgid01 setresgid01
  1045. setresgid01_16 setresgid01_16
  1046. setresgid02 setresgid02
  1047. setresgid02_16 setresgid02_16
  1048. setresgid03 setresgid03
  1049. setresgid03_16 setresgid03_16
  1050. setresgid04 setresgid04
  1051. setresgid04_16 setresgid04_16
  1052. setresuid01 setresuid01
  1053. setresuid01_16 setresuid01_16
  1054. setresuid02 setresuid02
  1055. setresuid02_16 setresuid02_16
  1056. setresuid03 setresuid03
  1057. setresuid03_16 setresuid03_16
  1058. setresuid04 setresuid04
  1059. setresuid04_16 setresuid04_16
  1060. setresuid05 setresuid05
  1061. setresuid05_16 setresuid05_16
  1062. setreuid01 setreuid01
  1063. setreuid01_16 setreuid01_16
  1064. setreuid02 setreuid02
  1065. setreuid02_16 setreuid02_16
  1066. setreuid03 setreuid03
  1067. setreuid03_16 setreuid03_16
  1068. setreuid04 setreuid04
  1069. setreuid04_16 setreuid04_16
  1070. setreuid05 setreuid05
  1071. setreuid05_16 setreuid05_16
  1072. setreuid06 setreuid06
  1073. setreuid06_16 setreuid06_16
  1074. setreuid07 setreuid07
  1075. setreuid07_16 setreuid07_16
  1076. setrlimit01 setrlimit01
  1077. setrlimit02 setrlimit02
  1078. setrlimit03 setrlimit03
  1079. setrlimit04 setrlimit04
  1080. setrlimit05 setrlimit05
  1081. setrlimit06 setrlimit06
  1082. setsid01 setsid01
  1083. setsockopt01 setsockopt01
  1084. setsockopt02 setsockopt02
  1085. setsockopt03 setsockopt03
  1086. setsockopt04 setsockopt04
  1087. setsockopt05 setsockopt05
  1088. setsockopt06 setsockopt06
  1089. setsockopt07 setsockopt07
  1090. settimeofday01 settimeofday01
  1091. settimeofday02 settimeofday02
  1092. setuid01 setuid01
  1093. setuid01_16 setuid01_16
  1094. setuid03 setuid03
  1095. setuid03_16 setuid03_16
  1096. setuid04 setuid04
  1097. setuid04_16 setuid04_16
  1098. setxattr01 setxattr01
  1099. setxattr02 setxattr02
  1100. setxattr03 setxattr03
  1101. shmat01 shmat01
  1102. shmat02 shmat02
  1103. shmat03 shmat03
  1104. shmctl01 shmctl01
  1105. shmctl02 shmctl02
  1106. shmctl03 shmctl03
  1107. shmctl04 shmctl04
  1108. shmctl05 shmctl05
  1109. shmctl06 shmctl06
  1110. shmctl07 shmctl07
  1111. shmctl08 shmctl08
  1112. shmdt01 shmdt01
  1113. shmdt02 shmdt02
  1114. shmget01 shmget01
  1115. shmget02 shmget02
  1116. shmget03 shmget03
  1117. shmget04 shmget04
  1118. shmget05 shmget05
  1119. sigaction01 sigaction01
  1120. sigaction02 sigaction02
  1121. sigaltstack01 sigaltstack01
  1122. sigaltstack02 sigaltstack02
  1123. sighold02 sighold02
  1124. signal01 signal01
  1125. signal02 signal02
  1126. signal03 signal03
  1127. signal04 signal04
  1128. signal05 signal05
  1129. signal06 signal06
  1130. signalfd01 signalfd01
  1131. signalfd4_01 signalfd4_01
  1132. signalfd4_02 signalfd4_02
  1133. sigpending02 sigpending02
  1134. sigprocmask01 sigprocmask01
  1135. sigrelse01 sigrelse01
  1136. sigsuspend01 sigsuspend01
  1137. sigtimedwait01 sigtimedwait01
  1138. sigwait01 sigwait01
  1139. sigwaitinfo01 sigwaitinfo01
  1140. socket01 socket01
  1141. socket02 socket02
  1142. socketcall01 socketcall01
  1143. socketcall02 socketcall02
  1144. socketcall03 socketcall03
  1145. socketpair01 socketpair01
  1146. socketpair02 socketpair02
  1147. sockioctl01 sockioctl01
  1148. splice01 splice01
  1149. splice02 seq 1 20000 | splice02
  1150. splice03 splice03
  1151. splice04 splice04
  1152. splice05 splice05
  1153. tee01 tee01
  1154. tee02 tee02
  1155. ssetmask01 ssetmask01
  1156. stat01 stat01
  1157. stat01_64 stat01_64
  1158. stat02 stat02
  1159. stat02_64 stat02_64
  1160. stat03 stat03
  1161. stat03_64 stat03_64
  1162. stat04 symlink01 -T stat04
  1163. stat04_64 symlink01 -T stat04_64
  1164. statfs01 statfs01
  1165. statfs01_64 statfs01_64
  1166. statfs02 statfs02
  1167. statfs02_64 statfs02_64
  1168. statfs03 statfs03
  1169. statfs03_64 statfs03_64
  1170. statvfs01 statvfs01
  1171. statvfs02 statvfs02
  1172. stime01 stime01
  1173. stime02 stime02
  1174. string01 string01
  1175. swapoff01 swapoff01
  1176. swapoff02 swapoff02
  1177. swapon01 swapon01
  1178. swapon02 swapon02
  1179. swapon03 swapon03
  1180. #Exclusive syscall() for POWER6 machines only
  1181. switch01 endian_switch01
  1182. symlink01 symlink01
  1183. symlink02 symlink02
  1184. symlink03 symlink03
  1185. symlink04 symlink04
  1186. symlink05 symlink05
  1187. #symlinkat test cases
  1188. symlinkat01 symlinkat01
  1189. sync01 sync01
  1190. sync02 sync02
  1191. sync03 sync03
  1192. syncfs01 syncfs01
  1193. #testcases for sync_file_range
  1194. sync_file_range01 sync_file_range01
  1195. sync_file_range02 sync_file_range02
  1196. syscall01 syscall01
  1197. sysconf01 sysconf01
  1198. sysctl01 sysctl01
  1199. sysctl03 sysctl03
  1200. sysctl04 sysctl04
  1201. sysfs01 sysfs01
  1202. sysfs02 sysfs02
  1203. sysfs03 sysfs03
  1204. sysfs04 sysfs04
  1205. sysfs05 sysfs05
  1206. sysfs06 sysfs06
  1207. sysinfo01 sysinfo01
  1208. sysinfo02 sysinfo02
  1209. sysinfo03 sysinfo03
  1210. syslog01 syslog01
  1211. syslog02 syslog02
  1212. syslog03 syslog03
  1213. syslog04 syslog04
  1214. syslog05 syslog05
  1215. syslog06 syslog06
  1216. syslog07 syslog07
  1217. syslog08 syslog08
  1218. syslog09 syslog09
  1219. syslog10 syslog10
  1220. syslog11 syslog11
  1221. syslog12 syslog12
  1222. tgkill01 tgkill01
  1223. tgkill02 tgkill02
  1224. tgkill03 tgkill03
  1225. time01 time01
  1226. time02 time02
  1227. times01 times01
  1228. times03 times03
  1229. # New syscall support from 2.6.25 kernel onwards
  1230. timerfd01 timerfd01
  1231. timerfd02 timerfd02
  1232. timerfd03 timerfd03
  1233. timerfd04 timerfd04
  1234. timerfd_create01 timerfd_create01
  1235. timerfd_gettime01 timerfd_gettime01
  1236. timerfd_settime01 timerfd_settime01
  1237. timerfd_settime02 timerfd_settime02
  1238. timer_create01 timer_create01
  1239. timer_create02 timer_create02
  1240. timer_create03 timer_create03
  1241. timer_delete01 timer_delete01
  1242. timer_delete02 timer_delete02
  1243. timer_getoverrun01 timer_getoverrun01
  1244. timer_gettime01 timer_gettime01
  1245. timer_settime01 timer_settime01
  1246. timer_settime02 timer_settime02
  1247. timer_settime03 timer_settime03
  1248. tkill01 tkill01
  1249. tkill02 tkill02
  1250. truncate01 truncate01
  1251. truncate01_64 truncate01_64
  1252. truncate02 truncate02
  1253. truncate02_64 truncate02_64
  1254. truncate03 truncate03
  1255. truncate03_64 truncate03_64
  1256. # This syscall is obsolete. The latest glibc does not even
  1257. # include the ulimit.h file anymore. The test will fail
  1258. # because the error handling has been simplified.
  1259. #
  1260. ulimit01 ulimit01
  1261. umask01 umask01
  1262. uname01 uname01
  1263. uname02 uname02
  1264. uname03 uname03
  1265. uname04 uname04
  1266. unlink01 symlink01 -T unlink01
  1267. unlink05 unlink05
  1268. unlink07 unlink07
  1269. unlink08 unlink08
  1270. #unlinkat test cases
  1271. unlinkat01 unlinkat01
  1272. unshare01 unshare01
  1273. unshare02 unshare02
  1274. #
  1275. # These tests require an unmounted block device
  1276. # to run correctly. Please see individual test
  1277. # code for more information.
  1278. #
  1279. umount01 umount01
  1280. umount02 umount02
  1281. umount03 umount03
  1282. umount2_01 umount2_01
  1283. umount2_02 umount2_02
  1284. umount2_03 umount2_03
  1285. userfaultfd01 userfaultfd01
  1286. ustat01 ustat01
  1287. ustat02 ustat02
  1288. utime01 utime01
  1289. utime01A symlink01 -T utime01
  1290. utime02 utime02
  1291. utime03 utime03
  1292. utime04 utime04
  1293. utime05 utime05
  1294. utime06 utime06
  1295. utimes01 utimes01
  1296. # Introduced from Kernel 2.6.22 onwards
  1297. utimensat01 utimensat01
  1298. vfork01 vfork01
  1299. vfork02 vfork02
  1300. vhangup01 vhangup01
  1301. vhangup02 vhangup02
  1302. #vmsplice test cases
  1303. vmsplice01 vmsplice01
  1304. vmsplice02 vmsplice02
  1305. vmsplice03 vmsplice03
  1306. vmsplice04 vmsplice04
  1307. wait01 wait01
  1308. wait02 wait02
  1309. wait401 wait401
  1310. wait402 wait402
  1311. waitpid01 waitpid01
  1312. waitpid02 waitpid02
  1313. waitpid03 waitpid03
  1314. waitpid04 waitpid04
  1315. waitpid05 waitpid05
  1316. waitpid06 waitpid06
  1317. waitpid07 waitpid07
  1318. waitpid08 waitpid08
  1319. waitpid09 waitpid09
  1320. waitpid10 waitpid10
  1321. waitpid11 waitpid11
  1322. waitpid12 waitpid12
  1323. waitpid13 waitpid13
  1324. waitid01 waitid01
  1325. waitid02 waitid02
  1326. write01 write01
  1327. write02 write02
  1328. write03 write03
  1329. write04 write04
  1330. write05 write05
  1331. writev01 writev01
  1332. writev02 writev02
  1333. writev05 writev05
  1334. writev06 writev06
  1335. writev07 writev07
  1336. perf_event_open01 perf_event_open01
  1337. perf_event_open02 perf_event_open02
  1338. futex_cmp_requeue01 futex_cmp_requeue01
  1339. futex_cmp_requeue02 futex_cmp_requeue02
  1340. futex_wait01 futex_wait01
  1341. futex_wait02 futex_wait02
  1342. futex_wait03 futex_wait03
  1343. futex_wait04 futex_wait04
  1344. futex_wait05 futex_wait05
  1345. futex_wake01 futex_wake01
  1346. futex_wake02 futex_wake02
  1347. futex_wake03 futex_wake03
  1348. futex_wake04 futex_wake04
  1349. futex_wait_bitset01 futex_wait_bitset01
  1350. memfd_create01 memfd_create01
  1351. memfd_create02 memfd_create02
  1352. memfd_create03 memfd_create03
  1353. memfd_create04 memfd_create04
  1354. copy_file_range01 copy_file_range01
  1355. copy_file_range02 copy_file_range02
  1356. copy_file_range03 copy_file_range03
  1357. statx01 statx01
  1358. statx02 statx02
  1359. statx03 statx03
  1360. statx04 statx04
  1361. statx05 statx05
  1362. statx06 statx06
  1363. statx07 statx07
  1364. membarrier01 membarrier01
  1365. io_uring01 io_uring01