1. 8346e63 tests: add creat.test by Fei Jie · 9 years ago
  2. 0ebe67b tests: add mknod.test by Fei Jie · 9 years ago
  3. 9a88371 tests: add syslog.test by Fei Jie · 9 years ago
  4. e10ab4c tests: add strace-r.test by Dmitry V. Levin · 9 years ago
  5. 534a392 tests: add strace-ttt.test by Dmitry V. Levin · 9 years ago
  6. e4d110d tests: add strace-tt.test by Dmitry V. Levin · 9 years ago
  7. ac2c43e tests: add strace-t.test by Dmitry V. Levin · 9 years ago
  8. a08d03f tests: add strace-T.test by Dmitry V. Levin · 9 years ago
  9. f7f7e60 tests: split out tests of specific decoders by Dmitry V. Levin · 9 years ago
  10. 39ab120 tests: add getcwd.test by JayRJoshi · 9 years ago
  11. 17654da tests: add print_quoted_string function to libtests by JayRJoshi · 9 years ago
  12. 032a9a4 tests: add xetpriority.test by Fei Jie · 9 years ago
  13. b824f98 tests: add flock.test by Fei Jie · 9 years ago
  14. c3fb92c tests: add sched_xetscheduler.test by Fei Jie · 9 years ago
  15. b389028 tests: add count-f.test by Dmitry V. Levin · 9 years ago
  16. ea5c7b5 tests: add sched_xetparam.test by Fei Jie · 9 years ago
  17. 1eed594 tests: add sched_get_priority_mxx.test by Fei Jie · 9 years ago
  18. ab917ae tests: add dup.test, dup2.test, and dup3.test by Fei Jie · 9 years ago
  19. 61ac8ee tests: add fchmod.test by Fabien Siron · 9 years ago
  20. 275d135 tests: add acct.test by Fei Jie · 9 years ago
  21. 1b5d1cb tests: add chmod.test by Anchit Jain · 9 years ago
  22. eee3476 tests: add umask.test by Fei Jie · 9 years ago
  23. a4128a7 tests: add rename.test by Fei Jie · 9 years ago
  24. 68a58a3 tests: add uname.test by Fei Jie · 9 years ago
  25. 9649ac1 tests: add rt_sigsuspend.test by Dmitry V. Levin · 9 years ago
  26. 11d623f Print pid_t arguments of rt_sigqueueinfo and rt_tgsigqueueinfo as int by Dmitry V. Levin · 9 years ago
  27. 5204dbd tests: add getrusage.test by Fei Jie · 9 years ago
  28. 49faae9 Print rt_sigtimedwait return value as a signal name by Dmitry V. Levin · 9 years ago
  29. f09b7c4 tests: add rt_sigprocmask.test by Dmitry V. Levin · 9 years ago
  30. 1165620 Fix corner cases of rt_sigpending syscall decoder by Dmitry V. Levin · 9 years ago
  31. f20304b tests: avoid using cpp -dD by Michael Shigorin · 9 years ago
  32. 446e5b1 tests: add poll.test by Dmitry V. Levin · 9 years ago
  33. 669f8cf tests: add xetpgid.test by Dmitry V. Levin · 9 years ago
  34. 7c05954 tests: add alarm.test by Dmitry V. Levin · 9 years ago
  35. 13870c5 Implement dumping of vmsplice syscall by Dmitry V. Levin · 9 years ago
  36. 6c93254 tests: add tee.test by Dmitry V. Levin · 9 years ago
  37. 16a52b4 Fix printing of negative offsets in splice syscall by Dmitry V. Levin · 9 years ago
  38. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  39. 6204654 tests: check that -f -p attaches to threads properly by Dmitry V. Levin · 9 years ago
  40. 23168c1 tests: extend coverage of execve and execveat syscalls by Dmitry V. Levin · 9 years ago
  41. a88c72e tests: check that strace does not retain stdin and stdout descriptors by Dmitry V. Levin · 9 years ago
  42. 7469e25 tests: add opipe.test by Dmitry V. Levin · 9 years ago
  43. 7637b1d tests: add hexquote_strndup function to libtests by Dmitry V. Levin · 9 years ago
  44. 751fcb8 tests: replace net-fd.test with net-y-unix.test by Dmitry V. Levin · 9 years ago
  45. 9d15ec7 tests: replace net-yy.test with net-yy-inet.test by Dmitry V. Levin · 9 years ago
  46. 6124cd9 tests: replace unix-yy.test with net-yy-unix.test by Dmitry V. Levin · 9 years ago
  47. e364920 tests: add inode_of_sockfd function to libtests by Dmitry V. Levin · 9 years ago
  48. dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
  49. fa8c286 Implement simultaneous use of -p option and tracing of a command by Dmitry V. Levin · 9 years ago
  50. a8eb52f tests: use local nanosleep based sleep utility replacement by Dmitry V. Levin · 9 years ago
  51. 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  52. 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
  53. 590b240 tests: add hexdump_strdup function to libtests by Dmitry V. Levin · 9 years ago
  54. 536a035 tests: add tprintf function to libtests by Dmitry V. Levin · 9 years ago
  55. 19d10f8 mmsg.test: fix regression introduced by commit v4.11-138-g6e815ce by Dmitry V. Levin · 9 years ago
  56. 2720a61 alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls by Dmitry V. Levin · 9 years ago
  57. 6bf08e3 Fix and enhance decoding of sched_[gs]etaffinity syscalls by Dmitry V. Levin · 9 years ago
  58. 6267e4b tests: convert epoll_create1.test from match_grep to match_diff by Dmitry V. Levin · 9 years ago
  59. 87e6b23 tests: introduce libtests by Dmitry V. Levin · 9 years ago
  60. 10eab9d tests: enable strace-k.test only for --with-libunwind configurations by Dmitry V. Levin · 9 years ago
  61. 78db0f2 tests: add fork-f.test and vfork-f.test by Dmitry V. Levin · 9 years ago
  62. f7423af tests: add personality.test by Dmitry V. Levin · 9 years ago
  63. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  64. bab4ef4 tests: add ksysent.test by Dmitry V. Levin · 9 years ago
  65. 69b7307 Fix select and _newselect syscall entries by Dmitry V. Levin · 9 years ago
  66. 718990f tests: sort the list of tests by Dmitry V. Levin · 9 years ago
  67. 77c0cde build: add -D_FILE_OFFSET_BITS=64 to _CPPFLAGS instead of _CFLAGS by Dmitry V. Levin · 9 years ago
  68. 860b3a6 build: set arch specific -m switches in tests-m*32/Makefile.am files properly by Dmitry V. Levin · 9 years ago
  69. 08a1783 tests: add umount.test and umount2.test by Dmitry V. Levin · 9 years ago
  70. 2154702 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser by Dmitry V. Levin · 9 years ago
  71. 144a9db tests: replace old stat tests with stat.test and stat64.test by Dmitry V. Levin · 9 years ago
  72. 38e3768 tests: add lstat.test and lstat64.test by Dmitry V. Levin · 9 years ago
  73. c863827 tests: add fstat.test and fstat64.test by Dmitry V. Levin · 9 years ago
  74. cc2baf3 tests: prepare for detailed testing of stat family syscalls by Dmitry V. Levin · 9 years ago
  75. b0e6115 tests: add fstatat64.test and newfstatat.test by Dmitry V. Levin · 9 years ago
  76. 9db0797 tests: add lseek.test and llseek.test by Dmitry V. Levin · 9 years ago
  77. 431d63c tests: add ftruncate64.test and truncate64.test by Dmitry V. Levin · 9 years ago
  78. c1bb87a tests: add ftruncate.test and truncate.test by Dmitry V. Levin · 9 years ago
  79. cc1e149 tests: add struct_flock.test by Dmitry V. Levin · 9 years ago
  80. 4b3a170 Implement name_to_handle_at and open_by_handle_at syscalls decoding by Dmitry V. Levin · 9 years ago
  81. 1f111cf Implement IPPROTO_IP control messages decoding by Dmitry V. Levin · 9 years ago
  82. 7528a0b tests: rewrite getdents test in C for better coverage by Dmitry V. Levin · 9 years ago
  83. 4f46158 tests: add readdir.test by Dmitry V. Levin · 9 years ago
  84. 0d0a50a Implement mlock2 syscall decoding by Dmitry V. Levin · 9 years ago
  85. 2aec1e6 Implement membarrier syscall decoding by Dmitry V. Levin · 9 years ago
  86. a6ebdb1 Implement userfaultfd syscall decoding by Dmitry V. Levin · 9 years ago
  87. fb2a543 tests: convert ioctl.test from match_grep to match_diff by Dmitry V. Levin · 9 years ago
  88. f57edf4 Fix decoding of gettimeofday and settimeofday by Dmitry V. Levin · 9 years ago
  89. c648b4a Fix decoding of clock_nanosleep by Dmitry V. Levin · 9 years ago
  90. 593602c tests: add nanosleep.test by Dmitry V. Levin · 9 years ago
  91. 640623c tests: rewrite restart_syscall in C by Dmitry V. Levin · 9 years ago
  92. 9d4c892 tests: add clock_xettime.test by Dmitry V. Levin · 9 years ago
  93. 12431f7 tests: add xetitimer.test by Dmitry V. Levin · 9 years ago
  94. 79cafcd tests: add timerfd_xettime.test by Dmitry V. Levin · 9 years ago
  95. 1314098 tests: add timer_xettime.test by Dmitry V. Levin · 9 years ago
  96. dad1eef Convert parser of struct timex to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  97. b8f0c92 Enhance parser of struct sigevent by Dmitry V. Levin · 9 years ago
  98. 77a1b6b tests: add pselect6.test by Dmitry V. Levin · 9 years ago
  99. 9d77b56 tests: add times-fail.test by Elvira Khabirova · 9 years ago
  100. 7a03605 tests: add times.test by Eugene Syromyatnikov · 9 years ago