]> granicus.if.org Git - strace/history - linux/ia64
Remove XLAT_END
[strace] / linux / ia64 /
2019-09-25 Dmitry V. LevinUpdate copyright headers
2019-09-25 Chen JingpiaoIntroduce seccomp-assisted syscall filtering
2019-08-31 Paul ChaignonAdd seccomp filter syscall flag
2019-08-15 Dmitry V. LevinFix syscall tampering when PTRACE_GET_SYSCALL_INFO...
2019-07-09 Eugene Syromyatnikovia64: optimize syscallent table
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-05-22 Dmitry V. LevinUpdate copyright headers
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. LevinImplement and use new parsers of semtimedop syscall
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. Levinia64: wire up perf_event_open and seccomp syscalls
2019-04-15 Dmitry V. Levinia64: wire up statx and io_pgetevents syscalls
2019-04-15 Dmitry V. Levinia64: make syscall entry table numbers more readable
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-09 Eugene SyromyatnikovUse accessors for tcp->s_ent, return a stub struct...
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-24 Dmitry V. LevinAdd copyright headers to some files that lack them
2018-12-24 Dmitry V. LevinUpdate copyright headers
2018-12-17 Dmitry V. Levinia64: do not clobber r12 for raw syscalls
2018-12-13 Dmitry V. LevinIntroduce PTRACE_GET_SYSCALL_INFO support
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-06-13 Dmitry V. Levinia64: remove legacy i386 entries from the syscall entry...
2018-03-23 Dmitry V. LevinIntroduce raw syscall invocation wrappers
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-12 Eugene Syromyatnikovlinux/ia64: remove IA-32 mode support
2018-02-10 Eugene SyromyatnikovMark architectures that indicate syscall error in a...
2018-02-10 Eugene SyromyatnikovAdd pure syscall flag
2018-02-09 Eugene SyromyatnikovMark various arch-specific syscalls with SYSCALL_NEVER_...
2018-01-24 Dmitry V. Levinia64: do not bail out in get_syscall_args if umove...
2018-01-21 Eugene SyromyatnikovIntroduce HAVE_ARCH_SA_RESTORER
2018-01-21 Dmitry V. LevinReplace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
2018-01-21 Dmitry V. LevinReplace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
2018-01-15 Dmitry V. LevinEnhance decoding of mq_* syscalls
2017-12-24 Dmitry V. Levinsyscall: move all ia64 specific includes to an arch...
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-05-01 Eugene Syromyatnikovlinux/ia64/syscallent.h: remove tabulation, add spaces...
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-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-13 Dmitry V. Levinia64, mips, x86_64: remove no longer used parsers of...
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-09 Dmitry V. LevinIntroduce print_sigset_addr function
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. Levinupeek, upoke: change argument types from long to unsign...
2016-12-25 Dmitry V. Levinarch_sigreturn: change tracee address type from long...
2016-12-20 Dmitry V. Levinx32: implement automatic argument truncation for compat...
2016-12-18 Dmitry V. LevinChange scno type from long to unsigned long
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-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
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. Levinia64: decode fstatfs64 and statfs64
2016-02-13 Dmitry V. Levinalpha, ia64, mips, sh, sh64: fix the number of pipe...
2015-12-29 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for getpid, getppid and...
2015-12-29 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for umask syscall
2015-12-27 Dmitry V. Levinalpha, ia64, mips, nios2, powerpc, sparc: always check...
2015-12-25 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for personality syscall
2015-12-18 Dmitry V. Levinia64: wire up mlock2 syscall
2015-12-16 Szabolcs NagyFix SYS_FUNC and SEN macros for musl
2015-12-09 Dmitry V. Levinia64: print all ia32 syscalls using printargs
2015-12-08 Dmitry V. LevinFix pread64 and pwrite64 syscall entries
2015-12-08 Dmitry V. Levinia64: fix remap_file_pages syscall entry
next