summaryrefslogtreecommitdiffstats
path: root/linux-user/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Use a dedicated function to request exit from execution loopaurel322009-03-071-1/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+1
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* linux-user: fix signal.c warningaurel322009-01-301-4/+4
* Add noreturn function attributeblueswir12009-01-141-1/+2
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...aurel322009-01-031-2/+2
* User-mode GDB stub improvements - handle signalsaurel322008-12-181-16/+49
* linux-user: Add support for STOP/CONT signals.ths2008-11-271-1/+6
* linux-user: sig is target signal.ths2008-11-271-1/+1
* CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl2008-10-081-3/+0
* Make target_sigaltstack_used staticblueswir12008-10-051-1/+1
* Move offsetof to osdep.h, remove local defintions.balrog2008-09-161-4/+0
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-2/+3
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-161-3/+3
* More efficient target register / TC accesses.ths2008-06-271-17/+17
* Multithreaded locking fixes.pbrook2008-06-071-2/+2
* 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
OpenPOWER on IntegriCloud