| Commit message (Expand) | Author | Age | Files | Lines |
* | sem* and msg* for qemu, part2, by Kirill Shutemov. | ths | 2007-02-02 | 1 | -0/+29 |
* | sem* and msg* for qemu, part1, by Kirill Shutemov. | ths | 2007-02-02 | 1 | -0/+24 |
* | Use target_ulong type for emulator registers. | ths | 2007-02-02 | 1 | -3/+4 |
* | Mingw build fix, by Johannes Schindelin. | ths | 2007-02-02 | 1 | -2/+4 |
* | PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. | ths | 2007-02-02 | 6 | -1/+330 |
* | Update MIPS TODO. | ths | 2007-02-02 | 1 | -4/+2 |
* | Sparc arm/mips/sparc register patch, by Martin Bochnig. | ths | 2007-02-02 | 3 | -0/+39 |
* | script=no for the TUN/TAP net option, by Jean-Christian de Rivaz | ths | 2007-02-02 | 2 | -2/+4 |
* | 64 bit syscall fix | bellard | 2007-02-01 | 1 | -1/+1 |
* | 64 bit syscall fixes - more logical mwait/monitor ECX test | bellard | 2007-02-01 | 1 | -4/+6 |
* | cwde and cdq fix in 64 bit mode | bellard | 2007-02-01 | 1 | -2/+2 |
* | Remove redundant ENOMEDIUM define. | ths | 2007-01-31 | 1 | -1/+0 |
* | Save some vm space for the regular program loading zone, by | ths | 2007-01-31 | 1 | -0/+5 |
* | Upgrade the apic version_id, by Don Laor. | ths | 2007-01-31 | 1 | -1/+1 |
* | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths | 2007-01-31 | 7 | -22/+25 |
* | Use Cocoa and CoreAudio backend by default on Darwin systems, by Pierre | ths | 2007-01-31 | 1 | -1/+12 |
* | Fix set_error return value, by Pierre d'Herbemont. | ths | 2007-01-31 | 1 | -1/+1 |
* | Fix GT64120 mapping with REDBOOT, by Aurelien Jarno. | ths | 2007-01-31 | 1 | -3/+6 |
* | Fix 64bit-induced MIPS Malta breakage, by Aurelien Jarno. | ths | 2007-01-31 | 1 | -20/+19 |
* | GDB hosted syscalls. | pbrook | 2007-01-28 | 3 | -32/+262 |
* | Use standard character device interface for gdbstub. | pbrook | 2007-01-28 | 5 | -78/+118 |
* | Add nodelay option for TCP character devices. | pbrook | 2007-01-28 | 2 | -3/+17 |
* | Rearrange char event handlers to fix CHR_EVENT_RESET. | pbrook | 2007-01-27 | 8 | -136/+84 |
* | Accept --foo as an alias for -foo. | pbrook | 2007-01-27 | 1 | -0/+3 |
* | Accept -help. | pbrook | 2007-01-27 | 1 | -0/+1 |
* | ENODEV works also for __sun__, the magic number 4097 stemmed from the | ths | 2007-01-26 | 1 | -3/+0 |
* | Define ENOMEDIUM to match ENODEV if it isn't available. | ths | 2007-01-26 | 2 | -4/+3 |
* | Make the tarball's VERSION part overridable from make invocation. | ths | 2007-01-24 | 1 | -1/+2 |
* | Fix malta emulation for 64bit qemu. | ths | 2007-01-24 | 2 | -13/+20 |
* | Split out SDL X keymap, by Bernhard Fischer. | ths | 2007-01-24 | 4 | -84/+115 |
* | Add support for 82371FB (Step A1) and Improved support for 82371SB | ths | 2007-01-24 | 2 | -2/+76 |
* | New multiple snapshot support for VMDK, by Igor Lvovsky. | ths | 2007-01-24 | 1 | -45/+353 |
* | EBase is limited to KSEG0/KSEG1 even on 64bit CPUs. | ths | 2007-01-24 | 3 | -21/+6 |
* | Reworking MIPS interrupt handling, by Aurelien Jarno. | ths | 2007-01-24 | 13 | -75/+76 |
* | Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon. | ths | 2007-01-24 | 1 | -1/+1 |
* | Implementing dmfc/dmtc. | ths | 2007-01-23 | 4 | -86/+1434 |
* | Update .cvsignore. | ths | 2007-01-23 | 1 | -10/+12 |
* | Update TODO. | ths | 2007-01-22 | 1 | -3/+4 |
* | Fix PageMask handling, second part. | ths | 2007-01-22 | 3 | -16/+36 |
* | Add dependency for fop_template.c. | ths | 2007-01-21 | 1 | -1/+1 |
* | Don't resume guest when gdb connection terminates and -S specified. | pbrook | 2007-01-21 | 3 | -4/+6 |
* | TLB address wraparound hopefully fixed now. | ths | 2007-01-21 | 1 | -1/+0 |
* | Bring TLB / PageSize handling in line with real hardware behaviour. | ths | 2007-01-21 | 2 | -25/+5 |
* | Add ARM Angel semihosting to system emulation. | pbrook | 2007-01-20 | 6 | -16/+159 |
* | Fix "make test2". | pbrook | 2007-01-20 | 1 | -1/+1 |
* | Add more ATAPI CDROM DMA support, by Juergen Keil. | ths | 2007-01-20 | 1 | -10/+27 |
* | Fix typo. | ths | 2007-01-20 | 1 | -1/+1 |
* | Change display colors, the LED bar is green and the text display is red. | ths | 2007-01-20 | 1 | -2/+2 |
* | Note more issues. | ths | 2007-01-19 | 1 | -6/+17 |
* | Darwin build fix, by Pierre d'Herbemont. | ths | 2007-01-18 | 1 | -0/+4 |