1. 7f3da2f tests: extend test coverage of getresgid32 syscall by Dmitry V. Levin · 9 years ago
  2. 91119e5 tests: extend test coverage of getresgid syscall by Dmitry V. Levin · 9 years ago
  3. dcc6660 tests: extend test coverage of getresuid32 syscall by Dmitry V. Levin · 9 years ago
  4. fbe1a9e tests: extend test coverage of getresuid syscall by Dmitry V. Levin · 9 years ago
  5. bff70d4 tests: add symlinkat.test by Fei Jie · 9 years ago
  6. 1eb0051 tests: add iopl.test by Fei Jie · 9 years ago
  7. 2e069fc tests: add ioperm.test by Fei Jie · 9 years ago
  8. 5e9944d Fix corner cases of getgroups and setgroups syscall decoders by Dmitry V. Levin · 9 years ago
  9. f184989 tests: check decoding of setfsgid32 syscall by Dmitry V. Levin · 9 years ago
  10. fba762d tests: check decoding of setfsgid syscall by Dmitry V. Levin · 9 years ago
  11. 2def3d4 tests: check decoding of setfsuid32 syscall by Dmitry V. Levin · 9 years ago
  12. 281e457 tests: check decoding of setfsuid syscall by Dmitry V. Levin · 9 years ago
  13. fa7c988 tests: extend test coverage of setresgid32 syscall by Dmitry V. Levin · 9 years ago
  14. 4f6d95d tests: extend test coverage of setresgid syscall by Dmitry V. Levin · 9 years ago
  15. 2b42d8e tests: extend test coverage of setresuid32 syscall by Dmitry V. Levin · 9 years ago
  16. 0eac88a tests: extend test coverage of setresuid syscall by Dmitry V. Levin · 9 years ago
  17. 7d7dfbe tests: extend test coverage of setregid32 syscall by Dmitry V. Levin · 9 years ago
  18. 28d02ea tests: extend test coverage of setregid syscall by Dmitry V. Levin · 9 years ago
  19. 619a96a tests: extend test coverage of setreuid32 syscall by Dmitry V. Levin · 9 years ago
  20. e6d8473 tests: extend test coverage of setreuid syscall by Dmitry V. Levin · 9 years ago
  21. 6511b2d tests: extend test coverage of setgid32 syscall by Dmitry V. Levin · 9 years ago
  22. cf27301 tests: extend test coverage of setgid syscall by Dmitry V. Levin · 9 years ago
  23. 8f0e41a tests: extend test coverage of setuid32 syscall by Dmitry V. Levin · 9 years ago
  24. aa39926 tests: extend test coverage of setuid syscall by Dmitry V. Levin · 9 years ago
  25. 39a33b1 tests: add shmxt.test by Fei Jie · 9 years ago
  26. f22db4e tests: add semop.test by Fei Jie · 9 years ago
  27. 96492b2 tests: check decoding of fchown32 syscall by Dmitry V. Levin · 9 years ago
  28. e6828b1 tests: check decoding of fchown syscall by Dmitry V. Levin · 9 years ago
  29. 11f98f2 tests: check decoding of lchown32 syscall by Dmitry V. Levin · 9 years ago
  30. 408420f tests: check decoding of lchown syscall by Dmitry V. Levin · 9 years ago
  31. f559a87 tests: check decoding of chown32 syscall by Dmitry V. Levin · 9 years ago
  32. 4ccdbd6 tests: check decoding of chown syscall by Dmitry V. Levin · 9 years ago
  33. c2523e0 tests: add seccomp-filter.test by Dmitry V. Levin · 9 years ago
  34. 6ba947f seccomp: fix decoding of sock_fprog and sock_filter structures by Dmitry V. Levin · 9 years ago
  35. 1818061 tests: rename seccomp.test to prctl-seccomp-filter-v.test by Dmitry V. Levin · 9 years ago
  36. b19945b tests: add seccomp-strict.test by Dmitry V. Levin · 9 years ago
  37. c1aa737 tests: add prctl-seccomp-strict.test by Dmitry V. Levin · 9 years ago
  38. d9e4ff7 tests: bring lists back to the sorted order by Dmitry V. Levin · 9 years ago
  39. cb6f997 tests: add mlockall.test by Dmitry V. Levin · 9 years ago
  40. c75e2c2 tests: add epoll_wait.test by Fei Jie · 9 years ago
  41. 258a225 tests: add epoll_ctl.test by Fei Jie · 9 years ago
  42. bbdd23c tests: add epoll_create.test by Fei Jie · 9 years ago
  43. c4a30f1 tests: add mkdirat.test by Fei Jie · 9 years ago
  44. 93faa4c tests: add swap.test by Fei Jie · 9 years ago
  45. 41cd657 tests: add unlinkat.test by Fei Jie · 9 years ago
  46. 7a158a1 tests: add linkat.test by Fei Jie · 9 years ago
  47. 5b2d257 tests: add sync_file_range.test and sync_file_range2.test by Dmitry V. Levin · 9 years ago
  48. 2aa9b32 tests: add read-write.test by Dmitry V. Levin · 9 years ago
  49. 35e97a7 tests: add fchownat.test by Dmitry V. Levin · 9 years ago
  50. baeff23 tests: add fchmodat.test by Dmitry V. Levin · 9 years ago
  51. 9f3a6af Fix printing of negative offsets in pread64 and pwrite64 syscalls by Dmitry V. Levin · 9 years ago
  52. d82b0d8 tests: add chroot.test by Fei Jie · 9 years ago
  53. 4c4ab0f tests: add fdatasync.test by Fei Jie · 9 years ago
  54. 16c078e tests: add fsync.test by Fei Jie · 9 years ago
  55. a067b8d tests: add sethostname.test by Fei Jie · 9 years ago
  56. 3f6ebce Implement dumping of preadv and pwritev syscalls by Dmitry V. Levin · 9 years ago
  57. d461151 Fix printing of negative offsets in preadv and pwritev syscalls by Dmitry V. Levin · 9 years ago
  58. f09a474 tests: add open.test by Dmitry V. Levin · 9 years ago
  59. 6598026 tests: add openat.test by Katerina Koukiou · 9 years ago
  60. 896479d tests: add renameat.test by Fei Jie · 9 years ago
  61. e2975b6 tests: add faccessat.test by Fei Jie · 9 years ago
  62. 8346e63 tests: add creat.test by Fei Jie · 9 years ago
  63. 0ebe67b tests: add mknod.test by Fei Jie · 9 years ago
  64. 9a88371 tests: add syslog.test by Fei Jie · 9 years ago
  65. 39ab120 tests: add getcwd.test by JayRJoshi · 9 years ago
  66. 032a9a4 tests: add xetpriority.test by Fei Jie · 9 years ago
  67. b824f98 tests: add flock.test by Fei Jie · 9 years ago
  68. c3fb92c tests: add sched_xetscheduler.test by Fei Jie · 9 years ago
  69. b389028 tests: add count-f.test by Dmitry V. Levin · 9 years ago
  70. ea5c7b5 tests: add sched_xetparam.test by Fei Jie · 9 years ago
  71. 1eed594 tests: add sched_get_priority_mxx.test by Fei Jie · 9 years ago
  72. ab917ae tests: add dup.test, dup2.test, and dup3.test by Fei Jie · 9 years ago
  73. 61ac8ee tests: add fchmod.test by Fabien Siron · 9 years ago
  74. 275d135 tests: add acct.test by Fei Jie · 9 years ago
  75. 1b5d1cb tests: add chmod.test by Anchit Jain · 9 years ago
  76. eee3476 tests: add umask.test by Fei Jie · 9 years ago
  77. a4128a7 tests: add rename.test by Fei Jie · 9 years ago
  78. 68a58a3 tests: add uname.test by Fei Jie · 9 years ago
  79. 9649ac1 tests: add rt_sigsuspend.test by Dmitry V. Levin · 9 years ago
  80. 11d623f Print pid_t arguments of rt_sigqueueinfo and rt_tgsigqueueinfo as int by Dmitry V. Levin · 9 years ago
  81. 5204dbd tests: add getrusage.test by Fei Jie · 9 years ago
  82. 49faae9 Print rt_sigtimedwait return value as a signal name by Dmitry V. Levin · 9 years ago
  83. f09b7c4 tests: add rt_sigprocmask.test by Dmitry V. Levin · 9 years ago
  84. 1165620 Fix corner cases of rt_sigpending syscall decoder by Dmitry V. Levin · 9 years ago
  85. 446e5b1 tests: add poll.test by Dmitry V. Levin · 9 years ago
  86. 669f8cf tests: add xetpgid.test by Dmitry V. Levin · 9 years ago
  87. 7c05954 tests: add alarm.test by Dmitry V. Levin · 9 years ago
  88. 13870c5 Implement dumping of vmsplice syscall by Dmitry V. Levin · 9 years ago
  89. 6c93254 tests: add tee.test by Dmitry V. Levin · 9 years ago
  90. 16a52b4 Fix printing of negative offsets in splice syscall by Dmitry V. Levin · 9 years ago
  91. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  92. 6204654 tests: check that -f -p attaches to threads properly by Dmitry V. Levin · 9 years ago
  93. 23168c1 tests: extend coverage of execve and execveat syscalls by Dmitry V. Levin · 9 years ago
  94. 751fcb8 tests: replace net-fd.test with net-y-unix.test by Dmitry V. Levin · 9 years ago
  95. 9d15ec7 tests: replace net-yy.test with net-yy-inet.test by Dmitry V. Levin · 9 years ago
  96. 6124cd9 tests: replace unix-yy.test with net-yy-unix.test by Dmitry V. Levin · 9 years ago
  97. dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
  98. fa8c286 Implement simultaneous use of -p option and tracing of a command by Dmitry V. Levin · 9 years ago
  99. a8eb52f tests: use local nanosleep based sleep utility replacement by Dmitry V. Levin · 9 years ago
  100. 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago