1. 0485ab5 mmsghdr.c: rewrite decode_mmsgvec using print_array by Dmitry V. Levin · 9 years ago
  2. 1c444a7 tests: check decoding of timeout argument of recvmmsg syscall by Dmitry V. Levin · 9 years ago
  3. 3e3b7f6 Fix printing of remaining timeout of recvmmsg syscall by Dmitry V. Levin · 9 years ago
  4. 70495eb Remove configure checks for recvmmsg and sendmmsg by Dmitry V. Levin · 9 years ago
  5. aaf526c tests: add recv_mmsg and send_mmsg functions to libtests by Dmitry V. Levin · 9 years ago
  6. 736d8e4 tests: add socketcall function to libtests by Dmitry V. Levin · 9 years ago
  7. 8da9668 Use IOV_MAX instead of UIO_MAXIOV by Dmitry V. Levin · 9 years ago
  8. b759d27 Unabuse struct tcb.auxstr by Dmitry V. Levin · 9 years ago
  9. 7f8ece1 Fix race condition in decoding timeout argument of recvmmsg syscall by Dmitry V. Levin · 9 years ago
  10. c5d6918 Fix race condition in decoding rt_sigtimedwait's timeout argument by Dmitry V. Levin · 9 years ago
  11. a1546a9 Add private data field to struct tcb by Patrik Jakobsson · 9 years ago
  12. dc84fa3 net.c: move parsers of sendmsg and recvmsg syscalls to msghdr.c by Dmitry V. Levin · 9 years ago
  13. 4de8de5 net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.c by Dmitry V. Levin · 9 years ago
  14. 7c37ce4 msghdr.c: move all mmsghdr parsers to a separate file by Dmitry V. Levin · 9 years ago
  15. 64a8a4c tests: disable part of msg_name test on non-glibc systems by Dmitry V. Levin · 9 years ago
  16. 4ddbfcf Print struct iovec as a regular structure by Dmitry V. Levin · 9 years ago
  17. 0b2cf81 tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall by Dmitry V. Levin · 9 years ago
  18. d8f77cd Fix decoding of struct msghdr.msg_name* arguments of recvmsg syscall by Dmitry V. Levin · 9 years ago
  19. 766e1d9 Update generic ioctl entries from linux 4.7 by Dmitry V. Levin · 9 years ago
  20. 7577bbf x32: update ioctl entries from linux 4.7 by Gleb Fotengauer-Malinovskiy · 9 years ago
  21. 4d670d5 maint: update for linux 4.7 by Gleb Fotengauer-Malinovskiy · 9 years ago
  22. 7fa29bb block.c: remove BLKDAXGET support by Dmitry V. Levin · 9 years ago
  23. 7acde9e Fix printing of socklen argument of bind and sendto syscalls by Dmitry V. Levin · 9 years ago
  24. 416e880 tests: check decoding of sockaddr related arguments of recvfrom syscall by Dmitry V. Levin · 9 years ago
  25. 802f264 Fix decoding of sockaddr related arguments of recvfrom syscall by Dmitry V. Levin · 9 years ago
  26. 891855e tests: check decoding of accept4 syscall by Dmitry V. Levin · 9 years ago
  27. fe811f7 tests: check decoding of accept syscall by Dmitry V. Levin · 9 years ago
  28. 524045c tests: check decoding of getpeername syscall by Dmitry V. Levin · 9 years ago
  29. 587cba2 tests: check decoding of getsockname syscall by Dmitry V. Levin · 9 years ago
  30. eca8b5b Print both values of changing address length in sockname family syscalls by Dmitry V. Levin · 9 years ago
  31. 36df822 Enhance diagnostics of address truncation in sockname family syscalls by Dmitry V. Levin · 9 years ago
  32. d07eac3 Fix decoding of getsockname, getpeername, accept, and accept4 syscalls by Dmitry V. Levin · 9 years ago
  33. d1cedf0 Prepare parsers of sockname family syscalls for the upcoming fix by Dmitry V. Levin · 9 years ago
  34. deb0c18 netlink: handle multipart netlink messages by Dmitry V. Levin · 9 years ago
  35. 73362a2 tests: extend netlink protocol check by Dmitry V. Levin · 9 years ago
  36. 1b1baea tests: check decoding of netlink protocol by Fabien Siron · 9 years ago
  37. 2850f74 Add a general netlink socket parser by Fabien Siron · 9 years ago
  38. 7499ce0 Update sigaltstack SS_* constants by Dmitry V. Levin · 9 years ago
  39. fdedff6 Update fs *_MAGIC constants by Dmitry V. Levin · 9 years ago
  40. ccd915a Update KEYCTL_* constants by Dmitry V. Levin · 9 years ago
  41. c77c434 Update input event constants by Dmitry V. Levin · 9 years ago
  42. 5e24375 Update RWF_* constants by Dmitry V. Levin · 9 years ago
  43. 021f2f3 Update BPF_MAP_TYPE_* constants by Dmitry V. Levin · 9 years ago
  44. bf2698a msghdr.c: limit output when printing excessively large messages by Dmitry V. Levin · 9 years ago
  45. ea70028 tests: add read_int_from_file function to libtests by Dmitry V. Levin · 9 years ago
  46. 6713582 msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode by Dmitry V. Levin · 9 years ago
  47. d35d5ec msghdr.c: limit SCM_RIGHTS output in abbrev mode by Dmitry V. Levin · 9 years ago
  48. 7555ffc tests: check decoding of struct msghdr ancillary data by Dmitry V. Levin · 9 years ago
  49. df57a9b msghdr.c: reorganize struct cmsghdr handler by Dmitry V. Levin · 9 years ago
  50. b7937bd msghdr.c: merge print_cmsg_ip_ttl and print_cmsg_ip_checksum by Dmitry V. Levin · 9 years ago
  51. 1d53210 msghdr.c: enhance representation of unprintable part of msg_control array by Dmitry V. Levin · 9 years ago
  52. dfeea69 msghdr.c: apply a sane limit to the length of IP_ORIGDSTADDR address by Dmitry V. Levin · 9 years ago
  53. 029d979 msghdr.c: fix printing SCM_RIGHTS array by Dmitry V. Levin · 9 years ago
  54. 6c30aec msghdr.c: print unrecognized struct cmsghdr.cmsg_type in hex by Dmitry V. Levin · 9 years ago
  55. db0e6e1 msghdr.c: fix printing of struct in_pktinfo by Dmitry V. Levin · 9 years ago
  56. 2a89737 msghdr.c: fix representation of struct cmsghdr.cmsg_data integer arrays by Dmitry V. Levin · 9 years ago
  57. 17e624c msghdr.c: fix representation of integer struct cmsghdr.cmsg_data values by Dmitry V. Levin · 9 years ago
  58. 08c0960 msghdr.c: when printing struct struct cmsghdr.cmsg_data, also print its name by Dmitry V. Levin · 9 years ago
  59. a50ec34 msghdr.c: print struct mmsghdr as a regular structure by Dmitry V. Levin · 9 years ago
  60. 95cce4f net.c: move all msghdr and mmsghdr parsers to a separate file by Dmitry V. Levin · 9 years ago
  61. 9a8216e Mpersify fetchers of struct msghdr and struct mmsghdr by Dmitry V. Levin · 9 years ago
  62. 4b38ce9 net.c: move fallback definition of struct mmsghdr to a separate file. by Dmitry V. Levin · 9 years ago
  63. 26f90af net.c: print struct msghdr as a regular structure by Dmitry V. Levin · 9 years ago
  64. 3e514c0 net.c: rename some internal functions for consistency and readability by Dmitry V. Levin · 9 years ago
  65. 00ba20a net.c: when printing struct msghdr.msg_control, also print its name by Dmitry V. Levin · 9 years ago
  66. cf0ef08 Assume that libc provides struct msghdr.msg_control by Dmitry V. Levin · 9 years ago
  67. e96aee7 net.c: move all sockaddr parsers to a separate file by Dmitry V. Levin · 9 years ago
  68. 42e566a net.c: rename printsock to decode_sockaddr by Dmitry V. Levin · 9 years ago
  69. 9c33d76 defs.h: remove unused prototype by Dmitry V. Levin · 9 years ago
  70. 96b04dc tests: check decoding of sockaddr structures by Dmitry V. Levin · 9 years ago
  71. 45ae937 net.c: fix printing AF_PACKET socket addresses by Dmitry V. Levin · 9 years ago
  72. eef96ac net.c: skip details of too short socket addresses, part 2 by Dmitry V. Levin · 9 years ago
  73. 324f68d net.c: fix printing AF_BLUETOOTH socket addresses by Dmitry V. Levin · 9 years ago
  74. 102c8ca net.c: fix printing AF_IPX sockets addresses, part 2 by Dmitry V. Levin · 9 years ago
  75. 0e09796 net.c: fix printing AF_UNIX abstract socket addresses by Dmitry V. Levin · 9 years ago
  76. 71e05be net.c: fix printing field names of struct sockaddr_nl by Dmitry V. Levin · 9 years ago
  77. 60bf6c7 net.c: fix printing struct sockaddr_in6.sin6_flowinfo by Dmitry V. Levin · 9 years ago
  78. c6fd08c net.c: do not print sockaddr_in6.sin6_scope_id unnecessarily by Dmitry V. Levin · 9 years ago
  79. dcc7a3c net.c: fix printing raw data of socket addresses by Dmitry V. Levin · 9 years ago
  80. f52753a net.c: skip details of too short socket addresses by Dmitry V. Levin · 9 years ago
  81. 0a3d0e5 Assume that libc provides struct sockaddr_in6.sin6_scope_id by Dmitry V. Levin · 9 years ago
  82. 42c5878 Split print_sockaddr by Dmitry V. Levin · 9 years ago
  83. 2a54d8b Add a enum for decoding to tprint_iov() and tprint_iov_upto() by Fabien Siron · 9 years ago
  84. 64906b8 printsock: fix zero padding of sockaddr buffer by Dmitry V. Levin · 9 years ago
  85. 0a1ce62 Change printsock to return socket family by Fabien Siron · 9 years ago
  86. 7ae67f5 Unexport addrfams by Dmitry V. Levin · 9 years ago
  87. e0896b0 sock.c: use print_sockaddr by Dmitry V. Levin · 9 years ago
  88. 3bf9c19 Export print_sockaddr function by Dmitry V. Levin · 9 years ago
  89. 72fd77a xlat/addrfams.in: provide fallback definitions by Dmitry V. Levin · 9 years ago
  90. b01b384 Update AF_* constants by Dmitry V. Levin · 9 years ago
  91. b5f1fd9 Assume that libc provides inet_ntop and inet_pton by Dmitry V. Levin · 9 years ago
  92. f8ed94b net.c: use SO_LINGER unconditionally by Dmitry V. Levin · 9 years ago
  93. 43369fc net.c: use AF_BLUETOOTH unconditionally by Dmitry V. Levin · 9 years ago
  94. e139cbe Consistently use AF_UNIX over AF_LOCAL by Dmitry V. Levin · 9 years ago
  95. bc4102e net.c: fix printing AF_IPX sockets by Dmitry V. Levin · 9 years ago
  96. eb1c22b net.c: use AF_IPX unconditionally by Dmitry V. Levin · 9 years ago
  97. ebda41a Cleanup netipx/ipx.h availability check by Dmitry V. Levin · 9 years ago
  98. 802cc28 Make getfdproto return enum instead of string by Fabien Siron · 9 years ago
  99. cb7409c Split travis-ci.sh by Dmitry V. Levin · 9 years ago
  100. b0c5113 Introduce HAVE_STRUCT_TCB_EXT_ARG macro by Dmitry V. Levin · 9 years ago