]> granicus.if.org Git - strace/shortlog
strace
2016-03-30 Dmitry V. LevinFix printing of unreadable struct iovec
2016-03-30 Dmitry V. Levintests: factor out a part common to many simply organize...
2016-03-30 Dmitry V. Levintests: introduce $NAME
2016-03-30 Dmitry V. Levintests: move definitions of $OUT and $ERR to init.sh
2016-03-29 Dmitry V. Levintests: simplify sendfile.test and sendfile64.test
2016-03-29 Dmitry V. Levinopen.test, openat.test: lift /proc requirement
2016-03-29 Dmitry V. Levinquotactl: add decoding of Q_GETNEXTQUOTA and Q_XGETNEXT...
2016-03-29 Dmitry V. LevinUpdate Q_* constants
2016-03-29 Dmitry V. LevinUpdate CLONE_* constants
2016-03-29 Dmitry V. LevinUpdate BPF_MAP_TYPE_* constants
2016-03-29 Dmitry V. LevinUpdate SO_* constants
2016-03-29 Dmitry V. LevinUpdate SEGV_* constants
2016-03-29 Dmitry V. Levinavr32: wire up copy_file_range syscall
2016-03-28 JayRJoshitests/uname.test: check abbreviated output, use print_q...
2016-03-28 Dmitry V. Levinfaccessat.test: robustify against libcs invoking facces...
2016-03-28 Dmitry V. Levinopenat.test: robustify against libcs invoking openat...
2016-03-28 Dmitry V. Levintests: add open.test
2016-03-27 Dmitry V. LevinUpdate generic ioctl entries from linux 4.5
2016-03-26 Dmitry V. Levinmaint: update for linux 4.5
2016-03-25 Dmitry V. LevinFix decoding of device numbers in mknod and mknodat...
2016-03-25 Dmitry V. Levinsparc64: fix decoding of mknod and mknodat syscalls...
2016-03-25 Katerina Koukioutests: add openat.test
2016-03-25 Fei Jietests: add renameat.test
2016-03-25 Fei Jietests: add faccessat.test
2016-03-25 Fei Jietests: add creat.test
2016-03-25 Fei Jietests: add mknod.test
2016-03-25 Fei Jietests: add syslog.test
2016-03-23 JayRJoshitests/scm_rights-fd.test: fix pathname regex
2016-03-24 Dmitry V. Levintests: add strace-r.test
2016-03-24 Dmitry V. Levintests: add strace-ttt.test
2016-03-24 Dmitry V. Levintests: add strace-tt.test
2016-03-24 Dmitry V. Levintests: add strace-t.test
2016-03-24 Dmitry V. Levintests: add strace-T.test
2016-03-23 Dmitry V. Levintests: split out tests of specific decoders
2016-03-23 JayRJoshitests: add getcwd.test
2016-03-23 JayRJoshitests: add print_quoted_string function to libtests
2016-03-17 Fei Jietests: add xetpriority.test
2016-03-15 Fei Jietests: add flock.test
2016-03-15 Fei Jietests: add sched_xetscheduler.test
2016-03-15 Dmitry V. Levinalpha: fix SOCK_DIAG_BY_FAMILY tests
2016-03-14 Dmitry V. LevinUpdate EPOLL* constants
2016-03-12 Dmitry V. Levintests: add count-f.test
2016-02-21 Dmitry V. Levinhppa: wire up copy_file_range syscall
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-05 Nahim El AtmaniReduce memory usage while managing tcbs allocation.
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-20 Dmitry V. Levinmips: wire up copy_file_range syscall
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 unfetchable address in 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. LevinReplace printargs_lu and printargs_ld with printargs_u...
2016-02-14 Dmitry V. LevinChange printargs_lu and printargs_ld to return RVAL_DECODED
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-14 Dmitry V. LevinUpdate fs *_MAGIC constants
2016-02-14 Dmitry V. LevinUpdate IPV6_* constants
2016-02-14 Dmitry V. LevinUpdate SO_* constants
2016-02-14 Dmitry V. LevinUpdate MADV_* constants
2016-02-13 Dmitry V. Levintests: robustify execve and execveat tests
2016-02-13 Dmitry V. Levintests: simplify execve test
2016-02-13 Dmitry V. LevinFix numbers of syscall arguments in syscall tables
2016-02-13 Dmitry V. Levins390: decode fadvise64 and fadvise64_64
2016-02-13 Dmitry V. Levinmips n64: use the most optimal parser for fadvise64...
2016-02-13 Dmitry V. Levinia64: decode fstatfs64 and statfs64
2016-02-13 Dmitry V. Levinalpha, ia64, mips, sh, sh64: fix the number of pipe...
2016-02-13 Dmitry V. Levinalpha, ia64, mips, sh*, sparc*: fix error path decoding...
2016-02-13 Dmitry V. LevinFix pathtrace match for pipe2 syscall
2016-02-13 Dmitry V. Levinavr32: wire up missing syscalls
2016-02-12 Dmitry V. Levintests: check decoding of madvise, mlockall, mremap...
2016-02-11 Dmitry V. LevinSimplify decoding of waitpid and wait4 syscalls
2016-02-11 Dmitry V. Levinwaitid: print pid argument as int
2016-02-11 Dmitry V. Levinwaitid: always print 5th argument
2016-02-11 Dmitry V. Levinsocketutils: add const qualifier to variables
2016-02-11 Dmitry V. Levinprint_sockaddr_by_inode: cleanup protocol lookup
2016-02-09 Dmitry V. Levintests: check that -f -p attaches to threads properly
next