| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build failure with old kernel headers (loop.h is incompatible with | pbrook | 2008-05-23 | 2 | -1/+96 |
* | 2.6 kernels make int 5 a trap gate | bellard | 2008-05-12 | 1 | -1/+1 |
* | added missing return (Mike Frysinger) | bellard | 2008-05-10 | 1 | -0/+2 |
* | Update ARM non-rt sigframe layout. | pbrook | 2008-05-07 | 1 | -101/+165 |
* | Update ARM rt_frame layout. | pbrook | 2008-05-06 | 3 | -14/+172 |
* | Add loop device ioctls (Gary Thomas). | balrog | 2008-04-26 | 4 | -0/+48 |
* | Teach mmap to not overwrite reserved pages and fix brk return value (Richard ... | balrog | 2008-04-26 | 2 | -7/+17 |
* | Cope with arch-specific page protection flags in mmap (Richard Purdie). | balrog | 2008-04-24 | 1 | -2/+1 |
* | Revert the previous patch | blueswir1 | 2008-04-22 | 1 | -124/+0 |
* | Move 128-bit float emulation under linux-user including the forgotten file | blueswir1 | 2008-04-22 | 1 | -0/+124 |
* | Remove osdep.c/qemu-img code duplication | aurel32 | 2008-04-11 | 1 | -0/+1 |
* | Move target-arm/nwfpe into linux-user/arm/nwfpe | aurel32 | 2008-04-09 | 12 | -0/+2674 |
* | Implement ARM floating point exception emulation | aurel32 | 2008-04-07 | 1 | -2/+51 |
* | Remove unwanted executable properties | blueswir1 | 2008-04-06 | 1 | -0/+0 |
* | add pread64 and pwrite64 system calls | aurel32 | 2008-03-28 | 1 | -0/+14 |
* | Fix flock64 structure on a few target (noticed by Gary Thomas) | aurel32 | 2008-03-28 | 1 | -0/+3 |
* | Implement AT_CLKTCK. | pbrook | 2008-03-26 | 1 | -0/+1 |
* | Revert accidental commit. | pbrook | 2008-03-26 | 1 | -2/+2 |
* | Remove fixed length commandline buffers. | pbrook | 2008-03-26 | 1 | -2/+2 |
* | m68k mmap2 fixes. | pbrook | 2008-03-25 | 2 | -4/+2 |
* | Fix Thumb signal handlers. | pbrook | 2008-03-21 | 1 | -28/+3 |
* | Use TARGET_FMT_lx. | edgar_igl | 2008-03-14 | 1 | -2/+1 |
* | Revert fix for CVE-2008-0928. Will be fixed in a different way later. | aurel32 | 2008-03-11 | 1 | -0/+3 |
* | Convert Sparc64 trap state ops to TCG | blueswir1 | 2008-03-05 | 1 | -1/+1 |
* | 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 | 2 | -0/+175 |
* | Make MIPS MT implementation more cache friendly. | ths | 2008-02-12 | 6 | -31/+31 |
* | Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A.... | balrog | 2008-02-10 | 1 | -1/+1 |
* | lock_iovec() fix | bellard | 2008-02-04 | 1 | -5/+12 |
* | Fix section switching buglet, by Edgar E. Iglesias. | ths | 2008-01-08 | 1 | -1/+2 |
* | copyright update | bellard | 2008-01-06 | 1 | -5/+6 |
* | Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh). | balrog | 2007-12-24 | 1 | -1/+6 |
* | Correct errno return for setsockopt(), by Thayne Harbaugh. | ths | 2007-12-18 | 1 | -1/+1 |
* | Correct errno return for getsockopt(), by Thayne Harbaugh. | ths | 2007-12-18 | 1 | -2/+3 |
* | m68k missing get_sp_from_cpustate(), by Thayne Harbaugh. | ths | 2007-12-18 | 1 | -0/+5 |
* | QEMU_STRACE documentation bit by Thayne Harbaugh. | balrog | 2007-12-16 | 1 | -1/+6 |
* | Mark host pages as reserved (Magnus Damm). | balrog | 2007-12-12 | 1 | -1/+1 |
* | sh_serial: enable tx after reset (Magnus Damm). | balrog | 2007-12-12 | 1 | -1/+1 |
* | Add missing break just before execve, by Takashi Yoshii. | balrog | 2007-12-11 | 1 | -0/+1 |
* | Various linux-user structures and definitions fixes for PowerPC targets. | j_mayer | 2007-12-10 | 4 | -33/+45 |
* | Fix execve argc/envc counting, by Takashi Yoshii. | ths | 2007-12-09 | 1 | -2/+2 |
* | copy_{to,from}_user_timeval() update, by Thayne Harbaugh. | ths | 2007-12-09 | 1 | -32/+42 |
* | copy_from_user_fdset() update, by Thayne Harbaugh. | ths | 2007-12-09 | 1 | -76/+75 |
* | SH4: Signal handling for the user space emulator, by Magnus Damm. | ths | 2007-12-02 | 3 | -10/+328 |
* | Fix for execve syscall, by Kirill A. Shutemov. | ths | 2007-12-02 | 1 | -4/+4 |
* | Fix PowerPC 64 stat and statfs structures definitions. | j_mayer | 2007-11-21 | 1 | -0/+36 |
* | SH4 Fix missing 6th arg of syscall, by "takasi-y". | ths | 2007-11-20 | 1 | -1/+1 |
* | Always make all PowerPC exception definitions visible. | j_mayer | 2007-11-17 | 1 | -6/+0 |
* | suppressed tgetx and tputx (initial patch by Thayne Harbaugh) | bellard | 2007-11-16 | 6 | -206/+398 |
* | force correct ppc64 cpu | bellard | 2007-11-15 | 1 | -0/+4 |