1. 21ccf5e Test PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along with PTRACE_O_TRACEFORK by Dmitry V. Levin · 13 years ago
  2. 8044bc1 Fix strace -f -o '|command' hangup by Dmitry V. Levin · 14 years ago
  3. b146744 Cleanup test_ptrace_setoptions() by Dmitry V. Levin · 14 years ago
  4. ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
  5. b13c0de Test how PTRACE_SETOPTIONS support works by Wang Chao · 14 years ago
  6. 54e931f Clean up pid2tcb usage by Roland McGrath · 14 years ago
  7. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  8. 21b8db4 Drop nclone_detached and related flags by Wang Chao · 14 years ago
  9. d322a4b Forbid using mutually exclusive options -D and -p together by Wang Chao · 14 years ago
  10. 372cc84 Balance braces by Andreas Schwab · 14 years ago
  11. b87d30c Document -C/-D by Andreas Schwab · 14 years ago
  12. e3a7ef5 Implement -C option to combine regular and -c output by Dmitry V. Levin · 14 years ago
  13. e5e6085 Remove dead code by Dmitry V. Levin · 14 years ago
  14. 840d85b Don't kill the process when detaching by Andreas Schwab · 14 years ago
  15. e5355de Remove support for pre-C89 by Andreas Schwab · 15 years ago
  16. ccdff48 Maintain separate print column for each process by Andreas Schwab · 15 years ago
  17. c1a5b7e Add support for Linux/no-mmu with vfork by Mike Frysinger · 15 years ago
  18. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  19. 4ac9d62 * strace.c (handle_stopped_tcbs): Fix cast for 4th argument passed to ptrace(). by Dmitry V. Levin · 15 years ago
  20. 246f42f * strace.c (collect_stopped_tcbs): Do not enable/disable signals by Denys Vlasenko · 15 years ago
  21. 1e20921 As it turned out, "if (interrupted) break;" is needed in both loops, by Denys Vlasenko · 15 years ago
  22. aab52ca Remove "better attach to SIGSTOP", it is not correct... (^C fix remains). by Denys Vlasenko · 15 years ago
  23. 222713a * strace.c (startup_attach): Take care to correctly attach by Denys Vlasenko · 15 years ago
  24. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  25. 8ed5727 By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com): by Denys Vlasenko · 15 years ago
  26. 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 15 years ago
  27. 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 15 years ago
  28. 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 15 years ago
  29. 7a8bf06 * strace.c (newoutf): Prevent -o FILENAME overflowing the stack. by Denys Vlasenko · 15 years ago
  30. 7e0615f * process.c (internal_clone): Check and complain if pid value by Denys Vlasenko · 15 years ago
  31. 47ce6df * strace.c (collect_stopped_tcbs): Guard against the case when by Denys Vlasenko · 15 years ago
  32. 2c8a258 * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILD by Denys Vlasenko · 15 years ago
  33. 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 15 years ago
  34. 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 15 years ago
  35. f9a7e63 * process.c: Add a comment. No code changes. by Denys Vlasenko · 15 years ago
  36. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 15 years ago
  37. 215cc27 * defs.h: Add new struct tcb fields: wait_status, next_need_service. by Denys Vlasenko · 15 years ago
  38. ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 15 years ago
  39. 0861ecb * strace.c: Fix compile failure: on some systems PTRACE_O_xxx by Denys Vlasenko · 15 years ago
  40. ecfe2f1 Experimental support for -D option. by Denys Vlasenko · 15 years ago
  41. 96d5a76 * defs.h: Remove sigtrap80 field from struct tcb. by Denys Vlasenko · 15 years ago
  42. b1efe53 Fix build breakage from my previous commit. by Denys Vlasenko · 16 years ago
  43. 1e3ce32 Make strace correctly handle SIGTRAP produced by e.g. by Denys Vlasenko · 16 years ago
  44. 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
  45. 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
  46. a680965 2008-09-29 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  47. 1f94271 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
  48. 06350db 2008-07-24 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  49. 41c4822 2008-07-03 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 16 years ago
  50. 276ceb3 2007-11-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  51. 54cc1c8 2007-11-03 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  52. 08b623e 2007-09-25 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  53. 1bfd310 2007-08-02 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  54. d6a32f1 2007-07-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  55. 4bfa626 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  56. 09553f8 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  57. 0a46388 2007-07-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  58. 0220331 2007-06-11 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  59. 134813a 2007-05-24 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  60. 10de62b 2006-12-12 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  61. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  62. cbd470f 2006-10-14 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  63. 9633942 2006-10-06 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  64. 76860f6 2006-03-29 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  65. cb9def6 2006-04-25 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  66. d0c4c0c 2006-04-25 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  67. 138c6a3 2005-11-17 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 18 years ago
  68. a08a97e 2005-08-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  69. 76989d7 2005-06-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  70. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  71. dccec72 2005-05-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  72. 3a055d7 2005-03-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  73. 15dca8e 2004-12-19 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  74. 795edb1 2004-12-20 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  75. 00dc13f 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  76. 0569095 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  77. 08f0ae3 2004-08-30 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  78. 7b54a7a 2004-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  79. 70b0853 2004-04-08 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  80. bdb09df 2004-03-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  81. c3266d5 2004-02-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  82. 2efe879 2003-12-15 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  83. ce0d154 2003-11-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  84. 37b9a66 2003-11-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  85. b310a0c 2003-11-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  86. 0a39690 2003-06-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  87. ed64516 2003-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  88. 3693105 2003-06-02 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  89. 0962345 2003-05-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  90. 9c9a253 2003-02-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  91. de6e533 2003-01-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  92. 8f474e0 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  93. e29341c 2003-01-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  94. c012d22 2003-01-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  95. ca16be8 2003-01-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  96. e85bbfe 2003-01-08 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  97. fd3e042 2002-12-30 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  98. 6d2b349 2002-12-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  99. ee9d435 2002-12-17 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  100. 7508cb4 2002-12-17 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago