1. 10bd315 Move sysfs syscall to deprecated category by Dmitry V. Levin · 9 years ago
  2. a318cc0 Fix syscall entries of deprecated bdflush syscall by Dmitry V. Levin · 9 years ago
  3. 4b3a170 Implement name_to_handle_at and open_by_handle_at syscalls decoding by Dmitry V. Levin · 9 years ago
  4. 60d7524 Implement lookup_dcookie syscall decoding by Dmitry V. Levin · 9 years ago
  5. ea19705 Implement kexec_file_load syscall decoding by Dmitry V. Levin · 9 years ago
  6. 7aa9c0d Implement kcmp syscall decoding by Dmitry V. Levin · 9 years ago
  7. dcd00c3 Implement iopl syscall decoding by Dmitry V. Levin · 9 years ago
  8. 2aa180e Implement ioperm syscall decoding by Dmitry V. Levin · 9 years ago
  9. a17f593 net: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options by Dmitry V. Levin · 9 years ago
  10. 87d64ed userfaultfd: fix pathtrace support by Dmitry V. Levin · 9 years ago
  11. 1f111cf Implement IPPROTO_IP control messages decoding by Dmitry V. Levin · 9 years ago
  12. 1103b4e Simplify control messages printers by Dmitry V. Levin · 9 years ago
  13. 1019f00 net: factor out address printing code to a separate function by Dmitry V. Levin · 9 years ago
  14. 5cb45b2 mpers: skip xlat struct definitions in mpers mode by Dmitry V. Levin · 9 years ago
  15. 7528a0b tests: rewrite getdents test in C for better coverage by Dmitry V. Levin · 9 years ago
  16. 4f46158 tests: add readdir.test by Dmitry V. Levin · 9 years ago
  17. a367db8 Mpersify parsers of readdir and getdents syscalls by Dmitry V. Levin · 9 years ago
  18. a2df1c1 getdents: fix typos in array output by Gabriel Laskar · 9 years ago
  19. f54cb96 printcmsghdr: move type and data decoders to a separate function by Dmitry V. Levin · 9 years ago
  20. b36d132 Assume that libc provides sendmsg by Dmitry V. Levin · 9 years ago
  21. 3a1e95d net.c: move fallback definition of SCM_SECURITY to xlat/ by Dmitry V. Levin · 9 years ago
  22. 0d0a50a Implement mlock2 syscall decoding by Dmitry V. Levin · 9 years ago
  23. 2aec1e6 Implement membarrier syscall decoding by Dmitry V. Levin · 9 years ago
  24. a6ebdb1 Implement userfaultfd syscall decoding by Dmitry V. Levin · 9 years ago
  25. 1fc01fd ia64: wire up kcmp syscall by Dmitry V. Levin · 9 years ago
  26. 7171821 powerpc: wire up direct sysv ipc syscalls by Dmitry V. Levin · 9 years ago
  27. 401d4bd Wire up userfaultfd, membarrier, and mlock2 syscalls by Dmitry V. Levin · 9 years ago
  28. 71af115 sprintflags: skip zero flags by Dmitry V. Levin · 9 years ago
  29. 79bddff printflags: handle empty xlats by Mike Frysinger · 9 years ago
  30. 35bd0b8 mpers: forward mpers_DEFS to mpers.sh by Dmitry V. Levin · 9 years ago
  31. 0f8af61 tests/ioctl: workaround glibc ioctl wrapper on powerpc by Dmitry V. Levin · 9 years ago
  32. b3ab30f powerpc: wire up switch_endian syscall by Dmitry V. Levin · 9 years ago
  33. a1982b4 sparc: reserve more space for new syscalls by Dmitry V. Levin · 9 years ago
  34. b070229 m68k: wire up direct socket syscalls by Dmitry V. Levin · 9 years ago
  35. 5f394f5 i386: wire up direct socket syscalls by Dmitry V. Levin · 9 years ago
  36. 4b499f4 s390, s390x: update syscall tables by Heiko Carstens · 9 years ago
  37. 370eb16 Fix *_printer_defs.h rules ambiguousness by Dmitry V. Levin · 9 years ago
  38. c3410ba fcntl.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  39. 2512003 desc.c: move parser of fcntl syscall to a separate file by Dmitry V. Levin · 9 years ago
  40. 5d68f46 desc.c: move parser of flock syscall to a separate file by Dmitry V. Levin · 9 years ago
  41. f4d6a0d tests: fix false uio.test failures by Dmitry V. Levin · 9 years ago
  42. ad25c74 Fix make -j builds by Gabriel Laskar · 9 years ago
  43. 0656ce9 mpers: fix shell code to conform better to POSIX by Mike Frysinger · 9 years ago
  44. 9c4fc34 ioctl: fix ioctl command number decoding in case of conflicts by Gabriel Laskar · 9 years ago
  45. fb2a543 tests: convert ioctl.test from match_grep to match_diff by Dmitry V. Levin · 9 years ago
  46. 7a12974 Convert parser of seccomp filter program to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  47. 3b73194 tests/init.sh: enhance match_grep error diagnostics by Dmitry V. Levin · 9 years ago
  48. a69854a tests/init.sh: fix comment by Dmitry V. Levin · 9 years ago
  49. 39e3be6 tests: add one more case to select.test by Dmitry V. Levin · 9 years ago
  50. 10a4075 tests: uncouple pselect6 from select.test by Dmitry V. Levin · 9 years ago
  51. 100bf7c tests: robustify select test by Dmitry V. Levin · 9 years ago
  52. 81ea4bf tests: add one more case to pselect6.test by Dmitry V. Levin · 9 years ago
  53. 5d98310 tests: robustify pselect6 test by Dmitry V. Levin · 9 years ago
  54. 4cb5ccc Convert another parser of struct timeval to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  55. 2950de3 Convert another parser of struct timespec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  56. 6c528f5 tests: add another case to pselect6 test by Dmitry V. Levin · 9 years ago
  57. f57edf4 Fix decoding of gettimeofday and settimeofday by Dmitry V. Levin · 9 years ago
  58. f1e3a32 Convert parser of struct timeval to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  59. 5938526 Convert parser of struct timespec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  60. f94d8d6 Remove unused parser of adjtime syscall by Dmitry V. Levin · 9 years ago
  61. c648b4a Fix decoding of clock_nanosleep by Dmitry V. Levin · 9 years ago
  62. 9af94a2 Add is_erestart helper function by Dmitry V. Levin · 9 years ago
  63. 3858b93 Add helper functions to clear/restore syserror by Dmitry V. Levin · 9 years ago
  64. 593602c tests: add nanosleep.test by Dmitry V. Levin · 9 years ago
  65. 640623c tests: rewrite restart_syscall in C by Dmitry V. Levin · 9 years ago
  66. 135f5cf Properly initialize siginfo_t object passed to print_stopped function by Dmitry V. Levin · 9 years ago
  67. 9d4c892 tests: add clock_xettime.test by Dmitry V. Levin · 9 years ago
  68. 322be80 Convert parser of struct itimerval to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  69. 12431f7 tests: add xetitimer.test by Dmitry V. Levin · 9 years ago
  70. 2206085 Convert parser of struct itimerspec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  71. 207ba11 print_time.c: introduce print_timespec_t helper by Dmitry V. Levin · 9 years ago
  72. 79cafcd tests: add timerfd_xettime.test by Dmitry V. Levin · 9 years ago
  73. 1314098 tests: add timer_xettime.test by Dmitry V. Levin · 9 years ago
  74. ba40d85 time.c: move parser of time syscall to print_time.c by Dmitry V. Levin · 9 years ago
  75. 5eb2362 print_time.c: remove unused function parameters by Dmitry V. Levin · 9 years ago
  76. 0dbb7ac Add struct timex.tai support by Dmitry V. Levin · 9 years ago
  77. dad1eef Convert parser of struct timex to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  78. dd6bf4b Move parser of struct timex to a separate file by Dmitry V. Levin · 9 years ago
  79. b8f0c92 Enhance parser of struct sigevent by Dmitry V. Levin · 9 years ago
  80. 6f950cc Convert parser of struct sigevent to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  81. d6b0558 Move parser of struct sigevent to a separate file by Dmitry V. Levin · 9 years ago
  82. 644a809 time.c: move fallback definitions of SIGEV_* values to xlat/ by Dmitry V. Levin · 9 years ago
  83. e2fb0bb Simplify use of mpers printers by Dmitry V. Levin · 9 years ago
  84. b172a94 Add a new helper function umove_ulong_array_or_printaddr by Dmitry V. Levin · 9 years ago
  85. 77a1b6b tests: add pselect6.test by Dmitry V. Levin · 9 years ago
  86. 09a1a5a Rename umove_long_or_printaddr to umove_ulong_or_printaddr by Dmitry V. Levin · 9 years ago
  87. a1fa83d aarch64, ppc64, sparc64, tile: hook up mpers printers by Dmitry V. Levin · 9 years ago
  88. 6375f15 Add PowerPC specific ptrace constants by Anton Blanchard · 9 years ago
  89. cb7699c Update SCTP_* constants by Dmitry V. Levin · 9 years ago
  90. 456f41a Update F_* constants by Dmitry V. Levin · 9 years ago
  91. e96869b Update RENAME_* constants by Dmitry V. Levin · 9 years ago
  92. a9cda69 Update SO_* constants by Dmitry V. Levin · 9 years ago
  93. 718dc43 Update INPUT_PROP_* constants by Dmitry V. Levin · 9 years ago
  94. d6414fb Update KEY_* constants by Dmitry V. Levin · 9 years ago
  95. 137bf1b Update FALLOC_FL_* constants by Dmitry V. Levin · 9 years ago
  96. d44ffe0 Update AF_* and PF_* constants by Dmitry V. Levin · 9 years ago
  97. 209f695 Update TCP_* constants by Dmitry V. Levin · 9 years ago
  98. 7f0063c Update PACKET_* constants by Dmitry V. Levin · 9 years ago
  99. 57c2918 Update BPF_MAP_TYPE_* constants by Dmitry V. Levin · 9 years ago
  100. 6fda331 Update IPPROTO_* constants by Dmitry V. Levin · 9 years ago