summaryrefslogtreecommitdiffstats
path: root/linux-user/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Make signal queues per thread.pbrook2008-05-311-126/+131
* Fix usermode build.pbrook2008-05-311-1/+1
* Copy siginfo.si_code.pbrook2008-05-301-1/+1
* Translate whole of target_sigset. Use host sigset accessors.pbrook2008-05-301-38/+30
* Perform target->host signal mapping for *kill syscalls.pbrook2008-05-301-1/+5
* Update ARM non-rt sigframe layout.pbrook2008-05-071-101/+165
* Update ARM rt_frame layout.pbrook2008-05-061-14/+140
* Fix Thumb signal handlers.pbrook2008-03-211-28/+3
* CRIS signals:edgar_igl2008-03-031-57/+58
* First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl2008-02-281-0/+172
* Make MIPS MT implementation more cache friendly.ths2008-02-121-14/+14
* SH4: Signal handling for the user space emulator, by Magnus Damm.ths2007-12-021-10/+311
* fixed more invalid pointer usagebellard2007-11-111-48/+55
* user access fixesbellard2007-11-111-55/+57
* removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...bellard2007-11-111-59/+92
* removed warnings - fixed arm stack copy bugbellard2007-11-111-8/+19
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-106/+138
* Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths2007-11-081-3/+3
* removed obsolete x86 code copy supportbellard2007-11-081-5/+1
* Syscall target errno fixes, by Thayne Harbaugh.ths2007-10-201-7/+10
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-133/+133
* Implement sparc64_[gs]et_contextblueswir12007-10-051-0/+236
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-0/+58
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-43/+113
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-45/+45
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-18/+18
* Sigio fd passing, by Alexander Graf.ths2007-07-121-0/+4
* Spelling fixes, by Stefan Weil.ths2007-07-111-1/+1
* MIPS linux-user update.ths2007-05-131-43/+37
* Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer2007-04-061-1/+5
* Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.ths2007-03-311-1/+1
* removed invalid codebellard2006-10-281-0/+3
* Sparc64 host support (Blue Swirl)bellard2006-07-181-6/+6
* initial MIPS signal handling (initial patch by Raphael Rigo)bellard2006-06-271-2/+334
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-16/+16
* ARM system emulation (Paul Brook)bellard2005-11-261-3/+7
* gdb support for user mode (Paul Brook)bellard2005-04-171-0/+6
* ia64 host support (David Mosberger)bellard2005-04-071-31/+26
* initial sparc64 supportbellard2005-01-301-16/+13
* 64 bit target fixes - removed warningsbellard2005-01-031-6/+11
* SPARC mergebellard2004-12-191-36/+43
* SPARC fixes (Blue Swirl)bellard2004-09-301-0/+340
* sigset_t endianness fix in signal contextbellard2004-06-191-46/+67
* use kernel like macros for user access (will be useful someday to have a bett...bellard2004-02-221-70/+2
* experimental code copy supportbellard2004-02-161-1/+5
* signal fix: update the host signal 'signal ignored' state to avoid unexpected...bellard2004-01-041-29/+23
* removed SIGIOTbellard2003-09-301-1/+1
* 64 bit fixes (Falk Hueffner)bellard2003-08-111-1/+1
* convert signal numbersbellard2003-07-131-11/+99
OpenPOWER on IntegriCloud