aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Flush stdout after printing usage()blueswir12009-02-281-2/+2
* Fix crash caused by missing command line argumentsaurel322009-02-091-1/+7
* Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl2009-02-031-2/+37
* linux-user: Remove incorrect break;aurel322009-02-031-1/+0
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* linux-user: fix signal.c warningaurel322009-01-301-4/+4
* linux-user: identify running binary in /proc/self/exeaurel322009-01-303-3/+16
* linux-user: Add generic env variable handlingaurel322009-01-303-16/+303
* target-ppc: Fix struct target_stat64 for 32-bit hostaurel322009-01-301-2/+3
* target-sh4: Fix struct target_stat64 for 64-bit hostaurel322009-01-301-1/+1
* linuw-user fix: read() and acct() on NULL argumentsaurel322009-01-301-8/+16
* linux-user: don't crash with null nameaurel322009-01-301-1/+1
* linux-user: return EINVAL on incorrect sockaddraurel322009-01-301-2/+31
* linux-user: fix accept(2) with NULL peeraurel322009-01-301-0/+3
* Fix qemu_malloc.malc2009-01-281-0/+2
* linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori2009-01-231-0/+13
* Fix user emulator breakage, based on patch by Riku Voipioblueswir12009-01-201-13/+15
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-153-21/+17
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-22/+17
* Get rid of user_mode_onlyaurel322009-01-141-1/+0
* 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/+0
* 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/+13
* 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