aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2010-02-06linux-user: adapt uname machine to emulated CPULoïc Minier3-1/+75
2010-01-26mmap_frag() users only check for -1 errorJuan Quintela1-1/+1
2010-01-26linux-user/mmap.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-2/+4
2010-01-17fix linux-user microblaze ELF_ARCH definitionMike Frysinger1-1/+1
2010-01-14alpha: fix stat64 issueVince Weaver1-1/+1
2009-12-24linux-user: fix build with gcc-4.1Aurelien Jarno1-0/+2
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-2/+2
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno1-2/+2
2009-12-21PPC64: Fix timebaseAlexander Graf1-2/+2
2009-12-21linux-user: Add aliases for some Alpha syscallsRichard Henderson1-0/+8
2009-12-19linux-user: add core dump support for SHNathan Froyd1-0/+33
2009-12-19linux-user: add core dump support for M68KNathan Froyd1-0/+29
2009-12-19linux-user: add core dump support for MIPSNathan Froyd1-0/+46
2009-12-19linux-user: add core dump support for PPCNathan Froyd1-0/+26
2009-12-19linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd1-19/+19
2009-12-19linux-user: commonify definitions of target typedefsNathan Froyd1-22/+10
2009-12-19linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd1-1/+1
2009-12-19linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno1-1/+1
2009-12-19linux-user: cleanup force_sig() callsRiku Voipio1-20/+20
2009-12-19linux-user: Fix mmap_lock orderingRiku Voipio1-2/+2
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2-10/+339
2009-12-13target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson1-3/+0
2009-12-11Fix ARM userspace strex implementation.Paul Brook1-0/+1
2009-11-24linux-user: remove hardcoded value of _NSIG in signal.cArnaud Patard1-6/+6
2009-11-24Add missing break.Paul Brook1-0/+1
2009-11-22ARM atomic ops rewritePaul Brook1-0/+80
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno1-2/+2
2009-11-07(x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl1-0/+3
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-0/+4
2009-10-17Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller1-2/+6
2009-10-17linux-user: KD/VT/FB ioctlsUlrich Hecht4-0/+83
2009-10-16linux-user: Update ARM hwcapsRiku Voipio1-1/+8
2009-10-16linux-user: don't zero a buffer twicePaul Bolle1-1/+0
2009-10-15linux-user: fix ppc target_stat64 st_blocks layoutMax Filippov1-1/+1
2009-10-15linux-user: getpriority errno fixUlrich Hecht1-1/+1
2009-10-15implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht1-0/+10
2009-10-04linux-user: fix "#if 0"'d printf()Paul Bolle1-1/+1
2009-10-02linux-user: fix up oversealous nitpickingMichael S. Tsirkin1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori22-251/+251
2009-10-01Get rid of _t suffixmalc22-251/+251
2009-09-30linux-user: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-30linux-user: fix old style decrement usageMichael S. Tsirkin1-1/+1
2009-09-30elfload: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-25__thread should be before real typeJuan Quintela1-1/+1
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-09-21Export tables properly to avoid a Sparse warningBlue Swirl1-3/+4
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-1/+1
2009-09-20Compile loader only onceBlue Swirl1-2/+2
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl1-21/+0
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl1-0/+21