aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson
2012-10-12linux-user: register align p{read, write}64Alexander Graf
2012-10-12linux-user: ppc: mark as long long alignedAlexander Graf
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell
2012-10-12linux-user: Fix siginfo handlingRichard Henderson
2012-10-12alpha-linux-user: Fix sigaltstack structure definitionRichard Henderson
2012-10-12linux-user: Implement gethostnameRichard Henderson
2012-10-12linux-user: Perform more checks on iovec listsRichard Henderson
2012-10-12linux-user: fix multi-threaded /proc/self/mapsAlexander Graf
2012-10-12linux-user: fix statfsAlexander Graf
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson
2012-09-21Drop cpu_list_id macroPeter Maydell
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell
2012-08-27linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell
2012-08-27linux-user: fix emulation of getdentsDmitry V. Levin
2012-08-27linux-user: arg_table need not have global scopeJim Meyering
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modelinux-user.for-upstreamAlexander Graf
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge
2012-08-14flatload: fix bss clearingMike Frysinger
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang
2012-08-14linux-user: pass sockaddr from host to targetJing Huang
2012-08-13linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell
2012-08-13linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitionsPeter Maydell
2012-08-13linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSETPeter Maydell
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao
2012-08-09sparc: fix expression with uninitialized initial valueBlue Swirl
2012-08-04alpha-linux-user: Fix the getpriority syscallRichard Henderson
2012-08-04alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson
2012-08-04alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson
2012-08-04linux-user: Translate pipe2 flags; add to straceRichard Henderson
2012-08-04linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson
2012-08-04linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson
2012-08-04linux-user: Sync fcntl.h bits with the kernelRichard Henderson
2012-08-04alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson
2012-08-04alpha-linux-user: Fix signal handlingRichard Henderson
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-08-01Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones