1. a877379 Remove rt parameter from [s]printsigmask() by Denys Vlasenko · 12 years ago
  2. 75f4e1f Convert some uses of long_to_sigmask+printsigmask to sprintsigmask_long by Denys Vlasenko · 12 years ago
  3. 46c8acd Simplify some sigmask manipulations by Denys Vlasenko · 12 years ago
  4. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 12 years ago
  5. 80b73a2 sys_rt_sigaction: fix sigset copying by Denys Vlasenko · 12 years ago
  6. 94e1035 ARM: remove wrong NSIG = 32 define by Denys Vlasenko · 12 years ago
  7. 670b21b ARM: fix sigreturn decoding by Denys Vlasenko · 12 years ago
  8. b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 12 years ago
  9. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 12 years ago
  10. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 12 years ago
  11. 5c0796f tile: use siginfo_t, not struct siginfo by Chris Metcalf · 12 years ago
  12. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
  13. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 12 years ago
  14. 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 12 years ago
  15. e015d2d Macroize conditional signed widening operation by Denys Vlasenko · 12 years ago
  16. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 12 years ago
  17. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 12 years ago
  18. 338c069 Fix sigaltstack decoder by Dmitry V. Levin · 13 years ago
  19. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 13 years ago
  20. 86d9484 Remove vestigial hacks around non-Linux struct sigactions by Denys Vlasenko · 13 years ago
  21. 401374e Rename ARM's regs structure to arm_regs by Denys Vlasenko · 13 years ago
  22. 0b99a8a Add tilegx support to strace by Chris Metcalf · 13 years ago
  23. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 13 years ago
  24. eb54c47 Fix glibc version checks by John Spencer · 13 years ago
  25. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 13 years ago
  26. f112d07 Make x86-64 build free of artificial warnings by Dmitry V. Levin · 13 years ago
  27. 2bb4581 Cast clock_t type to unsigned long long by H.J. Lu · 13 years ago
  28. 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
  29. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  30. 989ebc9 Reindent case labels. No code changes by Denys Vlasenko · 13 years ago
  31. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  32. 63e4f86 arm: fix compilation warnings by Dmitry V. Levin · 13 years ago
  33. dde045c alpha: fix decode of osf_sigprocmask by Mike Frysinger · 13 years ago
  34. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 13 years ago
  35. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
  36. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 13 years ago
  37. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  38. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 13 years ago
  39. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  40. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  41. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  42. 4f3df07 Simple optimizations by Denys Vlasenko · 14 years ago
  43. a7920a8 Fix missing parens by Andreas Schwab · 14 years ago
  44. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 14 years ago
  45. bbe29b3 Fix old sigaction display by Denys Vlasenko · 14 years ago
  46. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 14 years ago
  47. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 14 years ago
  48. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 14 years ago
  49. a794974 Conditionally optimize out unused code by Denys Vlasenko · 14 years ago
  50. 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 14 years ago
  51. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 14 years ago
  52. 041b3ee Cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
  53. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 14 years ago
  54. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 14 years ago
  55. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 14 years ago
  56. 56a5298 Optimize sigreturn handling by Denys Vlasenko · 14 years ago
  57. eccc48c "Modernize" four old-style function parameter declarations by Denys Vlasenko · 14 years ago
  58. facd45b Fix sigreturn decoding on MIPS by Denys Vlasenko · 14 years ago
  59. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
  60. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
  61. b41e1c9 Enhance decoding of kernel-generated signals by Dmitry V. Levin · 14 years ago
  62. 6d9e8e8 Fix decoding of user-generated signals by Dmitry V. Levin · 14 years ago
  63. 7d4bff1 Recognize SI_KERNEL and SI_ASYNCNL by Dmitry V. Levin · 14 years ago
  64. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  65. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 15 years ago
  66. 939caba Add support for the MicroBlaze architecture by Edgar E. Iglesias · 15 years ago
  67. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 15 years ago
  68. edb3934 Fix reporting signal mask by sigreturn on powerpc by Andreas Schwab · 15 years ago
  69. c8c6698 Add support for the TILE architecture by Chris Metcalf · 16 years ago
  70. e5e6085 Remove dead code by Dmitry V. Levin · 16 years ago
  71. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 16 years ago
  72. 4677c8a Fix SA_HANDLER function pointer comparisons for hppa by Carlos O'Donell · 16 years ago
  73. 9d2ee3d * signal.c (do_signalfd): Fix typo in output format. by Dmitry V. Levin · 16 years ago
  74. eb9e2e8 Revert unapproved commits. by Roland McGrath · 16 years ago
  75. 4bcd5ef * bjm.c (sys_query_module): Fix format warning reported by by Dmitry V. Levin · 16 years ago
  76. b1a78cf * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding. by Denys Vlasenko · 16 years ago
  77. 7a862d7 * signal (sys_rt_sigaction): Print struct sigaction correctly by Denys Vlasenko · 16 years ago
  78. 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 16 years ago
  79. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
  80. ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 16 years ago
  81. 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
  82. 587c7b5 2009-02-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  83. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 17 years ago
  84. 73ce40e two instances of s/sa_handler == SIG_DFL/sa_handler == SIG_IGN/ by Denys Vlasenko · 17 years ago
  85. 932fc7d This patch does not change any logic. by Denys Vlasenko · 17 years ago
  86. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  87. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  88. 5f20681 2008-08-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  89. 1f94271 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 17 years ago
  90. 4fef51d 2008-07-17 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  91. 4d7ed02 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  92. 0cbb4e4 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  93. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 17 years ago
  94. 576b784 2007-11-02 Thiemo Seufer <ths@networkno.de> by Roland McGrath · 18 years ago
  95. f46ccd3 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 18 years ago
  96. 57dd0cb 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  97. fece322 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  98. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 19 years ago
  99. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 19 years ago
  100. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 19 years ago