summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Finish prefixing regs struct names with arch_Denys Vlasenko2013-02-16
* Use the same type for i386_regs on 32-bit and 64-bit x86.Denys Vlasenko2013-02-15
* Fix build error on TileDenys Vlasenko2013-02-15
* x86: zero-extend 32-bit args in syscall entry instead of sign-extensionDenys Vlasenko2013-02-15
* Macroize conditional signed widening operationDenys Vlasenko2013-02-15
* A better handling of current_wordsizeDenys Vlasenko2013-02-15
* Remove unnecessary "return 0" statementsDenys Vlasenko2013-02-15
* x86: fix required kernel version for GETREGSETDenys Vlasenko2013-02-15
* Whitespace fix, no code changesDenys Vlasenko2013-02-14
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers.Denys Vlasenko2013-02-14
* Rename some register statics by prefixing their names with arch.Denys Vlasenko2013-02-13
* Factor out code to check addr, fetch and print siginfoDenys Vlasenko2013-02-13
* Decode struct iov in PTRACE_GET/SETREGSETDenys Vlasenko2013-02-13
* Unify representations of struct user fields for subarchitecturesDenys Vlasenko2013-02-12
* Add start_code and start_data members of struct userDenys Vlasenko2013-02-12
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove stray syscall result reading code on syscall entry for s390Denys Vlasenko2013-02-12
* Deobfuscate definitions of struct user offsetsDenys Vlasenko2013-02-12
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove old kernel hacks for architectures which require new kernelsDenys Vlasenko2013-02-12
* Handle recv[m]msg for non-native 32-bit personality syscallsDenys Vlasenko2013-02-12
* Fix is_negated_errno() check for X32Denys Vlasenko2013-02-12
* Remove unused / ambiguously used definesDenys Vlasenko2013-02-12
* Preparatory patch for "new" x86 personality detectionDenys Vlasenko2013-02-11
* Fix sigaltstack decoderDmitry V. Levin2013-02-09
* Fix decoding of sysctl() when oldval fields are NULLMike Frysinger2013-02-09
* If we are on a glibc system, assume it's at least glibc 2.1Denys Vlasenko2013-02-08
* S390: stop using needlessly static long pc variableDenys Vlasenko2013-02-08
* Dying suddenly with abort() is rude, avoid if possibleDenys Vlasenko2013-02-08
* Remove vestigial hacks around non-Linux struct sigactionsDenys Vlasenko2013-02-08
* Optimize AArch64 handling of 32-bit personalityDenys Vlasenko2013-02-08
* Rename some register statics by prefixing their names with arch.Denys Vlasenko2013-02-07
* Rename ARM's regs structure to arm_regsDenys Vlasenko2013-02-06
* Stop needlessly using static variableDenys Vlasenko2013-02-06
* Shortcut tests for fork/exec syscallsDenys Vlasenko2013-02-06
* Improve perf_event_open argument decodingBen Noordhuis2013-02-05
* tile: fix merge skew with new get_regs architectureChris Metcalf2013-02-05
* mount: decode MS_NOSECBernhard Reutner-Fischer2013-02-05
* mmap: decode MAP_UNINITIALIZEDBernhard Reutner-Fischer2013-02-05
* Print 64-bit instruction pointers zero paddedDmitry V. Levin2013-02-05
* x86_64: fix compilation warning introduced in previous commitDmitry V. Levin2013-02-05
* Simple bug fix for x86_86Denys Vlasenko2013-02-05
* Add tilegx support to straceChris Metcalf2013-02-05
* Small optimization for SPARC[64] get_scnoDenys Vlasenko2013-02-05
* Do not compile getrval2() if not neededDenys Vlasenko2013-02-05
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Fix sys_semtimedop decoding on s390xStanislav Brabec2012-12-15
* Fix *xattr decodingDmitry V. Levin2012-12-08
* sys_semtimedop: fix timeval argument index in wrapped callStanislav Brabec2012-12-08