]> granicus.if.org Git - strace/shortlog
strace
2019-06-29 Dmitry V. LevinImplement decoding of fspick syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsmount syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsconfig syscall
2019-06-29 Dmitry V. Levinprint_dirfd: do not print trailing comma
2019-06-29 Dmitry V. LevinImplement decoding of fsopen syscall
2019-06-29 Dmitry V. LevinImplement decoding of move_mount syscall
2019-06-29 Dmitry V. LevinImplement decoding of open_tree syscall
2019-06-29 Dmitry V. LevinIntroduce linux/syscallent-common.h and linux/syscallen...
2019-06-29 Dmitry V. Levinia64: introduce BASE_NR to syscallent initializers
2019-06-29 Dmitry V. Levinmips: refactor syscallent initializers
2019-06-29 Dmitry V. Levinxlat: update AT_* constants
2019-06-28 Paul Chaignontravis: Move fastest test configuration first
2019-06-22 Dmitry V. Levinget_os_release: tolerate malformed kernel release strings
2019-06-20 Dmitry V. LevinImplement decoding of CLONE_PIDFD flag of clone syscall
2019-06-20 Dmitry V. LevinIntroduce printnum_fd
2019-06-20 Dmitry V. LevinEnhance decoding of CLONE_PARENT_SETTID flag of clone...
2019-06-20 Dmitry V. Levinclone: fix printing of zero clone flags
2019-06-20 Dmitry V. Levinclone: print read-only arguments on entering syscall
2019-06-20 Dmitry V. Levintests: check decoding of clone flags
2019-06-18 Dmitry V. Levinclone: cleanup
2019-06-18 Dmitry V. Levinxlat: update CLONE_* constants
2019-06-14 Paul ChaignonUse debug_msg macro where possible
2019-05-27 Dmitry V. Levinxlat: update ETH_* constants
2019-05-27 Dmitry V. Levinxlat: update KBD_* constants
2019-05-27 Dmitry V. Levinxlat: update TIPC_* constants
2019-05-27 Dmitry V. Levinxlat: update KVM_CAP_* constants
2019-05-27 Dmitry V. Levinxlat: update CLONE_* constants
2019-05-26 Dmitry V. Levinxlat: update V4L2_PIX_* constants
2019-05-26 Dmitry V. Levinxlat: fix v4l2_pix_fmts sorting order
2019-05-26 Dmitry V. Levinxlat: update V4L2_CID_* constants
2019-05-25 Dmitry V. Levinxlat: update AUDIT_* constants
2019-05-24 Dmitry V. Levinxlat: update AUDIT_ARCH_* constants
2019-05-23 Masatake YAMATOtests: print the reason of failure in ioctl_kvm_run...
2019-05-23 Dmitry V. LevinPost-release administrivia
2019-05-22 Dmitry V. LevinPrepare for 5.1 release v5.1
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-22 Eugene SyromyatnikovUse xzalloc(sz) instead of xcalloc(1, sz)
2019-05-22 Eugene Syromyatnikovxmalloc: introduce xzalloc
2019-05-22 Eugene SyromyatnikovRename the stat struct used internally by strace to...
2019-05-22 Eugene SyromyatnikovMove open_file to largefile_wrappers.h
2019-05-21 Dmitry V. Levintests: robustify bpf-obj_get_info_by_fd test against...
2019-05-21 Dmitry V. Levinbpf: add support for new fields in struct bpf_prog_info
2019-05-21 Dmitry V. Levinxlat: update FAN_* constants
2019-05-21 Dmitry V. Levinxlat: update IPV6_* constants
2019-05-21 Dmitry V. Levinxlat: update F_SEAL_* constants
2019-05-21 Dmitry V. Levinbtrfs: implement decoding of BTRFS_IOC_FORGET_DEV argument
2019-05-21 Gleb Fotengauer... Update ioctl entries from linux v5.1
2019-05-20 Dmitry V. Levinxlat: update FAN_* constants
2019-05-20 Dmitry V. Levinxlat: update PR_SPEC_* constants
2019-05-20 Dmitry V. Levinxlat: update BPF_* constants
2019-05-20 Dmitry V. Levinxlat: update V4L2_* constants
2019-05-20 Dmitry V. Levinxlat: update NT_* constants
2019-05-19 Dmitry V. LevinImplement decoding of io_uring_* syscalls
2019-05-18 Dmitry V. LevinImplement decoding of pidfd_send_signal syscall
2019-05-17 Dmitry V. Levintests: check decoding of SO_TIMESTAMP*_NEW control...
2019-05-17 Dmitry V. LevinImplement decoding of SO_TIMESTAMP*_NEW control messages
2019-05-17 Dmitry V. Levinprint_timespec.h: parametrize TIMESPEC_T.tv_nsec
2019-05-17 Dmitry V. Levinprint_timespec.h: conditionalize printers
2019-05-17 Dmitry V. Levinxlat: add SO_TIMESTAMP*_NEW constants
2019-05-16 Dmitry V. LevinUse kernel_timeval64_t in definition of kernel_timex64_t
2019-05-16 Dmitry V. LevinIntroduce kernel_timeval64_t type
2019-05-15 Dmitry V. Levinxlat: add _OLD suffixes to SO_RCVTIMEO and SO_SNDTIMEO
2019-05-15 Dmitry V. LevinRename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
2019-05-15 Dmitry V. LevinReplace SCM_TIMESTAMP* constants with SO_TIMESTAMP*
2019-05-15 Dmitry V. Levintests: add another test of SO_TIMESTAMP and SO_TIMESTAM...
2019-05-12 Dmitry V. Levinprint_timespec.c: remove unused printers
2019-05-12 Dmitry V. LevinImplement and use new parsers of utimensat syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of timerfd_gettime and...
2019-05-12 Dmitry V. LevinImplement and use new parsers of timer_gettime and...
2019-05-12 Dmitry V. LevinImplement and use new parsers of nanosleep syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of clock_nanosleep syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of clock_gettime and...
2019-05-12 Dmitry V. LevinImplement and use new parsers of mq_timedsend and mq_ti...
2019-05-12 Dmitry V. LevinImplement and use new parsers of rt_sigtimedwait syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of sched_rr_get_interval...
2019-05-12 Dmitry V. LevinImplement and use new parsers of poll syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of ppoll syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of recvmmsg syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of semtimedop syscall
2019-05-12 Dmitry V. LevinIntroduce subcall32.h and subcall64.h wrappers
2019-05-12 Dmitry V. LevinImplement and use new parsers of futex syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of pselect6 syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of io_pgetevents syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of io_getevents syscall
2019-05-11 Dmitry V. LevinWire up *time64 system calls
2019-05-11 Dmitry V. LevinImplement parsers of new *time64 system calls
2019-05-11 Dmitry V. LevinUse new parsers of adjtimex and clock_adjtime syscalls
2019-05-11 Dmitry V. LevinImplement parsers of 64-bit adjtimex and clock_adjtime...
2019-05-11 Dmitry V. LevinImplement parsers of 32-bit adjtimex and clock_adjtime...
2019-05-10 Dmitry V. Levinsparc64: implement printer for sparc64-specific struct...
2019-05-10 Dmitry V. LevinImplement printer for kernel_timex64_t
2019-05-10 Dmitry V. LevinImplement printer for kernel_timex32_t
2019-05-10 Dmitry V. LevinIntroduce kernel_timex64_t
2019-05-10 Dmitry V. LevinIntroduce kernel_timex32_t
2019-05-09 Dmitry V. LevinRe-implement mpersified timespec printers using timespe...
2019-05-09 Dmitry V. LevinImplement printers for kernel_timespec64_t
2019-05-09 Dmitry V. LevinImplement printers for kernel_timespec32_t
2019-05-09 Dmitry V. Levinprint_timespec.c: introduce helper macros and functions
2019-05-05 Dmitry V. LevinIntroduce kernel_timespec64_t type
2019-05-05 Dmitry V. LevinIntroduce kernel_timespec32_t type
next