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