aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber
2012-04-06Userspace ARM BE8 supportPaul Brook
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2012-04-06linux-user: fix fallocateAlexander Graf
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani
2012-03-15Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-02-10linux-user: brk() debuggingPaul Brook
2012-02-10linux-user: fail execve() if env/args too bigUlrich Hecht
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf
2012-02-02linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任
2012-02-02linux-user: fake /proc/self/auxvAlexander Graf
2012-02-02linux-user: fake /proc/self/statAlexander Graf
2012-02-02linux-user: fake /proc/self/mapsAlexander Graf
2012-02-02linux-user: add open() hijack infrastructureAlexander Graf
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell
2011-12-06linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity