summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAPPeter Maydell1-0/+4
2011-01-07linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell1-0/+88
2011-01-07linux-user: Support ioctls whose parameter size is not constantPeter Maydell1-3/+15
2011-01-07linux-user: Implement sync_file_range{,2} syscallsPeter Maydell1-0/+23
2010-12-03linux-user: fix compiler error on nptlRiku Voipio1-1/+2
2010-12-03linux-user: Translate getsockopt level optionJamie Lentin1-10/+61
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd1-4/+7
2010-09-18linux-user: fix socklen_t comparisonsBlue Swirl1-7/+13
2010-06-16Usermode exec-stack fixPaul Brook1-0/+11
2010-06-11s390x: Avoid _llseek.Richard Henderson1-2/+2
2010-05-21linux-user: do not warn for missing pselect6Riku Voipio1-0/+4
2010-05-21alpha-linux-user: Fix sigprocmask.Richard Henderson1-3/+34
2010-05-21alpha-linux-user: Fix sigsuspend parameters.Richard Henderson1-0/+5
2010-05-21alpha-linux-user: Fix getxpid.Richard Henderson1-3/+8
2010-05-21alpha-linux-user: Fix pipe return mechanism.Richard Henderson1-12/+18
2010-05-21alpha-linux-user: Fix brk error return.Richard Henderson1-2/+10
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp1-8/+22
2010-04-27target-alpha: Enable NPTL.Richard Henderson1-1/+1
2010-04-26linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson1-1/+1
2010-04-14linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.takasi-y@ops.dti.ne.jp1-1/+1
2010-04-01Fix compilation with missing inotify_init1Stefan Weil1-0/+2
2010-04-01linux-user/ia64: workaround ia64 strangenessesAurelien Jarno1-1/+5
2010-03-26linux-user: add inotify_init1 syscall supportRiku Voipio1-0/+14
2010-03-06linux-user: Fix syscall pipe2() retval on sh4takasi-y@ops.dti.ne.jp1-3/+6
2010-02-28alpha-linux-user: Implement signals.Richard Henderson1-7/+54
2010-02-06linux-user: adapt uname machine to emulated CPULoïc Minier1-1/+2
2010-01-14alpha: fix stat64 issueVince Weaver1-1/+1
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson1-10/+127
2009-11-07(x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl1-0/+3
2009-10-17Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller1-2/+6
2009-10-17linux-user: KD/VT/FB ioctlsUlrich Hecht1-0/+2
2009-10-15linux-user: getpriority errno fixUlrich Hecht1-1/+1
2009-10-15implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht1-0/+10
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-18/+18
2009-10-01Get rid of _t suffixmalc1-18/+18
2009-09-30linux-user: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-10F_DUPFD_CLOEXEC is not universally availablemalc1-0/+2
2009-08-25linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht1-0/+1
2009-08-25linux-user: fadvise64 implementationUlrich Hecht1-3/+14
2009-08-25linux-user: enable getdents for > 32-bit systemsUlrich Hecht1-5/+1
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht1-12/+22
2009-08-25linux-user: fix mq_* compilation problemsNathan Froyd1-2/+5
2009-08-25m68k, linux-user: enable sigaltstack()Laurent Vivier1-1/+2
2009-08-25linux-user: add eventfd supportRiku Voipio1-0/+15
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd1-8/+16
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-10/+10
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-3/+3
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-07-08getrlimit conversion mix-upUlrich Hecht1-2/+2