]> granicus.if.org Git - strace/history - strace.c
Fix "format not a string literal" warning caused by tprintf(str)
[strace] / strace.c
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-30 Dmitry V. LevinDo not include <limits.h>
2011-08-24 Denys VlasenkoOptimize tabto()
2011-08-24 Denys VlasenkoRename some functions, delete unused one. No code changes
2011-08-24 Denys Vlasenkoget_scno is an unholy mess, make it less horrible
2011-08-23 Denys VlasenkoStraighten up confused comments/messages about post...
2011-08-23 Denys VlasenkoOptimize out dummy PC printing on signal delivery
2011-08-23 Denys VlasenkoCosmetic improvement in ifdefs. No code changes
2011-08-23 Denys VlasenkoExclude tcp->pfd from non-procfs systems
2011-08-23 Denys VlasenkoSmall optimizations related to memory allocation
2011-08-23 Denys VlasenkoImprove code readability by avoiding assignments inside...
2011-08-23 Dmitry V. LevinFix PTRACE_SETOPTIONS tests
2011-08-17 Denys VlasenkoRemove tcp->parent and TCB_CLONE_THREAD.
2011-08-17 Denys VlasenkoRemove TCB_SUSPENDED constant and related code.
2011-08-17 Denys VlasenkoDo not detach when we think tracee is going to die.
2011-08-15 Denys VlasenkoSlight optimization and cleanup in trace()
2011-08-15 Denys VlasenkoFix compilation on 2.4.20 kernel based system
2011-06-24 Denys VlasenkoTrivial cleanups
2011-06-24 Denys VlasenkoRemove redundant include <stdarg.h>
2011-06-24 Denys VlasenkoClean up two old comments
2011-06-24 Denys VlasenkoMake a few variables static.
2011-06-24 Denys VlasenkoAdd debug output in initial attachment code
2011-06-24 Denys VlasenkoBetter debug logging of allocations and waitpit results
2011-06-23 Denys VlasenkoRemove TCB_FOLLOWFORK
2011-06-23 Denys VlasenkoMake initial tcb allocation more readable. No logic...
2011-06-23 Denys VlasenkoUse [p]error_msg[_and_die] where appropriate. No logic...
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-22 Denys VlasenkoMake strace_fopen abort on error
2011-06-22 Denys VlasenkoMake set_cloexec_flag abort on error
2011-06-22 Denys VlasenkoMake strace_popen abort on error
2011-06-22 Denys VlasenkoDelete fork_tcb()
2011-06-22 Denys VlasenkoSimplify expand_tcbtab and alloc_tcb
2011-06-21 Denys VlasenkoRemove write-only nchildren member from struct tcb
2011-06-21 Denys VlasenkoRemove write-only nzombies member from struct tcb
2011-06-21 Denys VlasenkoFix regression introduced by "Properly handle real...
2011-06-18 Denys VlasenkoDo not suspend waitpid.
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...
next