Implement iopl syscall decoding

* iopl.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* linux/dummy.h (sys_iopl): Remove stub alias.
3 files changed
tree: 3ec26daf298a37f6c6190789342b378a7b6ad766
  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. iopl.c
  71. ioprio.c
  72. ipc_defs.h
  73. ipc_msg.c
  74. ipc_msgctl.c
  75. ipc_sem.c
  76. ipc_shm.c
  77. ipc_shmctl.c
  78. kexec.c
  79. keyctl.c
  80. ldt.c
  81. link.c
  82. loop.c
  83. lseek.c
  84. make-dist
  85. Makefile.am
  86. mem.c
  87. membarrier.c
  88. memfd_create.c
  89. mknod.c
  90. mount.c
  91. mpers.awk
  92. mpers.sh
  93. mpers_test.sh
  94. mpers_type.h
  95. mq.c
  96. mtd.c
  97. native_defs.h
  98. net.c
  99. NEWS
  100. open.c
  101. or1k_atomic.c
  102. pathtrace.c
  103. perf.c
  104. personality.c
  105. poll.c
  106. prctl.c
  107. print_mq_attr.c
  108. print_msgbuf.c
  109. print_sigevent.c
  110. print_time.c
  111. print_timex.c
  112. printmode.c
  113. printrusage.c
  114. printsiginfo.c
  115. printsiginfo.h
  116. printstat.h
  117. process.c
  118. process_vm.c
  119. ptp.c
  120. ptrace.h
  121. quota.c
  122. readahead.c
  123. readlink.c
  124. README
  125. README-hacking
  126. README-linux-ptrace
  127. README-mpers
  128. reboot.c
  129. regs.h
  130. renameat.c
  131. resource.c
  132. rtc.c
  133. sched.c
  134. scsi.c
  135. seccomp.c
  136. seccomp_fprog.h
  137. sendfile.c
  138. sigaltstack.c
  139. signal.c
  140. signalent.sh
  141. signalfd.c
  142. sigreturn.c
  143. sock.c
  144. socketutils.c
  145. sram_alloc.c
  146. statfs.c
  147. strace-graph
  148. strace-log-merge
  149. strace.1
  150. strace.c
  151. strace.spec
  152. stream.c
  153. swapon.c
  154. sync_file_range.c
  155. syscall.c
  156. syscallent.sh
  157. sysctl.c
  158. sysinfo.c
  159. syslog.c
  160. sysmips.c
  161. term.c
  162. time.c
  163. times.c
  164. truncate.c
  165. uid.c
  166. uid16.c
  167. umask.c
  168. umount.c
  169. uname.c
  170. unwind.c
  171. userfaultfd.c
  172. util.c
  173. utime.c
  174. utimes.c
  175. v4l2.c
  176. vsprintf.c
  177. wait.c
  178. xattr.c
  179. xlate.el
  180. xmalloc.c