summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering1-2/+2
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf1-2/+1
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge3-44/+56
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge2-33/+90
2012-08-14flatload: fix bss clearingMike Frysinger1-1/+1
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang1-4/+16
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang1-0/+20
2012-08-14linux-user: pass sockaddr from host to targetJing Huang1-3/+13
2012-08-13linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell1-5/+6
2012-08-13linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitionsPeter Maydell3-4/+7
2012-08-13linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSETPeter Maydell1-2/+2
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao1-1/+2
2012-08-09sparc: fix expression with uninitialized initial valueBlue Swirl1-5/+3
2012-08-04alpha-linux-user: Fix the getpriority syscallRichard Henderson1-5/+15
2012-08-04alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson2-3/+2
2012-08-04alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson1-7/+5
2012-08-04linux-user: Translate pipe2 flags; add to straceRichard Henderson2-1/+5
2012-08-04linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson1-11/+19
2012-08-04linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson2-2/+25
2012-08-04linux-user: Sync fcntl.h bits with the kernelRichard Henderson1-102/+92
2012-08-04alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson1-10/+51
2012-08-04alpha-linux-user: Fix signal handlingRichard Henderson2-1/+43
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-2/+2
2012-08-01Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones1-4/+4
2012-07-27target-or32: Add linux user supportJia Liu5-4/+408
2012-07-27target-or32: Add linux syscall, signal and termbitsJia Liu4-0/+850
2012-06-24Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl1-4/+1
2012-06-21qemu-log: cleanupBlue Swirl2-9/+6
2012-06-20target-arm: Remove ARM_CPUID_* macrosPeter Maydell1-4/+1
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2-0/+9
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber2-2/+2
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf1-1/+5
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf1-1/+41
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber1-4/+0
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber1-0/+4
2012-04-06Userspace ARM BE8 supportPaul Brook3-5/+31
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet1-4/+27
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell1-1/+1
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell1-0/+24
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell1-14/+15
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf1-0/+11
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell3-11/+26
2012-04-06linux-user: fix fallocateAlexander Graf1-0/+5
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf1-0/+1
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf1-0/+1
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf1-3/+5
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf1-2/+2
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf4-0/+312
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani1-5/+0
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani1-4/+15