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