1. 8bcd52d Fix mips strace build. by Elliott Hughes · 9 years ago
  2. f1dd2cc Merge remote-tracking branch 'strace/master' into HEAD by Elliott Hughes · 9 years ago
  3. 27fe59e Merge "Fix x86-64 strace build." by Elliott Hughes · 9 years ago
  4. dfbad5e Fix x86-64 strace build. by Elliott Hughes · 9 years ago
  5. fcec540 Merge "Check in strace's generated xlat files." by Elliott Hughes · 9 years ago
  6. dfc6418 Check in strace's generated xlat files. by Elliott Hughes · 9 years ago
  7. 0467302 Merge "Check in the strace generated files we need." by Elliott Hughes · 9 years ago
  8. e98aa3b Check in the strace generated files we need. by Elliott Hughes · 9 years ago
  9. 0285988 Merge "Fix strace build after upstream sync." by Elliott Hughes · 9 years ago
  10. 0328d0a Fix strace build after upstream sync. by Elliott Hughes · 9 years ago
  11. babe7f6 aarch64, arm: decode extra padded compat struct statfs64 by Dmitry V. Levin · 9 years ago
  12. 8f54664 tests: factor out common shell code to functions by Dmitry V. Levin · 9 years ago
  13. 1b5b567 Show f_flags field in printstatfs by Elliott Hughes · 9 years ago
  14. ef53903 Merge remote-tracking branch 'strace/master' into HEAD by Elliott Hughes · 9 years ago
  15. 68804b3 tests/uid*: use fchown* instead of chown* by Dmitry V. Levin · 9 years ago
  16. f79252f stat64-v.test: add newfstatat syscall support by Dmitry V. Levin · 9 years ago
  17. 71d6ffc aarch64: properly decode generic syscalls by Andreas Schwab · 9 years ago
  18. 3355784 tests: verify that all patterns match by Andreas Schwab · 9 years ago
  19. bce1ff5 Fix stat64 st_[acm]time decoding for personalities with 32-bit time_t by Dmitry V. Levin · 9 years ago
  20. 499c5aa semctl: fix indirect syscall decoding by Dmitry V. Levin · 9 years ago
  21. 3aa45f3 tests/ipc_*: match IPC_64 flag by Andreas Schwab · 9 years ago
  22. fa5ce37 Fix crash in ipc_sem test by Andreas Schwab · 9 years ago
  23. 712f0e1 m68k: fix sigreturn decoding by Andreas Schwab · 9 years ago
  24. 0e3811d aarch64: fix ioctl decoding by Andreas Schwab · 9 years ago
  25. 9533610 tests/select.test: handle architectures using pselect6 syscall by Andreas Schwab · 9 years ago
  26. 64fc9ce Distribute linux/aarch64/arch_regs.h by Andreas Schwab · 9 years ago
  27. dbadf7b Fix decoding of mmap2 for arm by Andreas Schwab · 9 years ago
  28. a897136 m68k: define HAVE_SA_RESTORER by Andreas Schwab · 9 years ago
  29. d76d306 aarch64: fix rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  30. 91bdbb4 maint: post-release administrivia by Dmitry V. Levin · 9 years ago
  31. dfabccf Prepare for 4.10 release by Dmitry V. Levin · 9 years ago
  32. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 9 years ago
  33. 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 9 years ago
  34. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 9 years ago
  35. 07d70f0 qemu_multiarch_testing: update by Dmitry V. Levin · 9 years ago
  36. da66e25 tests: robustify unix-yy.test by Dmitry V. Levin · 9 years ago
  37. 59f63d3 Use SIGRTMIN from kernel headers by Dmitry V. Levin · 9 years ago
  38. 67dab70 ppc64: fix compilation warning by Dmitry V. Levin · 9 years ago
  39. 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 9 years ago
  40. a1c5e07 i386: simplify sigreturn decoding by Dmitry V. Levin · 9 years ago
  41. 30bcb79 tests: add a test for sigreturn/rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  42. f3582cd sigreturn: print signal mask as a syscall argument by Dmitry V. Levin · 9 years ago
  43. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  44. 26d16c8 arm: simplify sigreturn decoding by Dmitry V. Levin · 9 years ago
  45. 085411b s390: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  46. fd6d207 mips o32: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  47. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  48. db19936 sparc, sparc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  49. 577be25 ppc, ppc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  50. d468992 sigreturn: issue a less innocuous warning by Dmitry V. Levin · 9 years ago
  51. dca5110 bootstrap: do not link Makefile* files by Dmitry V. Levin · 9 years ago
  52. 1e8a454 ia64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  53. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 9 years ago
  54. 6a63bfa Document that -k is available only with libunwind by Giedrius Statkevičius · 9 years ago
  55. fde8fac debian: update control file by Dmitry V. Levin · 9 years ago
  56. f3f136c debian: sync with 4.9-2 package by Dmitry V. Levin · 10 years ago
  57. 7e65567 Add arch-specific PTRACE_* constants by Dmitry V. Levin · 9 years ago
  58. 600eafb Clarify bootstrap-vs-autoreconf usage by Mike Frysinger · 9 years ago
  59. 5a64656 mips n32: fix preadv/pwritev offset decoding by Dmitry V. Levin · 9 years ago
  60. d79ed12 tests: skip ipc_sem.test on broken kernels by Mike Frysinger · 9 years ago
  61. eb202ba tests: skip pc.test on s390 by Mike Frysinger · 9 years ago
  62. 90c80c4 tests: note the kernel configs for -yy options by Mike Frysinger · 9 years ago
  63. 301c65c alpha: fix -yy decoding by Dmitry V. Levin · 9 years ago
  64. d50949d aarch64, x32: fix decoding of compat personality statfs64/fstatfs64 by Dmitry V. Levin · 9 years ago
  65. f677715 mips: fix compilation warning by Dmitry V. Levin · 9 years ago
  66. 822892b x32: fix compilation warnings by Dmitry V. Levin · 9 years ago
  67. d819fe8 aarch64: add -i option support by Dmitry V. Levin · 9 years ago
  68. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 9 years ago
  69. 77e0d2d tests/uid16: skip if real uid is larger than 16bit by Dmitry V. Levin · 9 years ago
  70. 3a15bc8 tests: fix uid tests on big endian architectures by Dmitry V. Levin · 9 years ago
  71. a8dcf25 tests/getdents: handle older getdents calls by Mike Frysinger · 9 years ago
  72. d93d9f8 Fix multiple personalities support in decoding syscall return values by Dmitry V. Levin · 9 years ago
  73. a4c9512 Update generic 64-bit ioctlent from linux v3.19 by Dmitry V. Levin · 9 years ago
  74. 24b8eb0 sparc, sparc64: fix rt_sigaction decoding by Dmitry V. Levin · 9 years ago
  75. 1dbd39e Fix stack buffer overflow when specified command is too long by Dmitry V. Levin · 9 years ago
  76. 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 9 years ago
  77. e61086f x32: fix decoding of timeval, timespec, and timex structures by Dmitry V. Levin · 9 years ago
  78. 4ed340b tests/ipc_sem: detect broken kernels by Mike Frysinger · 9 years ago
  79. 856b759 build: do not link strace with -ldl by Dmitry V. Levin · 9 years ago
  80. d32e1b9 Handle broken PTRACE_EVENT_STOP values by Mike Frysinger · 9 years ago
  81. 11cb0da bootstrap: always set up test dirs by Mike Frysinger · 9 years ago
  82. 58c7fe9 Fix cross-compiling of ioctlsort by Mike Frysinger · 9 years ago
  83. 977550d tests: robustify pc.test by Dmitry V. Levin · 9 years ago
  84. 599819d tests: drop support for alternative names of select syscall by Dmitry V. Levin · 9 years ago
  85. ddcf549 Rename _newselect to select by Dmitry V. Levin · 9 years ago
  86. f4d6b37 sparc: sync syscall entries with kernel headers by Dmitry V. Levin · 9 years ago
  87. 6d9fa80 s390, s390x: sync syscall entry names with kernel headers by Dmitry V. Levin · 9 years ago
  88. 48ceaee xlat: avoid fork bombing the build system by Mike Frysinger · 9 years ago
  89. adee242 arm: sync syscall entry names with kernel by Dmitry V. Levin · 9 years ago
  90. ff865c6 arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries by Dmitry V. Levin · 9 years ago
  91. 566eb6c hppa: sync syscall entry names with kernel by Dmitry V. Levin · 9 years ago
  92. 4cd64fe subcall.h: add sendmmsg entry by Dmitry V. Levin · 9 years ago
  93. d77f742 arm: simplify ARM_FIRST_SHUFFLED_SYSCALL definition by Dmitry V. Levin · 9 years ago
  94. f8d75c5 ia64: parametrize i386 syscallent size check by Dmitry V. Levin · 9 years ago
  95. 407f630 Cleanup linux/subcall.h by Dmitry V. Levin · 9 years ago
  96. 642447e alpha: fix statfs decoding by Dmitry V. Levin · 9 years ago
  97. 19fcb27 x32: fix build regression by Dmitry V. Levin · 9 years ago
  98. 28e3d6f hppa: fix fanotify_mark decoding by Mike Frysinger · 9 years ago
  99. 761e31a ia64: fix decoding of getresuid/getresgid/setresgid by Mike Frysinger · 9 years ago
  100. cc07f66 ia64: fix up builds after 16bit uid support by Mike Frysinger · 9 years ago