2013-02-27 |
Denys Vlasenko | Make -b take SYSCALL param, document it in --help and... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Dmitry V. Levin | Cleanup umoven and umovestr |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Dmitry V. Levin | pathtrace: fix umovestr return code check |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Dmitry V. Levin | Fix compilation errors uncovered by -Werror=enum-compare |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Denys Vlasenko | Mass replace error_msg("%s", "literal") -> error_msg... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Ben Noordhuis | Make umoven report success as 0, not >=0, stop returnin... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Denys Vlasenko | Assorted NOMMU fixes |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Denys Vlasenko | Shorten help text - no need to show deprecated option -F |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Denys Vlasenko | Merge adjacent tprint's |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Denys Vlasenko | Correct i > MAX_NSYSCALLS commparison: should be i... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Denys Vlasenko | Fix wrong offset display in dumpstr |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Denys Vlasenko | Fix a bug in dumpstr (no null termination). Essentially... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Denys Vlasenko | Eliminate MAX_QUALS, make qualifier array dynamic |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Denys Vlasenko | Create and use struct_sysent and struct_ioctlent typedefs. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Denys Vlasenko | Use tcp->qual_flg instead of qual_flags[] in verbose... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Denys Vlasenko | Remove unused QUAL_FAULT code (was used by non-Linux... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Denys Vlasenko | Use uint8_t for qual_flags[] instead of ints. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Denys Vlasenko | Eliminate many SCNO_IS_VALID checks |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Denys Vlasenko | ARM: make it one-personality arch |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Denys Vlasenko | arm: shorten syscall table for EABI - no point in stori... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Denys Vlasenko | Use the same style of includes in linux/*/* files |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Denys Vlasenko | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Denys Vlasenko | Improve comment text. No code changes |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Denys Vlasenko | Fix NOMMU + daemonized tracer SEGV |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Denys Vlasenko | Make it possible to to do test builds for NOMMU archite... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Denys Vlasenko | Clean up mmap decoding |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Denys Vlasenko | Remove unused function sys_mmap64 |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Denys Vlasenko | Remove code which supports systems with long long off_t. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Denys Vlasenko | Fixes in "new" mmap |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Denys Vlasenko | Preliminary simplifications in mmap functions |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Remove broken HAVE_LONG_LONG conditionals |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Use explicit long type instead of off_t |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Merge two identical tables |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Remove wrong x32-specific lseek |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Fix SEGV in lseek |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Comment inner workings of sys_[l]lseek |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Denys Vlasenko | Cosmetic fixes to syscall tables, no code changes |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Denys Vlasenko | Make linux/mips/syscallent.h smaller |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Denys Vlasenko | Simple optimization in get_error |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Denys Vlasenko | Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Denys Vlasenko | Finish prefixing regs struct names with arch_ |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Denys Vlasenko | Use the same type for i386_regs on 32-bit and 64-bit... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Denys Vlasenko | Fix build error on Tile |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Denys Vlasenko | x86: zero-extend 32-bit args in syscall entry instead... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Denys Vlasenko | Macroize conditional signed widening operation |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Denys Vlasenko | A better handling of current_wordsize |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Denys Vlasenko | Remove unnecessary "return 0" statements |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Denys Vlasenko | x86: fix required kernel version for GETREGSET |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Denys Vlasenko | Whitespace fix, no code changes |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Christian Svensson | Add support for the OpenRISC 1000 platform |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Denys Vlasenko | [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Denys Vlasenko | Rename some register statics by prefixing their names... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Denys Vlasenko | Factor out code to check addr, fetch and print siginfo |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Denys Vlasenko | Decode struct iov in PTRACE_GET/SETREGSET |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Unify representations of struct user fields for subarch... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Add start_code and start_data members of struct user |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Remove hacks for old kernels for architectures which... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Remove stray syscall result reading code on syscall... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Deobfuscate definitions of struct user offsets |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Remove hacks for old kernels for architectures which... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Remove old kernel hacks for architectures which require... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Handle recv[m]msg for non-native 32-bit personality... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Fix is_negated_errno() check for X32 |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Denys Vlasenko | Remove unused / ambiguously used defines |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Denys Vlasenko | Preparatory patch for "new" x86 personality detection |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Dmitry V. Levin | Fix sigaltstack decoder |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Mike Frysinger | Fix decoding of sysctl() when oldval fields are NULL |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Denys Vlasenko | If we are on a glibc system, assume it's at least glibc 2.1 |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Denys Vlasenko | S390: stop using needlessly static long pc variable |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Denys Vlasenko | Dying suddenly with abort() is rude, avoid if possible |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Denys Vlasenko | Remove vestigial hacks around non-Linux struct sigactions |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Denys Vlasenko | Optimize AArch64 handling of 32-bit personality |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Denys Vlasenko | Rename some register statics by prefixing their names... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Denys Vlasenko | Rename ARM's regs structure to arm_regs |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Denys Vlasenko | Stop needlessly using static variable |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Denys Vlasenko | Shortcut tests for fork/exec syscalls |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Ben Noordhuis | Improve perf_event_open argument decoding |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Chris Metcalf | tile: fix merge skew with new get_regs architecture |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Bernhard Reutner... | mount: decode MS_NOSEC |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Bernhard Reutner... | mmap: decode MAP_UNINITIALIZED |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Dmitry V. Levin | Print 64-bit instruction pointers zero padded |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Dmitry V. Levin | x86_64: fix compilation warning introduced in previous... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Denys Vlasenko | Simple bug fix for x86_86 |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Chris Metcalf | Add tilegx support to strace |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Denys Vlasenko | Small optimization for SPARC[64] get_scno |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Denys Vlasenko | Do not compile getrval2() if not needed |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Denys Vlasenko | Optimize out PTRACE_PEEKUSER with -i |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Stanislav Brabec | Fix sys_semtimedop decoding on s390x |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Dmitry V. Levin | Fix *xattr decoding |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Stanislav Brabec | sys_semtimedop: fix timeval argument index in wrapped... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
John Spencer | Fix glibc version checks |
commit | commitdiff | tree | snapshot |
2012-11-29 |
James Hogan | Add state argument to change_syscall and fix SPARC |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Steve McIntyre | Add support for tracing 32-bit ARM EABI binaries on... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Dmitry V. Levin | Move asm-generic ioctl definitions to linux/ioctlent... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Dmitry V. Levin | Filter out redundant "*32" ioctl entries |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Dmitry V. Levin | Enhance quotactl decoding |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Steve McIntyre | Add AArch64 support to strace |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Steve McIntyre | linux: add new errno values for EPROBE_DEFER and EOPENSTALE |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Namhyung Kim | Add -e trace=memory option |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Mike Frysinger | x32: add 64bit annotation too |
commit | commitdiff | tree | snapshot |
next |