1. ac2c43e tests: add strace-t.test by Dmitry V. Levin · 9 years ago
  2. a08d03f tests: add strace-T.test by Dmitry V. Levin · 9 years ago
  3. f7f7e60 tests: split out tests of specific decoders by Dmitry V. Levin · 9 years ago
  4. 39ab120 tests: add getcwd.test by JayRJoshi · 9 years ago
  5. 17654da tests: add print_quoted_string function to libtests by JayRJoshi · 9 years ago
  6. 032a9a4 tests: add xetpriority.test by Fei Jie · 9 years ago
  7. b824f98 tests: add flock.test by Fei Jie · 9 years ago
  8. c3fb92c tests: add sched_xetscheduler.test by Fei Jie · 9 years ago
  9. ab26390 alpha: fix SOCK_DIAG_BY_FAMILY tests by Dmitry V. Levin · 9 years ago
  10. aa7b60d Update EPOLL* constants by Dmitry V. Levin · 9 years ago
  11. b389028 tests: add count-f.test by Dmitry V. Levin · 9 years ago
  12. 5d6292c hppa: wire up copy_file_range syscall by Dmitry V. Levin · 9 years ago
  13. fb22306 tests: filter strace output in uname test by Fei Jie · 9 years ago
  14. ea5c7b5 tests: add sched_xetparam.test by Fei Jie · 9 years ago
  15. 1eed594 tests: add sched_get_priority_mxx.test by Fei Jie · 9 years ago
  16. ab917ae tests: add dup.test, dup2.test, and dup3.test by Fei Jie · 9 years ago
  17. 61ac8ee tests: add fchmod.test by Fabien Siron · 9 years ago
  18. 275d135 tests: add acct.test by Fei Jie · 9 years ago
  19. 1b5d1cb tests: add chmod.test by Anchit Jain · 9 years ago
  20. c811fa6 Reduce memory usage while managing tcbs allocation. by Nahim El Atmani · 9 years ago
  21. eee3476 tests: add umask.test by Fei Jie · 9 years ago
  22. a4128a7 tests: add rename.test by Fei Jie · 9 years ago
  23. 68a58a3 tests: add uname.test by Fei Jie · 9 years ago
  24. 0cb245a mips: wire up copy_file_range syscall by Dmitry V. Levin · 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. 2743efc getrusage.test: fix build on x32 by Dmitry V. Levin · 9 years ago
  28. 274fd46 getrusage.test: check that getrusage parser does not access extra memory by Dmitry V. Levin · 9 years ago
  29. 5204dbd tests: add getrusage.test by Fei Jie · 9 years ago
  30. 49faae9 Print rt_sigtimedwait return value as a signal name by Dmitry V. Levin · 9 years ago
  31. f09b7c4 tests: add rt_sigprocmask.test by Dmitry V. Levin · 9 years ago
  32. 1165620 Fix corner cases of rt_sigpending syscall decoder by Dmitry V. Levin · 9 years ago
  33. 10c61e3 Change unix_diag requests back to use full dump instead of exact match by Dmitry V. Levin · 9 years ago
  34. f20304b tests: avoid using cpp -dD by Michael Shigorin · 9 years ago
  35. 446e5b1 tests: add poll.test by Dmitry V. Levin · 9 years ago
  36. 9f612ff Fix abbreviated output of poll and ppoll decoders by Dmitry V. Levin · 9 years ago
  37. 8ef9809 Print unfetchable address in poll and ppoll decoders by Dmitry V. Levin · 9 years ago
  38. ddbede5 Print offsets in lseek and _llseek syscalls as signed integers by Dmitry V. Levin · 9 years ago
  39. 669f8cf tests: add xetpgid.test by Dmitry V. Levin · 9 years ago
  40. 7c05954 tests: add alarm.test by Dmitry V. Levin · 9 years ago
  41. 1ab6e25 Replace printargs_lu and printargs_ld with printargs_u and printargs_d by Dmitry V. Levin · 9 years ago
  42. 835127d Change printargs_lu and printargs_ld to return RVAL_DECODED by Dmitry V. Levin · 9 years ago
  43. cff071a redirect.test: fix the way how strace output is discarded by Dmitry V. Levin · 9 years ago
  44. 4774f82 tests: extend coverage of struct iovec arrays by Dmitry V. Levin · 9 years ago
  45. 13870c5 Implement dumping of vmsplice syscall by Dmitry V. Levin · 9 years ago
  46. 6c93254 tests: add tee.test by Dmitry V. Levin · 9 years ago
  47. 16a52b4 Fix printing of negative offsets in splice syscall by Dmitry V. Levin · 9 years ago
  48. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  49. 3843768 Update fs *_MAGIC constants by Dmitry V. Levin · 9 years ago
  50. b9c8e66 Update IPV6_* constants by Dmitry V. Levin · 9 years ago
  51. c257fbe Update SO_* constants by Dmitry V. Levin · 9 years ago
  52. 12d5e7c Update MADV_* constants by Dmitry V. Levin · 9 years ago
  53. 84be84d tests: robustify execve and execveat tests by Dmitry V. Levin · 9 years ago
  54. b5faea4 tests: simplify execve test by Dmitry V. Levin · 9 years ago
  55. 4ab2040 Fix numbers of syscall arguments in syscall tables by Dmitry V. Levin · 9 years ago
  56. f3948fe s390: decode fadvise64 and fadvise64_64 by Dmitry V. Levin · 9 years ago
  57. 61066ea mips n64: use the most optimal parser for fadvise64 syscall by Dmitry V. Levin · 9 years ago
  58. 1a16618 ia64: decode fstatfs64 and statfs64 by Dmitry V. Levin · 9 years ago
  59. a1e8228 alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments by Dmitry V. Levin · 9 years ago
  60. 9b38885 alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall by Dmitry V. Levin · 9 years ago
  61. f9f04f7 Fix pathtrace match for pipe2 syscall by Dmitry V. Levin · 9 years ago
  62. 3a63075 avr32: wire up missing syscalls by Dmitry V. Levin · 9 years ago
  63. 0aae167 tests: check decoding of madvise, mlockall, mremap, and msync syscalls by Dmitry V. Levin · 9 years ago
  64. af618fa Simplify decoding of waitpid and wait4 syscalls by Dmitry V. Levin · 9 years ago
  65. 591906c waitid: print pid argument as int by Dmitry V. Levin · 9 years ago
  66. d3f17c6 waitid: always print 5th argument by Dmitry V. Levin · 9 years ago
  67. ea21823 socketutils: add const qualifier to variables by Dmitry V. Levin · 9 years ago
  68. bcf5975 print_sockaddr_by_inode: cleanup protocol lookup by Dmitry V. Levin · 9 years ago
  69. 6204654 tests: check that -f -p attaches to threads properly by Dmitry V. Levin · 9 years ago
  70. 6ca4c92 Introduce libstrace.a for potentially conditional compilation units by Dmitry V. Levin · 9 years ago
  71. 0acd8d0 travis-ci: pass more gcov arguments to codecov by Dmitry V. Levin · 9 years ago
  72. b1b692e tests: extend coverage of struct itimerspec by Dmitry V. Levin · 9 years ago
  73. 9ee77b9 tests: extend coverage of utimensat syscall by Dmitry V. Levin · 9 years ago
  74. c736b45 tests: extend coverage of time syscall by Dmitry V. Levin · 9 years ago
  75. 595fc10 tests: extend coverage of struct sigevent by Dmitry V. Levin · 9 years ago
  76. 23168c1 tests: extend coverage of execve and execveat syscalls by Dmitry V. Levin · 9 years ago
  77. 3c00e63 Fix decoding of execve and execveat syscalls with invalid input by Dmitry V. Levin · 9 years ago
  78. a59fcec tests: extend coverage of capget syscall by Dmitry V. Levin · 9 years ago
  79. 48d97b6 tests: extend coverage of sched_getaffinity syscall by Dmitry V. Levin · 9 years ago
  80. f2e6f3d tests: extend coverage of utime syscall by Dmitry V. Levin · 9 years ago
  81. b5a7011 tests: extend coverage of sysinfo syscall by Dmitry V. Levin · 9 years ago
  82. 7fce7c0 tests: extend coverage of adjtimex syscall by Dmitry V. Levin · 9 years ago
  83. a88c72e tests: check that strace does not retain stdin and stdout descriptors by Dmitry V. Levin · 9 years ago
  84. 6aedd42 Create a dummy pipe descriptor instead of opening /dev/null by Dmitry V. Levin · 9 years ago
  85. 0736d4e If stdin/stdout aren't open on startup, open them to /dev/null by Denys Vlasenko · 9 years ago
  86. c9f85b3 Close stdin/out after child is forked by Denys Vlasenko · 9 years ago
  87. 7469e25 tests: add opipe.test by Dmitry V. Levin · 9 years ago
  88. 320fb41 strace-graph: print the pid in the graph by Keith Owens · 9 years ago
  89. 7e0ba4b strace-graph: cope with clone immediately followed by exit by Keith Owens · 9 years ago
  90. ef445b5 strace-graph: handle recent strace output by Keith Owens · 9 years ago
  91. dbc1ffb strace-graph: handle strace -T by Keith Owens · 9 years ago
  92. a0bc25f strace-graph: use "strict" and "warnings" pragmas by Keith Owens · 9 years ago
  93. 26ed70b Add README.md file with links to build status and test coverage by Dmitry V. Levin · 9 years ago
  94. 5be488c travis-ci: prepare and submit test coverage report by Dmitry V. Levin · 9 years ago
  95. d8a81df tests: extend readlink and readlinkat coverage by Dmitry V. Levin · 9 years ago
  96. 7637b1d tests: add hexquote_strndup function to libtests by Dmitry V. Levin · 9 years ago
  97. f2eb27c readlinkat.test: use readlink.test by Dmitry V. Levin · 9 years ago
  98. cba6710 Add configure --enable-code-coverage option by Gabriel Laskar · 9 years ago
  99. 71d3aa0 Makefile.am: introduce strace_CFLAGS and derivatives by Dmitry V. Levin · 9 years ago
  100. fafa7dc Makefile.am: use strace_CPPFLAGS consistently by Dmitry V. Levin · 9 years ago