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
...
*
Fix stat decoding for LP64 bionic
Elliott Hughes
2014-03-12
1
-2
/
+6
*
Decode protocol argument for PF_NETLINK sockets
Masatake YAMATO
2014-03-11
1
-3
/
+78
*
Cleanup socketpair decoding
Dmitry V. Levin
2014-03-11
1
-17
/
+1
*
printsiginfo: add SIGSYS decoding
Dmitry V. Levin
2014-03-11
2
-1
/
+21
*
Update siginfo codes
Dmitry V. Levin
2014-03-11
1
-0
/
+4
*
Factor out printing of si_pid and si_uid members of siginfo_t
Dmitry V. Levin
2014-03-11
1
-22
/
+19
*
Improve SI_TIMER decoding
Elliott Hughes
2014-03-10
1
-17
/
+25
*
aarch64: fix decoding of arm syscall numbers
Elliott Hughes
2014-03-03
1
-1
/
+2
*
Fix fcntl decoding
Dmitry V. Levin
2014-03-03
2
-51
/
+34
*
sys_fcntl: remove F_FREESP and F_FREESP64 support
Dmitry V. Levin
2014-03-01
1
-16
/
+3
*
Add multi-personality support to struct old_sigaction decoding
Elliott Hughes
2014-02-28
1
-1
/
+27
*
Fix decoding of arm struct stat64 by aarch64 strace.
Elliott Hughes
2014-02-28
1
-0
/
+4
*
Remove obsolete ioctlsort.c
Dmitry V. Levin
2014-02-28
2
-64
/
+0
*
Add multi-personality support to stack_t decoding
Dmitry V. Levin
2014-02-27
1
-1
/
+24
*
Rewrite signal mask decoding without sigset_t
Dmitry V. Levin
2014-02-27
4
-115
/
+134
*
Fix build with Bionic libc
Dmitry V. Levin
2014-02-26
3
-1
/
+15
*
powerpc64: fix 64-bit process detection on embedded
James Yang
2014-02-25
1
-6
/
+7
*
Do not compile scsi ioctl decoding if <scsi/sg.h> is not available
Dmitry V. Levin
2014-02-25
3
-2
/
+10
*
Revert "Add support for Altera's Nios-II softcore architecture"
Dmitry V. Levin
2014-02-14
2
-371
/
+0
*
tests: tighten sigaction check
Dmitry V. Levin
2014-02-08
1
-2
/
+8
*
Fix sigaction reporting on non-x86 architectures
Dmitry V. Levin
2014-02-08
1
-3
/
+3
*
Check for SA_RESTORER definition in <asm/signal.h>
Dmitry V. Levin
2014-02-08
1
-0
/
+10
*
arm: fix compilation warning
Dmitry V. Levin
2014-02-07
1
-2
/
+1
*
kexec: fix typo
Dmitry V. Levin
2014-02-06
1
-4
/
+4
*
Add support for Altera's Nios-II softcore architecture
Ezequiel Garcia
2014-02-06
2
-0
/
+371
*
Implement add_key, keyctl, and request_key decoding
Dmitry V. Levin
2014-02-05
5
-3
/
+521
*
Implement ioprio_get and ioprio_set decoding
Dmitry V. Levin
2014-02-05
4
-2
/
+89
*
Implement finit_module decoding
Dmitry V. Levin
2014-02-05
3
-1
/
+28
*
Cleanup inotify syscalls decoding
Dmitry V. Levin
2014-02-05
4
-61
/
+116
*
Enhance reboot decoding
Dmitry V. Levin
2014-02-05
4
-40
/
+86
*
Implement kexec_load decoding
Dmitry V. Levin
2014-02-05
5
-1
/
+161
*
Use prepared editions of recently imported linux headers
Dmitry V. Levin
2014-02-05
2
-6
/
+6
*
Implement fanotify_init and fanotify_mark decoding
Dmitry V. Levin
2014-02-05
8
-4
/
+215
*
Use XLAT_END macro
Dmitry V. Levin
2014-02-05
21
-160
/
+160
*
Itroduce XLAT_END macro to make xlat structures more compact
Dmitry V. Levin
2014-02-05
1
-0
/
+1
*
Convert personality_options to XLAT form
Dmitry V. Levin
2014-02-05
3
-21
/
+93
*
Convert futexops to XLAT form
Dmitry V. Levin
2014-02-05
1
-15
/
+51
*
Convert sigev_value to XLAT form
Dmitry V. Levin
2014-02-05
1
-6
/
+6
*
Use XLAT macro
Dmitry V. Levin
2014-02-05
21
-1567
/
+1567
*
Introduce XLAT macro to ease maintenance of xlat structures
Dmitry V. Levin
2014-02-05
1
-0
/
+1
*
Decode ptp ioctls
Stefan Sørensen
2014-02-04
5
-0
/
+206
*
Decode dynamic posix clocks
Stefan Sørensen
2014-02-03
1
-7
/
+37
*
Update ADJ_* constants
Stefan Sørensen
2014-02-03
1
-0
/
+15
*
Add decoding of sockets descriptor 'paths' for network calls
Philippe Ombredanne
2014-02-02
4
-19
/
+86
*
tests: rename all tests so that their names end in .test suffix
Dmitry V. Levin
2014-02-02
10
-3
/
+11
*
net: add more sockopt options
Mike Frysinger
2014-01-31
1
-0
/
+60
*
mips: fix sigaction reporting
Chris Dearman
2014-01-08
1
-0
/
+16
*
Factor out struct sigaction printing code
Dmitry V. Levin
2014-01-08
1
-57
/
+63
*
tests: add a test for rt_sigaction output
Dmitry V. Levin
2014-01-08
5
-3
/
+89
*
mem: add missed MAP_HUGETLB mmap flag
Kirill A. Shutemov
2014-01-05
1
-0
/
+3
[prev]
[next]