summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-15Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo1-1/+1
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber5-44/+44
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber4-124/+131
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber2-2/+2
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber1-0/+2
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil1-1/+1
2012-02-10linux-user: brk() debuggingPaul Brook1-7/+9
2012-02-10linux-user: fail execve() if env/args too bigUlrich Hecht1-0/+9
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber1-0/+8
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber1-0/+3
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber1-0/+3
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell1-1/+35
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell1-9/+70
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell1-6/+18
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf1-2/+2
2012-02-02linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell1-5/+4
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf2-4/+17
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY2-1/+39
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任1-0/+7
2012-02-02linux-user: fake /proc/self/auxvAlexander Graf1-0/+30
2012-02-02linux-user: fake /proc/self/statAlexander Graf1-0/+26
2012-02-02linux-user: fake /proc/self/mapsAlexander Graf1-0/+15
2012-02-02linux-user: add open() hijack infrastructureAlexander Graf1-3/+49
2012-02-02linux-user: save auxv lengthAlexander Graf2-11/+5
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio1-1/+1
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell1-2/+4
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell1-17/+17
2011-12-06linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell1-1/+1
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang5-8/+8
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2-4/+3
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity1-1/+1