1. 7d63aa5 Turn printxval macro into a static inline function by Dmitry V. Levin · 9 years ago
  2. 38ed916 tests: check decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  3. c8c7a53 Fix decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  4. d10a955 tests: check decoding of set_mempolicy syscall by Dmitry V. Levin · 9 years ago
  5. aa1ed76 tests: check decoding of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  6. 9547c45 numa: fix decoding of nodemask arrays by Dmitry V. Levin · 9 years ago
  7. fb1ae07 Fix decoding of policy argument of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  8. 45a3e46 Fix decoding of pid_t argument of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  9. a182d8c tests: add printxval function to libtests by Dmitry V. Levin · 9 years ago
  10. d6c76f3 tests: check decoding of remap_file_pages syscall by Dmitry V. Levin · 9 years ago
  11. 649ee4b tests: add pause.test by Fei Jie · 9 years ago
  12. 7585ccd tests: add kill.test by Fei Jie · 9 years ago
  13. f1cadc2 Fix decoding of pid_t arguments of kill and tgkill syscalls by Dmitry V. Levin · 9 years ago
  14. b45a1e7 tests: add mlock.test by Fei Jie · 9 years ago
  15. a4da0c8 Move parsers of NUMA related syscalls to numa.c by Dmitry V. Levin · 9 years ago
  16. db34e19 tests/umovestr3.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago
  17. 12890ff tests: extend test coverage of umovestr short read condition by Dmitry V. Levin · 9 years ago
  18. 1c61f82 tests: check decoding of out-of-range syscalls by Dmitry V. Levin · 9 years ago
  19. f443fd4 Fix decoding of 3rd argument of getdents/getdents64 syscalls by Dmitry V. Levin · 9 years ago
  20. b83bb1c Fix decoding of LINUX_REBOOT_CMD_RESTART2 argument by Dmitry V. Levin · 9 years ago
  21. 2607b4e .travis.yml: raise sleep delay by Dmitry V. Levin · 9 years ago
  22. 9d2b6b9 Move definitions of MPOL_* constants to xlat files by Dmitry V. Levin · 9 years ago
  23. f41eaeb tests: check decoding of renameat2 syscall by Dmitry V. Levin · 9 years ago
  24. 96cf7d7 Add default values for RENAME_* constants by Dmitry V. Levin · 9 years ago
  25. 33fc2e4 tests: check decoding of utimes syscall by Dmitry V. Levin · 9 years ago
  26. 4e9269a tests: check decoding of futimesat syscall by Dmitry V. Levin · 9 years ago
  27. 7dad3f3 tests: extend test coverage of mknod syscall by Dmitry V. Levin · 9 years ago
  28. 68b1d24 tests: add sched_yield.test by Fei Jie · 9 years ago
  29. 86ff93e tests: add sync.test by Fei Jie · 9 years ago
  30. 63be9e3 tests: add mknodat.test by Fei Jie · 9 years ago
  31. 363b71d tests: add unlink.test by Fei Jie · 9 years ago
  32. 68d171d tests: add reboot.test by Fei Jie · 9 years ago
  33. 67c2f67 Fix decoding of statfs family syscalls by Dmitry V. Levin · 9 years ago
  34. 121e196 tests: add printflags function to libtests by Dmitry V. Levin · 9 years ago
  35. 0e09704 Move definition of struct xlat to a separate header file by Dmitry V. Levin · 9 years ago
  36. a6acc31 alpha: decode osf_statfs64 and osf_fstatfs64 syscalls by Dmitry V. Levin · 9 years ago
  37. 39e7e1f alpha: fix decoding of osf_statfs and osf_fstatfs syscalls by Dmitry V. Levin · 9 years ago
  38. f3ac129 statfs: print f_flags field only when ST_VALID flag is set by Dmitry V. Levin · 9 years ago
  39. 13c1d08 tests: add symlink.test by Fei Jie · 9 years ago
  40. 506a42f tests: add rmdir.test by Fei Jie · 9 years ago
  41. 7f05113 tests: add setdomainname.test by Fei Jie · 9 years ago
  42. cd61c9f tests: add sched_rr_get_interval.test by Fei Jie · 9 years ago
  43. b4a478d statfs: decode f_flags field of struct statfs by Dmitry V. Levin · 9 years ago
  44. b587a5a statfs: don't quote f_type macro names by Zev Weiss · 9 years ago
  45. 6c69ed7 tests/shmxt.c: robustify against arch specific issues by Dmitry V. Levin · 9 years ago
  46. e5c8849 Rename PRI__s64 to PRI__d64 by Dmitry V. Levin · 9 years ago
  47. 3db07f1 Fix old_mmap output when mmap arguments are unfetchable by Dmitry V. Levin · 9 years ago
  48. cf52778 aarch64: fix old_mmap output for arm personality by Dmitry V. Levin · 9 years ago
  49. bc724ce Define old_mmap parser only on architectures that use it by Dmitry V. Levin · 9 years ago
  50. 3797d10 tests: extend test coverage of mmap syscall by Dmitry V. Levin · 9 years ago
  51. 0e6cb17 tests: extend test coverage of mincore syscall by Dmitry V. Levin · 9 years ago
  52. a7501f6 Move parsers of sync_file_range and sync_file_range2 syscalls to libstrace by Dmitry V. Levin · 9 years ago
  53. a9540e7 tests: check decoding of clock_adjtime syscall by Dmitry V. Levin · 9 years ago
  54. fa5e5d9 tests: do not include <assert.h> unnecessarily by Dmitry V. Levin · 9 years ago
  55. 96a9ff5 tests: do not include <errno.h> unnecessarily by Dmitry V. Levin · 9 years ago
  56. e5297ae tests/xetpriority.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  57. 8141093 tests/xetpgid.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  58. 5561793 tests/xchownx.c: use errno2name by Dmitry V. Levin · 9 years ago
  59. 92288b2 tests/userfaultfd.c: stop using assert by Dmitry V. Levin · 9 years ago
  60. 5d8c235 tests/unlinkat.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  61. 0df6476 tests/umount.c: use errno2name by Dmitry V. Levin · 9 years ago
  62. ae4ba89 tests/truncate64.c: cleanup by Dmitry V. Levin · 9 years ago
  63. 2eec1ce tests/truncate.c: cleanup by Dmitry V. Levin · 9 years ago
  64. 7456b64 tests/tee.c: stop using assert by Dmitry V. Levin · 9 years ago
  65. 86a0901 tests/syslog.c: use errno2name by Dmitry V. Levin · 9 years ago
  66. 82dd238 tests/sync_file_range2.c: stop using assert by Dmitry V. Levin · 9 years ago
  67. 3694b0c tests/sync_file_range.c: stop using assert by Dmitry V. Levin · 9 years ago
  68. 5bc585e tests/symlinkat.c: cleanup by Dmitry V. Levin · 9 years ago
  69. f75e034 tests/swap.c: cleanup by Dmitry V. Levin · 9 years ago
  70. f5748b0 tests/splice.c: stop using assert by Dmitry V. Levin · 9 years ago
  71. 0b52ac3 tests/setugid.c: cleanup by Dmitry V. Levin · 9 years ago
  72. 60b9187 tests/sethostname.c: use errno2name by Dmitry V. Levin · 9 years ago
  73. b255f6e tests/setgroups.c: use errno2name by Dmitry V. Levin · 9 years ago
  74. 4483f62 tests/seccomp-strict.c: cleanup by Dmitry V. Levin · 9 years ago
  75. 14fa74f tests/seccomp-filter.c: cleanup by Dmitry V. Levin · 9 years ago
  76. 06c2828 tests/sched_xetscheduler.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  77. 61042d4 tests/sched_xetparam.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  78. 3f470d8 tests/renameat.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  79. f224909 tests/rename.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  80. 92e3cca tests/readv.c: cleanup by Dmitry V. Levin · 9 years ago
  81. 304689e tests/pwritev.c: use errno2name by Dmitry V. Levin · 9 years ago
  82. cf1cfe1 tests/preadv-pwritev.c: cleanup by Dmitry V. Levin · 9 years ago
  83. abde241 tests/prctl-seccomp-strict.c: cleanup by Dmitry V. Levin · 9 years ago
  84. 037ab86 tests/openat.c: use errno2name by Dmitry V. Levin · 9 years ago
  85. 1e2f5f7 tests/open.c: use errno2name by Dmitry V. Levin · 9 years ago
  86. 84aeea7 tests/mlockall.c: cleanup by Dmitry V. Levin · 9 years ago
  87. c0b1d6f tests/mlock2.c: stop using assert by Dmitry V. Levin · 9 years ago
  88. d0652a4 tests/mknod.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  89. a175bfe tests/mkdirat.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  90. 1b511d0 tests/lseek.c: cleanup by Dmitry V. Levin · 9 years ago
  91. cd15777 tests/llseek.c: cleanup by Dmitry V. Levin · 9 years ago
  92. 5c62af0 tests/linkat.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  93. 33e0df7 tests/iopl.c: use errno2name by Dmitry V. Levin · 9 years ago
  94. c1dbe05 tests/ioperm.c: use errno2name by Dmitry V. Levin · 9 years ago
  95. 7f68f80 tests/getgroups.c: use errno2name by Dmitry V. Levin · 9 years ago
  96. 337f66e tests/ftruncate64.c: cleanup by Dmitry V. Levin · 9 years ago
  97. a57bc5b tests/ftruncate.c: cleanup by Dmitry V. Levin · 9 years ago
  98. 1717c8c tests/fsync.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  99. ca24b94 tests/flock.c: print syscall() result using %ld format by Dmitry V. Levin · 9 years ago
  100. 884471b tests/file_handle.c: use errno2name by Dmitry V. Levin · 9 years ago