aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-14Get rid of user_mode_onlyaurel321-1/+0
2009-01-14Add noreturn function attributeblueswir11-1/+2
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2009-01-07CRIS: Add a bunch of syscall numbers.edgar_igl1-0/+44
2009-01-07CRIS: Clone flags are reversed on CRIS.edgar_igl1-0/+2
2009-01-07CRIS: Implement set_thread_area for CRIS.edgar_igl1-0/+8
2009-01-05Fix more FSF addressesblueswir17-7/+14
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2009-01-03Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...aurel321-2/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-1/+1
2008-12-18User-mode GDB stub improvements - handle signalsaurel321-16/+49
2008-12-18User-mode GDB stub improvements - handle forkaurel322-13/+13
2008-12-15Fix mremap, based on patch by Kirill A. Shutemovblueswir11-8/+11
2008-12-13Fix warning about unused shm_regionsblueswir11-0/+2
2008-12-13Remove unnecessary trailing newlinesblueswir113-13/+0
2008-12-11Fix compiling without MREMAP_FIXEDblueswir11-1/+4
2008-12-10Introduce and use cache-utils.[ch]malc1-1/+4
2008-12-08linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel321-6/+28
2008-12-08linux-user: mmap: add check if requested memory area fits target address spaceaurel321-0/+10
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel322-19/+25
2008-11-27linux-user: Add support for STOP/CONT signals.ths1-1/+6
2008-11-27linux-user: sig is target signal.ths1-1/+1
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-2/+2
2008-11-14target-alpha: implement getxuid and getxgid syscallsaurel321-0/+24
2008-11-14ppc-linux-user: handle EXCP_DEBUGaurel321-14/+13
2008-11-12target-alpha: fix termbits and target IOC macrosaurel322-34/+34
2008-11-11target-alpha: add proper fcntl definitionsaurel321-0/+19
2008-11-10use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog2-12/+23
2008-11-06User qemu profilingaurel321-0/+6
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog1-1/+1
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog1-2/+6