1. 30bcb79 tests: add a test for sigreturn/rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  2. d79ed12 tests: skip ipc_sem.test on broken kernels by Mike Frysinger · 9 years ago
  3. eb202ba tests: skip pc.test on s390 by Mike Frysinger · 9 years ago
  4. 90c80c4 tests: note the kernel configs for -yy options by Mike Frysinger · 9 years ago
  5. 77e0d2d tests/uid16: skip if real uid is larger than 16bit by Dmitry V. Levin · 9 years ago
  6. 3a15bc8 tests: fix uid tests on big endian architectures by Dmitry V. Levin · 9 years ago
  7. a8dcf25 tests/getdents: handle older getdents calls by Mike Frysinger · 9 years ago
  8. 4ed340b tests/ipc_sem: detect broken kernels by Mike Frysinger · 9 years ago
  9. 977550d tests: robustify pc.test by Dmitry V. Levin · 9 years ago
  10. 599819d tests: drop support for alternative names of select syscall by Dmitry V. Levin · 9 years ago
  11. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 9 years ago
  12. 1c5fead tests: robustify pc.test by Dmitry V. Levin · 9 years ago
  13. e3e64a1 tests: fix "make dist" regression by Dmitry V. Levin · 9 years ago
  14. 7e79a8b tests: workaround broken awk by Dmitry V. Levin · 9 years ago
  15. 0f4ad30 Fix build with old kernel headers by Dmitry V. Levin · 9 years ago
  16. e96cb62 print_pc: fix multiple personalities support by Dmitry V. Levin · 9 years ago
  17. 4a00fc4 tests: support alternative names of select syscall by Dmitry V. Levin · 9 years ago
  18. d07056f tests: extend getdents to support all filesystems regardless of file order by Dmitry V. Levin · 9 years ago
  19. aa80192 -b execve: avoid misleading warning about unknown pid by Dmitry V. Levin · 9 years ago
  20. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 9 years ago
  21. e837b14 tests: add a test for select syscall decoding by Dmitry V. Levin · 9 years ago
  22. 495f525 tests: add a test for the latest dumpio fix by Dmitry V. Levin · 9 years ago
  23. c9e2418 tests: add a test for sockaddr_un.sun_path decoding by Dmitry V. Levin · 9 years ago
  24. c929771 getdents, getdents64: quote filenames by Dmitry V. Levin · 9 years ago
  25. c723599 printfd: quote pathnames by Dmitry V. Levin · 9 years ago
  26. b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 9 years ago
  27. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 9 years ago
  28. 7230d0a tests: add IPC_STAT to ipc tests, workaround limitiations of old kernels by Dmitry V. Levin · 9 years ago
  29. 95cbf6e tests: skip sendmmsg/recvmmsg test if these syscalls are not implemented in kernel by Dmitry V. Levin · 9 years ago
  30. 552bc3a tests: skip ip network tests when the network is not functional by Dmitry V. Levin · 9 years ago
  31. 878abbb tests: handle the case when all 64 process capability bits are set by Dmitry V. Levin · 9 years ago
  32. d2a9ce6 tests: explicitly request gawk when using gawk features by Dmitry V. Levin · 9 years ago
  33. 74697bd tests: skip detach tests if kill does not work by Dmitry V. Levin · 9 years ago
  34. ed7ada2 tests: portability fixes by Dmitry V. Levin · 9 years ago
  35. 12e2442 tests: add tests for ipc syscalls decoding by Dmitry V. Levin · 9 years ago
  36. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 9 years ago
  37. 08b6397 tests: fix build with awk that does not support switch-case by Dmitry V. Levin · 9 years ago
  38. d9f7e7a Fix build on systems that lack NETLINK_SOCK_DIAG definition by Dmitry V. Levin · 9 years ago
  39. b653509 tests: fix build with fresh glibc by Dmitry V. Levin · 9 years ago
  40. 60cb10d tests: fix distcheck by Dmitry V. Levin · 9 years ago
  41. d4a9d83 Fix printing of time_t values set in the distant future by Dmitry V. Levin · 9 years ago
  42. 655633e tests: cleanup stat.test by Dmitry V. Levin · 9 years ago
  43. 7b01014 tests: check verbose decoding of 32-bit and 64-bit struct stat by Dmitry V. Levin · 9 years ago
  44. c9cc4cb tests: fix race condition in net-accept-connect based tests by Dmitry V. Levin · 9 years ago
  45. 959205c Make -yy output for inet sockets consistent with unix domain sockets by Dmitry V. Levin · 10 years ago
  46. f0ed167 tests: robustify unix domain socket decoding test by Dmitry V. Levin · 10 years ago
  47. 6b5df32 tests: fix unix domain socket decoding availability test by Dmitry V. Levin · 10 years ago
  48. 6077ad8 tests: add a test for decoding unix domain socket addresses by Masatake YAMATO · 10 years ago
  49. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  50. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  51. c55bfb0 tests/uid.awk: rewrite in a more maintainable style by Dmitry V. Levin · 10 years ago
  52. 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 10 years ago
  53. 4b9c68b Implement full decoding of 64-bit capabilities by Dmitry V. Levin · 10 years ago
  54. f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 10 years ago
  55. af534b8 Consistently use C99 designated initializers in the new netlink code by Dmitry V. Levin · 10 years ago
  56. 993198d tests: add a test for decoding and dumping of recvmmsg/sendmmsg by Masatake YAMATO · 10 years ago
  57. 3ec5c04 tests: cleanup checks for basic programs by Dmitry V. Levin · 10 years ago
  58. fdfa722 tests: add a test for -yy option by Dmitry V. Levin · 10 years ago
  59. 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
  60. 68d6424 getdents, getdents64: fix potential out-of-bounds read issues by Dmitry V. Levin · 10 years ago
  61. e55264e tests: skip detach-stopped.test when PTRACE_SEIZE doesn't work by Dmitry V. Levin · 10 years ago
  62. 97ca027 tests: fix uio building w/out preadv/pwritev by Mike Frysinger · 10 years ago
  63. b267aef tests: ignore *.tmp files by Mike Frysinger · 10 years ago
  64. 2b5bfeb tests: fix shell errors in detach tests by Mike Frysinger · 10 years ago
  65. 6673ac7 set_ptracer_any: add a little documentation by Mike Frysinger · 10 years ago
  66. 0189ff9 sigaction test: support arches w/out SA_RESTORER and swapped args by Mike Frysinger · 10 years ago
  67. 15114ec Decode file descriptors returned by accept and accept4 syscalls by Dmitry V. Levin · 10 years ago
  68. b076420 tests: robustify -k test by Dmitry V. Levin · 10 years ago
  69. c588b20 tests: enhance -k test by Dmitry V. Levin · 10 years ago
  70. e411397 unwind: fix build on 32-bit architectures by Dmitry V. Levin · 10 years ago
  71. 6e7ba0d tests: robustify -w option test by Dmitry V. Levin · 10 years ago
  72. 9682107 unwind: tests: add a test for -k option by Masatake YAMATO · 10 years ago
  73. e25fb4f tests: fix SCM_RIGHTS test for big-endian systems by Dmitry V. Levin · 10 years ago
  74. f23b097 Decode file descriptors passed via SCM_RIGHTS control messages by Dmitry V. Levin · 10 years ago
  75. 772e32b tests: add a test for -c and -w options by Dmitry V. Levin · 10 years ago
  76. cc3d591 tests: add a test for pread/pwrite and preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  77. 38593e9 Rewrite signal mask decoding without sigset_t by Dmitry V. Levin · 10 years ago
  78. b0c2a9d tests: tighten sigaction check by Dmitry V. Levin · 10 years ago
  79. 894c7e3 Add decoding of sockets descriptor 'paths' for network calls by Philippe Ombredanne · 10 years ago
  80. 123d401 tests: rename all tests so that their names end in .test suffix by Dmitry V. Levin · 10 years ago
  81. 66a15a5 tests: add a test for rt_sigaction output by Dmitry V. Levin · 10 years ago
  82. 0d7c365 tests: disable /proc based checks when /proc is not mounted by Dmitry V. Levin · 11 years ago
  83. a815185 tests/detach-{running,sleeping,stopped}: check post-detach state by Denys Vlasenko · 11 years ago
  84. 78460f8 tests: ensure that strace can detach from running processes by Dmitry V. Levin · 11 years ago
  85. 223e9a6 tests: ensure that strace does not leave sleeping processes stopped by Dmitry V. Levin · 11 years ago
  86. 3cb7a0c tests: fix parallel-tests support in detach-* tests by Dmitry V. Levin · 11 years ago
  87. 1e0a280 tests: parametrize "sleep 1" by Dmitry V. Levin · 11 years ago
  88. 97c8508 tests: ensure that strace can detach from sleeping and stopped processes by Dmitry V. Levin · 11 years ago
  89. f60347d tests: enhance timeout checks by Dmitry V. Levin · 11 years ago
  90. 107ceb9 tests: prepare for parallel-tests support by Dmitry V. Levin · 11 years ago
  91. 56ef5ef tests/net: fix portability issues by Dmitry V. Levin · 11 years ago
  92. 47b0dcc tests: add a test for basic network syscalls by Dmitry V. Levin · 11 years ago
  93. 56fb81c tests: do not skip tests when timeout utility is not available by Dmitry V. Levin · 11 years ago
  94. 53f6795 tests/stat: enhance regexps by Dmitry V. Levin · 11 years ago
  95. 6f11acd tests/stat: support fstatat syscall for stat() by Chris Metcalf · 11 years ago
  96. 1970da0 tests: stat: fix clean up of sample file by Mike Frysinger · 11 years ago
  97. d26d011 Ignore more files by Mike Frysinger · 11 years ago
  98. 318b0dd tests: add basic test for ftruncate, lseek and stat family syscalls by Dmitry V. Levin · 11 years ago
  99. 066a733 tests: relax check_prog to allow timeout command provided by busybox by Maxin B. John · 11 years ago
  100. 7b9e45e Fix trace=set regression introduced by commit v4.7-111-g9cbc15b by Dmitry V. Levin · 11 years ago