Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
ee70a1baac4a53e5b4f962d482a5db76d711c922
ee70a1b
Add printstr_ex which allows for providing user quotation style
by Eugene Syromyatnikov
· 8 years ago
5cf68f9
util: add quote_string flag signalising that string is NUL-terminated
by Eugene Syromyatnikov
· 8 years ago
04ec08a
keyctl: add support for KEYCTL_DH_COMPUTE
by Eugene Syromyatnikov
· 8 years ago
820adff
x86_64: fix is_negated_errno for x32 personality
by Dmitry V. Levin
· 8 years ago
7b6d66f
tests: fix another regression in qual_syscall.test
by Dmitry V. Levin
· 8 years ago
4503da0
Use err_name, print unrecognized errno values as numbers
by Dmitry V. Levin
· 8 years ago
7211bdb
keyctl: print errno name in KEYCTL_REJECT in case it is available
by Eugene Syromyatnikov
· 8 years ago
6fdb104
Add function for getting errno string
by Eugene Syromyatnikov
· 8 years ago
ba63d8a
struct tcb: change the type of u_error field from int to unsigned long
by Dmitry V. Levin
· 8 years ago
cce5aae
Use tprints instead of tprintf in a few more places
by Dmitry V. Levin
· 8 years ago
7fa26e1
keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT command
by Eugene Syromyatnikov
· 8 years ago
f5278a7
keyctl: use getarg_ull for printing generic arguments
by Eugene Syromyatnikov
· 8 years ago
db098f9
keyctl: use printuid for printing UID/GID
by Eugene Syromyatnikov
· 8 years ago
f3228d3
io: handle data_size of -1 as unlimited data in print_iovec
by Eugene Syromyatnikov
· 8 years ago
e8f36ec
tests: fix typo in qual_syscall.test
by Dmitry V. Levin
· 8 years ago
a606d3a
Enhance -e abbrev=set, -e raw=set, and -e verbose=set
by Dmitry V. Levin
· 8 years ago
55334ef
tests/qual_syscall.test: rewrite without ls
by Dmitry V. Levin
· 8 years ago
a2402ce
tests: check decoding of fadvise64 and fadvise64_64 syscalls
by Eugene Syromyatnikov
· 8 years ago
54a4a1a
mips o32: implement fetching the 7th subcall argument
by Dmitry V. Levin
· 8 years ago
1929c22
x32: use proper decoder for fadvise64 syscall
by Eugene Syromyatnikov
· 8 years ago
2c871eb
fadvise: use getarg_ull for obtaining len argument of fadvise64 syscall
by Eugene Syromyatnikov
· 8 years ago
b93991d
util: add getarg_ll and getarg_ull functions
by Eugene Syromyatnikov
· 8 years ago
11f7093
fadvise: change printing of len argument to unsigned in fadvise64 syscall
by Eugene Syromyatnikov
· 8 years ago
cfa1b17
sh64, sparc64: use proper decoder for fadvise64_64 syscall
by Dmitry V. Levin
· 8 years ago
dbb7660
tests: check decoding of fallocate syscall
by Eugene Syromyatnikov
· 8 years ago
5af0e0d
fallocate: change print format of offset and len arguments to signed
by Eugene Syromyatnikov
· 8 years ago
e32f7ee
xlat: add default values for falloc_flags constants
by Eugene Syromyatnikov
· 8 years ago
ec37614
tests: check decoding of getcpu syscall
by Eugene Syromyatnikov
· 8 years ago
aefb09b
tests: make magic values in ioctl_block test distinctive
by Eugene Syromyatnikov
· 8 years ago
db27247
tests: additional getcwd decoding checks
by Eugene Syromyatnikov
· 8 years ago
81b6383
tests: check decoding of quotactl syscall
by Eugene Syromyatnikov
· 8 years ago
ee9e7a7
quota: ensure that names of structure fields are printed properly
by Dmitry V. Levin
· 8 years ago
906dc4a
Enhance zero_extend_signed_to_ull and sign_extend_unsigned_to_ll macros
by Dmitry V. Levin
· 8 years ago
340909f
quota: move Q_QUOTAON handling to subcommand switch statement
by Dmitry V. Levin
· 8 years ago
fd5195d
quota: remove legacy subcommand decoding support code
by Eugene Syromyatnikov
· 8 years ago
abde345
quota: add realtime block limits fields to XFS disk quota printing code
by Eugene Syromyatnikov
· 8 years ago
46b8957
quota: add packed attribute to struct if_dqblk definition
by Eugene Syromyatnikov
· 8 years ago
4cb1124
quota: Add decoding for Q_XQUOTARM subcommand
by Eugene Syromyatnikov
· 8 years ago
01bb1d2
quota: add dispatch of SYNC subcommands
by Eugene Syromyatnikov
· 8 years ago
3b3fd71
quota: add missing prefixes to struct field names
by Eugene Syromyatnikov
· 8 years ago
f8b50ef
quota: fix indentation inside subcommand dispatching switch statement
by Eugene Syromyatnikov
· 8 years ago
51330fd
quota: avoid printing id argument for those commands that ignore it
by Eugene Syromyatnikov
· 8 years ago
e87379b
quota: use printuid for id parameter printing
by Eugene Syromyatnikov
· 8 years ago
0cda3e0
quota: display quota subcommand as a macro
by Eugene Syromyatnikov
· 8 years ago
632cc8a
tests: use VERBOSE macro in waitid and waitid-v tests
by Dmitry V. Levin
· 8 years ago
5cc7036
tests: use VERBOSE macro in wait4 and wait4-v tests
by Dmitry V. Levin
· 8 years ago
074c630
tests: use VERBOSE macro in msg_control and msg_control-v tests
by Dmitry V. Levin
· 8 years ago
0c5b09c
tests: use VERBOSE macro in mmsg_name and mmsg_name-v tests
by Dmitry V. Levin
· 8 years ago
a392aaa
tests: use VERBOSE macro in ioctl_rtc and ioctl_rtc-v tests
by Dmitry V. Levin
· 8 years ago
aa95ec7
tests: use VERBOSE macro in ioctl_evdev and ioctl_evdev-v tests
by Dmitry V. Levin
· 8 years ago
0400e2c
tests: use VERBOSE macro in execveat and execveat-v tests
by Dmitry V. Levin
· 8 years ago
68beed8
tests: use VERBOSE macro in execve and execve-v tests
by Dmitry V. Levin
· 8 years ago
91eb1ed
tests: add VERBOSE macro
by Dmitry V. Levin
· 8 years ago
212a444
decode_open: print the mode argument when O_TMPFILE flag is set
by Dmitry V. Levin
· 8 years ago
0918a4c
tests: use sprintrc in tests/ptrace.c
by Dmitry V. Levin
· 8 years ago
b9bac78
tests: use sprintrc in tests/netlink_protocol.c
by Dmitry V. Levin
· 8 years ago
99f41c5
tests: use sprintrc in tests/fchownat.c
by Dmitry V. Levin
· 8 years ago
48ba1de
tests: use sprintrc in tests/fchmodat.c
by Dmitry V. Levin
· 8 years ago
e9bfa4e
tests: use sprintrc in tests/fchmod.c
by Dmitry V. Levin
· 8 years ago
ac563cf
tests: use sprintrc in tests/getgroups.c
by Dmitry V. Levin
· 8 years ago
fe1a225
tests: use sprintrc in tests/setgroups.c
by Dmitry V. Levin
· 8 years ago
24f6345
tests/utime.c: rewrite without assert
by Dmitry V. Levin
· 8 years ago
c7cd262
tests/xattr.c: rewrite without assert
by Dmitry V. Levin
· 8 years ago
1caf9f2
tests: use sprintrc in tests/xchownx.c
by Dmitry V. Levin
· 8 years ago
8870b9e
tests/xstatfsx.c: fix potential errno clobbering
by Dmitry V. Levin
· 8 years ago
38ce265
Add more fs magic constants
by Dmitry V. Levin
· 8 years ago
43e85a6
tests: fix whitespace for explicit type casts in futex test
by Eugene Syromyatnikov
· 8 years ago
eb5b530
Add more fs magic constants
by Dmitry V. Levin
· 8 years ago
6cb1ced
Update fs *_MAGIC constants
by Dmitry V. Levin
· 8 years ago
1ae6605
tests: workaround limited semctl implementation in musl
by Dmitry V. Levin
· 8 years ago
1bc727f
tests: add more IPC decoding checks
by Eugene Syromyatnikov
· 8 years ago
ecc9fc1
.mailmap: add addresses of Dr. David Alan Gilbert
by Dmitry V. Levin
· 8 years ago
61bf305
.mailmap: add canonical name for Eugene Syromyatnikov
by Eugene Syromyatnikov
· 8 years ago
7f6f692
Update generic ioctl entries from linux 4.8
by Dmitry V. Levin
· 8 years ago
07eb711
x32: update ioctl entries from linux 4.8
by Gleb Fotengauer-Malinovskiy
· 8 years ago
7e8314e
maint: update for linux 4.8
by Gleb Fotengauer-Malinovskiy
· 8 years ago
378a47e
tests: use sprintrc_grep in tests/ipc_shm.c
by Dmitry V. Levin
· 8 years ago
3138893
tests: use sprintrc_grep in tests/ipc_sem.c
by Dmitry V. Levin
· 8 years ago
adffd04
tests: use sprintrc_grep in tests/ipc_msg.c
by Dmitry V. Levin
· 8 years ago
961a541
tests: use sprintrc in tests/chmod.c
by Dmitry V. Levin
· 8 years ago
06847fe
ipc: fix printing of nsops argument of semop and semtimedop syscalls
by Dmitry V. Levin
· 8 years ago
84de545
tests/aio.c: bring indentation in conformance with the rest of the file
by Eugene Syromyatnikov
· 8 years ago
0831238
tests: use predefined constant in aio_context_t checks in aio test
by Eugene Syromyatnikov
· 8 years ago
a92ba46
Mark io_setup and io_destroy as memory mapping related syscalls
by Dmitry V. Levin
· 8 years ago
f6c70f9
travis: add x86 musl
by Dmitry V. Levin
· 8 years ago
3351924
tests: use PRI__*64 macros in aio test
by Eugene Syromyatnikov
· 8 years ago
047c42e
ipc: fix printing of integer arguments
by Eugene Syromyatnikov
· 8 years ago
7b93574
ipc: fix printing key_t arguments of msgget, semget, and shmget syscalls
by Dmitry V. Levin
· 8 years ago
f4b7ac2
tests: add more sched_getattr and sched_setattr decoding checks
by Eugene Syromyatnikov
· 8 years ago
0797de9
tests: change type of sched_nice field to signed in sched_xetattr test
by Eugene Syromyatnikov
· 8 years ago
6d995ae
tests: add sprintrc_grep function to libtests
by Eugene Syromyatnikov
· 8 years ago
ee7d47f
tests: perform more strict structure allocation in sched_xetattr test
by Eugene Syromyatnikov
· 8 years ago
e3ed9f5
tests: split long lines in sched_xetattr test
by Eugene Syromyatnikov
· 8 years ago
9b95549
tests/aio.c: fix for x32 personality
by Dmitry V. Levin
· 8 years ago
ed292f6
aio: print aio_context_t as a pointer type
by Dmitry V. Levin
· 8 years ago
460c625
tests/aio.c: rewrite without assert
by Dmitry V. Levin
· 8 years ago
851ac44
tests: add more aio decoding checks
by Eugene Syromyatnikov
· 8 years ago
ea7adc3
tests: add suffix and cast to 64-bit constants in aio test
by Eugene Syromyatnikov
· 8 years ago
06d0a0e
tests: check decoding of perf_event_open syscall
by Eugene Syromyatnikov
· 8 years ago
af0d956
Makefile.am: use pwd instead of realpath
by Eugene Syromyatnikov
· 8 years ago
Next »