]> granicus.if.org Git - strace/shortlog
strace
2017-06-20 Dmitry V. Levintests: add SET_STRUCT macro to tests.h
2017-06-19 Dmitry V. Levintests: fix potential unaligned access in netlink_sock_d...
2017-06-19 Masatake YAMATOtests: check decoding of NETLINK_GENERIC message types
2017-06-19 Masatake YAMATOnetlink: add decoding of NETLINK_GENERIC protocol families
2017-06-19 Masatake YAMATOsocketutils: build a dynamic xlat table for NETLINK_GEN...
2017-06-19 Masatake YAMATOdyxlat: new interface for building xlat tables dynamically
2017-06-19 Masatake YAMATOIntroduce xstrndup function
2017-06-18 Dmitry V. Levinnetlink: do not print extra braces around payloadless...
2017-06-17 Dmitry V. LevinStrip argument name of type "struct tcb *" from functio...
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-17 Dmitry V. LevinStrip redundant trailing semicolons
2017-06-17 Dmitry V. LevinFix macros encosure in a do/while loop
2017-06-17 Dmitry V. LevinUse __func__ instead of gcc specific __FUNCTION__
2017-06-17 Dmitry V. LevinFix a few initialization style issues
2017-06-17 Dmitry V. LevinFix function prototypes with unspecified arguments
2017-06-17 Dmitry V. LevinFix a few sizeof style issues
2017-06-17 Dmitry V. LevinFix a few misspellings in comments
2017-06-16 Dmitry V. Levinprint_mreq: remove superfluous print_quoted_string...
2017-06-15 Dmitry V. Levintests: check decoding of incomplete SCM_TIMESTAMP*...
2017-06-15 Miroslav Lichvarmsghdr: print SCM_TIMESTAMP* control messages
2017-06-15 JingPiao Chentests: check decoding of NETLINK_SOCK_DIAG AF_SMC messages
2017-06-15 JingPiao Chennetlink: add a basic socket diag parser of AF_SMC messages
2017-06-15 JingPiao Chentests: check decoding of NETLINK_SOCK_DIAG AF_INET...
2017-06-15 JingPiao Chennetlink: add a basic socket diag parser of AF_INET...
2017-06-15 Dmitry V. LevinIntroduce print_inet_addr
2017-06-15 JingPiao Chentests: check decoding of NETLINK_SOCK_DIAG AF_PACKET...
2017-06-15 JingPiao Chennetlink: add a basic socket diag parser of AF_PACKET...
2017-06-15 JingPiao Chentests: check decoding of NETLINK_SOCK_DIAG AF_NETLINK...
2017-06-15 JingPiao Chennetlink: add a basic socket diag parser of AF_NETLINK...
2017-06-15 Dmitry V. Levintests: check decoding of NETLINK_SOCK_DIAG AF_UNIX...
2017-06-15 Dmitry V. Levinnetlink: add a basic socket diag parser of AF_UNIX...
2017-06-15 Dmitry V. Levinnetlink: introduce family specific payload decoders
2017-06-15 Dmitry V. LevinUpdate SCM_* constants
2017-06-14 Dmitry V. Levinnetlink: refactor decode_nlmsg_type
2017-06-14 JingPiao Chentests: extend printstr test
2017-06-13 Dmitry V. Levinv4l2: fix preprocessor checks
2017-06-12 Dmitry V. LevinMove xlat related functions to a separate file
2017-06-12 Masatake YAMATOsocketeutils: extend receive_responses further
2017-06-12 Masatake YAMATOsocketeutils: extend receive_responses to handle other...
2017-06-12 JingPiao Chentests: fix typo
2017-06-08 Dmitry V. LevinIntroduce printflags_ex function
2017-06-08 JingPiao Chentests: add check for decoding netlink get and new flags
2017-06-08 JingPiao Chennetlink: implement generic nlmsg_flags decoding
2017-06-08 Dmitry V. Levinxlat: provide fallback definitions for XFRM_MSG_* constants
2017-06-05 Victor Krapivenskysyscall.c: split trace_syscall() into 6 functions
2017-06-05 Dmitry V. Levintests: guard against missing linux/netfilter/nfnetlink.h
2017-06-05 JingPiao Chentests: check decoding of NETLINK_XFRM message types
2017-06-05 JingPiao Chentests: check decoding of NETLINK_SELINUX message types
2017-06-05 JingPiao Chentests: check decoding of NETLINK_NETFILTER message...
2017-06-05 JingPiao Chentests: check decoding of NETLINK_AUDIT message types
2017-06-05 JingPiao Chentests: check decoding of NETLINK_ROUTE message types
2017-06-05 JingPiao Chentests: check decoding of NETLINK_SOCK_DIAG message...
2017-06-05 Dmitry V. Levintests: use create_nl_socket in netlink_protocol.test
2017-06-05 Dmitry V. Levintests: change netlink_protocol.test to trace sendto...
2017-06-05 Dmitry V. Levintests: enhance create_nl_socket diagnostics messages
2017-06-05 Dmitry V. Levintests: use const and designated initializers in create_...
2017-06-05 JingPiao Chentests: add create_nl_socket function to libtests
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_NETFILTER message...
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_XFRM message types
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_SELINUX message types
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_ROUTE message types
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_AUDIT message types
2017-06-05 Dmitry V. Levinnetlink: implement generic nlmsg_type decoding
2017-06-05 Dmitry V. Levinnetlink: add netlink family argument to printers and...
2017-06-05 Fabien SironAdd file descriptor argument to decode_netlink
2017-06-05 Fabien SironIntroduce getfdinode to obtain inode from fd
2017-06-05 Fabien SironIntroduce get_sockaddr_by_inode
2017-06-05 Dmitry V. Levinsocketutils.c: introduce get_sockaddr_by_inode_uncached
2017-06-05 Fabien Sironsocketutils.c: use get_sockaddr_by_inode_cached
2017-06-05 Dmitry V. Levinsocketutils.c: move inet_print closer to its first use
2017-06-05 Fabien Sironsocketutils.c: introduce cache_inode_details
2017-06-05 Victor Krapivenskystrace.c: move termination code to a separate function
2017-06-04 Dmitry V. Levintests: avoid hitting SO_SNDBUF limit in sendfile/sendfi...
2017-06-04 Dmitry V. LevinMove netlink_protocols definition from net.c to netlink.c
2017-06-04 Dmitry V. Levintravis: switch from gcc-6 to gcc-7
2017-06-04 Dmitry V. Levintests: extend checking of NLMSG_DONE decoding
2017-06-04 JingPiao Chennetlink: decode NLMSG_DONE messages
2017-06-04 Dmitry V. Levinsocketutils.c: introduce get_sockaddr_by_inode_cached
2017-06-03 Dmitry V. LevinUnexport print_sockaddr_by_inode_cached
2017-06-03 Dmitry V. LevinIntroduce str_strip_prefix_len function and STR_STRIP_P...
2017-06-02 Dmitry V. Levinnetlink: move NLMSG_ERROR payload length check to nlmsg...
2017-06-02 Dmitry V. Levinstrace.c: handle PTRACE_EVENT_EXEC like other events
2017-06-02 Dmitry V. Levinstrace.c: remove dead code
2017-06-02 Victor Krapivenskystrace.c: refactor trace into two functions
2017-05-30 Dmitry V. Levinscno.am: include config.h before syscallent.h
2017-05-28 Dmitry V. Levintests: check decoding of sigaction syscall
2017-05-28 Dmitry V. Levintests: rename sigaction.test to rt_sigaction.test
2017-05-28 Dmitry V. Levinsparc: enhance decoding of signal number argument of...
2017-05-28 Dmitry V. Levinsignal: enhance printing of old_sigaction.mask
2017-05-28 Dmitry V. Levinsignal: limit scope of struct old_sigaction32 definition
2017-05-28 Dmitry V. Levinsignal: fix decoding of struct old_sigaction on some...
2017-05-28 Dmitry V. Levinxlat: rename SA_STACK to SA_ONSTACK
2017-05-28 Dmitry V. Levintests: check decoding of sigpending syscall
2017-05-28 Dmitry V. Levintests: check decoding of sigprocmask syscall
2017-05-28 Dmitry V. Levinalpha: rename sys_sigprocmask to sys_osf_sigprocmask
2017-05-27 Dmitry V. LevinEnable coverage when strace is self terminated by signal
2017-05-27 Dmitry V. Levintests: check termination signal forwarding
2017-05-27 Dmitry V. LevinFix termination signal forwarding
2017-05-27 Dmitry V. LevinDo not reset SIGCHLD handler in tracees to SIG_DFL
2017-05-27 Dmitry V. LevinRefactor setting of signal handlers to reduce redundancy
next