aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2009-01-14Add noreturn function attributeblueswir1
2009-01-14Remove all traces of __powerpc__malc
2009-01-07CRIS: Add a bunch of syscall numbers.edgar_igl
2009-01-07CRIS: Clone flags are reversed on CRIS.edgar_igl
2009-01-07CRIS: Implement set_thread_area for CRIS.edgar_igl
2009-01-05Fix more FSF addressesblueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2009-01-03Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...aurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-18User-mode GDB stub improvements - handle signalsaurel32
2008-12-18User-mode GDB stub improvements - handle forkaurel32
2008-12-15Fix mremap, based on patch by Kirill A. Shutemovblueswir1
2008-12-13Fix warning about unused shm_regionsblueswir1
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-11Fix compiling without MREMAP_FIXEDblueswir1
2008-12-10Introduce and use cache-utils.[ch]malc
2008-12-08linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel32
2008-12-08linux-user: mmap: add check if requested memory area fits target address spaceaurel32
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel32
2008-11-27linux-user: Add support for STOP/CONT signals.ths
2008-11-27linux-user: sig is target signal.ths
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori
2008-11-14target-alpha: implement getxuid and getxgid syscallsaurel32
2008-11-14ppc-linux-user: handle EXCP_DEBUGaurel32
2008-11-12target-alpha: fix termbits and target IOC macrosaurel32
2008-11-11target-alpha: add proper fcntl definitionsaurel32
2008-11-10use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog
2008-11-06User qemu profilingaurel32