Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
884e1e930b02c3676b3e196fcb3e6bf09162cb53
/
tests
884e1e9
signalfd4.test: rewrite from match_grep to match_diff
by Dmitry V. Levin
· 9 years ago
4f32876
tests: rename signalfd.test to signalfd4.test
by Dmitry V. Levin
· 9 years ago
c4fdce5
memfd_create.test: rewrite from match_grep to match_diff
by Dmitry V. Levin
· 9 years ago
f915f22
tests: use terse notation in designated initializers where appropriate
by Dmitry V. Levin
· 9 years ago
469fd10
Consistently use extended regular expressions where appropriate
by Dmitry V. Levin
· 9 years ago
1b2500c
tests: fix extended regexps
by Dmitry V. Levin
· 9 years ago
de5b009
Fix one more code pattern that might break gcc strict aliasing rules
by Dmitry V. Levin
· 9 years ago
e43bb8d
tests/btrfs.c: do not include the same header file twice
by Dmitry V. Levin
· 9 years ago
9d168f3
tests: fix accept4.test on systems that lack SOCK_CLOEXEC definition
by Dmitry V. Levin
· 9 years ago
cb44289
tests: fix vhangup.test
by Dmitry V. Levin
· 9 years ago
58d0ee2
tests: fix chown.test
by Dmitry V. Levin
· 9 years ago
76ebcf1
tests/ipc.c: fix typo
by Dmitry V. Levin
· 9 years ago
1a7c38d
tests: check decoding of ipc syscall
by Dmitry V. Levin
· 9 years ago
9c652cc
tests: skip netlink_protocol.test on old systems
by Dmitry V. Levin
· 9 years ago
b7844f8
Do not print too many arguments of socketcall syscall
by Dmitry V. Levin
· 9 years ago
3b6bc9b
tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_t
by Dmitry V. Levin
· 9 years ago
b49c65c
tests: check decoding of socketcall syscall
by Dmitry V. Levin
· 9 years ago
374dc48
tests: check decoding and dumping of send and recv syscalls
by Dmitry V. Levin
· 9 years ago
1991ee9
tests: rename unix-pair-send-recv to unix-pair-sendto-recvfrom
by Dmitry V. Levin
· 9 years ago
d95eaef
tests: check decoding of shutdown syscall
by Dmitry V. Levin
· 9 years ago
349750e
tests: check silent decoding of sendmmsg and recvmmsg syscalls
by Dmitry V. Levin
· 9 years ago
0d88d99
Print unsent messages of failed sendmmsg syscall
by Dmitry V. Levin
· 9 years ago
3a161d1
Print unsent messages of sendmmsg syscall
by Dmitry V. Levin
· 9 years ago
8505236
tests: check verbose decoding of msg_name* fields of struct mmsghdr array
by Dmitry V. Levin
· 9 years ago
80bd8e1
tests: check decoding of msg_name* fields of struct mmsghdr array
by Dmitry V. Levin
· 9 years ago
1c444a7
tests: check decoding of timeout argument of recvmmsg syscall
by Dmitry V. Levin
· 9 years ago
3e3b7f6
Fix printing of remaining timeout of recvmmsg syscall
by Dmitry V. Levin
· 9 years ago
aaf526c
tests: add recv_mmsg and send_mmsg functions to libtests
by Dmitry V. Levin
· 9 years ago
736d8e4
tests: add socketcall function to libtests
by Dmitry V. Levin
· 9 years ago
8da9668
Use IOV_MAX instead of UIO_MAXIOV
by Dmitry V. Levin
· 9 years ago
64a8a4c
tests: disable part of msg_name test on non-glibc systems
by Dmitry V. Levin
· 9 years ago
4ddbfcf
Print struct iovec as a regular structure
by Dmitry V. Levin
· 9 years ago
0b2cf81
tests: check decoding of msghdr.msg_name* arguments of recvmsg syscall
by Dmitry V. Levin
· 9 years ago
7fa29bb
block.c: remove BLKDAXGET support
by Dmitry V. Levin
· 9 years ago
416e880
tests: check decoding of sockaddr related arguments of recvfrom syscall
by Dmitry V. Levin
· 9 years ago
891855e
tests: check decoding of accept4 syscall
by Dmitry V. Levin
· 9 years ago
fe811f7
tests: check decoding of accept syscall
by Dmitry V. Levin
· 9 years ago
524045c
tests: check decoding of getpeername syscall
by Dmitry V. Levin
· 9 years ago
587cba2
tests: check decoding of getsockname syscall
by Dmitry V. Levin
· 9 years ago
eca8b5b
Print both values of changing address length in sockname family syscalls
by Dmitry V. Levin
· 9 years ago
36df822
Enhance diagnostics of address truncation in sockname family syscalls
by Dmitry V. Levin
· 9 years ago
deb0c18
netlink: handle multipart netlink messages
by Dmitry V. Levin
· 9 years ago
73362a2
tests: extend netlink protocol check
by Dmitry V. Levin
· 9 years ago
1b1baea
tests: check decoding of netlink protocol
by Fabien Siron
· 9 years ago
bf2698a
msghdr.c: limit output when printing excessively large messages
by Dmitry V. Levin
· 9 years ago
ea70028
tests: add read_int_from_file function to libtests
by Dmitry V. Levin
· 9 years ago
6713582
msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode
by Dmitry V. Levin
· 9 years ago
d35d5ec
msghdr.c: limit SCM_RIGHTS output in abbrev mode
by Dmitry V. Levin
· 9 years ago
7555ffc
tests: check decoding of struct msghdr ancillary data
by Dmitry V. Levin
· 9 years ago
2a89737
msghdr.c: fix representation of struct cmsghdr.cmsg_data integer arrays
by Dmitry V. Levin
· 9 years ago
17e624c
msghdr.c: fix representation of integer struct cmsghdr.cmsg_data values
by Dmitry V. Levin
· 9 years ago
08c0960
msghdr.c: when printing struct struct cmsghdr.cmsg_data, also print its name
by Dmitry V. Levin
· 9 years ago
a50ec34
msghdr.c: print struct mmsghdr as a regular structure
by Dmitry V. Levin
· 9 years ago
9a8216e
Mpersify fetchers of struct msghdr and struct mmsghdr
by Dmitry V. Levin
· 9 years ago
4b38ce9
net.c: move fallback definition of struct mmsghdr to a separate file.
by Dmitry V. Levin
· 9 years ago
26f90af
net.c: print struct msghdr as a regular structure
by Dmitry V. Levin
· 9 years ago
00ba20a
net.c: when printing struct msghdr.msg_control, also print its name
by Dmitry V. Levin
· 9 years ago
96b04dc
tests: check decoding of sockaddr structures
by Dmitry V. Levin
· 9 years ago
71e05be
net.c: fix printing field names of struct sockaddr_nl
by Dmitry V. Levin
· 9 years ago
f52753a
net.c: skip details of too short socket addresses
by Dmitry V. Levin
· 9 years ago
b5f1fd9
Assume that libc provides inet_ntop and inet_pton
by Dmitry V. Levin
· 9 years ago
e139cbe
Consistently use AF_UNIX over AF_LOCAL
by Dmitry V. Levin
· 9 years ago
d4bdff6
btrfs: fix build with fresh linux/btrfs.h
by Dmitry V. Levin
· 9 years ago
fe7a451
btrfs: provide fallback definitions for BTRFS_IOC_QUOTA_RESCAN*
by Dmitry V. Levin
· 9 years ago
3fd419f
tests: add signal_receive.test
by Fei Jie
· 9 years ago
0d8eaa9
tests: add signal2name function to libtests
by Fei Jie
· 9 years ago
21e3ff8
tests/attach-f-p.c: fix typo in comment
by Dmitry V. Levin
· 9 years ago
219dfda
tests/ioctl_evdev.c: fix typo in comment
by Dmitry V. Levin
· 9 years ago
be06426
tests/xgetrlimit.c: fix a warning reported by -Wtype-limits
by Elvira Khabirova
· 9 years ago
484326d
Consistently use printaddr for printing addresses
by Dmitry V. Levin
· 9 years ago
87baaec
tests/attach-p-cmd-p.c: cleanup
by Dmitry V. Levin
· 9 years ago
056e304
tests: enhance test coverage of SIGCHLD siginfo_t
by Dmitry V. Levin
· 9 years ago
176c568
tests: extend test coverage of waitid syscall
by Dmitry V. Levin
· 9 years ago
1f68abf
tests: extend test coverage of wait4 syscall
by Dmitry V. Levin
· 9 years ago
af0d066
tests: add widen_to_ull macro to tests.h
by Dmitry V. Levin
· 9 years ago
e9c1ee9
tests: check decoding of waitpid syscall
by Dmitry V. Levin
· 9 years ago
ef9900e
tests: add strace-E.test
by Fei Jie
· 9 years ago
07d9cf5
tests: remove obsolete strace-f.test
by Dmitry V. Levin
· 9 years ago
b1dbd9e
tests: always distribute strace-k.test
by Dmitry V. Levin
· 9 years ago
4e085d0
tests: check decoding of setrlimit, getrlimit, and ugetrlimit syscalls
by Dmitry V. Levin
· 9 years ago
b017c09
tests: check decoding of prlimit64 syscall
by Dmitry V. Levin
· 9 years ago
f6be7ae
tests/ptrace.c: fix fork() return value check
by Elvira Khabirova
· 9 years ago
f56323f
tests/strace-S.test: fix testing 64-bit strace using a 32-bit userspace
by Dmitry V. Levin
· 9 years ago
53128b6
tests/strace-S.test: enhance error diagnostics
by Dmitry V. Levin
· 9 years ago
124c17a
tests/ioctl_evdev.c: check EVIOCGUNIQ decoding
by Dmitry V. Levin
· 9 years ago
bd090ef
tests/ioctl_mtd.c: fix build with musl
by Dmitry V. Levin
· 9 years ago
129b304
tests: check decoding of 'M' type ioctls
by Dmitry V. Levin
· 9 years ago
fc0a386
tests: check decoding of EVIOC* ioctls
by Dmitry V. Levin
· 9 years ago
eb36e38
file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode
by Jeff Mahoney
· 9 years ago
826b797
tests: check decoding of btrfs RDWR ioctls returned data
by Jeff Mahoney
· 9 years ago
fd70b50
tests/btrfs.c: fix live btrfs_test_search_ioctls output
by Jeff Mahoney
· 9 years ago
563a758
tests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH
by Jeff Mahoney
· 9 years ago
59b140a
tests/ioctl_block.c: tweak magic constants to make the test more reliable
by Dmitry V. Levin
· 9 years ago
b356ad8
tests/btrfs.c: check basic decoding of read-only ioctls
by Dmitry V. Levin
· 9 years ago
799b22a
tests: check decoding of BLK* ioctls
by Dmitry V. Levin
· 9 years ago
ba35137
tests: check decoding of RTC_* ioctls
by Dmitry V. Levin
· 9 years ago
f8da0f3
tests: check decoding of mount syscall
by Dmitry V. Levin
· 9 years ago
1ba5535
tests/vhangup.c: diassociate from the controlling terminal first
by Dmitry V. Levin
· 9 years ago
a41d9f5
tests: add vhangup.test
by Fei Jie
· 9 years ago
e79f038
tests/btrfs.c: fix build on x32
by Gleb Fotengauer-Malinovskiy
· 9 years ago
Next »