Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
strace
/
89804ec3e1a5c912474d43438059aef3893d2e82
89804ec
Rename some register statics by prefixing their names with arch.
by Denys Vlasenko
· 12 years ago
401374e
Rename ARM's regs structure to arm_regs
by Denys Vlasenko
· 12 years ago
4bdb6bb
Stop needlessly using static variable
by Denys Vlasenko
· 12 years ago
8d4ca0c
Shortcut tests for fork/exec syscalls
by Denys Vlasenko
· 12 years ago
88eafd8
Improve perf_event_open argument decoding
by Ben Noordhuis
· 12 years ago
af8dc6b
tile: fix merge skew with new get_regs architecture
by Chris Metcalf
· 12 years ago
9e1a7d8
mount: decode MS_NOSEC
by Bernhard Reutner-Fischer
· 12 years ago
21ceeb4
mmap: decode MAP_UNINITIALIZED
by Bernhard Reutner-Fischer
· 12 years ago
ddba73e
Print 64-bit instruction pointers zero padded
by Dmitry V. Levin
· 12 years ago
f0f41cf
x86_64: fix compilation warning introduced in previous commit
by Dmitry V. Levin
· 12 years ago
df39e56
Simple bug fix for x86_86
by Denys Vlasenko
· 12 years ago
0b99a8a
Add tilegx support to strace
by Chris Metcalf
· 12 years ago
4645582
Small optimization for SPARC[64] get_scno
by Denys Vlasenko
· 12 years ago
1ebe08d
Do not compile getrval2() if not needed
by Denys Vlasenko
· 12 years ago
ce7d953
Optimize out PTRACE_PEEKUSER with -i
by Denys Vlasenko
· 12 years ago
beae4c7
Fix sys_semtimedop decoding on s390x
by Stanislav Brabec
· 12 years ago
1f21513
Fix *xattr decoding
by Dmitry V. Levin
· 12 years ago
eff5c0e
sys_semtimedop: fix timeval argument index in wrapped call
by Stanislav Brabec
· 12 years ago
eb54c47
Fix glibc version checks
by John Spencer
· 12 years ago
05eb905
Add state argument to change_syscall and fix SPARC
by James Hogan
· 12 years ago
890a5ca
Add support for tracing 32-bit ARM EABI binaries on AArch64
by Steve McIntyre
· 12 years ago
716c93e
Move asm-generic ioctl definitions to linux/ioctlent.h.in
by Dmitry V. Levin
· 12 years ago
17e3860
Filter out redundant "*32" ioctl entries
by Dmitry V. Levin
· 12 years ago
7943966
Enhance quotactl decoding
by Dmitry V. Levin
· 12 years ago
d8d3bd3
Add AArch64 support to strace
by Steve McIntyre
· 12 years ago
d6dbd99
linux: add new errno values for EPROBE_DEFER and EOPENSTALE
by Steve McIntyre
· 12 years ago
9679296
Add -e trace=memory option
by Namhyung Kim
· 12 years ago
85c2178
x32: add 64bit annotation too
by Mike Frysinger
· 12 years ago
b742d8c
Ignore fflush(3) return value
by Dmitry V. Levin
· 12 years ago
9a71bcd
Use perror_msg instead of perror
by Dmitry V. Levin
· 12 years ago
4411a0c
process_vm_readv may return ESRCH if tracee was killed, don't complain
by Denys Vlasenko
· 12 years ago
978fbc9
Trivial fixes, no code changes.
by Denys Vlasenko
· 12 years ago
508279c
Always check setreuid return code
by Dmitry V. Levin
· 12 years ago
f04b5de
x32: update {g,s}etsockopt syscall numbers
by Mike Frysinger
· 12 years ago
ad232c6
Decode file type returned by getdents system call
by Dmitry V. Levin
· 12 years ago
cf53436
Close pipe and wait for the pipe process termination
by Dmitry V. Levin
· 12 years ago
26bc060
Enable usage of PTRACE_SEIZE
by Denys Vlasenko
· 12 years ago
d7df591
x32: update syscall table
by Mike Frysinger
· 12 years ago
d33e72a
Merge adjacent printing operations in a few places
by Denys Vlasenko
· 12 years ago
318a273
Use %d printf format instead of %i everywhere
by Denys Vlasenko
· 12 years ago
8560ef2
Fix a few goofs in sys_sysctl()
by Denys Vlasenko
· 12 years ago
048cc42
Stop using non-standard %Zu and %Zd formats for size_t printing
by Denys Vlasenko
· 12 years ago
c59b3f1
Remove outdated comment about suspending new tracees
by Denys Vlasenko
· 13 years ago
c52826c
Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches
by Denys Vlasenko
· 13 years ago
d376c92
Add configure --enable-gcc-Werror option
by Dmitry V. Levin
· 13 years ago
f112d07
Make x86-64 build free of artificial warnings
by Dmitry V. Levin
· 13 years ago
0dbc80d
Fix kernel release string parsing
by Dmitry V. Levin
· 13 years ago
55980f5
On clearing "breakpopint", restore syscall number too
by Denys Vlasenko
· 13 years ago
24ee60b
util: fix building when glibc has a stub process_vm_readv
by Mike Frysinger
· 13 years ago
5700f68
doc: describe documentation policy
by Dmitry V. Levin
· 13 years ago
503faaa
maint: post-release administrivia
by Dmitry V. Levin
· 13 years ago
417eb88
Prepare for 4.7 release
by Dmitry V. Levin
· 13 years ago
cf050db
Fix build with <linux/loop.h> from 2.6.18 kernel headers
by Dmitry V. Levin
· 13 years ago
a5fd66b
* vsprintf.c: Check for USE_CUSTOM_PRINTF earlier.
by Dmitry V. Levin
· 13 years ago
e263e3b
Remove duplicate names from CREDITS
by Dmitry V. Levin
· 13 years ago
823eba2
tests: raise strace check timeout to 60 seconds
by Dmitry V. Levin
· 13 years ago
a28fbfd
Update STA_* constants
by Dmitry V. Levin
· 13 years ago
4ef3063
NEWS: update for release
by Dmitry V. Levin
· 13 years ago
ea22e97
Make printing of utsname.domainname more portable
by Dmitry V. Levin
· 13 years ago
5ea9765
Fix recvmmsg decode: do not show more data than actually returned
by Dmitry V. Levin
· 13 years ago
043b5f8
Remove recently introduced use of ULONG_MAX
by Dmitry V. Levin
· 13 years ago
3efa7c7
Enable printing of uts.domainname in uname syscall
by Denys Vlasenko
· 13 years ago
b5d43b8
Fix printstr's len parameter width
by Denys Vlasenko
· 13 years ago
e0bc222
Fix recvmsg decode: do not show more data than actually returned
by Denys Vlasenko
· 13 years ago
5443256
Package strace-log-merge
by Dmitry V. Levin
· 13 years ago
9b4fca2
NEWS: clarify & fix typo
by Mike Frysinger
· 13 years ago
aa6d850
Cast current_wordsize to an int
by Mike Frysinger
· 13 years ago
84e50fc
Update NEWS for upcoming 4.7 release
by Dmitry V. Levin
· 13 years ago
48e95c7
Sync strace.spec and debian/ with packages
by Dmitry V. Levin
· 13 years ago
ebee04c
Decode /dev/loop ioctls
by Mike Frysinger
· 13 years ago
085e428
x32: add ia32 support
by H.J. Lu
· 13 years ago
2bb4581
Cast clock_t type to unsigned long long
by H.J. Lu
· 13 years ago
6e4f3c1
Add custom (faster) vfprintf implementation (disabled by default)
by Denys Vlasenko
· 13 years ago
61d62cf
Stop using %h[h]u format specifiers
by Denys Vlasenko
· 13 years ago
142aee0
Trivial speed optimization
by Denys Vlasenko
· 13 years ago
c933f27
Fix a problem with sys_lseek on x32
by H.J. Lu
· 13 years ago
35be581
Add x32 support to strace
by H.J. Lu
· 13 years ago
dd0130b
Restore tcb::u_lrval; fix lseek on MIPS-n32
by H.J. Lu
· 13 years ago
0cbed35
Decode mtd ioctls
by Mike Frysinger
· 13 years ago
7ff5ed9
Fix indefinite hang on no-mmu systems
by Mike Frysinger
· 13 years ago
f36ede6
Makefile.am: whitespace fix
by Denys Vlasenko
· 13 years ago
7015fe4
powerpc: Add syscall entries for direct socket system calls
by Anton Blanchard
· 13 years ago
4372cc9
qual_syscall: fix potential NULL dereference
by Dmitry V. Levin
· 13 years ago
030d555
strace-log-merge: fix file suffix calculation
by Dmitry V. Levin
· 13 years ago
df79013
Remove unreachable code
by Denys Vlasenko
· 13 years ago
94f00e6
manpage: remove false info about -p being limited to 32 processes
by Denys Vlasenko
· 13 years ago
c5ccfa4
Tweak help text and manpage (added -In to manpage)
by Denys Vlasenko
· 13 years ago
378f9c5
printstr: check for potential integer overflow
by Dmitry V. Levin
· 13 years ago
ccee169
Robustify parsing of numbers from strings
by Dmitry V. Levin
· 13 years ago
20f6b54
strace-log-merge: enhance usage error diagnostics
by Dmitry V. Levin
· 13 years ago
d8879f4
configure.ac: sort lists and use m4_normalize to ease maintenance
by Dmitry V. Levin
· 13 years ago
e4cc7c5
Simple optimizations
by Denys Vlasenko
· 13 years ago
d63b0d5
Reorder declarations in defs.h. No code changes
by Denys Vlasenko
· 13 years ago
6764f8f
Simplify current tcp switching and current column handling
by Denys Vlasenko
· 13 years ago
8511f2a
Make threaded execve handling code more reabable and somewhat simpler
by Denys Vlasenko
· 13 years ago
513e9c2
simple cleanups in defs.h. No logic changes.
by Denys Vlasenko
· 13 years ago
b5e0908
Show "+++ exited..." with -C
by Denys Vlasenko
· 13 years ago
e7a4772
Slight tweak to qemu_multiarch_testing scripts
by Denys Vlasenko
· 13 years ago
a44f969
Replace reprinting decision logic
by Denys Vlasenko
· 13 years ago
2350675
Report some ptrace failures; nuke tcp->ptrace_errno
by Denys Vlasenko
· 13 years ago
Next »