]> granicus.if.org Git - strace/history - linux/x86_64
mmap_cache: add function to enable mmap_cache
[strace] / linux / x86_64 /
2018-02-21 Dmitry V. Levinm68k: fix build
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-13 Eugene SyromyatnikovRemove old and unused maintenance scripts
2018-02-10 Eugene SyromyatnikovAdd pure syscall flag
2018-02-10 Eugene SyromyatnikovMake shuffle_scno globally available
2018-02-09 Eugene SyromyatnikovUse shuffle_scno for x32 syscall numbers
2018-02-09 Eugene Syromyatnikovlinux/x86_64/set_error.c: update eax for compat personality
2018-02-09 Eugene SyromyatnikovAdd SYSCALL_NEVER_FAILS flag to getpgrp
2018-02-09 Eugene Syromyatnikovlinux/x86_64/get_error.c: do not sign-extend if no...
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-15 Dmitry V. LevinEnhance decoding of mq_* syscalls
2018-01-03 Eugene SyromiatnikovChange argument of getregs_old from pid to tcp
2018-01-03 Eugene SyromiatnikovChange the first argument of upoke from pid to tcp
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_{SET, GET}_SREGS ioctl...
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_{SET, GET}_REGS ioctl...
2017-09-18 Dmitry V. LevinRemove KVM_S390_* ioctls from non-s390 architectures
2017-09-17 Dmitry V. LevinRemove some of arch-specific KVM ioctls from non-matchi...
2017-08-28 Gleb Fotengauer... Update ioctl entries from linux v4.13-rc7
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-06-17 Dmitry V. LevinFix a few spacing style issues
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-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-18 Victor KrapivenskyImplement decoding of statx syscall
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. LevinReplace widen_to_long with truncate_klong_to_current_wo...
2016-12-26 Dmitry V. LevinRemove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
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-12-01 Dmitry V. Levinsyscall_name: clear __X32_SYSCALL_BIT from syscall...
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-11-13 Eugene SyromyatnikovAdd support for pkey_mprotect, pkey_alloc, pkey_free...
2016-11-13 Dmitry V. Levinsyscall.c: refactor getregs_old fallback in get_regs
2016-09-09 Dmitry V. LevinMark io_setup and io_destroy as memory mapping related...
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-24 Dmitry V. Levinx86_64: provide a replacement of <asm/stat.h> for x32...
2016-08-09 Dmitry V. Levinfile.c: move definitions of struct stat32 to separate...
2016-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
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-25 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for personality syscall
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-08 Dmitry V. LevinFix exit syscall entries
2015-12-08 Dmitry V. LevinFix pread64 and pwrite64 syscall entries
2015-12-08 Dmitry V. LevinMove x32 <asm/stat.h> replacement to x32 specific directory
2015-12-04 Dmitry V. Levinx86_64, x32: add a replacement for <asm/stat.h>
2015-11-30 Dmitry V. Levinx86_64: change getregs_old to forward ptrace return...
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-11-28 Dmitry V. Levincleanup: make arch_sigreturn.c files more readable
2015-11-27 Dmitry V. Levinx32: fix sigreturn decoding
2015-11-24 Dmitry V. LevinFix syscall entries of unimplemented getpmsg and putpms...
2015-11-17 Dmitry V. LevinWire up userfaultfd, membarrier, and mlock2 syscalls
2015-07-20 Dmitry V. Levinsigreturn: make use of RVAL_DECODED
2015-07-12 Elvira KhabirovaIntroduce SEN macro
2015-05-25 Dmitry V. LevinConsistently use error_msg instead of fprintf(stderr)
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-04 Dmitry V. Levinx86_64, x32: implement rt_sigreturn decoding
2015-03-02 Dmitry V. Levinioctl: use x32 specific ioctl entries on x32 personality
2015-02-23 Dmitry V. LevinCleanup auxiliary signalent files
2015-02-23 Dmitry V. LevinCleanup auxiliary errnoent files
2015-02-15 Dmitry V. Levini386: fix compilation warning
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-12 Dmitry V. LevinWire up new syscalls
2015-01-12 Dmitry V. LevinChange syscallent.h files to use designated initializers
2015-01-12 Dmitry V. LevinFix umount and umount2 syscall entries
2015-01-12 Dmitry V. LevinFix number of arguments in ipc family syscall entries
2015-01-12 Dmitry V. LevinFix sched_setparam syscall entries
next