summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux-user: switch default ppc64 CPU to 970fx from 970Aurelien Jarno2010-04-091-1/+1
* 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
* linux-user: fix up oversealous nitpickingMichael S. Tsirkin2009-10-021-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-0122-251/+251
* Get rid of _t suffixmalc2009-10-0122-251/+251
* linux-user: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* linux-user: fix old style decrement usageMichael S. Tsirkin2009-09-301-1/+1
* elfload: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* __thread should be before real typeJuan Quintela2009-09-251-1/+1
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-1/+1
* Export tables properly to avoid a Sparse warningBlue Swirl2009-09-211-3/+4
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-1/+1
* Compile loader only onceBlue Swirl2009-09-201-2/+2
* Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl2009-09-131-21/+0
* Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl2009-09-131-0/+21
* Fix text relocations in linux-user targetsKirill A. Shutemov2009-09-121-26/+0
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-122-15/+15
* F_DUPFD_CLOEXEC is not universally availablemalc2009-09-101-0/+2
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov2009-08-251-36/+43
* linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht2009-08-251-0/+1
* linux-user: fadvise64 implementationUlrich Hecht2009-08-251-3/+14
* linux-user: enable getdents for > 32-bit systemsUlrich Hecht2009-08-251-5/+1
* linux-user: fcntl fixes for LTPUlrich Hecht2009-08-252-12/+29
* linux-user: fix mq_* compilation problemsNathan Froyd2009-08-251-2/+5
* m68k, linux-user: enable sigaltstack()Laurent Vivier2009-08-251-1/+2
* m68k, linux-user: add setup_rt_frameLaurent Vivier2009-08-251-3/+202
* m68k,linux-user: add setup_frameLaurent Vivier2009-08-251-0/+183
* linux-user: add eventfd supportRiku Voipio2009-08-251-0/+15
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-3/+3
* linux-user: compile envlist.c only onceBlue Swirl2009-08-152-269/+0
* user: compile path.c only onceBlue Swirl2009-08-152-161/+0
* Fix symfind.Laurent Desnogues2009-08-101-1/+1
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-041-1/+1
* linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd2009-08-031-8/+16
* linux-user: handle POWERPC_EXCP_STCXNathan Froyd2009-08-031-0/+68