summaryrefslogtreecommitdiff
path: root/mmsghdr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2019-05-221-1/+1
* Implement and use new parsers of recvmmsg syscallDmitry V. Levin2019-05-121-2/+4
* Implement parsers of new *time64 system callsDmitry V. Levin2019-05-111-0/+5
* mmsghdr.c: introduce do_recvmmsgDmitry V. Levin2019-05-041-4/+11
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* print_array: enhance printing of unfetchable object addressesDmitry V. Levin2018-05-291-10/+5
* Update copyright headersDmitry V. Levin2018-02-131-0/+1
* mmsghdr.c: use xsprintf instead of snprintfDmitry V. Levin2018-01-071-2/+2
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-1/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-6/+6
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-1/+2
* msghdr: change register based size types from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+2
* dump*: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* umove*: change tracee address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* mmsghdr: cast pointers to kernel_ureg_t instead of longDmitry V. Levin2016-12-241-1/+1
* mmsghdr: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-2/+2
* Print unsent messages of failed sendmmsg syscallDmitry V. Levin2016-07-191-1/+9
* Print unsent messages of sendmmsg syscallDmitry V. Levin2016-07-191-5/+14
* Fix decoding of msg_name* fields of recvmmsg syscall's msghdr array argumentDmitry V. Levin2016-07-191-3/+56
* mmsghdr.c: rewrite decode_mmsgvec using print_arrayDmitry V. Levin2016-07-191-27/+43
* Fix printing of remaining timeout of recvmmsg syscallDmitry V. Levin2016-07-191-1/+1
* Fix race condition in decoding timeout argument of recvmmsg syscallDmitry V. Levin2016-07-181-8/+4
* net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.cDmitry V. Levin2016-07-181-1/+75
* msghdr.c: move all mmsghdr parsers to a separate fileDmitry V. Levin2016-07-181-0/+90