summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-04updatebellard1-2/+8
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard4-25/+47
2008-06-04EFER loading fixes, including SVME bitbellard3-27/+24
2008-06-04Add sysrq to key names known by "sendkey".balrog1-0/+1
2008-06-04Refactor and fix do_sendkey (Jan Kiszka).balrog1-23/+28
2008-06-04Delete duplicate code.ths1-3/+0
2008-06-03Spelling fixes, by Stefan Weil.ths13-17/+17
2008-06-02Multithreaded locking for mmap().pbrook3-28/+98
2008-06-02Fix location of futex.h.pbrook2-4/+5
2008-06-02Fix type mismatch.ths1-2/+2
2008-06-02Fix argument order.ths1-2/+2
2008-06-02Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford.ths1-2/+7
2008-06-02Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be...balrog1-15/+12
2008-06-02Mark a dead_tmp as such in ARM msr.balrog1-0/+1
2008-06-02Improve dependencies generation (malc).balrog1-1/+1
2008-06-02MusicPal: Restore display size after invalidation (Jan Kiszka).balrog1-2/+15
2008-06-02Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti).balrog1-5/+7
2008-06-02Don't forget to save VNC FB dimensions after resize (Brad Campbell).balrog1-8/+10
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog7-15/+183
2008-06-02Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog4-288/+324
2008-06-02Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).balrog1-0/+4
2008-06-02Enable SD card on creation.balrog1-0/+1
2008-06-02Make -mtdblock optional again.balrog1-6/+3
2008-06-01Fix compilation warningblueswir11-2/+2
2008-05-31Mark host brk() area as reserved.pbrook3-0/+18
2008-05-31Add TLS sections.pbrook1-0/+2
2008-05-31Make signal queues per thread.pbrook4-173/+204
2008-05-31Fix usermode build.pbrook1-1/+1
2008-05-31Add more SuperSparcsblueswir11-0/+36
2008-05-30Copy siginfo.si_code.pbrook1-1/+1
2008-05-30Translate whole of target_sigset. Use host sigset accessors.pbrook1-38/+30
2008-05-30Fix structure type in sigtimedwait syscall.pbrook1-2/+2
2008-05-30support of long calls for PPC (malc)bellard3-34/+82
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard6-135/+285
2008-05-30Handle NULL argp/envp in execve syscall.pbrook1-4/+4
2008-05-30Implement waitid syscall.pbrook1-0/+15
2008-05-30Perform target->host signal mapping for *kill syscalls.pbrook3-4/+10
2008-05-30Fix typo.pbrook9-9/+9
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook10-58/+92
2008-05-30Fix for 32-bit MIPS.ths1-9/+10
2008-05-29Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.ths1-14/+10
2008-05-29Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford.ths1-8/+8
2008-05-29Fix modulus result from MIPS DDIV & avoid overflowing division,ths1-9/+14
2008-05-29MicroSparc I didn't have fsmuld opblueswir13-9/+19
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir13-19/+0
2008-05-29NPTL host detection and futex syscall passthrough.pbrook2-0/+90
2008-05-29Fix rounding error.pbrook1-1/+1
2008-05-29Strace fallback for unknown syscalls.pbrook1-1/+2
2008-05-29Implement clock_nanosleep.pbrook1-0/+11
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard10-18/+4