Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
29c845ca85141fece96b2e23cab27ba760622a70
29c845c
mips: fix printing of invalid operations argument of sysmips syscall
by Dmitry V. Levin
· 9 years ago
5e2fc62
bfin: fix printing of invalid flags argument of sram_alloc syscall
by Dmitry V. Levin
· 9 years ago
c5f6863
Fix printing of invalid arguments of prctl syscall
by Dmitry V. Levin
· 9 years ago
a95c3e5
Fix printing of invalid flags argument of perf_event_open syscall
by Dmitry V. Levin
· 9 years ago
30dc541
or1k: fix printing of invalid 1st argument of or1k_atomic syscall
by Dmitry V. Levin
· 9 years ago
0da9b0e
Fix printing of invalid flags argument of get_mempolicy syscall
by Dmitry V. Levin
· 9 years ago
3a0fa5c
Fix printing of invalid mode argument of mbind syscall
by Dmitry V. Levin
· 9 years ago
942da9c
Fix printing of invalid argument of MTDFILEMODE ioctl
by Dmitry V. Levin
· 9 years ago
412ec94
Fix printing of invalid flags argument of mount syscall
by Dmitry V. Levin
· 9 years ago
1168114
Fix printing of invalid arguments of memory mapping related syscalls
by Dmitry V. Levin
· 9 years ago
e2c5a3c
Fix printing of invalid flags argument of kexec_load and kexec_file_load
by Dmitry V. Levin
· 9 years ago
c560c80
Fix printing of invalid 3rd argument of fcntl/fcntl64 syscall
by Dmitry V. Levin
· 9 years ago
d06fa28
Fix printing of invalid flags argument of unshare syscall
by Dmitry V. Levin
· 9 years ago
77ab8dd
Introduce printflags_long and printxval_long
by Dmitry V. Levin
· 9 years ago
f77ca9c
Fix printing of invalid struct xfs_dqblk.d_flags
by Dmitry V. Levin
· 9 years ago
2cad72f
Fix printing of invalid struct ubi_mkvol_req.vol_type
by Dmitry V. Levin
· 9 years ago
b8eec60
Fix decoding of prctl/arch_prctl operation argument
by Dmitry V. Levin
· 9 years ago
ba62f34
Fix printing of struct sched_attr.sched_flags
by Dmitry V. Levin
· 9 years ago
e9dd8f9
Fix printing of struct statfs.f_flags
by Dmitry V. Levin
· 9 years ago
b0695de
Fix printing of invalid struct ifreq.ifr_flags
by Dmitry V. Levin
· 9 years ago
952d89b
Fix printing of invalid struct pollfd.events
by Dmitry V. Levin
· 9 years ago
977aee8
Fix printing of invalid struct sembuf.sem_flg
by Dmitry V. Levin
· 9 years ago
a734a97
Fix printing of invalid l_type and l_whence in fcntl/fcntl64 syscalls
by Dmitry V. Levin
· 9 years ago
6e381c6
Fix printing of fanotify_mark mask argument
by Dmitry V. Levin
· 9 years ago
55044d9
Fix decoding of epoll_ctl operation argument
by Dmitry V. Levin
· 9 years ago
7fb984e
Fix printing of invalid d_type in getdents syscall
by Dmitry V. Levin
· 9 years ago
2eb56d1
bfin: fix decoding of cacheflush syscall
by Dmitry V. Levin
· 9 years ago
18d921d
Fix decoding of BPF_MAP_UPDATE_ELEM flags
by Dmitry V. Levin
· 9 years ago
7708659
Fix decoding of fcntl/fcntl64 operation argument
by Dmitry V. Levin
· 9 years ago
4811023
Rename sprintflags64 to sprintflags.
by Dmitry V. Levin
· 9 years ago
6274ecc
Prepare for transition from sprintflags64 to sprintflags
by Dmitry V. Levin
· 9 years ago
c0db59b
Rename xlookup64 to xlookup
by Dmitry V. Levin
· 9 years ago
9134aab
Prepare for transition from xlookup64 to xlookup
by Dmitry V. Levin
· 9 years ago
a8443f8
v4l2: fix build with old kernel headers
by Dmitry V. Levin
· 9 years ago
3cc989e
configure.ac: do not check for sys/ioctl.h and ioctls.h
by Dmitry V. Levin
· 9 years ago
deff569
sock.c: include <linux/ioctl.h> instead of <sys/ioctl.h> or <ioctls.h>
by Dmitry V. Levin
· 9 years ago
fe3de9c
v4l2: include <linux/ioctl.h> instead of <sys/ioctl.h>
by Dmitry V. Levin
· 9 years ago
f9199ab
printsiginfo: remove "verbose" argument
by Dmitry V. Levin
· 9 years ago
602998b
tests/ptrace.c: tweak magic constants to make the test more reliable
by Dmitry V. Levin
· 9 years ago
98f632a
tests/ioctl_v4l2.c: fix build on older systems
by Dmitry V. Levin
· 9 years ago
f2f162e
Do not use htole32 function
by Dmitry V. Levin
· 9 years ago
09de43b
tests/ioctl_v4l2.c: fix typo
by Dmitry V. Levin
· 9 years ago
632efff
tests: check decoding of ptrace syscall
by Dmitry V. Levin
· 9 years ago
76b4c33
ptrace: decode data argument of PTRACE_PEEKSIGINFO request
by Dmitry V. Levin
· 9 years ago
d9fb4a4
ptrace: decode data argument of PTRACE_SECCOMP_GET_FILTER request
by Dmitry V. Levin
· 9 years ago
846f617
ptrace: decode argument of PTRACE_GETEVENTMSG request
by Dmitry V. Levin
· 9 years ago
1634de7
ptrace: decode arguments of PTRACE_[GS]ETSIGMASK requests
by Dmitry V. Levin
· 9 years ago
8bd7f31
ptrace: return RVAL_DECODED for requests decoded on entering
by Dmitry V. Levin
· 9 years ago
388aca6
ptrace: print PTRACE_O_* flags using printflags64
by Dmitry V. Levin
· 9 years ago
7c8e330
ptrace: print data argument of PTRACE_SEIZE et al requests as flags
by Dmitry V. Levin
· 9 years ago
caa2bc3
ptrace: print data argument of PTRACE_SINGLEBLOCK et al requests as signo
by Dmitry V. Levin
· 9 years ago
809ee3e
ptrace: decode addr argument of PTRACE_PEEKSIGINFO request
by Dmitry V. Levin
· 9 years ago
3a5cd34
ptrace: fix printing addr argument of PTRACE_GETSIGMASK et al requests
by Dmitry V. Levin
· 9 years ago
5c720b0
ptrace: do not print data argument of some requests on sparc
by Dmitry V. Levin
· 9 years ago
91bd125
ptrace: do not print addr and data arguments of PTRACE_ATTACH-like requests
by Dmitry V. Levin
· 9 years ago
89ca4aa
ptrace: do not print arguments of PTRACE_TRACEME request
by Dmitry V. Levin
· 9 years ago
73a8e97
ptrace: print request using printxval64
by Dmitry V. Levin
· 9 years ago
4995594
Do not sign-extend siginfo_t.si_syscall
by Dmitry V. Levin
· 9 years ago
50a2651
Export print_seccomp_fprog for further use in parser of ptrace syscall
by Dmitry V. Levin
· 9 years ago
01d16cc
tests: add munlockall.test
by Fei Jie
· 9 years ago
0684c35
tests: add link.test
by Fei Jie
· 9 years ago
d81b58f
tests: check decoding and dumping of preadv2 and pwritev2 syscalls
by Dmitry V. Levin
· 9 years ago
a6dd094
Implement decoding of preadv2 and pwritev2 syscalls
by Dmitry V. Levin
· 9 years ago
ea7b9db
tests: extend test coverage of xattr family syscalls
by Dmitry V. Levin
· 9 years ago
72cb811
tests: add print_quoted_memory function to libtests
by Dmitry V. Levin
· 9 years ago
ec9c317
Fix corner cases of xattr family syscalls decoding
by Dmitry V. Levin
· 9 years ago
0efd888
userfaultfd: Add ioctl tests
by Dr. David Alan Gilbert
· 9 years ago
5d1216a
Decode UFFDIO_* ioctls
by Dr. David Alan Gilbert
· 9 years ago
c415387
Update AX_CODE_COVERAGE
by Dmitry V. Levin
· 9 years ago
26b2cfe
strace-ff.test: fix race condition
by Dmitry V. Levin
· 9 years ago
d12c44b
tests/epoll_pwait.c: fix for x32
by Dmitry V. Levin
· 9 years ago
a44c518
strace-S.test: check "-S name"
by Dmitry V. Levin
· 9 years ago
fa925dc
Fix NULL dereference in "-S name" when syscall table has holes
by Dmitry V. Levin
· 9 years ago
804bb87
strace-S.test: cleanup
by Dmitry V. Levin
· 9 years ago
6781111
tests: add strace-S.test
by Fei Jie
· 9 years ago
58ab8b4
strace-ff.test: check that -ff does not create unexpected output files
by Dmitry V. Levin
· 9 years ago
c259f4f
tests: add strace-ff.test
by Fei Jie
· 9 years ago
a30d02e
strace-V.test: cleanup
by Dmitry V. Levin
· 9 years ago
c4bb577
tests: add strace-V.test
by Fei Jie
· 9 years ago
e3086cb
tests: check decoding of epoll_pwait syscall
by Dmitry V. Levin
· 9 years ago
6d44012
Assume that sys/epoll.h exists
by Dmitry V. Levin
· 9 years ago
071b927
Factorize send_query functions
by Fabien Siron
· 9 years ago
b6d4b11
tests: relax timings
by Dmitry V. Levin
· 9 years ago
88fc4c2
tests/attach-f-p.c: increase timeouts
by Dmitry V. Levin
· 9 years ago
dc0dcf9
Remove unused functions
by Dmitry V. Levin
· 9 years ago
17d1a16
v4l2.c: use print_array function
by Dmitry V. Levin
· 9 years ago
6469f39
uid.c: use print_array function
by Dmitry V. Levin
· 9 years ago
f82dcd9
seccomp.c: use print_array function
by Dmitry V. Levin
· 9 years ago
48b06a6
scsi.c: use print_array function
by Dmitry V. Levin
· 9 years ago
fd2d6a7
poll.c: use print_array function
by Dmitry V. Levin
· 9 years ago
636b8c1
numa.c: use print_array function
by Dmitry V. Levin
· 9 years ago
0f04b9d
mem.c: use print_array function
by Dmitry V. Levin
· 9 years ago
ba4a4c6
kexec.c: use print_array function
by Dmitry V. Levin
· 9 years ago
0bae800
ipc_sem.c: use print_array function
by Dmitry V. Levin
· 9 years ago
4ce3054
io.c: use print_array function
by Dmitry V. Levin
· 9 years ago
0238725
epoll.c: use print_array function
by Dmitry V. Levin
· 9 years ago
2868e2b
aio.c: use print_array function
by Dmitry V. Levin
· 9 years ago
72e4f7a
Introduce print_array function for consistent decoding of arrays
by Dmitry V. Levin
· 9 years ago
eb5c233
Fix corner cases of ICMP_FILTER decoding
by Dmitry V. Levin
· 9 years ago
1d17ac7
xlat: do not strip "1<<" prefix from xlat strings
by Dmitry V. Levin
· 9 years ago
Next »