1. 799b22a tests: check decoding of BLK* ioctls by Dmitry V. Levin · 9 years ago
  2. ba35137 tests: check decoding of RTC_* ioctls by Dmitry V. Levin · 9 years ago
  3. f8da0f3 tests: check decoding of mount syscall by Dmitry V. Levin · 9 years ago
  4. a41d9f5 tests: add vhangup.test by Fei Jie · 9 years ago
  5. 3586679 tests: add testing for btrfs ioctls by Jeff Mahoney · 9 years ago
  6. c05c24c tests: add testing for FS_IOC_FIEMAP by Jeff Mahoney · 9 years ago
  7. 28e955d tests: add check for netlink protocol decoding with -yy option by Fabien Siron · 9 years ago
  8. 854a259 tests: add brk.test by Fei Jie · 9 years ago
  9. 632efff tests: check decoding of ptrace syscall by Dmitry V. Levin · 9 years ago
  10. 01d16cc tests: add munlockall.test by Fei Jie · 9 years ago
  11. 0684c35 tests: add link.test by Fei Jie · 9 years ago
  12. d81b58f tests: check decoding and dumping of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
  13. 0efd888 userfaultfd: Add ioctl tests by Dr. David Alan Gilbert · 9 years ago
  14. e3086cb tests: check decoding of epoll_pwait syscall by Dmitry V. Levin · 9 years ago
  15. eb5c233 Fix corner cases of ICMP_FILTER decoding by Dmitry V. Levin · 9 years ago
  16. 1e56814 Mpersify VIDIOC_* ioctl parser by Dmitry V. Levin · 9 years ago
  17. e212a15 Fix decoding of move_pages syscall by Dmitry V. Levin · 9 years ago
  18. 900a282 tests: check decoding of mbind syscall by Dmitry V. Levin · 9 years ago
  19. 38ed916 tests: check decoding of migrate_pages syscall by Dmitry V. Levin · 9 years ago
  20. d10a955 tests: check decoding of set_mempolicy syscall by Dmitry V. Levin · 9 years ago
  21. aa1ed76 tests: check decoding of get_mempolicy syscall by Dmitry V. Levin · 9 years ago
  22. d6c76f3 tests: check decoding of remap_file_pages syscall by Dmitry V. Levin · 9 years ago
  23. 649ee4b tests: add pause.test by Fei Jie · 9 years ago
  24. 7585ccd tests: add kill.test by Fei Jie · 9 years ago
  25. b45a1e7 tests: add mlock.test by Fei Jie · 9 years ago
  26. 12890ff tests: extend test coverage of umovestr short read condition by Dmitry V. Levin · 9 years ago
  27. 1c61f82 tests: check decoding of out-of-range syscalls by Dmitry V. Levin · 9 years ago
  28. f41eaeb tests: check decoding of renameat2 syscall by Dmitry V. Levin · 9 years ago
  29. 33fc2e4 tests: check decoding of utimes syscall by Dmitry V. Levin · 9 years ago
  30. 4e9269a tests: check decoding of futimesat syscall by Dmitry V. Levin · 9 years ago
  31. 68b1d24 tests: add sched_yield.test by Fei Jie · 9 years ago
  32. 86ff93e tests: add sync.test by Fei Jie · 9 years ago
  33. 63be9e3 tests: add mknodat.test by Fei Jie · 9 years ago
  34. 363b71d tests: add unlink.test by Fei Jie · 9 years ago
  35. 68d171d tests: add reboot.test by Fei Jie · 9 years ago
  36. 67c2f67 Fix decoding of statfs family syscalls by Dmitry V. Levin · 9 years ago
  37. 13c1d08 tests: add symlink.test by Fei Jie · 9 years ago
  38. 506a42f tests: add rmdir.test by Fei Jie · 9 years ago
  39. 7f05113 tests: add setdomainname.test by Fei Jie · 9 years ago
  40. cd61c9f tests: add sched_rr_get_interval.test by Fei Jie · 9 years ago
  41. 3797d10 tests: extend test coverage of mmap syscall by Dmitry V. Levin · 9 years ago
  42. a9540e7 tests: check decoding of clock_adjtime syscall by Dmitry V. Levin · 9 years ago
  43. ef6b426 tests: add getpgrp.test by Fei Jie · 9 years ago
  44. f914194 tests: add access.test by Fei Jie · 9 years ago
  45. e0057a5 tests: add fchdir.test by Fei Jie · 9 years ago
  46. 5c1776f tests: add mkdir.test by Fei Jie · 9 years ago
  47. 8bfe0d5 tests: add getsid.test by Fei Jie · 9 years ago
  48. 87c0b56 tests: remove obsolete non-strict uid tests by Dmitry V. Levin · 9 years ago
  49. f096422 tests: extend test coverage of getuid/getgid family syscalls by Dmitry V. Levin · 9 years ago
  50. 7f3da2f tests: extend test coverage of getresgid32 syscall by Dmitry V. Levin · 9 years ago
  51. 91119e5 tests: extend test coverage of getresgid syscall by Dmitry V. Levin · 9 years ago
  52. dcc6660 tests: extend test coverage of getresuid32 syscall by Dmitry V. Levin · 9 years ago
  53. fbe1a9e tests: extend test coverage of getresuid syscall by Dmitry V. Levin · 9 years ago
  54. bff70d4 tests: add symlinkat.test by Fei Jie · 9 years ago
  55. 1eb0051 tests: add iopl.test by Fei Jie · 9 years ago
  56. 2e069fc tests: add ioperm.test by Fei Jie · 9 years ago
  57. 5e9944d Fix corner cases of getgroups and setgroups syscall decoders by Dmitry V. Levin · 9 years ago
  58. f184989 tests: check decoding of setfsgid32 syscall by Dmitry V. Levin · 9 years ago
  59. fba762d tests: check decoding of setfsgid syscall by Dmitry V. Levin · 9 years ago
  60. 2def3d4 tests: check decoding of setfsuid32 syscall by Dmitry V. Levin · 9 years ago
  61. 281e457 tests: check decoding of setfsuid syscall by Dmitry V. Levin · 9 years ago
  62. fa7c988 tests: extend test coverage of setresgid32 syscall by Dmitry V. Levin · 9 years ago
  63. 4f6d95d tests: extend test coverage of setresgid syscall by Dmitry V. Levin · 9 years ago
  64. 2b42d8e tests: extend test coverage of setresuid32 syscall by Dmitry V. Levin · 9 years ago
  65. 0eac88a tests: extend test coverage of setresuid syscall by Dmitry V. Levin · 9 years ago
  66. 7d7dfbe tests: extend test coverage of setregid32 syscall by Dmitry V. Levin · 9 years ago
  67. 28d02ea tests: extend test coverage of setregid syscall by Dmitry V. Levin · 9 years ago
  68. 619a96a tests: extend test coverage of setreuid32 syscall by Dmitry V. Levin · 9 years ago
  69. e6d8473 tests: extend test coverage of setreuid syscall by Dmitry V. Levin · 9 years ago
  70. 6511b2d tests: extend test coverage of setgid32 syscall by Dmitry V. Levin · 9 years ago
  71. cf27301 tests: extend test coverage of setgid syscall by Dmitry V. Levin · 9 years ago
  72. 8f0e41a tests: extend test coverage of setuid32 syscall by Dmitry V. Levin · 9 years ago
  73. aa39926 tests: extend test coverage of setuid syscall by Dmitry V. Levin · 9 years ago
  74. 39a33b1 tests: add shmxt.test by Fei Jie · 9 years ago
  75. f22db4e tests: add semop.test by Fei Jie · 9 years ago
  76. 96492b2 tests: check decoding of fchown32 syscall by Dmitry V. Levin · 9 years ago
  77. e6828b1 tests: check decoding of fchown syscall by Dmitry V. Levin · 9 years ago
  78. 11f98f2 tests: check decoding of lchown32 syscall by Dmitry V. Levin · 9 years ago
  79. 408420f tests: check decoding of lchown syscall by Dmitry V. Levin · 9 years ago
  80. f559a87 tests: check decoding of chown32 syscall by Dmitry V. Levin · 9 years ago
  81. 4ccdbd6 tests: check decoding of chown syscall by Dmitry V. Levin · 9 years ago
  82. c2523e0 tests: add seccomp-filter.test by Dmitry V. Levin · 9 years ago
  83. 6ba947f seccomp: fix decoding of sock_fprog and sock_filter structures by Dmitry V. Levin · 9 years ago
  84. 1818061 tests: rename seccomp.test to prctl-seccomp-filter-v.test by Dmitry V. Levin · 9 years ago
  85. b19945b tests: add seccomp-strict.test by Dmitry V. Levin · 9 years ago
  86. c1aa737 tests: add prctl-seccomp-strict.test by Dmitry V. Levin · 9 years ago
  87. d9e4ff7 tests: bring lists back to the sorted order by Dmitry V. Levin · 9 years ago
  88. cb6f997 tests: add mlockall.test by Dmitry V. Levin · 9 years ago
  89. c75e2c2 tests: add epoll_wait.test by Fei Jie · 9 years ago
  90. 258a225 tests: add epoll_ctl.test by Fei Jie · 9 years ago
  91. bbdd23c tests: add epoll_create.test by Fei Jie · 9 years ago
  92. c4a30f1 tests: add mkdirat.test by Fei Jie · 9 years ago
  93. 93faa4c tests: add swap.test by Fei Jie · 9 years ago
  94. 41cd657 tests: add unlinkat.test by Fei Jie · 9 years ago
  95. 7a158a1 tests: add linkat.test by Fei Jie · 9 years ago
  96. 5b2d257 tests: add sync_file_range.test and sync_file_range2.test by Dmitry V. Levin · 9 years ago
  97. 2aa9b32 tests: add read-write.test by Dmitry V. Levin · 9 years ago
  98. 35e97a7 tests: add fchownat.test by Dmitry V. Levin · 9 years ago
  99. baeff23 tests: add fchmodat.test by Dmitry V. Levin · 9 years ago
  100. 9f3a6af Fix printing of negative offsets in pread64 and pwrite64 syscalls by Dmitry V. Levin · 9 years ago