]> granicus.if.org Git - strace/shortlog
strace
2018-01-16 Dmitry V. Levinconfigure: try to set the C compiler mode to accept...
2018-01-15 Dmitry V. Levinpathtrace: update the list of unrelated syscalls
2018-01-15 Dmitry V. Levinbasic_filters: move legacy tracing class names to the...
2018-01-15 Dmitry V. LevinEnhance decoding of mq_* syscalls
2018-01-15 Dmitry V. LevinEnhance error diagnostics about invalid syscalls in...
2018-01-15 Dmitry V. Levinbasic_filters: handle "all" in a more readable way
2018-01-15 Dmitry V. Levinfilter: remove redundant braces around single line...
2018-01-15 Dmitry V. Levinfilter_qualify: move memory allocation from parse_injec...
2018-01-14 Eugene Syromyatnikovxlat: update NT_* constants
2018-01-13 Dmitry V. Levinconfigure: use AC_MSG_ERROR and AC_MSG_FAILURE consistently
2018-01-11 Eugene Syromyatnikovconfigure: add --disable-mpers and --enable-mpers=check...
2018-01-11 Gleb Fotengauer... Update ioctl entries from linux v4.15-rc7
2018-01-11 Eugene SyromyatnikovIssue a warning when strace lacks tracee personality...
2018-01-11 Eugene Syromyatnikovtests: add more checks of reboot syscall decoding
2018-01-11 Eugene Syromyatnikovtests: use sprintrc in reboot.test
2018-01-11 Eugene Syromyatnikovreboot.c: limit printing of the fourth argument to...
2018-01-11 Eugene Syromyatnikovreboot.c: use printxval instead of printflags
2018-01-11 Eugene SyromyatnikovSearch for <libiberty/demangle.h> in addition to <deman...
2018-01-11 Dmitry V. Levinstrace.1: fix typo
2018-01-11 Eugene SyromyatnikovDocument multiple personalities support
2018-01-11 Eugene SyromyatnikovAdd indication of mpers support to strace -V output
2018-01-11 Eugene SyromyatnikovProvide strace's native arch to the test framework
2018-01-11 Eugene SyromyatnikovAdd indication of optional demangle feature strace...
2018-01-11 Eugene Syromyatnikovconfigure.ac: check for mpers support on RISC-V
2018-01-11 Eugene SyromyatnikovUse xappendstr instead of xsnprintf where suitable
2018-01-11 Eugene Syromyatnikovxstring.h: add xappendstr
2018-01-11 Eugene SyromyatnikovUpdate perf-related flags
2018-01-11 Eugene Syromyatnikovperf.c: add support for struct perf_event_attr.namespaces
2018-01-11 Eugene Syromyatnikovtests: check decoding of [gs]et_thread_area syscalls...
2018-01-10 Eugene Syromyatnikovtests: check decoding of modify_ldt with for 4-byte...
2018-01-10 Eugene SyromyatnikovAllow separate printing of struct user_desc.entry_number
2018-01-10 Eugene Syromyatnikovtests: move struct user_desc printing function into...
2018-01-08 Eugene Syromyatnikovtests: check decoding of modify_ldt syscall
2018-01-08 Eugene Syromyatnikovldt.c: manually set modify_ldt's error code
2018-01-08 Eugene Syromyatnikovsyscall.c: add support for printing return value and...
2018-01-08 Eugene Syromyatnikovldt.c: print the first argument of modify_ldt as int
2018-01-08 Eugene Syromyatnikovldt.c: print lm field for 64-bit tracees
2018-01-08 Eugene Syromyatnikovldt.c: make struct user_desc output more structured
2018-01-08 Eugene Syromyatnikovprint_fields.h: add PRINT_FIELD_U_CAST
2018-01-08 Eugene Syromyatnikovprint_fields.h: rename PRINT_FIELD_UID to PRINT_FIELD_ID
2018-01-07 Dmitry V. LevinFix build on systems without linux/genetlink.h
2018-01-07 Eugene Syromyatnikovcount.c: whitespace
2018-01-07 Eugene Syromyatnikovcount.c: cleanup types and sizeof usage
2018-01-07 Eugene Syromyatnikovcount.c: collect definitions of format strings in one...
2018-01-07 Eugene SyromiatnikovAdd tcp arguments to netlink calls
2018-01-07 Eugene SyromiatnikovAdd tcp argument to clear_regs
2018-01-07 Eugene SyromiatnikovPass tcp argument to get_optmem_max/read_int_from_file
2018-01-07 Eugene SyromiatnikovInclude paths.h if it is available
2018-01-07 Eugene Syromiatnikovstrace.c: avoid duplication of a format string in attac...
2018-01-07 Elvira KhabirovaMove syscall_tampered to defs.h
2018-01-07 Elvira Khabirovastrace.c: rename set_sigaction to set_sighandler
2018-01-07 Elvira Khabirova.gitignore: ignore "gnu" directory created by st_MPERS...
2018-01-07 Elvira KhabirovaUpdate .mailmap
2018-01-07 Chen Jingpiao.mailmap: add canonical name for Chen Jingpiao
2018-01-07 Dmitry V. Levinpersonality.c: use sprintxval
2018-01-07 Eugene Syromiatnikovxlat.c: add sprintxval for printing xval to string
2018-01-07 Dmitry V. Levindesc.c: use xsnprintf instead of sprintf
2018-01-07 Dmitry V. Levinxlat.c: use xsnprintf instead of sprintf
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...
next