]> granicus.if.org Git - strace/history - syscall.c
decode_poll_exiting: reserve more space in output buffer
[strace] / syscall.c
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
2013-07-07 Denys Vlasenkos390[x]: get rid of syscall_mode, delete code which...
2013-07-04 Denys VlasenkoARM: add STRACE_KNOWS_ONLY_EABI define which can be...
2013-07-01 Denys VlasenkoRemove ia64-specific printing of current address on...
2013-07-01 Denys VlasenkoRename ia32 to ia64_ia32mode, and make it bool, not...
2013-06-30 Denys VlasenkoFold is_restart_error() into its sole user
2013-06-28 Denys VlasenkoPOWERPC: get rid of "static long ppc_result"
2013-06-28 Denys VlasenkoPOWERPC: read ppc_regs.nip if -i
2013-06-28 Denys VlasenkoPOWERPC: if GETREGS fails with EIO, don't try it again
2013-06-28 Denys VlasenkoGet rid of powerpc_getreg(), it's a copy of upeek()
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-06-26 Anton Blanchardpowerpc: Provide a fallback for old kernels without...
2013-06-26 Anton Blanchardpowerpc: Use PTRACE_GETREGS to fetch all registers
2013-05-14 Denys VlasenkoHide startup syscalls.
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
2013-03-18 Dmitry V. LevinReorganize get_regs code, hopefully without functional...
2013-03-18 Dmitry V. Levinarm, i386: use PTRACE_GETREGSET if available
2013-03-18 Dmitry V. LevinInclude <sys/uio.h> and <elf.h> on all architectures
2013-03-18 Dmitry V. Levinx86-64: enhance PTRACE_GETREGSET test
2013-03-18 Dmitry V. Levinx32: use PTRACE_GETREGSET unconditionally
2013-03-18 Dmitry V. Levinx86-64, x32: do not include linux/ptrace.h unnecessarily
2013-03-05 Denys VlasenkoEmit better message for ERESTARTNOHAND return
2013-03-05 James HoganAdd support for Imagination Technologies Meta
2013-03-01 Dmitry V. LevinFix trace=set regression introduced by commit v4.7...
2013-02-26 Dmitry V. LevinFix compilation errors uncovered by -Werror=enum-compare
2013-02-26 Denys VlasenkoMass replace error_msg("%s", "literal") -> error_msg...
next