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
*
Raise strace awareness
esyr/straus-v2
Eugene Syromyatnikov
2020-09-03
9
-8
/
+295
*
Add an option for raising Strauss awareness
Eugene Syromyatnikov
2020-09-03
10
-11
/
+184
*
tests/mknod.c: add workaround for ppc bug in travis
Ákos Uzonyi
2020-09-03
1
-16
/
+16
*
tests: reduce looping_threads iteration duration to 1/16th of TIMEOUT_DURATION
Eugene Syromyatnikov
2020-09-03
1
-3
/
+3
*
strace.spec.in: use %make_build/%make_install macros
Eugene Syromyatnikov
2020-09-03
1
-3
/
+9
*
mpers_test.sh: check proper handling of sized integer types
Eugene Syromyatnikov
2020-09-03
1
-0
/
+17
*
tests: check -n/--syscall-number option
Elvira Khabirova
2020-08-21
4
-0
/
+43
*
strace: add an option for printing syscall numbers
Elvira Khabirova
2020-08-21
8
-3
/
+49
*
Post-release administrivia
Dmitry V. Levin
2020-08-06
3
-0
/
+16
*
Prepare for 5.8 release
v5.8
Dmitry V. Levin
2020-08-06
1
-1
/
+2
*
ci: use kernel headers from Linux kernel v5.8
Dmitry V. Levin
2020-08-04
3
-0
/
+3
*
Update copyright headers
Dmitry V. Levin
2020-08-03
49
-47
/
+49
*
tests: check decoding of tgkill syscall
Dmitry V. Levin
2020-08-01
4
-0
/
+72
*
tests: check decoding of tkill syscall
Dmitry V. Levin
2020-08-01
4
-0
/
+63
*
Introduce SYS_FUNC(tkill)
Ákos Uzonyi
2020-08-01
26
-25
/
+34
*
Add "struct tcb *" parameters to various functions
Ákos Uzonyi
2020-08-01
10
-40
/
+47
*
Use tprints instead of tprintf in a few more places
Dmitry V. Levin
2020-07-30
6
-19
/
+19
*
s390x: sthyi: Fix section size requirement and error
Janosch Frank
2020-07-24
2
-28
/
+30
*
Remove tcb parameter of read_int_from_file
Ákos Uzonyi
2020-07-21
3
-3
/
+3
*
Consistently print process ids as signed integers
Dmitry V. Levin
2020-07-18
12
-24
/
+24
*
Introduce PRINT_FIELD_NUMERIC_UMODE_T
Dmitry V. Levin
2020-07-18
4
-8
/
+11
*
Fix printing of syscall return value in octal mode
Dmitry V. Levin
2020-07-18
3
-9
/
+9
*
Rename print_numeric_umode_t_64 to print_numeric_ll_umode_t
Dmitry V. Levin
2020-07-18
3
-4
/
+4
*
Use PRINT_FIELD_UID instead of printuid where appropriate
Dmitry V. Levin
2020-07-17
3
-12
/
+12
*
printsiginfo: fix printing of siginfo_t.si_pid and siginfo_t.si_uid
Dmitry V. Levin
2020-07-17
9
-22
/
+21
*
statx: use PRINT_FIELD_FLAGS
Dmitry V. Levin
2020-07-17
1
-9
/
+6
*
kcmp: fix KCMP_FILE decoding
Ákos Uzonyi
2020-07-17
1
-1
/
+1
*
fcntl: use print_fields.h macros
Dmitry V. Levin
2020-07-13
1
-10
/
+9
*
evdev_mpers: use print_fields.h macros
Dmitry V. Levin
2020-07-13
2
-44
/
+29
*
ustat: use print_fields.h macros
Dmitry V. Levin
2020-07-12
1
-4
/
+7
*
file_ioctl: use print_fields.h macros
Dmitry V. Levin
2020-07-12
1
-39
/
+29
*
evdev: use print_fields.h macros
Dmitry V. Levin
2020-07-12
1
-24
/
+16
*
evdev: fix formatting of struct input_id
Dmitry V. Levin
2020-07-12
2
-13
/
+11
*
btrfs: use PRINT_FIELD_X_ARRAY
Dmitry V. Levin
2020-07-12
3
-19
/
+32
*
travis: reintroduce ppc64le and s390x builds
Dmitry V. Levin
2020-07-10
1
-0
/
+22
*
README.md: migrate from travis-ci.org to travis-ci.com
Dmitry V. Levin
2020-07-10
1
-1
/
+1
*
evdev: fix formatting of struct input_keymap_entry.scancode
Dmitry V. Levin
2020-07-08
2
-10
/
+3
*
x86_64/arch_kvm: use PRINT_FIELD_X_ARRAY
Dmitry V. Levin
2020-07-08
1
-9
/
+2
*
loop: implement decoding of LOOP_CONFIGURE ioctl command
Dmitry V. Levin
2020-07-08
4
-2
/
+103
*
loop: factor out print_loop_info64
Dmitry V. Levin
2020-07-08
1
-25
/
+29
*
loop: use print_fields.h macros
Dmitry V. Levin
2020-07-08
1
-41
/
+33
*
print_fields: introduce PRINT_FIELD_U_ARRAY and PRINT_FIELD_X_ARRAY
Dmitry V. Levin
2020-07-08
1
-3
/
+23
*
Update ioctl entries from linux v5.8
Gleb Fotengauer-Malinovskiy
2020-07-06
8
-8
/
+45
*
Implement decoding of faccessat2 syscall
Dmitry V. Levin
2020-07-04
14
-5
/
+244
*
xlat: rename access_flags to access_modes
Dmitry V. Levin
2020-07-04
3
-8
/
+6
*
tests: check decoding of faccessat syscall in -P, -y, and -yy modes
Dmitry V. Levin
2020-07-04
9
-6
/
+163
*
xlat: update BPF_* constants
Dmitry V. Levin
2020-06-30
5
-10
/
+21
*
.gitignore: add missing files that should be ignored
Ákos Uzonyi
2020-06-29
2
-0
/
+3
*
xlat: update STATX_* constants
Dmitry V. Levin
2020-06-29
4
-3
/
+6
*
xlat: update TCA_* constants
Dmitry V. Levin
2020-06-29
3
-1
/
+3
[next]