summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-153-21/+17Star
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-22/+17Star
* Get rid of user_mode_onlyaurel322009-01-141-1/+0Star
* Add noreturn function attributeblueswir12009-01-141-1/+2
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* CRIS: Add a bunch of syscall numbers.edgar_igl2009-01-071-0/+44
* CRIS: Clone flags are reversed on CRIS.edgar_igl2009-01-071-0/+2
* CRIS: Implement set_thread_area for CRIS.edgar_igl2009-01-071-0/+8
* Fix more FSF addressesblueswir12009-01-057-7/+14
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...aurel322009-01-031-2/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-1/+1
* User-mode GDB stub improvements - handle signalsaurel322008-12-181-16/+49
* User-mode GDB stub improvements - handle forkaurel322008-12-182-13/+13
* Fix mremap, based on patch by Kirill A. Shutemovblueswir12008-12-151-8/+11
* Fix warning about unused shm_regionsblueswir12008-12-131-0/+2
* Remove unnecessary trailing newlinesblueswir12008-12-1313-13/+0Star
* Fix compiling without MREMAP_FIXEDblueswir12008-12-111-1/+4
* Introduce and use cache-utils.[ch]malc2008-12-101-1/+4
* linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel322008-12-081-6/+28
* linux-user: mmap: add check if requested memory area fits target address spaceaurel322008-12-081-0/+10
* linux-user: Move abi_* typedefs into qemu-types.haurel322008-12-082-19/+25
* linux-user: Add support for STOP/CONT signals.ths2008-11-271-1/+6
* linux-user: sig is target signal.ths2008-11-271-1/+1
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-2/+2
* target-alpha: implement getxuid and getxgid syscallsaurel322008-11-141-0/+24
* ppc-linux-user: handle EXCP_DEBUGaurel322008-11-141-14/+13Star
* target-alpha: fix termbits and target IOC macrosaurel322008-11-122-34/+34
* target-alpha: add proper fcntl definitionsaurel322008-11-111-0/+19
* use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog2008-11-102-12/+23
* User qemu profilingaurel322008-11-061-0/+6
* Fix return value printing for shmat (Lauro Ramos Venancio).balrog2008-10-281-1/+1
* Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog2008-10-281-2/+6
* Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog2008-10-281-13/+7Star
* Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog2008-10-281-1/+3
* Fix undeclared symbol warnings from sparseblueswir12008-10-263-6/+6
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+1
* Add missing return statement (fixes compiler warning).aurel322008-10-241-0/+1
* * Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook2008-10-221-44/+98
* linux-user: implement msg* syscallsaurel322008-10-131-0/+21
* linux-user: fix and cleanup IPCOP_msg* ipc calls handlingaurel322008-10-131-55/+116
* linux-user: fix getdents* syscallsaurel322008-10-132-14/+28
* linux-user: Add readahead syscallaurel322008-10-131-1/+14
* CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl2008-10-081-3/+0Star
* CRIS: linux-user ERP compensation not needed anymore.edgar_igl2008-10-081-1/+0Star
* Make various generated structures staticblueswir12008-10-051-1/+1
* Make target_sigaltstack_used staticblueswir12008-10-051-1/+1
* Export x86_stack_size in qemu.hblueswir12008-10-052-2/+3
* Make ioctl table staticblueswir12008-10-051-1/+1
* Make bitmask tables static constblueswir12008-10-051-4/+4