aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only define __llseek if it is going to be usedPaul Brook2009-05-191-1/+1
* Avoid implicit truncation compiler warningsPaul Brook2009-05-191-2/+2
* support ELF_HWCAP for PPPCNathan Froyd2009-05-161-0/+58
* linux-user: ppc signal handlingNathan Froyd2009-05-163-0/+604
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-133-13/+13
* Fix compiler warnings in nwfpe code.Paul Brook2009-05-045-86/+47
* MIPS signal handling fixes.pbrook2009-04-213-4/+109
* MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook2009-04-211-0/+7
* Fix target_siginfo ordering for MIPS.pbrook2009-04-211-0/+6
* linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)aurel322009-04-191-9/+8
* linux-user: fix IPCOP_sem* and implement sem*aurel322009-04-181-98/+188
* linux-user: fix inotify syscallsaurel322009-04-171-1/+2
* Translate signal values in exit status.pbrook2009-04-163-2/+18
* linux-user: fix getcwd syscallaurel322009-04-161-1/+1
* linux-user: fix warnings introduced by r7118aurel322009-04-151-1/+1
* linux-user: proper exit code for uncaught signalsaurel322009-04-151-12/+25
* linux-user: prefer glibc over direct syscallsaurel322009-04-151-61/+253
* linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscallsaurel322009-04-151-10/+7
* linux-user: unix sockets - fix running dbusaurel322009-04-151-2/+27
* linux-user: add support for passing contents of argv0aurel322009-04-151-1/+37
* linux-user: Added posix message queue syscalls except mq_notifyaurel322009-04-153-6/+126
* Enable generic accepts-anything cpu by default for usermode emulation.pbrook2009-04-091-1/+1
* linux-user: fix fstatat64()/newfstatat() syscall implementationaurel322009-04-081-4/+25
* linux-user: fix problems with inotify syscallsaurel322009-04-081-3/+3
* Add --with-pkgversion.pbrook2009-04-071-1/+1
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+5
* Use a dedicated function to request exit from execution loopaurel322009-03-072-2/+2
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-074-7/+69
* Flush stdout after printing usage()blueswir12009-02-281-2/+2
* Fix crash caused by missing command line argumentsaurel322009-02-091-1/+7
* Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl2009-02-031-2/+37
* linux-user: Remove incorrect break;aurel322009-02-031-1/+0
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* linux-user: fix signal.c warningaurel322009-01-301-4/+4
* linux-user: identify running binary in /proc/self/exeaurel322009-01-303-3/+16
* linux-user: Add generic env variable handlingaurel322009-01-303-16/+303
* target-ppc: Fix struct target_stat64 for 32-bit hostaurel322009-01-301-2/+3
* target-sh4: Fix struct target_stat64 for 64-bit hostaurel322009-01-301-1/+1
* linuw-user fix: read() and acct() on NULL argumentsaurel322009-01-301-8/+16
* linux-user: don't crash with null nameaurel322009-01-301-1/+1
* linux-user: return EINVAL on incorrect sockaddraurel322009-01-301-2/+31
* linux-user: fix accept(2) with NULL peeraurel322009-01-301-0/+3
* Fix qemu_malloc.malc2009-01-281-0/+2
* linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori2009-01-231-0/+13
* Fix user emulator breakage, based on patch by Riku Voipioblueswir12009-01-201-13/+15
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-153-21/+17
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-22/+17
* Get rid of user_mode_onlyaurel322009-01-141-1/+0
* Add noreturn function attributeblueswir12009-01-141-1/+2
* Remove all traces of __powerpc__malc2009-01-141-1/+1