summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-27linux-user: fix emulation of getdentsDmitry V. Levin1-6/+5
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering1-2/+2
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang1-4/+16
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang1-0/+20
2012-08-14linux-user: pass sockaddr from host to targetJing Huang1-3/+13
2012-08-13linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell1-5/+6
2012-08-04alpha-linux-user: Fix the getpriority syscallRichard Henderson1-5/+15
2012-08-04alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson1-2/+1
2012-08-04linux-user: Translate pipe2 flags; add to straceRichard Henderson1-1/+2
2012-08-04linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson1-1/+14
2012-08-04alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson1-10/+51
2012-07-27target-or32: Add linux user supportJia Liu1-1/+1
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber1-1/+1
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf1-1/+41
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber1-4/+0
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber1-0/+4
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: fix fallocateAlexander Graf1-0/+5
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf1-0/+226
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani1-4/+15
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-14/+14
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-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: 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: fix QEMU_STRACE=1 segfaultAlexander Graf1-0/+3
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY1-1/+33
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
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell1-2/+4
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity1-1/+1
2011-10-27linux-user: implement reboot syscallAlexander Graf1-1/+7
2011-10-27linux-user: fix openatAlexander Graf1-13/+1
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun1-124/+126
2011-09-26Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-3/+60
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-09Fix include statements for qemu-common.hStefan Weil1-2/+1
2011-09-09linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang1-3/+51
2011-09-09linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT1-0/+9
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-13linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio1-20/+18
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra1-3/+42