summaryrefslogtreecommitdiff
path: root/syscall.c
Commit message (Expand)AuthorAge
* Delete old PTRACE_{PEEK,POKE}USR logicMike Frysinger2013-12-31
* Work around conflict between <sys/ptrace.h> and <linux/ptrace.h>Ali Polatel2013-09-26
* Add support for ARC Cores from SynopsysVineet Gupta2013-09-11
* I386: fix signedness mismatch warningDenys Vlasenko2013-07-18
* ARM: remove wrong NSIG = 32 defineDenys Vlasenko2013-07-18
* Improve sigreturn decoding on x86 to show RT signal bits too.Denys Vlasenko2013-07-16
* powerpc: fix some compiler warningsAnton Blanchard2013-07-12
* s390[x]: get rid of syscall_mode, delete code which never triggersDenys Vlasenko2013-07-07
* ARM: add STRACE_KNOWS_ONLY_EABI define which can be used to omit OABI supportDenys Vlasenko2013-07-04
* Remove ia64-specific printing of current address on signal deliveryDenys Vlasenko2013-07-01
* Rename ia32 to ia64_ia32mode, and make it bool, not longDenys Vlasenko2013-07-01
* Fold is_restart_error() into its sole userDenys Vlasenko2013-06-30
* POWERPC: get rid of "static long ppc_result"Denys Vlasenko2013-06-28
* POWERPC: read ppc_regs.nip if -iDenys Vlasenko2013-06-28
* POWERPC: if GETREGS fails with EIO, don't try it againDenys Vlasenko2013-06-28
* Get rid of powerpc_getreg(), it's a copy of upeek()Denys Vlasenko2013-06-28
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* 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