summaryrefslogtreecommitdiff
path: root/signal.c
Commit message (Expand)AuthorAge
* 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
* alpha: fix decode of osf_sigprocmaskMike Frysinger2012-03-15
* When reporting signals, use short signal names (SIGfoo) instead of strerrorDenys Vlasenko2012-03-15
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Implement sys_rt_tgsigqueueinfo syscall decoderDmitry V. Levin2012-03-13
* Compress blank linesDmitry V. Levin2012-02-25
* Remove a few more code parts which are unused on LinuxDenys Vlasenko2012-02-25
* Fix defined(FOO) styleDenys Vlasenko2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Simple optimizationsDenys Vlasenko2012-01-29
* Fix missing parensAndreas Schwab2012-01-18
* Get rid of TCB_SIGTRAPPEDDenys Vlasenko2012-01-18
* Fix old sigaction displayDenys Vlasenko2012-01-18
* Display mask on enter to sigreturn, not on exitDenys Vlasenko2012-01-10
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Conditionally optimize out unused codeDenys Vlasenko2011-08-23
* Small optimization in signal and ioctl tablesDenys Vlasenko2011-08-23
* Set saner MAX_ARGS (6 or 8) for X86_64 and I386Denys Vlasenko2011-08-23
* Cosmetic fixes, no code changesDenys Vlasenko2011-08-23
* Do not detach when we think tracee is going to die.Denys Vlasenko2011-08-17
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-22
* Introduce ARRAY_SIZE() macroDmitry V. Levin2011-06-13
* Optimize sigreturn handlingDenys Vlasenko2011-06-09
* "Modernize" four old-style function parameter declarationsDenys Vlasenko2011-06-09
* Fix sigreturn decoding on MIPSDenys Vlasenko2011-06-09
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-30
* Enhance decoding of kernel-generated signalsDmitry V. Levin2011-03-10