]> granicus.if.org Git - strace/shortlog
strace
2016-04-21 Dmitry V. Levintests/creat.c: stop using sys/stat.h
2016-04-21 Dmitry V. Levintests/copy_file_range.c: stop using assert
2016-04-21 Dmitry V. Levintests/chroot.c: use errno2name
2016-04-21 Dmitry V. Levintests/aio.c: use errno2name
2016-04-21 Dmitry V. Levintests: cleanup acct.test
2016-04-21 Dmitry V. Levintests: use errno2name()
2016-04-21 Dmitry V. Levintests/dup.c: include "tests.h"
2016-04-21 Fei Jietests: add getpgrp.test
2016-04-21 Fei Jietests: add access.test
2016-04-21 Fei Jietests: add fchdir.test
2016-04-21 Fei Jietests: add mkdir.test
2016-04-21 Fei Jietests: add getsid.test
2016-04-21 Dmitry V. Levintests: add errno2name function to libtests
2016-04-20 Dmitry V. Levinhppa: rename ECANCELLED to ECANCELED
2016-04-20 Dmitry V. LevinRemove parser of unimplemented timerfd syscall
2016-04-20 Dmitry V. Levintests: workaround kernel bugs in seccomp-strict.test...
2016-04-20 Dmitry V. Levintests/shmxt.c: do not use SHM_RND, it is unreliable
2016-04-20 Dmitry V. Levintests/rt_sigpending.c: fix for systems where _NSIG...
2016-04-20 Dmitry V. Levinprctl-seccomp-strict.test: robustify against unrelated...
2016-04-20 Dmitry V. Levintests: adjust rt_sigpending to older kernels
2016-04-20 Dmitry V. Levintests: adjust readv/writev and preadv/pwritev tests...
2016-04-20 Dmitry V. Levintests: remove obsolete non-strict uid tests
2016-04-20 Dmitry V. Levintests: extend test coverage of getuid/getgid family...
2016-04-20 Dmitry V. Levintests: extend test coverage of getresgid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of getresgid syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of getresuid32 syscall
2016-04-20 Dmitry V. Levintests: extend test coverage of getresuid syscall
2016-04-20 Fei Jietests: add symlinkat.test
2016-04-20 Fei Jietests: add iopl.test
2016-04-20 Dmitry V. Levinmips o32, powerpc, powerpc64: fix decoding of iopl...
2016-04-20 Fei Jietests: add ioperm.test
2016-04-20 Dmitry V. LevinFix corner cases of getgroups and setgroups syscall...
2016-04-20 Dmitry V. LevinCleanup setfsuid syscall decoder
2016-04-20 Dmitry V. Levintests: check decoding of setfsgid32 syscall
2016-04-20 Dmitry V. Levintests: check decoding of setfsgid syscall
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
next