- 3d0f55e unix_parse_response: add a safety check by Dmitry V. Levin · 9 years ago
- dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
- ea8b8e3 Move fallback -yy socket print from printfd to print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
- fa8c286 Implement simultaneous use of -p option and tracing of a command by Dmitry V. Levin · 9 years ago
- 3872143 strace.1: fix format of -P description by Dmitry V. Levin · 9 years ago
- a8eb52f tests: use local nanosleep based sleep utility replacement by Dmitry V. Levin · 9 years ago
- 3d54c92 tests: add error_msg_and_fail function to libtests by Dmitry V. Levin · 9 years ago
- d44707d Fix dumping of recvmmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
- 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
- 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
- a541730 tests/tests.h: add ARRAY_SIZE and LENGTH_OF macros by Dmitry V. Levin · 9 years ago
- 590b240 tests: add hexdump_strdup function to libtests by Dmitry V. Levin · 9 years ago
- 536a035 tests: add tprintf function to libtests by Dmitry V. Levin · 9 years ago
- ed22711 quotactl: add Q_XGETQSTATV command decoding by Dmitry V. Levin · 9 years ago
- 60d4892 quotactl: add decoding of if_dqinfo.dqi_flags constants by Dmitry V. Levin · 9 years ago
- c02fd61 quotactl: consistenly decode all write and unknown commands on entering by Dmitry V. Levin · 9 years ago
- b176920 quotactl: fix Q_QUOTAON command decoding by Dmitry V. Levin · 9 years ago
- 7258d27 quotactl: print third argument as unsigned int by Dmitry V. Levin · 9 years ago
- 7ea48d6 quotactl: fix Q_XQUOTAOFF command decoding by Dmitry V. Levin · 9 years ago
- 6a9ac96 quotactl: fix Q_GETFMT and Q_XQUOTAON commands decoding by Dmitry V. Levin · 9 years ago
- 2d54496 Update quotactl constants by Dmitry V. Levin · 9 years ago
- 0894194 Replace u_int{8,16,32,64} with uint{8,16,32,64} by Dmitry V. Levin · 9 years ago
- 2105a97 Move definitions of quotactl constants to xlat files by Dmitry V. Levin · 9 years ago
- 972018f llseek.test: robustify against libcs invoking _llseek syscall on their own by Dmitry V. Levin · 9 years ago
- 8e37cff lseek.test: robustify against libcs invoking lseek syscall on their own by Dmitry V. Levin · 9 years ago
- 19d10f8 mmsg.test: fix regression introduced by commit v4.11-138-g6e815ce by Dmitry V. Levin · 9 years ago
- 68f7a66 aio.test: check memory access by aio decoders by Dmitry V. Levin · 9 years ago
- 1763fa5 s390, s390x: fix printing of syscalls unknown to the kernel by Dmitry V. Levin · 9 years ago
- e2136d4 s390, s390x: print all syscall arguments for syscall number 0 by Dmitry V. Levin · 9 years ago
- 606fcd0 mips o32: alias sys_syscall to printargs by Dmitry V. Levin · 9 years ago
- b227293 travis-ci: update build matrix by Dmitry V. Levin · 9 years ago
- cc902e3 mpers.awk: add support for DWARF files generated by clang by Dmitry V. Levin · 9 years ago
- 1ef7aa6 configure.ac: reorder some statements for better readability by Dmitry V. Levin · 9 years ago
- 3fdcdd4 scm_rights-fd.test: rewrite without fork by Dmitry V. Levin · 9 years ago
- 55f3c89 tests: fix clang "duplicate 'const' declaration specifier" warnings by Dmitry V. Levin · 9 years ago
- b6edea5 tests/times.c: fix clang compilation warning by Dmitry V. Levin · 9 years ago
- eb4649a tests/mmsg.c: fix build on rhel6/ppc by Dmitry V. Levin · 9 years ago
- 8493dcf s390: fix sigreturn decoding on recent kernels by Dmitry V. Levin · 9 years ago
- 65f8d39 Update PTRACE_* constants by Dmitry V. Levin · 9 years ago
- e714b87 Fix struct sigevent decoding for musl by Dmitry V. Levin · 9 years ago
- 2a6ac94 syscall.c: include <signal.h> by Dmitry V. Levin · 9 years ago
- 07572c6 signal.c: fix musl libc compilation warning by Dmitry V. Levin · 9 years ago
- 7bbf8b5 tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for musl by Dmitry V. Levin · 9 years ago
- 2165a35 tests/struct_flock.c: fix musl libc compilation warnings by Dmitry V. Levin · 9 years ago
- 4776e33 tests/inet-cmsg.c: fix musl libc compilation warnings by Dmitry V. Levin · 9 years ago
- c36270a aio.test: include <fcntl.h> instead of <sys/fcntl.h> by Dmitry V. Levin · 9 years ago
- 35eb03f mmsg.test: check memory access by sendmmsg and recvmmsg decoders by Dmitry V. Levin · 9 years ago
- 3a184fe mmsg.test: check decoding of flags passed to sendmmsg and recvmmsg by Dmitry V. Levin · 9 years ago
- 6e815ce mmsg.test: prefer direct sendmmsg/recvmmsg syscalls to libc wrappers by Dmitry V. Levin · 9 years ago
- 8df07e1 sigreturn.test: use RT_5 signal number instead of RT_2 by Dmitry V. Levin · 9 years ago
- 5b87572 avr32: wire up accept4 syscall by Dmitry V. Levin · 9 years ago
- 7de5331 sparc64: fix names of {s,g}etres{u,g}id syscalls by Dmitry V. Levin · 9 years ago
- b663fd9 sparc64: remove sparc32 syscall entries by Dmitry V. Levin · 9 years ago
- f77c4e6 sparc: remove sparc64 syscall entries by Dmitry V. Levin · 9 years ago
- f5fb0a7 sparc64: clone syscallent.h from sparc by Dmitry V. Levin · 9 years ago
- b111054 sparc: fix mlock2 sysentry, wire up bind, listen, and setsockopt syscalls by Dmitry V. Levin · 9 years ago
- 8249eeb tests: do not use settimeofday wrapper provided by libc by Dmitry V. Levin · 9 years ago
- 19ff2b2 ioctl.test: robustify against libcs invoking ioctl syscall on their own by Dmitry V. Levin · 9 years ago
- 2720a61 alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls by Dmitry V. Levin · 9 years ago
- b61b2d8 Cleanup parser of getpagesize syscall by Dmitry V. Levin · 9 years ago
- fbec510 alpha: alias getdtablesize to printargs by Dmitry V. Levin · 9 years ago
- 6833d61 tests: change text marker in fork-f and vfork-f tests by Dmitry V. Levin · 9 years ago
- be1cb92 Fix printing of 32-bit times syscall return value on 64-bit architectures by Dmitry V. Levin · 9 years ago
- 1eabdb3 tests/vfork-f.c: support platforms without vfork by Dmitry V. Levin · 9 years ago
- 6bf08e3 Fix and enhance decoding of sched_[gs]etaffinity syscalls by Dmitry V. Levin · 9 years ago
- 6267e4b tests: convert epoll_create1.test from match_grep to match_diff by Dmitry V. Levin · 9 years ago
- 6e65922 tests/struct_flock.c: use libtests by Dmitry V. Levin · 9 years ago
- c83746a tests/file_handle.c: use libtests by Dmitry V. Levin · 9 years ago
- 6feccf1 tests/uid32.c: use libtests by Dmitry V. Levin · 9 years ago
- 67c998b tests/uid16.c: use libtests by Dmitry V. Levin · 9 years ago
- eb81ecf tests/uid.c: use libtests by Dmitry V. Levin · 9 years ago
- ea56b5b tests/netlink_unix_diag.c: use libtests by Dmitry V. Levin · 9 years ago
- 285c3f4 tests/netlink_inet_diag.c: use libtests by Dmitry V. Levin · 9 years ago
- 82d1fd1 tests/readdir.c: use libtests by Dmitry V. Levin · 9 years ago
- 2e00fe9 tests/getdents64.c: use libtests by Dmitry V. Levin · 9 years ago
- 74769e9 tests/getdents.c: use libtests by Dmitry V. Levin · 9 years ago
- 29e5bde tests/ipc_shm.c: use libtests by Dmitry V. Levin · 9 years ago
- efb1340 tests/ipc_sem.c: use libtests by Dmitry V. Levin · 9 years ago
- 3ba7fec tests/ipc_msg.c: use libtests by Dmitry V. Levin · 9 years ago
- 4e4958e tests/ipc_msgbuf.c: use libtests by Dmitry V. Levin · 9 years ago
- bbbb97f tests/mq.c: use libtests by Dmitry V. Levin · 9 years ago
- 0077704 tests/utimensat.c: use libtests by Dmitry V. Levin · 9 years ago
- 647e795 tests/ppoll.c: use libtests by Dmitry V. Levin · 9 years ago
- 4e66672 tests/mmsg.c: use libtests by Dmitry V. Levin · 9 years ago
- 2c59f1e tests/ip_mreq.c: use libtests by Dmitry V. Levin · 9 years ago
- cf40111 tests/ioctl.c: use libtests by Dmitry V. Levin · 9 years ago
- b736a05 tests/pipe.c: use libtests by Dmitry V. Levin · 9 years ago
- a380ba0 tests/getrandom.c: use libtests by Dmitry V. Levin · 9 years ago
- 0b75320 tests/signalfd.c: use libtests by Dmitry V. Levin · 9 years ago
- 7fce908 tests/pc.c: use libtests by Dmitry V. Levin · 9 years ago
- 73aa88a tests/uio.c: use libtests by Dmitry V. Levin · 9 years ago
- b2ae749 tests/bpf.c: use libtests by Dmitry V. Levin · 9 years ago
- 9ad4409 tests/aio.c: use libtests by Dmitry V. Levin · 9 years ago
- 05a27ea tests/sched_xetattr.c: use libtests by Dmitry V. Levin · 9 years ago
- 2d161f5 tests/wait.c: use libtests by Dmitry V. Levin · 9 years ago
- f90f69f tests/vfork-f.c: use libtests by Dmitry V. Levin · 9 years ago
- 237fbcd tests/fork-f.c: use libtests by Dmitry V. Levin · 9 years ago
- a68d7ac tests/userfaultfd.c: use libtests by Dmitry V. Levin · 9 years ago
- f03712e tests/mlock2.c: use libtests by Dmitry V. Levin · 9 years ago
- d3bd308 tests/membarrier.c: use libtests by Dmitry V. Levin · 9 years ago