Age | Commit message (Expand) | Author | Files | Lines |
2007-02-10 | Support for more SPARC relocations, by Martin Bochnig. | ths | 2 | -0/+30 |
2007-02-10 | Fix for solaris register allocation issue on amd64, by Martin Bochnig. | ths | 1 | -4/+4 |
2007-02-08 | use ram allocation functions | bellard | 3 | -46/+57 |
2007-02-08 | ram allocation functions | bellard | 2 | -0/+21 |
2007-02-08 | reset rombios32 area | bellard | 2 | -2/+24 |
2007-02-05 | darwin fix | bellard | 1 | -1/+1 |
2007-02-05 | Make cpu_signal_handler work on Mac OS X/Darwin x86 | bellard | 1 | -3/+15 |
2007-02-05 | update | bellard | 1 | -0/+3 |
2007-02-05 | removed | bellard | 2 | -86/+0 |
2007-02-05 | update | bellard | 1 | -6/+9 |
2007-02-05 | int conversion test | bellard | 1 | -0/+36 |
2007-02-05 | update path | bellard | 1 | -1/+1 |
2007-02-05 | update | bellard | 2 | -2/+7 |
2007-02-05 | gdbserver fix | bellard | 4 | -16/+24 |
2007-02-05 | copyright update | bellard | 3 | -5/+5 |
2007-02-05 | info vnc command (Anthony Liguori) | bellard | 3 | -0/+25 |
2007-02-05 | Mouse relative offset VNC extension (Anthony Liguori) | bellard | 1 | -10/+42 |
2007-02-05 | This patch fixes typos in the commpage definition (Pierre d'Herbemont). | bellard | 1 | -5/+5 |
2007-02-05 | This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begi... | bellard | 2 | -70/+282 |
2007-02-05 | Darwin cleanup usage (Pierre d'Herbemont) | bellard | 1 | -8/+4 |
2007-02-05 | Darwin user help (Pierre d'Herbemont) | bellard | 1 | -9/+115 |
2007-02-05 | gcc version | bellard | 1 | -31/+7 |
2007-02-04 | Fix 64-bit host register corruption. | pbrook | 3 | -94/+110 |
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-02-02 | Use target_ulong type for emulator registers. | ths | 1 | -3/+4 |
2007-02-02 | Mingw build fix, by Johannes Schindelin. | ths | 1 | -2/+4 |
2007-02-02 | PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. | ths | 6 | -1/+330 |
2007-02-02 | Update MIPS TODO. | ths | 1 | -4/+2 |
2007-02-02 | Sparc arm/mips/sparc register patch, by Martin Bochnig. | ths | 3 | -0/+39 |
2007-02-02 | script=no for the TUN/TAP net option, by Jean-Christian de Rivaz | ths | 2 | -2/+4 |
2007-02-01 | 64 bit syscall fix | bellard | 1 | -1/+1 |
2007-02-01 | 64 bit syscall fixes - more logical mwait/monitor ECX test | bellard | 1 | -4/+6 |
2007-02-01 | cwde and cdq fix in 64 bit mode | bellard | 1 | -2/+2 |
2007-01-31 | Remove redundant ENOMEDIUM define. | ths | 1 | -1/+0 |
2007-01-31 | Save some vm space for the regular program loading zone, by | ths | 1 | -0/+5 |
2007-01-31 | Upgrade the apic version_id, by Don Laor. | ths | 1 | -1/+1 |
2007-01-31 | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths | 7 | -22/+25 |
2007-01-31 | Use Cocoa and CoreAudio backend by default on Darwin systems, by Pierre | ths | 1 | -1/+12 |
2007-01-31 | Fix set_error return value, by Pierre d'Herbemont. | ths | 1 | -1/+1 |
2007-01-31 | Fix GT64120 mapping with REDBOOT, by Aurelien Jarno. | ths | 1 | -3/+6 |
2007-01-31 | Fix 64bit-induced MIPS Malta breakage, by Aurelien Jarno. | ths | 1 | -20/+19 |
2007-01-28 | GDB hosted syscalls. | pbrook | 3 | -32/+262 |
2007-01-28 | Use standard character device interface for gdbstub. | pbrook | 5 | -78/+118 |
2007-01-28 | Add nodelay option for TCP character devices. | pbrook | 2 | -3/+17 |
2007-01-27 | Rearrange char event handlers to fix CHR_EVENT_RESET. | pbrook | 8 | -136/+84 |
2007-01-27 | Accept --foo as an alias for -foo. | pbrook | 1 | -0/+3 |
2007-01-27 | Accept -help. | pbrook | 1 | -0/+1 |
2007-01-26 | ENODEV works also for __sun__, the magic number 4097 stemmed from the | ths | 1 | -3/+0 |
2007-01-26 | Define ENOMEDIUM to match ENODEV if it isn't available. | ths | 2 | -4/+3 |