]> granicus.if.org Git - strace/history - msghdr.c
tests: use fixed socket address in net-y-unix.test
[strace] / msghdr.c
2016-12-27 Dmitry V. LevinSimplify personality checks in msghdr.c and signal.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 cmsghdr size types from size_t to unsign...
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-24 Dmitry V. Levinmsghdr: cast pointers to kernel_ureg_t instead of long
2016-12-23 Dmitry V. Levinmsghdr: change address argument type from unsigned...
2016-12-21 Dmitry V. Levinmsghdr: cast pointers to kernel_ureg_t instead of unsig...
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-07-18 Dmitry V. LevinUse IOV_MAX instead of UIO_MAXIOV
2016-07-18 Dmitry V. LevinUnabuse struct tcb.auxstr
2016-07-18 Dmitry V. Levinnet.c: move parsers of sendmsg and recvmsg syscalls...
2016-07-18 Dmitry V. Levinmsghdr.c: move all mmsghdr parsers to a separate file
2016-07-13 Dmitry V. LevinFix decoding of struct msghdr.msg_name* arguments of...
2016-07-07 Fabien SironAdd a general netlink socket parser
2016-07-03 Dmitry V. Levinmsghdr.c: limit output when printing excessively large...
2016-07-02 Dmitry V. Levinmsghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev...
2016-07-02 Dmitry V. Levinmsghdr.c: limit SCM_RIGHTS output in abbrev mode
2016-06-30 Dmitry V. Levinmsghdr.c: reorganize struct cmsghdr handler
2016-06-30 Dmitry V. Levinmsghdr.c: merge print_cmsg_ip_ttl and print_cmsg_ip_che...
2016-06-30 Dmitry V. Levinmsghdr.c: enhance representation of unprintable part...
2016-06-30 Dmitry V. Levinmsghdr.c: apply a sane limit to the length of IP_ORIGDS...
2016-06-30 Dmitry V. Levinmsghdr.c: fix printing SCM_RIGHTS array
2016-06-30 Dmitry V. Levinmsghdr.c: print unrecognized struct cmsghdr.cmsg_type...
2016-06-30 Dmitry V. Levinmsghdr.c: fix printing of struct in_pktinfo
2016-06-30 Dmitry V. Levinmsghdr.c: fix representation of struct cmsghdr.cmsg_dat...
2016-06-30 Dmitry V. Levinmsghdr.c: fix representation of integer struct cmsghdr...
2016-06-30 Dmitry V. Levinmsghdr.c: when printing struct struct cmsghdr.cmsg_data...
2016-06-27 Dmitry V. Levinmsghdr.c: print struct mmsghdr as a regular structure
2016-06-27 Dmitry V. Levinnet.c: move all msghdr and mmsghdr parsers to a separat...