summaryrefslogtreecommitdiff
path: root/signal.c
Commit message (Expand)AuthorAge
* printsiginfo: add SIGSYS decodingDmitry V. Levin2014-03-11
* Update siginfo codesDmitry V. Levin2014-03-11
* Factor out printing of si_pid and si_uid members of siginfo_tDmitry V. Levin2014-03-11
* Improve SI_TIMER decodingElliott Hughes2014-03-10
* Add multi-personality support to struct old_sigaction decodingElliott Hughes2014-02-28
* Add multi-personality support to stack_t decodingDmitry V. Levin2014-02-27
* Rewrite signal mask decoding without sigset_tDmitry V. Levin2014-02-27
* Fix sigaction reporting on non-x86 architecturesDmitry V. Levin2014-02-08
* arm: fix compilation warningDmitry V. Levin2014-02-07
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* mips: fix sigaction reportingChris Dearman2014-01-08
* Factor out struct sigaction printing codeDmitry V. Levin2014-01-08
* Delete old PTRACE_{PEEK,POKE}USR logicMike Frysinger2013-12-31
* Use struct sigcontext instead of struct sigcontext_structDmitry V. Levin2013-11-12
* 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
* x86, x86_64: fix compilation warningsDmitry V. Levin2013-09-11
* Remove rt parameter from [s]printsigmask()Denys Vlasenko2013-07-18
* Convert some uses of long_to_sigmask+printsigmask to sprintsigmask_longDenys Vlasenko2013-07-18
* Simplify some sigmask manipulationsDenys Vlasenko2013-07-18
* Fix sigset printing via print_sigset().Denys Vlasenko2013-07-18
* sys_rt_sigaction: fix sigset copyingDenys Vlasenko2013-07-18
* ARM: remove wrong NSIG = 32 defineDenys Vlasenko2013-07-18
* ARM: fix sigreturn decodingDenys Vlasenko2013-07-17
* Improve sigreturn decoding on x86 to show RT signal bits too.Denys Vlasenko2013-07-16
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* powerpc: Use PTRACE_GETREGS to fetch all registersAnton Blanchard2013-06-26
* tile: use siginfo_t, not struct siginfoChris Metcalf2013-05-23
* Add support for the XTENSA architectureChris Zankel2013-03-25
* Mass replace error_msg("%s", "literal") -> error_msg("literal")Denys Vlasenko2013-02-26
* Finish prefixing regs struct names with arch_Denys Vlasenko2013-02-16
* Macroize conditional signed widening operationDenys Vlasenko2013-02-15
* Factor out code to check addr, fetch and print siginfoDenys Vlasenko2013-02-13
* Remove unused / ambiguously used definesDenys Vlasenko2013-02-12
* Fix sigaltstack decoderDmitry V. Levin2013-02-09
* If we are on a glibc system, assume it's at least glibc 2.1Denys Vlasenko2013-02-08
* Remove vestigial hacks around non-Linux struct sigactionsDenys Vlasenko2013-02-08
* Rename ARM's regs structure to arm_regsDenys Vlasenko2013-02-06
* Add tilegx support to straceChris Metcalf2013-02-05
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Fix glibc version checksJohn Spencer2012-12-06
* Use perror_msg instead of perrorDmitry V. Levin2012-09-28
* Make x86-64 build free of artificial warningsDmitry V. Levin2012-05-15
* Cast clock_t type to unsigned long longH.J. Lu2012-04-17
* Add x32 support to straceH.J. Lu2012-04-16
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Reindent case labels. No code changesDenys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* arm: fix compilation warningsDmitry V. Levin2012-03-15