]> granicus.if.org Git - strace/shortlog
strace
2018-02-10 Eugene Syromyatnikovsyscall.c: set errno if syscall is tampered
2018-02-10 Eugene Syromyatnikovtests/nsyscall-d.test: swap exp and log in diff calls
2018-02-10 Eugene Syromyatnikovlinux/arm/get_scno.c: use debug_msg
2018-02-10 Eugene SyromyatnikovDo not shuffle scno inside syscall_name
2018-02-10 Eugene SyromyatnikovHandle very special __ARM_NR_-prefixed syscalls
2018-02-10 Eugene SyromyatnikovMake shuffle_scno globally available
2018-02-10 Eugene Syromyatnikovsyscall.c: use shuffle_scno in syscall_name
2018-02-09 Eugene SyromyatnikovUse shuffle_scno for x32 syscall numbers
2018-02-09 Eugene SyromyatnikovMove shuffle_scno() invocation to get_scno
2018-02-09 Eugene SyromyatnikovMove shuffle_scno to arch-specific file
2018-02-09 Eugene SyromyatnikovPrint unknown syscall number in hexadecimal
2018-02-09 Eugene Syromyatnikovtests/accept.c: call accept syscall directly, if available
2018-02-09 Eugene Syromyatnikovprintsiginfo.c: add a comment about personality detecti...
2018-02-09 Eugene Syromyatnikovlinux/x86_64/set_error.c: update eax for compat personality
2018-02-09 Eugene SyromyatnikovMark various arch-specific syscalls with SYSCALL_NEVER_...
2018-02-09 Eugene SyromyatnikovAdd SYSCALL_NEVER_FAILS flag to getpgrp
2018-02-09 Eugene Syromyatnikovlinux/x86_64/get_error.c: do not sign-extend if no...
2018-02-09 Eugene Syromyatnikovtests/membarrier.c: fix expected output on nohz_full...
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
next