1. 374dc48 tests: check decoding and dumping of send and recv syscalls by Dmitry V. Levin · 8 years ago
  2. 1991ee9 tests: rename unix-pair-send-recv to unix-pair-sendto-recvfrom by Dmitry V. Levin · 8 years ago
  3. d95eaef tests: check decoding of shutdown syscall by Dmitry V. Levin · 8 years ago
  4. 349750e tests: check silent decoding of sendmmsg and recvmmsg syscalls by Dmitry V. Levin · 8 years ago
  5. 0d88d99 Print unsent messages of failed sendmmsg syscall by Dmitry V. Levin · 8 years ago
  6. 3a161d1 Print unsent messages of sendmmsg syscall by Dmitry V. Levin · 8 years ago
  7. 8505236 tests: check verbose decoding of msg_name* fields of struct mmsghdr array by Dmitry V. Levin · 8 years ago
  8. 80bd8e1 tests: check decoding of msg_name* fields of struct mmsghdr array by Dmitry V. Levin · 8 years ago
  9. 1c444a7 tests: check decoding of timeout argument of recvmmsg syscall by Dmitry V. Levin · 8 years ago
  10. 3e3b7f6 Fix printing of remaining timeout of recvmmsg syscall by Dmitry V. Levin · 8 years ago
  11. aaf526c tests: add recv_mmsg and send_mmsg functions to libtests by Dmitry V. Levin · 8 years ago
  12. 736d8e4 tests: add socketcall function to libtests by Dmitry V. Levin · 8 years ago
  13. 8da9668 Use IOV_MAX instead of UIO_MAXIOV by Dmitry V. Levin · 8 years ago
  14. 64a8a4c tests: disable part of msg_name test on non-glibc systems by Dmitry V. Levin · 8 years ago
  15. 4ddbfcf Print struct iovec as a regular structure by Dmitry V. Levin · 8 years ago
  16. 0b2cf81 tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall by Dmitry V. Levin · 8 years ago
  17. 7fa29bb block.c: remove BLKDAXGET support by Dmitry V. Levin · 8 years ago
  18. 416e880 tests: check decoding of sockaddr related arguments of recvfrom syscall by Dmitry V. Levin · 8 years ago
  19. 891855e tests: check decoding of accept4 syscall by Dmitry V. Levin · 8 years ago
  20. fe811f7 tests: check decoding of accept syscall by Dmitry V. Levin · 8 years ago
  21. 524045c tests: check decoding of getpeername syscall by Dmitry V. Levin · 8 years ago
  22. 587cba2 tests: check decoding of getsockname syscall by Dmitry V. Levin · 8 years ago
  23. eca8b5b Print both values of changing address length in sockname family syscalls by Dmitry V. Levin · 8 years ago
  24. 36df822 Enhance diagnostics of address truncation in sockname family syscalls by Dmitry V. Levin · 8 years ago
  25. deb0c18 netlink: handle multipart netlink messages by Dmitry V. Levin · 8 years ago
  26. 73362a2 tests: extend netlink protocol check by Dmitry V. Levin · 8 years ago
  27. 1b1baea tests: check decoding of netlink protocol by Fabien Siron · 8 years ago
  28. bf2698a msghdr.c: limit output when printing excessively large messages by Dmitry V. Levin · 8 years ago
  29. ea70028 tests: add read_int_from_file function to libtests by Dmitry V. Levin · 8 years ago
  30. 6713582 msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode by Dmitry V. Levin · 8 years ago
  31. d35d5ec msghdr.c: limit SCM_RIGHTS output in abbrev mode by Dmitry V. Levin · 8 years ago
  32. 7555ffc tests: check decoding of struct msghdr ancillary data by Dmitry V. Levin · 9 years ago
  33. 2a89737 msghdr.c: fix representation of struct cmsghdr.cmsg_data integer arrays by Dmitry V. Levin · 9 years ago
  34. 17e624c msghdr.c: fix representation of integer struct cmsghdr.cmsg_data values by Dmitry V. Levin · 9 years ago
  35. 08c0960 msghdr.c: when printing struct struct cmsghdr.cmsg_data, also print its name by Dmitry V. Levin · 9 years ago
  36. a50ec34 msghdr.c: print struct mmsghdr as a regular structure by Dmitry V. Levin · 9 years ago
  37. 9a8216e Mpersify fetchers of struct msghdr and struct mmsghdr by Dmitry V. Levin · 9 years ago
  38. 4b38ce9 net.c: move fallback definition of struct mmsghdr to a separate file. by Dmitry V. Levin · 9 years ago
  39. 26f90af net.c: print struct msghdr as a regular structure by Dmitry V. Levin · 9 years ago
  40. 00ba20a net.c: when printing struct msghdr.msg_control, also print its name by Dmitry V. Levin · 9 years ago
  41. 96b04dc tests: check decoding of sockaddr structures by Dmitry V. Levin · 9 years ago
  42. 71e05be net.c: fix printing field names of struct sockaddr_nl by Dmitry V. Levin · 9 years ago
  43. f52753a net.c: skip details of too short socket addresses by Dmitry V. Levin · 9 years ago
  44. b5f1fd9 Assume that libc provides inet_ntop and inet_pton by Dmitry V. Levin · 9 years ago
  45. e139cbe Consistently use AF_UNIX over AF_LOCAL by Dmitry V. Levin · 9 years ago
  46. d4bdff6 btrfs: fix build with fresh linux/btrfs.h by Dmitry V. Levin · 9 years ago
  47. fe7a451 btrfs: provide fallback definitions for BTRFS_IOC_QUOTA_RESCAN* by Dmitry V. Levin · 9 years ago
  48. 3fd419f tests: add signal_receive.test by Fei Jie · 9 years ago
  49. 0d8eaa9 tests: add signal2name function to libtests by Fei Jie · 9 years ago
  50. 21e3ff8 tests/attach-f-p.c: fix typo in comment by Dmitry V. Levin · 9 years ago
  51. 219dfda tests/ioctl_evdev.c: fix typo in comment by Dmitry V. Levin · 9 years ago
  52. be06426 tests/xgetrlimit.c: fix a warning reported by -Wtype-limits by Elvira Khabirova · 9 years ago
  53. 484326d Consistently use printaddr for printing addresses by Dmitry V. Levin · 9 years ago
  54. 87baaec tests/attach-p-cmd-p.c: cleanup by Dmitry V. Levin · 9 years ago
  55. 056e304 tests: enhance test coverage of SIGCHLD siginfo_t by Dmitry V. Levin · 9 years ago
  56. 176c568 tests: extend test coverage of waitid syscall by Dmitry V. Levin · 9 years ago
  57. 1f68abf tests: extend test coverage of wait4 syscall by Dmitry V. Levin · 9 years ago
  58. af0d066 tests: add widen_to_ull macro to tests.h by Dmitry V. Levin · 9 years ago
  59. e9c1ee9 tests: check decoding of waitpid syscall by Dmitry V. Levin · 9 years ago
  60. ef9900e tests: add strace-E.test by Fei Jie · 9 years ago
  61. 07d9cf5 tests: remove obsolete strace-f.test by Dmitry V. Levin · 9 years ago
  62. b1dbd9e tests: always distribute strace-k.test by Dmitry V. Levin · 9 years ago
  63. 4e085d0 tests: check decoding of setrlimit, getrlimit, and ugetrlimit syscalls by Dmitry V. Levin · 9 years ago
  64. b017c09 tests: check decoding of prlimit64 syscall by Dmitry V. Levin · 9 years ago
  65. f6be7ae tests/ptrace.c: fix fork() return value check by Elvira Khabirova · 9 years ago
  66. f56323f tests/strace-S.test: fix testing 64-bit strace using a 32-bit userspace by Dmitry V. Levin · 9 years ago
  67. 53128b6 tests/strace-S.test: enhance error diagnostics by Dmitry V. Levin · 9 years ago
  68. 124c17a tests/ioctl_evdev.c: check EVIOCGUNIQ decoding by Dmitry V. Levin · 9 years ago
  69. bd090ef tests/ioctl_mtd.c: fix build with musl by Dmitry V. Levin · 9 years ago
  70. 129b304 tests: check decoding of 'M' type ioctls by Dmitry V. Levin · 9 years ago
  71. fc0a386 tests: check decoding of EVIOC* ioctls by Dmitry V. Levin · 9 years ago
  72. eb36e38 file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode by Jeff Mahoney · 9 years ago
  73. 826b797 tests: check decoding of btrfs RDWR ioctls returned data by Jeff Mahoney · 9 years ago
  74. fd70b50 tests/btrfs.c: fix live btrfs_test_search_ioctls output by Jeff Mahoney · 9 years ago
  75. 563a758 tests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH by Jeff Mahoney · 9 years ago
  76. 59b140a tests/ioctl_block.c: tweak magic constants to make the test more reliable by Dmitry V. Levin · 9 years ago
  77. b356ad8 tests/btrfs.c: check basic decoding of read-only ioctls by Dmitry V. Levin · 9 years ago
  78. 799b22a tests: check decoding of BLK* ioctls by Dmitry V. Levin · 9 years ago
  79. ba35137 tests: check decoding of RTC_* ioctls by Dmitry V. Levin · 9 years ago
  80. f8da0f3 tests: check decoding of mount syscall by Dmitry V. Levin · 9 years ago
  81. 1ba5535 tests/vhangup.c: diassociate from the controlling terminal first by Dmitry V. Levin · 9 years ago
  82. a41d9f5 tests: add vhangup.test by Fei Jie · 9 years ago
  83. e79f038 tests/btrfs.c: fix build on x32 by Gleb Fotengauer-Malinovskiy · 9 years ago
  84. 6697d15 tests/btrfs.c: fix build with u64 based BTRFS_IOC_DEFAULT_SUBVOL by Dmitry V. Levin · 9 years ago
  85. ea516df btrfs.c: fix build on systems without BTRFS_IOC_FILE_EXTENT_SAME by Dmitry V. Levin · 9 years ago
  86. 3f36611 tests/btrfs.c: fix printing struct btrfs_ioctl_clone_range_args by Dmitry V. Levin · 9 years ago
  87. 57888fa tests/btrfs.c: tweak magic constants to make the test more reliable by Dmitry V. Levin · 9 years ago
  88. 6ce6d3b btrfs.c: print file descriptors using printfd by Dmitry V. Levin · 9 years ago
  89. 9298c66 tests/btrfs.c: do not print errno in case of fs type mismatch by Dmitry V. Levin · 9 years ago
  90. 2447de4 tests/btrfs.c: fix indentation by Dmitry V. Levin · 9 years ago
  91. 28a5f66 tests/btrfs.c: sort included headers by Dmitry V. Levin · 9 years ago
  92. 45fcc0c tests/btrfs.c: do not use alloca by Dmitry V. Levin · 9 years ago
  93. 2212918 tests/btrfs.c: fix build on systems without <linux/btrfs.h> or <linux/fiemap.h> by Dmitry V. Levin · 9 years ago
  94. 3586679 tests: add testing for btrfs ioctls by Jeff Mahoney · 9 years ago
  95. aab00c2 tests/file_ioctl.c: use tail_alloc by Dmitry V. Levin · 9 years ago
  96. 3b730d4 tests/file_ioctl.c: fix build on systems without <linux/fiemap.h> by Dmitry V. Levin · 9 years ago
  97. c05c24c tests: add testing for FS_IOC_FIEMAP by Jeff Mahoney · 9 years ago
  98. 9b49af1 tests/attach-f-p.c: sleep a bit more to let the tracer catch up by Dmitry V. Levin · 9 years ago
  99. 475d2b5 tests/attach-p-cmd-cmd.c: fix potential errno clobbering by Dmitry V. Levin · 9 years ago
  100. 4ea65fb tests/net-yy-netlink.c: robustify against libc specific issues by Dmitry V. Levin · 9 years ago