summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-10-24Add missing return statement (fixes compiler warning).aurel32
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook
2008-10-13linux-user: implement msg* syscallsaurel32
2008-10-13linux-user: fix and cleanup IPCOP_msg* ipc calls handlingaurel32
2008-10-13linux-user: fix getdents* syscallsaurel32
2008-10-13linux-user: Add readahead syscallaurel32
2008-10-08CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl
2008-10-08CRIS: linux-user ERP compensation not needed anymore.edgar_igl
2008-10-05Make various generated structures staticblueswir1
2008-10-05Make target_sigaltstack_used staticblueswir1
2008-10-05Export x86_stack_size in qemu.hblueswir1
2008-10-05Make ioctl table staticblueswir1
2008-10-05Make bitmask tables static constblueswir1
2008-10-05Make struct_termios_def constblueswir1
2008-10-03Fix warning about unused functionblueswir1