]> granicus.if.org Git - strace/shortlog
strace
2019-04-16 Dmitry V. Levintests: robustify umount and umount2 tests against futur...
2019-04-15 Dmitry V. Levinalpha: wire up getegid, geteuid, and getppid syscalls
2019-04-15 Dmitry V. Levinalpha: wire up statfs64 and fstatfs64 syscalls
2019-04-15 Dmitry V. LevinWire up pkey_* and rseq syscalls on remaining architectures
2019-04-15 Dmitry V. LevinWire up direct ipc syscalls on m68k, mips, powerpc...
2019-04-15 Dmitry V. Levinpowerpc, powerpc64: remove direct ipc syscall entries
2019-04-15 Dmitry V. Levinsh: wire up statx syscall
2019-04-15 Dmitry V. Levinm68k: wire up seccomp syscall
2019-04-15 Dmitry V. Levinarm: wire up kexec_file_load syscall
2019-04-15 Dmitry V. Levinarm: wire up migrate_pages syscall
2019-04-15 Dmitry V. Levinalpha: wire up io_pgetevents syscall
2019-04-15 Dmitry V. Levinia64: wire up perf_event_open and seccomp syscalls
2019-04-15 Dmitry V. Levinia64: wire up statx and io_pgetevents syscalls
2019-04-15 Dmitry V. Levinia64: make syscall entry table numbers more readable
2019-03-24 Guo RenAdd C-SKY architecture support
2019-03-24 Guo Renriscv: Fixup wrong clone's arguments define
2019-03-20 Dmitry V. LevinPost-release administrivia
2019-03-19 Dmitry V. LevinPrepare for 5.0 release v5.0
2019-03-19 Dmitry V. Levin.mailmap: add more entries to avoid duplication in...
2019-03-18 Dmitry V. Levinstrace.spec.in: do not define Group tag for modern...
2019-03-18 Dmitry V. Levinstrace-log-merge: enhance pid formatting
2019-03-18 Dmitry V. Levinstrace-log-merge: fix error diagnostics
2019-03-18 Eugene SyromyatnikovUpdate NEWS
2019-03-18 Dmitry V. LevinUpdate copyright year number range
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-18 Dmitry V. LevinFix preprocessor indentation
2019-03-17 Shankara PailoorHonor xlat styles when decoding mac addresses
2019-03-17 Shankara Pailoornet: print mac address consistently
2019-03-17 Dmitry V. LevinChange -D option to imply -I4
2019-03-15 Tuan Hoangs390: fix SIGNAL_FRAMESIZE macro
2019-03-14 Dmitry V. Levinbpf: add support for new seven fields in BPF_PROG_LOAD
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_TASK_FD_QUERY command
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_MAP_LOOKUP_AND_DELETE_EL...
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_BTF_GET_FD_BY_ID command
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_BTF_LOAD command
2019-03-13 Dmitry V. Levinbpf: make decoders of BPF_*_GET_FD_BY_ID commands retur...
2019-03-12 Dmitry V. Levinbpf: add support for new twelve fields in struct bpf_pr...
2019-03-12 Dmitry V. Levinbpf: add support for *jited_ksyms and *jited_func_lens...
2019-03-12 Dmitry V. Levinbpf: add support for btf_* fields in struct bpf_map_info
2019-03-12 Dmitry V. Levinbpf: add support for btf_* fields in BPF_MAP_CREATE
2019-03-12 Dmitry V. Levinbpf: print struct bpf_prog_info.gpl_compatible
2019-03-12 Dmitry V. Levinbpf: exclude bit fields from the check
2019-03-06 Eugene SyromyatnikovImplement queueing of threads before dispatching them
2019-03-06 Eugene SyromyatnikovAdd a generic list implementation
2019-03-06 Dmitry V. Levintests: check tracing of looping threads
2019-03-06 Dmitry V. LevinBump SYS_socket_subcall from 400 to 500
2019-03-06 Dmitry V. Levintests: check tracing of orphaned process group
2019-03-06 Dmitry V. Levintests: move PTRACE_SEIZE check to a separate file
2019-02-25 Eugene Syromyatnikovstrace.c: fix up formatting after commit v4.24~48
2019-02-25 Eugene Syromyatnikovtests: fix xgetrlimit output when syscall returns an...
2019-02-25 Eugene Syromyatnikovstrace.c: pass signal number to cleanup()
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
next