aboutsummaryrefslogtreecommitdiff
path: root/mmsghdr.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-07-19Print unsent messages of failed sendmmsg syscallDmitry V. Levin
2016-07-19Print unsent messages of sendmmsg syscallDmitry V. Levin
2016-07-19Fix decoding of msg_name* fields of recvmmsg syscall's msghdr array argumentDmitry V. Levin
2016-07-19mmsghdr.c: rewrite decode_mmsgvec using print_arrayDmitry V. Levin
2016-07-19Fix printing of remaining timeout of recvmmsg syscallDmitry V. Levin
2016-07-18Fix race condition in decoding timeout argument of recvmmsg syscallDmitry V. Levin
2016-07-18net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.cDmitry V. Levin
2016-07-18msghdr.c: move all mmsghdr parsers to a separate fileDmitry V. Levin