]> granicus.if.org Git - strace/shortlog
strace
2019-02-27 Eugene Syromyatnikov[wip] mmap_cache: rewrite using tracee_* calls esyr/gdbserver0
2019-02-27 Eugene Syromyatnikov[wip] gdbserver backend fixes
2019-02-27 Eugene Syromyatnikovstrace.c: indicate presence of gdb rtacing backen in...
2019-02-27 Eugene Syromyatnikovconfigure: fix additional_tracing_backends setting...
2019-02-27 Eugene Syromyatnikovgdbserver: readlink fixes
2019-02-27 Eugene Syromyatnikovgdbserver: remove gdb_dispatch_event
2019-02-27 Stan CoxMerge branch 'master' into gdbserver0
2019-02-27 Eugene SyromiatnikovUse call via structure only when multiple tracing backe... esyr/gdbserver-prep
2019-02-27 Eugene SyromiatnikovIntroduce tracing backend abstraction layer (TraBAL...
2019-02-27 Eugene Syromyatnikovtests: add additional tests for strace's -E behaviour
2019-02-27 Eugene Syromyatnikovstrace.c: construct and pass environment to startup_child
2019-02-27 Eugene Syromyatnikovtests: add support for negative match patterns to match...
2019-02-27 Eugene SyromyatnikovUse xzalloc(sz) instead of xcalloc(1, sz)
2019-02-27 Eugene Syromyatnikovxmalloc: add zero-initialisation counterparts for xmall...
2019-02-27 Eugene Syromyatnikovstrace.c: print resolved path name when startup child...
2019-02-27 Eugene Syromiatnikovsyscall.c: wrap arch_set_scno in TraBAL-specific wrapper
2019-02-27 Eugene SyromiatnikovPass tcp argument to pathtrace_select_set
2019-02-27 Eugene Syromyatnikovstrace.c: move ptrace-specific parts out of dispatch_event
2019-02-27 Eugene Syromiatnikovstrace.c: move argc+daemonized check to tracing_backend...
2019-02-27 Eugene Syromiatnikovstrace.c: move argc/nprocs check to the tracing_backend...
2019-02-27 Eugene Syromiatnikovstrace.c: move ptrace backend initialisation into a...
2019-02-27 Eugene Syromiatnikovstrace.c: move pathtrace_select calls to a later initia...
2019-02-27 Eugene Syromiatnikovstrace.c: use aux_children interface for handling strac...
2019-02-27 Eugene SyromiatnikovIntroduce an API for handling spawned auxiliary children
2019-02-27 Eugene Syromiatnikovstrace.c: implement a routine for creating a child...
2019-02-27 Eugene SyromiatnikovIntroduce next_setqual_scno (needed for gdbserver backend)
2019-02-27 Eugene Syromyatnikovstrace.c: pre-allocate tcb on PTRACE_EVENT_{FORK,VFORK...
2019-02-27 Eugene Syromyatnikovstrace.c: fix up formatting after commit v4.24~48
2019-02-27 Eugene Syromyatnikovtests: fix xgetrlimit output when syscall returns an...
2019-02-27 Eugene SyromyatnikovRename the stat struct used internally by strace to...
2019-02-27 Eugene SyromyatnikovMove open_file to largefile_wrappers.h
2019-02-27 Eugene Syromyatnikovstrace.c: pass signal to cleanup() instead of reading...
2019-02-27 Eugene SyromyatnikovImplement queueing of threads before dispatching them
2019-02-27 Eugene Syromyatnikovxmalloc: add ability to specify desired minimum size...
2019-02-27 Eugene SyromyatnikovAdd a generic list implementation
2019-02-27 Dmitry V. Levintests: check tracing of looping threads
2019-02-25 Gleb Fotengauer... Update ioctl entries from linux v5.0
2019-02-25 Gleb Fotengauer... maint: update for linux 5.0-rc8
2019-02-24 Dmitry V. Levinxlat/gen.sh: disable file name globbing by default
2019-02-24 Eugene Syromyatnikovxlat/gen.sh: speedup, part 5
2019-02-24 Eugene Syromyatnikovxlat/gen.sh: speedup, part 4
2019-02-24 Eugene Syromyatnikovxlat/gen.sh: speedup, part 3
2019-02-24 Eugene Syromyatnikovxlat/gen.sh: speedup, part 2
2019-02-24 Eugene Syromyatnikovxlat/gen.sh: speedup, part 1
2019-02-24 Eugene Syromyatnikovxlat/gen.sh: cleanup
2019-02-22 Eugene SyromyatnikovMakefile.am: pass D variable to shell scripts' environment
2019-02-21 Eugene Syromyatnikovtests: add checks for dumpstr output into read-write...
2019-02-20 Eugene Syromyatnikovutil: update dumpstr
2019-02-20 Eugene SyromyatnikovGeneralise UUID printing
2019-02-20 Eugene SyromyatnikovGeneralise some printing primitives
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-19 Dmitry V. Levinbuild: fix --with-libiberty
2019-02-18 Shankara PailoorHonor xlat styles when decoding ioprio_get and ioprio_set
2019-02-18 Shankara Pailoormove_pages: honor xlat styles
2019-02-18 Dmitry V. Levintests: robustify threads-execve test against the odds
2019-02-17 Shankara PailoorHonor xlat styles when decoding resource limits
2019-02-17 Dmitry V. Levinhppa: workaround kernel bug in syscall number tampering
2019-02-16 Dmitry V. Levinhppa: define PT_* constants as offsets inside struct...
2019-02-16 Dmitry V. Levinhppa: enhance decoding of PTRACE_PEEKUSER and PTRACE_PO...
2019-02-15 Dmitry V. Levinmips o32: fix 7th syscall argument with PTRACE_GET_SYSC...
2019-02-15 Dmitry V. Levinmips: update comment
2019-02-11 Eugene Syromyatnikovtests: add kill_child test
2019-02-11 Dmitry V. LevinWire up kexec_file_load syscall on architectures that...
2019-02-11 Dmitry V. LevinWire up rseq syscall on architectures that use generic...
2019-02-11 Dmitry V. Levintests: robustify preadv2-pwritev2 test against odd...
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 Dmitry V. LevinFix whitespace issues
2019-02-10 Eugene SyromyatnikovMake inline message on failed restart attempt more...
2019-02-09 Eugene Syromyatnikovsyscall.c: set MEMORY_MAPPING_CHANGE in stub sysent
2019-02-09 Eugene SyromyatnikovUse accessors for tcp->s_ent, return a stub struct...
2019-02-09 Eugene Syromyatnikovsyscall.c: remove arch check for SEN_execv usage
2019-02-09 Eugene SyromyatnikovMerge "<... resumed>" printing
2019-01-09 Shankara Pailoorsockaddr: print sin6_flowinfo field before sin6_addr
2019-01-08 Dmitry V. Levinmips o32: fix build
2019-01-08 Baruch SiachFix build for no-MMU targets
2019-01-08 Baruch Siachlinux/mips/.gitignore: drop copyright header
2019-01-08 Shankara PailoorHonor xlat styles when decoding sockaddr_in, sockaddr_i...
2019-01-07 Dmitry V. LevinRemove PRINT_FIELD_INET4_ADDR
2019-01-05 Dmitry V. Levinxlat: update REL_* constants
2019-01-05 Dmitry V. Levinxlat: update UDP_* constants
2019-01-05 Dmitry V. Levinxlat: update FAN_* constants
2019-01-05 Dmitry V. Levinxlat: update SCTP_* constants
2019-01-05 Dmitry V. Levinxlat: update IFLA_* constants
2019-01-05 Dmitry V. Levinxlat: update NETNSA_* constants
2019-01-05 Dmitry V. Levinxlat: update SECCOMP_* constants
2019-01-05 Dmitry V. Levinxlat: update NT_* constants
2019-01-05 Dmitry V. Levinxlat: update PR_* constants
2019-01-05 Dmitry V. Levinxlat: update V4L2_* constants
2019-01-05 Dmitry V. Levinxlat: update KVM_CAP_* constants
2019-01-05 Dmitry V. Levinxlat: update NDA_* constants
2019-01-05 Dmitry V. Levinxlat: update BTRFS_FEATURE_INCOMPAT_* constants
2019-01-05 Dmitry V. Levinxlat: update *_MAGIC constants
2019-01-05 Dmitry V. Levinxlat: update KERN_* constants
2019-01-05 Dmitry V. Levinxlat: update BPF_F_* constants
2019-01-05 Martin Lautests: fix prog_info initialization in bpf-obj_get_info...
2019-01-05 Dmitry V. Levintests: use tail_alloc instead of calloc in bpf-obj_get_...
2019-01-02 Dmitry V. LevinBring lists back to the sorted order
2019-01-01 Dmitry V. Levintests: fix strace-k.test on alpha
next