]> granicus.if.org Git - strace/shortlog
strace
2018-01-01 Eugene Syromyatnikovstrace.c: check for (non)zero argc instead of argv[0]
2018-01-01 Eugene Syromyatnikovstrace.1: advertise strace-log-merge
2017-12-29 Dmitry V. Levinunwind: demangle function arguments
2017-12-29 Dmitry V. Levintests: check strace -k symbol names demangling
2017-12-29 Dmitry V. Levintests: parametrize strace-k.test
2017-12-26 Masatake YAMATOunwind: demangle symbol names
2017-12-26 Masatake YAMATODefine macros for renaming xmalloc and xcalloc
2017-12-24 Dmitry V. Levinsyscall: move a sparc specific include to an arch speci...
2017-12-24 Dmitry V. Levinsyscall: move all ia64 specific includes to an arch...
2017-12-24 Dmitry V. Levinsyscall: simplify get_syscall_result
2017-12-24 Dmitry V. Levinsyscall: change get_regs argument type
2017-12-24 Dmitry V. Levinsyscall: move get_regs call from syscall_exiting_decode...
2017-12-24 Dmitry V. Levinsyscall: rework subcall decoding on mips o32
2017-12-24 Dmitry V. Levinsyscall: tweak shuffle_scno ifdefery
2017-12-24 Dmitry V. Levinsyscall: change get_regs to return an error code
2017-12-24 Harsha Sharmatests: enhance run.sh usage error diagnostics
2017-12-23 Dmitry V. Levintests: skip nsyscalls-d.test on mips o32
2017-12-23 Dmitry V. LevinRemove linux/ptp_clock.h
2017-12-23 Dmitry V. LevinRemove linux/ubi-user.h
2017-12-23 Dmitry V. LevinRemove linux/mtd-abi.h
2017-12-23 Dmitry V. LevinRemove linux/personality.h
2017-12-23 Dmitry V. Levintravis: switch from clang-3.8 to clang
2017-12-21 Eugene Syromyatnikovstrace.1.in: mention perf and ftrace in SEE ALSO
2017-12-21 Eugene Syromyatnikovstrace.1.in: clarify -F option behaviour
2017-12-20 Dmitry V. Levintests: consistently use $STRACE_EXE instead of local...
2017-12-20 Eugene Syromyatnikovstrace.c: inform the user about -F option obsolescence
2017-12-20 Eugene Syromyatnikovstrace.c: sort option arguments alphabetically
2017-12-20 Eugene Syromiatnikovstrace.c: use _exit() instead of exit() in child's...
2017-12-20 Harsha Sharmasyscall: replace if (debug_flag) ... with debug_msg...
2017-12-20 Eugene Syromyatnikovtests: check (some) debugging output generated during...
2017-12-20 Eugene Syromiatnikovpathtrace.c: use xgrowarray
2017-12-14 Dmitry V. Levindyxlat: use xgrowarray
2017-12-14 Dmitry V. Levinunwind: use xgrowarray
2017-12-14 Eugene Syromiatnikovstrace.c: use xgrowarray
2017-12-14 Eugene Syromiatnikovunwind: use xgrowarray
2017-12-14 Eugene Syromiatnikovxmalloc.c: introduce xgrowarray helper function
2017-12-14 Dmitry V. Levintests: check error diagnostics when exec file name...
2017-12-13 Eugene Syromiatnikovstrace.c: minor style fixes
2017-12-13 Eugene Syromiatnikovstrace.c: use *_func_* message printing macros where...
2017-12-13 Eugene Syromiatnikovunwind.c: more verbose mapping overlapping diagnostic...
2017-12-13 Eugene Syromiatnikovunwind.c: non-fatal handling of asprintf error
2017-12-13 Eugene Syromiatnikovunwind.c: eliminate DPRINTF
2017-12-13 Eugene Syromiatnikovstrace.c: replace if (debug_flag) ... with suitable...
2017-12-13 Eugene Syromiatnikoverror_prints.h: add *_func_* printing macros
2017-12-13 Eugene Syromiatnikoverror_prints.h: add debug print macros
2017-12-04 Masatake YAMATOtests: check decoding of KVM ioctl commands
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_{SET, GET}_SREGS ioctl...
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_{SET, GET}_REGS ioctl...
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_SET_USER_MEMORY_REGION...
2017-12-03 Eugene SyromyatnikovAdd strace mascot
2017-12-03 Dmitry V. Levintests: robustify attach-p-cmd.test against buggy kernels
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
next