summaryrefslogtreecommitdiff
path: root/linux-user/signal.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-17gdb support for user mode (Paul Brook)bellard1-0/+6
2005-04-07ia64 host support (David Mosberger)bellard1-31/+26
2005-01-30initial sparc64 supportbellard1-16/+13
2005-01-0364 bit target fixes - removed warningsbellard1-6/+11
2004-12-19SPARC mergebellard1-36/+43
2004-09-30SPARC fixes (Blue Swirl)bellard1-0/+340
2004-06-19sigset_t endianness fix in signal contextbellard1-46/+67
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard1-70/+2
2004-02-16experimental code copy supportbellard1-1/+5
2004-01-04signal fix: update the host signal 'signal ignored' state to avoid unexpected...bellard1-29/+23
2003-09-30removed SIGIOTbellard1-1/+1
2003-08-1164 bit fixes (Falk Hueffner)bellard1-1/+1