2016-08-30 |
Eugene Syromyatnikov | futex: avoid printing val when it is not used by the... |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Eugene Syromyatnikov | xlat: add FUTEX_WAIT* commands with FUTEX_CLOCK_REALTIM... |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Eugene Syromyatnikov | futex: fix formatting of unknown command argument |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Eugene Syromyatnikov | futex: add handling of FUTEX_FD command |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Eugene Syromyatnikov | futex: fix formatting of val3 hexadecimal argument |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Eugene Syromyatnikov | futex: fix FUTEX_WAKE_OP compare function mask |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Dmitry V. Levin | tests: use correct m32/mx32 st_mtime_nsec checks in... |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Dmitry V. Levin | Remove redundant check for PTRACE_LISTEN availability |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Dmitry V. Levin | Remove unused autoconf macro AC_TYPE_GETGROUPS |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Dmitry V. Levin | Remove unused autoconf macro AC_TYPE_MODE_T |
commit | commitdiff | tree | snapshot |
2016-08-30 |
James Clarke | Use PTRACE_SUNDETACH everywhere on SPARC and SPARC64 |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Dmitry V. Levin | Remove obsolescent autoconf macro AC_HEADER_STDC |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Dmitry V. Levin | Remove unneeded autoconf macro AC_HEADER_DIRENT |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Dmitry V. Levin | Remove unneeded autoconf macro AC_HEADER_STDBOOL |
commit | commitdiff | tree | snapshot |
2016-08-27 |
Dmitry V. Levin | Remove obsolescent autoconf macro AC_HEADER_STAT |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Dmitry V. Levin | Do not use AC_HEADER_MAJOR, include <sys/sysmacros... |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Dmitry V. Levin | btrfs: mpersify struct btrfs_ioctl_vol_args_v2 |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Elvira Khabirova | mpers.awk: relax union member name absence check |
commit | commitdiff | tree | snapshot |
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 |
next |