]> granicus.if.org Git - strace/shortlog
strace
2018-04-20 Dmitry V. Levinbuild: make it even more reproducible
2018-04-19 Dmitry V. Levinunwind: move unwind_tcb_init invocation to after_succes...
2018-04-19 Dmitry V. Levinstrace: move setting of post-attach flags inside after_...
2018-04-19 Dmitry V. Levinstrace: rename newoutf to after_successful_attach
2018-04-19 Dmitry V. Levinunwind: remove stray newline in error diagnostics
2018-04-19 Dmitry V. Levinbuild: make it more reproducible
2018-04-19 Masatake YAMATOunwind: initialize unwind context only if given tcb...
2018-04-12 Dmitry V. Levinbpf: harmonize length checks
2018-04-12 Eugene Syromyatnikovbpf: add support for map_name and map_ifindex fields...
2018-04-12 Eugene Syromyatnikovbpf: improve handling of various sizes of BPF_MAP_CREAT...
2018-04-12 Eugene Syromyatnikovtests: add checks for bpf BPF_MAP_CREATE arguments
2018-04-12 Eugene Syromyatnikovbpf: print numa_node using xlat
2018-04-12 Eugene Syromyatnikovbtrfs: use umove_or_printaddr_ignore_syserror instead...
2018-04-12 Eugene Syromyatnikovdefs.h: introduce umove_or_printaddr{,64}_ignore_syserr...
2018-04-12 Eugene Syromyatnikovprint_fields.h: add PRINT_FIELD_XVAL_U for printing...
2018-04-12 Eugene Syromyatnikovprint_fields.h: add PRINT_FIELD_U64 for printing u64...
2018-04-12 Eugene Syromyatnikovbpf_sock_filter: use print_xlat32
2018-04-12 Eugene Syromyatnikovdefs.h: add print_xlat32 macro
2018-04-12 Eugene Syromyatnikovopen: use print_xlat_d in print_dirfd
2018-04-12 Eugene Syromyatnikovfanotify: use print_xlat_d
2018-04-12 Eugene SyromyatnikovAdd print_xlat_u and print_xlat_d shorthands
2018-04-12 Eugene Syromyatnikovxlat: introduce XLAT_STYLE_FMT_D
2018-04-12 Eugene Syromyatnikovdefs.h: add shorthands for printing xval with XLAT_STYL...
2018-04-12 Eugene SyromyatnikovAdd support for various xlat formats
2018-04-12 Eugene Syromyatnikovv4l2: use print_xlat in print_v4l2_queryctrl
2018-04-12 Eugene Syromyatnikovprctl: use print_xlat_ex to print PR_SET_PTRACER_ANY
2018-04-12 Eugene Syromyatnikovnlattr: use print_xlat
2018-04-12 Eugene Syromyatnikovipc_defs.h: use print_xlat
2018-04-12 Eugene Syromyatnikovfutex: use print_xlat
2018-04-12 Eugene Syromyatnikovipc: use printxval for printing key
2018-04-12 Eugene Syromyatnikovmount: use print_xlat for printing MS_MGC_VAL
2018-04-12 Eugene SyromyatnikovIntroduce print_xlat and print_xlat_ex
2018-04-12 Eugene SyromyatnikovIntroduce XLAT_STYLE_DEFAULT
2018-04-12 Eugene SyromyatnikovIntroduce xlat verbosity styles
2018-04-11 Dmitry V. Levintests: robustify signal delivery test against kernel...
2018-04-11 Dmitry V. LevinLift experimental status from stack tracing feature
2018-04-11 Dmitry V. LevinEnable stack tracing in packages on all architectures
2018-04-11 Dmitry V. LevinUse libdw-based unwinder in ci and packages
2018-04-11 Dmitry V. Levintests: skip -k tests on unsupported architectures
2018-04-11 Masatake YAMATOunwind: add libdw as an unwinder
2018-04-11 Dmitry V. Levintests: check corner cases of udev_monitor_netlink_heade...
2018-04-11 Harsha Sharmatests: check decoding of udev_monitor_netlink_header
2018-04-11 Harsha Sharmanetlink: decode libudev netlink header
2018-04-11 Harsha Sharmatests: check basic decoding of PTP_* ioctl commands
2018-04-10 Eugene Syromyatnikovbpf: decode BPF_PROG_QUERY command
2018-04-10 Eugene SyromyatnikovMake print_uint64 from btrfs.c globally available
2018-04-10 Eugene SyromyatnikovIntroduce umoven_or_printaddr64* functions
2018-04-10 Eugene Syromyatnikovbpf_filter.c: add support for decoding eBPF instruction...
2018-04-08 Dmitry V. Levinunwind: prepare configure subsystem for alternative...
2018-04-08 Eugene Syromyatnikovbpf: implement decoding of prog_name and prog_ifindex...
2018-04-08 Eugene Syromyatnikovbpf: add support for array fields
2018-04-07 Dmitry V. Levintests: robustify strace -k tests
2018-04-07 Eugene Syromyatnikovipc_msg: sign extend msgtyp in m32 personality
2018-04-05 Dmitry V. Levinstrace.spec.in: update Source URL
2018-04-05 Dmitry V. Levindebian: enable mpers support for ppc64el and s390x
2018-04-05 Dmitry V. LevinPost-release administrivia
2018-04-05 Dmitry V. LevinPrepare for 4.22 release v4.22
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-04-05 Eugene SyromyatnikovUpdate NEWS
2018-04-05 Masatake YAMATOunwind: split unwind code into front-end and back-end
2018-04-05 Masatake YAMATOunwind: rename public functions in an object-oriented...
2018-04-05 Masatake YAMATOunwind: add unwind_ prefix to struct tcb.queue field...
2018-04-05 Masatake YAMATOunwind: make the field type of struct tcb independent...
2018-04-04 Dmitry V. Levintests: robustify options-syntax.test against ash
2018-04-04 Eugene Syromyatnikovstrace.c: add support for opening output file in append...
2018-04-04 Eugene Syromyatnikovstrace.c: support simultaneous usage of -r and -t options
2018-04-04 Eugene Syromyatnikovsyscall.c: dump write I/O even if error is returned
2018-04-04 Eugene Syromyatnikovstrace: handle possible NULL from localtime() call
2018-04-04 Eugene SyromyatnikovReturn RVAL_STR unconditionally
2018-04-04 Eugene Syromyatnikovdist/README: s/linux/Linux/
2018-04-04 Eugene Syromyatnikovstrace.1.in: fix formatting of -e trace class descriptions
2018-04-04 Eugene Syromyatnikovnlattr: check NLA_TYPE_MASK at compile time
2018-04-04 Eugene Syromyatnikovbpf: add a comment about bpf_attr decoding
2018-04-04 Dmitry V. Levintests: check decoding of bpf_attr of size 1
2018-04-04 Eugene Syromyatnikovbpf: use print_big_u64_addr
2018-04-04 Eugene Syromyatnikovbpf: add support for file mode flags
2018-04-04 Eugene Syromyatnikovtests: refactor bpf test
2018-04-04 Eugene Syromyatnikovprint_fields.h: introduce PRINT_FIELD_ADDR and PRINT_FI...
2018-04-04 Eugene Syromyatnikovprint_fields.h: introduce PRINT_FIELD_CSTRING_SZ macro
2018-04-04 Eugene Syromyatnikovprint_fields.h: check whether passed field is an array...
2018-04-04 Eugene Syromyatnikovprint_fields.h: whitespace fix in PRINT_FIELD_HEX_ARRAY
2018-04-04 Dmitry V. Levinbpf_attr: add more size checks
2018-04-04 Dmitry V. Levintests: check bpf syscall decoder unconditionally
2018-04-04 Dmitry V. LevinCheck that structures defined by bpf_attr.h match syste...
2018-04-04 Dmitry V. Levinbuild: generate all union bpf_attr checks automatically
2018-04-04 Dmitry V. Levinbpf: move definitions of bpf_attr structures to separat...
2018-04-04 Eugene SyromyatnikovIntroduce print_big_u64_addr
2018-04-04 Eugene Syromyatnikovdefs.h: introduce max_addr and max_kaddr macros
2018-04-04 Dmitry V. LevinIntroduce static_assert
2018-04-04 Dmitry V. Levintests: forward SIZEOF_KERNEL_LONG_T and SIZEOF_LONG...
2018-04-04 Dmitry V. Levintests/tests.h: fix indentation
2018-04-04 Dmitry V. Levintests: fix potential errno clobbering in netlink_kobjec...
2018-04-03 Gleb Fotengauer... Restore kvm ioctl definitions for aarch64 and mips...
2018-04-03 Gleb Fotengauer... Update ioctl entries from linux v4.16
2018-04-03 Gleb Fotengauer... maint: update for linux 4.16
2018-04-01 Eugene Syromyatnikovutil.c: amend sprinttime_ex description a bit
2018-04-01 Eugene Syromyatnikovtests/bpf.c: add a check for NULL bpf_attr pointer
2018-04-01 Eugene Syromyatnikovbpf: print byte range for extra data
2018-04-01 Eugene SyromyatnikovRemove addflags
2018-04-01 Dmitry V. LevinAdd i18n support
next