summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user/ia64: workaround ia64 strangenessesAurelien Jarno2010-04-011-1/+5
* linux-user: add inotify_init1 syscall supportRiku Voipio2010-03-261-0/+14
* linux-user: Fix syscall pipe2() retval on sh4takasi-y@ops.dti.ne.jp2010-03-061-3/+6
* alpha-linux-user: Implement signals.Richard Henderson2010-02-281-7/+54
* linux-user: adapt uname machine to emulated CPULoïc Minier2010-02-061-1/+2
* alpha: fix stat64 issueVince Weaver2010-01-141-1/+1
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-10/+127
* (x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl2009-11-071-0/+3
* Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller2009-10-171-2/+6
* linux-user: KD/VT/FB ioctlsUlrich Hecht2009-10-171-0/+2
* linux-user: getpriority errno fixUlrich Hecht2009-10-151-1/+1
* implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht2009-10-151-0/+10
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-18/+18
* Get rid of _t suffixmalc2009-10-011-18/+18
* linux-user: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* F_DUPFD_CLOEXEC is not universally availablemalc2009-09-101-0/+2
* linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht2009-08-251-0/+1
* linux-user: fadvise64 implementationUlrich Hecht2009-08-251-3/+14
* linux-user: enable getdents for > 32-bit systemsUlrich Hecht2009-08-251-5/+1
* linux-user: fcntl fixes for LTPUlrich Hecht2009-08-251-12/+22
* linux-user: fix mq_* compilation problemsNathan Froyd2009-08-251-2/+5
* m68k, linux-user: enable sigaltstack()Laurent Vivier2009-08-251-1/+2
* linux-user: add eventfd supportRiku Voipio2009-08-251-0/+15
* linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd2009-08-031-8/+16
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-10/+10
* rename HAVE_GPROF to TARGET_GPROFJuan Quintela2009-07-271-3/+3
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* getrlimit conversion mix-upUlrich Hecht2009-07-081-2/+2
OpenPOWER on IntegriCloud