summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove hardcoded value of _NSIG in signal.cArnaud Patard2009-11-241-6/+6
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-123/+123
* Get rid of _t suffixmalc2009-10-011-123/+123
* m68k, linux-user: add setup_rt_frameLaurent Vivier2009-08-251-3/+202
* m68k,linux-user: add setup_frameLaurent Vivier2009-08-251-0/+183
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-2/+2
* Avoid name clashes with symbols that leak from system headersmalc2009-07-181-4/+4
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* MIPS signal handling fixPaul Brook2009-07-091-0/+2
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-3/+37
* microblaze: linux-user support.Edgar E. Iglesias2009-05-261-0/+216
* linux-user: ppc signal handlingNathan Froyd2009-05-161-0/+596
* MIPS signal handling fixes.pbrook2009-04-211-4/+101
* Translate signal values in exit status.pbrook2009-04-161-1/+1
* linux-user: proper exit code for uncaught signalsaurel322009-04-151-12/+25
* 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