| Commit message (Expand) | Author | Age | Files | Lines |
* | CRIS: linux-user signals dont need ERP compensation after break anymore. | edgar_igl | 2008-10-08 | 1 | -3/+0 |
* | Make target_sigaltstack_used static | blueswir1 | 2008-10-05 | 1 | -1/+1 |
* | Move offsetof to osdep.h, remove local defintions. | balrog | 2008-09-16 | 1 | -4/+0 |
* | Fix some warnings that would be generated by gcc -Wmissing-prototypes | blueswir1 | 2008-08-17 | 1 | -2/+3 |
* | Fix a bunch of type mismatch-related warnings (Jan Kiszka). | balrog | 2008-07-16 | 1 | -3/+3 |
* | More efficient target register / TC accesses. | ths | 2008-06-27 | 1 | -17/+17 |
* | Multithreaded locking fixes. | pbrook | 2008-06-07 | 1 | -2/+2 |
* | Make signal queues per thread. | pbrook | 2008-05-31 | 1 | -126/+131 |
* | Fix usermode build. | pbrook | 2008-05-31 | 1 | -1/+1 |
* | Copy siginfo.si_code. | pbrook | 2008-05-30 | 1 | -1/+1 |
* | Translate whole of target_sigset. Use host sigset accessors. | pbrook | 2008-05-30 | 1 | -38/+30 |
* | Perform target->host signal mapping for *kill syscalls. | pbrook | 2008-05-30 | 1 | -1/+5 |
* | Update ARM non-rt sigframe layout. | pbrook | 2008-05-07 | 1 | -101/+165 |
* | Update ARM rt_frame layout. | pbrook | 2008-05-06 | 1 | -14/+140 |
* | Fix Thumb signal handlers. | pbrook | 2008-03-21 | 1 | -28/+3 |
* | CRIS signals: | edgar_igl | 2008-03-03 | 1 | -57/+58 |
* | First try at supporting ordinary signals for CRIS linux-user guests. | edgar_igl | 2008-02-28 | 1 | -0/+172 |
* | Make MIPS MT implementation more cache friendly. | ths | 2008-02-12 | 1 | -14/+14 |
* | SH4: Signal handling for the user space emulator, by Magnus Damm. | ths | 2007-12-02 | 1 | -10/+311 |
* | fixed more invalid pointer usage | bellard | 2007-11-11 | 1 | -48/+55 |
* | user access fixes | bellard | 2007-11-11 | 1 | -55/+57 |
* | removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram... | bellard | 2007-11-11 | 1 | -59/+92 |
* | removed warnings - fixed arm stack copy bug | bellard | 2007-11-11 | 1 | -8/+19 |
* | Linux user memory access API change (initial patch by Thayne Harbaugh) | bellard | 2007-11-11 | 1 | -106/+138 |
* | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 2007-11-08 | 1 | -3/+3 |
* | removed obsolete x86 code copy support | bellard | 2007-11-08 | 1 | -5/+1 |
* | Syscall target errno fixes, by Thayne Harbaugh. | ths | 2007-10-20 | 1 | -7/+10 |
* | Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) | blueswir1 | 2007-10-14 | 1 | -133/+133 |
* | Implement sparc64_[gs]et_context | blueswir1 | 2007-10-05 | 1 | -0/+236 |
* | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 2007-09-30 | 1 | -0/+58 |
* | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 2007-09-27 | 1 | -43/+113 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -9/+9 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -45/+45 |
* | Partial support for 34K multithreading, not functional yet. | ths | 2007-09-06 | 1 | -18/+18 |
* | Sigio fd passing, by Alexander Graf. | ths | 2007-07-12 | 1 | -0/+4 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-07-11 | 1 | -1/+1 |
* | MIPS linux-user update. | ths | 2007-05-13 | 1 | -43/+37 |
* | Code provision for x86_64 and PowerPC 64 linux user mode support. | j_mayer | 2007-04-06 | 1 | -1/+5 |
* | Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson. | ths | 2007-03-31 | 1 | -1/+1 |
* | removed invalid code | bellard | 2006-10-28 | 1 | -0/+3 |
* | Sparc64 host support (Blue Swirl) | bellard | 2006-07-18 | 1 | -6/+6 |
* | initial MIPS signal handling (initial patch by Raphael Rigo) | bellard | 2006-06-27 | 1 | -2/+334 |
* | Avoid accessing guest memory directly in usermode emulation. | pbrook | 2006-03-25 | 1 | -16/+16 |
* | ARM system emulation (Paul Brook) | bellard | 2005-11-26 | 1 | -3/+7 |
* | gdb support for user mode (Paul Brook) | bellard | 2005-04-17 | 1 | -0/+6 |
* | ia64 host support (David Mosberger) | bellard | 2005-04-07 | 1 | -31/+26 |
* | initial sparc64 support | bellard | 2005-01-30 | 1 | -16/+13 |
* | 64 bit target fixes - removed warnings | bellard | 2005-01-03 | 1 | -6/+11 |
* | SPARC merge | bellard | 2004-12-19 | 1 | -36/+43 |
* | SPARC fixes (Blue Swirl) | bellard | 2004-09-30 | 1 | -0/+340 |