1. f9f04f7 Fix pathtrace match for pipe2 syscall by Dmitry V. Levin · 9 years ago
  2. 3a63075 avr32: wire up missing syscalls by Dmitry V. Levin · 9 years ago
  3. 0aae167 tests: check decoding of madvise, mlockall, mremap, and msync syscalls by Dmitry V. Levin · 9 years ago
  4. af618fa Simplify decoding of waitpid and wait4 syscalls by Dmitry V. Levin · 9 years ago
  5. 591906c waitid: print pid argument as int by Dmitry V. Levin · 9 years ago
  6. d3f17c6 waitid: always print 5th argument by Dmitry V. Levin · 9 years ago
  7. ea21823 socketutils: add const qualifier to variables by Dmitry V. Levin · 9 years ago
  8. bcf5975 print_sockaddr_by_inode: cleanup protocol lookup by Dmitry V. Levin · 9 years ago
  9. 6204654 tests: check that -f -p attaches to threads properly by Dmitry V. Levin · 9 years ago
  10. 6ca4c92 Introduce libstrace.a for potentially conditional compilation units by Dmitry V. Levin · 9 years ago
  11. 0acd8d0 travis-ci: pass more gcov arguments to codecov by Dmitry V. Levin · 9 years ago
  12. b1b692e tests: extend coverage of struct itimerspec by Dmitry V. Levin · 9 years ago
  13. 9ee77b9 tests: extend coverage of utimensat syscall by Dmitry V. Levin · 9 years ago
  14. c736b45 tests: extend coverage of time syscall by Dmitry V. Levin · 9 years ago
  15. 595fc10 tests: extend coverage of struct sigevent by Dmitry V. Levin · 9 years ago
  16. 23168c1 tests: extend coverage of execve and execveat syscalls by Dmitry V. Levin · 9 years ago
  17. 3c00e63 Fix decoding of execve and execveat syscalls with invalid input by Dmitry V. Levin · 9 years ago
  18. a59fcec tests: extend coverage of capget syscall by Dmitry V. Levin · 9 years ago
  19. 48d97b6 tests: extend coverage of sched_getaffinity syscall by Dmitry V. Levin · 9 years ago
  20. f2e6f3d tests: extend coverage of utime syscall by Dmitry V. Levin · 9 years ago
  21. b5a7011 tests: extend coverage of sysinfo syscall by Dmitry V. Levin · 9 years ago
  22. 7fce7c0 tests: extend coverage of adjtimex syscall by Dmitry V. Levin · 9 years ago
  23. a88c72e tests: check that strace does not retain stdin and stdout descriptors by Dmitry V. Levin · 9 years ago
  24. 6aedd42 Create a dummy pipe descriptor instead of opening /dev/null by Dmitry V. Levin · 9 years ago
  25. 0736d4e If stdin/stdout aren't open on startup, open them to /dev/null by Denys Vlasenko · 9 years ago
  26. c9f85b3 Close stdin/out after child is forked by Denys Vlasenko · 9 years ago
  27. 7469e25 tests: add opipe.test by Dmitry V. Levin · 9 years ago
  28. 320fb41 strace-graph: print the pid in the graph by Keith Owens · 9 years ago
  29. 7e0ba4b strace-graph: cope with clone immediately followed by exit by Keith Owens · 9 years ago
  30. ef445b5 strace-graph: handle recent strace output by Keith Owens · 9 years ago
  31. dbc1ffb strace-graph: handle strace -T by Keith Owens · 9 years ago
  32. a0bc25f strace-graph: use "strict" and "warnings" pragmas by Keith Owens · 9 years ago
  33. 26ed70b Add README.md file with links to build status and test coverage by Dmitry V. Levin · 9 years ago
  34. 5be488c travis-ci: prepare and submit test coverage report by Dmitry V. Levin · 9 years ago
  35. d8a81df tests: extend readlink and readlinkat coverage by Dmitry V. Levin · 9 years ago
  36. 7637b1d tests: add hexquote_strndup function to libtests by Dmitry V. Levin · 9 years ago
  37. f2eb27c readlinkat.test: use readlink.test by Dmitry V. Levin · 9 years ago
  38. cba6710 Add configure --enable-code-coverage option by Gabriel Laskar · 9 years ago
  39. 71d3aa0 Makefile.am: introduce strace_CFLAGS and derivatives by Dmitry V. Levin · 9 years ago
  40. fafa7dc Makefile.am: use strace_CPPFLAGS consistently by Dmitry V. Levin · 9 years ago
  41. 751fcb8 tests: replace net-fd.test with net-y-unix.test by Dmitry V. Levin · 9 years ago
  42. 3c17d1b Implement caching of print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
  43. 69bfc89 Change unix_diag requests to use exact match instead of full dump by Dmitry V. Levin · 9 years ago
  44. 3c86e0e Robustify netlink response parsers by Dmitry V. Levin · 9 years ago
  45. cc09ba1 inet_parse_response: add a safety check by Dmitry V. Levin · 9 years ago
  46. 2215c3e receive_responses: avoid potential hangup by Dmitry V. Levin · 9 years ago
  47. 9d15ec7 tests: replace net-yy.test with net-yy-inet.test by Dmitry V. Levin · 9 years ago
  48. 6124cd9 tests: replace unix-yy.test with net-yy-unix.test by Dmitry V. Levin · 9 years ago
  49. e364920 tests: add inode_of_sockfd function to libtests by Dmitry V. Levin · 9 years ago
  50. 3d0f55e unix_parse_response: add a safety check by Dmitry V. Levin · 9 years ago
  51. dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
  52. ea8b8e3 Move fallback -yy socket print from printfd to print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
  53. fa8c286 Implement simultaneous use of -p option and tracing of a command by Dmitry V. Levin · 9 years ago
  54. 3872143 strace.1: fix format of -P description by Dmitry V. Levin · 9 years ago
  55. a8eb52f tests: use local nanosleep based sleep utility replacement by Dmitry V. Levin · 9 years ago
  56. 3d54c92 tests: add error_msg_and_fail function to libtests by Dmitry V. Levin · 9 years ago
  57. d44707d Fix dumping of recvmmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  58. 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  59. 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
  60. a541730 tests/tests.h: add ARRAY_SIZE and LENGTH_OF macros by Dmitry V. Levin · 9 years ago
  61. 590b240 tests: add hexdump_strdup function to libtests by Dmitry V. Levin · 9 years ago
  62. 536a035 tests: add tprintf function to libtests by Dmitry V. Levin · 9 years ago
  63. ed22711 quotactl: add Q_XGETQSTATV command decoding by Dmitry V. Levin · 9 years ago
  64. 60d4892 quotactl: add decoding of if_dqinfo.dqi_flags constants by Dmitry V. Levin · 9 years ago
  65. c02fd61 quotactl: consistenly decode all write and unknown commands on entering by Dmitry V. Levin · 9 years ago
  66. b176920 quotactl: fix Q_QUOTAON command decoding by Dmitry V. Levin · 9 years ago
  67. 7258d27 quotactl: print third argument as unsigned int by Dmitry V. Levin · 9 years ago
  68. 7ea48d6 quotactl: fix Q_XQUOTAOFF command decoding by Dmitry V. Levin · 9 years ago
  69. 6a9ac96 quotactl: fix Q_GETFMT and Q_XQUOTAON commands decoding by Dmitry V. Levin · 9 years ago
  70. 2d54496 Update quotactl constants by Dmitry V. Levin · 9 years ago
  71. 0894194 Replace u_int{8,16,32,64} with uint{8,16,32,64} by Dmitry V. Levin · 9 years ago
  72. 2105a97 Move definitions of quotactl constants to xlat files by Dmitry V. Levin · 9 years ago
  73. 972018f llseek.test: robustify against libcs invoking _llseek syscall on their own by Dmitry V. Levin · 9 years ago
  74. 8e37cff lseek.test: robustify against libcs invoking lseek syscall on their own by Dmitry V. Levin · 9 years ago
  75. 19d10f8 mmsg.test: fix regression introduced by commit v4.11-138-g6e815ce by Dmitry V. Levin · 9 years ago
  76. 68f7a66 aio.test: check memory access by aio decoders by Dmitry V. Levin · 9 years ago
  77. 1763fa5 s390, s390x: fix printing of syscalls unknown to the kernel by Dmitry V. Levin · 9 years ago
  78. e2136d4 s390, s390x: print all syscall arguments for syscall number 0 by Dmitry V. Levin · 9 years ago
  79. 606fcd0 mips o32: alias sys_syscall to printargs by Dmitry V. Levin · 9 years ago
  80. b227293 travis-ci: update build matrix by Dmitry V. Levin · 9 years ago
  81. cc902e3 mpers.awk: add support for DWARF files generated by clang by Dmitry V. Levin · 9 years ago
  82. 1ef7aa6 configure.ac: reorder some statements for better readability by Dmitry V. Levin · 9 years ago
  83. 3fdcdd4 scm_rights-fd.test: rewrite without fork by Dmitry V. Levin · 9 years ago
  84. 55f3c89 tests: fix clang "duplicate 'const' declaration specifier" warnings by Dmitry V. Levin · 9 years ago
  85. b6edea5 tests/times.c: fix clang compilation warning by Dmitry V. Levin · 9 years ago
  86. eb4649a tests/mmsg.c: fix build on rhel6/ppc by Dmitry V. Levin · 9 years ago
  87. 8493dcf s390: fix sigreturn decoding on recent kernels by Dmitry V. Levin · 9 years ago
  88. 65f8d39 Update PTRACE_* constants by Dmitry V. Levin · 9 years ago
  89. e714b87 Fix struct sigevent decoding for musl by Dmitry V. Levin · 9 years ago
  90. 2a6ac94 syscall.c: include <signal.h> by Dmitry V. Levin · 9 years ago
  91. 07572c6 signal.c: fix musl libc compilation warning by Dmitry V. Levin · 9 years ago
  92. 7bbf8b5 tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl by Dmitry V. Levin · 9 years ago
  93. 2165a35 tests/struct_flock.c: fix musl libc compilation warnings by Dmitry V. Levin · 9 years ago
  94. 4776e33 tests/inet-cmsg.c: fix musl libc compilation warnings by Dmitry V. Levin · 9 years ago
  95. c36270a aio.test: include <fcntl.h> instead of <sys/fcntl.h> by Dmitry V. Levin · 9 years ago
  96. 35eb03f mmsg.test: check memory access by sendmmsg and recvmmsg decoders by Dmitry V. Levin · 9 years ago
  97. 3a184fe mmsg.test: check decoding of flags passed to sendmmsg and recvmmsg by Dmitry V. Levin · 9 years ago
  98. 6e815ce mmsg.test: prefer direct sendmmsg/recvmmsg syscalls to libc wrappers by Dmitry V. Levin · 9 years ago
  99. 8df07e1 sigreturn.test: use RT_5 signal number instead of RT_2 by Dmitry V. Levin · 9 years ago
  100. 5b87572 avr32: wire up accept4 syscall by Dmitry V. Levin · 9 years ago