]> granicus.if.org Git - strace/history - tests
hppa: wire up copy_file_range syscall
[strace] / tests /
2016-03-11 Fei Jietests: filter strace output in uname test
2016-03-10 Fei Jietests: add sched_xetparam.test
2016-03-10 Fei Jietests: add sched_get_priority_mxx.test
2016-03-10 Fei Jietests: add dup.test, dup2.test, and dup3.test
2016-03-10 Fabien Sirontests: add fchmod.test
2016-03-09 Fei Jietests: add acct.test
2016-03-07 Anchit Jaintests: add chmod.test
2016-03-01 Fei Jietests: add umask.test
2016-03-01 Fei Jietests: add rename.test
2016-03-01 Fei Jietests: add uname.test
2016-02-19 Dmitry V. Levintests: add rt_sigsuspend.test
2016-02-19 Dmitry V. LevinPrint pid_t arguments of rt_sigqueueinfo and rt_tgsigqu...
2016-02-19 Dmitry V. Levingetrusage.test: fix build on x32
2016-02-19 Dmitry V. Levingetrusage.test: check that getrusage parser does not...
2016-02-19 Fei Jietests: add getrusage.test
2016-02-19 Dmitry V. LevinPrint rt_sigtimedwait return value as a signal name
2016-02-19 Dmitry V. Levintests: add rt_sigprocmask.test
2016-02-19 Dmitry V. LevinFix corner cases of rt_sigpending syscall decoder
2016-02-19 Dmitry V. LevinChange unix_diag requests back to use full dump instead...
2016-02-19 Michael Shigorintests: avoid using cpp -dD
2016-02-16 Dmitry V. Levintests: add poll.test
2016-02-16 Dmitry V. LevinFix abbreviated output of poll and ppoll decoders
2016-02-16 Dmitry V. LevinPrint offsets in lseek and _llseek syscalls as signed...
2016-02-14 Dmitry V. Levintests: add xetpgid.test
2016-02-14 Dmitry V. Levintests: add alarm.test
2016-02-14 Dmitry V. Levinredirect.test: fix the way how strace output is discarded
2016-02-14 Dmitry V. Levintests: extend coverage of struct iovec arrays
2016-02-14 Dmitry V. LevinImplement dumping of vmsplice syscall
2016-02-14 Dmitry V. Levintests: add tee.test
2016-02-14 Dmitry V. LevinFix printing of negative offsets in splice syscall
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
2016-02-13 Dmitry V. Levintests: robustify execve and execveat tests
2016-02-13 Dmitry V. Levintests: simplify execve test
2016-02-12 Dmitry V. Levintests: check decoding of madvise, mlockall, mremap...
2016-02-09 Dmitry V. Levintests: check that -f -p attaches to threads properly
2016-02-08 Dmitry V. Levintests: extend coverage of struct itimerspec
2016-02-08 Dmitry V. Levintests: extend coverage of utimensat syscall
2016-02-08 Dmitry V. Levintests: extend coverage of time syscall
2016-02-08 Dmitry V. Levintests: extend coverage of struct sigevent
2016-02-08 Dmitry V. Levintests: extend coverage of execve and execveat syscalls
2016-02-08 Dmitry V. Levintests: extend coverage of capget syscall
2016-02-08 Dmitry V. Levintests: extend coverage of sched_getaffinity syscall
2016-02-08 Dmitry V. Levintests: extend coverage of utime syscall
2016-02-08 Dmitry V. Levintests: extend coverage of sysinfo syscall
2016-02-08 Dmitry V. Levintests: extend coverage of adjtimex syscall
2016-02-08 Dmitry V. Levintests: check that strace does not retain stdin and...
2016-02-05 Dmitry V. Levintests: add opipe.test
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-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. 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-01-29 Dmitry V. LevinFixed decoding of mincore syscall's last argument
2016-01-22 Dmitry V. LevinImplement simultaneous use of -p option and tracing...
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-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-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. LevinFix struct sigevent decoding for musl
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-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. Levintests: change text marker in fork-f and vfork-f tests
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
next