aboutsummaryrefslogtreecommitdiff
path: root/linux-user/signal.c
AgeCommit message (Expand)Author
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
2007-11-08removed obsolete x86 code copy supportbellard
2007-10-20Syscall target errno fixes, by Thayne Harbaugh.ths
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir1
2007-10-05 Implement sparc64_[gs]et_contextblueswir1
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-07-12Sigio fd passing, by Alexander Graf.ths
2007-07-11Spelling fixes, by Stefan Weil.ths
2007-05-13MIPS linux-user update.ths
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer
2007-03-31Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.ths
2006-10-28removed invalid codebellard
2006-07-18Sparc64 host support (Blue Swirl)bellard
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2005-11-26ARM system emulation (Paul Brook)bellard
2005-04-17gdb support for user mode (Paul Brook)bellard
2005-04-07ia64 host support (David Mosberger)bellard
2005-01-30initial sparc64 supportbellard
2005-01-0364 bit target fixes - removed warningsbellard
2004-12-19SPARC mergebellard
2004-09-30SPARC fixes (Blue Swirl)bellard