1. 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
  2. 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
  3. b56d6d3 Remove write-only nchildren member from struct tcb by Denys Vlasenko · 13 years ago
  4. f0a5f6d Remove write-only nzombies member from struct tcb by Denys Vlasenko · 13 years ago
  5. f44cce4 Fix regression introduced by "Properly handle real SIGTRAPs" change by Denys Vlasenko · 13 years ago
  6. 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
  7. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
  8. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
  9. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  10. 7542276 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments. by Denys Vlasenko · 13 years ago
  11. f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 13 years ago
  12. 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 13 years ago
  13. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 14 years ago
  14. 03aefda Ensure that PTRACE_GETSIGINFO et al are always defined on Linux by Dmitry V. Levin · 14 years ago
  15. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  16. 10a16a7 Simplify tprintf() declaration by Dmitry V. Levin · 14 years ago
  17. 7655fa0 * defs.h (SYSCALL_NEVER_FAILS): Fix typo. by Dmitry V. Levin · 14 years ago
  18. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 14 years ago
  19. 4ef6db4 Add block ioctl support by Dmitry V. Levin · 14 years ago
  20. b9c5257 sh: Fix compilation warning in do_pipe due to missing prototype by Carmelo AMOROSO · 14 years ago
  21. 696381e Fix build on uClibc by Dmitry V. Levin · 14 years ago
  22. ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
  23. b13c0de Test how PTRACE_SETOPTIONS support works by Wang Chao · 14 years ago
  24. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  25. 21b8db4 Drop nclone_detached and related flags by Wang Chao · 14 years ago
  26. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  27. 102e69a Remove extern declaration at file scope by Andreas Schwab · 14 years ago
  28. e3a7ef5 Implement -C option to combine regular and -c output by Dmitry V. Levin · 15 years ago
  29. c8c6698 Add support for the TILE architecture by Chris Metcalf · 15 years ago
  30. e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
  31. 257e157 Merge Linux internal_clone() into internal_fork() by Dmitry V. Levin · 15 years ago
  32. e5355de Remove support for pre-C89 by Andreas Schwab · 15 years ago
  33. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  34. ccdff48 Maintain separate print column for each process by Andreas Schwab · 15 years ago
  35. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
  36. 67874d8 * defs.h [HPPA]: Lower MAX_ARGS from 32 to 6. by Dmitry V. Levin · 15 years ago
  37. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  38. eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 16 years ago
  39. c71016e defs.h: cosmetics (wrap overlong line) by Denys Vlasenko · 16 years ago
  40. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
  41. 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
  42. 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 16 years ago
  43. 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 16 years ago
  44. 59432db * process.c (printwaitn): Add comment about wait4() pid expansion. by Denys Vlasenko · 16 years ago
  45. 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 16 years ago
  46. 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 16 years ago
  47. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
  48. 215cc27 * defs.h: Add new struct tcb fields: wait_status, next_need_service. by Denys Vlasenko · 16 years ago
  49. ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 16 years ago
  50. bc161ec * defs.h, syscall.c: explain why x86 does not need TCB_WAITEXECVE trick, by Denys Vlasenko · 16 years ago
  51. 8ba1cd7 Patch by Kirill A. Shutemov: by Denys Vlasenko · 16 years ago
  52. 96d5a76 * defs.h: Remove sigtrap80 field from struct tcb. by Denys Vlasenko · 16 years ago
  53. 1e3ce32 Make strace correctly handle SIGTRAP produced by e.g. by Denys Vlasenko · 16 years ago
  54. 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
  55. 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
  56. 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
  57. 2e55ff4 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  58. 639658b 2008-07-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  59. c07538a 2008-07-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  60. 41c4822 2008-07-03 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 16 years ago
  61. 5670331 2008-01-25 Bruna Moreira <bruna.moreira@indt.org> by Roland McGrath · 16 years ago
  62. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 16 years ago
  63. 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  64. a6c0d8c 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  65. 5aa0434 2007-09-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  66. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  67. b011af5 2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz> by Dmitry V. Levin · 17 years ago
  68. 9b5b67e 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  69. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  70. 7d61ff1 2006-12-21 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  71. 10de62b 2006-12-12 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  72. a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  73. 4ebb4e3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  74. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  75. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  76. aca9a74 2006-04-21 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  77. 4b2dcca 2006-01-12 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  78. 138c6a3 2005-11-17 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  79. 165155a 2005-07-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  80. 2fe7b13 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  81. 9814a94 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  82. a4d4853 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  83. 76989d7 2005-06-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  84. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  85. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  86. 15dca8e 2004-12-19 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  87. 795edb1 2004-12-20 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  88. d83c50b 2004-09-13 Ulrich Drepper <drepper@redhat.com>, Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  89. 51d1ebc 2004-09-07 Michal Ludvig <mludvig@suse.cz> by Michal Ludvig · 20 years ago
  90. ee36ce1 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  91. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  92. c74c0b7 2004-09-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  93. 6d1a65c 2004-07-07 David S. Miller <davem@nuts.davemloft.net> by Roland McGrath · 20 years ago
  94. 7b54a7a 2004-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  95. b4ce176 2004-02-26 Andreas Schwab <schwab@suse.de> by Roland McGrath · 21 years ago
  96. 2843a4e 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
  97. 6bc1220 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
  98. c0f8bbd 2003-07-28 Daniel Jacobowitz <drow@mvista.com> by Roland McGrath · 21 years ago
  99. f5a4777 2003-06-26 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  100. 0f87c49 2003-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago