aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2009-10-17Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller
2009-10-17linux-user: KD/VT/FB ioctlsUlrich Hecht
2009-10-16linux-user: Update ARM hwcapsRiku Voipio
2009-10-16linux-user: don't zero a buffer twicePaul Bolle
2009-10-15linux-user: fix ppc target_stat64 st_blocks layoutMax Filippov
2009-10-15linux-user: getpriority errno fixUlrich Hecht
2009-10-15implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht
2009-10-04linux-user: fix "#if 0"'d printf()Paul Bolle
2009-10-02linux-user: fix up oversealous nitpickingMichael S. Tsirkin
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30linux-user: fix coding style nitMichael S. Tsirkin
2009-09-30linux-user: fix old style decrement usageMichael S. Tsirkin
2009-09-30elfload: fix coding style nitMichael S. Tsirkin
2009-09-25__thread should be before real typeJuan Quintela
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-21Export tables properly to avoid a Sparse warningBlue Swirl
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-09-20Compile loader only onceBlue Swirl
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl
2009-09-12Fix text relocations in linux-user targetsKirill A. Shutemov
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-10F_DUPFD_CLOEXEC is not universally availablemalc
2009-09-05Fix Sparse warnings: add "static"Blue Swirl
2009-08-25linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov
2009-08-25linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht
2009-08-25linux-user: fadvise64 implementationUlrich Hecht
2009-08-25linux-user: enable getdents for > 32-bit systemsUlrich Hecht
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht
2009-08-25linux-user: fix mq_* compilation problemsNathan Froyd
2009-08-25m68k, linux-user: enable sigaltstack()Laurent Vivier
2009-08-25m68k, linux-user: add setup_rt_frameLaurent Vivier
2009-08-25m68k,linux-user: add setup_frameLaurent Vivier
2009-08-25linux-user: add eventfd supportRiku Voipio
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-08-15linux-user: compile envlist.c only onceBlue Swirl
2009-08-15user: compile path.c only onceBlue Swirl
2009-08-10Fix symfind.Laurent Desnogues
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd
2009-08-01More NULL pointer fixesBlue Swirl
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-18Use correct byteswap routine for elf_notemalc
2009-07-18Avoid name clashes with symbols that leak from system headersmalc
2009-07-17ELF codedump build failuresLaurent Desnogues