summaryrefslogtreecommitdiff
path: root/signal.c
Commit message (Expand)AuthorAge
...
* 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
* Fix decoding of user-generated signalsDmitry V. Levin2011-03-10
* Recognize SI_KERNEL and SI_ASYNCNLDmitry V. Levin2011-03-10
* Fix decoding of file descriptorsDmitry V. Levin2011-03-04
* Fix const-correctness issues uncovered by gcc -Wwrite-stringsDmitry V. Levin2010-09-07
* Add support for the MicroBlaze architectureEdgar E. Iglesias2010-08-05
* Add biarch support for powerpc64Andreas Schwab2010-07-13
* Fix reporting signal mask by sigreturn on powerpcAndreas Schwab2010-02-23
* Add support for the TILE architectureChris Metcalf2010-02-05
* Remove dead codeDmitry V. Levin2010-02-04
* sparc/linux: Rewrite to use asm/ptrace.hMike Frysinger2009-10-12
* Fix SA_HANDLER function pointer comparisons for hppaCarlos O'Donell2009-10-05
* * signal.c (do_signalfd): Fix typo in output format.Dmitry V. Levin2009-10-05
* Revert unapproved commits.Roland McGrath2009-06-02
* * bjm.c (sys_query_module): Fix format warning reported byDmitry V. Levin2009-06-01
* * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding.Denys Vlasenko2009-04-15
* * signal (sys_rt_sigaction): Print struct sigaction correctlyDenys Vlasenko2009-04-15
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-04-14
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si)Denys Vlasenko2009-02-25
* Replace many more bare ptrace calls with calls to wrappersDenys Vlasenko2009-02-24
* 2009-02-10 Roland McGrath <roland@redhat.com>Roland McGrath2009-02-11