aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-12mips: rlimit incorrectly converts valuesWesley W. Terpstra1-5/+17
2011-07-11linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell1-0/+5
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell1-0/+43
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio1-0/+5
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell1-3/+5
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela1-2/+2
2011-06-21syscall: really return ret codeJuan Quintela1-4/+4
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger1-19/+130
2011-06-21linux-user: Fix the computation of the requested heap sizevincent1-8/+29
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell1-9/+20
2011-05-20s390x: s390x-linux-user supportUlrich Hecht1-4/+12
2011-05-08linux-user: Replace deprecated functionStefan Weil1-1/+1
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack1-12/+1
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack1-1/+1
2011-04-26linux-user: untie syscalls from UID16Riku Voipio1-9/+39
2011-04-26linux-user: add s390x to llseek listAlexander Graf1-1/+2
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier1-1/+1
2011-04-26linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier1-1/+95
2011-04-26[v2] linux-user: bigger default stackRiku Voipio1-5/+2
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell1-3/+1
2011-03-06linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell1-6/+10
2011-02-17linux-user: Support the epoll syscallsPeter Maydell1-0/+107
2011-02-09linux-user: implement sched_{g,s}etaffinityMike Frysinger1-0/+67