Age | Commit message (Expand) | Author | Files | Lines |
2007-05-13 | MIPS linux-user update. | ths | 1 | -4/+6 |
2007-04-26 | Use 16-bit uid wrappers, by Magnus Damm. | ths | 1 | -1/+1 |
2007-04-14 | Fix incorrect pointers casts. | j_mayer | 1 | -1/+1 |
2007-04-06 | Code provision for x86_64 and PowerPC 64 linux user mode support. | j_mayer | 1 | -0/+4 |
2007-04-05 | Preliminary patch for Alpha Linux user mode emulation support. | j_mayer | 1 | -0/+36 |
2007-04-01 | Conditionalize more syscall implementations, by Mike Frysinger. | ths | 1 | -2/+62 |
2007-03-31 | fcntl() remaining fix, by Stuart Anderson. | ths | 1 | -0/+34 |
2007-03-22 | Fix fcntl64 logic bug, by Kirill A. Shutemov. | ths | 1 | -0/+4 |
2007-03-20 | fcntl64 fix, by Kirill A. Shutemov. | ths | 1 | -6/+18 |
2007-03-19 | Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov. | ths | 1 | -0/+23 |
2007-03-19 | Add missing header includes. | ths | 1 | -0/+2 |
2007-03-19 | Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov. | ths | 1 | -2/+2 |
2007-03-17 | Usermode recv syscall fix. | pbrook | 1 | -2/+2 |
2007-03-02 | MIPS Userland TLS register emulation, by Daniel Jacobowitz. | ths | 1 | -1/+20 |
2007-02-28 | Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. | ths | 1 | -2/+1 |
2007-02-17 | Userland mount syscall emulation, by Kirill A. Shutemov. | ths | 1 | -2/+12 |
2007-02-11 | Fix previous Linux userland emulation breakage. | ths | 1 | -2/+17 |
2007-02-11 | Linux userland emulation of prctl, from Debian patchset. | ths | 1 | -1/+3 |
2007-02-11 | Linux userland emulation of syslog, from Debian patchset. | ths | 1 | -2/+6 |
2007-02-02 | sem* and msg* for qemu, part2, by Kirill Shutemov. | ths | 1 | -0/+29 |
2007-02-02 | sem* and msg* for qemu, part1, by Kirill Shutemov. | ths | 1 | -0/+24 |
2007-01-05 | Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov. | ths | 1 | -2/+21 |
2006-12-11 | MIPS has also a fixed MMAP_SHIFT of 12. | ths | 1 | -1/+1 |
2006-12-11 | Fix addrlen size, by David Woodhouse. | ths | 1 | -1/+1 |
2006-12-08 | Fix fstat for MIPS userland emulation, and add support for a cacheflush | ths | 1 | -1/+7 |
2006-11-19 | Remove do_socketcallwrapper. | pbrook | 1 | -92/+129 |
2006-10-22 | ColdFire target. | pbrook | 1 | -2/+9 |
2006-06-27 | initial MIPS signal handling (initial patch by Raphael Rigo) | bellard | 1 | -0/+28 |
2006-06-24 | mips socket calls (initial patch by Raphael Rigo) | bellard | 1 | -81/+269 |
2006-06-21 | sparc user fixes (Blue Swirl) | bellard | 1 | -1/+10 |
2006-06-14 | use glibc syscall (David Woodhouse) | bellard | 1 | -102/+34 |
2006-05-14 | Teach usermode emulation how to lie about uname -r. | pbrook | 1 | -0/+3 |
2006-04-27 | sh4 target (Samuel Tardieu) | bellard | 1 | -0/+5 |
2006-04-24 | ia64 fixes | bellard | 1 | -1/+1 |
2006-04-16 | Implement acct and pretend to implement madvise. | pbrook | 1 | -2/+10 |
2006-03-25 | Avoid accessing guest memory directly in usermode emulation. | pbrook | 1 | -385/+733 |
2006-02-09 | Arm Linux EABI syscall support. | pbrook | 1 | -30/+119 |
2005-12-18 | log typos | bellard | 1 | -2/+2 |
2005-11-28 | statfs fix | bellard | 1 | -19/+37 |
2005-11-26 | mips user emulation | bellard | 1 | -0/+6 |
2005-07-23 | more set/getsockopt values | bellard | 1 | -7/+71 |
2005-07-23 | [f]truncate64 support | bellard | 1 | -2/+4 |
2005-04-26 | report user mode gdb exit codes (Paul Brook) | bellard | 1 | -0/+2 |
2005-04-23 | ARM "Angel" semihosting syscalls (Paul Brook) | bellard | 1 | -1/+1 |
2005-03-01 | SUSE fix | bellard | 1 | -0/+2 |
2005-01-31 | armv5te support (Paul Brook) | bellard | 1 | -2/+26 |
2005-01-30 | initial sparc64 support | bellard | 1 | -2/+53 |
2005-01-03 | 64 bit target fixes - removed warnings | bellard | 1 | -1/+4 |
2005-01-03 | 'syscall' syscall | bellard | 1 | -0/+5 |
2004-12-06 | utimes() support | bellard | 1 | -0/+14 |