1. 593602c tests: add nanosleep.test by Dmitry V. Levin · 9 years ago
  2. 640623c tests: rewrite restart_syscall in C by Dmitry V. Levin · 9 years ago
  3. 9d4c892 tests: add clock_xettime.test by Dmitry V. Levin · 9 years ago
  4. 12431f7 tests: add xetitimer.test by Dmitry V. Levin · 9 years ago
  5. 79cafcd tests: add timerfd_xettime.test by Dmitry V. Levin · 9 years ago
  6. 1314098 tests: add timer_xettime.test by Dmitry V. Levin · 9 years ago
  7. 0dbb7ac Add struct timex.tai support by Dmitry V. Levin · 9 years ago
  8. dad1eef Convert parser of struct timex to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  9. b8f0c92 Enhance parser of struct sigevent by Dmitry V. Levin · 9 years ago
  10. 77a1b6b tests: add pselect6.test by Dmitry V. Levin · 9 years ago
  11. 9d77b56 tests: add times-fail.test by Elvira Khabirova · 9 years ago
  12. 7a03605 tests: add times.test by Eugene Syromyatnikov · 9 years ago
  13. 22d997e tests: add sysinfo.test by Elvira Khabirova · 9 years ago
  14. d0a6187 Enhance msgctl syscall decoding by Elvira Khabirova · 9 years ago
  15. 0a6af9b Enhance shmctl syscall decoding by Elvira Khabirova · 9 years ago
  16. b7699b5 tests: add ipc_msgbuf.test by Elvira Khabirova · 9 years ago
  17. 422f793 tests: add mq.test by Elvira Khabirova · 9 years ago
  18. cde9ef7 tests: add wait.test by Dmitry V. Levin · 9 years ago
  19. 3b7674c tests: add rt_sigqueueinfo.test by Elvira Khabirova · 9 years ago
  20. 78e48eb tests: add utimensat.test by Dmitry V. Levin · 9 years ago
  21. c633188 tests: convert readlink.test and readlinkat.test from match_awk to match_diff by Dmitry V. Levin · 9 years ago
  22. f008b01 tests: convert getrandom.test from match_awk to match_diff by Dmitry V. Levin · 9 years ago
  23. 4960b2f tests: convert select.test from match_awk to match_diff by Dmitry V. Levin · 9 years ago
  24. f14a8e1 tests: convert several tests from match_grep to match_diff by Dmitry V. Levin · 9 years ago
  25. f6a36f0 tests: fix match_diff usage by Dmitry V. Levin · 9 years ago
  26. cf3ecbd build: fix -I options by Dmitry V. Levin · 9 years ago
  27. f56046e aio: rewrite from libaio.h to linux/aio_abi.h by Dmitry V. Levin · 9 years ago
  28. 13c2173 Fix multiple personalities support in parser of io_submit syscall by Dmitry V. Levin · 9 years ago
  29. 857adac tests: fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 9 years ago
  30. ff6b6f3 tests: fix build on systems that lack AT_FDCWD definition by Dmitry V. Levin · 9 years ago
  31. 4918285 tests: add sendfile.test and sendfile64.test by Dmitry V. Levin · 9 years ago
  32. 41b9fac tests: add a test for get_robust_list and set_robust_list decoding by Dmitry V. Levin · 9 years ago
  33. f9b455c Fix time syscall decoding for some personalities by Dmitry V. Levin · 9 years ago
  34. 3af6aab tests: add readlink.test and readlinkat.test by Gleb Fotengauer-Malinovskiy · 9 years ago
  35. 525eed3 Print nanoseconds along with seconds in stat family syscalls by Dmitry V. Levin · 9 years ago
  36. 30ac062 signalfd4: fix flags decoding by Dmitry V. Levin · 9 years ago
  37. 3d463be socket: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  38. bf62c1b epoll_create1: fix flags decoding by Dmitry V. Levin · 9 years ago
  39. c8cba99 eventfd2: fix flags decoding by Dmitry V. Levin · 9 years ago
  40. 0c0453a tests/ppoll: replace SIGABRT with SIGHUP by Dmitry V. Levin · 9 years ago
  41. d9fb450 Cleanup poll/ppoll decoders by Dmitry V. Levin · 9 years ago
  42. ea7ef93 tests: add oldselect.test by Dmitry V. Levin · 9 years ago
  43. 4e3ded3 tests/bpf: fix build with incompatibly old linux/bpf.h and/or gcc by Dmitry V. Levin · 9 years ago
  44. 3456bcc Implement sched_getattr and sched_setattr syscalls decoding by Dmitry V. Levin · 9 years ago
  45. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  46. afa10d8 tests/restart_syscall: skip if nanosleep looks uninterrupted by Dmitry V. Levin · 9 years ago
  47. 7c22101 Implement execveat syscall decoding by Dmitry V. Levin · 9 years ago
  48. 4ff687b execve: fix support of personalities with different word size by Dmitry V. Levin · 9 years ago
  49. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  50. 04fcb99 tests/uid: import uid overflow check from tests/uid16 by Dmitry V. Levin · 9 years ago
  51. f1548d9 tests/ip_mreq: skip if basic setsockopt operations fail by Dmitry V. Levin · 9 years ago
  52. 95eaf19 tests: use -lpthread instead of -pthread by Dmitry V. Levin · 9 years ago
  53. 2370d53 ipc.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  54. 10020ae tests: add sigaltstack.test by Elvira Khabirova · 9 years ago
  55. 8ef5439 tests/uid.test: adopt for alpha by Dmitry V. Levin · 9 years ago
  56. d27ccca tests: add utime.test by Dmitry V. Levin · 9 years ago
  57. b60b2a5 tests: add xattr.test by Dmitry V. Levin · 9 years ago
  58. 4b80f34 Fix filtering of <unavailable> syscalls by Dmitry V. Levin · 9 years ago
  59. 68cb82e tests: skip stat32 test if struct stat is defined incorrectly by Dmitry V. Levin · 10 years ago
  60. 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 10 years ago
  61. 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
  62. 8c20d89 Fix ioctl entries on 32-bit architectures with 64-bit aligned structures by Dmitry V. Levin · 10 years ago
  63. b704e8f tests: fix bexecve.test for the case of mixed personalities by Dmitry V. Levin · 10 years ago
  64. 25c804c tests: add a test for "resuming interrupted nanosleep" by Dmitry V. Levin · 10 years ago
  65. dfd4e3f tests: strip executable bit from *.expected files by Dmitry V. Levin · 10 years ago
  66. 79c5c5d tests: workaround old gawk versions that do not provide @include support by Dmitry V. Levin · 10 years ago
  67. a402810 tests: rewrite umovestr2.test without using grep by Dmitry V. Levin · 10 years ago
  68. 4832134 umovestr: fix short read bug by Dmitry V. Levin · 10 years ago
  69. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
  70. e7d671b tests: add a test for mmap/mprotect/munmap decoding by Dmitry V. Levin · 10 years ago
  71. 485f8fb tests: add a test for SECCOMP_MODE_FILTER decoding by Dmitry V. Levin · 10 years ago
  72. 226bf1c tests: factor out common awk code by Dmitry V. Levin · 10 years ago
  73. 6add1b0 tests: skip netlink based tests when resources are not available by Dmitry V. Levin · 10 years ago
  74. 8f54664 tests: factor out common shell code to functions by Dmitry V. Levin · 10 years ago
  75. 68804b3 tests/uid*: use fchown* instead of chown* by Dmitry V. Levin · 10 years ago
  76. f79252f stat64-v.test: add newfstatat syscall support by Dmitry V. Levin · 10 years ago
  77. 3355784 tests: verify that all patterns match by Andreas Schwab · 10 years ago
  78. bce1ff5 Fix stat64 st_[acm]time decoding for personalities with 32-bit time_t by Dmitry V. Levin · 10 years ago
  79. 499c5aa semctl: fix indirect syscall decoding by Dmitry V. Levin · 10 years ago
  80. 3aa45f3 tests/ipc_*: match IPC_64 flag by Andreas Schwab · 10 years ago
  81. fa5ce37 Fix crash in ipc_sem test by Andreas Schwab · 10 years ago
  82. 9533610 tests/select.test: handle architectures using pselect6 syscall by Andreas Schwab · 10 years ago
  83. da66e25 tests: robustify unix-yy.test by Dmitry V. Levin · 10 years ago
  84. 59f63d3 Use SIGRTMIN from kernel headers by Dmitry V. Levin · 10 years ago
  85. 30bcb79 tests: add a test for sigreturn/rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  86. d79ed12 tests: skip ipc_sem.test on broken kernels by Mike Frysinger · 10 years ago
  87. eb202ba tests: skip pc.test on s390 by Mike Frysinger · 10 years ago
  88. 90c80c4 tests: note the kernel configs for -yy options by Mike Frysinger · 10 years ago
  89. 77e0d2d tests/uid16: skip if real uid is larger than 16bit by Dmitry V. Levin · 10 years ago
  90. 3a15bc8 tests: fix uid tests on big endian architectures by Dmitry V. Levin · 10 years ago
  91. a8dcf25 tests/getdents: handle older getdents calls by Mike Frysinger · 10 years ago
  92. 4ed340b tests/ipc_sem: detect broken kernels by Mike Frysinger · 10 years ago
  93. 977550d tests: robustify pc.test by Dmitry V. Levin · 10 years ago
  94. 599819d tests: drop support for alternative names of select syscall by Dmitry V. Levin · 10 years ago
  95. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 10 years ago
  96. 1c5fead tests: robustify pc.test by Dmitry V. Levin · 10 years ago
  97. e3e64a1 tests: fix "make dist" regression by Dmitry V. Levin · 10 years ago
  98. 7e79a8b tests: workaround broken awk by Dmitry V. Levin · 10 years ago
  99. 0f4ad30 Fix build with old kernel headers by Dmitry V. Levin · 10 years ago
  100. e96cb62 print_pc: fix multiple personalities support by Dmitry V. Levin · 10 years ago