aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell1-3/+1
2011-03-06linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell1-6/+10
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell1-0/+4
2011-02-17linux-user: correct core dump formatLaurent Vivier1-16/+18
2011-02-17linux-user: Support the epoll syscallsPeter Maydell2-0/+120
2011-02-17linux-user: in linux-user/strace.c, tswap() is uselessLaurent Vivier1-46/+33
2011-02-17linux-user: add rmdir() straceLaurent Vivier2-0/+15
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell3-19/+19
2011-02-09linux-user: fix for loopmount ioctlMartin Mohring1-2/+0
2011-02-09linux-user: fix build errors for mmap2-only portsMike Frysinger1-1/+1
2011-02-09linux-user: implement sched_{g,s}etaffinityMike Frysinger1-0/+67
2011-02-09linux-user/FLAT: allow targets to override FLAT processingMike Frysinger2-16/+21
2011-02-09linux-user/FLAT: fix auto-stack sizingMike Frysinger1-2/+9
2011-02-09linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in straceMike Frysinger2-0/+5
2011-02-09linux-user: add ppoll syscall supportMike Frysinger1-2/+55
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger2-0/+78
2011-02-09linux-user: fix sizeof handling for getsockoptMike Frysinger1-2/+2
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil1-3/+5
2011-02-09linux-user: Add support for -version optionPeter Maydell1-4/+13
2011-02-01linux-user: avoid gcc array overrun warning for sparcPeter Maydell1-3/+4
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl2-5/+5
2011-01-14linux-user: ARM: clear the IT bits when invoking a signal handlerPeter Maydell1-7/+9
2011-01-12linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAPPeter Maydell2-1/+5
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2-3/+0
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell1-7/+7
2011-01-07linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell4-0/+109
2011-01-07linux-user: Support ioctls whose parameter size is not constantPeter Maydell1-3/+15
2011-01-07linux-user: Implement sync_file_range{,2} syscallsPeter Maydell2-0/+29
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-7/+7
2010-12-07ARM: fix ldrexd/strexdPeter Maydell1-1/+1
2010-12-03linux-user: fix mips and ppc to use UID16Martin Mohring3-35/+35
2010-12-03linux-user: fix compiler error on nptlRiku Voipio1-1/+2
2010-12-03ARM: linux-user: Restore iWMMXT state from ucontext on sigreturnPeter Maydell1-0/+30
2010-12-03ARM: linux-user: Expose iWMMXT registers to signal handlersPeter Maydell1-0/+37
2010-12-03ARM: linux-user: Restore VFP state from ucontext on sigreturnPeter Maydell1-0/+40
2010-12-03ARM: linux-user: Expose VFP registers to signal handlersPeter Maydell1-1/+46
2010-12-03ARM: linux-user: Correct size of padding in target_ucontext_v2Peter Maydell1-1/+1
2010-12-03linux-user: Translate getsockopt level optionJamie Lentin1-10/+61
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell1-4/+2
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd3-8/+9
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur1-1/+3
2010-11-23microblaze: target-ify target_ucontextRichard Henderson1-9/+9
2010-10-05linux-user: Fix typo m86k -> m68kStefan Weil1-3/+3
2010-10-05Add new user mode option -ignore-environmentStefan Weil1-0/+6
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-09-18linux-user: improve flatload error checkingBlue Swirl1-1/+2
2010-09-18linux-user: fix types in a comparisonBlue Swirl1-1/+1
2010-09-18linux-user: fix socklen_t comparisonsBlue Swirl1-7/+13
2010-09-09microblaze: User-mode emulation of hw-excp signalsEdgar E. Iglesias1-0/+31
2010-08-09microblaze: Fix the target version of stat64 structEdgar E. Iglesias1-6/+8