]> granicus.if.org Git - strace/history - strace.c
* strace.c (verror_msg): Rewrite without use of heap memory allocation
[strace] / strace.c
2011-06-09 Dmitry V. Levin* strace.c (verror_msg): Rewrite without use of heap...
2011-06-08 Denys VlasenkoPrint at least one space between SYSCALL(ARGS) and...
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-05-27 Denys VlasenkoCleanups on top of "handle SIGTRAP properly" change,
2011-05-25 Denys VlasenkoIdentifier "errno" may be a macro, it's unsafe to use it
2011-05-24 Denys VlasenkoDon't perform TCB_WAITEXECVE wait if not needed.
2011-05-23 Denys VlasenkoProperly handle real SIGTRAPs.
2011-04-08 Grant EdwardsAdd ability to print file descriptor paths and filter...
2011-03-10 Dmitry V. LevinShow more details about signals received by traced...
2011-03-10 Dmitry V. LevinGet rid of PT_GETSIGINFO
2011-02-19 Dmitry V. LevinFix PTRACE_GETEVENTMSG usage and enhance test_ptrace_se...
2011-01-13 Dmitry V. LevinTest PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along...
2010-12-07 Dmitry V. LevinFix strace -f -o '|command' hangup
2010-11-30 Dmitry V. LevinCleanup test_ptrace_setoptions()
2010-11-30 Wang ChaoHandle followfork using ptrace_setoptions if available
2010-11-30 Wang ChaoTest how PTRACE_SETOPTIONS support works
2010-09-15 Roland McGrathClean up pid2tcb usage
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-08-28 Wang ChaoDrop nclone_detached and related flags
2010-08-09 Wang ChaoForbid using mutually exclusive options -D and -p together
2010-07-09 Andreas SchwabBalance braces
2010-06-24 Andreas SchwabDocument -C/-D
2010-04-07 Dmitry V. LevinImplement -C option to combine regular and -c output
2010-02-04 Dmitry V. LevinRemove dead code
2010-01-12 Andreas SchwabDon't kill the process when detaching
2009-11-16 Andreas SchwabRemove support for pre-C89
2009-10-27 Andreas SchwabMaintain separate print column for each process
2009-10-08 Mike FrysingerAdd support for Linux/no-mmu with vfork
2009-06-02 Roland McGrathRevert unapproved commits.
2009-06-01 Dmitry V. Levin* strace.c (handle_stopped_tcbs): Fix cast for 4th...
2009-04-20 Denys Vlasenko* strace.c (collect_stopped_tcbs): Do not enable/disabl...
2009-03-20 Denys VlasenkoAs it turned out, "if (interrupted) break;" is needed...
2009-03-17 Denys VlasenkoRemove "better attach to SIGSTOP", it is not correct...
2009-03-17 Denys Vlasenko* strace.c (startup_attach): Take care to correctly...
2009-02-27 Denys VlasenkoAVR32 support by Hans-Christian Egtvedt
2009-02-25 Denys VlasenkoBy Hans-Christian Egtvedt (hans-christian.egtvedt AT...
2009-02-24 Denys VlasenkoReplace many more bare ptrace calls with calls to wrappers
2009-02-10 Denys VlasenkoCleanup after tcb table expansion simplification.
2009-02-09 Denys Vlasenko* defs.h: Correct the comment about TCB_SUSPENDED.
2009-01-29 Denys Vlasenko* strace.c (newoutf): Prevent -o FILENAME overflowing...
2009-01-28 Denys Vlasenko* process.c (internal_clone): Check and complain if...
2009-01-27 Denys Vlasenko* strace.c (collect_stopped_tcbs): Guard against the...
2009-01-21 Denys Vlasenko* strace.c (collect_stopped_tcbs): Do not return NULL...
2009-01-17 Denys VlasenkoTwo cleanups: tcb table expansion failure is not really...
2009-01-17 Denys Vlasenko* defs.h: Update a comment. No code changes.
2009-01-17 Denys Vlasenko* process.c: Add a comment. No code changes.
2009-01-13 Denys VlasenkoFixes for ptrace() argument parsing.
2009-01-09 Denys Vlasenko* defs.h: Add new struct tcb fields: wait_status, next_...
2009-01-06 Denys VlasenkoOutput format fixes, improving the situation after...
2009-01-02 Denys Vlasenko* strace.c: Fix compile failure: on some systems PTRACE...
2008-12-30 Denys VlasenkoExperimental support for -D option.
2008-12-29 Denys Vlasenko* defs.h: Remove sigtrap80 field from struct tcb.
2008-12-23 Denys VlasenkoFix build breakage from my previous commit.
2008-12-22 Denys VlasenkoMake strace correctly handle SIGTRAP produced by e.g.
2008-12-17 Denys VlasenkoMake strace somewhat resilient against process disappearing
2008-12-16 Denys VlasenkoThis patch does not change any logic.
2008-11-10 Dmitry V. Levin2008-09-29 Dmitry V. Levin <ldv@altlinux.org>
2008-08-06 Jan Kratochvil2008-08-06 Jan Kratochvil <jan.kratochvil@redhat...
2008-07-25 Dmitry V. Levin2008-07-24 Dmitry V. Levin <ldv@altlinux.org>
2008-07-18 Roland McGrath2008-07-03 Jan Kratochvil <jan.kratochvil@redhat...
2007-11-13 Roland McGrath2007-11-06 Jan Kratochvil <jan.kratochvil@redhat...
2007-11-03 Roland McGrath2007-11-03 Jan Kratochvil <jan.kratochvil@redhat...
2007-10-08 Dmitry V. Levin2007-09-25 Dmitry V. Levin <ldv@altlinux.org>
2007-08-03 Roland McGrath2007-08-02 Jan Kratochvil <jan.kratochvil@redhat...
2007-07-11 Roland McGrath2007-07-11 Roland McGrath <roland@redhat.com>
2007-07-05 Roland McGrath2007-07-05 Roland McGrath <roland@redhat.com>
2007-07-05 Roland McGrath2007-07-05 Roland McGrath <roland@redhat.com>
2007-07-05 Roland McGrath2007-07-05 Jan Kratochvil <jan.kratochvil@redhat...
2007-06-11 Roland McGrath2007-06-11 Jan Kratochvil <jan.kratochvil@redhat...
2007-06-02 Roland McGrath2007-05-24 Jan Kratochvil <jan.kratochvil@redhat...
2006-12-13 Dmitry V. Levin2006-12-12 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-10-14 Dmitry V. Levin2006-10-14 Dmitry V. Levin <ldv@altlinux.org>
2006-10-11 Dmitry V. Levin2006-10-06 Dmitry V. Levin <ldv@altlinux.org>
2006-10-11 Dmitry V. Levin2006-03-29 Dmitry V. Levin <ldv@altlinux.org>
2006-04-25 Roland McGrath2006-04-25 Roland McGrath <roland@redhat.com>
2006-04-25 Roland McGrath2006-04-25 Roland McGrath <roland@redhat.com>
2006-01-12 Roland McGrath2005-11-17 Dmitry V. Levin <ldv@altlinux.org>
2005-08-03 Roland McGrath2005-08-03 Roland McGrath <roland@redhat.com>
2005-06-07 Roland McGrath2005-06-06 Roland McGrath <roland@redhat.com>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-05-09 Roland McGrath2005-05-09 Roland McGrath <roland@redhat.com>
2005-03-06 Roland McGrath2005-03-06 Roland McGrath <roland@redhat.com>
2005-02-06 Roland McGrath2004-12-19 Dmitry V. Levin <ldv@altlinux.org>
2005-02-02 Roland McGrath2004-12-20 Dmitry V. Levin <ldv@altlinux.org>
2004-10-20 Roland McGrath2004-10-19 Roland McGrath <roland@redhat.com>
2004-10-20 Roland McGrath2004-10-19 Roland McGrath <roland@redhat.com>
2004-08-31 Roland McGrath2004-08-30 Roland McGrath <roland@redhat.com>
2004-06-04 Roland McGrath2004-06-03 Roland McGrath <roland@redhat.com>
2004-04-09 Roland McGrath2004-04-08 Roland McGrath <roland@redhat.com>
2004-03-02 Roland McGrath2004-03-01 Roland McGrath <roland@redhat.com>
2004-02-20 Roland McGrath2004-02-19 Roland McGrath <roland@redhat.com>
2004-01-13 Roland McGrath2003-12-15 Dmitry V. Levin <ldv@altlinux.org>
2003-11-11 Roland McGrath2003-11-11 Roland McGrath <roland@redhat.com>
2003-11-07 Roland McGrath2003-11-06 Roland McGrath <roland@redhat.com>
2003-11-06 Roland McGrath2003-11-06 Roland McGrath <roland@redhat.com>
2003-06-10 Roland McGrath2003-06-09 Roland McGrath <roland@redhat.com>
2003-06-03 Roland McGrath2003-06-03 Roland McGrath <roland@redhat.com>
2003-06-03 Roland McGrath2003-06-02 Roland McGrath <roland@redhat.com>
next