]> granicus.if.org Git - strace/history - syscall.c
alpha: decode osf_statfs64 and osf_fstatfs64 syscalls
[strace] / syscall.c
2016-03-31 Dmitry V. LevinImplement dumping of preadv and pwritev syscalls
2016-02-14 Dmitry V. LevinReplace printargs_lu and printargs_ld with printargs_u...
2016-02-14 Dmitry V. LevinChange printargs_lu and printargs_ld to return RVAL_DECODED
2016-02-14 Dmitry V. LevinImplement dumping of vmsplice syscall
2016-01-20 Dmitry V. LevinFix dumping of recvmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix decoding and dumping of readv syscall in case of...
2016-01-13 Dmitry V. Levinmips o32: alias sys_syscall to printargs
2016-01-12 Dmitry V. Levinsyscall.c: include <signal.h>
2016-01-07 Dmitry V. LevinFix printing of 32-bit times syscall return value on...
2015-12-16 Szabolcs NagyFix SYS_FUNC and SEN macros for musl
2015-12-09 Dmitry V. Levinaarch64: swap 64-bit and 32-bit personalities
2015-11-30 Dmitry V. Levinsyscall.c: move inclusion of arch specific files to...
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-30 Dmitry V. Levincleanup: make get_syscall_result.c files more readable
2015-11-29 Dmitry V. Levincleanup: make get_error.c files more readable
2015-11-27 Dmitry V. Levinx32: fix struct dirent decoding
2015-11-18 Dmitry V. LevinAssume that libc provides sendmsg
2015-09-19 Dmitry V. LevinAdd is_erestart helper function
2015-09-19 Dmitry V. LevinAdd helper functions to clear/restore syserror
2015-09-16 Dmitry V. LevinSimplify use of mpers printers
2015-08-28 Elvira KhabirovaAdd mpers support
2015-08-18 Mike Frysingersignal: SIGSYS: decode si_syscall & si_arch fields
2015-07-12 Elvira KhabirovaChange comparisons with function pointers to comparison...
2015-07-12 Elvira KhabirovaAdd unique syscall entry numbers (SENs)
2015-07-12 Elvira KhabirovaIntroduce SEN macro
2015-07-09 Dmitry V. LevinImplement RVAL_DECODED flag
2015-06-30 Dmitry V. LevinFix filtering of <unavailable> syscalls
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-05-25 Dmitry V. LevinConsistently use error_msg instead of fprintf(stderr)
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-04-17 Dmitry V. Levinmips o32: decode indirect syscall
2015-04-07 Denys VlasenkoFix confusing "resuming interrupted unknown" message
2015-03-24 Dmitry V. Levinget_scno: add diagnostics for invalid syscall numbers
2015-03-23 Dmitry V. Levinsyscall.c: split arch specific code into separate arch...
2015-03-23 Dmitry V. Levinsyscall.c: prepare for the split
2015-03-23 Dmitry V. LevinMove get_regs error check from trace_syscall_entering...
2015-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-22 Dmitry V. Levindecode_socket_subcall: fetch all arguments with a singl...
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-03-21 Denys VlasenkoShow the syscall name in "resuming interrupted call...
2015-03-05 Dmitry V. Levinia64: use PTRACE_GETREGS to fetch registers
2015-03-05 Dmitry V. Levins390, s390x: use PTRACE_GETREGSET to fetch registers
2015-03-05 Dmitry V. Levinaarch64: fix compilation warnings
2015-03-04 Dmitry V. Levinaarch64: implement rt_sigreturn decoding
2015-03-04 Dmitry V. Levinx86_64, x32: implement rt_sigreturn decoding
2015-03-02 Dmitry V. Levinmips: fix compilation warning
2015-03-02 Dmitry V. Levinaarch64: add -i option support
2015-02-28 Dmitry V. LevinFix multiple personalities support in decoding syscall...
2015-02-28 Dmitry V. Levinbuild: include ptrace.h after regs.h
2015-02-24 Dmitry V. LevinRemove support for systems without PTRACE_SETOPTIONS
2015-02-23 Dmitry V. Levinsparc, x32: fix build regression
2015-02-23 Dmitry V. LevinChange errnoent.h files to use designated initializers
2015-02-19 Dmitry V. Levinis_negated_errno: sync MAX_ERRNO with the kernel
2015-02-16 Dmitry V. Levinprint_pc: fix multiple personalities support
2015-02-16 Dmitry V. Levinmips: use PTRACE_GETREGS to fetch all registers
2015-02-15 Dmitry V. Levini386: fix compilation warning
2015-02-14 Dmitry V. Levinget_syscall_result: remove redundant ifdefs
2015-02-14 Dmitry V. Levinget_regs: define for all architectures
2015-02-14 Dmitry V. Levinget_regs: unify code for architectures that use PTRACE_...
2015-02-14 Dmitry V. Levinget_regset: define iff PTRACE_GETREGSET is used
2015-02-14 Dmitry V. Levinarm, i386: switch back to use PTRACE_GETREGS
2015-02-14 Dmitry V. Levinsyscall.c: remove obsolete ifdefs
2015-02-14 Dmitry V. Levinsyscall.c: ensure that NT_PRSTATUS is defined
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-07 Dmitry V. LevinDo not watch for post-execve SIGTRAP if PTRACE_O_TRACEE...
2015-02-06 Dmitry V. Levinis_negated_errno: support large errno values
2015-02-06 Dmitry V. Levinx86, x32, x86_64: print SECCOMP_RET_ERRNO filtered...
2015-02-06 Dmitry V. Levinis_negated_errno: merge x86_64 and x32 definitions
2015-02-06 Dmitry V. Levinx32: rename is_negated_errno_x32 to is_negated_errno
2015-02-06 Dmitry V. Levinx86, x32, x86_64: do not skip syscall number -1
2015-02-06 Dmitry V. Levinx86_64: do not interpet syscall number -1 as a x32...
2015-02-01 Aurelien JacobsFix simultaneous -e read and -e write usage
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-14 Dmitry V. LevinARM OABI: fix potential compilation warning
2015-01-12 Dmitry V. Levinarm: rewrite shuffle_scno in a bit more readable way
2014-11-11 Masatake YAMATOAdd functions for dumping iovecs in mmsghdr used in...
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-10-31 Maarten ter HuurneInclude <linux/ptrace.h> regardless of <sys/reg.h>...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-05-30 Masatake YAMATOunwind: move stacktrace capturing and mmap cache invali...
2014-05-30 Masatake YAMATOunwind: introduce markers specifying the needs of speci...
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-29 Dmitry V. LevinConstify count_syscall function
2014-05-12 Dmitry V. LevinAlias sys_vfork to sys_fork
2014-03-20 Dmitry V. LevinARM EABI: disable OABI support by default
2014-03-03 Elliott Hughesaarch64: fix decoding of arm syscall numbers
2014-02-25 James Yangpowerpc64: fix 64-bit process detection on embedded
2013-12-31 Mike FrysingerDelete old PTRACE_{PEEK,POKE}USR logic
2013-09-26 Ali PolatelWork around conflict between <sys/ptrace.h> and <linux...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-07-18 Denys VlasenkoI386: fix signedness mismatch warning
2013-07-18 Denys VlasenkoARM: remove wrong NSIG = 32 define
2013-07-16 Denys VlasenkoImprove sigreturn decoding on x86 to show RT signal...
2013-07-12 Anton Blanchardpowerpc: fix some compiler warnings
next