aboutsummaryrefslogtreecommitdiff
path: root/linux-user/signal.c
AgeCommit message (Expand)Author
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
2009-05-26microblaze: linux-user support.Edgar E. Iglesias
2009-05-16linux-user: ppc signal handlingNathan Froyd
2009-04-21MIPS signal handling fixes.pbrook
2009-04-16Translate signal values in exit status.pbrook
2009-04-15linux-user: proper exit code for uncaught signalsaurel32
2009-03-07Use a dedicated function to request exit from execution loopaurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-30linux-user: fix signal.c warningaurel32
2009-01-14Add noreturn function attributeblueswir1
2009-01-05Fix more FSF addressesblueswir1
2009-01-03Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...aurel32
2008-12-18User-mode GDB stub improvements - handle signalsaurel32
2008-11-27linux-user: Add support for STOP/CONT signals.ths
2008-11-27linux-user: sig is target signal.ths
2008-10-08CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl
2008-10-05Make target_sigaltstack_used staticblueswir1
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog
2008-06-27More efficient target register / TC accesses.ths
2008-06-07Multithreaded locking fixes.pbrook
2008-05-31Make signal queues per thread.pbrook
2008-05-31Fix usermode build.pbrook
2008-05-30Copy siginfo.si_code.pbrook
2008-05-30Translate whole of target_sigset. Use host sigset accessors.pbrook
2008-05-30Perform target->host signal mapping for *kill syscalls.pbrook
2008-05-07Update ARM non-rt sigframe layout.pbrook
2008-05-06Update ARM rt_frame layout.pbrook
2008-03-21Fix Thumb signal handlers.pbrook
2008-03-03CRIS signals:edgar_igl
2008-02-28First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl
2008-02-12Make MIPS MT implementation more cache friendly.ths
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths
2007-11-11fixed more invalid pointer usagebellard
2007-11-11user access fixesbellard
2007-11-11removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...bellard
2007-11-11removed warnings - fixed arm stack copy bugbellard
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths