]> granicus.if.org Git - strace/history - strace.c
tests: check decoding of vcpu auxstr
[strace] / strace.c
2018-07-07 Masatake YAMATOkvm: attach the exit reason of vcpu as auxstr to KVM_RU...
2018-05-04 Dmitry V. Levinmmap_cache: do not activate unless requested
2018-05-03 Eugene Syromyatnikovstrace.c: check return code of never failing fcntl...
2018-04-20 Eugene SyromyatnikovAdd user interface for configuring xlat output style
2018-04-19 Dmitry V. Levinunwind: move unwind_tcb_init invocation to after_succes...
2018-04-19 Dmitry V. Levinstrace: move setting of post-attach flags inside after_...
2018-04-19 Dmitry V. Levinstrace: rename newoutf to after_successful_attach
2018-04-19 Masatake YAMATOunwind: initialize unwind context only if given tcb...
2018-04-12 Eugene SyromyatnikovIntroduce XLAT_STYLE_DEFAULT
2018-04-11 Dmitry V. LevinLift experimental status from stack tracing feature
2018-04-08 Dmitry V. Levinunwind: prepare configure subsystem for alternative...
2018-04-04 Eugene Syromyatnikovstrace.c: add support for opening output file in append...
2018-04-04 Eugene Syromyatnikovstrace.c: support simultaneous usage of -r and -t options
2018-04-04 Eugene Syromyatnikovstrace: handle possible NULL from localtime() call
2018-04-01 Dmitry V. LevinAdd i18n support
2018-03-28 Dmitry V. LevinMove delay interface from defs.h to delay.h
2018-03-23 Dmitry V. Levinstrace: further optimize unblocking of the delay signal...
2018-03-23 Dmitry V. Levinstrace: rewrite restart error handling without sigsetjm...
2018-03-23 Dmitry V. Levinstrace: do not call sigsetjmp without a delay timer
2018-03-22 Elvira KhabirovaImplement delay injection
2018-03-22 Dmitry V. LevinDo not block handled signals in interactive mode
2018-03-20 Dmitry V. LevinReplace struct timeval with struct timespec in time...
2018-03-16 Dmitry V. Levinprintleader: cleanup tflag handling
2018-03-13 Dmitry V. LevinOptimize pid2tcb
2018-03-13 Dmitry V. LevinEnable USE_SEIZE code unconditionally
2018-02-27 Dmitry V. LevinReplace fopen_for_input and fopen_for_output with fopen...
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache, unwind: lift up mmap_cache_delete invocatio...
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-11 Dmitry V. LevinInclude <sys/ptrace.h> early
2018-02-11 Dmitry V. LevinInclude <limits.h> instead of <sys/param.h>
2018-02-06 Eugene SyromyatnikovMove large file-related wrappers to a separate header
2018-01-25 Eugene SyromyatnikovWorkaround stray PTRACE_EVENT_EXEC
2018-01-24 Eugene Syromyatnikovstrace.c: reset printing_tcp on print_event_exit
2018-01-16 Eugene Syromyatnikovstrace.c: print correct out file name in error messages...
2018-01-16 Eugene SyromyatnikovUpdate current_personality on tcb switch
2018-01-11 Eugene SyromyatnikovAdd indication of mpers support to strace -V output
2018-01-11 Eugene SyromyatnikovAdd indication of optional demangle feature strace...
2018-01-07 Eugene SyromiatnikovAdd tcp argument to clear_regs
2018-01-07 Eugene SyromiatnikovInclude paths.h if it is available
2018-01-07 Eugene Syromiatnikovstrace.c: avoid duplication of a format string in attac...
2018-01-07 Elvira Khabirovastrace.c: rename set_sigaction to set_sighandler
2018-01-05 Dmitry V. Levinstrace.c: use xsprintf instead of sprintf
2018-01-04 Dmitry V. LevinLift artificial limit on output file names in -ff mode
2018-01-03 Eugene SyromiatnikovMove enum trace_event into a separate header
2018-01-03 Eugene SyromyatnikovCall get_scno during startup_tcb only for forcibly...
2018-01-01 Eugene Syromyatnikovstrace.c: sort getopt switch branches alphabetically
2018-01-01 Eugene Syromyatnikovstrace.c: check for (non)zero argc instead of argv[0]
2017-12-20 Eugene Syromyatnikovstrace.c: inform the user about -F option obsolescence
2017-12-20 Eugene Syromyatnikovstrace.c: sort option arguments alphabetically
2017-12-20 Eugene Syromiatnikovstrace.c: use _exit() instead of exit() in child's...
2017-12-14 Eugene Syromiatnikovstrace.c: use xgrowarray
2017-12-13 Eugene Syromiatnikovstrace.c: minor style fixes
2017-12-13 Eugene Syromiatnikovstrace.c: use *_func_* message printing macros where...
2017-12-13 Eugene Syromiatnikovstrace.c: replace if (debug_flag) ... with suitable...
2017-08-22 Dmitry V. LevinHide struct number_set implementation details from...
2017-08-22 Dmitry V. LevinMove number_set interface to separate files
2017-08-07 Edgar KaziakhmedovMove err/mem subroutines to separate files
2017-08-06 Dmitry V. LevinSimplify handling of unexpected tracees
2017-08-06 Dmitry V. LevinFix handling of unexpected tracees when PTRACE_SEIZE...
2017-08-06 Dmitry V. LevinEnhance fflush error diagnostics
2017-08-05 Eugene SyromyatnikovImprove handling of unexpected tracees
2017-07-31 Eugene SyromyatnikovPrint enabled optional features in strace version output
2017-07-21 Dmitry V. LevinDo not copy optarg unnecessarily
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
next