summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: add getrandom() syscallLaurent Vivier2019-11-291-0/+13
* linux-user: remove unavailable syscalls from aarch64Riku Voipio2019-11-291-2/+0
* linux-user: Don't assert if guest tries shmdt(0)Peter Maydell2019-11-291-5/+7
* linux-user: fix realloc size of target_fd_trans.Laurent Vivier2019-11-291-2/+2
* linux-user: Clean up includesPeter Maydell2019-11-291-13/+1
* linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz2019-11-291-2/+6
* linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang2019-11-291-1/+2
* linux-user: enable sigaltstack for all architecturesMichael Tokarev2019-11-291-6/+0
* linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier2019-11-291-2/+2
* linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier2019-11-291-0/+30
* linux-user: add a function hook to translate sockaddrLaurent Vivier2019-11-291-6/+21
* linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier2019-11-291-9/+9
* linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier2019-11-291-0/+6
* linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur2019-11-291-15/+15
* linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier2019-11-291-7/+13
* linux-user: add signalfd/signalfd4 syscallsLaurent Vivier2019-11-291-0/+167
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-1/+12
* linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth2015-11-061-2/+1
* linux-user: Remove type casts to union typeStefan Weil2015-10-081-4/+4
* linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-081-1/+1
* linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang2015-09-281-0/+1
* linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier2015-09-281-0/+98
* linux-user: Return target error number in do_fork()Timothy E Baldwin2015-09-281-2/+3
* linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer2015-09-281-5/+9
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-6/+0
* linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang2015-09-151-1/+49
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-0/+2
|\
| * linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota2015-09-091-0/+2
* | typofixes - v4Veres Lajos2015-09-111-1/+0
|/
* linux-user: ioctl() command type is intLaurent Vivier2015-06-161-8/+8
* linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell2015-06-161-9/+11
* linux-user: Fix length handling in host_to_target_cmsgPeter Maydell2015-06-161-8/+61
* linux-user: Allocate thunk size dynamicallyAlexander Graf2015-06-151-0/+3
* rcu: do not create thread in pthread_atfork callbackPaolo Bonzini2015-04-011-0/+1
* linux-user: fix emulation of splice syscallAndreas Schwab2015-03-221-4/+18
* linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S2015-02-101-0/+2
* linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S2015-02-101-1/+1
* linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S2015-02-101-0/+5
* linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov2015-01-271-4/+14
* linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk2015-01-271-1/+1
* linux-user: translate resource also for prlimit64Felix Janda2015-01-271-1/+2
* linux-user: Fix up timer id handlingAlexander Graf2014-11-111-17/+37
* linux-user: don't include timerfd if not neededRiku Voipio2014-10-061-1/+3
* linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf2014-10-061-13/+17
* linux-user: Convert blkpg to use a special subop handlerAlexander Graf2014-10-061-0/+53
* linux-user: fix file descriptor leakszhanghailiang2014-08-241-0/+1
* linux-user: check return value of malloc()zhanghailiang2014-08-221-0/+4
* linux-user: writev Partial WritesTom Musta2014-08-221-2/+14
* linux-user: Support target-to-host translation of mlockall argumentTom Musta2014-08-221-1/+16
* linux-user: clock_nanosleep errno Handling on PPCTom Musta2014-08-221-0/+8
OpenPOWER on IntegriCloud