aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber
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: fix fallocateAlexander Graf
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-10linux-user: brk() debuggingPaul Brook
2012-02-10linux-user: fail execve() if env/args too bigUlrich Hecht
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: fix QEMU_STRACE=1 segfaultAlexander Graf
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY
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
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-10-27linux-user: implement reboot syscallAlexander Graf
2011-10-27linux-user: fix openatAlexander Graf
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun
2011-09-26Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-09-09Fix include statements for qemu-common.hStefan Weil
2011-09-09linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang
2011-09-09linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-13linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra
2011-07-12mips: rlimit incorrectly converts valuesWesley W. Terpstra
2011-07-11linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela
2011-06-21syscall: really return ret codeJuan Quintela
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger
2011-06-21linux-user: Fix the computation of the requested heap sizevincent
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell
2011-05-20s390x: s390x-linux-user supportUlrich Hecht
2011-05-08linux-user: Replace deprecated functionStefan Weil
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack