1. 7c6e8f1 tests: check for leaks of placeholder descriptors by Dmitry V. Levin · 8 years ago
  2. e4e9df2 tests/init.sh: print exit code of failed commands by Dmitry V. Levin · 8 years ago
  3. ad109ab tests: fix *stat64 tests on alpha by Dmitry V. Levin · 8 years ago
  4. 67ee3d6 tests: skip rt_tgsigqueueinfo.test when the syscall is not available by Dmitry V. Levin · 8 years ago
  5. a9147be tests/fcntl.c: fix fcntl test on mips64 by James Cowgill · 8 years ago
  6. 468dccf tests/nsyscalls.test: only trace the "syscall" syscall on mips o32 by James Cowgill · 8 years ago
  7. 3fb84bf tests/xstatx.c: fix stat syscall tests on mips64 by James Cowgill · 8 years ago
  8. 0bc735e tests/mlock2.c: fix test failure on mips64 by Dmitry V. Levin · 8 years ago
  9. 6a2f43c Use <asm/unistd.h> instead of <sys/syscall.h> by Dmitry V. Levin · 8 years ago
  10. 60d7ec8 Fix decoding of invalid syscalls mapped to indirect subcalls by Dmitry V. Levin · 8 years ago
  11. 7b1401e tests: add #include guards by Dmitry V. Levin · 8 years ago
  12. 08601fd tests/umode_t.c: guard against libc printf format errors by Dmitry V. Levin · 8 years ago
  13. 8d37438 Fix printing of mode_t, umode_t, and umask types by Dmitry V. Levin · 8 years ago
  14. c416ff5 tests: simplify attach-f-p.test by Dmitry V. Levin · 8 years ago
  15. 09fc30c tests: cleanup attach-p-cmd.test by Dmitry V. Levin · 8 years ago
  16. 8df052e ip_mreq.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
  17. 79bbee8 fanotify_mark.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
  18. 884e1e9 signalfd4.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
  19. 4f32876 tests: rename signalfd.test to signalfd4.test by Dmitry V. Levin · 8 years ago
  20. c4fdce5 memfd_create.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
  21. f915f22 tests: use terse notation in designated initializers where appropriate by Dmitry V. Levin · 8 years ago
  22. 469fd10 Consistently use extended regular expressions where appropriate by Dmitry V. Levin · 8 years ago
  23. 1b2500c tests: fix extended regexps by Dmitry V. Levin · 8 years ago
  24. de5b009 Fix one more code pattern that might break gcc strict aliasing rules by Dmitry V. Levin · 8 years ago
  25. e43bb8d tests/btrfs.c: do not include the same header file twice by Dmitry V. Levin · 8 years ago
  26. 9d168f3 tests: fix accept4.test on systems that lack SOCK_CLOEXEC definition by Dmitry V. Levin · 8 years ago
  27. cb44289 tests: fix vhangup.test by Dmitry V. Levin · 8 years ago
  28. 58d0ee2 tests: fix chown.test by Dmitry V. Levin · 8 years ago
  29. 76ebcf1 tests/ipc.c: fix typo by Dmitry V. Levin · 8 years ago
  30. 1a7c38d tests: check decoding of ipc syscall by Dmitry V. Levin · 8 years ago
  31. 9c652cc tests: skip netlink_protocol.test on old systems by Dmitry V. Levin · 8 years ago
  32. b7844f8 Do not print too many arguments of socketcall syscall by Dmitry V. Levin · 8 years ago
  33. 3b6bc9b tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_t by Dmitry V. Levin · 8 years ago
  34. b49c65c tests: check decoding of socketcall syscall by Dmitry V. Levin · 8 years ago
  35. 374dc48 tests: check decoding and dumping of send and recv syscalls by Dmitry V. Levin · 8 years ago
  36. 1991ee9 tests: rename unix-pair-send-recv to unix-pair-sendto-recvfrom by Dmitry V. Levin · 8 years ago
  37. d95eaef tests: check decoding of shutdown syscall by Dmitry V. Levin · 8 years ago
  38. 349750e tests: check silent decoding of sendmmsg and recvmmsg syscalls by Dmitry V. Levin · 8 years ago
  39. 0d88d99 Print unsent messages of failed sendmmsg syscall by Dmitry V. Levin · 8 years ago
  40. 3a161d1 Print unsent messages of sendmmsg syscall by Dmitry V. Levin · 8 years ago
  41. 8505236 tests: check verbose decoding of msg_name* fields of struct mmsghdr array by Dmitry V. Levin · 8 years ago
  42. 80bd8e1 tests: check decoding of msg_name* fields of struct mmsghdr array by Dmitry V. Levin · 8 years ago
  43. 1c444a7 tests: check decoding of timeout argument of recvmmsg syscall by Dmitry V. Levin · 8 years ago
  44. 3e3b7f6 Fix printing of remaining timeout of recvmmsg syscall by Dmitry V. Levin · 8 years ago
  45. aaf526c tests: add recv_mmsg and send_mmsg functions to libtests by Dmitry V. Levin · 8 years ago
  46. 736d8e4 tests: add socketcall function to libtests by Dmitry V. Levin · 8 years ago
  47. 8da9668 Use IOV_MAX instead of UIO_MAXIOV by Dmitry V. Levin · 8 years ago
  48. 64a8a4c tests: disable part of msg_name test on non-glibc systems by Dmitry V. Levin · 8 years ago
  49. 4ddbfcf Print struct iovec as a regular structure by Dmitry V. Levin · 8 years ago
  50. 0b2cf81 tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall by Dmitry V. Levin · 8 years ago
  51. 7fa29bb block.c: remove BLKDAXGET support by Dmitry V. Levin · 8 years ago
  52. 416e880 tests: check decoding of sockaddr related arguments of recvfrom syscall by Dmitry V. Levin · 8 years ago
  53. 891855e tests: check decoding of accept4 syscall by Dmitry V. Levin · 8 years ago
  54. fe811f7 tests: check decoding of accept syscall by Dmitry V. Levin · 8 years ago
  55. 524045c tests: check decoding of getpeername syscall by Dmitry V. Levin · 8 years ago
  56. 587cba2 tests: check decoding of getsockname syscall by Dmitry V. Levin · 8 years ago
  57. eca8b5b Print both values of changing address length in sockname family syscalls by Dmitry V. Levin · 8 years ago
  58. 36df822 Enhance diagnostics of address truncation in sockname family syscalls by Dmitry V. Levin · 8 years ago
  59. deb0c18 netlink: handle multipart netlink messages by Dmitry V. Levin · 8 years ago
  60. 73362a2 tests: extend netlink protocol check by Dmitry V. Levin · 8 years ago
  61. 1b1baea tests: check decoding of netlink protocol by Fabien Siron · 8 years ago
  62. bf2698a msghdr.c: limit output when printing excessively large messages by Dmitry V. Levin · 8 years ago
  63. ea70028 tests: add read_int_from_file function to libtests by Dmitry V. Levin · 8 years ago
  64. 6713582 msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode by Dmitry V. Levin · 8 years ago
  65. d35d5ec msghdr.c: limit SCM_RIGHTS output in abbrev mode by Dmitry V. Levin · 8 years ago
  66. 7555ffc tests: check decoding of struct msghdr ancillary data by Dmitry V. Levin · 8 years ago
  67. 2a89737 msghdr.c: fix representation of struct cmsghdr.cmsg_data integer arrays by Dmitry V. Levin · 8 years ago
  68. 17e624c msghdr.c: fix representation of integer struct cmsghdr.cmsg_data values by Dmitry V. Levin · 8 years ago
  69. 08c0960 msghdr.c: when printing struct struct cmsghdr.cmsg_data, also print its name by Dmitry V. Levin · 8 years ago
  70. a50ec34 msghdr.c: print struct mmsghdr as a regular structure by Dmitry V. Levin · 8 years ago
  71. 9a8216e Mpersify fetchers of struct msghdr and struct mmsghdr by Dmitry V. Levin · 8 years ago
  72. 4b38ce9 net.c: move fallback definition of struct mmsghdr to a separate file. by Dmitry V. Levin · 8 years ago
  73. 26f90af net.c: print struct msghdr as a regular structure by Dmitry V. Levin · 8 years ago
  74. 00ba20a net.c: when printing struct msghdr.msg_control, also print its name by Dmitry V. Levin · 8 years ago
  75. 96b04dc tests: check decoding of sockaddr structures by Dmitry V. Levin · 8 years ago
  76. 71e05be net.c: fix printing field names of struct sockaddr_nl by Dmitry V. Levin · 8 years ago
  77. f52753a net.c: skip details of too short socket addresses by Dmitry V. Levin · 8 years ago
  78. b5f1fd9 Assume that libc provides inet_ntop and inet_pton by Dmitry V. Levin · 8 years ago
  79. e139cbe Consistently use AF_UNIX over AF_LOCAL by Dmitry V. Levin · 9 years ago
  80. d4bdff6 btrfs: fix build with fresh linux/btrfs.h by Dmitry V. Levin · 9 years ago
  81. fe7a451 btrfs: provide fallback definitions for BTRFS_IOC_QUOTA_RESCAN* by Dmitry V. Levin · 9 years ago
  82. 3fd419f tests: add signal_receive.test by Fei Jie · 9 years ago
  83. 0d8eaa9 tests: add signal2name function to libtests by Fei Jie · 9 years ago
  84. 21e3ff8 tests/attach-f-p.c: fix typo in comment by Dmitry V. Levin · 9 years ago
  85. 219dfda tests/ioctl_evdev.c: fix typo in comment by Dmitry V. Levin · 9 years ago
  86. be06426 tests/xgetrlimit.c: fix a warning reported by -Wtype-limits by Elvira Khabirova · 9 years ago
  87. 484326d Consistently use printaddr for printing addresses by Dmitry V. Levin · 9 years ago
  88. 87baaec tests/attach-p-cmd-p.c: cleanup by Dmitry V. Levin · 9 years ago
  89. 056e304 tests: enhance test coverage of SIGCHLD siginfo_t by Dmitry V. Levin · 9 years ago
  90. 176c568 tests: extend test coverage of waitid syscall by Dmitry V. Levin · 9 years ago
  91. 1f68abf tests: extend test coverage of wait4 syscall by Dmitry V. Levin · 9 years ago
  92. af0d066 tests: add widen_to_ull macro to tests.h by Dmitry V. Levin · 9 years ago
  93. e9c1ee9 tests: check decoding of waitpid syscall by Dmitry V. Levin · 9 years ago
  94. ef9900e tests: add strace-E.test by Fei Jie · 9 years ago
  95. 07d9cf5 tests: remove obsolete strace-f.test by Dmitry V. Levin · 9 years ago
  96. b1dbd9e tests: always distribute strace-k.test by Dmitry V. Levin · 9 years ago
  97. 4e085d0 tests: check decoding of setrlimit, getrlimit, and ugetrlimit syscalls by Dmitry V. Levin · 9 years ago
  98. b017c09 tests: check decoding of prlimit64 syscall by Dmitry V. Levin · 9 years ago
  99. f6be7ae tests/ptrace.c: fix fork() return value check by Elvira Khabirova · 9 years ago
  100. f56323f tests/strace-S.test: fix testing 64-bit strace using a 32-bit userspace by Dmitry V. Levin · 9 years ago