2016-08-24 |
Dmitry V. Levin | Revert "tests/xstatx.c: fix stat syscall tests on mips64" |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Dmitry V. Levin | Mpersify parsers of struct stat and struct stat64 |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Dmitry V. Levin | mpers.m4: check for struct stat64, struct stat, and... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Dmitry V. Levin | mpers: add MPERS_IS_* to CFLAGS passed to mpers.sh |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Dmitry V. Levin | Move redefinition of stat types to asm_stat.h |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Dmitry V. Levin | x86_64: provide a replacement of <asm/stat.h> for x32... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Dmitry V. Levin | x32/asm_stat.h: provide definitions for i386 personality |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Dmitry V. Levin | Introduce a separate SEN entry for fstatat64 syscall |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Dmitry V. Levin | Do not check for struct stat.st_{a,c}time_nsec |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Dmitry V. Levin | Add sign_extend_unsigned_to_ll macro |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Dmitry V. Levin | zero_extend_signed_to_ull: add short int support |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Dmitry V. Levin | Rename widen_to_ull to zero_extend_signed_to_ull |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Dmitry V. Levin | sparc, sparc64: remove obsolete code |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Dmitry V. Levin | sparc64: fix decoding of struct stat64 related syscalls |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Eugene Syromyatnikov | tests: fill old_value argument in timer{,fd}_xettime... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Eugene Syromyatnikov | Fix old_value argument retrieval in timerfd_settime... |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Richard W.M... | Add RISC-V architecture support |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Eugene Syromyatnikov | Move SH-specific argument number calculation to getllval |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Dmitry V. Levin | sparc64: fix sigreturn decoding for sparc personality |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Dmitry V. Levin | Fix compat decoding of struct sigaction.sa_mask on... |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Dmitry V. Levin | Fix decoding of indirect shmat's return code for non... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Dmitry V. Levin | sparc64: fix sparc personality decoding of mmap64's... |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Dmitry V. Levin | sparc64: fix decoding of the forth argument of semctl... |
commit | commitdiff | tree | snapshot |
2016-08-16 |
Dmitry V. Levin | Add sparc64 specific ptrace constants |
commit | commitdiff | tree | snapshot |
2016-08-16 |
Dmitry V. Levin | sparc64: fix sign extension bug of syscall args for... |
commit | commitdiff | tree | snapshot |
2016-08-16 |
Dmitry V. Levin | sparc64: fix tty ioctl numbers |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Dmitry V. Levin | evdev.c: fix typo in comment |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Dmitry V. Levin | Drop support of dummy members of struct stat |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Dmitry V. Levin | Assume that struct stat contains st_blksize, st_blocks... |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Dmitry V. Levin | tests: fix pause.test when pause syscall is not available |
commit | commitdiff | tree | snapshot |
2016-08-14 |
Dmitry V. Levin | powerpc64, sparc64: fix redefinitions of ARCH_PC_REG |
commit | commitdiff | tree | snapshot |
2016-08-14 |
Dmitry V. Levin | s390x, x32: remove redundant definitions of ARCH_PC_REG |
commit | commitdiff | tree | snapshot |
2016-08-13 |
Dmitry V. Levin | tests: check for leaks of placeholder descriptors |
commit | commitdiff | tree | snapshot |
2016-08-13 |
Dmitry V. Levin | tests/init.sh: print exit code of failed commands |
commit | commitdiff | tree | snapshot |
2016-08-13 |
Dmitry V. Levin | Fix leakage of placeholder descriptors to tracees |
commit | commitdiff | tree | snapshot |
2016-08-12 |
Dmitry V. Levin | sparc64: fix decoding of uid and gid-related syscalls |
commit | commitdiff | tree | snapshot |
2016-08-12 |
Dmitry V. Levin | tests: fix *stat64 tests on alpha |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Dmitry V. Levin | tests: skip rt_tgsigqueueinfo.test when the syscall... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
James Cowgill | tests/fcntl.c: fix fcntl test on mips64 |
commit | commitdiff | tree | snapshot |
2016-08-11 |
James Cowgill | tests/nsyscalls.test: only trace the "syscall" syscall... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
James Cowgill | tests/xstatx.c: fix stat syscall tests on mips64 |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Dmitry V. Levin | tests/mlock2.c: fix test failure on mips64 |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | Use <asm/unistd.h> instead of <sys/syscall.h> |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | ia64: replace SYS_clone2 with __NR_clone2 |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | Make sure that tcp->s_ent and tcp->s_prev_ent do not... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | file.c: move definitions of struct stat32 to separate... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | sparc, sparc64: remove obsolete code |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | sparc64: fix decoding of stat family syscalls |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Dmitry V. Levin | Fix decoding of invalid syscalls mapped to indirect... |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Dmitry V. Levin | linux/subcall.h: remove redundant definitions |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Dmitry V. Levin | defs.h: simplify SUPPORTED_PERSONALITIES definition |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Dmitry V. Levin | defs.h: simplify PERSONALITY1_WORDSIZE definition |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Dmitry V. Levin | defs.h: simplify PERSONALITY0_WORDSIZE definition |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Dmitry V. Levin | sparc64: swap personality numbers |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Dmitry V. Levin | defs.h: cleanup personality specific macro definitions |
commit | commitdiff | tree | snapshot |
2016-08-07 |
Dmitry V. Levin | Change #include guard trailing part comments |
commit | commitdiff | tree | snapshot |
2016-08-08 |
Eugene Syromyatnikov | Unify usage of #include guards |
commit | commitdiff | tree | snapshot |
2016-08-06 |
Dmitry V. Levin | tests: add #include guards |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Dmitry V. Levin | linux: add #include guards |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Dmitry V. Levin | tests/umode_t.c: guard against libc printf format errors |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Dmitry V. Levin | travis: use a suitable musl revision |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Dmitry V. Levin | Fix printing of mode_t, umode_t, and umask types |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dmitry V. Levin | tests: simplify attach-f-p.test |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dmitry V. Levin | tests: cleanup attach-p-cmd.test |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dmitry V. Levin | ip_mreq.test: rewrite from match_grep to match_diff |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dmitry V. Levin | fanotify_mark.test: rewrite from match_grep to match_diff |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dmitry V. Levin | signalfd4.test: rewrite from match_grep to match_diff |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Dmitry V. Levin | tests: rename signalfd.test to signalfd4.test |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Dmitry V. Levin | memfd_create.test: rewrite from match_grep to match_diff |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dmitry V. Levin | Set exit status to 1 if strace has not traced any processes |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dmitry V. Levin | Attach to the target process before attempting to attac... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dmitry V. Levin | Report the name of ptrace command when ptrace_attach_or... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dmitry V. Levin | strace.c: refactor startup_attach |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dmitry V. Levin | startup_attach: do not use atoi |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Dmitry V. Levin | Do not enable mpers runtime checks if mpers is not... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Dmitry V. Levin | linux/dummy_check.sh: remove obsolete script |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Dmitry V. Levin | generate_xlat_in.sh: remove obsolete script |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Dmitry V. Levin | tests: use terse notation in designated initializers... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Dmitry V. Levin | Consistently use extended regular expressions where... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Dmitry V. Levin | tests: fix extended regexps |
commit | commitdiff | tree | snapshot |
2016-07-27 |
Dmitry V. Levin | Post-release administrivia |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | Prepare for 4.13 release v4.13 |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | Fix one more code pattern that might break gcc strict... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | Fix casts of ptrace's third argument |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | tests/btrfs.c: do not include the same header file... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | tests: fix accept4.test on systems that lack SOCK_CLOEX... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | tests: fix vhangup.test |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dmitry V. Levin | tests: fix chown.test |
commit | commitdiff | tree | snapshot |
2016-07-25 |
Dmitry V. Levin | x32: fix syscall entries for x86_64 variants of io_setu... |
commit | commitdiff | tree | snapshot |
2016-07-25 |
Dmitry V. Levin | tests/ipc.c: fix typo |
commit | commitdiff | tree | snapshot |
2016-07-24 |
Dmitry V. Levin | NEWS: Prepare for 4.13 release |
commit | commitdiff | tree | snapshot |
2016-07-23 |
Dmitry V. Levin | debian: add gcc-multilib to Build-Depends for relevant... |
commit | commitdiff | tree | snapshot |
2016-07-22 |
Dmitry V. Levin | tests: check decoding of ipc syscall |
commit | commitdiff | tree | snapshot |
2016-07-22 |
Dmitry V. Levin | Fix corner cases of ipc syscall decoding |
commit | commitdiff | tree | snapshot |
2016-07-21 |
Dmitry V. Levin | tests: skip netlink_protocol.test on old systems |
commit | commitdiff | tree | snapshot |
2016-07-21 |
Dmitry V. Levin | Do not print too many arguments of socketcall syscall |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Dmitry V. Levin | tests/nsyscalls.c: change the type of syscall arguments... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Dmitry V. Levin | x32, mips n32: make printargs print full 64-bit syscall... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Dmitry V. Levin | tests: check decoding of socketcall syscall |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Dmitry V. Levin | Fix corner cases of socketcall syscall |
commit | commitdiff | tree | snapshot |
next |