]> granicus.if.org Git - strace/history - tests/mmsg.c
tests: add a list of executables without side effects
[strace] / tests / mmsg.c
2016-07-19 Dmitry V. LevinFix printing of remaining timeout of recvmmsg syscall
2016-07-19 Dmitry V. Levintests: add recv_mmsg and send_mmsg functions to libtests
2016-07-13 Dmitry V. LevinPrint struct iovec as a regular structure
2016-06-27 Dmitry V. Levinmsghdr.c: print struct mmsghdr as a regular structure
2016-06-27 Dmitry V. LevinMpersify fetchers of struct msghdr and struct mmsghdr
2016-06-27 Dmitry V. Levinnet.c: move fallback definition of struct mmsghdr to...
2016-06-26 Dmitry V. Levinnet.c: print struct msghdr as a regular structure
2016-01-20 Dmitry V. LevinFix dumping of recvmmsg syscall in case of short read
2016-01-20 Dmitry V. Levintests/tests.h: add ARRAY_SIZE and LENGTH_OF macros
2016-01-20 Dmitry V. Levintests: add tprintf function to libtests
2016-01-14 Dmitry V. Levinmmsg.test: fix regression introduced by commit v4.11...
2016-01-12 Dmitry V. Levintests: fix clang "duplicate 'const' declaration specifi...
2016-01-12 Dmitry V. Levintests/mmsg.c: fix build on rhel6/ppc
2016-01-11 Dmitry V. Levinmmsg.test: check memory access by sendmmsg and recvmmsg...
2016-01-11 Dmitry V. Levinmmsg.test: check decoding of flags passed to sendmmsg...
2016-01-11 Dmitry V. Levinmmsg.test: prefer direct sendmmsg/recvmmsg syscalls...
2016-01-06 Dmitry V. Levintests/mmsg.c: use libtests
2016-01-05 Dmitry V. Levintests: include tests.h instead of config.h
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-01-14 Dmitry V. Levintests: skip sendmmsg/recvmmsg test if these syscalls...
2014-11-11 Masatake YAMATOtests: add a test for decoding and dumping of recvmmsg...