Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
c9251518b005cc5adb3cc2ba1d68856ec8e94ad2
c925151
Report the name of ptrace command when ptrace_attach_or_seize fails.
by Dmitry V. Levin
· 8 years ago
795795a
strace.c: refactor startup_attach
by Dmitry V. Levin
· 8 years ago
bbfeea2
startup_attach: do not use atoi
by Dmitry V. Levin
· 8 years ago
6d3162a
Do not enable mpers runtime checks if mpers is not enabled
by Dmitry V. Levin
· 8 years ago
8ff8ada
linux/dummy_check.sh: remove obsolete script
by Dmitry V. Levin
· 8 years ago
a290710
generate_xlat_in.sh: remove obsolete script
by Dmitry V. Levin
· 8 years ago
f915f22
tests: use terse notation in designated initializers where appropriate
by Dmitry V. Levin
· 8 years ago
469fd10
Consistently use extended regular expressions where appropriate
by Dmitry V. Levin
· 8 years ago
1b2500c
tests: fix extended regexps
by Dmitry V. Levin
· 8 years ago
1514448
Post-release administrivia
by Dmitry V. Levin
· 8 years ago
02fb175
Prepare for 4.13 release
by Dmitry V. Levin
· 8 years ago
de5b009
Fix one more code pattern that might break gcc strict aliasing rules
by Dmitry V. Levin
· 8 years ago
82ffa78
Fix casts of ptrace's third argument
by Dmitry V. Levin
· 8 years ago
e43bb8d
tests/btrfs.c: do not include the same header file twice
by Dmitry V. Levin
· 8 years ago
9d168f3
tests: fix accept4.test on systems that lack SOCK_CLOEXEC definition
by Dmitry V. Levin
· 8 years ago
cb44289
tests: fix vhangup.test
by Dmitry V. Levin
· 8 years ago
58d0ee2
tests: fix chown.test
by Dmitry V. Levin
· 8 years ago
197829a
x32: fix syscall entries for x86_64 variants of io_setup and io_submit
by Dmitry V. Levin
· 8 years ago
76ebcf1
tests/ipc.c: fix typo
by Dmitry V. Levin
· 8 years ago
f922fcc
NEWS: Prepare for 4.13 release
by Dmitry V. Levin
· 8 years ago
fcca2c4
debian: add gcc-multilib to Build-Depends for relevant architectures
by Dmitry V. Levin
· 8 years ago
1a7c38d
tests: check decoding of ipc syscall
by Dmitry V. Levin
· 8 years ago
b412d75
Fix corner cases of ipc syscall decoding
by Dmitry V. Levin
· 8 years ago
9c652cc
tests: skip netlink_protocol.test on old systems
by Dmitry V. Levin
· 8 years ago
b7844f8
Do not print too many arguments of socketcall syscall
by Dmitry V. Levin
· 8 years ago
3b6bc9b
tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_t
by Dmitry V. Levin
· 8 years ago
9bd2382
x32, mips n32: make printargs print full 64-bit syscall arguments
by Dmitry V. Levin
· 8 years ago
b49c65c
tests: check decoding of socketcall syscall
by Dmitry V. Levin
· 8 years ago
e0a0d89
Fix corner cases of socketcall syscall
by Dmitry V. Levin
· 8 years ago
374dc48
tests: check decoding and dumping of send and recv syscalls
by Dmitry V. Levin
· 8 years ago
1991ee9
tests: rename unix-pair-send-recv to unix-pair-sendto-recvfrom
by Dmitry V. Levin
· 8 years ago
d95eaef
tests: check decoding of shutdown syscall
by Dmitry V. Levin
· 8 years ago
8383062
xlat/shutdown_modes.in: convert to modern syntax
by Dmitry V. Levin
· 8 years ago
349750e
tests: check silent decoding of sendmmsg and recvmmsg syscalls
by Dmitry V. Levin
· 8 years ago
0d88d99
Print unsent messages of failed sendmmsg syscall
by Dmitry V. Levin
· 8 years ago
3a161d1
Print unsent messages of sendmmsg syscall
by Dmitry V. Levin
· 8 years ago
8505236
tests: check verbose decoding of msg_name* fields of struct mmsghdr array
by Dmitry V. Levin
· 8 years ago
80bd8e1
tests: check decoding of msg_name* fields of struct mmsghdr array
by Dmitry V. Levin
· 8 years ago
b42f6b3
Fix decoding of msg_name* fields of recvmmsg syscall's msghdr array argument
by Dmitry V. Levin
· 8 years ago
0485ab5
mmsghdr.c: rewrite decode_mmsgvec using print_array
by Dmitry V. Levin
· 8 years ago
1c444a7
tests: check decoding of timeout argument of recvmmsg syscall
by Dmitry V. Levin
· 8 years ago
3e3b7f6
Fix printing of remaining timeout of recvmmsg syscall
by Dmitry V. Levin
· 8 years ago
70495eb
Remove configure checks for recvmmsg and sendmmsg
by Dmitry V. Levin
· 8 years ago
aaf526c
tests: add recv_mmsg and send_mmsg functions to libtests
by Dmitry V. Levin
· 8 years ago
736d8e4
tests: add socketcall function to libtests
by Dmitry V. Levin
· 8 years ago
8da9668
Use IOV_MAX instead of UIO_MAXIOV
by Dmitry V. Levin
· 8 years ago
b759d27
Unabuse struct tcb.auxstr
by Dmitry V. Levin
· 8 years ago
7f8ece1
Fix race condition in decoding timeout argument of recvmmsg syscall
by Dmitry V. Levin
· 8 years ago
c5d6918
Fix race condition in decoding rt_sigtimedwait's timeout argument
by Dmitry V. Levin
· 8 years ago
a1546a9
Add private data field to struct tcb
by Patrik Jakobsson
· 9 years ago
dc84fa3
net.c: move parsers of sendmsg and recvmsg syscalls to msghdr.c
by Dmitry V. Levin
· 8 years ago
4de8de5
net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.c
by Dmitry V. Levin
· 8 years ago
7c37ce4
msghdr.c: move all mmsghdr parsers to a separate file
by Dmitry V. Levin
· 8 years ago
64a8a4c
tests: disable part of msg_name test on non-glibc systems
by Dmitry V. Levin
· 8 years ago
4ddbfcf
Print struct iovec as a regular structure
by Dmitry V. Levin
· 8 years ago
0b2cf81
tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall
by Dmitry V. Levin
· 8 years ago
d8f77cd
Fix decoding of struct msghdr.msg_name* arguments of recvmsg syscall
by Dmitry V. Levin
· 8 years ago
766e1d9
Update generic ioctl entries from linux 4.7
by Dmitry V. Levin
· 8 years ago
7577bbf
x32: update ioctl entries from linux 4.7
by Gleb Fotengauer-Malinovskiy
· 8 years ago
4d670d5
maint: update for linux 4.7
by Gleb Fotengauer-Malinovskiy
· 8 years ago
7fa29bb
block.c: remove BLKDAXGET support
by Dmitry V. Levin
· 8 years ago
7acde9e
Fix printing of socklen argument of bind and sendto syscalls
by Dmitry V. Levin
· 8 years ago
416e880
tests: check decoding of sockaddr related arguments of recvfrom syscall
by Dmitry V. Levin
· 8 years ago
802f264
Fix decoding of sockaddr related arguments of recvfrom syscall
by Dmitry V. Levin
· 8 years ago
891855e
tests: check decoding of accept4 syscall
by Dmitry V. Levin
· 8 years ago
fe811f7
tests: check decoding of accept syscall
by Dmitry V. Levin
· 8 years ago
524045c
tests: check decoding of getpeername syscall
by Dmitry V. Levin
· 8 years ago
587cba2
tests: check decoding of getsockname syscall
by Dmitry V. Levin
· 8 years ago
eca8b5b
Print both values of changing address length in sockname family syscalls
by Dmitry V. Levin
· 8 years ago
36df822
Enhance diagnostics of address truncation in sockname family syscalls
by Dmitry V. Levin
· 8 years ago
d07eac3
Fix decoding of getsockname, getpeername, accept, and accept4 syscalls
by Dmitry V. Levin
· 8 years ago
d1cedf0
Prepare parsers of sockname family syscalls for the upcoming fix
by Dmitry V. Levin
· 8 years ago
deb0c18
netlink: handle multipart netlink messages
by Dmitry V. Levin
· 8 years ago
73362a2
tests: extend netlink protocol check
by Dmitry V. Levin
· 8 years ago
1b1baea
tests: check decoding of netlink protocol
by Fabien Siron
· 8 years ago
2850f74
Add a general netlink socket parser
by Fabien Siron
· 8 years ago
7499ce0
Update sigaltstack SS_* constants
by Dmitry V. Levin
· 8 years ago
fdedff6
Update fs *_MAGIC constants
by Dmitry V. Levin
· 8 years ago
ccd915a
Update KEYCTL_* constants
by Dmitry V. Levin
· 8 years ago
c77c434
Update input event constants
by Dmitry V. Levin
· 8 years ago
5e24375
Update RWF_* constants
by Dmitry V. Levin
· 8 years ago
021f2f3
Update BPF_MAP_TYPE_* constants
by Dmitry V. Levin
· 8 years ago
bf2698a
msghdr.c: limit output when printing excessively large messages
by Dmitry V. Levin
· 8 years ago
ea70028
tests: add read_int_from_file function to libtests
by Dmitry V. Levin
· 8 years ago
6713582
msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode
by Dmitry V. Levin
· 8 years ago
d35d5ec
msghdr.c: limit SCM_RIGHTS output in abbrev mode
by Dmitry V. Levin
· 8 years ago
7555ffc
tests: check decoding of struct msghdr ancillary data
by Dmitry V. Levin
· 8 years ago
df57a9b
msghdr.c: reorganize struct cmsghdr handler
by Dmitry V. Levin
· 8 years ago
b7937bd
msghdr.c: merge print_cmsg_ip_ttl and print_cmsg_ip_checksum
by Dmitry V. Levin
· 8 years ago
1d53210
msghdr.c: enhance representation of unprintable part of msg_control array
by Dmitry V. Levin
· 8 years ago
dfeea69
msghdr.c: apply a sane limit to the length of IP_ORIGDSTADDR address
by Dmitry V. Levin
· 8 years ago
029d979
msghdr.c: fix printing SCM_RIGHTS array
by Dmitry V. Levin
· 8 years ago
6c30aec
msghdr.c: print unrecognized struct cmsghdr.cmsg_type in hex
by Dmitry V. Levin
· 8 years ago
db0e6e1
msghdr.c: fix printing of struct in_pktinfo
by Dmitry V. Levin
· 8 years ago
2a89737
msghdr.c: fix representation of struct cmsghdr.cmsg_data integer arrays
by Dmitry V. Levin
· 8 years ago
17e624c
msghdr.c: fix representation of integer struct cmsghdr.cmsg_data values
by Dmitry V. Levin
· 8 years ago
08c0960
msghdr.c: when printing struct struct cmsghdr.cmsg_data, also print its name
by Dmitry V. Levin
· 8 years ago
a50ec34
msghdr.c: print struct mmsghdr as a regular structure
by Dmitry V. Levin
· 8 years ago
95cce4f
net.c: move all msghdr and mmsghdr parsers to a separate file
by Dmitry V. Levin
· 8 years ago
9a8216e
Mpersify fetchers of struct msghdr and struct mmsghdr
by Dmitry V. Levin
· 8 years ago
Next »