2010-03-18 |
Blue Swirl | Replace assert(0) with abort() or cpu_abort() |
blob | commitdiff | raw |
2010-03-17 |
Anthony Liguori | Merge remote branch 'markus/qerror' into staging |
blob | commitdiff | raw | diff to current |
2010-03-13 |
Blue Swirl | Fix build with -DNDEBUG in CFLAGS |
blob | commitdiff | raw | diff to current |
2010-03-06 |
[email protected]... | linux-user: Save/restore fpu registers to signal contex... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Richard Henderson | alpha-linux-user: Implement signals. |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Riku Voipio | linux-user: cleanup force_sig() calls |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Arnaud Patard | linux-user: remove hardcoded value of _NSIG in signal.c |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Anthony Liguori | Revert "Get rid of _t suffix" |
blob | commitdiff | raw | diff to current |
2009-10-01 |
malc | Get rid of _t suffix |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Anthony Liguori | Merge commit 'linux-user/linux-user-for-upstream' into... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Laurent Vivier | m68k, linux-user: add setup_rt_frame |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Laurent Vivier | m68k,linux-user: add setup_frame |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Blue Swirl | Fix most warnings (errors with -Werror) when debugging... |
blob | commitdiff | raw | diff to current |
2009-07-18 |
malc | Avoid name clashes with symbols that leak from system... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Blue Swirl | Update to a hopefully more future proof FSF address |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Anthony Liguori | Merge commit 'linux-user/linux-user-for-upstream' into... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Paul Brook | MIPS signal handling fix |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Mika Westerberg | linux-user: implemented ELF coredump support for ARM... |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Edgar E. Iglesias | microblaze: linux-user support. |
blob | commitdiff | raw | diff to current |
2009-05-15 |
Nathan Froyd | linux-user: ppc signal handling |
blob | commitdiff | raw | diff to current |
2009-04-21 |
pbrook | MIPS signal handling fixes. |
blob | commitdiff | raw | diff to current |
2009-04-16 |
pbrook | Translate signal values in exit status. |
blob | commitdiff | raw | diff to current |
2009-04-15 |
aurel32 | linux-user: proper exit code for uncaught signals |
blob | commitdiff | raw | diff to current |
2009-03-07 |
aurel32 | Use a dedicated function to request exit from execution... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
pbrook | The _exit syscall is used for both thread termination... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
malc | Replace noreturn with QEMU_NORETURN |
blob | commitdiff | raw | diff to current |
2009-01-30 |
aurel32 | linux-user: fix signal.c warning |
blob | commitdiff | raw | diff to current |
2009-01-14 |
blueswir1 | Add noreturn function attribute |
blob | commitdiff | raw | diff to current |
2009-01-05 |
blueswir1 | Fix more FSF addresses |
blob | commitdiff | raw | diff to current |
2009-01-03 |
aurel32 | Fix qemu endless loop when raising a SIGSEGV/SIGBUS... |
blob | commitdiff | raw | diff to current |
2008-12-18 |
aurel32 | User-mode GDB stub improvements - handle signals |
blob | commitdiff | raw | diff to current |
2008-11-27 |
ths | linux-user: Add support for STOP/CONT signals. |
blob | commitdiff | raw | diff to current |
2008-11-27 |
ths | linux-user: sig is target signal. |
blob | commitdiff | raw | diff to current |
2008-10-08 |
edgar_igl | CRIS: linux-user signals dont need ERP compensation... |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Make target_sigaltstack_used static |
blob | commitdiff | raw | diff to current |
2008-09-16 |
balrog | Move offsetof to osdep.h, remove local defintions. |
blob | commitdiff | raw | diff to current |
2008-08-17 |
blueswir1 | Fix some warnings that would be generated by gcc -Wmiss... |
blob | commitdiff | raw | diff to current |
2008-07-16 |
balrog | Fix a bunch of type mismatch-related warnings (Jan... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-07 |
pbrook | Multithreaded locking fixes. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
pbrook | Make signal queues per thread. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
pbrook | Fix usermode build. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Copy siginfo.si_code. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Translate whole of target_sigset. Use host sigset... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Perform target->host signal mapping for *kill syscalls. |
blob | commitdiff | raw | diff to current |
2008-05-07 |
pbrook | Update ARM non-rt sigframe layout. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
pbrook | Update ARM rt_frame layout. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
pbrook | Fix Thumb signal handlers. |
blob | commitdiff | raw | diff to current |
2008-03-03 |
edgar_igl | CRIS signals: |
blob | commitdiff | raw | diff to current |
2008-02-28 |
edgar_igl | First try at supporting ordinary signals for CRIS linux... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | SH4: Signal handling for the user space emulator, by... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | fixed more invalid pointer usage |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | user access fixes |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | removed warnings - improved sparc32/64 signal frame... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | removed warnings - fixed arm stack copy bug |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | Linux user memory access API change (initial patch... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
ths | Clean out the N32 macros from target-mips, and introduc... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
bellard | removed obsolete x86 code copy support |
blob | commitdiff | raw | diff to current |
2007-10-20 |
ths | Syscall target errno fixes, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-10-14 |
blueswir1 | Support for 32 bit ABI on 64 bit targets (only enabled... |
blob | commitdiff | raw | diff to current |
2007-10-05 |
blueswir1 | Implement sparc64_[gs]et_context |
blob | commitdiff | raw | diff to current |
2007-09-30 |
ths | Code provision for n32/n64 mips userland emulation... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
ths | Sigio fd passing, by Alexander Graf. |
blob | commitdiff | raw | diff to current |
2007-07-11 |
ths | Spelling fixes, by Stefan Weil. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | MIPS linux-user update. |
blob | commitdiff | raw | diff to current |
2007-04-06 |
j_mayer | Code provision for x86_64 and PowerPC 64 linux user... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
ths | Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
bellard | removed invalid code |
blob | commitdiff | raw | diff to current |
2006-07-18 |
bellard | Sparc64 host support (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2006-06-27 |
bellard | initial MIPS signal handling (initial patch by Raphael... |
blob | commitdiff | raw | diff to current |
2006-03-25 |
pbrook | Avoid accessing guest memory directly in usermode emula... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
bellard | ARM system emulation (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-04-17 |
bellard | gdb support for user mode (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-04-07 |
bellard | ia64 host support (David Mosberger) |
blob | commitdiff | raw | diff to current |
2005-01-30 |
bellard | initial sparc64 support |
blob | commitdiff | raw | diff to current |
2005-01-03 |
bellard | 64 bit target fixes - removed warnings |
blob | commitdiff | raw | diff to current |
2004-12-19 |
bellard | SPARC merge |
blob | commitdiff | raw | diff to current |
2004-09-30 |
bellard | SPARC fixes (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2004-06-19 |
bellard | sigset_t endianness fix in signal context |
blob | commitdiff | raw | diff to current |
2004-02-22 |
bellard | use kernel like macros for user access (will be useful... |
blob | commitdiff | raw | diff to current |
2004-02-16 |
bellard | experimental code copy support |
blob | commitdiff | raw | diff to current |
2004-01-04 |
bellard | signal fix: update the host signal 'signal ignored... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
bellard | removed SIGIOT |
blob | commitdiff | raw | diff to current |
2003-08-11 |
bellard | 64 bit fixes (Falk Hueffner) |
blob | commitdiff | raw | diff to current |
2003-07-13 |
bellard | convert signal numbers |
blob | commitdiff | raw | diff to current |
2003-07-09 |
bellard | ARM signal support |
blob | commitdiff | raw | diff to current |
2003-06-30 |
bellard | reduced irq latency |
blob | commitdiff | raw | diff to current |
2003-06-21 |
bellard | fixed case where SS != USER_DS (fixes dosemu DPMI emula... |
blob | commitdiff | raw | diff to current |
2003-06-15 |
bellard | ARM emulation support |
blob | commitdiff | raw | diff to current |
2003-05-29 |
bellard | save FPU state in signal handler |
blob | commitdiff | raw | diff to current |
2003-05-27 |
bellard | cr2 update (dosemu VGA support fix) |
blob | commitdiff | raw | diff to current |
2003-05-10 |
bellard | sigtrap support |
blob | commitdiff | raw | diff to current |
2003-05-08 |
bellard | added trapno and error_code report in ucontext |
blob | commitdiff | raw | diff to current |
2003-04-29 |
bellard | ia64 support |
blob | commitdiff | raw | diff to current |
2003-04-10 |
bellard | warning fix |
blob | commitdiff | raw | diff to current |
next |