summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-10-27linux-user: implement reboot syscallAlexander Graf
2011-10-27linux-user: fix openatAlexander Graf
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun
2011-09-26Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-09-09Fix include statements for qemu-common.hStefan Weil
2011-09-09linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang
2011-09-09linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-13linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra
2011-07-12mips: rlimit incorrectly converts valuesWesley W. Terpstra
2011-07-11linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela
2011-06-21syscall: really return ret codeJuan Quintela
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger
2011-06-21linux-user: Fix the computation of the requested heap sizevincent
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell
2011-05-20s390x: s390x-linux-user supportUlrich Hecht
2011-05-08linux-user: Replace deprecated functionStefan Weil
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack
2011-04-26linux-user: untie syscalls from UID16Riku Voipio
2011-04-26linux-user: add s390x to llseek listAlexander Graf
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier
2011-04-26linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier
2011-04-26[v2] linux-user: bigger default stackRiku Voipio
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell
2011-03-06linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell
2011-02-17linux-user: Support the epoll syscallsPeter Maydell
2011-02-09linux-user: implement sched_{g,s}etaffinityMike Frysinger
2011-02-09linux-user: add ppoll syscall supportMike Frysinger
2011-02-09linux-user: fix sizeof handling for getsockoptMike Frysinger
2011-01-12linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAPPeter Maydell
2011-01-07linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell
2011-01-07linux-user: Support ioctls whose parameter size is not constantPeter Maydell
2011-01-07linux-user: Implement sync_file_range{,2} syscallsPeter Maydell
2010-12-03linux-user: fix compiler error on nptlRiku Voipio
2010-12-03linux-user: Translate getsockopt level optionJamie Lentin
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd
2010-09-18linux-user: fix socklen_t comparisonsBlue Swirl
2010-06-16Usermode exec-stack fixPaul Brook
2010-06-11s390x: Avoid _llseek.Richard Henderson
2010-05-21linux-user: do not warn for missing pselect6Riku Voipio
2010-05-21alpha-linux-user: Fix sigprocmask.Richard Henderson