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