aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-12Fix text relocations in linux-user targetsKirill A. Shutemov1-26/+0
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl2-15/+15
2009-09-10F_DUPFD_CLOEXEC is not universally availablemalc1-0/+2
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-08-25linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov1-36/+43
2009-08-25linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht1-0/+1
2009-08-25linux-user: fadvise64 implementationUlrich Hecht1-3/+14
2009-08-25linux-user: enable getdents for > 32-bit systemsUlrich Hecht1-5/+1
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht2-12/+29
2009-08-25linux-user: fix mq_* compilation problemsNathan Froyd1-2/+5
2009-08-25m68k, linux-user: enable sigaltstack()Laurent Vivier1-1/+2
2009-08-25m68k, linux-user: add setup_rt_frameLaurent Vivier1-3/+202
2009-08-25m68k,linux-user: add setup_frameLaurent Vivier1-0/+183
2009-08-25linux-user: add eventfd supportRiku Voipio1-0/+15
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-3/+3
2009-08-15linux-user: compile envlist.c only onceBlue Swirl2-269/+0
2009-08-15user: compile path.c only onceBlue Swirl2-161/+0
2009-08-10Fix symfind.Laurent Desnogues1-1/+1
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko1-1/+1
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd1-8/+16
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd1-0/+68
2009-08-01More NULL pointer fixesBlue Swirl2-2/+2
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela4-18/+18
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2-4/+4
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-3/+3
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl3-10/+12
2009-07-18Use correct byteswap routine for elf_notemalc1-3/+3
2009-07-18Avoid name clashes with symbols that leak from system headersmalc2-41/+41
2009-07-17ELF codedump build failuresLaurent Desnogues1-29/+30
2009-07-17Userspace guest address offsettingPaul Brook3-0/+71
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl8-23/+8
2009-07-15Avoid SIGSEGV when dumping cpu state without enabled loggingmalc1-1/+2
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-33/+0
2009-07-09Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori3-82/+110
2009-07-09MIPS signal handling fixPaul Brook1-0/+2
2009-07-09MIPS atomic instructionsPaul Brook1-0/+60