]> granicus.if.org Git - strace/history - tests/Makefile.am
tests: extend coverage of execve and execveat syscalls
[strace] / tests / Makefile.am
2016-02-08 Dmitry V. Levintests: extend coverage of execve and execveat syscalls
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: add hexquote_strndup function to libtests
2016-02-03 Dmitry V. Levintests: replace net-fd.test with net-y-unix.test
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-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: add hexdump_strdup function to libtests
2016-01-20 Dmitry V. Levintests: add tprintf function to libtests
2016-01-14 Dmitry V. Levinmmsg.test: fix regression introduced by commit v4.11...
2016-01-09 Dmitry V. Levinalpha: enhance decoding of getxpid, getxuid, and getxgi...
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-05 Dmitry V. Levintests: introduce libtests
2016-01-01 Dmitry V. Levintests: enable strace-k.test only for --with-libunwind...
2015-12-30 Dmitry V. Levintests: add fork-f.test and vfork-f.test
2015-12-25 Dmitry V. Levintests: add personality.test
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-10 Dmitry V. Levintests: add ksysent.test
2015-12-08 Dmitry V. LevinFix select and _newselect syscall entries
2015-12-08 Dmitry V. Levintests: sort the list of tests
2015-12-08 Dmitry V. Levinbuild: add -D_FILE_OFFSET_BITS=64 to _CPPFLAGS instead...
2015-12-08 Dmitry V. Levinbuild: set arch specific -m switches in tests-m*32...
2015-12-07 Dmitry V. Levintests: add umount.test and umount2.test
2015-12-05 Dmitry V. Levinfcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in...
2015-12-05 Dmitry V. Levintests: replace old stat tests with stat.test and stat64...
2015-12-05 Dmitry V. Levintests: add lstat.test and lstat64.test
2015-12-05 Dmitry V. Levintests: add fstat.test and fstat64.test
2015-12-05 Dmitry V. Levintests: prepare for detailed testing of stat family...
2015-12-02 Dmitry V. Levintests: add fstatat64.test and newfstatat.test
2015-12-01 Dmitry V. Levintests: add lseek.test and llseek.test
2015-12-01 Dmitry V. Levintests: add ftruncate64.test and truncate64.test
2015-12-01 Dmitry V. Levintests: add ftruncate.test and truncate.test
2015-11-26 Dmitry V. Levintests: add struct_flock.test
2015-11-22 Dmitry V. LevinImplement name_to_handle_at and open_by_handle_at sysca...
2015-11-22 Dmitry V. LevinImplement IPPROTO_IP control messages decoding
2015-11-20 Dmitry V. Levintests: rewrite getdents test in C for better coverage
2015-11-19 Dmitry V. Levintests: add readdir.test
2015-11-17 Dmitry V. LevinImplement mlock2 syscall decoding
2015-11-17 Dmitry V. LevinImplement membarrier syscall decoding
2015-11-17 Dmitry V. LevinImplement userfaultfd syscall decoding
2015-09-23 Dmitry V. Levintests: convert ioctl.test from match_grep to match_diff
2015-09-19 Dmitry V. LevinFix decoding of gettimeofday and settimeofday
2015-09-19 Dmitry V. LevinFix decoding of clock_nanosleep
2015-09-19 Dmitry V. Levintests: add nanosleep.test
2015-09-19 Dmitry V. Levintests: rewrite restart_syscall in C
2015-09-19 Dmitry V. Levintests: add clock_xettime.test
2015-09-19 Dmitry V. Levintests: add xetitimer.test
2015-09-17 Dmitry V. Levintests: add timerfd_xettime.test
2015-09-17 Dmitry V. Levintests: add timer_xettime.test
2015-09-17 Dmitry V. LevinConvert parser of struct timex to new mpers infrastructure
2015-09-17 Dmitry V. LevinEnhance parser of struct sigevent
2015-09-15 Dmitry V. Levintests: add pselect6.test
2015-08-28 Elvira Khabirovatests: add times-fail.test
2015-08-28 Eugene Syromyatnikovtests: add times.test
2015-08-28 Elvira Khabirovatests: add sysinfo.test
2015-08-28 Elvira Khabirovatests: add ipc_msgbuf.test
2015-08-28 Elvira Khabirovatests: add mq.test
2015-08-28 Dmitry V. Levintests: add wait.test
2015-08-28 Elvira Khabirovatests: add rt_sigqueueinfo.test
2015-08-28 Dmitry V. Levintests: add utimensat.test
2015-08-28 Dmitry V. Levintests: convert readlink.test and readlinkat.test from...
2015-08-28 Dmitry V. Levintests: convert getrandom.test from match_awk to match_diff
2015-08-27 Dmitry V. Levintests: convert select.test from match_awk to match_diff
2015-08-27 Dmitry V. Levinbuild: fix -I options
2015-08-26 Dmitry V. LevinFix multiple personalities support in parser of io_subm...
2015-08-19 Dmitry V. Levintests: add sendfile.test and sendfile64.test
2015-08-18 Dmitry V. Levintests: add a test for get_robust_list and set_robust_li...
2015-08-18 Dmitry V. LevinFix time syscall decoding for some personalities
2015-08-15 Gleb Fotengauer... tests: add readlink.test and readlinkat.test
2015-08-03 Dmitry V. Levinsignalfd4: fix flags decoding
2015-08-02 Dmitry V. Levinepoll_create1: fix flags decoding
2015-08-01 Dmitry V. Levineventfd2: fix flags decoding
2015-07-30 Dmitry V. LevinCleanup poll/ppoll decoders
2015-07-30 Dmitry V. Levintests: add oldselect.test
2015-07-29 Dmitry V. LevinImplement sched_getattr and sched_setattr syscalls...
2015-07-29 Dmitry V. LevinImplement memfd_create syscall decoding
2015-07-27 Dmitry V. LevinImplement execveat syscall decoding
2015-07-27 Dmitry V. Levinexecve: fix support of personalities with different...
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding
2015-07-21 Dmitry V. Levintests: use -lpthread instead of -pthread
2015-07-18 Elvira Khabirovatests: add sigaltstack.test
2015-07-16 Dmitry V. Levintests: add utime.test
2015-07-15 Dmitry V. Levintests: add xattr.test
2015-06-30 Dmitry V. LevinFix filtering of <unavailable> syscalls
2015-06-08 Dmitry V. Levinnet: decode setsockopt() multicast arguments
2015-04-07 Dmitry V. Levintests: add a test for "resuming interrupted nanosleep"
2015-03-31 Dmitry V. Levinumovestr: fix short read bug
2015-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-20 Dmitry V. Levintests: add a test for mmap/mprotect/munmap decoding
2015-03-19 Dmitry V. Levintests: add a test for SECCOMP_MODE_FILTER decoding
2015-03-18 Dmitry V. Levintests: factor out common awk code
2015-03-18 Dmitry V. Levintests: factor out common shell code to functions
2015-03-05 Dmitry V. Levintests: add a test for sigreturn/rt_sigreturn decoding
next