Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
e6828b1102fec1ee25fc504c9076ac31701a681e
e6828b1
tests: check decoding of fchown syscall
by Dmitry V. Levin
· 9 years ago
11f98f2
tests: check decoding of lchown32 syscall
by Dmitry V. Levin
· 9 years ago
408420f
tests: check decoding of lchown syscall
by Dmitry V. Levin
· 9 years ago
f559a87
tests: check decoding of chown32 syscall
by Dmitry V. Levin
· 9 years ago
4ccdbd6
tests: check decoding of chown syscall
by Dmitry V. Levin
· 9 years ago
a99bcbf
Fix decoding of 16-bit uid_t/git_t
by Dmitry V. Levin
· 9 years ago
c1f1cc1
tests: move kernel uid overflow check to libtests
by Dmitry V. Levin
· 9 years ago
9c1a72c
tests: skip seccomp-strict.test and prctl-seccomp-strict.test on x32
by Dmitry V. Levin
· 9 years ago
c2523e0
tests: add seccomp-filter.test
by Dmitry V. Levin
· 9 years ago
6ba947f
seccomp: fix decoding of sock_fprog and sock_filter structures
by Dmitry V. Levin
· 9 years ago
3ea6a59
seccomp: print SECCOMP_* and BPF_* constants in a more compact way
by Dmitry V. Levin
· 9 years ago
1818061
tests: rename seccomp.test to prctl-seccomp-filter-v.test
by Dmitry V. Levin
· 9 years ago
b19945b
tests: add seccomp-strict.test
by Dmitry V. Levin
· 9 years ago
c1aa737
tests: add prctl-seccomp-strict.test
by Dmitry V. Levin
· 9 years ago
d9e4ff7
tests: bring lists back to the sorted order
by Dmitry V. Levin
· 9 years ago
7a06960
tests/epoll_create1.c: extend for the case of ENOSYS
by Dmitry V. Levin
· 9 years ago
2399a60
tests/epoll_ctl.c: extend epoll_ctl coverage
by Dmitry V. Levin
· 9 years ago
cb6f997
tests: add mlockall.test
by Dmitry V. Levin
· 9 years ago
c75e2c2
tests: add epoll_wait.test
by Fei Jie
· 9 years ago
258a225
tests: add epoll_ctl.test
by Fei Jie
· 9 years ago
bbdd23c
tests: add epoll_create.test
by Fei Jie
· 9 years ago
17f4b45
tests/pread64-pwrite64.c: minor cleanup
by Dmitry V. Levin
· 9 years ago
fcb94cd
Fix decoding of swapon flags
by Dmitry V. Levin
· 9 years ago
f2f91c0
tests/unlinkat.c: check AT_* decoding
by Dmitry V. Levin
· 9 years ago
867c1cd
tests/linkat.c: check AT_* decoding
by Dmitry V. Levin
· 9 years ago
612368b
Improve decoding of Android's PR_SET_VMA prctl
by Elliott Hughes
· 9 years ago
c4a30f1
tests: add mkdirat.test
by Fei Jie
· 9 years ago
93faa4c
tests: add swap.test
by Fei Jie
· 9 years ago
41cd657
tests: add unlinkat.test
by Fei Jie
· 9 years ago
7a158a1
tests: add linkat.test
by Fei Jie
· 9 years ago
5b2d257
tests: add sync_file_range.test and sync_file_range2.test
by Dmitry V. Levin
· 9 years ago
27bff90
Add default values for SYNC_FILE_RANGE_* constants
by Dmitry V. Levin
· 9 years ago
6f072d5
Fix sync_file_range2 output
by Elliott Hughes
· 9 years ago
71fe62e
Replace PF_* constants with AF_*
by Dmitry V. Levin
· 9 years ago
2aa9b32
tests: add read-write.test
by Dmitry V. Levin
· 9 years ago
7b5d8f9
tests/pread64-pwrite64.test: extend dumpio coverage
by Dmitry V. Levin
· 9 years ago
0de5829
tests: add hexdump_memdup function to libtests
by Dmitry V. Levin
· 9 years ago
35e97a7
tests: add fchownat.test
by Dmitry V. Levin
· 9 years ago
baeff23
tests: add fchmodat.test
by Dmitry V. Levin
· 9 years ago
9f3a6af
Fix printing of negative offsets in pread64 and pwrite64 syscalls
by Dmitry V. Levin
· 9 years ago
69f1bf3
tests/hexdump_strdup.c: add support for longer strings
by Dmitry V. Levin
· 9 years ago
fe0d07a
tests/preadv-pwritev.c: fix typo in error diagnostics
by Dmitry V. Levin
· 9 years ago
d82b0d8
tests: add chroot.test
by Fei Jie
· 9 years ago
4c4ab0f
tests: add fdatasync.test
by Fei Jie
· 9 years ago
16c078e
tests: add fsync.test
by Fei Jie
· 9 years ago
a067b8d
tests: add sethostname.test
by Fei Jie
· 9 years ago
3ae8690
Consistently handle unsigned arguments of mmap* and remap_file_pages
by Dmitry V. Levin
· 9 years ago
f40ea79
Consistently handle 2nd and 3rd arguments of [gs]etsockopt as unsigned
by Dmitry V. Levin
· 9 years ago
b0d23cc
Add sentinel attribute to printxvals
by Dmitry V. Levin
· 9 years ago
ccdc82a
Cleanup parser of ptrace syscall
by Dmitry V. Levin
· 9 years ago
1f3482b
Define PRI__[uxs]64 macros to print __s64 and __u64 values
by Jeff Mahoney
· 9 years ago
3f6ebce
Implement dumping of preadv and pwritev syscalls
by Dmitry V. Levin
· 9 years ago
c98ab88
Fix decoding of preadv syscall in case of short read
by Dmitry V. Levin
· 9 years ago
d461151
Fix printing of negative offsets in preadv and pwritev syscalls
by Dmitry V. Levin
· 9 years ago
0a9d194
Fix printing of unreadable struct iovec
by Dmitry V. Levin
· 9 years ago
5dde567
tests: factor out a part common to many simply organized test scripts
by Dmitry V. Levin
· 9 years ago
579a4aa
tests: introduce $NAME
by Dmitry V. Levin
· 9 years ago
2e8a787
tests: move definitions of $OUT and $ERR to init.sh
by Dmitry V. Levin
· 9 years ago
a990e8c
tests: simplify sendfile.test and sendfile64.test
by Dmitry V. Levin
· 9 years ago
1e7dfc3
open.test, openat.test: lift /proc requirement
by Dmitry V. Levin
· 9 years ago
cca2e53
quotactl: add decoding of Q_GETNEXTQUOTA and Q_XGETNEXTQUOTA
by Dmitry V. Levin
· 9 years ago
4ce6b5e
Update Q_* constants
by Dmitry V. Levin
· 9 years ago
c4d67d4
Update CLONE_* constants
by Dmitry V. Levin
· 9 years ago
54cc3e1
Update BPF_MAP_TYPE_* constants
by Dmitry V. Levin
· 9 years ago
ce515dd
Update SO_* constants
by Dmitry V. Levin
· 9 years ago
ebd1124
Update SEGV_* constants
by Dmitry V. Levin
· 9 years ago
dbc68b7
avr32: wire up copy_file_range syscall
by Dmitry V. Levin
· 9 years ago
d2029cc
tests/uname.test: check abbreviated output, use print_quoted_string
by JayRJoshi
· 9 years ago
90406df
faccessat.test: robustify against libcs invoking faccessat syscall on their own
by Dmitry V. Levin
· 9 years ago
347a5d4
openat.test: robustify against libcs invoking openat syscall on their own
by Dmitry V. Levin
· 9 years ago
f09a474
tests: add open.test
by Dmitry V. Levin
· 9 years ago
e17f28d
Update generic ioctl entries from linux 4.5
by Dmitry V. Levin
· 9 years ago
e7794ae
maint: update for linux 4.5
by Dmitry V. Levin
· 9 years ago
9d91928
Fix decoding of device numbers in mknod and mknodat syscalls
by Dmitry V. Levin
· 9 years ago
b0e507f
sparc64: fix decoding of mknod and mknodat syscalls for sparc personality
by Dmitry V. Levin
· 9 years ago
6598026
tests: add openat.test
by Katerina Koukiou
· 9 years ago
896479d
tests: add renameat.test
by Fei Jie
· 9 years ago
e2975b6
tests: add faccessat.test
by Fei Jie
· 9 years ago
8346e63
tests: add creat.test
by Fei Jie
· 9 years ago
0ebe67b
tests: add mknod.test
by Fei Jie
· 9 years ago
9a88371
tests: add syslog.test
by Fei Jie
· 9 years ago
c4e36dc
tests/scm_rights-fd.test: fix pathname regex
by JayRJoshi
· 9 years ago
e10ab4c
tests: add strace-r.test
by Dmitry V. Levin
· 9 years ago
534a392
tests: add strace-ttt.test
by Dmitry V. Levin
· 9 years ago
e4d110d
tests: add strace-tt.test
by Dmitry V. Levin
· 9 years ago
ac2c43e
tests: add strace-t.test
by Dmitry V. Levin
· 9 years ago
a08d03f
tests: add strace-T.test
by Dmitry V. Levin
· 9 years ago
f7f7e60
tests: split out tests of specific decoders
by Dmitry V. Levin
· 9 years ago
39ab120
tests: add getcwd.test
by JayRJoshi
· 9 years ago
17654da
tests: add print_quoted_string function to libtests
by JayRJoshi
· 9 years ago
032a9a4
tests: add xetpriority.test
by Fei Jie
· 9 years ago
b824f98
tests: add flock.test
by Fei Jie
· 9 years ago
c3fb92c
tests: add sched_xetscheduler.test
by Fei Jie
· 9 years ago
ab26390
alpha: fix SOCK_DIAG_BY_FAMILY tests
by Dmitry V. Levin
· 9 years ago
aa7b60d
Update EPOLL* constants
by Dmitry V. Levin
· 9 years ago
b389028
tests: add count-f.test
by Dmitry V. Levin
· 9 years ago
5d6292c
hppa: wire up copy_file_range syscall
by Dmitry V. Levin
· 9 years ago
fb22306
tests: filter strace output in uname test
by Fei Jie
· 9 years ago
ea5c7b5
tests: add sched_xetparam.test
by Fei Jie
· 9 years ago
1eed594
tests: add sched_get_priority_mxx.test
by Fei Jie
· 9 years ago
Next »