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