Age | Commit message (Expand) | Author | Files | Lines |
2007-04-15 | bFLT loader alignment fix. | pbrook | 1 | -8/+11 |
2007-04-14 | Fix incorrect pointers casts. | j_mayer | 1 | -1/+1 |
2007-04-14 | Fix miscellaneous display warnings for PowerPC & alpha targets | j_mayer | 1 | -3/+3 |
2007-04-08 | Sparc32/64 CPU selection for user emulator | blueswir1 | 1 | -0/+16 |
2007-04-06 | Code provision for x86_64 and PowerPC 64 linux user mode support. | j_mayer | 5 | -6/+82 |
2007-04-06 | Code provision for 64 bits linux user-mode targets support. | j_mayer | 6 | -0/+1242 |
2007-04-05 | Preliminary patch for Alpha Linux user mode emulation support. | j_mayer | 4 | -5/+212 |
2007-04-05 | Definitions needed for Alpha linux user-mode emulation. | j_mayer | 3 | -0/+761 |
2007-04-01 | Conditionalize more syscall implementations, by Mike Frysinger. | ths | 1 | -2/+62 |
2007-03-31 | Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson. | ths | 1 | -1/+1 |
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-19 | Support -cpu selection for mips usermode emulation. Fix segfault when | ths | 1 | -2/+10 |
2007-03-19 | Add -cpu option for linux user emulation. | j_mayer | 1 | -11/+23 |
2007-03-17 | Usermode recv syscall fix. | pbrook | 1 | -2/+2 |
2007-03-15 | Align stack when loading bFLT binaries. | pbrook | 1 | -0/+7 |
2007-03-08 | Implement --cpu for ARM. | pbrook | 1 | -1/+1 |
2007-03-07 | Great PowerPC emulation code resynchronisation and improvments: | j_mayer | 1 | -8/+13 |
2007-03-02 | MIPS Userland TLS register emulation, by Daniel Jacobowitz. | ths | 3 | -2/+22 |
2007-02-28 | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 1 | -3/+3 |
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-05 | copyright update | bellard | 1 | -1/+1 |
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-20 | Add ARM Angel semihosting to system emulation. | pbrook | 1 | -235/+0 |
2007-01-05 | Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov. | ths | 1 | -2/+21 |
2006-12-26 | bFLT loader commandline fix. | pbrook | 1 | -1/+1 |
2006-12-14 | Fix userland ELF loader for zero sized BSS. | ths | 1 | -3/+6 |
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-10 | Handle invalid accesses as SIGILL for mips/mipsel userland emulation. | ths | 1 | -0/+2 |
2006-12-08 | Fix fstat for MIPS userland emulation, and add support for a cacheflush | ths | 1 | -1/+7 |
2006-11-19 | Add missing ARM syscall numbers. | pbrook | 1 | -1/+66 |
2006-11-19 | Arm semihosted commandline support (Wolfgang Schildbach). | pbrook | 3 | -5/+40 |
2006-11-19 | Remove do_socketcallwrapper. | pbrook | 1 | -92/+129 |
2006-11-04 | MIPS usermode debug exceptions (Dave Denholm). | pbrook | 1 | -0/+14 |
2006-10-28 | removed invalid code | bellard | 1 | -0/+3 |
2006-10-23 | sparc64 syscall fix (Blue Swirl) | bellard | 1 | -0/+8 |
2006-10-22 | ColdFire target. | pbrook | 11 | -5/+1131 |
2006-10-21 | bFLT 64-bit host fix. | pbrook | 1 | -11/+11 |
2006-09-24 | added cpu_smm_update() | bellard | 1 | -0/+4 |
2006-09-09 | ARM 64-bit host fix. | pbrook | 1 | -10/+10 |