aboutsummaryrefslogtreecommitdiff
path: root/linux-user/signal.c
AgeCommit message (Expand)Author
2012-08-09sparc: fix expression with uninitialized initial valueBlue Swirl
2012-08-01Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones
2012-07-27target-or32: Add linux user supportJia Liu
2012-06-21qemu-log: cleanupBlue Swirl
2012-03-15Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang
2011-10-31Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-05linux-user: Remove unused codeStefan Weil
2011-08-26linux-user: Correct a few missuses of host addressesEdgar E. Iglesias
2011-07-13linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64Peter Maydell
2011-06-21linux-user/signal.c: Remove unused fenabPeter Maydell
2011-06-21linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell
2011-06-20Don't translate pointer when in restore_sigcontextMike McCormack
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-05-20s390x: s390x-linux-user supportUlrich Hecht
2011-05-08Fix typo in comment (dieing -> dying)Stefan Weil
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell
2011-02-01linux-user: avoid gcc array overrun warning for sparcPeter Maydell
2011-01-14linux-user: ARM: clear the IT bits when invoking a signal handlerPeter Maydell
2010-12-03ARM: linux-user: Restore iWMMXT state from ucontext on sigreturnPeter Maydell
2010-12-03ARM: linux-user: Expose iWMMXT registers to signal handlersPeter Maydell
2010-12-03ARM: linux-user: Restore VFP state from ucontext on sigreturnPeter Maydell
2010-12-03ARM: linux-user: Expose VFP registers to signal handlersPeter Maydell
2010-12-03ARM: linux-user: Correct size of padding in target_ucontext_v2Peter Maydell
2010-11-23microblaze: target-ify target_ucontextRichard Henderson
2010-07-23microblaze: Pass a ucontext * as 3rd sighandler argEdgar E. Iglesias
2010-07-15microblaze: Correct signal frame setup.Edgar E. Iglesias
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl
2010-04-01linux-user/ia64: workaround ia64 strangenessesAurelien Jarno
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl
2010-03-06linux-user: Save/restore fpu registers to signal context on sh4takasi-y@ops.dti.ne.jp
2010-02-28alpha-linux-user: Implement signals.Richard Henderson
2009-12-19linux-user: cleanup force_sig() callsRiku Voipio
2009-11-24linux-user: remove hardcoded value of _NSIG in signal.cArnaud Patard
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25m68k, linux-user: add setup_rt_frameLaurent Vivier
2009-08-25m68k,linux-user: add setup_frameLaurent Vivier
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-18Avoid name clashes with symbols that leak from system headersmalc
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-09MIPS signal handling fixPaul Brook
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg