]> granicus.if.org Git - strace/history - linux/aarch64
Remove XLAT_END
[strace] / linux / aarch64 /
2019-09-25 Dmitry V. LevinUpdate copyright headers
2019-09-25 Chen JingpiaoIntroduce seccomp-assisted syscall filtering
2019-08-15 Dmitry V. LevinUse perror_func_msg instead of perror_msg where appropriate
2019-08-05 Dmitry V. LevinRemove AUDIT_ARCH_* fallback definitions from arch_get_...
2019-07-16 Dmitry V. Levinaarch64: remove syscall numbers range [1024...1079...
2019-07-04 Gleb Fotengauer... Update ioctl entries from linux v5.2
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-12 Dmitry V. LevinImplement and use new parsers of poll syscall
2019-02-25 Gleb Fotengauer... Update ioctl entries from linux v5.0
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-24 Dmitry V. LevinAdd copyright headers to some files that lack them
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-17 Dmitry V. LevinRemove redundant range initializers in syscallent files
2018-05-22 Dmitry V. LevinSimplify errnoent and signalent
2018-04-03 Gleb Fotengauer... Restore kvm ioctl definitions for aarch64 and mips...
2018-03-23 Dmitry V. LevinIntroduce raw syscall invocation wrappers
2018-02-10 Eugene SyromyatnikovAdd pure syscall flag
2018-02-10 Eugene SyromyatnikovHandle very special __ARM_NR_-prefixed syscalls
2018-02-10 Eugene SyromyatnikovMake shuffle_scno globally available
2018-02-09 Eugene SyromyatnikovMove shuffle_scno() invocation to get_scno
2018-02-09 Eugene SyromyatnikovMove shuffle_scno to arch-specific file
2018-02-09 Eugene SyromyatnikovAdd SYSCALL_NEVER_FAILS flag to getpgrp
2018-01-23 Dmitry V. LevinRework decoding and pathtrace of old select syscall
2018-01-21 Eugene SyromyatnikovMove definition of personality macros to arch_defs_.h
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-17 Eugene SyromyatnikovIntroduce arch-specific define HAVE_ARCH_OLD_MMAP
2018-01-16 Eugene Syromyatnikovaarch64: use ARCH_SET_PERSONALITY_FROM_IOV_SIZE
2017-07-14 Lazar TrsicMove is_negated_errno() to new header negated_errno.h
2017-06-17 Dmitry V. LevinFix a few spacing style issues
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-07 Abhishek TiwariImplement -e trace=%statfs option
2017-03-13 Dmitry V. LevinIntroduce get_rt_sigframe_addr function
2017-01-28 Elvira KhabirovaImplement success injection
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-18 Dmitry V. LevinChange scno type from long to unsigned long
2016-11-28 Dmitry V. Levinaarch64, arm, sparc: add comments on fault injection...
2016-11-16 Dmitry V. LevinImplement arch specific methods of changing syscall...
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-09 Dmitry V. Levinfile.c: move definitions of struct stat32 to separate...
2016-02-13 Dmitry V. LevinFix numbers of syscall arguments in syscall tables
2015-12-11 Dmitry V. Levinaarch64: make arm registers unsigned
2015-12-09 Dmitry V. Levinaarch64: swap 64-bit and 32-bit personalities
2015-11-30 Dmitry V. LevinCleanup print_pc
2015-11-30 Dmitry V. Levincleanup: make get_scno.c files more readable
2015-11-30 Dmitry V. Levincleanup: make get_syscall_args.c files more readable
2015-11-29 Dmitry V. Levincleanup: make get_error.c files more readable
2015-07-12 Elvira KhabirovaIntroduce SEN macro
2015-03-23 Dmitry V. Levinsigreturn.c: split arch specific code into separate...
2015-03-23 Dmitry V. Levinsyscall.c: split arch specific code into separate arch...
2015-03-16 Andreas Schwabaarch64: properly decode generic syscalls
2015-03-16 Andreas Schwabaarch64: fix ioctl decoding
2015-03-05 Dmitry V. Levinaarch64: fix compilation warnings
2015-03-04 Dmitry V. Levinaarch64: implement rt_sigreturn decoding
2015-02-23 Dmitry V. LevinCleanup auxiliary signalent files
2015-02-23 Dmitry V. LevinCleanup auxiliary errnoent files
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-12 Dmitry V. LevinFix umount and umount2 syscall entries
2015-01-12 Dmitry V. LevinCreate generic 64-bit syscallent.h
2015-01-12 Dmitry V. LevinFix sched_setparam syscall entries
2015-01-12 Dmitry V. Levinaarch64: fix syscall names for statfs, fstatfs, truncat...
2015-01-12 Dmitry V. Levinaarch64: fix mlock syscall entry
2014-08-15 Mike FrysingerUpdate syscall tables to the point where they include...
2014-05-30 Dmitry V. Levinunwind: add SE and SI flags to syscall entries for...
2014-05-12 Dmitry V. LevinAdd TM flag to shmat and shmdt syscall entries
2013-05-07 Dmitry V. Levinpread, pwrite: fix number of syscall arguments
2013-05-07 Dmitry V. Levinpreadv, pwritev: fix number of syscall arguments
2013-05-07 Dmitry V. Levinfallocate: fix number of syscall arguments
2013-05-07 Dmitry V. Levinreadahead: fix number of syscall arguments
2013-05-06 Dmitry V. LevinFix syscall flags
2013-03-30 Andreas SchwabFix building outside source directory
2013-03-20 Dmitry V. LevinDo not use off_t in sendfile decoding
2013-03-05 Denys VlasenkoAssorted fixes to syscallent.h
2012-11-12 Steve McIntyreAdd support for tracing 32-bit ARM EABI binaries on...
2012-10-26 Dmitry V. LevinEnhance quotactl decoding
2012-10-26 Steve McIntyreAdd AArch64 support to strace