]> granicus.if.org Git - strace/shortlog
strace
2017-08-14 JingPiao Chentests: check decoding of rtnetlink addr messages
2017-08-13 JingPiao Chennetlink: add a basic rtnetlink parser of addr messages
2017-08-13 Eugene SyromyatnikovMake description of discrepancies between libc and...
2017-08-11 JingPiao Chentests: check decoding of NLMSG_DONE messages of NETLINK...
2017-08-11 Nikolay MarchukAdd TF flag to inotify_add_watch syscall entries
2017-08-11 Nikolay Marchukpathtrace: fix matching of execveat syscall
2017-08-10 Eugene Syromyatnikovstrace.1: add indentation to examples
2017-08-10 Eugene SyromyatnikovGenerate date for the man page
2017-08-10 Eugene SyromyatnikovAdd script for generating date of the last commit for...
2017-08-10 Eugene SyromyatnikovMake strace.1 generated
2017-08-10 Eugene Syromyatnikovstrace.1: format synopsis using .SY/.OP macros
2017-08-10 Eugene Syromyatnikovstrace.1: remove date from .TH, as it is no longer...
2017-08-10 Eugene Syromyatnikovstrace.1: remove .IX definition
2017-08-10 Eugene Syromyatnikovstrace.1: replace .TP with .TQ between command-line...
2017-08-09 Dmitry V. Levinrtnl_link: include "netlink.h" before <linux/rtnetlink.h>
2017-08-09 JingPiao Chentests: check decoding of rtnetlink link messages
2017-08-09 JingPiao Chennetlink: add a basic rtnetlink parser of link messages
2017-08-09 JingPiao ChenMove nl_route_types definition from netlink.c to netlin...
2017-08-09 JingPiao Chentests: check netlink family specific decoder of NETLINK...
2017-08-09 JingPiao Chennetlink: introduce family specific decoder of NETLINK_ROUTE
2017-08-08 JingPiao Chentests: check decoding of NETLINK_KOBJECT_UEVENT messages
2017-08-08 JingPiao Chennetlink: add decoding of NETLINK_KOBJECT_UEVENT messages
2017-08-08 JingPiao Chennetlink: call get_fd_nl_family before nlmsghdr decoding
2017-08-07 Dmitry V. LevinMake sysent_shorthand_defs.h suitable for tests
2017-08-07 Edgar KaziakhmedovMove sysent shorthand notations to separate files
2017-08-07 JingPiao Chennetlink.c: fix indentation
2017-08-07 Edgar KaziakhmedovMove err/mem subroutines to separate files
2017-08-07 Nikolay Marchuktests: move check_* functions from options-syntax.test...
2017-08-07 Nikolay MarchukSplit qualify.c into basic_filters.c and filter_qualify.c
2017-08-06 Dmitry V. LevinSimplify handling of unexpected tracees
2017-08-06 Dmitry V. LevinFix handling of unexpected tracees when PTRACE_SEIZE...
2017-08-06 Dmitry V. Levinpathtrace: fix matching of symlinkat syscall
2017-08-06 Nikolay Marchukpathtrace: fix missing syscalls
2017-08-06 Dmitry V. LevinEnhance fflush error diagnostics
2017-08-06 Dmitry V. Levintests: check handling of CLONE_PARENT'ed and CLONE_PTRA...
2017-08-06 Dmitry V. Levintests: export a path to the trace executable to check_P...
2017-08-05 Eugene SyromyatnikovMakefile.am: build top directory first
2017-08-05 Eugene SyromyatnikovImprove handling of unexpected tracees
2017-08-04 Dmitry V. Levintests: fix unaligned access in nlattr.test
2017-08-04 Dmitry V. Levintests: fix unaligned access in nlattr_packet_diag_msg...
2017-08-04 Dmitry V. Levinsparc64: do not bail out in get_scno if PTRACE_PEEKTEXT...
2017-08-02 Dmitry V. Levintests: enhance test coverage of printstrn and umoven
2017-08-02 Dmitry V. Levintests: add test_printstrn function to libtests
2017-08-01 Dmitry V. Levintests: enhance test coverage of printpath and umovestr
2017-08-01 Dmitry V. Levintests: add test_printpath function to libtests
2017-08-01 Dmitry V. Levintests: add test_process_vm_readv and test_ptrace_peekda...
2017-08-01 Dmitry V. Levinprintpath: do not fetch more than PATH_MAX bytes from...
2017-07-31 Dmitry V. Levinucopy: cleanup umoven_peekdata and umovestr_peekdata
2017-07-31 Dmitry V. Levinucopy: move legacy fallbacks of umoven and umovestr...
2017-07-31 Dmitry V. Levinucopy: move process_vm_readv ENOSYS check to vm_read_mem
2017-07-31 Eugene SyromyatnikovPrint enabled optional features in strace version output
2017-07-31 Eugene Syromyatnikovtests/strace-V.test: rename getval to getstr
2017-07-30 Dmitry V. Levinucopy: refactor the check for invalid tracee addresses
2017-07-30 Dmitry V. Levinucopy: enhance vm_read_mem error diagnostics
2017-07-29 Dmitry V. Levinucopy: skip redundant tracee address truncation check
2017-07-28 Dmitry V. Levinutil: move umoven and umovestr to a separate file
2017-07-27 Dmitry V. Levinbpf: enhance decoding of BPF_MAP_LOOKUP_ELEM and BPF_MA...
2017-07-27 Dmitry V. Levinbpf: update BPF_MAP_CREATE decoding
2017-07-27 Dmitry V. Levinbpf: update BPF_PROG_LOAD decoding
2017-07-26 Dmitry V. Levintests: enhance test coverage of bpf syscall parser
2017-07-26 Dmitry V. Levinm4: macroize union bpf_attr field checks
2017-07-26 Dmitry V. LevinMove offsetofend from defs.h to macros.h
2017-07-26 Dmitry V. Levinbpf: print unused fields of union bpf_attr if one of...
2017-07-26 Dmitry V. Levinbpf: change handling of big and unaccessible data to...
2017-07-25 Dmitry V. Levinbpf: replace big switch statement with a dispatch table
2017-07-25 Dmitry V. Levinbpf: use PRINT_FIELD_* macros
2017-07-25 Eugene SyromyatnikovAdd terminating comment after each DECL_* macro definition
2017-07-24 Dmitry V. LevinIntroduce print_quoted_cstring
2017-07-24 JingPiao Chentests: check decoding of NETLINK_CRYPTO crypto_user_alg...
2017-07-24 JingPiao Chentests: extend TEST_NLATTR_OBJECT macro
2017-07-24 JingPiao Chennetlink: decode NETLINK_CRYPTO crypto_user_alg netlink...
2017-07-24 JingPiao Chentests: check decoding of NETLINK_CRYPTO messages
2017-07-24 JingPiao Chentests: extend TEST_NETLINK_OBJECT macro
2017-07-24 JingPiao Chennetlink: add a basic parser of NETLINK_CRYPTO messages
2017-07-23 Dmitry V. LevinUnify PRINT_FIELD_XVAL and PRINT_FIELD_XVAL64
2017-07-23 Dmitry V. LevinUnify PRINT_FIELD_FLAGS and PRINT_FIELD_FLAGS64
2017-07-23 Nikolay Marchukpathtrace: fix fanotify_mark path tracing on 32-bit...
2017-07-22 Dmitry V. Levintravis: add valgrind check support
2017-07-22 JingPiao Chennetlink_sock_diag: replace NLA_ALIGN with NLMSG_ALIGN
2017-07-22 Dmitry V. Levintravis: configure build with dependency tracking disabled
2017-07-22 Eugene Syromyatnikovm4: remove equal sign from define directive in ax_valgr...
2017-07-21 Dmitry V. Levinkeyctl: add support for KEYCTL_RESTRICT_KEYRING operation
2017-07-21 Dmitry V. Levintests: robustify strace-t.test
2017-07-21 Dmitry V. Levinx86: wire up arch_prctl syscall
2017-07-21 Dmitry V. Levintests: tweak strace-ff.test for slow startup case
2017-07-21 Dmitry V. Levintests: update valgrind suppressions
2017-07-21 Dmitry V. LevinDo not copy optarg unnecessarily
2017-07-20 Dmitry V. Levintravis: add build environment information to the travis log
2017-07-20 Dmitry V. Levinbuild: add check-valgrind-* to recursive targets
2017-07-20 Dmitry V. Levintests: add check-valgrind-local make rule
2017-07-20 Dmitry V. LevinAdd ksysent.h and scno.h to BUILT_SOURCES
2017-07-20 Dmitry V. Levintests: fix valgrind suppression file path
2017-07-19 Dmitry V. LevinUpdate AX_VALGRIND_CHECK
2017-07-19 Dmitry V. LevinUpdate AX_CODE_COVERAGE
2017-07-19 Dmitry V. LevinUpdate input event KEY_* constants
2017-07-19 Dmitry V. LevinUpdate fs *_MAGIC constants
2017-07-19 Dmitry V. LevinMove family-specific NETLINK_SOCK_DIAG parsers to separ...
2017-07-19 Dmitry V. LevinAdjust prototypes of netlink parsing functions
2017-07-19 JingPiao Chentests: check decoding of nlmsgerr attributes
2017-07-19 JingPiao Chennetlink: decode nlmsgerr attributes
next