1. 388aca6 ptrace: print PTRACE_O_* flags using printflags64 by Dmitry V. Levin · 9 years ago
  2. 7c8e330 ptrace: print data argument of PTRACE_SEIZE et al requests as flags by Dmitry V. Levin · 9 years ago
  3. caa2bc3 ptrace: print data argument of PTRACE_SINGLEBLOCK et al requests as signo by Dmitry V. Levin · 9 years ago
  4. 809ee3e ptrace: decode addr argument of PTRACE_PEEKSIGINFO request by Dmitry V. Levin · 9 years ago
  5. 3a5cd34 ptrace: fix printing addr argument of PTRACE_GETSIGMASK et al requests by Dmitry V. Levin · 9 years ago
  6. 5c720b0 ptrace: do not print data argument of some requests on sparc by Dmitry V. Levin · 9 years ago
  7. 91bd125 ptrace: do not print addr and data arguments of PTRACE_ATTACH-like requests by Dmitry V. Levin · 9 years ago
  8. 89ca4aa ptrace: do not print arguments of PTRACE_TRACEME request by Dmitry V. Levin · 9 years ago
  9. 73a8e97 ptrace: print request using printxval64 by Dmitry V. Levin · 9 years ago
  10. 4995594 Do not sign-extend siginfo_t.si_syscall by Dmitry V. Levin · 9 years ago
  11. 50a2651 Export print_seccomp_fprog for further use in parser of ptrace syscall by Dmitry V. Levin · 9 years ago
  12. 01d16cc tests: add munlockall.test by Fei Jie · 9 years ago
  13. 0684c35 tests: add link.test by Fei Jie · 9 years ago
  14. d81b58f tests: check decoding and dumping of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
  15. a6dd094 Implement decoding of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
  16. ea7b9db tests: extend test coverage of xattr family syscalls by Dmitry V. Levin · 9 years ago
  17. 72cb811 tests: add print_quoted_memory function to libtests by Dmitry V. Levin · 9 years ago
  18. ec9c317 Fix corner cases of xattr family syscalls decoding by Dmitry V. Levin · 9 years ago
  19. 0efd888 userfaultfd: Add ioctl tests by Dr. David Alan Gilbert · 9 years ago
  20. 5d1216a Decode UFFDIO_* ioctls by Dr. David Alan Gilbert · 9 years ago
  21. c415387 Update AX_CODE_COVERAGE by Dmitry V. Levin · 9 years ago
  22. 26b2cfe strace-ff.test: fix race condition by Dmitry V. Levin · 9 years ago
  23. d12c44b tests/epoll_pwait.c: fix for x32 by Dmitry V. Levin · 9 years ago
  24. a44c518 strace-S.test: check "-S name" by Dmitry V. Levin · 9 years ago
  25. fa925dc Fix NULL dereference in "-S name" when syscall table has holes by Dmitry V. Levin · 9 years ago
  26. 804bb87 strace-S.test: cleanup by Dmitry V. Levin · 9 years ago
  27. 6781111 tests: add strace-S.test by Fei Jie · 9 years ago
  28. 58ab8b4 strace-ff.test: check that -ff does not create unexpected output files by Dmitry V. Levin · 9 years ago
  29. c259f4f tests: add strace-ff.test by Fei Jie · 9 years ago
  30. a30d02e strace-V.test: cleanup by Dmitry V. Levin · 9 years ago
  31. c4bb577 tests: add strace-V.test by Fei Jie · 9 years ago
  32. e3086cb tests: check decoding of epoll_pwait syscall by Dmitry V. Levin · 9 years ago
  33. 6d44012 Assume that sys/epoll.h exists by Dmitry V. Levin · 9 years ago
  34. 071b927 Factorize send_query functions by Fabien Siron · 9 years ago
  35. b6d4b11 tests: relax timings by Dmitry V. Levin · 9 years ago
  36. 88fc4c2 tests/attach-f-p.c: increase timeouts by Dmitry V. Levin · 9 years ago
  37. dc0dcf9 Remove unused functions by Dmitry V. Levin · 9 years ago
  38. 17d1a16 v4l2.c: use print_array function by Dmitry V. Levin · 9 years ago
  39. 6469f39 uid.c: use print_array function by Dmitry V. Levin · 9 years ago
  40. f82dcd9 seccomp.c: use print_array function by Dmitry V. Levin · 9 years ago
  41. 48b06a6 scsi.c: use print_array function by Dmitry V. Levin · 9 years ago
  42. fd2d6a7 poll.c: use print_array function by Dmitry V. Levin · 9 years ago
  43. 636b8c1 numa.c: use print_array function by Dmitry V. Levin · 9 years ago
  44. 0f04b9d mem.c: use print_array function by Dmitry V. Levin · 9 years ago
  45. ba4a4c6 kexec.c: use print_array function by Dmitry V. Levin · 9 years ago
  46. 0bae800 ipc_sem.c: use print_array function by Dmitry V. Levin · 9 years ago
  47. 4ce3054 io.c: use print_array function by Dmitry V. Levin · 9 years ago
  48. 0238725 epoll.c: use print_array function by Dmitry V. Levin · 9 years ago
  49. 2868e2b aio.c: use print_array function by Dmitry V. Levin · 9 years ago
  50. 72e4f7a Introduce print_array function for consistent decoding of arrays by Dmitry V. Levin · 9 years ago
  51. eb5c233 Fix corner cases of ICMP_FILTER decoding by Dmitry V. Levin · 9 years ago
  52. 1d17ac7 xlat: do not strip "1<<" prefix from xlat strings by Dmitry V. Levin · 9 years ago
  53. dcb18a6 tests/xstatfsx.c: fix mips o32 support by Dmitry V. Levin · 9 years ago
  54. 1e56814 Mpersify VIDIOC_* ioctl parser by Dmitry V. Levin · 9 years ago
  55. 1822546 Mpersify ioctl macros by Dmitry V. Levin · 9 years ago
  56. 0a47ff7 Fix decoding of VIDIOC_* ioctls by Dmitry V. Levin · 9 years ago
  57. 6331fd4 nsyscalls.test: add mips o32 support by Dmitry V. Levin · 9 years ago
  58. 1e9c966 Remove initialization of big holes in syscallent.h files by Dmitry V. Levin · 9 years ago
  59. 7a1c25e xlat: make "1<<val" syntax work with 64-bit values by Dmitry V. Levin · 9 years ago
  60. 070fec2 Fix typo in XLAT_TYPE_PAIR by Dmitry V. Levin · 9 years ago
  61. e212a15 Fix decoding of move_pages syscall by Dmitry V. Levin · 9 years ago
  62. 900a282 tests: check decoding of mbind syscall by Dmitry V. Levin · 9 years ago
  63. 9019cf4 Change type of struct xlat.val to uint64_t by Jeff Mahoney · 9 years ago
  64. 9ae4669 xlat: extend syntax with #val_type directive by Dmitry V. Levin · 9 years ago
  65. 6b040fc xlat/gen.sh: prepare for adding #val_type directive support by Dmitry V. Levin · 9 years ago
  66. 0f49826 Introduce XLAT_TYPE and XLAT_TYPE_PAIR macros by Dmitry V. Levin · 9 years ago
  67. 3f25b65 xlat: generate xlat pairs using new XLAT_PAIR macro by Dmitry V. Levin · 9 years ago
  68. a9f956d Explicitly cast argument of XLAT macro to unsigned int by Dmitry V. Levin · 9 years ago
  69. dd9a511 Change type of {s,t}print_open_modes's argument to unsigned by Dmitry V. Levin · 9 years ago
  70. 909e664 tests/remap_file_pages.c: fix for the upcoming change of xlat.val type by Dmitry V. Levin · 9 years ago
  71. 00beed6 Introduce printflags64 function by Dmitry V. Levin · 9 years ago
  72. 01c910c Introduce sprintflags64 function by Dmitry V. Levin · 9 years ago
  73. c132810 printxvals: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
  74. 43242e6 xlat_search: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
  75. ed92d87 Introduce xlookup64 function by Dmitry V. Levin · 9 years ago
  76. c9146eb addflags: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
  77. 482bab0 Introduce printxval64 wrapper by Dmitry V. Levin · 9 years ago
  78. 7d63aa5 Turn printxval macro into a static inline function by Dmitry V. Levin · 9 years ago
  79. 38ed916 tests: check decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  80. c8c7a53 Fix decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  81. d10a955 tests: check decoding of set_mempolicy syscall by Dmitry V. Levin · 9 years ago
  82. aa1ed76 tests: check decoding of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  83. 9547c45 numa: fix decoding of nodemask arrays by Dmitry V. Levin · 9 years ago
  84. fb1ae07 Fix decoding of policy argument of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  85. 45a3e46 Fix decoding of pid_t argument of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  86. a182d8c tests: add printxval function to libtests by Dmitry V. Levin · 9 years ago
  87. d6c76f3 tests: check decoding of remap_file_pages syscall by Dmitry V. Levin · 9 years ago
  88. 649ee4b tests: add pause.test by Fei Jie · 9 years ago
  89. 7585ccd tests: add kill.test by Fei Jie · 9 years ago
  90. f1cadc2 Fix decoding of pid_t arguments of kill and tgkill syscalls by Dmitry V. Levin · 9 years ago
  91. b45a1e7 tests: add mlock.test by Fei Jie · 9 years ago
  92. a4da0c8 Move parsers of NUMA related syscalls to numa.c by Dmitry V. Levin · 9 years ago
  93. db34e19 tests/umovestr3.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago
  94. 12890ff tests: extend test coverage of umovestr short read condition by Dmitry V. Levin · 9 years ago
  95. 1c61f82 tests: check decoding of out-of-range syscalls by Dmitry V. Levin · 9 years ago
  96. f443fd4 Fix decoding of 3rd argument of getdents/getdents64 syscalls by Dmitry V. Levin · 9 years ago
  97. b83bb1c Fix decoding of LINUX_REBOOT_CMD_RESTART2 argument by Dmitry V. Levin · 9 years ago
  98. 2607b4e .travis.yml: raise sleep delay by Dmitry V. Levin · 9 years ago
  99. 9d2b6b9 Move definitions of MPOL_* constants to xlat files by Dmitry V. Levin · 9 years ago
  100. f41eaeb tests: check decoding of renameat2 syscall by Dmitry V. Levin · 9 years ago