aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2009-05-26microblaze: linux-user support.Edgar E. Iglesias
2009-05-26microblaze: Add syscall, signal and termbits defs for linux-user.Edgar E. Iglesias
2009-05-19Only define __llseek if it is going to be usedPaul Brook
2009-05-19Avoid implicit truncation compiler warningsPaul Brook
2009-05-16support ELF_HWCAP for PPPCNathan Froyd
2009-05-16linux-user: ppc signal handlingNathan Froyd
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-04Fix compiler warnings in nwfpe code.Paul Brook
2009-04-21MIPS signal handling fixes.pbrook
2009-04-21MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook
2009-04-21Fix target_siginfo ordering for MIPS.pbrook
2009-04-19linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)aurel32
2009-04-18linux-user: fix IPCOP_sem* and implement sem*aurel32
2009-04-17linux-user: fix inotify syscallsaurel32
2009-04-16Translate signal values in exit status.pbrook
2009-04-16linux-user: fix getcwd syscallaurel32
2009-04-15linux-user: fix warnings introduced by r7118aurel32
2009-04-15linux-user: proper exit code for uncaught signalsaurel32
2009-04-15linux-user: prefer glibc over direct syscallsaurel32
2009-04-15linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscallsaurel32
2009-04-15linux-user: unix sockets - fix running dbusaurel32
2009-04-15linux-user: add support for passing contents of argv0aurel32
2009-04-15linux-user: Added posix message queue syscalls except mq_notifyaurel32
2009-04-09Enable generic accepts-anything cpu by default for usermode emulation.pbrook
2009-04-08linux-user: fix fstatat64()/newfstatat() syscall implementationaurel32
2009-04-08linux-user: fix problems with inotify syscallsaurel32
2009-04-07Add --with-pkgversion.pbrook
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-07Use a dedicated function to request exit from execution loopaurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-02-28Flush stdout after printing usage()blueswir1
2009-02-09Fix crash caused by missing command line argumentsaurel32
2009-02-03Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl
2009-02-03linux-user: Remove incorrect break;aurel32
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-30linux-user: fix signal.c warningaurel32
2009-01-30linux-user: identify running binary in /proc/self/exeaurel32
2009-01-30linux-user: Add generic env variable handlingaurel32
2009-01-30target-ppc: Fix struct target_stat64 for 32-bit hostaurel32
2009-01-30target-sh4: Fix struct target_stat64 for 64-bit hostaurel32
2009-01-30linuw-user fix: read() and acct() on NULL argumentsaurel32
2009-01-30linux-user: don't crash with null nameaurel32
2009-01-30linux-user: return EINVAL on incorrect sockaddraurel32
2009-01-30linux-user: fix accept(2) with NULL peeraurel32
2009-01-28Fix qemu_malloc.malc
2009-01-23linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori
2009-01-14Get rid of user_mode_onlyaurel32