]> granicus.if.org Git - strace/history - Makefile.am
rtnl_neightbl: always decode struct ndt_config and struct ndt_stats
[strace] / Makefile.am
2019-10-12 Eugene Syromyatnikovriscv64: remove dead code left after riscv64 mpers...
2019-10-02 Dmitry V. LevinDistribute copyright-year-gen, file-date-gen, and git...
2019-09-25 Chen JingpiaoIntroduce seccomp-assisted syscall filtering
2019-09-24 Eugene Syromyatnikovriscv64: remove mpers support
2019-09-23 Dmitry V. Levinriscv: rename to riscv64
2019-08-23 Rasmus VillemoesAdd support for /dev/watchdog ioctls
2019-08-15 Dmitry V. LevinImplement decoding of pidfd_open syscall
2019-08-04 Eugene SyromyatnikovTreat PowerPC 64 LE as a separate architecture
2019-07-10 Paul ChaignonStage output for -z and -Z options
2019-07-09 Eugene Syromyatnikovia64: optimize syscallent table
2019-06-29 Dmitry V. LevinImplement decoding of fspick syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsmount syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsconfig syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsopen syscall
2019-06-29 Dmitry V. LevinImplement decoding of move_mount syscall
2019-06-29 Dmitry V. LevinImplement decoding of open_tree syscall
2019-06-29 Dmitry V. LevinIntroduce linux/syscallent-common.h and linux/syscallen...
2019-05-19 Dmitry V. LevinImplement decoding of io_uring_* syscalls
2019-05-17 Dmitry V. LevinImplement decoding of SO_TIMESTAMP*_NEW control messages
2019-05-16 Dmitry V. LevinIntroduce kernel_timeval64_t type
2019-05-12 Dmitry V. LevinIntroduce subcall32.h and subcall64.h wrappers
2019-05-10 Dmitry V. LevinImplement printer for kernel_timex32_t
2019-05-10 Dmitry V. LevinIntroduce kernel_timex32_t
2019-05-09 Dmitry V. LevinImplement printers for kernel_timespec64_t
2019-05-09 Dmitry V. LevinImplement printers for kernel_timespec32_t
2019-05-05 Dmitry V. LevinIntroduce kernel_timespec32_t type
2019-03-24 Guo RenAdd C-SKY architecture support
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-06 Eugene SyromyatnikovAdd a generic list implementation
2019-02-22 Eugene SyromyatnikovMakefile.am: pass D variable to shell scripts' environment
2019-02-20 Eugene SyromyatnikovGeneralise some printing primitives
2019-02-16 Dmitry V. Levinhppa: enhance decoding of PTRACE_PEEKUSER and PTRACE_PO...
2019-02-10 Dmitry V. LevinFix whitespace issues
2019-01-02 Dmitry V. LevinBring lists back to the sorted order
2018-12-17 Eugene SyromyatnikovAlways define WCOREDUMP
2018-12-13 Dmitry V. LevinIntroduce PTRACE_GET_SYSCALL_INFO support
2018-12-13 Dmitry V. LevinCheck whether PTRACE_GET_SYSCALL_INFO is supported...
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-12-10 Shankara Pailoorbpf: honor xlat styles when printing kernel version
2018-12-05 Dmitry V. Levinupoke: workaround crippled x32
2018-12-05 Dmitry V. LevinRefactor stack pointers
2018-12-05 Dmitry V. LevinRefactor print_pc()
2018-11-21 Dmitry V. LevinMove kill_save_errno to a separate header file
2018-11-05 Rasmus VillemoesAdd support for /dev/[u]random ioctls
2018-11-01 Eugene SyromyatnikovRename INSTALL to README-configure
2018-10-25 Elvira KhabirovaImplement decoding of NBD_* ioctl commands
2018-07-15 Zhibin LiMpersify decoder of struct xfs_dqstats
2018-06-18 Dmitry V. LevinFix build on systems where libc relies on <linux/signal.h>
2018-06-13 Eugene SyromyatnikovImplement io_pgetevents syscall decoding
2018-06-13 Dmitry V. LevinWorkaround incompatibility between <linux/signal.h...
2018-05-28 Eugene SyromyatnikovImplement PERF_EVENT_IOC_* decoding
2018-05-25 Eugene Syromyatnikovioctl: implement INOTIFY_IOC_SETNEXTWD decoding
2018-05-22 Dmitry V. LevinSimplify errnoent and signalent
2018-05-15 Eugene SyromyatnikovAdd a common MAC address printing routine
2018-05-04 Dmitry V. Levinmmap_cache: do not activate unless requested
2018-05-03 Masatake YAMATOmmap_notify: new subsystem for tracking the changes...
2018-05-03 Dmitry V. LevinIntroduce f_owner_ex.h
2018-04-20 Dmitry V. Levinbuild: make it even more reproducible
2018-04-11 Masatake YAMATOunwind: add libdw as an unwinder
2018-04-11 Harsha Sharmanetlink: decode libudev netlink header
2018-04-08 Dmitry V. Levinunwind: prepare configure subsystem for alternative...
2018-04-05 Masatake YAMATOunwind: split unwind code into front-end and back-end
2018-04-04 Dmitry V. LevinCheck that structures defined by bpf_attr.h match syste...
2018-04-04 Dmitry V. Levinbpf: move definitions of bpf_attr structures to separat...
2018-04-04 Dmitry V. LevinIntroduce static_assert
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 Eugene Syromyatnikovsparc, sparc64: implement kern_features decoder
2018-03-27 Dmitry V. Levinevdev: move mpers-specific parsers to a separate file
2018-03-23 Dmitry V. LevinIntroduce raw syscall invocation wrappers
2018-03-22 Elvira KhabirovaImplement delay injection
2018-03-20 Dmitry V. LevinReplace struct timeval with struct timespec in time...
2018-03-11 Chen Jingpiaonetlink: introduce NETLINK_NETFILTER parser
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache: new subsystem derived from unwind.c
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-13 Eugene SyromyatnikovRemove old and unused maintenance scripts
2018-02-10 Eugene SyromyatnikovMark architectures that indicate syscall error in a...
2018-02-10 Eugene SyromyatnikovHandle very special __ARM_NR_-prefixed syscalls
2018-02-09 Eugene SyromyatnikovUse shuffle_scno for x32 syscall numbers
2018-02-09 Eugene SyromyatnikovMove shuffle_scno to arch-specific file
2018-02-06 Eugene SyromyatnikovMakefile.am: minor EXTRA_DIST formatting changes
2018-02-06 Eugene SyromyatnikovMove large file-related wrappers to a separate header
2018-01-29 Eugene SyromyatnikovIntroduce s390_sthyi system call decoder
2018-01-25 Dmitry V. LevinDrop non-functional CRIS architecture support
2018-01-25 Eugene SyromyatnikovImplement decoding of riscv_flush_icache syscall
2018-01-23 Dmitry V. LevinRework decoding and pathtrace of old select syscall
2018-01-23 Dmitry V. LevinTransform fetch_old_mmap_args into fetch_indirect_sysca...
2018-01-21 Dmitry V. LevinMove decoder of getpagesize syscall to libstrace
2018-01-21 Eugene SyromyatnikovMove definition of personality macros to arch_defs_.h
2018-01-21 Eugene SyromyatnikovIntroduce HAVE_ARCH_SA_RESTORER
2018-01-21 Dmitry V. LevinReplace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
2018-01-21 Dmitry V. LevinReplace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
2018-01-21 Dmitry V. LevinRename arch-specific arch_defs.h files to arch_defs_.h
2018-01-19 Eugene SyromyatnikovAdd compat support for s390x
2018-01-17 Eugene SyromyatnikovIntroduce arch-specific define HAVE_ARCH_OLD_MMAP
2018-01-16 Eugene SyromyatnikovAdd support for specifying compiler options for mpers...
2018-01-05 Eugene SyromyatnikovIntroduce hardened xsprintf/xsnprintf macros
2018-01-03 Eugene SyromiatnikovMove enum trace_event into a separate header
2017-12-26 Masatake YAMATOunwind: demangle symbol names
next