]> granicus.if.org Git - strace/shortlog
strace
2015-02-19 Dmitry V. LevinMove CAP_* definitions out to header files
2015-02-18 Dmitry V. LevinDeclare all format printers with printf format attribute
2015-02-17 Dmitry V. LevinRename printnum to printnum_long to avoid confusion
2015-02-17 Dmitry V. LevinUse printnum_int consistently
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-16 Dmitry V. Levinmips: move ABI check to configure.ac
2015-02-16 Dmitry V. Levintests: support alternative names of select syscall
2015-02-15 Dmitry V. Levini386: fix compilation warning
2015-02-14 Dmitry V. LevinDo not reset get_regs_error unnecessarily
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-12 Dmitry V. LevinEnhance wait status decoding
2015-02-08 Bart Van Asschescsi: add bsg support
2015-02-08 Bart Van Asschescsi: Add iovec support
2015-02-08 Bart Van Asschescsi: on exit, print only initialized part of the buffer
2015-02-08 Bart Van Asschescsi: make print_sg_io_buffer() print square brackets...
2015-02-08 Bart Van Asschescsi: improve consistency with other decoding functions
2015-02-08 Dmitry V. Levintests: extend getdents to support all filesystems regar...
2015-02-08 Dmitry V. Levinprint_setsockopt: fix fall-through bug in SOL_IP switch...
2015-02-07 Dmitry V. LevinDo not watch for post-execve SIGTRAP if PTRACE_O_TRACEE...
2015-02-07 Dmitry V. LevinWhen the process stared by strace exits/terminates...
2015-02-07 Dmitry V. Levin-b execve: avoid misleading warning about unknown pid
2015-02-07 Dmitry V. Levin-b execve: do not use struct tcb after detach
2015-02-07 Dmitry V. Levintrace: split into several functions
2015-02-07 Dmitry V. Levinprintsiginfo: constify the first argument
2015-02-06 Dmitry V. Levintest: add a manual test for seccomp decoding
2015-02-06 Dmitry V. LevinImplement seccomp decoding
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-05 Dmitry V. LevinImplement getrandom syscall decoding
2015-02-04 Dmitry V. Levintests: add a test for select syscall decoding
2015-02-01 Dmitry V. Levintests: add a test for the latest dumpio fix
2015-02-01 Aurelien JacobsFix simultaneous -e read and -e write usage
2015-01-31 Dmitry V. Levinnet.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based...
2015-01-30 Dmitry V. Levinprintsock: do not fetch sockaddr.sa_data twice
2015-01-30 Dmitry V. Levinsetsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_...
2015-01-29 Dmitry V. Levintests: add a test for sockaddr_un.sun_path decoding
2015-01-29 Dmitry V. Levinprintsock: print the whole sockaddr_un.sun_path
2015-01-29 Dmitry V. Levinprintsock: do not fetch sockaddr_un.sun_path twice
2015-01-29 Dmitry V. Levinnet: define all SOL_* constants
2015-01-29 Dmitry V. Levinsetsockopt: decode PACKET_ADD_MEMBERSHIP
2015-01-29 Dmitry V. Levingetsockopt, setsockopt: do not decode structures in...
2015-01-28 Dmitry V. Levinsendmsg: do not decode msghdr in non-verbose mode
2015-01-28 Dmitry V. Levindecode_select: do not allocate unused memory
2015-01-26 Dmitry V. Levinxattr: quote using print_quoted_string
2015-01-26 Dmitry V. Levinv4l2: quote pixelformat
2015-01-26 Dmitry V. Levinv4l2: quote strings
2015-01-26 Dmitry V. Levinmips: quote sysmips nodename
2015-01-26 Dmitry V. Levinblock_ioctl: quote strings
2015-01-26 Dmitry V. Levinsys_uname: quote struct utsname members
2015-01-26 Dmitry V. Levinsock_ioctl: quote network interface names
2015-01-26 Dmitry V. Levinprintsock: quote network interface names
2015-01-26 Dmitry V. Levingetdents, getdents64: quote filenames
2015-01-26 Dmitry V. Levinprintfd: quote pathnames
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-24 Dmitry V. Levinavr32: fix typo in sys_timerfd syscall entry
2015-01-24 Dmitry V. Levinhppa: fix typos in getresuid and getresgid syscall...
2015-01-24 Helge Dellerhppa: fix typo in getpeername syscall entry
2015-01-24 Dmitry V. LevinImpove struct cmsghdr decoding
2015-01-24 Dmitry V. LevinUpdate SO_* constants
2015-01-24 Dmitry V. Levintests: run tests for each supported personality
2015-01-24 Dmitry V. LevinFix ILP32 personality struct cmsghdr decoding on LP64...
2015-01-24 Dmitry V. LevinFix ILP32 personality preadv/pwritev offset decoding...
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-21 Gabriel Laskarioctl: add decoding for parametrized command names
2015-01-21 Dmitry V. LevinUpdate auxiliary maintainer mode build tools
2015-01-21 Dmitry V. LevinUpdate warnings.m4
2015-01-21 Dmitry V. Levinpowerpc64: maintain own linux/powerpc64 subdirectory
2015-01-21 Dmitry V. Levinconfigure.ac: remove unused AC_INCLUDEDIR
2015-01-21 Dmitry V. Levinioctl: print unrecognized ioctl codes in _IOC(dir,type...
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2015-01-16 Dmitry V. Levinioctlent.sh: cleanup regexps that are used to fetch...
2015-01-16 Dmitry V. Levinioctlent.sh: sync lookup regexps that are used in grep...
2015-01-16 Dmitry V. Levinqemu_multiarch_testing: update
2015-01-14 Dmitry V. Levintests: add IPC_STAT to ipc tests, workaround limitiatio...
2015-01-14 Dmitry V. LevinChange length type of umoven and umovestr to unsigned
2015-01-14 Dmitry V. Levintests: skip sendmmsg/recvmmsg test if these syscalls...
2015-01-14 Dmitry V. Levintests: skip ip network tests when the network is not...
2015-01-14 Dmitry V. Levintests: handle the case when all 64 process capability...
2015-01-14 Dmitry V. Levintests: explicitly request gawk when using gawk features
2015-01-14 Dmitry V. Levintests: skip detach tests if kill does not work
2015-01-14 Dmitry V. LevinARM OABI: fix potential compilation warning
2015-01-14 Dmitry V. Levinpowerpc: fix potential compilation warning
2015-01-13 Dmitry V. Levinsparc, sparc64: remove ioctl header file names from...
2015-01-13 Dmitry V. Levinmips: enable indirect ipc subcall support
2015-01-13 Dmitry V. Levinmips: remove stub entries from syscallent files, genera...
2015-01-13 Dmitry V. Levinbuild: add $(builddir)/$(OS)/$(ARCH) to the headers...
2015-01-13 Dmitry V. Levinbuild: fix build if siginfo_t lacks si_timerid/si_overrun
next