]> granicus.if.org Git - strace/shortlog
strace
2016-02-08 Denys VlasenkoClose stdin/out after child is forked
2016-02-05 Dmitry V. Levintests: add opipe.test
2016-02-05 Keith Owensstrace-graph: print the pid in the graph
2016-02-05 Keith Owensstrace-graph: cope with clone immediately followed...
2016-02-05 Keith Owensstrace-graph: handle recent strace output
2016-02-05 Keith Owensstrace-graph: handle strace -T
2016-02-05 Keith Owensstrace-graph: use "strict" and "warnings" pragmas
2016-02-04 Dmitry V. LevinAdd README.md file with links to build status and test...
2016-02-04 Dmitry V. Levintravis-ci: prepare and submit test coverage report
2016-02-04 Dmitry V. Levintests: extend readlink and readlinkat coverage
2016-02-04 Dmitry V. Levintests: add hexquote_strndup function to libtests
2016-02-04 Dmitry V. Levinreadlinkat.test: use readlink.test
2016-02-04 Gabriel LaskarAdd configure --enable-code-coverage option
2016-02-03 Dmitry V. LevinMakefile.am: introduce strace_CFLAGS and derivatives
2016-02-03 Dmitry V. LevinMakefile.am: use strace_CPPFLAGS consistently
2016-02-03 Dmitry V. Levintests: replace net-fd.test with net-y-unix.test
2016-02-03 Dmitry V. LevinImplement caching of print_sockaddr_by_inode
2016-02-03 Dmitry V. LevinChange unix_diag requests to use exact match instead...
2016-02-03 Dmitry V. LevinRobustify netlink response parsers
2016-02-03 Dmitry V. Levininet_parse_response: add a safety check
2016-02-03 Dmitry V. Levinreceive_responses: avoid potential hangup
2016-02-03 Dmitry V. Levintests: replace net-yy.test with net-yy-inet.test
2016-02-03 Dmitry V. Levintests: replace unix-yy.test with net-yy-unix.test
2016-02-02 Dmitry V. Levintests: add inode_of_sockfd function to libtests
2016-02-02 Dmitry V. Levinunix_parse_response: add a safety check
2016-01-29 Dmitry V. LevinFixed decoding of mincore syscall's last argument
2016-01-23 Dmitry V. LevinMove fallback -yy socket print from printfd to print_so...
2016-01-22 Dmitry V. LevinImplement simultaneous use of -p option and tracing...
2016-01-22 Dmitry V. Levinstrace.1: fix format of -P description
2016-01-21 Dmitry V. Levintests: use local nanosleep based sleep utility replacement
2016-01-21 Dmitry V. Levintests: add error_msg_and_fail function to libtests
2016-01-20 Dmitry V. LevinFix dumping of recvmmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix dumping of recvmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix decoding and dumping of readv syscall in case of...
2016-01-20 Dmitry V. Levintests/tests.h: add ARRAY_SIZE and LENGTH_OF macros
2016-01-20 Dmitry V. Levintests: add hexdump_strdup function to libtests
2016-01-20 Dmitry V. Levintests: add tprintf function to libtests
2016-01-19 Dmitry V. Levinquotactl: add Q_XGETQSTATV command decoding
2016-01-19 Dmitry V. Levinquotactl: add decoding of if_dqinfo.dqi_flags constants
2016-01-19 Dmitry V. Levinquotactl: consistenly decode all write and unknown...
2016-01-19 Dmitry V. Levinquotactl: fix Q_QUOTAON command decoding
2016-01-19 Dmitry V. Levinquotactl: print third argument as unsigned int
2016-01-19 Dmitry V. Levinquotactl: fix Q_XQUOTAOFF command decoding
2016-01-19 Dmitry V. Levinquotactl: fix Q_GETFMT and Q_XQUOTAON commands decoding
2016-01-17 Dmitry V. LevinUpdate quotactl constants
2016-01-19 Dmitry V. LevinReplace u_int{8,16,32,64} with uint{8,16,32,64}
2016-01-19 Dmitry V. LevinMove definitions of quotactl constants to xlat files
2016-01-15 Dmitry V. Levinllseek.test: robustify against libcs invoking _llseek...
2016-01-15 Dmitry V. Levinlseek.test: robustify against libcs invoking lseek...
2016-01-14 Dmitry V. Levinmmsg.test: fix regression introduced by commit v4.11...
2016-01-13 Dmitry V. Levinaio.test: check memory access by aio decoders
2016-01-13 Dmitry V. Levins390, s390x: fix printing of syscalls unknown to the...
2016-01-13 Dmitry V. Levins390, s390x: print all syscall arguments for syscall...
2016-01-13 Dmitry V. Levinmips o32: alias sys_syscall to printargs
2016-01-13 Dmitry V. Levintravis-ci: update build matrix
2016-01-13 Dmitry V. Levinmpers.awk: add support for DWARF files generated by...
2016-01-12 Dmitry V. Levinconfigure.ac: reorder some statements for better readab...
2016-01-12 Dmitry V. Levinscm_rights-fd.test: rewrite without fork
2016-01-12 Dmitry V. Levintests: fix clang "duplicate 'const' declaration specifi...
2016-01-12 Dmitry V. Levintests/times.c: fix clang compilation warning
2016-01-12 Dmitry V. Levintests/mmsg.c: fix build on rhel6/ppc
2016-01-12 Dmitry V. Levins390: fix sigreturn decoding on recent kernels
2016-01-12 Dmitry V. LevinUpdate PTRACE_* constants
2016-01-12 Dmitry V. LevinFix struct sigevent decoding for musl
2016-01-12 Dmitry V. Levinsyscall.c: include <signal.h>
2016-01-12 Dmitry V. Levinsignal.c: fix musl libc compilation warning
2016-01-12 Dmitry V. Levintests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR...
2016-01-12 Dmitry V. Levintests/struct_flock.c: fix musl libc compilation warnings
2016-01-12 Dmitry V. Levintests/inet-cmsg.c: fix musl libc compilation warnings
2016-01-11 Dmitry V. Levinaio.test: include <fcntl.h> instead of <sys/fcntl.h>
2016-01-11 Dmitry V. Levinmmsg.test: check memory access by sendmmsg and recvmmsg...
2016-01-11 Dmitry V. Levinmmsg.test: check decoding of flags passed to sendmmsg...
2016-01-11 Dmitry V. Levinmmsg.test: prefer direct sendmmsg/recvmmsg syscalls...
2016-01-10 Dmitry V. Levinsigreturn.test: use RT_5 signal number instead of RT_2
2016-01-10 Dmitry V. Levinavr32: wire up accept4 syscall
2016-01-09 Dmitry V. Levinsparc64: fix names of {s,g}etres{u,g}id syscalls
2016-01-09 Dmitry V. Levinsparc64: remove sparc32 syscall entries
2016-01-09 Dmitry V. Levinsparc: remove sparc64 syscall entries
2016-01-09 Dmitry V. Levinsparc64: clone syscallent.h from sparc
2016-01-09 Dmitry V. Levinsparc: fix mlock2 sysentry, wire up bind, listen, and...
2016-01-09 Dmitry V. Levintests: do not use settimeofday wrapper provided by...
2016-01-09 Dmitry V. Levinioctl.test: robustify against libcs invoking ioctl...
2016-01-09 Dmitry V. Levinalpha: enhance decoding of getxpid, getxuid, and getxgi...
2016-01-08 Dmitry V. LevinCleanup parser of getpagesize syscall
2016-01-08 Dmitry V. Levinalpha: alias getdtablesize to printargs
2016-01-08 Dmitry V. Levintests: change text marker in fork-f and vfork-f tests
2016-01-07 Dmitry V. LevinFix printing of 32-bit times syscall return value on...
2016-01-07 Dmitry V. Levintests/vfork-f.c: support platforms without vfork
2016-01-07 Dmitry V. LevinFix and enhance decoding of sched_[gs]etaffinity syscalls
2016-01-06 Dmitry V. Levintests: convert epoll_create1.test from match_grep to...
2016-01-06 Dmitry V. Levintests/struct_flock.c: use libtests
2016-01-06 Dmitry V. Levintests/file_handle.c: use libtests
2016-01-06 Dmitry V. Levintests/uid32.c: use libtests
2016-01-06 Dmitry V. Levintests/uid16.c: use libtests
2016-01-06 Dmitry V. Levintests/uid.c: use libtests
2016-01-06 Dmitry V. Levintests/netlink_unix_diag.c: use libtests
2016-01-06 Dmitry V. Levintests/netlink_inet_diag.c: use libtests
2016-01-06 Dmitry V. Levintests/readdir.c: use libtests
2016-01-06 Dmitry V. Levintests/getdents64.c: use libtests
2016-01-06 Dmitry V. Levintests/getdents.c: use libtests
next