| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-12 | 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-10 | 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 |
* | x86_64 fixes | bellard | 2007-11-15 | 1 | -11/+14 |
* | x86_64 linux user emulation | bellard | 2007-11-14 | 4 | -47/+154 |
* | printf format fix | bellard | 2007-11-14 | 1 | -1/+3 |
* | i386 TLS support | bellard | 2007-11-14 | 4 | -12/+161 |
* | always define TARGET_ABI32 if 32 bit user | bellard | 2007-11-14 | 1 | -0/+4 |
* | fixed target_mmap() if host page size < TARGET_PAGE_SIZE | bellard | 2007-11-14 | 1 | -138/+126 |
* | suppressed page_unprotect_range() - fixed access_ok() | bellard | 2007-11-14 | 2 | -4/+5 |
* | added lock_user() in target_strlen() | bellard | 2007-11-14 | 1 | -9/+34 |
* | Allow use of SPE extension by all PowerPC targets, | j_mayer | 2007-11-12 | 1 | -2/+0 |
* | 64 bit cast for dirent64 | bellard | 2007-11-12 | 1 | -2/+2 |
* | fixed more invalid pointer usage | bellard | 2007-11-12 | 1 | -48/+55 |
* | user access fixes | bellard | 2007-11-11 | 1 | -55/+57 |
* | 64 bit compilation fixes | bellard | 2007-11-11 | 1 | -17/+20 |
* | removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram... | bellard | 2007-11-11 | 1 | -59/+92 |
* | removed warning | bellard | 2007-11-11 | 1 | -2/+1 |
* | sparc64_[get|set]_context are not meaningful in abi32 mode | bellard | 2007-11-11 | 1 | -0/+2 |
* | hex numbers must have a leading 0x | bellard | 2007-11-11 | 1 | -3/+3 |
* | suppressed invalid TARGET_CMSG_FIRSTHDR macro | bellard | 2007-11-11 | 1 | -3/+0 |
* | improved cmsg handling - improved shm memory code | bellard | 2007-11-11 | 1 | -42/+72 |
* | fixed invalid cast | bellard | 2007-11-11 | 1 | -1/+1 |
* | use correct types | bellard | 2007-11-11 | 2 | -35/+41 |
* | printf format fixes | bellard | 2007-11-11 | 1 | -8/+8 |
* | removed warnings - fixed arm stack copy bug | bellard | 2007-11-11 | 1 | -8/+19 |
* | move get_errno() inside do_fcntl() | bellard | 2007-11-11 | 1 | -35/+25 |
* | no longer use get_errno for do_modify_ldt() | bellard | 2007-11-11 | 1 | -16/+17 |