]> granicus.if.org Git - strace/shortlog
strace
2016-04-20 Dmitry V. Levintests: check decoding of setfsuid32 syscall
2016-04-20 Dmitry V. Levintests: check decoding of setfsuid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setresgid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setresgid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setresuid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setresuid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setregid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setregid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setreuid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setreuid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setgid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setgid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setuid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of setuid syscall
2016-04-20 Fei Jietests: add shmxt.test
2016-04-20 Dmitry V. Levinalpha: fix decoding of shmat syscall
2016-04-20 Fei Jietests: add semop.test
2016-04-18 Dmitry V. Levinprctl-seccomp-filter-v.test: robustify against unrelate...
2016-04-18 Dmitry V. Levintests/pselect6.c: fix potential output mismatch
2016-04-18 Dmitry V. Levintests: check decoding of fchown32 syscall
2016-04-18 Dmitry V. Levintests: check decoding of fchown syscall
2016-04-18 Dmitry V. Levintests: check decoding of lchown32 syscall
2016-04-18 Dmitry V. Levintests: check decoding of lchown syscall
2016-04-18 Dmitry V. Levintests: check decoding of chown32 syscall
2016-04-18 Dmitry V. Levintests: check decoding of chown syscall
2016-04-18 Dmitry V. LevinFix decoding of 16-bit uid_t/git_t
2016-04-18 Dmitry V. Levintests: move kernel uid overflow check to libtests
2016-04-12 Dmitry V. Levintests: skip seccomp-strict.test and prctl-seccomp-stric...
2016-04-12 Dmitry V. Levintests: add seccomp-filter.test
2016-04-12 Dmitry V. Levinseccomp: fix decoding of sock_fprog and sock_filter...
2016-04-11 Dmitry V. Levinseccomp: print SECCOMP_* and BPF_* constants in a more...
2016-04-11 Dmitry V. Levintests: rename seccomp.test to prctl-seccomp-filter...
2016-04-11 Dmitry V. Levintests: add seccomp-strict.test
2016-04-11 Dmitry V. Levintests: add prctl-seccomp-strict.test
2016-04-11 Dmitry V. Levintests: bring lists back to the sorted order
2016-04-10 Dmitry V. Levintests/epoll_create1.c: extend for the case of ENOSYS
2016-04-10 Dmitry V. Levintests/epoll_ctl.c: extend epoll_ctl coverage
2016-04-09 Dmitry V. Levintests: add mlockall.test
2016-04-08 Fei Jietests: add epoll_wait.test
2016-04-08 Fei Jietests: add epoll_ctl.test
2016-04-08 Fei Jietests: add epoll_create.test
2016-04-08 Dmitry V. Levintests/pread64-pwrite64.c: minor cleanup
2016-04-07 Dmitry V. LevinFix decoding of swapon flags
2016-04-07 Dmitry V. Levintests/unlinkat.c: check AT_* decoding
2016-04-07 Dmitry V. Levintests/linkat.c: check AT_* decoding
2016-04-06 Elliott HughesImprove decoding of Android's PR_SET_VMA prctl
2016-04-06 Fei Jietests: add mkdirat.test
2016-04-06 Fei Jietests: add swap.test
2016-04-06 Fei Jietests: add unlinkat.test
2016-04-06 Fei Jietests: add linkat.test
2016-04-06 Dmitry V. Levintests: add sync_file_range.test and sync_file_range2...
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
next