]> granicus.if.org Git - strace/history - linux/s390
Remove XLAT_END
[strace] / linux / s390 /
2019-09-25 Dmitry V. LevinUpdate copyright headers
2019-09-10 Gleb Fotengauer... Update ioctl entries from linux v5.3
2019-08-31 Paul ChaignonAdd seccomp filter syscall flag
2019-08-15 Dmitry V. LevinFix syscall tampering when PTRACE_GET_SYSCALL_INFO...
2019-06-29 Dmitry V. LevinIntroduce linux/syscallent-common.h and linux/syscallen...
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-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. 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. LevinUse new parsers of adjtimex and clock_adjtime syscalls
2019-04-15 Dmitry V. LevinWire up pkey_* and rseq syscalls on remaining architectures
2019-04-15 Dmitry V. LevinWire up direct ipc syscalls on m68k, mips, powerpc...
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-18 Dmitry V. LevinFix preprocessor indentation
2019-03-15 Tuan Hoangs390: fix SIGNAL_FRAMESIZE macro
2019-03-06 Dmitry V. LevinBump SYS_socket_subcall from 400 to 500
2019-02-25 Gleb Fotengauer... Update ioctl entries from linux v5.0
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-26 Gleb Fotengauer... Update ioctl entries from linux v4.20
2018-12-24 Dmitry V. LevinAdd copyright headers to some files that lack them
2018-12-24 Dmitry V. LevinUpdate copyright headers
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-12-05 Dmitry V. LevinRefactor get_syscall_args() and get_error()
2018-12-05 Dmitry V. LevinRefactor stack pointers
2018-07-11 Eugene SyromyatnikovWire up io_pgetevents and rseq on hppa, microblaze...
2018-06-01 Eugene Syromyatnikovs390: wire up kexec_file_load syscall
2018-04-04 Eugene SyromyatnikovIntroduce print_big_u64_addr
2018-04-03 Gleb Fotengauer... Update ioctl entries from linux v4.16
2018-03-23 Dmitry V. LevinIntroduce raw syscall invocation wrappers
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-10 Eugene SyromyatnikovAdd pure syscall flag
2018-02-09 Eugene SyromyatnikovAdd SYSCALL_NEVER_FAILS flag to getpgrp
2018-01-29 Eugene SyromyatnikovIntroduce s390_pci_mmio_read, s390_pci_mmio_write syste...
2018-01-29 Eugene SyromyatnikovIntroduce s390_runtime_instr system call decoder
2018-01-29 Eugene SyromyatnikovIntroduce s390_guarded_storage system call decoder
2018-01-29 Eugene SyromyatnikovIntroduce s390_sthyi system call decoder
2018-01-21 Dmitry V. LevinReplace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
2018-01-21 Dmitry V. LevinRename arch-specific arch_defs.h files to arch_defs_.h
2018-01-19 Eugene SyromyatnikovAdd compat support for s390x
2018-01-17 Eugene SyromyatnikovIntroduce arch-specific define HAVE_ARCH_OLD_MMAP
2018-01-15 Dmitry V. LevinEnhance decoding of mq_* syscalls
2017-11-13 Gleb Fotengauer... s390, s390x: update ioctl entries from linux 4.14
2017-09-17 Dmitry V. LevinRemove some of arch-specific KVM ioctls from non-matchi...
2017-09-01 Gleb Fotengauer... s390: update ioctl entries from linux 4.13
2017-08-25 Dmitry V. Levins390: wire up s390_guarded_storage syscall
2017-08-11 Nikolay MarchukAdd TF flag to inotify_add_watch syscall entries
2017-07-14 Lazar TrsicMove is_negated_errno() to new header negated_errno.h
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-21 Eugene SyromyatnikovImplement -e trace=%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%lstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%statfs option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstatfs option
2017-04-15 Victor KrapivenskyUpdate statx parser and syscall entries lists to the...
2017-04-14 Dmitry V. LevinRevert "Implement -e trace=%sched option"
2017-04-14 Dmitry V. LevinRevert "Implement -e trace=%clock option"
2017-04-07 Abhishek TiwariImplement -e trace=%statfs option
2017-04-06 Rishi BhattImplement -e trace=%clock option
2017-03-23 Gleb Fotengauer... Update ioctl entries from linux v4.11-rc3
2017-03-13 Dmitry V. LevinImplement proper decoding of rt_sigreturn syscall
2017-03-13 Dmitry V. LevinIntroduce get_rt_sigframe_addr function
2017-03-13 Dmitry V. LevinIntroduce struct_rt_sigframe type
2017-03-05 Eugene SyromyatnikovImplement -e trace=%sched option for tracing sched_...
2017-01-28 Elvira KhabirovaImplement success injection
2017-01-11 Dmitry V. LevinRemove redundant commas at the end of structure initial...
2016-12-27 Dmitry V. LevinIntroduce NSIG_BYTES
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinarch_sigreturn: change tracee address type from long...
2016-12-18 Dmitry V. LevinChange scno type from long to unsigned long
2016-11-22 Dmitry V. LevinMove KVM_* ioctl entries from ioctls_inc*.h to ioctls_a...
2016-11-16 Dmitry V. LevinImplement arch specific methods of changing syscall...
2016-09-09 Dmitry V. LevinMark io_setup and io_destroy as memory mapping related...
2016-08-23 Dmitry V. LevinIntroduce a separate SEN entry for fstatat64 syscall
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2016-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
2016-04-29 Dmitry V. LevinRemove initialization of big holes in syscallent.h...
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
2016-02-13 Dmitry V. LevinFix numbers of syscall arguments in syscall tables
2016-02-13 Dmitry V. Levins390: decode fadvise64 and fadvise64_64
2016-01-13 Dmitry V. Levins390, s390x: fix printing of syscalls unknown to the...
2016-01-13 Dmitry V. Levins390, s390x: print all syscall arguments for syscall...
2016-01-12 Dmitry V. Levins390: fix sigreturn decoding on recent kernels
2015-12-29 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for getpid, getppid and...
next