1. 0238725 epoll.c: use print_array function by Dmitry V. Levin · 9 years ago
  2. 2868e2b aio.c: use print_array function by Dmitry V. Levin · 9 years ago
  3. 72e4f7a Introduce print_array function for consistent decoding of arrays by Dmitry V. Levin · 9 years ago
  4. eb5c233 Fix corner cases of ICMP_FILTER decoding by Dmitry V. Levin · 9 years ago
  5. 1d17ac7 xlat: do not strip "1<<" prefix from xlat strings by Dmitry V. Levin · 9 years ago
  6. dcb18a6 tests/xstatfsx.c: fix mips o32 support by Dmitry V. Levin · 9 years ago
  7. 1e56814 Mpersify VIDIOC_* ioctl parser by Dmitry V. Levin · 9 years ago
  8. 1822546 Mpersify ioctl macros by Dmitry V. Levin · 9 years ago
  9. 0a47ff7 Fix decoding of VIDIOC_* ioctls by Dmitry V. Levin · 9 years ago
  10. 6331fd4 nsyscalls.test: add mips o32 support by Dmitry V. Levin · 9 years ago
  11. 1e9c966 Remove initialization of big holes in syscallent.h files by Dmitry V. Levin · 9 years ago
  12. 7a1c25e xlat: make "1<<val" syntax work with 64-bit values by Dmitry V. Levin · 9 years ago
  13. 070fec2 Fix typo in XLAT_TYPE_PAIR by Dmitry V. Levin · 9 years ago
  14. e212a15 Fix decoding of move_pages syscall by Dmitry V. Levin · 9 years ago
  15. 900a282 tests: check decoding of mbind syscall by Dmitry V. Levin · 9 years ago
  16. 9019cf4 Change type of struct xlat.val to uint64_t by Jeff Mahoney · 9 years ago
  17. 9ae4669 xlat: extend syntax with #val_type directive by Dmitry V. Levin · 9 years ago
  18. 6b040fc xlat/gen.sh: prepare for adding #val_type directive support by Dmitry V. Levin · 9 years ago
  19. 0f49826 Introduce XLAT_TYPE and XLAT_TYPE_PAIR macros by Dmitry V. Levin · 9 years ago
  20. 3f25b65 xlat: generate xlat pairs using new XLAT_PAIR macro by Dmitry V. Levin · 9 years ago
  21. a9f956d Explicitly cast argument of XLAT macro to unsigned int by Dmitry V. Levin · 9 years ago
  22. dd9a511 Change type of {s,t}print_open_modes's argument to unsigned by Dmitry V. Levin · 9 years ago
  23. 909e664 tests/remap_file_pages.c: fix for the upcoming change of xlat.val type by Dmitry V. Levin · 9 years ago
  24. 00beed6 Introduce printflags64 function by Dmitry V. Levin · 9 years ago
  25. 01c910c Introduce sprintflags64 function by Dmitry V. Levin · 9 years ago
  26. c132810 printxvals: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
  27. 43242e6 xlat_search: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
  28. ed92d87 Introduce xlookup64 function by Dmitry V. Levin · 9 years ago
  29. c9146eb addflags: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
  30. 482bab0 Introduce printxval64 wrapper by Dmitry V. Levin · 9 years ago
  31. 7d63aa5 Turn printxval macro into a static inline function by Dmitry V. Levin · 9 years ago
  32. 38ed916 tests: check decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  33. c8c7a53 Fix decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  34. d10a955 tests: check decoding of set_mempolicy syscall by Dmitry V. Levin · 9 years ago
  35. aa1ed76 tests: check decoding of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  36. 9547c45 numa: fix decoding of nodemask arrays by Dmitry V. Levin · 9 years ago
  37. fb1ae07 Fix decoding of policy argument of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  38. 45a3e46 Fix decoding of pid_t argument of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  39. a182d8c tests: add printxval function to libtests by Dmitry V. Levin · 9 years ago
  40. d6c76f3 tests: check decoding of remap_file_pages syscall by Dmitry V. Levin · 9 years ago
  41. 649ee4b tests: add pause.test by Fei Jie · 9 years ago
  42. 7585ccd tests: add kill.test by Fei Jie · 9 years ago
  43. f1cadc2 Fix decoding of pid_t arguments of kill and tgkill syscalls by Dmitry V. Levin · 9 years ago
  44. b45a1e7 tests: add mlock.test by Fei Jie · 9 years ago
  45. a4da0c8 Move parsers of NUMA related syscalls to numa.c by Dmitry V. Levin · 9 years ago
  46. db34e19 tests/umovestr3.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago
  47. 12890ff tests: extend test coverage of umovestr short read condition by Dmitry V. Levin · 9 years ago
  48. 1c61f82 tests: check decoding of out-of-range syscalls by Dmitry V. Levin · 9 years ago
  49. f443fd4 Fix decoding of 3rd argument of getdents/getdents64 syscalls by Dmitry V. Levin · 9 years ago
  50. b83bb1c Fix decoding of LINUX_REBOOT_CMD_RESTART2 argument by Dmitry V. Levin · 9 years ago
  51. 2607b4e .travis.yml: raise sleep delay by Dmitry V. Levin · 9 years ago
  52. 9d2b6b9 Move definitions of MPOL_* constants to xlat files by Dmitry V. Levin · 9 years ago
  53. f41eaeb tests: check decoding of renameat2 syscall by Dmitry V. Levin · 9 years ago
  54. 96cf7d7 Add default values for RENAME_* constants by Dmitry V. Levin · 9 years ago
  55. 33fc2e4 tests: check decoding of utimes syscall by Dmitry V. Levin · 9 years ago
  56. 4e9269a tests: check decoding of futimesat syscall by Dmitry V. Levin · 9 years ago
  57. 7dad3f3 tests: extend test coverage of mknod syscall by Dmitry V. Levin · 9 years ago
  58. 68b1d24 tests: add sched_yield.test by Fei Jie · 9 years ago
  59. 86ff93e tests: add sync.test by Fei Jie · 9 years ago
  60. 63be9e3 tests: add mknodat.test by Fei Jie · 9 years ago
  61. 363b71d tests: add unlink.test by Fei Jie · 9 years ago
  62. 68d171d tests: add reboot.test by Fei Jie · 9 years ago
  63. 67c2f67 Fix decoding of statfs family syscalls by Dmitry V. Levin · 9 years ago
  64. 121e196 tests: add printflags function to libtests by Dmitry V. Levin · 9 years ago
  65. 0e09704 Move definition of struct xlat to a separate header file by Dmitry V. Levin · 9 years ago
  66. a6acc31 alpha: decode osf_statfs64 and osf_fstatfs64 syscalls by Dmitry V. Levin · 9 years ago
  67. 39e7e1f alpha: fix decoding of osf_statfs and osf_fstatfs syscalls by Dmitry V. Levin · 9 years ago
  68. f3ac129 statfs: print f_flags field only when ST_VALID flag is set by Dmitry V. Levin · 9 years ago
  69. 13c1d08 tests: add symlink.test by Fei Jie · 9 years ago
  70. 506a42f tests: add rmdir.test by Fei Jie · 9 years ago
  71. 7f05113 tests: add setdomainname.test by Fei Jie · 9 years ago
  72. cd61c9f tests: add sched_rr_get_interval.test by Fei Jie · 9 years ago
  73. b4a478d statfs: decode f_flags field of struct statfs by Dmitry V. Levin · 9 years ago
  74. b587a5a statfs: don't quote f_type macro names by Zev Weiss · 9 years ago
  75. 6c69ed7 tests/shmxt.c: robustify against arch specific issues by Dmitry V. Levin · 9 years ago
  76. e5c8849 Rename PRI__s64 to PRI__d64 by Dmitry V. Levin · 9 years ago
  77. 3db07f1 Fix old_mmap output when mmap arguments are unfetchable by Dmitry V. Levin · 9 years ago
  78. cf52778 aarch64: fix old_mmap output for arm personality by Dmitry V. Levin · 9 years ago
  79. bc724ce Define old_mmap parser only on architectures that use it by Dmitry V. Levin · 9 years ago
  80. 3797d10 tests: extend test coverage of mmap syscall by Dmitry V. Levin · 9 years ago
  81. 0e6cb17 tests: extend test coverage of mincore syscall by Dmitry V. Levin · 9 years ago
  82. a7501f6 Move parsers of sync_file_range and sync_file_range2 syscalls to libstrace by Dmitry V. Levin · 9 years ago
  83. a9540e7 tests: check decoding of clock_adjtime syscall by Dmitry V. Levin · 9 years ago
  84. fa5e5d9 tests: do not include <assert.h> unnecessarily by Dmitry V. Levin · 9 years ago
  85. 96a9ff5 tests: do not include <errno.h> unnecessarily by Dmitry V. Levin · 9 years ago
  86. e5297ae tests/xetpriority.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  87. 8141093 tests/xetpgid.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  88. 5561793 tests/xchownx.c: use errno2name by Dmitry V. Levin · 9 years ago
  89. 92288b2 tests/userfaultfd.c: stop using assert by Dmitry V. Levin · 9 years ago
  90. 5d8c235 tests/unlinkat.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  91. 0df6476 tests/umount.c: use errno2name by Dmitry V. Levin · 9 years ago
  92. ae4ba89 tests/truncate64.c: cleanup by Dmitry V. Levin · 9 years ago
  93. 2eec1ce tests/truncate.c: cleanup by Dmitry V. Levin · 9 years ago
  94. 7456b64 tests/tee.c: stop using assert by Dmitry V. Levin · 9 years ago
  95. 86a0901 tests/syslog.c: use errno2name by Dmitry V. Levin · 9 years ago
  96. 82dd238 tests/sync_file_range2.c: stop using assert by Dmitry V. Levin · 9 years ago
  97. 3694b0c tests/sync_file_range.c: stop using assert by Dmitry V. Levin · 9 years ago
  98. 5bc585e tests/symlinkat.c: cleanup by Dmitry V. Levin · 9 years ago
  99. f75e034 tests/swap.c: cleanup by Dmitry V. Levin · 9 years ago
  100. f5748b0 tests/splice.c: stop using assert by Dmitry V. Levin · 9 years ago