1. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 13 years ago
  2. bbe29b3 Fix old sigaction display by Denys Vlasenko · 13 years ago
  3. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 13 years ago
  4. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  5. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  6. a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
  7. 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 13 years ago
  8. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 13 years ago
  9. 041b3ee Cosmetic fixes, no code changes by Denys Vlasenko · 13 years ago
  10. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  11. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  12. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
  13. 56a5298 Optimize sigreturn handling by Denys Vlasenko · 13 years ago
  14. eccc48c "Modernize" four old-style function parameter declarations by Denys Vlasenko · 13 years ago
  15. facd45b Fix sigreturn decoding on MIPS by Denys Vlasenko · 13 years ago
  16. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  17. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  18. b41e1c9 Enhance decoding of kernel-generated signals by Dmitry V. Levin · 14 years ago
  19. 6d9e8e8 Fix decoding of user-generated signals by Dmitry V. Levin · 14 years ago
  20. 7d4bff1 Recognize SI_KERNEL and SI_ASYNCNL by Dmitry V. Levin · 14 years ago
  21. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  22. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  23. 939caba Add support for the MicroBlaze architecture by Edgar E. Iglesias · 14 years ago
  24. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  25. edb3934 Fix reporting signal mask by sigreturn on powerpc by Andreas Schwab · 15 years ago
  26. c8c6698 Add support for the TILE architecture by Chris Metcalf · 15 years ago
  27. e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
  28. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
  29. 4677c8a Fix SA_HANDLER function pointer comparisons for hppa by Carlos O'Donell · 15 years ago
  30. 9d2ee3d * signal.c (do_signalfd): Fix typo in output format. by Dmitry V. Levin · 15 years ago
  31. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  32. 4bcd5ef * bjm.c (sys_query_module): Fix format warning reported by by Dmitry V. Levin · 15 years ago
  33. b1a78cf * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding. by Denys Vlasenko · 15 years ago
  34. 7a862d7 * signal (sys_rt_sigaction): Print struct sigaction correctly by Denys Vlasenko · 15 years ago
  35. 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 15 years ago
  36. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
  37. ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 16 years ago
  38. 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
  39. 587c7b5 2009-02-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  40. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
  41. 73ce40e two instances of s/sa_handler == SIG_DFL/sa_handler == SIG_IGN/ by Denys Vlasenko · 16 years ago
  42. 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
  43. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  44. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  45. 5f20681 2008-08-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  46. 1f94271 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
  47. 4fef51d 2008-07-17 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  48. 4d7ed02 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  49. 0cbb4e4 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  50. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 16 years ago
  51. 576b784 2007-11-02 Thiemo Seufer <ths@networkno.de> by Roland McGrath · 17 years ago
  52. f46ccd3 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  53. 57dd0cb 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  54. fece322 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  55. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  56. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  57. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  58. 79dcd7a 2006-01-12 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  59. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  60. ad81dce 2005-04-05 Anton Blanchard <anton@samba.org> by Roland McGrath · 19 years ago
  61. 063ae2d 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  62. f9c49b2 2004-10-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  63. ee36ce1 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  64. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  65. 92f1d6d 2004-07-12 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  66. 6d1a65c 2004-07-07 David S. Miller <davem@nuts.davemloft.net> by Roland McGrath · 20 years ago
  67. b0acdfd 2004-03-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  68. c38feca 2003-10-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  69. 90b4cb5 2003-09-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  70. 8ffc352 2003-07-08 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  71. 0f87c49 2003-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  72. 941b740 2003-05-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  73. 30ff45e 2003-01-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  74. eb28535 2003-01-14 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  75. a39c5a1 2002-12-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  76. 2638cb4 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  77. 10a88d0 2002-10-07 Michal Ludvig <mludvig@suse.cz> by Michal Ludvig · 22 years ago
  78. 0e03550 2002-09-23 Michal Ludvig <mludvig@suse.cz> by Michal Ludvig · 22 years ago
  79. 5826589 Merge SVR4/Linux printsiginfo by John Hughes · 23 years ago
  80. 4216208 handle sigwait on svr4 by John Hughes · 23 years ago
  81. 7b3346b Import lots of ia64 related changes from David Mosberger by Wichert Akkerman · 23 years ago
  82. 67e3e63 do not include asm/sigcontext.h on Linux/IA64 since it gets the struct from bits/sigcontext.h already which signal.h includes by Wichert Akkerman · 23 years ago
  83. 70c5e7a printcontext should pass sigmask addr to printsigmask by John Hughes · 23 years ago
  84. d5c2dae switch to using /proc/<pid>/status on Linux by Wichert Akkerman · 23 years ago
  85. 00a82ee several Linux/sparc fixes by Wichert Akkerman · 24 years ago
  86. c1652e2 Add Linux/hppa port, patch from Richard Hirst by Wichert Akkerman · 24 years ago
  87. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 24 years ago
  88. 1e4cb34 fix compile on UW by John Hughes · 24 years ago
  89. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
  90. 16a03d2 test/clone.c: minor fixup by Wichert Akkerman · 24 years ago
  91. 5ae21ea The `too much stuff, just check the ChangeLog' update by Wichert Akkerman · 24 years ago
  92. c792698 README-linux: updated to note that strace might not compile by Wichert Akkerman · 24 years ago
  93. faf7222 test/vfork.c: new file to test vfork traces by Wichert Akkerman · 25 years ago
  94. 8b1b40c Merge Trillian patches (Linux ia64) by Wichert Akkerman · 25 years ago
  95. 4dc8a2a Bunch of stuff by Wichert Akkerman · 25 years ago
  96. 4695657 Seems like some systems treat sigmask_t and sigmask_t* as the same thing. by Wichert Akkerman · 25 years ago
  97. 48214be Only use long_to_sigset on Linux systems by Wichert Akkerman · 25 years ago
  98. f90da01 Add Linux MIPS support by Wichert Akkerman · 25 years ago
  99. 15dea97 Compilation updates by Wichert Akkerman · 25 years ago
  100. 9ce1a63 Catching up on my mail-backlog, see ChangeLog for details by Wichert Akkerman · 25 years ago