- a7c4ee4 Mpersify parsers of struct stat and struct stat64 by Dmitry V. Levin · 8 years ago
- c778f7a mpers.m4: check for struct stat64, struct stat, and their members by Dmitry V. Levin · 8 years ago
- a27c47b mpers: add MPERS_IS_* to CFLAGS passed to mpers.sh by Dmitry V. Levin · 8 years ago
- 1aae061 Move redefinition of stat types to asm_stat.h by Dmitry V. Levin · 8 years ago
- 1d81b3b x86_64: provide a replacement of <asm/stat.h> for x32 personality by Dmitry V. Levin · 8 years ago
- cbb95b6 x32/asm_stat.h: provide definitions for i386 personality by Dmitry V. Levin · 8 years ago
- c4da489 Introduce a separate SEN entry for fstatat64 syscall by Dmitry V. Levin · 8 years ago
- 788939b Do not check for struct stat.st_{a,c}time_nsec by Dmitry V. Levin · 8 years ago
- b685f90 Add sign_extend_unsigned_to_ll macro by Dmitry V. Levin · 8 years ago
- b2dd463 zero_extend_signed_to_ull: add short int support by Dmitry V. Levin · 8 years ago
- 031fc80 Rename widen_to_ull to zero_extend_signed_to_ull by Dmitry V. Levin · 8 years ago
- 3cac5dd sparc, sparc64: remove obsolete code by Dmitry V. Levin · 8 years ago
- 5f5fd0d sparc64: fix decoding of struct stat64 related syscalls by Dmitry V. Levin · 8 years ago
- bce8163 tests: fill old_value argument in timer{,fd}_xettime tests by Eugene Syromyatnikov · 8 years ago
- b53f546 Fix old_value argument retrieval in timerfd_settime parser by Eugene Syromyatnikov · 8 years ago
- d8f6735 Add RISC-V architecture support by Richard W.M. Jones · 8 years ago
- 714a162 Move SH-specific argument number calculation to getllval by Eugene Syromyatnikov · 8 years ago
- ae5feb4 sparc64: fix sigreturn decoding for sparc personality by Dmitry V. Levin · 8 years ago
- aa0c46f Fix compat decoding of struct sigaction.sa_mask on big endian architectures by Dmitry V. Levin · 8 years ago
- 3dfed0e Fix decoding of indirect shmat's return code for non-native personalities by Dmitry V. Levin · 8 years ago
- a48bbc7 sparc64: fix sparc personality decoding of mmap64's offset argument by Dmitry V. Levin · 8 years ago
- 1a6470f sparc64: fix decoding of the forth argument of semctl syscall by Dmitry V. Levin · 8 years ago
- 4b69c47 Add sparc64 specific ptrace constants by Dmitry V. Levin · 8 years ago
- daa0483 sparc64: fix sign extension bug of syscall args for sparc personality by Dmitry V. Levin · 8 years ago
- 23a5141 sparc64: fix tty ioctl numbers by Dmitry V. Levin · 8 years ago
- 7af5e65 evdev.c: fix typo in comment by Dmitry V. Levin · 8 years ago
- 7e2fe50 Drop support of dummy members of struct stat by Dmitry V. Levin · 8 years ago
- 18cac62 Assume that struct stat contains st_blksize, st_blocks, and st_rdev by Dmitry V. Levin · 8 years ago
- 472ce30 tests: fix pause.test when pause syscall is not available by Dmitry V. Levin · 8 years ago
- aaa7a77 powerpc64, sparc64: fix redefinitions of ARCH_PC_REG by Dmitry V. Levin · 8 years ago
- 8e98269 s390x, x32: remove redundant definitions of ARCH_PC_REG by Dmitry V. Levin · 8 years ago
- 7c6e8f1 tests: check for leaks of placeholder descriptors by Dmitry V. Levin · 8 years ago
- e4e9df2 tests/init.sh: print exit code of failed commands by Dmitry V. Levin · 8 years ago
- 559ec3e Fix leakage of placeholder descriptors to tracees by Dmitry V. Levin · 8 years ago
- c65e6b9 sparc64: fix decoding of uid and gid-related syscalls by Dmitry V. Levin · 8 years ago
- ad109ab tests: fix *stat64 tests on alpha by Dmitry V. Levin · 8 years ago
- 67ee3d6 tests: skip rt_tgsigqueueinfo.test when the syscall is not available by Dmitry V. Levin · 8 years ago
- a9147be tests/fcntl.c: fix fcntl test on mips64 by James Cowgill · 8 years ago
- 468dccf tests/nsyscalls.test: only trace the "syscall" syscall on mips o32 by James Cowgill · 8 years ago
- 3fb84bf tests/xstatx.c: fix stat syscall tests on mips64 by James Cowgill · 8 years ago
- 0bc735e tests/mlock2.c: fix test failure on mips64 by Dmitry V. Levin · 8 years ago
- 6a2f43c Use <asm/unistd.h> instead of <sys/syscall.h> by Dmitry V. Levin · 8 years ago
- 38d854e ia64: replace SYS_clone2 with __NR_clone2 by Dmitry V. Levin · 8 years ago
- e3dfc59 Make sure that tcp->s_ent and tcp->s_prev_ent do not point to freed memory by Dmitry V. Levin · 8 years ago
- 09dee9a file.c: move definitions of struct stat32 to separate files by Dmitry V. Levin · 8 years ago
- 5179183 sparc, sparc64: remove obsolete code by Dmitry V. Levin · 8 years ago
- deb3bce sparc64: fix decoding of stat family syscalls by Dmitry V. Levin · 8 years ago
- 60d7ec8 Fix decoding of invalid syscalls mapped to indirect subcalls by Dmitry V. Levin · 8 years ago
- c61dd7f linux/subcall.h: remove redundant definitions by Dmitry V. Levin · 8 years ago
- f2107d5 defs.h: simplify SUPPORTED_PERSONALITIES definition by Dmitry V. Levin · 8 years ago
- abfc0a6 defs.h: simplify PERSONALITY1_WORDSIZE definition by Dmitry V. Levin · 8 years ago
- 8d92151 defs.h: simplify PERSONALITY0_WORDSIZE definition by Dmitry V. Levin · 8 years ago
- aebfe83 sparc64: swap personality numbers by Dmitry V. Levin · 8 years ago
- 90a65a4 defs.h: cleanup personality specific macro definitions by Dmitry V. Levin · 8 years ago
- 42ceb0f Change #include guard trailing part comments by Dmitry V. Levin · 8 years ago
- 1890792 Unify usage of #include guards by Eugene Syromyatnikov · 8 years ago
- 7b1401e tests: add #include guards by Dmitry V. Levin · 8 years ago
- 3c8149a linux: add #include guards by Dmitry V. Levin · 8 years ago
- 08601fd tests/umode_t.c: guard against libc printf format errors by Dmitry V. Levin · 8 years ago
- f4001a3 travis: use a suitable musl revision by Dmitry V. Levin · 8 years ago
- 8d37438 Fix printing of mode_t, umode_t, and umask types by Dmitry V. Levin · 8 years ago
- c416ff5 tests: simplify attach-f-p.test by Dmitry V. Levin · 8 years ago
- 09fc30c tests: cleanup attach-p-cmd.test by Dmitry V. Levin · 8 years ago
- 8df052e ip_mreq.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
- 79bbee8 fanotify_mark.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
- 884e1e9 signalfd4.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
- 4f32876 tests: rename signalfd.test to signalfd4.test by Dmitry V. Levin · 8 years ago
- c4fdce5 memfd_create.test: rewrite from match_grep to match_diff by Dmitry V. Levin · 8 years ago
- b9bc216 Set exit status to 1 if strace has not traced any processes by Dmitry V. Levin · 8 years ago
- 2ddb73d Attach to the target process before attempting to attach to its siblings by Dmitry V. Levin · 8 years ago
- c925151 Report the name of ptrace command when ptrace_attach_or_seize fails. by Dmitry V. Levin · 8 years ago
- 795795a strace.c: refactor startup_attach by Dmitry V. Levin · 8 years ago
- bbfeea2 startup_attach: do not use atoi by Dmitry V. Levin · 8 years ago
- 6d3162a Do not enable mpers runtime checks if mpers is not enabled by Dmitry V. Levin · 8 years ago
- 8ff8ada linux/dummy_check.sh: remove obsolete script by Dmitry V. Levin · 8 years ago
- a290710 generate_xlat_in.sh: remove obsolete script by Dmitry V. Levin · 8 years ago
- f915f22 tests: use terse notation in designated initializers where appropriate by Dmitry V. Levin · 8 years ago
- 469fd10 Consistently use extended regular expressions where appropriate by Dmitry V. Levin · 8 years ago
- 1b2500c tests: fix extended regexps by Dmitry V. Levin · 8 years ago
- 1514448 Post-release administrivia by Dmitry V. Levin · 8 years ago
- 02fb175 Prepare for 4.13 release by Dmitry V. Levin · 8 years ago
- de5b009 Fix one more code pattern that might break gcc strict aliasing rules by Dmitry V. Levin · 8 years ago
- 82ffa78 Fix casts of ptrace's third argument by Dmitry V. Levin · 8 years ago
- e43bb8d tests/btrfs.c: do not include the same header file twice by Dmitry V. Levin · 8 years ago
- 9d168f3 tests: fix accept4.test on systems that lack SOCK_CLOEXEC definition by Dmitry V. Levin · 8 years ago
- cb44289 tests: fix vhangup.test by Dmitry V. Levin · 8 years ago
- 58d0ee2 tests: fix chown.test by Dmitry V. Levin · 8 years ago
- 197829a x32: fix syscall entries for x86_64 variants of io_setup and io_submit by Dmitry V. Levin · 8 years ago
- 76ebcf1 tests/ipc.c: fix typo by Dmitry V. Levin · 8 years ago
- f922fcc NEWS: Prepare for 4.13 release by Dmitry V. Levin · 8 years ago
- fcca2c4 debian: add gcc-multilib to Build-Depends for relevant architectures by Dmitry V. Levin · 8 years ago
- 1a7c38d tests: check decoding of ipc syscall by Dmitry V. Levin · 8 years ago
- b412d75 Fix corner cases of ipc syscall decoding by Dmitry V. Levin · 8 years ago
- 9c652cc tests: skip netlink_protocol.test on old systems by Dmitry V. Levin · 8 years ago
- b7844f8 Do not print too many arguments of socketcall syscall by Dmitry V. Levin · 8 years ago
- 3b6bc9b tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_t by Dmitry V. Levin · 8 years ago
- 9bd2382 x32, mips n32: make printargs print full 64-bit syscall arguments by Dmitry V. Levin · 8 years ago
- b49c65c tests: check decoding of socketcall syscall by Dmitry V. Levin · 8 years ago
- e0a0d89 Fix corner cases of socketcall syscall by Dmitry V. Levin · 8 years ago
- 374dc48 tests: check decoding and dumping of send and recv syscalls by Dmitry V. Levin · 8 years ago