aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
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
2010-05-21alpha-linux-user: Fix sigsuspend parameters.Richard Henderson
2010-05-21alpha-linux-user: Fix getxpid.Richard Henderson
2010-05-21alpha-linux-user: Fix pipe return mechanism.Richard Henderson
2010-05-21alpha-linux-user: Fix brk error return.Richard Henderson
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp
2010-04-27target-alpha: Enable NPTL.Richard Henderson
2010-04-26linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson
2010-04-14linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.takasi-y@ops.dti.ne.jp
2010-04-01Fix compilation with missing inotify_init1Stefan Weil
2010-04-01linux-user/ia64: workaround ia64 strangenessesAurelien Jarno
2010-03-26linux-user: add inotify_init1 syscall supportRiku Voipio
2010-03-06linux-user: Fix syscall pipe2() retval on sh4takasi-y@ops.dti.ne.jp
2010-02-28alpha-linux-user: Implement signals.Richard Henderson
2010-02-06linux-user: adapt uname machine to emulated CPULoïc Minier
2010-01-14alpha: fix stat64 issueVince Weaver
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson
2009-11-07(x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl
2009-10-17Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller
2009-10-17linux-user: KD/VT/FB ioctlsUlrich Hecht
2009-10-15linux-user: getpriority errno fixUlrich Hecht
2009-10-15implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30linux-user: fix coding style nitMichael S. Tsirkin
2009-09-10F_DUPFD_CLOEXEC is not universally availablemalc
2009-08-25linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht
2009-08-25linux-user: fadvise64 implementationUlrich Hecht
2009-08-25linux-user: enable getdents for > 32-bit systemsUlrich Hecht
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht
2009-08-25linux-user: fix mq_* compilation problemsNathan Froyd
2009-08-25m68k, linux-user: enable sigaltstack()Laurent Vivier
2009-08-25linux-user: add eventfd supportRiku Voipio
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-08getrlimit conversion mix-upUlrich Hecht