summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix exit syscall with QOM CPUAndreas Färber2012-04-151-0/+4
* Userspace ARM BE8 supportPaul Brook2012-04-063-5/+31
* arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet2012-04-061-4/+27
* linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell2012-04-061-1/+1
* linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell2012-04-061-0/+24
* linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell2012-04-061-14/+15
* linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf2012-04-061-0/+11
* linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-063-11/+26
* linux-user: fix fallocateAlexander Graf2012-04-061-0/+5
* linux-user: Add ioctl for BLKBSZGETAlexander Graf2012-04-061-0/+1
* linux-user: add BLKSSZGET ioctl wrapperAlexander Graf2012-04-061-0/+1
* linux-user: fix BLK ioctl argumentsAlexander Graf2012-04-061-3/+5
* linux-user: add struct old_dev_t compatAlexander Graf2012-04-061-2/+2
* linux-user: implement device mapper ioctlsAlexander Graf2012-04-064-0/+312
* linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani2012-04-061-5/+0
* linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani2012-04-061-4/+15
* Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo2012-03-151-1/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-145-44/+44
* linux-user: Don't overuse CPUStateAndreas Färber2012-03-144-124/+131
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-142-2/+2
* qom: Add QOM support to user emulatorsAndreas Färber2012-03-131-0/+2
* Spelling fixes in comments (it's -> its)Stefan Weil2012-03-081-1/+1
* linux-user: brk() debuggingPaul Brook2012-02-101-7/+9
* linux-user: fail execve() if env/args too bigUlrich Hecht2012-02-101-0/+9
* linux-user: Fix sa_flags byte swaps for mipsAndreas Färber2012-02-021-0/+8
* linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber2012-02-021-0/+3
* linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber2012-02-021-0/+3
* linux-user: Implement *listxattr syscallsPeter Maydell2012-02-021-1/+35
* linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell2012-02-021-9/+70
* linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell2012-02-021-6/+18
* linux-user: fix wait* syscall status returnsAlexander Graf2012-02-021-2/+2
* linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell2012-02-021-5/+4
* linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf2012-02-022-4/+17
* linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY2012-02-022-1/+39
* linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任2012-02-021-0/+7
* linux-user: fake /proc/self/auxvAlexander Graf2012-02-021-0/+30
* linux-user: fake /proc/self/statAlexander Graf2012-02-021-0/+26
* linux-user: fake /proc/self/mapsAlexander Graf2012-02-021-0/+15
* linux-user: add open() hijack infrastructureAlexander Graf2012-02-021-3/+49
* linux-user: save auxv lengthAlexander Graf2012-02-022-11/+5
* linux-user: stack_base is now mandatory on all targetsRiku Voipio2012-02-021-1/+1
* elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil2012-01-101-7/+4
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell2011-12-061-2/+4
* linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell2011-12-061-17/+17
* linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell2011-12-061-1/+1
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* fix spelling in linux-user sub directoryDong Xu Wang2011-12-025-8/+8
* linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2011-11-112-4/+3
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-1/+1
OpenPOWER on IntegriCloud