]> granicus.if.org Git - strace/shortlog
strace
2017-12-03 Dmitry V. Levintests: robustify ipc_msgbuf.test against broken libc
2017-12-01 Masatake YAMATOkvm: decode the argument of KVM_CREATE_VCPU ioctl command
2017-12-01 Masatake YAMATOkvm: handle KVM_CREATE_VM ioctl command
2017-12-01 Masatake YAMATOkvm: handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE, and KVM_GE...
2017-12-01 Masatake YAMATOioctl: add a stub for decoding kvm related ioctls
2017-11-30 Eugene Syromyatnikovstrace-log-merge: work around corner cases of strace...
2017-11-30 Eugene Syromyatnikovdebian: add strace-log-merge to the list of installed...
2017-11-30 Eugene SyromyatnikovAdd strace-log-merge man page
2017-11-30 Eugene Syromyatnikovstrace-log-merge: add copyright header
2017-11-29 Dmitry V. LevinAdd initial GitLab CI support
2017-11-25 Dmitry V. Levinmpers: fix cross-compiling
2017-11-22 Dmitry V. Levintests: fix llseek test
2017-11-22 Dmitry V. LevinINSTALL-git.md: fix typo
2017-11-22 Dmitry V. Levintests: simplify bpf test a bit
2017-11-21 Dmitry V. LevinImplement decoding of BPF_OBJ_GET_INFO_BY_FD command...
2017-11-21 Dmitry V. LevinSimplify union bpf_attr field checks
2017-11-21 Dmitry V. LevinImplement decoding of BPF_*_GET_*_ID commands of bpf...
2017-11-20 Dmitry V. LevinImplement decoding of BPF_PROG_TEST_RUN command of...
2017-11-20 Dmitry V. Levinbpf: update BPF_MAP_CREATE decoding
2017-11-20 Eugene Syromiatnikovunwind.c: cleanup
2017-11-20 Eugene Syromiatnikovunwind.c: fix typo in comment
2017-11-18 Dmitry V. Levinipc_shm: decode hugetlb page size in shmget flags
2017-11-18 Dmitry V. Levinmemfd_create: decode hugetlb page size
2017-11-18 Dmitry V. LevinPrint the first argument of memfd_create syscall as...
2017-11-17 Dmitry V. Levinmem: decode hugetlb page size in mmap flags
2017-11-17 Dmitry V. Levinmem: assume that MAP_TYPE is defined
2017-11-17 Dmitry V. Levinmem: move printing of mmap_flags to a separate function
2017-11-17 Dmitry V. LevinProvide fallback definitions for SHM_EXEC constant
2017-11-17 Dmitry V. LevinUpdate SHM_* constants
2017-11-17 Dmitry V. LevinRemove fallback definitions for SHM_STAT and SHM_INFO...
2017-11-16 Dmitry V. Levinnet: fix SOL_NETLINK NETLINK_LIST_MEMBERSHIPS decoding
2017-11-16 Dmitry V. Levintests: check [gs]etsockopt SOL_NETLINK decoding
2017-11-16 Dmitry V. Levinnet: fix decoding of optval argument of [gs]etsockopt...
2017-11-15 Dmitry V. Levinnet: decode optname argument of [gs]etsockopt for SOL_N...
2017-11-15 Dmitry V. LevinUpdate MSG_* constants
2017-11-15 Dmitry V. Levinnetlink: print descriptor attributes using printfd
2017-11-14 Eugene Syromyatnikovmaint/update_copyright_years.sh: implement concurrent...
2017-11-14 Eugene Syromyatnikovmaint/update_copyright_years.sh: use -efu shell mode
2017-11-14 Dmitry V. LevinPost-release administrivia
2017-11-13 Dmitry V. LevinPrepare for 4.20 release v4.20
2017-11-13 Dmitry V. LevinCREDITS.in: remove entries listed by maint/gen-contribu...
2017-11-13 Eugene SyromyatnikovMakefile.am: use gen-contributors-list.sh for CREDITS
2017-11-13 Eugene Syromyatnikovmaint: make gen-contributors-list.sh suitable for gener...
2017-11-13 Dmitry V. Levin.mailmap: add more entries to avoid duplication in...
2017-11-13 Dmitry V. Levin.mailmap: sort entries
2017-11-13 Eugene Syromyatnikov.mailmap: more deduplication
2017-11-13 Dmitry V. LevinCREDITS.in: use UTF-8 consistently
2017-11-13 Eugene SyromyatnikovCREDITS.in: add Jiri Slaby as a contributor
2017-11-13 Gleb Fotengauer... s390, s390x: update ioctl entries from linux 4.14
2017-11-13 Gleb Fotengauer... s390x: remove some of non-s390 KVM ioctls
2017-11-13 Gleb Fotengauer... maint: remove KVM_PPC_CONFIGURE_V3_MMU ioctl from non...
2017-11-12 Dmitry V. LevinUpdate copyright headers
2017-11-11 Dmitry V. Levinmaint/update_copyright_years.sh: fix typo in help output
2017-11-10 Eugene SyromiatnikovMove MIN, MAX, and CLAMP to macros.h
2017-11-10 Eugene SyromiatnikovUpdate .mailmap
2017-11-07 Steve McIntyredebian: update debhelper compat level to 10, replace...
2017-11-07 Steve McIntyredebian: update Standards-Version to 3.9.8
2017-11-06 Dmitry V. Levinmpers.m4: check for size of long and kernel_long_t
2017-11-06 Eugene Syromyatnikovxlat/gen.sh: speedup xlat generation
2017-11-05 Dmitry V. Levinhppa: wire up statx syscall
2017-11-04 Dmitry V. Levintests: check signal mask transparency
2017-11-03 Dmitry V. Levintests: check signal disposition transparency
2017-11-03 Eugene Syromyatnikovtests: update futex test to accommodate the recent...
2017-11-03 Eugene Syromyatnikovtests: cleanup futex test
2017-11-02 Dmitry V. Levinseccomp: decode SECCOMP_GET_ACTION_AVAIL operation
2017-11-01 Dmitry V. LevinAdd SECCOMP_RET_KILL_PROCESS decoding support
2017-11-01 Dmitry V. LevinRename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
2017-11-01 Dmitry V. LevinUpdate SECCOMP_* constants
2017-11-01 Dmitry V. LevinProvide fallback definitions for SECCOMP_RET_* constants
2017-11-01 Dmitry V. Levintests: robustify options-syntax.test against inquisitiv...
2017-11-01 Dmitry V. LevinUpdate MEMBARRIER_CMD_* constants
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_NFT_COMPAT netlink...
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_NFTABLES netlink...
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTHELPER netlink...
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTNETLINK_TIMEOUT...
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_ACCT netlink messa...
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTNETLINK_EXP...
2017-10-31 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTNETLINK netlink...
2017-10-26 JingPiao Chennetlink: decode NETLINK_NETFILTER netlink message flags
2017-10-26 JingPiao Chennetlink: decode netlink message delete flags
2017-10-26 JingPiao Chennetlink: refactor decode_nlmsg_flags
2017-10-14 JingPiao ChenWorkaround historic linux/netfilter/xt_osf.h deficiencies
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_NFT_COMPAT netlink...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_NFTABLES netlink...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTHELPER netlink...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTNETLINK_TIMEOUT...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_ACCT netlink messa...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_IPSET netlink...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_OSF netlink messag...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_ULOG netlink messa...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_QUEUE netlink...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTNETLINK_EXP...
2017-09-24 JingPiao Chentests: check decoding of NFNL_SUBSYS_CTNETLINK netlink...
2017-09-24 JingPiao Chennetlink: decode NETLINK_NETFILTER netlink message types
2017-09-20 Dmitry V. Levinppc64: fix sigreturn parser for ppc personality
2017-09-20 Dmitry V. Levinppc64: truncate syscall args for 32-bit personality...
2017-09-20 Dmitry V. Levinppc64: fix PRI__64 macro definition when compiled with...
2017-09-19 Dmitry V. Levinloop: decode LOOP_SET_BLOCK_SIZE
2017-09-19 Dmitry V. LevinUpdate ioctl entries from linux v4.14-rc1
2017-09-19 Gleb Fotengauer... maint: generate ioctl entries without target architectu...
next