Revisions of strace

buildservice-autocommit accepted request 661648 from Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) (revision 29)
baserev update by copy to link target
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 28)
- Update to strace 4.26
  * Changes in behavior
    * If strace is interrupted by a signal it handles (currently
      one of HUP, INT, QUIT, PIPE, or TERM), strace terminates
      itself with this signal.
  * Improvements
    * Implemented obtainment of system call information using
      PTRACE_GET_SYSCALL_INFO ptrace API.
    * Implemented decoding of PTRACE_GET_SYSCALL_INFO ptrace request.
    * Implemented decoding of BLKGETZONESZ, BLKGETNRZONES, and RND* ioctl
      commands.
    * Enhanced xlat styles support configured by -X option.
    * Enhanced internet address formatting in structureless contexts.
    * Enhanced decoding of getsockopt SO_ERROR option.
    * Enhanced error diagnostics when the first exec fails.
    * Added %net as a short form of %network in syscall specifications.
    * Updated lists of ABS_*, BPF_*, FAN_*, IFA_*, IFLA_*, KVM_CAP_*, NETLINK_*,
      NTF_*, PR_SPEC_*, REL_*, SOL_*, TCA_*, and V4L2_* constants.
    * Updated lists of ioctl commands from Linux 4.20.
    * Enhanced manual page.
  * Bug fixes
    * Fixed "xlat_idx: Unexpected xlat value 0" warnings.
    * Fixed sthyi output format on s390.
    * Documented -X option in strace -h output.
buildservice-autocommit accepted request 645591 from Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) (revision 26)
baserev update by copy to link target
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 25)
- Update to strace 4.25
  * Improvements
    * Implemented decoding of KVM_CHECK_EXTENSION and NBD_* ioctl commands.
    * Implemented decoding of SOL_XDP socket option names.
    * Implemented decoding of AF_PACKET protocols in socket syscall.
    * Implemented decoding of AF_AX25 and AF_X25 addresses, protocols,
      and options.
    * Implemented stack trace printing on receiving signals.
    * Enhanced xlat styles support configured by -X option.
    * Enhanced decoding of IFLA_*, NETCONFA_*, and SMC_DIAG_* netlink attributes.
    * Wired up io_pgetevents syscall on arm, sparc, and sparc64.
    * Updated lists of AF_*, AUDIT_*, BPF_*, IFLA_*, IN_*, IPSTATS_*,
      IPV4_DEVCONF_*, NT_*, SCTP_*, SO_*, SOCK_*, SOL_*, and V4L2_* constants.
    * Updated lists of ioctl commands from Linux 4.19.
  * Bug fixes
    * Fixed decoding of bit sets in evdev ioctl commands.
    * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
    * Fixed test suite for the case when mlockall and unimplemented syscalls
      are explicitly disabled by a seccomp filter.
Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) committed (revision 24)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 23)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 22)
- Update to strace 4.23
  * Changes in behaviour
    * On x32 personality, 64-bit syscalls (such as readv) are now shown with "#64"
      suffix instead of "64:" prefix.
    * Changed error number output format: error numbers are consistently
      printed as "-1 ECONST (Error description)"
      for known errors and as "-1 (errno 123)" for unknown errors,
      regardless of -e raw qualification settings.
    * Unfetchable addresses inside arrays are now printed as comments.
    * Obsolete IA-32 mode syscall names are no longer printed on ia64.
  * Improvements
    * Implemented libdw backend for -k option, configured at build time
      using --with-libdw option.
    * Added -X option for configuring xlat output formatting (addresses
      Debian bug #692915).
    * Added support for personality designation ("64", "32", or "x32") to syscall
      qualifications in -e trace expressions.
    * Implemented injection of syscalls with no side effects as an alternative
      to injection of an invalid syscall (-e inject=SET:syscall= expression).
    * Improved support for reproducible builds (addresses Debian bug #896016).
    * Implemented decoding of BPF_PROG_QUERY and BPF_RAW_TRACEPOINT_OPEN bpf
      syscall commands.
    * Implemented decoding of INOTIFY_IOC_SETNEXTWD and PERF_EVENT_IOC_* ioctl
      commands.
    * Implemented decoding of PR_GET_SPECULATION_CTRL and PR_SET_SPECULATION_CTRL
      prctl syscall options.
    * Enhanced decoding of bpf, getsockopt, setsockopt, and socket syscalls.
    * Enhanced decoding of NETLINK_KOBJECT_UEVENT and NETLINK_ROUTE protocols.
    * Enhanced decoding of *_DIAG_MEMINFO netlink attributes.
    * Enhanced decoding of BTRFS_*, FS_IOC_*, SIOCGIFHWADDR, and SIOCSIFHWADDR
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 21)
buildservice-autocommit accepted request 576863 from Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) (revision 20)
baserev update by copy to link target
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 18)
- Update to strace 4.21
  * Changes in behaviour
    * Warning is now issued when -F option is used.
    * Warning is now issued when a tracee with unsupported personality
      is attached.
    * Unknown syscall numbers are now printed in hexadecimal form.
  * Improvements
    * Implemented decoding of netlink descriptor attributes as file descriptors.
    * Implemented decoding of hugetlb page size selection flags.
    * Implemented decoding of BPF_PROG_TEST_RUN, BPF_PROG_GET_NEXT_ID,
      BPF_MAP_GET_NEXT_ID, BPF_PROG_GET_FD_BY_ID, BPF_MAP_GET_FD_BY_ID,
      and BPF_OBJ_GET_INFO_BY_FD commands of bpf syscall.
    * Enhanced decoding of get_thread_area, memfd_create, modify_ldt,
      perf_event_open, reboot, s390_guarded_storage, s390_pcio_mmio_read,
      s390_pci_mmio_write, s390_runtime_instr, s390_sthyi, set_thread_area,
      and shmget syscalls.
    * Implemented decoding of KVM_* and DM_LIST_DEVICES ioctl commands.
    * Implemented decoding of riscv_flush_icache syscall.
    * Enhanced decoding of getsockopt and setsockopt syscalls for SOL_NETLINK
      level.
    * Enhanced decoding of BPF_MAP_CREATE command of bpf syscall.
    * Print values returned by mq_open syscall and first arguments
      of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls
      as file descriptors.
    * Added decoding of get_tls syscall on arm.
    * Added -e trace=%pure option for tracing system calls with no arguments that
      never fail.
    * Updated lists of IPV6_*, MAP_*, MEMBARRIER_CMD_*, MSG_*, NT_*, PKEY_*,
      SHM_*, and TCP_* constants.
    * Added manual page for the strace-log-merge command.
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 17)
- Update to strace 4.20
  * Improvements
    * Implemented decoding of NETLINK_NETFILTER netlink message types and flags.
    * Implemented decoding of SECCOMP_GET_ACTION_AVAIL operation of seccomp
      syscall.
    * Updated lists of ARPHRD_*, BPF_*, ETH_P_*, LOOP_*, MADV_*,
      MEMBARRIER_CMD_*, MFD_*, SECCOMP_*, SO_*, SOL_*, TCP_*, and UFFD_FEATURE_*
      constants.
    * Added decoding of statx syscall on hppa.
    * Updated lists of ioctl commands from Linux 4.14.
  * Bug fixes
    * Fixed powerpc personality support on powerpc64.
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 15)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 14)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 13)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 12)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 11)
Andreas Schwab's avatar Andreas Schwab (AndreasSchwab) committed (revision 10)
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by