1. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 9 years ago
  2. 537c964 signal.c: move siginfo_t parsers to a separate file by Dmitry V. Levin · 9 years ago
  3. 174bb2b signal.c: move sigaltstack parser to a separate file by Dmitry V. Levin · 9 years ago
  4. 8497b62 Show the syscall name in "resuming interrupted call" message by Denys Vlasenko · 9 years ago
  5. a897136 m68k: define HAVE_SA_RESTORER by Andreas Schwab · 9 years ago
  6. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 9 years ago
  7. 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 9 years ago
  8. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 9 years ago
  9. 59f63d3 Use SIGRTMIN from kernel headers by Dmitry V. Levin · 9 years ago
  10. 67dab70 ppc64: fix compilation warning by Dmitry V. Levin · 9 years ago
  11. a1c5e07 i386: simplify sigreturn decoding by Dmitry V. Levin · 9 years ago
  12. f3582cd sigreturn: print signal mask as a syscall argument by Dmitry V. Levin · 9 years ago
  13. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  14. 26d16c8 arm: simplify sigreturn decoding by Dmitry V. Levin · 9 years ago
  15. 085411b s390: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  16. fd6d207 mips o32: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  17. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  18. db19936 sparc, sparc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  19. 577be25 ppc, ppc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  20. d468992 sigreturn: issue a less innocuous warning by Dmitry V. Levin · 9 years ago
  21. 1e8a454 ia64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  22. 24b8eb0 sparc, sparc64: fix rt_sigaction decoding by Dmitry V. Levin · 9 years ago
  23. 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 9 years ago
  24. 5dd336b x86_64, x32: fix sys_sigreturn by Dmitry V. Levin · 9 years ago
  25. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 9 years ago
  26. 4f2d1ae mips: use PTRACE_GETREGS to fetch all registers by Dmitry V. Levin · 9 years ago
  27. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  28. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  29. d8890b5 printsiginfo: constify the first argument by Dmitry V. Levin · 9 years ago
  30. 36ab3d5 build: fix build if siginfo_t lacks si_timerid/si_overrun by Dmitry V. Levin · 9 years ago
  31. 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
  32. c3a5c01 sigaction: wrap sa_restorer in #ifdef SA_RESTORER consistently by Vicente Olivert Riera · 10 years ago
  33. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  34. dd80a87 ia64: fix sigaction decoding by Mike Frysinger · 10 years ago
  35. 6ab2ed1 signal: fix thinko in sa_restorer by Mike Frysinger · 10 years ago
  36. d632e10 hppa: fix sigaction decoding by Mike Frysinger · 10 years ago
  37. e355c60 alpha: fix sigaction decoding by Mike Frysinger · 10 years ago
  38. d35bdca Compress blank lines by Dmitry V. Levin · 10 years ago
  39. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 10 years ago
  40. bc091e3 printsiginfo: add SIGSYS decoding by Dmitry V. Levin · 10 years ago
  41. b9d4d21 Update siginfo codes by Dmitry V. Levin · 10 years ago
  42. 4a524db Factor out printing of si_pid and si_uid members of siginfo_t by Dmitry V. Levin · 10 years ago
  43. 4dd1e89 Improve SI_TIMER decoding by Elliott Hughes · 10 years ago
  44. 458b3f2 Add multi-personality support to struct old_sigaction decoding by Elliott Hughes · 10 years ago
  45. d153bfc Add multi-personality support to stack_t decoding by Dmitry V. Levin · 10 years ago
  46. 38593e9 Rewrite signal mask decoding without sigset_t by Dmitry V. Levin · 10 years ago
  47. 5c7f627 Fix sigaction reporting on non-x86 architectures by Dmitry V. Levin · 10 years ago
  48. ad138cc arm: fix compilation warning by Dmitry V. Levin · 10 years ago
  49. 5945273 Use XLAT_END macro by Dmitry V. Levin · 10 years ago
  50. bce0cc6 Use XLAT macro by Dmitry V. Levin · 10 years ago
  51. 2b4bb1c mips: fix sigaction reporting by Chris Dearman · 10 years ago
  52. ac655a8 Factor out struct sigaction printing code by Dmitry V. Levin · 10 years ago
  53. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 10 years ago
  54. e2de3bd Use struct sigcontext instead of struct sigcontext_struct by Dmitry V. Levin · 10 years ago
  55. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  56. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  57. aca4ff7 x86, x86_64: fix compilation warnings by Dmitry V. Levin · 11 years ago
  58. a877379 Remove rt parameter from [s]printsigmask() by Denys Vlasenko · 11 years ago
  59. 75f4e1f Convert some uses of long_to_sigmask+printsigmask to sprintsigmask_long by Denys Vlasenko · 11 years ago
  60. 46c8acd Simplify some sigmask manipulations by Denys Vlasenko · 11 years ago
  61. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
  62. 80b73a2 sys_rt_sigaction: fix sigset copying by Denys Vlasenko · 11 years ago
  63. 94e1035 ARM: remove wrong NSIG = 32 define by Denys Vlasenko · 11 years ago
  64. 670b21b ARM: fix sigreturn decoding by Denys Vlasenko · 11 years ago
  65. b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
  66. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  67. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
  68. 5c0796f tile: use siginfo_t, not struct siginfo by Chris Metcalf · 11 years ago
  69. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  70. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 11 years ago
  71. 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 11 years ago
  72. e015d2d Macroize conditional signed widening operation by Denys Vlasenko · 11 years ago
  73. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 11 years ago
  74. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 11 years ago
  75. 338c069 Fix sigaltstack decoder by Dmitry V. Levin · 11 years ago
  76. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 11 years ago
  77. 86d9484 Remove vestigial hacks around non-Linux struct sigactions by Denys Vlasenko · 11 years ago
  78. 401374e Rename ARM's regs structure to arm_regs by Denys Vlasenko · 11 years ago
  79. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  80. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  81. eb54c47 Fix glibc version checks by John Spencer · 11 years ago
  82. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
  83. f112d07 Make x86-64 build free of artificial warnings by Dmitry V. Levin · 12 years ago
  84. 2bb4581 Cast clock_t type to unsigned long long by H.J. Lu · 12 years ago
  85. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  86. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  87. 989ebc9 Reindent case labels. No code changes by Denys Vlasenko · 12 years ago
  88. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  89. 63e4f86 arm: fix compilation warnings by Dmitry V. Levin · 12 years ago
  90. dde045c alpha: fix decode of osf_sigprocmask by Mike Frysinger · 12 years ago
  91. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  92. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  93. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 12 years ago
  94. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  95. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  96. c36c352 Fix defined(FOO) style by Denys Vlasenko · 12 years ago
  97. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  98. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  99. 4f3df07 Simple optimizations by Denys Vlasenko · 12 years ago
  100. a7920a8 Fix missing parens by Andreas Schwab · 12 years ago