aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-09Fix MIPS sys_clonePaul Brook1-1/+1
2009-07-08getrlimit conversion mix-upUlrich Hecht1-2/+2
2009-07-08wrap path for access syscallUlrich Hecht1-1/+1
2009-07-0864-bit clean socketcall syscallUlrich Hecht1-65/+65
2009-07-08pipe argument should not be signedUlrich Hecht1-1/+1
2009-07-08linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized i...vibi sreenivasan1-1/+1
2009-07-08linux-user: check some parameters for some socket syscalls.Arnaud Patard1-8/+34
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard2-4/+6
2009-07-01Fix missing strnlen problemsBlue Swirl1-11/+0
2009-06-23microblaze: Support the latest mmu-kernel stat64 ABI.Edgar E. Iglesias1-2/+3
2009-06-19linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio3-2/+17
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier1-1/+0
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost1-0/+1
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd1-1/+1
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)2-24/+73
2009-06-16linux-user: add tee, splice and vmsplicevibisreenivasan1-0/+40
2009-06-16linux-user: implement pipe2 [v3]Riku Voipio1-18/+37
2009-06-16linux-user: update syscall listRiku Voipio11-0/+96