]> granicus.if.org Git - strace/shortlog
strace
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
2019-05-05 Dmitry V. LevinIntroduce ARCH_TIMESIZE
2019-05-05 Dmitry V. LevinIntroduce HAVE_ARCH_TIME32_SYSCALLS and HAVE_ARCH_OLD_T...
2019-05-04 Dmitry V. Levintime.c: introduce do_timerfd_gettime and do_timerfd_settime
2019-05-04 Dmitry V. Levintime.c: introduce do_timer_gettime and do_timer_settime
2019-05-04 Dmitry V. Levintime.c: introduce do_clock_gettime, do_clock_settime...
2019-05-04 Dmitry V. Levintime.c: introduce do_clock_adjtime
2019-05-04 Dmitry V. Levindo_adjtimex: parametrize print_timex
2019-05-04 Dmitry V. Levinutimes.c: introduce do_utimensat
2019-05-04 Dmitry V. Levinsignal.c: introduce do_rt_sigtimedwait
2019-05-04 Dmitry V. Levinsched.c: introduce do_sched_rr_get_interval
2019-05-04 Dmitry V. Levinpoll.c: introduce do_ppoll
2019-05-04 Dmitry V. Levinmq.c: introduce do_mq_timedsend and do_mq_timedreceive
2019-05-04 Dmitry V. Levinmmsghdr.c: introduce do_recvmmsg
2019-05-04 Dmitry V. Levinipc_sem.c: introduce do_semtimedop
2019-05-04 Dmitry V. Levinfutex.c: introduce do_futex
2019-05-04 Dmitry V. Levindesc.c: introduce do_pselect6
2019-05-04 Dmitry V. Levinprint_io_getevents: parametrize print_timespec
next