- 7a28f7f aarch64: fix decoding of arm syscall numbers by Elliott Hughes · 11 years ago
- a78d777 powerpc64: fix 64-bit process detection on embedded by James Yang · 11 years ago
- 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 11 years ago
- 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
- 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
- e600ac6 I386: fix signedness mismatch warning by Denys Vlasenko · 11 years ago
- 94e1035 ARM: remove wrong NSIG = 32 define by Denys Vlasenko · 11 years ago
- b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
- 9459dfb powerpc: fix some compiler warnings by Anton Blanchard · 11 years ago
- f5730e9 s390[x]: get rid of syscall_mode, delete code which never triggers by Denys Vlasenko · 11 years ago
- 8b7aa2b ARM: add STRACE_KNOWS_ONLY_EABI define which can be used to omit OABI support by Denys Vlasenko · 11 years ago
- 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
- c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
- 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
- 44a6d04 POWERPC: get rid of "static long ppc_result" by Denys Vlasenko · 11 years ago
- 6b3016e POWERPC: read ppc_regs.nip if -i by Denys Vlasenko · 11 years ago
- 7eb8932 POWERPC: if GETREGS fails with EIO, don't try it again by Denys Vlasenko · 11 years ago
- 7f5a132 Get rid of powerpc_getreg(), it's a copy of upeek() by Denys Vlasenko · 11 years ago
- 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
- 14d51a6 powerpc: Provide a fallback for old kernels without PTRACE_GETREGS by Anton Blanchard · 11 years ago
- ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
- 2a3d275 Hide startup syscalls. by Denys Vlasenko · 12 years ago
- 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
- b787b10 Reorganize get_regs code, hopefully without functional changes by Dmitry V. Levin · 12 years ago
- faa177e arm, i386: use PTRACE_GETREGSET if available by Dmitry V. Levin · 12 years ago
- 32c049a Include <sys/uio.h> and <elf.h> on all architectures by Dmitry V. Levin · 12 years ago
- 27e3ae9 x86-64: enhance PTRACE_GETREGSET test by Dmitry V. Levin · 12 years ago
- ee348c6 x32: use PTRACE_GETREGSET unconditionally by Dmitry V. Levin · 12 years ago
- 0482c5a x86-64, x32: do not include linux/ptrace.h unnecessarily by Dmitry V. Levin · 12 years ago
- aba6292 Emit better message for ERESTARTNOHAND return by Denys Vlasenko · 12 years ago
- 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
- 7b9e45e Fix trace=set regression introduced by commit v4.7-111-g9cbc15b by Dmitry V. Levin · 12 years ago
- e6f5524 Fix compilation errors uncovered by -Werror=enum-compare by Dmitry V. Levin · 12 years ago
- 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 12 years ago
- b43dacd Correct i > MAX_NSYSCALLS commparison: should be i >= MAX_NSYSCALLS by Denys Vlasenko · 12 years ago
- 9cbc15b Eliminate MAX_QUALS, make qualifier array dynamic by Denys Vlasenko · 12 years ago
- a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 12 years ago
- c1540fe Remove unused QUAL_FAULT code (was used by non-Linux code only). by Denys Vlasenko · 12 years ago
- a585c9d Use uint8_t for qual_flags[] instead of ints. by Denys Vlasenko · 12 years ago
- 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
- 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 12 years ago
- e7030e5 arm: shorten syscall table for EABI - no point in storing NULL entries by Denys Vlasenko · 12 years ago
- 2544f98 Fix compiler warnings by Denys Vlasenko · 12 years ago
- 30c0323 Improve comment text. No code changes by Denys Vlasenko · 12 years ago
- c956ef0 Simple optimization in get_error by Denys Vlasenko · 12 years ago
- 5721cdb Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID by Denys Vlasenko · 12 years ago
- 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 12 years ago
- 2550d48 Use the same type for i386_regs on 32-bit and 64-bit x86. by Denys Vlasenko · 12 years ago
- ddd2da2 Fix build error on Tile by Denys Vlasenko · 12 years ago
- 6cf3605 x86: zero-extend 32-bit args in syscall entry instead of sign-extension by Denys Vlasenko · 12 years ago
- ae8643e A better handling of current_wordsize by Denys Vlasenko · 12 years ago
- e3b248d x86: fix required kernel version for GETREGSET by Denys Vlasenko · 12 years ago
- 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
- eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 12 years ago
- d22213a Rename some register statics by prefixing their names with arch. by Denys Vlasenko · 12 years ago
- ab2f402 Remove stray syscall result reading code on syscall entry for s390 by Denys Vlasenko · 12 years ago
- afea7dd Fix is_negated_errno() check for X32 by Denys Vlasenko · 12 years ago
- 59aea0a Preparatory patch for "new" x86 personality detection by Denys Vlasenko · 12 years ago
- 7ba8e72 S390: stop using needlessly static long pc variable by Denys Vlasenko · 12 years ago
- 28ac68f Optimize AArch64 handling of 32-bit personality by Denys Vlasenko · 12 years ago
- 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
- af8dc6b tile: fix merge skew with new get_regs architecture by Chris Metcalf · 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
- 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
- d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
- 9679296 Add -e trace=memory option by Namhyung Kim · 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
- 085e428 x32: add ia32 support 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
- 4372cc9 qual_syscall: fix potential NULL dereference by Dmitry V. Levin · 13 years ago
- ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 13 years ago
- e4cc7c5 Simple optimizations by Denys Vlasenko · 13 years ago
- a44f969 Replace reprinting decision logic by Denys Vlasenko · 13 years ago
- 907735a Eliminate redundant checks of res variable by Denys Vlasenko · 13 years ago
- 46dc8b2 Rename POWERPC-specific static variable result to ppc_result by Denys Vlasenko · 13 years ago
- bb6bb5c Remove redundant checks in syscall entry/exit, rename badly named function by Denys Vlasenko · 13 years ago
- b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 13 years ago
- 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
- 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 13 years ago
- f50e714 Remove code which is not used on Linux by Denys Vlasenko · 13 years ago
- 3da9693 Remove unused constants. No code changes by Denys Vlasenko · 13 years ago
- a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
- 648c22c Remove unused code by Dmitry V. Levin · 13 years ago
- 3362e89 improve ifdef check with decode_subcall by Mike Frysinger · 13 years ago
- bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
- a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 13 years ago
- c96fdfa ppc64: drop unused pid variable by Mike Frysinger · 13 years ago
- 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 13 years ago
- 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 13 years ago