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