Age | Commit message (Expand) | Author | Files | Lines |
2006-12-22 | Windows build fix, namespace cleanup, fix error message, by Stefan Weil. | ths | 1 | -19/+23 |
2006-12-22 | Support for unidirectional pipes, by Ed Swierk. | ths | 1 | -6/+17 |
2006-12-22 | Fix -cdrom breakage. | ths | 1 | -5/+5 |
2006-12-22 | SCSI emulation improvements, by Chuck Brazie. | ths | 4 | -59/+343 |
2006-12-22 | Build fix for AIO (-dummy) on Windows, by Stefan Weil. | ths | 1 | -0/+4 |
2006-12-22 | Escape filname printout properly, by Anthony Liguori and Julian Seward. | ths | 4 | -3/+39 |
2006-12-22 | Fix CDROM change, by Anthony Liguori. | ths | 1 | -0/+12 |
2006-12-22 | Daemonize option, by Anthony Liguori. | ths | 2 | -0/+88 |
2006-12-22 | Unix domain socket support for VNC, by Anthony Liguori. | ths | 4 | -37/+74 |
2006-12-21 | Run monitor over unix domain sockets, by Anthony Liguori. | ths | 3 | -19/+102 |
2006-12-21 | Fix "inaccessible boot device" on FreeBSD, by Juergen Lock. | ths | 1 | -0/+3 |
2006-12-21 | Enable TCP_NODELAY, by Daniel Jacobowitz. | ths | 2 | -1/+3 |
2006-12-21 | Don't cast lvalues, fixes compiler warning. | ths | 1 | -2/+4 |
2006-12-21 | Avoid "unused variable" compiler warning. | ths | 1 | -1/+2 |
2006-12-21 | Remove unused variable. | ths | 1 | -1/+0 |
2006-12-21 | Silence a spurious gcc warning. | ths | 1 | -1/+1 |
2006-12-21 | Fix compiler warnings, add signed versions of some swab functions. | ths | 1 | -3/+15 |
2006-12-21 | Scrap SIGN_EXTEND32. | ths | 6 | -78/+79 |
2006-12-21 | Preliminiary MIPS64 support, disabled by default due to performance impact. | ths | 12 | -208/+957 |
2006-12-19 | Look for gcc3 (Anthony Liguori). | pbrook | 1 | -17/+42 |
2006-12-18 | Add unassigned memory debugging code. | pbrook | 1 | -0/+7 |
2006-12-16 | Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto. | ths | 1 | -0/+1 |
2006-12-14 | Simple test for mips/mipsel, based on a test by Alexander Voropay. | ths | 2 | -0/+71 |
2006-12-14 | Reduce VNC resize traffic, thanks Eduardo Felipe. | ths | 1 | -1/+3 |
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 | MIPS FPU support for the gdb stub, by Daniel Jacobowitz. | ths | 1 | -0/+48 |
2006-12-11 | Fix addrlen size, by David Woodhouse. | ths | 1 | -1/+1 |
2006-12-11 | Spelling fixes, by Aurelien Jarno. | ths | 1 | -3/+3 |
2006-12-11 | Implement -no-quit option, by Xavier Gnata. | ths | 3 | -3/+19 |
2006-12-10 | Fix PCI config space overflow, by Herbert Xu. | ths | 1 | -8/+16 |
2006-12-10 | Fix sector size overflow, by Herbert Xu. | ths | 1 | -1/+1 |
2006-12-10 | Build fix for newer kernel headers, thanks Jason Wessel. | ths | 1 | -1/+0 |
2006-12-10 | Handle invalid accesses as SIGILL for mips/mipsel userland emulation. | ths | 3 | -0/+12 |
2006-12-08 | Fix fstat for MIPS userland emulation, and add support for a cacheflush | ths | 1 | -1/+7 |
2006-12-07 | Fix build of MIPS target without FPU support. | ths | 2 | -0/+26 |
2006-12-07 | Spelling fixes, thanks to Stefan Weil. | ths | 5 | -5/+5 |
2006-12-07 | MIPS RTC emulation. | ths | 2 | -1/+5 |
2006-12-07 | .cvsignore m68k-user. | ths | 1 | -0/+1 |
2006-12-07 | Move date/time init to the RTC implementation. | ths | 2 | -22/+25 |
2006-12-07 | Fix reset handling, CP0 isn't enabled by default (a fact which doesn't | ths | 2 | -38/+31 |
2006-12-07 | Simplify mask construction. | ths | 1 | -2/+2 |
2006-12-06 | Update copyright notice. | ths | 1 | -0/+1 |
2006-12-06 | Move the MIPS CPU timer in a seperate file, by Alec Voropay. | ths | 4 | -86/+103 |
2006-12-06 | Add MIPS32R2 instructions, and generally straighten out the instruction | ths | 7 | -591/+2235 |
2006-12-06 | Dynamically translate MIPS mtc0 instructions. | ths | 4 | -220/+423 |
2006-12-06 | Dynamically translate MIPS mfc0 instructions. | ths | 4 | -147/+327 |
2006-12-06 | Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aid | ths | 3 | -35/+116 |
2006-12-06 | MIPS TLB performance improvements, by Daniel Jacobowitz. | ths | 6 | -8/+54 |
2006-12-06 | sparc-softmmu build fix | ths | 1 | -2/+2 |