]> granicus.if.org Git - strace/shortlog
strace
2018-02-27 Eugene SyromyatnikovUpdate the list of INET_DIAG_BC_* operators
2018-02-27 Eugene Syromyatnikovxlat: update the list of SCHED_FLAG_* constants
2018-02-27 Eugene Syromyatnikovxlat: provide fallback definitions for arch-independent...
2018-02-27 Eugene Syromyatnikovxlat: update the list of poll event flags
2018-02-27 Eugene Syromyatnikovxlat: add arch-specific si_codes constants
2018-02-27 Eugene Syromyatnikovrtnl_tc: support new TCA_* attributes
2018-02-27 Eugene Syromyatnikovrtnl_link: add decoding of new IFLA_* attributes
2018-02-27 Eugene Syromyatnikovrtnl_link: implement IFLA_EVENT_* decoding
2018-02-27 Eugene Syromyatnikovxlat: update the list of RWF_* constants
2018-02-27 Eugene Syromyatnikovtests: check decoding of ip6:port pairs associated...
2018-02-27 Eugene SyromyatnikovPrint IPv6 addresses in brackets
2018-02-26 Dmitry V. Levinstrace.spec.in: add gcc to build requirements
2018-02-26 Dmitry V. LevinMove definitions of fopen_for_input to largefile_wrappers.h
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache: record device major and minor numbers
2018-02-26 Masatake YAMATOmmap_cache: add function to enable mmap_cache
2018-02-26 Masatake YAMATOmmap_cache, unwind: lift up mmap_cache_delete invocatio...
2018-02-26 Masatake YAMATOmmap_cache: record protection bits
2018-02-26 Masatake YAMATOmmap_cache: move code for searching a mmap cache from...
2018-02-26 Masatake YAMATOmmap_cache: new subsystem derived from unwind.c
2018-02-26 Masatake YAMATOunwind: lift up unw_flush_cache from mmap cache managem...
2018-02-25 Dmitry V. Levindebian: sync with 4.21-1 package
2018-02-24 Eugene Syromyatnikovm4/mpers.m4: fix mpers name in comments added to config.h
2018-02-24 Dmitry V. Levinmpers.awk: use stdint.h instead of inttypes.h
2018-02-23 Dmitry V. LevinWipe out references to defunct sourceforge
2018-02-21 Dmitry V. Levinm68k: fix build
2018-02-15 Dmitry V. LevinDemote sourceforge.net
2018-02-15 Dmitry V. LevinUpdate copyright headers
2018-02-14 Dmitry V. LevinPost-release administrivia
2018-02-13 Dmitry V. LevinPrepare for 4.21 release v4.21
2018-02-13 Eugene Syromyatnikovtests/s390_sthyi.c: skip the test if s390_sthyi returns...
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-13 Eugene SyromyatnikovRemove old and unused maintenance scripts
2018-02-13 Dmitry V. LevinConsistently use MAX_ERRNO_VALUE
2018-02-13 Dmitry V. LevinExport SIZEOF_LONG and SIZEOF_KERNEL_LONG_T to tests
2018-02-13 Eugene Syromyatnikovtests: avoid ioctl_kvm_run test failure when built...
2018-02-13 Eugene Syromyatnikovtests/ioctl_kvm_run.c: add KVM_EXIT_MMIO diagnostics
2018-02-13 Eugene Syromyatnikovtests: add compatibility layer for accept call
2018-02-12 Dmitry V. Levindebian: build strace-udeb separately
2018-02-12 Dmitry V. LevinEnable symbol demangling in deb- and rpm-driven builds
2018-02-12 Dmitry V. Levindebian: re-enable -k option on x86_64
2018-02-12 Dmitry V. LevinAdd "strace -V" output to build log
2018-02-12 Eugene Syromyatnikovxlat: update NT_* constants
2018-02-12 Eugene SyromyatnikovUpdate the list of PKEY_* constants
2018-02-12 Eugene Syromyatnikovpowerpc, powerpc64: wire up pkey_* syscalls
2018-02-12 Eugene SyromyatnikovUpdate NEWS
2018-02-12 Eugene Syromyatnikovlinux/ia64: remove IA-32 mode support
2018-02-12 Eugene Syromyatnikovsyscall.c: parse return code second time after injecting
2018-02-11 Eugene Syromyatnikovsparc: mark as an architecture that has a dedicated...
2018-02-11 Eugene Syromyatnikovstrace.1.in: ffix
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-10 Eugene Syromyatnikovbasic_filters.c: introduce scno_by_name
2018-02-10 Eugene Syromyatnikovxstring.h: rephrase xappendstr description a bit
2018-02-10 Eugene Syromyatnikovxlat.c: return NULL in sprintflags if there are no...
2018-02-10 Eugene SyromyatnikovChange type of injected rval to kernel_long_t
2018-02-10 Eugene SyromyatnikovMark architectures that indicate syscall error in a...
2018-02-10 Eugene SyromyatnikovMake string_to_uint_ex more universal
2018-02-10 Eugene SyromyatnikovAdd pure syscall flag
2018-02-10 Eugene Syromyatnikovsyscall.c: warn if tampering failed
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
next