]> granicus.if.org Git - strace/shortlog
strace
2018-02-09 Eugene SyromyatnikovUpdate MEMBARRIER_CMD_* constants
2018-02-07 Eugene Syromyatnikovperf.c: print group_fd argument of perf_event_open...
2018-02-07 Eugene Syromyatnikovsyscall.c: print higher bits of syscall return value...
2018-02-07 Eugene Syromyatnikovstrace.1.in: history update
2018-02-07 Eugene Syromyatnikovstrace.1.in: minor changes
2018-02-07 Eugene SyromyatnikovREADME.md: add information about git repository location
2018-02-07 Dmitry V. Levintests: rewrite net-accept-connect.c without strncpy
2018-02-06 Dmitry V. LevinUse kernel's fcntl.h header instead of libc's for open_...
2018-02-06 Dmitry V. Levinxlat: update TCP_* constants
2018-02-06 Dmitry V. Levinxlat: update IPV6_* constants
2018-02-06 Dmitry V. Levinxlat: update MAP_* constants
2018-02-06 Eugene Syromyatnikovtests: avoid triggering -Wstringop-truncation in ioctl_dm.c
2018-02-06 Eugene SyromyatnikovMakefile.am: minor EXTRA_DIST formatting changes
2018-02-06 Eugene SyromyatnikovMove large file-related wrappers to a separate header
2018-01-29 Dmitry V. Levinstrace.1: fix wording about setuid installation
2018-01-29 Gleb Fotengauer... Add KVM_PPC_GET_CPU_CHAR ioctl definition from linux...
2018-01-29 Eugene SyromyatnikovUpdate NEWS
2018-01-29 Eugene Syromyatnikovtests: check s390_pci_mmio_read and s390_pci_mmio_write...
2018-01-29 Eugene SyromyatnikovIntroduce s390_pci_mmio_read, s390_pci_mmio_write syste...
2018-01-29 Eugene Syromyatnikovtests: check s390_runtime_instr system call decoder
2018-01-29 Eugene SyromyatnikovIntroduce s390_runtime_instr system call decoder
2018-01-29 Eugene Syromyatnikovtests: check s390_guarded_storage system call decoder
2018-01-29 Eugene SyromyatnikovIntroduce s390_guarded_storage system call decoder
2018-01-29 Eugene Syromyatnikovtests: check s390_sthyi system call decoder
2018-01-29 Eugene SyromyatnikovIntroduce s390_sthyi system call decoder
2018-01-29 Eugene Syromyatnikovprint_fields.h: add macro to print hexadecimal array...
2018-01-29 Eugene SyromyatnikovAdd print_quoted_string flag to generate comment
2018-01-25 Eugene Syromyatnikovtests: make ioctl.test more flexible, use it for the...
2018-01-25 Eugene Syromyatnikovtests/gen_tests.sh: enable passing arguments to sourced...
2018-01-25 Eugene Syromyatnikovxlat/gen.sh: add some rudimentary support for comments
2018-01-25 Eugene Syromyatnikovconfigure.ac: sort architectures in lexicographical...
2018-01-25 Dmitry V. LevinDrop non-functional CRIS architecture support
2018-01-25 Eugene SyromyatnikovUpdate futex test in accordance with kernel's v4.15...
2018-01-25 Eugene Syromyatnikovtests/futex.c: improve error diagnostics
2018-01-25 Eugene SyromyatnikovAdd syscall entry for ARM-specific get_tls syscall
2018-01-25 Eugene SyromyatnikovFix syscall descriptions for ARM-specific system calls
2018-01-25 Eugene Syromyatnikovtests: check riscv_flush_icache syscall decoder
2018-01-25 Eugene SyromyatnikovImplement decoding of riscv_flush_icache syscall
2018-01-25 Eugene SyromyatnikovWorkaround stray PTRACE_EVENT_EXEC
2018-01-24 Dmitry V. Levintests: robustify set_ptracer_any
2018-01-24 Dmitry V. Levinia64: do not bail out in get_syscall_args if umove...
2018-01-24 Eugene Syromyatnikovstrace.c: reset printing_tcp on print_event_exit
2018-01-23 Dmitry V. Levintests: check path tracing of old select syscall
2018-01-23 Dmitry V. Levintests: check path tracing of select/_newselect syscalls
2018-01-23 Dmitry V. Levintests: extend the check of select/_newselect syscalls...
2018-01-23 Dmitry V. Levintests: redirect stdin to /dev/null
2018-01-23 Dmitry V. Levintests: add file:line to perror_msg_and_fail/error_msg_a...
2018-01-23 Dmitry V. LevinRework decoding and pathtrace of old select syscall
2018-01-23 Dmitry V. LevinTransform fetch_old_mmap_args into fetch_indirect_sysca...
2018-01-23 Eugene Syromyatnikovsignal.c: remove excess semicolon after the end of...
2018-01-23 Eugene SyromyatnikovUse char * for pointer arithmetics
2018-01-23 Eugene Syromyatnikovnetlink_inet_diag.c: remove unnecessary return
2018-01-21 Dmitry V. LevinMove decoder of getpagesize syscall to libstrace
2018-01-21 Eugene Syromyatnikovmpers: implement gawk 3 support
2018-01-21 Eugene Syromyatnikovdm: add support for event_nr in DM_LIST_DEVICES result
2018-01-21 Eugene SyromyatnikovMove definition of personality macros to arch_defs_.h
2018-01-21 Eugene SyromyatnikovIntroduce HAVE_ARCH_SA_RESTORER
2018-01-21 Dmitry V. LevinReplace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
2018-01-21 Dmitry V. LevinReplace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
2018-01-21 Dmitry V. LevinUse #if idiom instead of #ifdef for HAVE_ARCH_* macros.
2018-01-21 Dmitry V. LevinRename arch-specific arch_defs.h files to arch_defs_.h
2018-01-19 Dmitry V. LevinFix ANY_WORDSIZE_LESS_THAN_KERNEL_LONG definition
2018-01-19 Eugene Syromyatnikovutil: return string size in printstr
2018-01-19 Eugene Syromyatnikovucopy: return string size in umovestr
2018-01-19 Dmitry V. Levinmpers.awk: avoid redefinition of mpers_ptr_t
2018-01-19 Eugene SyromyatnikovAdd support for --enable-mpers=m32|mx32
2018-01-19 Eugene Syromyatnikovtests: improve setugid error diagnostics a bit
2018-01-19 Dmitry V. Levinv4l2: do not mpersify struct v4l2_create unless it...
2018-01-18 Dmitry V. Levinbtrfs: use uint32_t instead of __u32
2018-01-19 Eugene Syromyatnikovstrace.1.in: clarify mpers flags in strace -V output
2018-01-19 Eugene SyromyatnikovAdd compat support for s390x
2018-01-18 Eugene SyromyatnikovUpdate NEWS
2018-01-17 Dmitry V. Levintests: check path tracing of ppoll syscall
2018-01-17 Dmitry V. Levintests: check path tracing of poll syscall
2018-01-17 Eugene Syromyatnikovtests: enable old_mmap-P.test on s390x
2018-01-17 Eugene Syromyatnikovtests: check path tracing of old mmap syscall
2018-01-17 Eugene SyromyatnikovFix pathtrace for old_mmap/old_mmap_pgoff
2018-01-17 Eugene SyromyatnikovTest non-verbose old_mmap output
2018-01-17 Eugene Syromyatnikovmem.c: use runtime check in fetch_old_mmap_args
2018-01-17 Eugene Syromyatnikovmem.c: introduce fetch_old_mmap_args
2018-01-17 Eugene SyromyatnikovIntroduce arch-specific define HAVE_ARCH_OLD_MMAP
2018-01-17 Dmitry V. Levintests: improve descriptor set syntax testing
2018-01-16 Eugene Syromyatnikovstrace.c: print correct out file name in error messages...
2018-01-16 Eugene Syromyatnikovaarch64: use ARCH_SET_PERSONALITY_FROM_IOV_SIZE
2018-01-16 Eugene Syromyatnikovsyscall.c: add ability to set personality based on...
2018-01-16 Eugene Syromyatnikovsyscall.c: add sanity check for the target personality...
2018-01-16 Eugene Syromyatnikovsyscall.c: move current_personality check to set_person...
2018-01-16 Eugene Syromyatnikovsyscall.c: always update tcp->currpers in update_person...
2018-01-16 Eugene SyromyatnikovUpdate current_personality on tcb switch
2018-01-16 Eugene SyromyatnikovAdd support for specifying compiler options for mpers...
2018-01-16 Dmitry V. Levintests: improve syscall set syntax testing
2018-01-16 Dmitry V. LevinEnhance error diagnostics about invalid syscalls in...
2018-01-16 Dmitry V. Levinbasic_filters: use loop initial declarations
2018-01-16 Dmitry V. Levinfilter_qualify: use loop initial declarations
2018-01-16 Dmitry V. Levinconfigure: try to set the C compiler mode to accept...
2018-01-15 Dmitry V. Levinpathtrace: update the list of unrelated syscalls
2018-01-15 Dmitry V. Levinbasic_filters: move legacy tracing class names to the...
2018-01-15 Dmitry V. LevinEnhance decoding of mq_* syscalls
2018-01-15 Dmitry V. LevinEnhance error diagnostics about invalid syscalls in...
2018-01-15 Dmitry V. Levinbasic_filters: handle "all" in a more readable way
next