1. dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
  2. fa8c286 Implement simultaneous use of -p option and tracing of a command by Dmitry V. Levin · 9 years ago
  3. a8eb52f tests: use local nanosleep based sleep utility replacement by Dmitry V. Levin · 9 years ago
  4. 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  5. 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
  6. 2720a61 alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls by Dmitry V. Levin · 9 years ago
  7. 6bf08e3 Fix and enhance decoding of sched_[gs]etaffinity syscalls by Dmitry V. Levin · 9 years ago
  8. 87e6b23 tests: introduce libtests by Dmitry V. Levin · 9 years ago
  9. 78db0f2 tests: add fork-f.test and vfork-f.test by Dmitry V. Levin · 9 years ago
  10. f7423af tests: add personality.test by Dmitry V. Levin · 9 years ago
  11. 2c2f663 tests/.gitignore: add ksysent.h by Dmitry V. Levin · 9 years ago
  12. bab4ef4 tests: add ksysent.test by Dmitry V. Levin · 9 years ago
  13. 69b7307 Fix select and _newselect syscall entries by Dmitry V. Levin · 9 years ago
  14. 718990f tests: sort the list of tests by Dmitry V. Levin · 9 years ago
  15. 08a1783 tests: add umount.test and umount2.test by Dmitry V. Levin · 9 years ago
  16. 2154702 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser by Dmitry V. Levin · 9 years ago
  17. 144a9db tests: replace old stat tests with stat.test and stat64.test by Dmitry V. Levin · 9 years ago
  18. 38e3768 tests: add lstat.test and lstat64.test by Dmitry V. Levin · 9 years ago
  19. c863827 tests: add fstat.test and fstat64.test by Dmitry V. Levin · 9 years ago
  20. b0e6115 tests: add fstatat64.test and newfstatat.test by Dmitry V. Levin · 9 years ago
  21. 9db0797 tests: add lseek.test and llseek.test by Dmitry V. Levin · 9 years ago
  22. 431d63c tests: add ftruncate64.test and truncate64.test by Dmitry V. Levin · 9 years ago
  23. c1bb87a tests: add ftruncate.test and truncate.test by Dmitry V. Levin · 9 years ago
  24. cc1e149 tests: add struct_flock.test by Dmitry V. Levin · 9 years ago
  25. 4b3a170 Implement name_to_handle_at and open_by_handle_at syscalls decoding by Dmitry V. Levin · 9 years ago
  26. 1f111cf Implement IPPROTO_IP control messages decoding by Dmitry V. Levin · 9 years ago
  27. 7528a0b tests: rewrite getdents test in C for better coverage by Dmitry V. Levin · 9 years ago
  28. 4f46158 tests: add readdir.test by Dmitry V. Levin · 9 years ago
  29. 0d0a50a Implement mlock2 syscall decoding by Dmitry V. Levin · 9 years ago
  30. 2aec1e6 Implement membarrier syscall decoding by Dmitry V. Levin · 9 years ago
  31. a6ebdb1 Implement userfaultfd syscall decoding by Dmitry V. Levin · 9 years ago
  32. f57edf4 Fix decoding of gettimeofday and settimeofday by Dmitry V. Levin · 9 years ago
  33. c648b4a Fix decoding of clock_nanosleep by Dmitry V. Levin · 9 years ago
  34. 593602c tests: add nanosleep.test by Dmitry V. Levin · 9 years ago
  35. 640623c tests: rewrite restart_syscall in C by Dmitry V. Levin · 9 years ago
  36. 9d4c892 tests: add clock_xettime.test by Dmitry V. Levin · 9 years ago
  37. 12431f7 tests: add xetitimer.test by Dmitry V. Levin · 9 years ago
  38. 79cafcd tests: add timerfd_xettime.test by Dmitry V. Levin · 9 years ago
  39. 1314098 tests: add timer_xettime.test by Dmitry V. Levin · 9 years ago
  40. dad1eef Convert parser of struct timex to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  41. b8f0c92 Enhance parser of struct sigevent by Dmitry V. Levin · 9 years ago
  42. 77a1b6b tests: add pselect6.test by Dmitry V. Levin · 9 years ago
  43. 9d77b56 tests: add times-fail.test by Elvira Khabirova · 9 years ago
  44. 7a03605 tests: add times.test by Eugene Syromyatnikov · 9 years ago
  45. 22d997e tests: add sysinfo.test by Elvira Khabirova · 9 years ago
  46. b7699b5 tests: add ipc_msgbuf.test by Elvira Khabirova · 9 years ago
  47. 422f793 tests: add mq.test by Elvira Khabirova · 9 years ago
  48. cde9ef7 tests: add wait.test by Dmitry V. Levin · 9 years ago
  49. 3b7674c tests: add rt_sigqueueinfo.test by Elvira Khabirova · 9 years ago
  50. 78e48eb tests: add utimensat.test by Dmitry V. Levin · 9 years ago
  51. 13c2173 Fix multiple personalities support in parser of io_submit syscall by Dmitry V. Levin · 9 years ago
  52. 4918285 tests: add sendfile.test and sendfile64.test by Dmitry V. Levin · 9 years ago
  53. 41b9fac tests: add a test for get_robust_list and set_robust_list decoding by Dmitry V. Levin · 9 years ago
  54. f9b455c Fix time syscall decoding for some personalities by Dmitry V. Levin · 9 years ago
  55. 3af6aab tests: add readlink.test and readlinkat.test by Gleb Fotengauer-Malinovskiy · 9 years ago
  56. 30ac062 signalfd4: fix flags decoding by Dmitry V. Levin · 9 years ago
  57. bf62c1b epoll_create1: fix flags decoding by Dmitry V. Levin · 9 years ago
  58. c8cba99 eventfd2: fix flags decoding by Dmitry V. Levin · 9 years ago
  59. d9fb450 Cleanup poll/ppoll decoders by Dmitry V. Levin · 9 years ago
  60. ea7ef93 tests: add oldselect.test by Dmitry V. Levin · 9 years ago
  61. 3456bcc Implement sched_getattr and sched_setattr syscalls decoding by Dmitry V. Levin · 9 years ago
  62. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  63. 7c22101 Implement execveat syscall decoding by Dmitry V. Levin · 9 years ago
  64. 4ff687b execve: fix support of personalities with different word size by Dmitry V. Levin · 9 years ago
  65. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  66. 10020ae tests: add sigaltstack.test by Elvira Khabirova · 9 years ago
  67. d27ccca tests: add utime.test by Dmitry V. Levin · 9 years ago
  68. b60b2a5 tests: add xattr.test by Dmitry V. Levin · 9 years ago
  69. 4b80f34 Fix filtering of <unavailable> syscalls by Dmitry V. Levin · 9 years ago
  70. 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 10 years ago
  71. 4832134 umovestr: fix short read bug by Dmitry V. Levin · 10 years ago
  72. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
  73. e7d671b tests: add a test for mmap/mprotect/munmap decoding by Dmitry V. Levin · 10 years ago
  74. 485f8fb tests: add a test for SECCOMP_MODE_FILTER decoding by Dmitry V. Levin · 10 years ago
  75. 30bcb79 tests: add a test for sigreturn/rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  76. e96cb62 print_pc: fix multiple personalities support by Dmitry V. Levin · 10 years ago
  77. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 10 years ago
  78. e837b14 tests: add a test for select syscall decoding by Dmitry V. Levin · 10 years ago
  79. 495f525 tests: add a test for the latest dumpio fix by Dmitry V. Levin · 10 years ago
  80. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  81. 12e2442 tests: add tests for ipc syscalls decoding by Dmitry V. Levin · 10 years ago
  82. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 10 years ago
  83. 7b01014 tests: check verbose decoding of 32-bit and 64-bit struct stat by Dmitry V. Levin · 10 years ago
  84. 6b5df32 tests: fix unix domain socket decoding availability test by Dmitry V. Levin · 10 years ago
  85. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  86. 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 10 years ago
  87. 993198d tests: add a test for decoding and dumping of recvmmsg/sendmmsg by Masatake YAMATO · 10 years ago
  88. fdfa722 tests: add a test for -yy option by Dmitry V. Levin · 10 years ago
  89. 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
  90. b267aef tests: ignore *.tmp files by Mike Frysinger · 10 years ago
  91. 9682107 unwind: tests: add a test for -k option by Masatake YAMATO · 11 years ago
  92. f23b097 Decode file descriptors passed via SCM_RIGHTS control messages by Dmitry V. Levin · 11 years ago
  93. 66a15a5 tests: add a test for rt_sigaction output by Dmitry V. Levin · 11 years ago
  94. 97c8508 tests: ensure that strace can detach from sleeping and stopped processes by Dmitry V. Levin · 12 years ago
  95. 47b0dcc tests: add a test for basic network syscalls by Dmitry V. Levin · 12 years ago
  96. d26d011 Ignore more files by Mike Frysinger · 12 years ago
  97. 4e4b5ad Implement two basic "strace -f" tests by Dmitry V. Levin · 14 years ago