]> granicus.if.org Git - strace/history - tests
Generalize seccomp filter parser
[strace] / tests /
2017-07-08 Dmitry V. LevinAssume that <linux/filter.h> is always available
2017-07-07 JingPiao Chennetlink_sock_diag: print unrecognized data in hex
2017-07-07 JingPiao Chennetlink: print unrecognized nlattr in hex
2017-07-07 JingPiao Chennetlink: print unrecognized netlink messages in hex
2017-07-07 JingPiao Chennetlink: print unrecognized netlink payload in hex
2017-07-07 JingPiao Chennetlink: print unrecognized nlmsgerr in hex
2017-07-07 JingPiao Chennetlink: print unrecognized attribute data in hex
2017-07-07 JingPiao Chentests: print quotation marks in print_quoted_memory
2017-07-04 Dmitry V. Levintests: robustify create_nl_socket based tests against...
2017-07-03 Eugene Syromyatnikovtests: add multi-process check to qual_fault.test
2017-07-03 Dmitry V. Levintests: adjust TEST_NLATTR_OBJECT and TEST_NLATTR_ARRAY...
2017-07-03 Dmitry V. Levintests: move DEFAULT_STRLEN macro to tests.h
2017-07-03 Eugene Syromyatnikovtests: use unified diff in order to improve test log...
2017-07-02 Dmitry V. LevinFix error diagnostics in case of zero argc
2017-07-02 Dmitry V. LevinIntroduce generic STRINGIFY and STRINGIFY_VAL macros
2017-07-02 Dmitry V. LevinIntroduce macros.h
2017-07-01 Dmitry V. LevinUnify different generic PRINT_FIELD_* implementations
2017-07-01 Dmitry V. Levintests: enhance nlattr_unix_diag_msg test
2017-07-01 JingPiao Chentests: check decoding of netlink unix_diag_msg attributes
2017-07-01 Dmitry V. Levintests: enhance nlattr_netlink_diag_msg test
2017-07-01 JingPiao Chentests: check decoding of netlink_diag_msg attributes
2017-07-01 Dmitry V. Levinnetlink_sock_diag: print inet_diag_sockid.idiag_if...
2017-07-01 Dmitry V. Levintests: check decoding of several standard netlink attri...
2017-06-30 Dmitry V. Levintests: enhance nlattr_inet_diag_msg test
2017-06-30 JingPiao Chentests: check decoding of netlink inet_diag_msg attributes
2017-06-27 JingPiao Chentests: introduce NLMSG_ATTR macro
2017-06-26 Dmitry V. LevinCheck -s argument early
2017-06-25 Dmitry V. LevinInclude "netlink.h" instead of <linux/netlink.h>
2017-06-21 Dmitry V. Levintests: check more corner cases of nlattr decoding
2017-06-21 JingPiao Chentests: check decoding of netlink attribute
2017-06-21 JingPiao Chennetlink: introduce netlink.h
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-18 Dmitry V. Levinnetlink: do not print extra braces around payloadless...
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. LevinFix a few initialization style issues
2017-06-17 Dmitry V. LevinFix a few sizeof style issues
2017-06-17 Dmitry V. LevinFix a few misspellings in comments
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 Chentests: check decoding of NETLINK_SOCK_DIAG 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 Chentests: check decoding of NETLINK_SOCK_DIAG AF_NETLINK...
2017-06-15 Dmitry V. Levintests: check decoding of NETLINK_SOCK_DIAG AF_UNIX...
2017-06-14 JingPiao Chentests: extend printstr test
2017-06-13 Dmitry V. Levinv4l2: fix preprocessor checks
2017-06-12 JingPiao Chentests: fix typo
2017-06-08 JingPiao Chentests: add check for decoding netlink get and new flags
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-04 Dmitry V. Levintests: avoid hitting SO_SNDBUF limit in sendfile/sendfi...
2017-06-04 Dmitry V. Levintests: extend checking of NLMSG_DONE decoding
2017-06-04 JingPiao Chennetlink: decode NLMSG_DONE messages
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. Levintests: check decoding of sigpending syscall
2017-05-28 Dmitry V. Levintests: check decoding of sigprocmask syscall
2017-05-27 Dmitry V. Levintests: check termination signal forwarding
2017-05-27 Dmitry V. Levintests: check how signals are unblocked in interactive...
2017-05-26 Dmitry V. Levintests: check decoding of signal syscall
2017-05-26 Eugene SyromyatnikovUnify capitalisation of (c) in copyright notices
2017-05-23 Dmitry V. LevinFix compat personality support for sgetmask syscall
2017-05-22 Dmitry V. LevinFix decoding of sgetmask and ssetmask syscalls
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-05-22 Eugene SyromyatnikovFix typos in copyright notices
2017-05-21 Dmitry V. Levintests: enhance sigsuspend.test
2017-05-01 Dmitry V. Levinalpha, cris, mips, ppc, sh, sparc: fix decoding of...
2017-05-01 Dmitry V. Levintests: raise default timeout for individual tests
2017-04-27 Dmitry V. Levintests: enhance madvise decoder check
2017-04-25 Eugene Syromyatnikovtests: add -etrace=?... test
2017-04-25 Eugene Syromyatnikovtests: add more information to generated header comments
2017-04-25 Eugene Syromyatnikovtests: move generated common header comment into a...
2017-04-25 Dmitry V. Levintests: use TAIL_ALLOC_OBJECT_CONST_PTR in v4l2 test
2017-04-25 Edgar Kaziahmedovtests: Check decoding of VIDIOC_G/S_TUNER's arg
2017-04-24 Dmitry V. Levintests: check decoding of invalid tv_sec and tv_usec...
2017-04-24 Dmitry V. Levintests: check decoding of invalid tv_sec and tv_nsec...
2017-04-24 Eugene SyromyatnikovPrint time in ISO 8601 format in time syscall decoder
2017-04-24 Eugene SyromyatnikovPrint string representation of timestamps in parsers...
2017-04-24 Eugene Syromyatnikovtests: add support for printing timestamp with microsec...
2017-04-24 Eugene SyromyatnikovPrint microseconds/nanoseconds as non-negative
2017-04-24 Eugene SyromyatnikovAlways print raw values of time data fields
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2017-04-24 Dmitry V. LevinMake output of execve/execveat syscall parsers more...
2017-04-24 Dmitry V. Levindm: fix diagnostics about misplaced parts of struct...
2017-04-23 Eugene Syromyatnikovtests: add faulty pointer check to time test
next