2015-02-18 |
Dmitry V. Levin | Declare all format printers with printf format attribute |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Dmitry V. Levin | Rename printnum to printnum_long to avoid confusion |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Dmitry V. Levin | Use printnum_int consistently |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Dmitry V. Levin | print_pc: fix multiple personalities support |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Dmitry V. Levin | mips: use PTRACE_GETREGS to fetch all registers |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Dmitry V. Levin | mips: move ABI check to configure.ac |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Dmitry V. Levin | tests: support alternative names of select syscall |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Dmitry V. Levin | i386: fix compilation warning |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | Do not reset get_regs_error unnecessarily |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | get_syscall_result: remove redundant ifdefs |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | get_regs: define for all architectures |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | get_regs: unify code for architectures that use PTRACE_... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | get_regset: define iff PTRACE_GETREGSET is used |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | arm, i386: switch back to use PTRACE_GETREGS |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | syscall.c: remove obsolete ifdefs |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Dmitry V. Levin | syscall.c: ensure that NT_PRSTATUS is defined |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Dmitry V. Levin | Move regs-related macros and declarations from defs... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Dmitry V. Levin | Move all ptrace-related macros and declarations from... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Dmitry V. Levin | Enhance wait status decoding |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Bart Van Assche | scsi: add bsg support |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Bart Van Assche | scsi: Add iovec support |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Bart Van Assche | scsi: on exit, print only initialized part of the buffer |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Bart Van Assche | scsi: make print_sg_io_buffer() print square brackets... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Bart Van Assche | scsi: improve consistency with other decoding functions |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Dmitry V. Levin | tests: extend getdents to support all filesystems regar... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Dmitry V. Levin | print_setsockopt: fix fall-through bug in SOL_IP switch... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Dmitry V. Levin | Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEE... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Dmitry V. Levin | When the process stared by strace exits/terminates... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Dmitry V. Levin | -b execve: avoid misleading warning about unknown pid |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Dmitry V. Levin | -b execve: do not use struct tcb after detach |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Dmitry V. Levin | trace: split into several functions |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Dmitry V. Levin | printsiginfo: constify the first argument |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | test: add a manual test for seccomp decoding |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | Implement seccomp decoding |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | is_negated_errno: support large errno values |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | x86, x32, x86_64: print SECCOMP_RET_ERRNO filtered... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | is_negated_errno: merge x86_64 and x32 definitions |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | x32: rename is_negated_errno_x32 to is_negated_errno |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | x86, x32, x86_64: do not skip syscall number -1 |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dmitry V. Levin | x86_64: do not interpet syscall number -1 as a x32... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Dmitry V. Levin | Implement getrandom syscall decoding |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Dmitry V. Levin | tests: add a test for select syscall decoding |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Dmitry V. Levin | tests: add a test for the latest dumpio fix |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Aurelien Jacobs | Fix simultaneous -e read and -e write usage |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Dmitry V. Levin | net.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Dmitry V. Levin | printsock: do not fetch sockaddr.sa_data twice |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Dmitry V. Levin | setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Dmitry V. Levin | tests: add a test for sockaddr_un.sun_path decoding |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Dmitry V. Levin | printsock: print the whole sockaddr_un.sun_path |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Dmitry V. Levin | printsock: do not fetch sockaddr_un.sun_path twice |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Dmitry V. Levin | net: define all SOL_* constants |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Dmitry V. Levin | setsockopt: decode PACKET_ADD_MEMBERSHIP |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Dmitry V. Levin | getsockopt, setsockopt: do not decode structures in... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Dmitry V. Levin | sendmsg: do not decode msghdr in non-verbose mode |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Dmitry V. Levin | decode_select: do not allocate unused memory |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | xattr: quote using print_quoted_string |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | v4l2: quote pixelformat |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | v4l2: quote strings |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | mips: quote sysmips nodename |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | block_ioctl: quote strings |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | sys_uname: quote struct utsname members |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | sock_ioctl: quote network interface names |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | printsock: quote network interface names |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | getdents, getdents64: quote filenames |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | printfd: quote pathnames |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Dmitry V. Levin | Rework string_quote API |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | avr32: fix typo in sys_timerfd syscall entry |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | hppa: fix typos in getresuid and getresgid syscall... |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Helge Deller | hppa: fix typo in getpeername syscall entry |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | Impove struct cmsghdr decoding |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | Update SO_* constants |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | tests: run tests for each supported personality |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | Fix ILP32 personality struct cmsghdr decoding on LP64... |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Dmitry V. Levin | Fix ILP32 personality preadv/pwritev offset decoding... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Dmitry V. Levin | ioctl: take all 32 bits of ioctl commands into account |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Gabriel Laskar | ioctl: add decoding for parametrized command names |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Dmitry V. Levin | Update auxiliary maintainer mode build tools |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Dmitry V. Levin | Update warnings.m4 |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Dmitry V. Levin | powerpc64: maintain own linux/powerpc64 subdirectory |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Dmitry V. Levin | configure.ac: remove unused AC_INCLUDEDIR |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Dmitry V. Levin | ioctl: print unrecognized ioctl codes in _IOC(dir,type... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Dmitry V. Levin | ioctl: assume that all ioctl commands have unsigned... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Dmitry V. Levin | ioctlent.sh: cleanup regexps that are used to fetch... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Dmitry V. Levin | ioctlent.sh: sync lookup regexps that are used in grep... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Dmitry V. Levin | qemu_multiarch_testing: update |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | tests: add IPC_STAT to ipc tests, workaround limitiatio... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | Change length type of umoven and umovestr to unsigned |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | tests: skip sendmmsg/recvmmsg test if these syscalls... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | tests: skip ip network tests when the network is not... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | tests: handle the case when all 64 process capability... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | tests: explicitly request gawk when using gawk features |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | tests: skip detach tests if kill does not work |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | ARM OABI: fix potential compilation warning |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Dmitry V. Levin | powerpc: fix potential compilation warning |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Dmitry V. Levin | sparc, sparc64: remove ioctl header file names from... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Dmitry V. Levin | mips: enable indirect ipc subcall support |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Dmitry V. Levin | mips: remove stub entries from syscallent files, genera... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Dmitry V. Levin | build: add $(builddir)/$(OS)/$(ARCH) to the headers... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Dmitry V. Levin | build: fix build if siginfo_t lacks si_timerid/si_overrun |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Dmitry V. Levin | configure.ac: remove unused AM_CONDITIONAL expressions |
commit | commitdiff | tree | snapshot |
next |