summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alpha-linux-user: Fix sigsuspend parameters.Richard Henderson2010-05-211-0/+5
* alpha-linux-user: Fix getxpid.Richard Henderson2010-05-211-3/+8
* alpha-linux-user: Fix pipe return mechanism.Richard Henderson2010-05-211-12/+18
* alpha-linux-user: Fix brk error return.Richard Henderson2010-05-211-2/+10
* linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp2010-05-181-8/+22
* target-alpha: Enable NPTL.Richard Henderson2010-04-271-1/+1
* linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson2010-04-261-1/+1
* linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.takasi-y@ops.dti.ne.jp2010-04-141-1/+1
* Fix compilation with missing inotify_init1Stefan Weil2010-04-011-0/+2
OpenPOWER on IntegriCloud