]> granicus.if.org Git - strace/shortlog
strace
2018-01-07 Dmitry V. Levinopen.c: use xsnprintf instead of sprintf
2018-01-07 Dmitry V. Levinpoll.c: use xs*printf instead of sprintf
2018-01-07 Dmitry V. Levinsignal.c: use xs*printf instead of sprintf
2018-01-07 Dmitry V. Levinprint_timeval.c: use xsprintf instead of snprintf
2018-01-07 Dmitry V. Levinprint_timespec.c: use xsprintf instead of snprintf
2018-01-07 Dmitry V. Levinmmsghdr.c: use xsprintf instead of snprintf
2018-01-07 Dmitry V. Levinsocketutils.c: use xsprintf instead of snprintf
2018-01-07 Dmitry V. Levinalpha.c: use xsprintf instead of snprintf
2018-01-07 Dmitry V. Levinv4l2.c: use xsprintf instead of sprintf
2018-01-07 Dmitry V. Levinutil.c: use x*sprintf instead of s*printf
2018-01-07 Dmitry V. Levinunwind.c: use xsprintf instead of sprintf
2018-01-07 Dmitry V. Levinsyscall.c: use xsprintf instead of sprintf
2018-01-07 Dmitry V. Levinresource.c: use xsprintf instead of sprintf
2018-01-07 Dmitry V. Levinpathtrace.c: use xsprintf instead of sprintf
2018-01-07 Eugene Syromyatnikovldt.c: replace sprintf with xsprintf
2018-01-05 Dmitry V. Levinstrace.c: use xsprintf instead of sprintf
2018-01-05 Eugene Syromyatnikovioprio.c: use xsprintf instead of sprintf
2018-01-05 Eugene SyromyatnikovIntroduce hardened xsprintf/xsnprintf macros
2018-01-05 Eugene Syromyatnikovcount.c: use %9.u conversion specification
2018-01-05 Eugene Syromyatnikovcount.c: use personality_names in call_summary report...
2018-01-05 Victor KrapivenskyMove personality names to a global variable
2018-01-04 Lubomir Rintelstrace.spec.in: include Bluetooth headers for AF_BLUETO...
2018-01-04 Dmitry V. LevinLift artificial limit on output file names in -ff mode
2018-01-04 Dmitry V. Levinconfigure.ac: fix typo
2018-01-03 Eugene SyromiatnikovChange the first argument of upeek from pid to tcp
2018-01-03 Eugene SyromiatnikovChange argument of getregs_old from pid to tcp
2018-01-03 Eugene SyromiatnikovChange the first argument of upoke from pid to tcp
2018-01-03 Eugene SyromiatnikovMove enum trace_event into a separate header
2018-01-03 Eugene SyromyatnikovCall get_scno during startup_tcb only for forcibly...
2018-01-01 Eugene Syromyatnikovstrace.c: sort getopt switch branches alphabetically
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
next