aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd1-1/+3
2009-05-26microblaze: linux-user support.Edgar E. Iglesias5-4/+405
2009-05-26microblaze: Add syscall, signal and termbits defs for linux-user.Edgar E. Iglesias4-0/+656
2009-05-19Only define __llseek if it is going to be usedPaul Brook1-1/+1
2009-05-19Avoid implicit truncation compiler warningsPaul Brook1-2/+2
2009-05-16support ELF_HWCAP for PPPCNathan Froyd1-0/+58
2009-05-16linux-user: ppc signal handlingNathan Froyd3-0/+604
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl3-13/+13
2009-05-04Fix compiler warnings in nwfpe code.Paul Brook5-86/+47
2009-04-21MIPS signal handling fixes.pbrook3-4/+109
2009-04-21MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook1-0/+7
2009-04-21Fix target_siginfo ordering for MIPS.pbrook1-0/+6
2009-04-19linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)aurel321-9/+8
2009-04-18linux-user: fix IPCOP_sem* and implement sem*aurel321-98/+188
2009-04-17linux-user: fix inotify syscallsaurel321-1/+2
2009-04-16Translate signal values in exit status.pbrook3-2/+18
2009-04-16linux-user: fix getcwd syscallaurel321-1/+1
2009-04-15linux-user: fix warnings introduced by r7118aurel321-1/+1
2009-04-15linux-user: proper exit code for uncaught signalsaurel321-12/+25
2009-04-15linux-user: prefer glibc over direct syscallsaurel321-61/+253
2009-04-15linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscallsaurel321-10/+7
2009-04-15linux-user: unix sockets - fix running dbusaurel321-2/+27
2009-04-15linux-user: add support for passing contents of argv0aurel321-1/+37
2009-04-15linux-user: Added posix message queue syscalls except mq_notifyaurel323-6/+126
2009-04-09Enable generic accepts-anything cpu by default for usermode emulation.pbrook1-1/+1
2009-04-08linux-user: fix fstatat64()/newfstatat() syscall implementationaurel321-4/+25
2009-04-08linux-user: fix problems with inotify syscallsaurel321-3/+3
2009-04-07Add --with-pkgversion.pbrook1-1/+1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+5
2009-03-07Use a dedicated function to request exit from execution loopaurel322-2/+2
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook4-7/+69
2009-02-28Flush stdout after printing usage()blueswir11-2/+2
2009-02-09Fix crash caused by missing command line argumentsaurel321-1/+7
2009-02-03Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl1-2/+37
2009-02-03linux-user: Remove incorrect break;aurel321-1/+0
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-1/+1
2009-01-30linux-user: fix signal.c warningaurel321-4/+4
2009-01-30linux-user: identify running binary in /proc/self/exeaurel323-3/+16
2009-01-30linux-user: Add generic env variable handlingaurel323-16/+303
2009-01-30target-ppc: Fix struct target_stat64 for 32-bit hostaurel321-2/+3
2009-01-30target-sh4: Fix struct target_stat64 for 64-bit hostaurel321-1/+1
2009-01-30linuw-user fix: read() and acct() on NULL argumentsaurel321-8/+16
2009-01-30linux-user: don't crash with null nameaurel321-1/+1
2009-01-30linux-user: return EINVAL on incorrect sockaddraurel321-2/+31
2009-01-30linux-user: fix accept(2) with NULL peeraurel321-0/+3
2009-01-28Fix qemu_malloc.malc1-0/+2
2009-01-23linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori1-0/+13
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir11-13/+15
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori3-21/+17
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-22/+17