summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: fix QEMU_STRACE=1 segfaultAlexander Graf2012-02-021-0/+3
* linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY2012-02-021-1/+33
* 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/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell2011-12-061-2/+4
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-1/+1
* linux-user: implement reboot syscallAlexander Graf2011-10-271-1/+7
* linux-user: fix openatAlexander Graf2011-10-271-13/+1
* linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun2011-10-271-124/+126
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-09-261-3/+60
|\
| * linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang2011-09-091-3/+51
| * linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT2011-09-091-0/+9
* | Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* | Fix include statements for qemu-common.hStefan Weil2011-09-091-2/+1
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio2011-07-131-20/+18
* mips: rlimit codes are not the sameWesley W. Terpstra2011-07-121-3/+42
* mips: rlimit incorrectly converts valuesWesley W. Terpstra2011-07-121-5/+17
* linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell2011-07-111-0/+5
* linux-user: Implement prlimit64 syscallPeter Maydell2011-07-111-0/+43
* linux-user: Fix sync_file_range on 32bit mipsRiku Voipio2011-06-211-0/+5
* linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell2011-06-211-3/+5
* linux-user: syscall should use sanitized arg1Juan Quintela2011-06-211-2/+2
* syscall: really return ret codeJuan Quintela2011-06-211-4/+4
* linux-user: add pselect6 syscall supportMike Frysinger2011-06-211-19/+130
* linux-user: Fix the computation of the requested heap sizevincent2011-06-211-8/+29
* linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell2011-06-211-9/+20
* s390x: s390x-linux-user supportUlrich Hecht2011-05-201-4/+12
* linux-user: Replace deprecated functionStefan Weil2011-05-081-1/+1
* Don't zero out buffer in sched_getaffinityMike McCormack2011-05-021-12/+1
* Fix buffer overrun in sched_getaffinityMike McCormack2011-05-021-1/+1
* linux-user: untie syscalls from UID16Riku Voipio2011-04-261-9/+39
* linux-user: add s390x to llseek listAlexander Graf2011-04-261-1/+2
* linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier2011-04-261-1/+1
* linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier2011-04-261-1/+95
* [v2] linux-user: bigger default stackRiku Voipio2011-04-261-5/+2
* linux-user: Fix unlock_user() call in return from poll()Peter Maydell2011-03-221-3/+1
* linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell2011-03-061-6/+10
* linux-user: Support the epoll syscallsPeter Maydell2011-02-171-0/+107
* linux-user: implement sched_{g,s}etaffinityMike Frysinger2011-02-091-0/+67
OpenPOWER on IntegriCloud