summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: add ppoll syscall supportMike Frysinger2011-02-091-2/+55
* linux-user: fix sizeof handling for getsockoptMike Frysinger2011-02-091-2/+2
* linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAPPeter Maydell2011-01-121-0/+4
* linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell2011-01-071-0/+88
* linux-user: Support ioctls whose parameter size is not constantPeter Maydell2011-01-071-3/+15
* linux-user: Implement sync_file_range{,2} syscallsPeter Maydell2011-01-071-0/+23
* linux-user: fix compiler error on nptlRiku Voipio2010-12-031-1/+2
* linux-user: Translate getsockopt level optionJamie Lentin2010-12-031-10/+61
* linux-user: fix memory leaks with NPTL emulationNathan Froyd2010-12-031-4/+7
* linux-user: fix socklen_t comparisonsBlue Swirl2010-09-181-7/+13
* Usermode exec-stack fixPaul Brook2010-06-161-0/+11
* s390x: Avoid _llseek.Richard Henderson2010-06-111-2/+2
* linux-user: do not warn for missing pselect6Riku Voipio2010-05-211-0/+4
* alpha-linux-user: Fix sigprocmask.Richard Henderson2010-05-211-3/+34
OpenPOWER on IntegriCloud