]> granicus.if.org Git - strace/history - strace.c
Remove XLAT_END
[strace] / strace.c
2019-10-07 Fanda Uchytilstrace: expand -D option
2019-10-04 Dmitry V. LevinFix -b execve when --seccomp-bpf option is specified
2019-09-25 Chen JingpiaoIntroduce seccomp-assisted syscall filtering
2019-09-25 Dmitry V. LevinAdd support for long options
2019-09-15 Dmitry V. LevinImplement memory caching for umove* functions
2019-08-08 Eugene Syromyatnikovcount: add ability to sort on errors field
2019-08-06 Eugene Syromyatnikovsyscall: track syscall system time a bit more explicitly
2019-08-06 Eugene Syromyatnikovcount: use parse_ts for parsing overhead value
2019-08-04 Eugene Syromyatnikovstrace.c: sync up strace -h message with the man page
2019-08-04 Eugene Syromyatnikovstrace.c: split lines in strace -h output to fit into...
2019-08-04 Eugene Syromyatnikovstrace.c: move -v to Output format section in strace...
2019-08-04 Eugene Syromyatnikovstrace.c: add "-k" to strace -h list of options
2019-08-04 Pierre MarsaisFix invalid free in trace_close_memstream
2019-07-16 Dmitry V. LevinConsistently define __NR_* constants
2019-07-10 Paul ChaignonImplement -e status=set option
2019-07-10 Paul ChaignonStage output for -z and -Z options
2019-07-10 Paul ChaignonAdd -Z option to print only failing syscalls
2019-07-10 Dmitry V. LevinFix misleading stray PTRACE_EVENT_EXEC diagnostics
2019-07-10 Dmitry V. LevinRefactor maybe_switch_tcbs
2019-06-22 Dmitry V. Levinget_os_release: tolerate malformed kernel release strings
2019-05-22 Eugene SyromyatnikovRename the stat struct used internally by strace to...
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-17 Dmitry V. LevinChange -D option to imply -I4
2019-03-06 Eugene SyromyatnikovImplement queueing of threads before dispatching them
2019-02-25 Eugene Syromyatnikovstrace.c: fix up formatting after commit v4.24~48
2019-02-25 Eugene Syromyatnikovstrace.c: pass signal number to cleanup()
2019-02-19 Eugene SyromyatnikovMove call_summary() from cleanup() to terminate()
2019-02-19 Eugene Syromyatnikovdefs.h: define stack_trace_enabled to 0 is stack tracin...
2019-02-11 Eugene Syromyatnikovptrace_restart: do not print diagnostics when ptrace...
2019-02-11 Eugene Syromyatnikovptrace_restart: use xlat-based approach for printing...
2019-02-10 Eugene SyromyatnikovMake inline message on failed restart attempt more...
2019-02-09 Eugene SyromyatnikovMerge "<... resumed>" printing
2019-01-08 Baruch SiachFix build for no-MMU targets
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-22 Dmitry V. Levinstrace: terminate itself if interrupted by a signal
2018-12-17 Eugene SyromyatnikovUse sprintsigname for converting signal number to string
2018-12-17 Eugene SyromyatnikovAlways define WCOREDUMP
2018-12-13 Dmitry V. LevinCheck whether PTRACE_GET_SYSCALL_INFO is supported...
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-12-05 Dmitry V. LevinRefactor print_pc()
2018-11-24 Dmitry V. LevinEnhance error diagnostics when the first exec fails
2018-11-21 Dmitry V. LevinDocument -X option in strace -h output
2018-11-21 Dmitry V. LevinMove kill_save_errno to a separate header file
2018-09-03 Eugene SyromyatnikovPrint stack traces on signals
2018-08-19 Dmitry V. Levinstrace.c: introduce struct tcb_wait_data
2018-07-11 Dmitry V. LevinImplement -e kvm= option on all architectures
2018-07-10 Dmitry V. LevinMention -e inject option in "strace -h" output
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
next