aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-15Avoid SIGSEGV when dumping cpu state without enabled loggingmalc
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata
2009-07-09Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori
2009-07-09MIPS signal handling fixPaul Brook
2009-07-09MIPS atomic instructionsPaul Brook
2009-07-09Fix MIPS sys_clonePaul Brook
2009-07-08getrlimit conversion mix-upUlrich Hecht
2009-07-08wrap path for access syscallUlrich Hecht
2009-07-0864-bit clean socketcall syscallUlrich Hecht
2009-07-08pipe argument should not be signedUlrich Hecht
2009-07-08linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized i...vibi sreenivasan
2009-07-08linux-user: check some parameters for some socket syscalls.Arnaud Patard
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard
2009-07-01Fix missing strnlen problemsBlue Swirl
2009-06-23microblaze: Support the latest mmu-kernel stat64 ABI.Edgar E. Iglesias
2009-06-19linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)
2009-06-16linux-user: add tee, splice and vmsplicevibisreenivasan
2009-06-16linux-user: implement pipe2 [v3]Riku Voipio