aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2015-09-28linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang
2015-09-28linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier
2015-09-28linux-user: Return target error number in do_fork()Timothy E Baldwin
2015-09-28linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns
2015-09-15linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11typofixes - v4Veres Lajos
2015-09-09linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota
2015-06-16linux-user: ioctl() command type is intLaurent Vivier
2015-06-16linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell
2015-06-16linux-user: Fix length handling in host_to_target_cmsgPeter Maydell
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini
2015-03-22linux-user: fix emulation of splice syscallAndreas Schwab
2015-02-10linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S
2015-02-10linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S
2015-02-10linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S
2015-01-27linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov
2015-01-27linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk
2015-01-27linux-user: translate resource also for prlimit64Felix Janda
2014-11-11linux-user: Fix up timer id handlingAlexander Graf
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf
2014-08-24linux-user: fix file descriptor leakszhanghailiang
2014-08-22linux-user: check return value of malloc()zhanghailiang
2014-08-22linux-user: writev Partial WritesTom Musta
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta
2014-08-22linux-user: clock_nanosleep errno Handling on PPCTom Musta
2014-08-22linux-user: Detect fault in sched_rr_get_intervalTom Musta
2014-08-22linux-user: Handle NULL sched_param argument to sched_*Tom Musta
2014-08-22linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta
2014-08-22linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta
2014-08-22linux-user: Make ipc syscall's third argument an abi_longTom Musta
2014-08-22linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta
2014-08-22linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta
2014-08-22linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta
2014-08-22linux-user: add setns and unshareRiku Voipio
2014-08-22linux-user: support ioprio_{get, set} syscallsPaul Burton
2014-08-22linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio
2014-08-22linux-user: fix readlink handling with magic exe symlinkMike Frysinger
2014-08-22linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell
2014-08-22linux-user: redirect openat callsRiku Voipio
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin
2014-07-15alloca one extra byte socketsJoakim Tjernlund
2014-07-15linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund
2014-07-15qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton
2014-06-29linux-user: allow NULL tv argument for settimeofdayPaul Burton