aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/signal.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-20Syscall target errno fixes, by Thayne Harbaugh.ths1-7/+10
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-133/+133
2007-10-05 Implement sparc64_[gs]et_contextblueswir11-0/+236
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths1-0/+58
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-43/+113
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-9/+9
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-45/+45
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-18/+18
2007-07-12Sigio fd passing, by Alexander Graf.ths1-0/+4
2007-07-11Spelling fixes, by Stefan Weil.ths1-1/+1
2007-05-13MIPS linux-user update.ths1-43/+37
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer1-1/+5
2007-03-31Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.ths1-1/+1
2006-10-28removed invalid codebellard1-0/+3
2006-07-18Sparc64 host support (Blue Swirl)bellard1-6/+6
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard1-2/+334
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-16/+16
2005-11-26ARM system emulation (Paul Brook)bellard1-3/+7