summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-02-24linux-user: add getrandom() syscallLaurent Vivier1-0/+13
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio1-2/+0
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell1-5/+7
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier1-2/+2
2016-01-29linux-user: Clean up includesPeter Maydell1-13/+1
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz1-2/+6
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang1-1/+2
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev1-6/+0
2016-01-08linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier1-2/+2
2016-01-08linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier1-0/+30
2016-01-08linux-user: add a function hook to translate sockaddrLaurent Vivier1-6/+21
2016-01-08linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier1-9/+9
2016-01-08linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier1-0/+6
2016-01-08linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur1-15/+15
2016-01-08linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier1-7/+13
2016-01-08linux-user: add signalfd/signalfd4 syscallsLaurent Vivier1-0/+167
2015-11-06linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth1-2/+1
2015-10-08linux-user: Remove type casts to union typeStefan Weil1-4/+4
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-09-28linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang1-0/+1
2015-09-28linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier1-0/+98
2015-09-28linux-user: Return target error number in do_fork()Timothy E Baldwin1-2/+3
2015-09-28linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer1-5/+9
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns1-6/+0
2015-09-15linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang1-1/+49
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2015-09-11typofixes - v4Veres Lajos1-1/+0
2015-09-09linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota1-0/+2
2015-06-16linux-user: ioctl() command type is intLaurent Vivier1-8/+8
2015-06-16linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell1-9/+11
2015-06-16linux-user: Fix length handling in host_to_target_cmsgPeter Maydell1-8/+61
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf1-0/+3
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini1-0/+1
2015-03-22linux-user: fix emulation of splice syscallAndreas Schwab1-4/+18
2015-02-10linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S1-0/+2
2015-02-10linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S1-1/+1
2015-02-10linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S1-0/+5
2015-01-27linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov1-4/+14
2015-01-27linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk1-1/+1
2015-01-27linux-user: translate resource also for prlimit64Felix Janda1-1/+2
2014-11-11linux-user: Fix up timer id handlingAlexander Graf1-17/+37
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio1-1/+3
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf1-13/+17
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf1-0/+53
2014-08-24linux-user: fix file descriptor leakszhanghailiang1-0/+1
2014-08-22linux-user: check return value of malloc()zhanghailiang1-0/+4
2014-08-22linux-user: writev Partial WritesTom Musta1-2/+14
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta1-1/+16
2014-08-22linux-user: clock_nanosleep errno Handling on PPCTom Musta1-0/+8