summaryrefslogtreecommitdiff
path: root/syscall.c
Commit message (Expand)AuthorAge
* powerpc: Provide a fallback for old kernels without PTRACE_GETREGSAnton Blanchard2013-06-26
* powerpc: Use PTRACE_GETREGS to fetch all registersAnton Blanchard2013-06-26
* Hide startup syscalls.Denys Vlasenko2013-05-14
* Add support for the XTENSA architectureChris Zankel2013-03-25
* Reorganize get_regs code, hopefully without functional changesDmitry V. Levin2013-03-18
* arm, i386: use PTRACE_GETREGSET if availableDmitry V. Levin2013-03-18
* Include <sys/uio.h> and <elf.h> on all architecturesDmitry V. Levin2013-03-18
* x86-64: enhance PTRACE_GETREGSET testDmitry V. Levin2013-03-18
* x32: use PTRACE_GETREGSET unconditionallyDmitry V. Levin2013-03-18
* x86-64, x32: do not include linux/ptrace.h unnecessarilyDmitry V. Levin2013-03-18
* Emit better message for ERESTARTNOHAND returnDenys Vlasenko2013-03-05
* Add support for Imagination Technologies MetaJames Hogan2013-03-05
* Fix trace=set regression introduced by commit v4.7-111-g9cbc15bDmitry V. Levin2013-03-01
* Fix compilation errors uncovered by -Werror=enum-compareDmitry V. Levin2013-02-26
* Mass replace error_msg("%s", "literal") -> error_msg("literal")Denys Vlasenko2013-02-26
* Correct i > MAX_NSYSCALLS commparison: should be i >= MAX_NSYSCALLSDenys Vlasenko2013-02-23
* Eliminate MAX_QUALS, make qualifier array dynamicDenys Vlasenko2013-02-22
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-22
* Remove unused QUAL_FAULT code (was used by non-Linux code only).Denys Vlasenko2013-02-21
* Use uint8_t for qual_flags[] instead of ints.Denys Vlasenko2013-02-21
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* ARM: make it one-personality archDenys Vlasenko2013-02-21
* arm: shorten syscall table for EABI - no point in storing NULL entriesDenys Vlasenko2013-02-20
* Fix compiler warningsDenys Vlasenko2013-02-19
* Improve comment text. No code changesDenys Vlasenko2013-02-19
* Simple optimization in get_errorDenys Vlasenko2013-02-16
* Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALIDDenys Vlasenko2013-02-16
* 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
* A better handling of current_wordsizeDenys Vlasenko2013-02-15
* x86: fix required kernel version for GETREGSETDenys Vlasenko2013-02-15
* 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
* Remove stray syscall result reading code on syscall entry for s390Denys Vlasenko2013-02-12
* Fix is_negated_errno() check for X32Denys Vlasenko2013-02-12
* Preparatory patch for "new" x86 personality detectionDenys Vlasenko2013-02-11
* S390: stop using needlessly static long pc variableDenys 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
* tile: fix merge skew with new get_regs architectureChris Metcalf2013-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