]> granicus.if.org Git - strace/history - strace.c
tests: check decoding of netlink smc_diag_msg attributes
[strace] / strace.c
2017-07-02 Dmitry V. LevinFix error diagnostics in case of zero argc
2017-07-02 Dmitry V. LevinUse program_invocation_name instead of a local progname...
2017-06-26 Dmitry V. LevinUnexport die_out_of_memory
2017-06-26 Dmitry V. LevinCheck -s argument early
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-17 Dmitry V. LevinFix a few initialization style issues
2017-06-17 Dmitry V. LevinFix function prototypes with unspecified arguments
2017-06-17 Dmitry V. LevinFix a few sizeof style issues
2017-06-17 Dmitry V. LevinFix a few misspellings in comments
2017-06-05 Victor Krapivenskysyscall.c: split trace_syscall() into 6 functions
2017-06-05 Victor Krapivenskystrace.c: move termination code to a separate function
2017-06-02 Dmitry V. Levinstrace.c: handle PTRACE_EVENT_EXEC like other events
2017-06-02 Dmitry V. Levinstrace.c: remove dead code
2017-06-02 Victor Krapivenskystrace.c: refactor trace into two functions
2017-05-27 Dmitry V. LevinEnable coverage when strace is self terminated by signal
2017-05-27 Dmitry V. LevinFix termination signal forwarding
2017-05-27 Dmitry V. LevinDo not reset SIGCHLD handler in tracees to SIG_DFL
2017-05-27 Dmitry V. LevinRefactor setting of signal handlers to reduce redundancy
2017-05-27 Dmitry V. LevinFix unblocking of signals in interactive mode
2017-05-26 Dmitry V. LevinCleanup interactive check
2017-05-26 Eugene SyromyatnikovUnify capitalisation of (c) in copyright notices
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2017-04-19 Eugene SyromyatnikovDerive copyright year from the git commit date
2017-04-11 Dmitry V. LevinDelay get_regs invocation
2017-04-11 Dmitry V. Levinstartup_tcb: move get_scno invocation to a more conveni...
2017-04-11 Dmitry V. Levinget_regs: guard against subsequent invocations
2017-02-08 Dmitry V. LevinPrepare for introduction of -e inject= option
2017-01-12 JingPiao Chenstrace: move description of -k option to the appropriat...
2017-01-07 Dmitry V. LevinPrint hexadecimal integer in error diagnostics using %#x
2017-01-04 Dmitry V. LevinDrop vsprintf.c
2017-01-03 Dmitry V. LevinRemove checks of __NR_* availability from strace source...
2017-01-03 Dmitry V. LevinInclude "scno.h" in files that check __NR_* constants
2017-01-01 Dmitry V. LevinUpdate all publicly shown copyright year number ranges
2016-12-31 Dmitry V. Levindefs.h: stop including <asm/unistd.h>
2016-12-28 Dmitry V. LevinUpdate the publicly shown copyright information
2016-12-28 Seraphime KirkovskiImplement signal injection
2016-12-24 Dmitry V. LevinRemove redundant casts of ptrace arguments
2016-12-24 Dmitry V. Levinptrace_restart: cleanup
2016-12-24 Dmitry V. Levinptrace_restart: change types of integer arguments to...
2016-12-13 Sean StanglFix libunwind segfault when -p is passed before -k
2016-12-05 Dmitry V. LevinRewrite qual_signal using bit sets
2016-12-04 Dmitry V. LevinDo not allocate memory for line buffered output
2016-11-28 Dmitry V. LevinFix -r option syntax
2016-11-27 Dmitry V. LevinSet PTRACE_O_TRACEEXIT option and handle PTRACE_EVENT_E...
2016-11-26 Dmitry V. LevinMove two global flags to tracee scope
2016-11-16 Dmitry V. LevinImplement syscall fault injection
2016-11-16 Dmitry V. LevinIntroduce string_to_uint_ex and string_to_uint_upto...
2016-08-30 Dmitry V. LevinRemove redundant check for PTRACE_LISTEN availability
2016-08-30 James ClarkeUse PTRACE_SUNDETACH everywhere on SPARC and SPARC64
2016-08-13 Dmitry V. LevinFix leakage of placeholder descriptors to tracees
2016-07-29 Dmitry V. LevinSet exit status to 1 if strace has not traced any processes
2016-07-29 Dmitry V. LevinAttach to the target process before attempting to attac...
2016-07-29 Dmitry V. LevinReport the name of ptrace command when ptrace_attach_or...
2016-07-29 Dmitry V. Levinstrace.c: refactor startup_attach
2016-07-29 Dmitry V. Levinstartup_attach: do not use atoi
2016-07-26 Dmitry V. LevinFix casts of ptrace's third argument
2016-07-18 Patrik JakobssonAdd private data field to struct tcb
2016-06-14 Elvira Khabirovastrace.c: fix style in function definition
2016-06-14 Elvira Khabirovastrace.c: fix a warning reported by -Wold-style-definition
2016-05-26 Fabien SironFix -yy documentation
2016-05-13 Dmitry V. Levinprintsiginfo: remove "verbose" argument
2016-03-05 Nahim El AtmaniReduce memory usage while managing tcbs allocation.
2016-02-08 Dmitry V. LevinCreate a dummy pipe descriptor instead of opening ...
2016-02-08 Denys VlasenkoIf stdin/stdout aren't open on startup, open them to...
2016-02-08 Denys VlasenkoClose stdin/out after child is forked
2016-01-22 Dmitry V. LevinImplement simultaneous use of -p option and tracing...
2015-11-26 Elvira KhabirovaRefer to -h on incorrect usage
2015-11-26 Elvira KhabirovaRearrange flags descriptions in the usage text
2015-11-26 Dmitry V. Levinstartup_attach: fix compilation warning
2015-09-19 Dmitry V. LevinProperly initialize siginfo_t object passed to print_st...
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-06-30 Dmitry V. LevinFix -qq option in conjunction with -o option
2015-05-25 Dmitry V. LevinConsistently use error_msg instead of fprintf(stderr)
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-03-30 Dmitry V. LevinUse macros for gcc attributes
2015-03-21 Denys VlasenkoMove the comment about termination logic where it belongs
2015-03-21 Denys Vlasenkostartup_tcb() never fails, remove code which checks...
2015-03-21 Denys VlasenkoShow the syscall name in "resuming interrupted call...
2015-02-28 Dmitry V. LevinFix stack buffer overflow when specified command is...
2015-02-24 Dmitry V. LevinRemove support for systems without PTRACE_SETOPTIONS
2015-02-22 Dmitry V. LevinFix build with old kernel headers
2015-02-14 Dmitry V. LevinDo not reset get_regs_error unnecessarily
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-07 Dmitry V. LevinWhen the process stared by strace exits/terminates...
2015-02-07 Dmitry V. Levin-b execve: avoid misleading warning about unknown pid
2015-02-07 Dmitry V. Levin-b execve: do not use struct tcb after detach
2015-02-07 Dmitry V. Levintrace: split into several functions
2014-11-21 Dmitry V. LevinReplace MAXPATHLEN with PATH_MAX
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-08-08 Dmitry V. LevinPrepare for -yy option support
2014-06-18 Dmitry V. LevinDocument -k option as experimental
2014-06-03 Dmitry V. LevinWarn about flags that have no effect with -c
2014-05-30 Masatake YAMATOunwind: call unwind_tcb_fin before printing detached...
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: delete mmap cache in free_libunwind_ui
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-29 Mark HillsOptionally produce stats on syscall latency
next