aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog1-13/+7
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog1-1/+3
2008-10-26Fix undeclared symbol warnings from sparseblueswir13-6/+6
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-1/+1
2008-10-24Add missing return statement (fixes compiler warning).aurel321-0/+1
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook1-44/+98
2008-10-13linux-user: implement msg* syscallsaurel321-0/+21
2008-10-13linux-user: fix and cleanup IPCOP_msg* ipc calls handlingaurel321-55/+116
2008-10-13linux-user: fix getdents* syscallsaurel322-14/+28
2008-10-13linux-user: Add readahead syscallaurel321-1/+14
2008-10-08CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl1-3/+0
2008-10-08CRIS: linux-user ERP compensation not needed anymore.edgar_igl1-1/+0
2008-10-05Make various generated structures staticblueswir11-1/+1
2008-10-05Make target_sigaltstack_used staticblueswir11-1/+1
2008-10-05Export x86_stack_size in qemu.hblueswir12-2/+3
2008-10-05Make ioctl table staticblueswir11-1/+1
2008-10-05Make bitmask tables static constblueswir11-4/+4
2008-10-05Make struct_termios_def constblueswir11-1/+1
2008-10-03Fix warning about unused functionblueswir11-0/+2
2008-10-02Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir11-0/+1
2008-10-02Make CPULogItem tables constblueswir11-1/+1