]> granicus.if.org Git - strace/history - mmsghdr.c
mem: decode hugetlb page size in mmap flags
[strace] / mmsghdr.c
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinmsghdr: change register based size types from unsigned...
2016-12-25 Dmitry V. Levindump*: change address argument type from long to kernel...
2016-12-25 Dmitry V. Levinumove*: change tracee address argument type from long...
2016-12-24 Dmitry V. Levinmmsghdr: cast pointers to kernel_ureg_t instead of...
2016-12-23 Dmitry V. Levinmmsghdr: change address argument type from unsigned...
2016-07-19 Dmitry V. LevinPrint unsent messages of failed sendmmsg syscall
2016-07-19 Dmitry V. LevinPrint unsent messages of sendmmsg syscall
2016-07-19 Dmitry V. LevinFix decoding of msg_name* fields of recvmmsg syscall...
2016-07-19 Dmitry V. Levinmmsghdr.c: rewrite decode_mmsgvec using print_array
2016-07-19 Dmitry V. LevinFix printing of remaining timeout of recvmmsg syscall
2016-07-18 Dmitry V. LevinFix race condition in decoding timeout argument of...
2016-07-18 Dmitry V. Levinnet.c: move parsers of sendmmsg and recvmmsg syscalls...
2016-07-18 Dmitry V. Levinmsghdr.c: move all mmsghdr parsers to a separate file