summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-181-1/+0
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-1/+1
* Fix usermode virtual address typePaul Brook2010-03-122-3/+3
* linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson2010-03-123-33/+82
* linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson2010-03-121-5/+4
* Update to a hopefully more future proof FSF addressBlue Swirl2010-03-0712-24/+12
* linux-user: Save/restore fpu registers to signal context on sh4takasi-y@ops.dti.ne.jp2010-03-061-8/+21
* linux-user: Fix syscall pipe2() retval on sh4takasi-y@ops.dti.ne.jp2010-03-061-3/+6
* Disassembler symbol lookup fixPaul Brook2010-03-011-2/+2
* alpha-linux-user: Implement signals.Richard Henderson2010-02-285-34/+481
* target-alpha: Reduce internal processor registers for user-mode.Richard Henderson2010-02-231-3/+1
* Add cpu model configuration support..john cooper2010-02-221-2/+6
* Fix strace or FUTEX_PRIVATE_FLAGPaul Brook2010-02-191-1/+3
* linux-user: adapt uname machine to emulated CPULoïc Minier2010-02-063-1/+75
* mmap_frag() users only check for -1 errorJuan Quintela2010-01-261-1/+1
* linux-user/mmap.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-2/+4
* fix linux-user microblaze ELF_ARCH definitionMike Frysinger2010-01-171-1/+1
* alpha: fix stat64 issueVince Weaver2010-01-141-1/+1
* linux-user: fix build with gcc-4.1Aurelien Jarno2009-12-241-0/+2
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-2/+2
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-2/+2
* PPC64: Fix timebaseAlexander Graf2009-12-211-2/+2
* linux-user: Add aliases for some Alpha syscallsRichard Henderson2009-12-211-0/+8
* linux-user: add core dump support for SHNathan Froyd2009-12-191-0/+33
* linux-user: add core dump support for M68KNathan Froyd2009-12-191-0/+29
* linux-user: add core dump support for MIPSNathan Froyd2009-12-191-0/+46
* linux-user: add core dump support for PPCNathan Froyd2009-12-191-0/+26
* linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd2009-12-191-19/+19
* linux-user: commonify definitions of target typedefsNathan Froyd2009-12-191-22/+10
* linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd2009-12-191-1/+1
* linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno2009-12-191-1/+1
* linux-user: cleanup force_sig() callsRiku Voipio2009-12-191-20/+20
* linux-user: Fix mmap_lock orderingRiku Voipio2009-12-191-2/+2
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-132-10/+339
* target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson2009-12-131-3/+0
* Fix ARM userspace strex implementation.Paul Brook2009-12-111-0/+1
* linux-user: remove hardcoded value of _NSIG in signal.cArnaud Patard2009-11-241-6/+6
* Add missing break.Paul Brook2009-11-241-0/+1
* ARM atomic ops rewritePaul Brook2009-11-221-0/+80
* target-mips: rename CP0_LLAddr into lladdrAurelien Jarno2009-11-221-2/+2
* (x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl2009-11-071-0/+3
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-0/+4
* Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller2009-10-171-2/+6
* linux-user: KD/VT/FB ioctlsUlrich Hecht2009-10-174-0/+83
* linux-user: Update ARM hwcapsRiku Voipio2009-10-161-1/+8
* linux-user: don't zero a buffer twicePaul Bolle2009-10-161-1/+0
* linux-user: fix ppc target_stat64 st_blocks layoutMax Filippov2009-10-151-1/+1
* linux-user: getpriority errno fixUlrich Hecht2009-10-151-1/+1
* implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht2009-10-151-0/+10
* linux-user: fix "#if 0"'d printf()Paul Bolle2009-10-041-1/+1
OpenPOWER on IntegriCloud