aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/signal.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-123/+123
2009-10-01Get rid of _t suffixmalc1-123/+123
2009-08-25m68k, linux-user: add setup_rt_frameLaurent Vivier1-3/+202
2009-08-25m68k,linux-user: add setup_frameLaurent Vivier1-0/+183
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-2/+2
2009-07-18Avoid name clashes with symbols that leak from system headersmalc1-4/+4
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-07-09MIPS signal handling fixPaul Brook1-0/+2
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-3/+37
2009-05-26microblaze: linux-user support.Edgar E. Iglesias1-0/+216
2009-05-16linux-user: ppc signal handlingNathan Froyd1-0/+596
2009-04-21MIPS signal handling fixes.pbrook1-4/+101
2009-04-16Translate signal values in exit status.pbrook1-1/+1
2009-04-15linux-user: proper exit code for uncaught signalsaurel321-12/+25
2009-03-07Use a dedicated function to request exit from execution loopaurel321-1/+1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+1
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-1/+1
2009-01-30linux-user: fix signal.c warningaurel321-4/+4
2009-01-14Add noreturn function attributeblueswir11-1/+2
2009-01-05Fix more FSF addressesblueswir11-1/+2
2009-01-03Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...aurel321-2/+2
2008-12-18User-mode GDB stub improvements - handle signalsaurel321-16/+49
2008-11-27linux-user: Add support for STOP/CONT signals.ths1-1/+6
2008-11-27linux-user: sig is target signal.ths1-1/+1
2008-10-08CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl1-3/+0
2008-10-05Make target_sigaltstack_used staticblueswir11-1/+1
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog1-4/+0
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-2/+3
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog1-3/+3
2008-06-27More efficient target register / TC accesses.ths1-17/+17
2008-06-07Multithreaded locking fixes.pbrook1-2/+2
2008-05-31Make signal queues per thread.pbrook1-126/+131
2008-05-31Fix usermode build.pbrook1-1/+1
2008-05-30Copy siginfo.si_code.pbrook1-1/+1
2008-05-30Translate whole of target_sigset. Use host sigset accessors.pbrook1-38/+30
2008-05-30Perform target->host signal mapping for *kill syscalls.pbrook1-1/+5
2008-05-07Update ARM non-rt sigframe layout.pbrook1-101/+165
2008-05-06Update ARM rt_frame layout.pbrook1-14/+140
2008-03-21Fix Thumb signal handlers.pbrook1-28/+3
2008-03-03CRIS signals:edgar_igl1-57/+58
2008-02-28First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl1-0/+172
2008-02-12Make MIPS MT implementation more cache friendly.ths1-14/+14
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths1-10/+311
2007-11-11fixed more invalid pointer usagebellard1-48/+55
2007-11-11user access fixesbellard1-55/+57
2007-11-11removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...bellard1-59/+92
2007-11-11removed warnings - fixed arm stack copy bugbellard1-8/+19
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-106/+138
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths1-3/+3
2007-11-08removed obsolete x86 code copy supportbellard1-5/+1