Implement ioperm syscall decoding

* ioperm.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* linux/dummy.h (sys_ioperm): Remove stub alias.
3 files changed
tree: ad184cf9efff66e365bc01c1390227c058d4a0a6
  1. debian/
  2. linux/
  3. m4/
  4. maint/
  5. qemu_multiarch_testing/
  6. test/
  7. tests/
  8. xlat/
  9. .gitignore
  10. .mailmap
  11. access.c
  12. affinity.c
  13. aio.c
  14. AUTHORS
  15. bjm.c
  16. block.c
  17. bootstrap
  18. bpf.c
  19. build_static_example.sh
  20. cacheflush.c
  21. capability.c
  22. caps0.h
  23. caps1.h
  24. ChangeLog-CVS
  25. chdir.c
  26. chmod.c
  27. clone.c
  28. configure.ac
  29. COPYING
  30. count.c
  31. CREDITS.in
  32. defs.h
  33. desc.c
  34. dirent.c
  35. dirent64.c
  36. empty.h
  37. epoll.c
  38. errnoent.sh
  39. evdev.c
  40. eventfd.c
  41. execve.c
  42. exit.c
  43. fadvise.c
  44. fallocate.c
  45. fanotify.c
  46. fchownat.c
  47. fcntl.c
  48. fetch_seccomp_fprog.c
  49. file.c
  50. flock.c
  51. futex.c
  52. generate_mpers_am.sh
  53. generate_sen.sh
  54. generate_xlat_in.sh
  55. get_robust_list.c
  56. getcpu.c
  57. getcwd.c
  58. getrandom.c
  59. git-set-file-times
  60. git-version-gen
  61. gitlog-to-changelog
  62. HACKING-scripts
  63. hostname.c
  64. inotify.c
  65. INSTALL
  66. io.c
  67. ioctl.c
  68. ioctlsort.c
  69. ioperm.c
  70. ioprio.c
  71. ipc_defs.h
  72. ipc_msg.c
  73. ipc_msgctl.c
  74. ipc_sem.c
  75. ipc_shm.c
  76. ipc_shmctl.c
  77. kexec.c
  78. keyctl.c
  79. ldt.c
  80. link.c
  81. loop.c
  82. lseek.c
  83. make-dist
  84. Makefile.am
  85. mem.c
  86. membarrier.c
  87. memfd_create.c
  88. mknod.c
  89. mount.c
  90. mpers.awk
  91. mpers.sh
  92. mpers_test.sh
  93. mpers_type.h
  94. mq.c
  95. mtd.c
  96. native_defs.h
  97. net.c
  98. NEWS
  99. open.c
  100. or1k_atomic.c
  101. pathtrace.c
  102. perf.c
  103. personality.c
  104. poll.c
  105. prctl.c
  106. print_mq_attr.c
  107. print_msgbuf.c
  108. print_sigevent.c
  109. print_time.c
  110. print_timex.c
  111. printmode.c
  112. printrusage.c
  113. printsiginfo.c
  114. printsiginfo.h
  115. printstat.h
  116. process.c
  117. process_vm.c
  118. ptp.c
  119. ptrace.h
  120. quota.c
  121. readahead.c
  122. readlink.c
  123. README
  124. README-hacking
  125. README-linux-ptrace
  126. README-mpers
  127. reboot.c
  128. regs.h
  129. renameat.c
  130. resource.c
  131. rtc.c
  132. sched.c
  133. scsi.c
  134. seccomp.c
  135. seccomp_fprog.h
  136. sendfile.c
  137. sigaltstack.c
  138. signal.c
  139. signalent.sh
  140. signalfd.c
  141. sigreturn.c
  142. sock.c
  143. socketutils.c
  144. sram_alloc.c
  145. statfs.c
  146. strace-graph
  147. strace-log-merge
  148. strace.1
  149. strace.c
  150. strace.spec
  151. stream.c
  152. swapon.c
  153. sync_file_range.c
  154. syscall.c
  155. syscallent.sh
  156. sysctl.c
  157. sysinfo.c
  158. syslog.c
  159. sysmips.c
  160. term.c
  161. time.c
  162. times.c
  163. truncate.c
  164. uid.c
  165. uid16.c
  166. umask.c
  167. umount.c
  168. uname.c
  169. unwind.c
  170. userfaultfd.c
  171. util.c
  172. utime.c
  173. utimes.c
  174. v4l2.c
  175. vsprintf.c
  176. wait.c
  177. xattr.c
  178. xlate.el
  179. xmalloc.c