Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
e10b4f02eb6c40a0024fe1172ab4391f07fc8ffc
e10b4f0
ioctl: remove obsolete registry of ioctl characters
by Dmitry V. Levin
· 10 years ago
4b80f34
Fix filtering of <unavailable> syscalls
by Dmitry V. Levin
· 10 years ago
de4a680
Fix -qq option in conjunction with -o option
by Dmitry V. Levin
· 10 years ago
6455f0a
xtensa: wire up new syscalls
by Dmitry V. Levin
· 10 years ago
4c3ea5d
bfin: wire up new syscalls
by Dmitry V. Levin
· 10 years ago
25d729f
alpha: wire up new syscalls
by Dmitry V. Levin
· 10 years ago
68cb82e
tests: skip stat32 test if struct stat is defined incorrectly
by Dmitry V. Levin
· 10 years ago
d93c4e8
Consistenly use #ifdef to check for AC_DEFINE'd macros
by Dmitry V. Levin
· 10 years ago
0c56195
xattr: move fallback definitions of xattr flags to xlat/
by Dmitry V. Levin
· 10 years ago
f64a439
link: move fallback definitions of AT_* constants to xlat/
by Dmitry V. Levin
· 10 years ago
fddeeba
net: move fallback definitions of SOL_* constants to xlat/
by Dmitry V. Levin
· 10 years ago
003cc9f
futex: move fallback definitions of futex constants to xlat/
by Dmitry V. Levin
· 10 years ago
14f4038
clone: move definitions of cloning flags to xlat/
by Dmitry V. Levin
· 10 years ago
cf7ee30
Update mount flags constants
by Dmitry V. Levin
· 10 years ago
a863072
mount: update parser to match kernel behaviour
by Dmitry V. Levin
· 10 years ago
c8cf5fe
mount: robustify MS_MGC_VAL decoding
by Dmitry V. Levin
· 10 years ago
7bee462
net: decode setsockopt() multicast arguments
by Dmitry V. Levin
· 10 years ago
0b95590
Update IPV6 socket options constants
by Dmitry V. Levin
· 10 years ago
ae28093
net: factor out interface index printing code
by Dmitry V. Levin
· 10 years ago
6c8ef05
Consistently use error_msg instead of fprintf(stderr)
by Dmitry V. Levin
· 10 years ago
df38991
Consistently print OOM diagnostic messages
by Dmitry V. Levin
· 10 years ago
3e9d71f
Introduce memory allocation wrappers
by Dmitry V. Levin
· 10 years ago
8c20d89
Fix ioctl entries on 32-bit architectures with 64-bit aligned structures
by Dmitry V. Levin
· 10 years ago
f95cf99
maint: make linux/kvm.h parseable on arm
by Dmitry V. Levin
· 10 years ago
e459ba9
v4l2: add decoding for VIDIOC_S_CROP's arg
by Philippe De Muyter
· 10 years ago
bd8dd77
Add support for Altera's Nios-II softcore architecture
by Ezequiel Garcia
· 10 years ago
86b4fb5
v4l2: VIDIOC_CROPCAP: add missing braces around arg printout
by Philippe De Muyter
· 10 years ago
7e88896
maint: avoid effects of locale when sorting files
by Dmitry V. Levin
· 10 years ago
6779e71
v4l2: add decoding for VIDIOC_CREATE_BUFS's arg.
by Philippe De Muyter
· 10 years ago
f34b97f
mips o32: decode indirect syscall
by Dmitry V. Levin
· 10 years ago
71fb134
debian: add gawk to Build-Depends
by Dmitry V. Levin
· 10 years ago
b704e8f
tests: fix bexecve.test for the case of mixed personalities
by Dmitry V. Levin
· 10 years ago
25c804c
tests: add a test for "resuming interrupted nanosleep"
by Dmitry V. Levin
· 10 years ago
dfd4e3f
tests: strip executable bit from *.expected files
by Dmitry V. Levin
· 10 years ago
a0bd374
Declare syscall parsers using SYS_FUNC macro
by Dmitry V. Levin
· 10 years ago
cc59f14
Fix confusing "resuming interrupted unknown" message
by Denys Vlasenko
· 10 years ago
79c5c5d
tests: workaround old gawk versions that do not provide @include support
by Dmitry V. Levin
· 10 years ago
a402810
tests: rewrite umovestr2.test without using grep
by Dmitry V. Levin
· 10 years ago
87af193
Cleanup process_vm_writev syscall decoding
by Dmitry V. Levin
· 10 years ago
ea1fea6
umovestr: read chunks of memory up to pagesize at a time
by Dmitry V. Levin
· 10 years ago
4832134
umovestr: fix short read bug
by Dmitry V. Levin
· 10 years ago
b2893c9
When process_vm_readv fails with EPERM, try PTRACE_PEEKDATA
by Dmitry V. Levin
· 10 years ago
5647cf8
Use macros for gcc attributes
by Dmitry V. Levin
· 10 years ago
c84d0b8
Introduce macros for gcc attributes
by Dmitry V. Levin
· 10 years ago
3460dc4
Include <linux/ioctl.h> for _IOC_* macros
by Felix Janda
· 10 years ago
d34e00b
Include <sys/stat.h> for S_I* macros
by Felix Janda
· 10 years ago
537c964
signal.c: move siginfo_t parsers to a separate file
by Dmitry V. Levin
· 10 years ago
f7430b7
Update siginfo_t constants
by Dmitry V. Levin
· 10 years ago
174bb2b
signal.c: move sigaltstack parser to a separate file
by Dmitry V. Levin
· 10 years ago
b6ef71b
Move sparc64 get_scno() code where it belongs
by Denys Vlasenko
· 10 years ago
588a90f
sparc: rename personality 2 files to personality 1
by Denys Vlasenko
· 10 years ago
df4dd8b
sparc: delete personality 1
by Denys Vlasenko
· 10 years ago
602d717
qemu_multiarch_testing/*: make it easier to do debug in sandboxes
by Denys Vlasenko
· 10 years ago
430143b
sparc: fix v4.10-25-g8497b62 fallout
by Denys Vlasenko
· 10 years ago
ea00900
get_scno: add diagnostics for invalid syscall numbers
by Dmitry V. Levin
· 10 years ago
9945ec9
arm: fix v4.10-25-g8497b62 fallout
by Dmitry V. Levin
· 10 years ago
8e8d7d2
mips: fix pipe syscall decoding
by Dmitry V. Levin
· 10 years ago
a3c4835
sigreturn.c: split arch specific code into separate arch files
by Dmitry V. Levin
· 10 years ago
d70d1c4
syscall.c: split arch specific code into separate arch files
by Dmitry V. Levin
· 10 years ago
1b78607
syscall.c: prepare for the split
by Dmitry V. Levin
· 10 years ago
144cda2
Move get_regs error check from trace_syscall_entering to get_scno
by Dmitry V. Levin
· 10 years ago
78ed3f3
alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding
by Dmitry V. Levin
· 10 years ago
c215569
decode_socket_subcall: fetch all arguments with a single umoven call
by Dmitry V. Levin
· 10 years ago
68ba190
New test: test/many_looping_threads.c
by Denys Vlasenko
· 10 years ago
f1e5b6a
test/.gitignore: add missing test targets
by Denys Vlasenko
· 10 years ago
7d27c63
Trivial optimization in sys_sigreturn()
by Denys Vlasenko
· 10 years ago
7e69ed9
Change last parameter of umoven() from char* to void*
by Denys Vlasenko
· 10 years ago
9dce83b
Remove unused struct tcb::inst field
by Denys Vlasenko
· 10 years ago
3543157
test/Makefile: add missing test targets
by Denys Vlasenko
· 10 years ago
364728d
Move the comment about termination logic where it belongs
by Denys Vlasenko
· 10 years ago
4bb2ffd
startup_tcb() never fails, remove code which checks for failures
by Denys Vlasenko
· 10 years ago
8497b62
Show the syscall name in "resuming interrupted call" message
by Denys Vlasenko
· 10 years ago
e7d671b
tests: add a test for mmap/mprotect/munmap decoding
by Dmitry V. Levin
· 10 years ago
b4aefa7
sparc, sparc64: fix decoding of mmap2
by Dmitry V. Levin
· 10 years ago
485f8fb
tests: add a test for SECCOMP_MODE_FILTER decoding
by Dmitry V. Levin
· 10 years ago
226bf1c
tests: factor out common awk code
by Dmitry V. Levin
· 10 years ago
6add1b0
tests: skip netlink based tests when resources are not available
by Dmitry V. Levin
· 10 years ago
babe7f6
aarch64, arm: decode extra padded compat struct statfs64
by Dmitry V. Levin
· 10 years ago
8f54664
tests: factor out common shell code to functions
by Dmitry V. Levin
· 10 years ago
1b5b567
Show f_flags field in printstatfs
by Elliott Hughes
· 10 years ago
68804b3
tests/uid*: use fchown* instead of chown*
by Dmitry V. Levin
· 10 years ago
f79252f
stat64-v.test: add newfstatat syscall support
by Dmitry V. Levin
· 10 years ago
71d6ffc
aarch64: properly decode generic syscalls
by Andreas Schwab
· 10 years ago
3355784
tests: verify that all patterns match
by Andreas Schwab
· 10 years ago
bce1ff5
Fix stat64 st_[acm]time decoding for personalities with 32-bit time_t
by Dmitry V. Levin
· 10 years ago
499c5aa
semctl: fix indirect syscall decoding
by Dmitry V. Levin
· 10 years ago
3aa45f3
tests/ipc_*: match IPC_64 flag
by Andreas Schwab
· 10 years ago
fa5ce37
Fix crash in ipc_sem test
by Andreas Schwab
· 10 years ago
712f0e1
m68k: fix sigreturn decoding
by Andreas Schwab
· 10 years ago
0e3811d
aarch64: fix ioctl decoding
by Andreas Schwab
· 10 years ago
9533610
tests/select.test: handle architectures using pselect6 syscall
by Andreas Schwab
· 10 years ago
64fc9ce
Distribute linux/aarch64/arch_regs.h
by Andreas Schwab
· 10 years ago
dbadf7b
Fix decoding of mmap2 for arm
by Andreas Schwab
· 10 years ago
a897136
m68k: define HAVE_SA_RESTORER
by Andreas Schwab
· 10 years ago
d76d306
aarch64: fix rt_sigreturn decoding
by Dmitry V. Levin
· 10 years ago
91bdbb4
maint: post-release administrivia
by Dmitry V. Levin
· 10 years ago
dfabccf
Prepare for 4.10 release
by Dmitry V. Levin
· 10 years ago
74219ea
Move sigreturn/rt_sigreturn parser to a separate file
by Dmitry V. Levin
· 10 years ago
48f0890
ia64: use PTRACE_GETREGS to fetch registers
by Dmitry V. Levin
· 10 years ago
20eca8a
s390, s390x: use PTRACE_GETREGSET to fetch registers
by Dmitry V. Levin
· 10 years ago
Next »