index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce struct_rt_sigframe type
Dmitry V. Levin
2017-03-13
19
-0
/
+655
*
unwind.c: fix a possible buffer overflow
Victor Krapivensky
2017-03-13
1
-1
/
+1
*
util.c: remove a wrong comment
Victor Krapivensky
2017-03-13
1
-1
/
+0
*
riscv: export riscv_sp_ptr
Dmitry V. Levin
2017-03-10
3
-0
/
+3
*
or1k: export or1k_sp_ptr
Dmitry V. Levin
2017-03-10
3
-0
/
+3
*
nios2: export nios2_sp_ptr
Dmitry V. Levin
2017-03-10
3
-0
/
+3
*
metag: export metag_sp_ptr
Dmitry V. Levin
2017-03-10
3
-0
/
+3
*
avr32: export avr32_sp_ptr
Dmitry V. Levin
2017-03-10
3
-0
/
+3
*
arc: export arc_sp_ptr
Dmitry V. Levin
2017-03-10
3
-0
/
+3
*
Introduce print_sigset_addr function
Dmitry V. Levin
2017-03-09
10
-8
/
+18
*
README.md: rework guidelines about sending bug reports
Dmitry V. Levin
2017-03-08
1
-1
/
+4
*
Update information on how to build strace from git repository
Abhishek Tiwari
2017-03-08
3
-5
/
+11
*
README.md: fix references to in-tree files
Dmitry V. Levin
2017-03-05
1
-2
/
+2
*
INSTALL: regenerate from install.texi
Dmitry V. Levin
2017-03-05
1
-147
/
+146
*
install.texi: remove irrelevant sections
Dmitry V. Levin
2017-03-05
1
-82
/
+1
*
install.texi: import from GNU Autoconf
Dmitry V. Levin
2017-03-05
1
-0
/
+438
*
Implement -e trace=%sched option for tracing sched_* syscalls
Eugene Syromyatnikov
2017-03-05
35
-316
/
+387
*
Add "%" prefix for syscall classes in qualify
Eugene Syromyatnikov
2017-03-05
10
-14
/
+40
*
tests: simplify print_time_t
Dmitry V. Levin
2017-02-28
1
-7
/
+6
*
Update homepage URL
Dmitry V. Levin
2017-02-27
3
-4
/
+4
*
tests: transform print_time_t into print_time_t_nsec
Dmitry V. Levin
2017-02-26
4
-23
/
+24
*
tests: use print_time_t in utime.test
Dmitry V. Levin
2017-02-26
1
-14
/
+2
*
tests: move print_time function to libtests
Dmitry V. Levin
2017-02-26
4
-22
/
+57
*
tests: macroize printing of atime, mtime, and ctime fields in xstatx.c
Dmitry V. Levin
2017-02-26
1
-16
/
+14
*
print_struct_stat.c: macroize printing of atime, mtime, and ctime fields
Dmitry V. Levin
2017-02-26
1
-12
/
+9
*
x32: fix decoding of flags argument of preadv2 and pwritev2 syscalls
Dmitry V. Levin
2017-02-25
4
-24
/
+61
*
tests: rewrite ppoll syscall decoding check from match_grep to match_diff
Dmitry V. Levin
2017-02-21
8
-65
/
+146
*
tests: move get_sigset_size function to libtests
Dmitry V. Levin
2017-02-20
5
-54
/
+87
*
sched: enhance decoding of sched_setattr syscall
Dmitry V. Levin
2017-02-19
3
-24
/
+103
*
tests: check decoding of sched_[gs]etattr corner cases
Dmitry V. Levin
2017-02-18
1
-0
/
+51
*
Move definition of struct sched_attr to a separate header file
Dmitry V. Levin
2017-02-18
4
-20
/
+24
*
tests: rewrite sched_xetattr.test from match_grep to match_diff
Dmitry V. Levin
2017-02-18
2
-74
/
+94
*
Use tprints instead of tprintf in a few more places
Dmitry V. Levin
2017-02-17
5
-18
/
+18
*
bpf: update BPF_PROG_ATTACH decoding
Dmitry V. Levin
2017-02-17
4
-15
/
+23
*
tests: rewrite adjtimex.test from match_grep to match_diff
Dmitry V. Levin
2017-02-16
2
-21
/
+26
*
tests: replace casts of 0xffffffff00000000ULL with F8ILL_KULONG_MASK
Dmitry V. Levin
2017-02-16
16
-40
/
+28
*
tests: fill higher bits of integer arguments of fcntl* syscalls
Dmitry V. Levin
2017-02-16
1
-2
/
+3
*
tests: use sprintrc in tests of fcntl and fcntl64 syscalls
Dmitry V. Levin
2017-02-16
3
-9
/
+8
*
Post-release administrivia
Dmitry V. Levin
2017-02-15
3
-1
/
+13
*
Prepare for 4.16 release
v4.16
Dmitry V. Levin
2017-02-14
1
-1
/
+1
*
.mailmap: add addresses of JingPiao Chen
Dmitry V. Levin
2017-02-13
1
-0
/
+1
*
tests: skip scno tampering tests on compat mips abi
Dmitry V. Levin
2017-02-13
1
-0
/
+8
*
Fix -Werror=duplicate-decl-specifier compilation issues
Dmitry V. Levin
2017-02-12
4
-12
/
+13
*
tests: rewrite pipe syscall decoding check from match_grep to match_diff
Dmitry V. Levin
2017-02-12
4
-21
/
+15
*
tests: rewrite pipe2 syscall decoding check from match_grep to match_diff
Dmitry V. Levin
2017-02-11
4
-0
/
+80
*
tests: rewrite mq.test from match_grep to match_diff
Dmitry V. Levin
2017-02-10
4
-15
/
+24
*
Simplify struct inject_opts.rval semantics
Dmitry V. Levin
2017-02-09
3
-10
/
+6
*
tests: check signal injection along with fault injection
Dmitry V. Levin
2017-02-09
5
-0
/
+85
*
tests: simplify qual_inject-signal.test
Dmitry V. Levin
2017-02-09
1
-1
/
+1
*
Make symbolic errno values match case-insensitive
Dmitry V. Levin
2017-02-09
3
-3
/
+3
[next]