]> granicus.if.org Git - strace/shortlog
strace
2016-04-05 Dmitry V. LevinAdd default values for SYNC_FILE_RANGE_* constants
2016-04-05 Elliott HughesFix sync_file_range2 output
2016-04-04 Dmitry V. LevinReplace PF_* constants with AF_*
2016-04-03 Dmitry V. Levintests: add read-write.test
2016-04-02 Dmitry V. Levintests/pread64-pwrite64.test: extend dumpio coverage
2016-04-02 Dmitry V. Levintests: add hexdump_memdup function to libtests
2016-04-02 Dmitry V. Levintests: add fchownat.test
2016-04-02 Dmitry V. Levintests: add fchmodat.test
2016-04-02 Dmitry V. LevinFix printing of negative offsets in pread64 and pwrite6...
2016-04-02 Dmitry V. Levintests/hexdump_strdup.c: add support for longer strings
2016-04-02 Dmitry V. Levintests/preadv-pwritev.c: fix typo in error diagnostics
2016-04-01 Fei Jietests: add chroot.test
2016-04-01 Fei Jietests: add fdatasync.test
2016-04-01 Fei Jietests: add fsync.test
2016-04-01 Fei Jietests: add sethostname.test
2016-04-01 Dmitry V. LevinConsistently handle unsigned arguments of mmap* and...
2016-04-01 Dmitry V. LevinConsistently handle 2nd and 3rd arguments of [gs]etsock...
2016-04-01 Dmitry V. LevinAdd sentinel attribute to printxvals
2016-04-01 Dmitry V. LevinCleanup parser of ptrace syscall
2016-03-31 Jeff MahoneyDefine PRI__[uxs]64 macros to print __s64 and __u64...
2016-03-31 Dmitry V. LevinImplement dumping of preadv and pwritev syscalls
2016-03-30 Dmitry V. LevinFix decoding of preadv syscall in case of short read
2016-03-30 Dmitry V. LevinFix printing of negative offsets in preadv and pwritev...
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
next