1. 275d135 tests: add acct.test by Fei Jie · 9 years ago
  2. 1b5d1cb tests: add chmod.test by Anchit Jain · 9 years ago
  3. c811fa6 Reduce memory usage while managing tcbs allocation. by Nahim El Atmani · 9 years ago
  4. eee3476 tests: add umask.test by Fei Jie · 9 years ago
  5. a4128a7 tests: add rename.test by Fei Jie · 9 years ago
  6. 68a58a3 tests: add uname.test by Fei Jie · 9 years ago
  7. 0cb245a mips: wire up copy_file_range syscall by Dmitry V. Levin · 9 years ago
  8. 9649ac1 tests: add rt_sigsuspend.test by Dmitry V. Levin · 9 years ago
  9. 11d623f Print pid_t arguments of rt_sigqueueinfo and rt_tgsigqueueinfo as int by Dmitry V. Levin · 9 years ago
  10. 2743efc getrusage.test: fix build on x32 by Dmitry V. Levin · 9 years ago
  11. 274fd46 getrusage.test: check that getrusage parser does not access extra memory by Dmitry V. Levin · 9 years ago
  12. 5204dbd tests: add getrusage.test by Fei Jie · 9 years ago
  13. 49faae9 Print rt_sigtimedwait return value as a signal name by Dmitry V. Levin · 9 years ago
  14. f09b7c4 tests: add rt_sigprocmask.test by Dmitry V. Levin · 9 years ago
  15. 1165620 Fix corner cases of rt_sigpending syscall decoder by Dmitry V. Levin · 9 years ago
  16. 10c61e3 Change unix_diag requests back to use full dump instead of exact match by Dmitry V. Levin · 9 years ago
  17. f20304b tests: avoid using cpp -dD by Michael Shigorin · 9 years ago
  18. 446e5b1 tests: add poll.test by Dmitry V. Levin · 9 years ago
  19. 9f612ff Fix abbreviated output of poll and ppoll decoders by Dmitry V. Levin · 9 years ago
  20. 8ef9809 Print unfetchable address in poll and ppoll decoders by Dmitry V. Levin · 9 years ago
  21. ddbede5 Print offsets in lseek and _llseek syscalls as signed integers by Dmitry V. Levin · 9 years ago
  22. 669f8cf tests: add xetpgid.test by Dmitry V. Levin · 9 years ago
  23. 7c05954 tests: add alarm.test by Dmitry V. Levin · 9 years ago
  24. 1ab6e25 Replace printargs_lu and printargs_ld with printargs_u and printargs_d by Dmitry V. Levin · 9 years ago
  25. 835127d Change printargs_lu and printargs_ld to return RVAL_DECODED by Dmitry V. Levin · 9 years ago
  26. cff071a redirect.test: fix the way how strace output is discarded by Dmitry V. Levin · 9 years ago
  27. 4774f82 tests: extend coverage of struct iovec arrays by Dmitry V. Levin · 9 years ago
  28. 13870c5 Implement dumping of vmsplice syscall by Dmitry V. Levin · 9 years ago
  29. 6c93254 tests: add tee.test by Dmitry V. Levin · 9 years ago
  30. 16a52b4 Fix printing of negative offsets in splice syscall by Dmitry V. Levin · 9 years ago
  31. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  32. 3843768 Update fs *_MAGIC constants by Dmitry V. Levin · 9 years ago
  33. b9c8e66 Update IPV6_* constants by Dmitry V. Levin · 9 years ago
  34. c257fbe Update SO_* constants by Dmitry V. Levin · 9 years ago
  35. 12d5e7c Update MADV_* constants by Dmitry V. Levin · 9 years ago
  36. 84be84d tests: robustify execve and execveat tests by Dmitry V. Levin · 9 years ago
  37. b5faea4 tests: simplify execve test by Dmitry V. Levin · 9 years ago
  38. 4ab2040 Fix numbers of syscall arguments in syscall tables by Dmitry V. Levin · 9 years ago
  39. f3948fe s390: decode fadvise64 and fadvise64_64 by Dmitry V. Levin · 9 years ago
  40. 61066ea mips n64: use the most optimal parser for fadvise64 syscall by Dmitry V. Levin · 9 years ago
  41. 1a16618 ia64: decode fstatfs64 and statfs64 by Dmitry V. Levin · 9 years ago
  42. a1e8228 alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments by Dmitry V. Levin · 9 years ago
  43. 9b38885 alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall by Dmitry V. Levin · 9 years ago
  44. f9f04f7 Fix pathtrace match for pipe2 syscall by Dmitry V. Levin · 9 years ago
  45. 3a63075 avr32: wire up missing syscalls by Dmitry V. Levin · 9 years ago
  46. 0aae167 tests: check decoding of madvise, mlockall, mremap, and msync syscalls by Dmitry V. Levin · 9 years ago
  47. af618fa Simplify decoding of waitpid and wait4 syscalls by Dmitry V. Levin · 9 years ago
  48. 591906c waitid: print pid argument as int by Dmitry V. Levin · 9 years ago
  49. d3f17c6 waitid: always print 5th argument by Dmitry V. Levin · 9 years ago
  50. ea21823 socketutils: add const qualifier to variables by Dmitry V. Levin · 9 years ago
  51. bcf5975 print_sockaddr_by_inode: cleanup protocol lookup by Dmitry V. Levin · 9 years ago
  52. 6204654 tests: check that -f -p attaches to threads properly by Dmitry V. Levin · 9 years ago
  53. 6ca4c92 Introduce libstrace.a for potentially conditional compilation units by Dmitry V. Levin · 9 years ago
  54. 0acd8d0 travis-ci: pass more gcov arguments to codecov by Dmitry V. Levin · 9 years ago
  55. b1b692e tests: extend coverage of struct itimerspec by Dmitry V. Levin · 9 years ago
  56. 9ee77b9 tests: extend coverage of utimensat syscall by Dmitry V. Levin · 9 years ago
  57. c736b45 tests: extend coverage of time syscall by Dmitry V. Levin · 9 years ago
  58. 595fc10 tests: extend coverage of struct sigevent by Dmitry V. Levin · 9 years ago
  59. 23168c1 tests: extend coverage of execve and execveat syscalls by Dmitry V. Levin · 9 years ago
  60. 3c00e63 Fix decoding of execve and execveat syscalls with invalid input by Dmitry V. Levin · 9 years ago
  61. a59fcec tests: extend coverage of capget syscall by Dmitry V. Levin · 9 years ago
  62. 48d97b6 tests: extend coverage of sched_getaffinity syscall by Dmitry V. Levin · 9 years ago
  63. f2e6f3d tests: extend coverage of utime syscall by Dmitry V. Levin · 9 years ago
  64. b5a7011 tests: extend coverage of sysinfo syscall by Dmitry V. Levin · 9 years ago
  65. 7fce7c0 tests: extend coverage of adjtimex syscall by Dmitry V. Levin · 9 years ago
  66. a88c72e tests: check that strace does not retain stdin and stdout descriptors by Dmitry V. Levin · 9 years ago
  67. 6aedd42 Create a dummy pipe descriptor instead of opening /dev/null by Dmitry V. Levin · 9 years ago
  68. 0736d4e If stdin/stdout aren't open on startup, open them to /dev/null by Denys Vlasenko · 9 years ago
  69. c9f85b3 Close stdin/out after child is forked by Denys Vlasenko · 9 years ago
  70. 7469e25 tests: add opipe.test by Dmitry V. Levin · 9 years ago
  71. 320fb41 strace-graph: print the pid in the graph by Keith Owens · 9 years ago
  72. 7e0ba4b strace-graph: cope with clone immediately followed by exit by Keith Owens · 9 years ago
  73. ef445b5 strace-graph: handle recent strace output by Keith Owens · 9 years ago
  74. dbc1ffb strace-graph: handle strace -T by Keith Owens · 9 years ago
  75. a0bc25f strace-graph: use "strict" and "warnings" pragmas by Keith Owens · 9 years ago
  76. 26ed70b Add README.md file with links to build status and test coverage by Dmitry V. Levin · 9 years ago
  77. 5be488c travis-ci: prepare and submit test coverage report by Dmitry V. Levin · 9 years ago
  78. d8a81df tests: extend readlink and readlinkat coverage by Dmitry V. Levin · 9 years ago
  79. 7637b1d tests: add hexquote_strndup function to libtests by Dmitry V. Levin · 9 years ago
  80. f2eb27c readlinkat.test: use readlink.test by Dmitry V. Levin · 9 years ago
  81. cba6710 Add configure --enable-code-coverage option by Gabriel Laskar · 9 years ago
  82. 71d3aa0 Makefile.am: introduce strace_CFLAGS and derivatives by Dmitry V. Levin · 9 years ago
  83. fafa7dc Makefile.am: use strace_CPPFLAGS consistently by Dmitry V. Levin · 9 years ago
  84. 751fcb8 tests: replace net-fd.test with net-y-unix.test by Dmitry V. Levin · 9 years ago
  85. 3c17d1b Implement caching of print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
  86. 69bfc89 Change unix_diag requests to use exact match instead of full dump by Dmitry V. Levin · 9 years ago
  87. 3c86e0e Robustify netlink response parsers by Dmitry V. Levin · 9 years ago
  88. cc09ba1 inet_parse_response: add a safety check by Dmitry V. Levin · 9 years ago
  89. 2215c3e receive_responses: avoid potential hangup by Dmitry V. Levin · 9 years ago
  90. 9d15ec7 tests: replace net-yy.test with net-yy-inet.test by Dmitry V. Levin · 9 years ago
  91. 6124cd9 tests: replace unix-yy.test with net-yy-unix.test by Dmitry V. Levin · 9 years ago
  92. e364920 tests: add inode_of_sockfd function to libtests by Dmitry V. Levin · 9 years ago
  93. 3d0f55e unix_parse_response: add a safety check by Dmitry V. Levin · 9 years ago
  94. dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
  95. ea8b8e3 Move fallback -yy socket print from printfd to print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
  96. fa8c286 Implement simultaneous use of -p option and tracing of a command by Dmitry V. Levin · 9 years ago
  97. 3872143 strace.1: fix format of -P description by Dmitry V. Levin · 9 years ago
  98. a8eb52f tests: use local nanosleep based sleep utility replacement by Dmitry V. Levin · 9 years ago
  99. 3d54c92 tests: add error_msg_and_fail function to libtests by Dmitry V. Levin · 9 years ago
  100. d44707d Fix dumping of recvmmsg syscall in case of short read by Dmitry V. Levin · 9 years ago