]> granicus.if.org Git - strace/shortlog
strace
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
2018-03-29 Dmitry V. LevinRemove RVAL_PRINT_ERR_VAL
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2018-03-29 Dmitry V. Levintests: check handling of some invalid delay injection...
2018-03-29 Eugene SyromyatnikovImplement injection of negative return values
2018-03-28 Dmitry V. Levinarch_defs.h: fix typo in comment
2018-03-28 Dmitry V. LevinMove delay interface from defs.h to delay.h
2018-03-28 Dmitry V. LevinTurn struct inject_data.rval into an index
2018-03-27 Dmitry V. Levindefs.h: update comment
2018-03-27 Eugene Syromyatnikovxlat: cleanup mmap_flags.in
2018-03-27 Eugene Syromyatnikovtests: check decoding of kern_features syscall
2018-03-27 Eugene Syromyatnikovsparc, sparc64: implement kern_features decoder
2018-03-27 Dmitry V. Levinevdev: move mpers-specific parsers to a separate file
2018-03-26 Eugene Syromyatnikovci: install libunwind8-dev
2018-03-23 Eugene Syromyatnikovtests: check injection of return values into a "never...
2018-03-23 Dmitry V. LevinIntroduce raw syscall invocation wrappers
2018-03-23 Dmitry V. Levintests: fix potentially unbound variable in kernel_versi...
2018-03-23 Dmitry V. Levinstrace: further optimize unblocking of the delay signal...
2018-03-23 Dmitry V. Levinstrace: rewrite restart error handling without sigsetjm...
2018-03-23 Dmitry V. Levinstrace: do not call sigsetjmp without a delay timer
2018-03-22 Eugene Syromyatnikovtests/bpf.c: convert TEST_BPF_ macro to a function
2018-03-22 Eugene Syromyatnikovtests: btrfs.c whitespace cleanup
2018-03-22 Elvira Khabirovatests: check delay injection
2018-03-22 Elvira KhabirovaImplement delay injection
2018-03-22 Dmitry V. LevinDo not block handled signals in interactive mode
2018-03-21 Eugene Syromyatnikovbpf: improve handling of various sizes of bpf_prog_attr...
2018-03-20 Eugene Syromyatnikovbtrfs: print struct btrfs_ioctl_logical_ino_args.reserv...
2018-03-20 Eugene SyromyatnikovMove is_filled and IS_ZERO to macros.h, rename IS_ZERO...
2018-03-20 Dmitry V. Levinmpers.m4: enhance workaround for missing gnu/stubs...
2018-03-20 Eugene SyromyatnikovREADME.md: add references to binary strace packages
2018-03-20 Eugene SyromyatnikovINSTALL-git.md: enhance phrasing
2018-03-20 Dmitry V. Levinbootstrap: distribute README
2018-03-20 Dmitry V. LevinReplace struct timeval with struct timespec in time...
2018-03-20 Dmitry V. LevinFix -O option handling
2018-03-16 Dmitry V. Levincount: cleanup count_syscall
2018-03-16 Dmitry V. Levinprintleader: cleanup tflag handling
2018-03-16 Dmitry V. LevinMove install.texi to maint subdirectory
next