summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Detect fault in sched_rr_get_intervalTom Musta2014-08-221-1/+1
* linux-user: Handle NULL sched_param argument to sched_*Tom Musta2014-08-221-0/+10
* linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta2014-08-221-1/+5
* linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta2014-08-221-3/+7
* linux-user: Make ipc syscall's third argument an abi_longTom Musta2014-08-221-4/+4
* linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta2014-08-221-2/+11
* linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta2014-08-221-2/+8
* linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta2014-08-221-0/+4
* linux-user: add setns and unshareRiku Voipio2014-08-221-0/+11
* linux-user: support ioprio_{get, set} syscallsPaul Burton2014-08-221-0/+18
* linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio2014-08-221-0/+45
* linux-user: fix readlink handling with magic exe symlinkMike Frysinger2014-08-221-2/+13
* linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell2014-08-221-8/+30
* linux-user: redirect openat callsRiku Voipio2014-08-221-14/+9
* linux-user: /proc/self/maps contentMikhail Ilyin2014-08-221-15/+10
* alloca one extra byte socketsJoakim Tjernlund2014-07-151-3/+3
* linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund2014-07-151-0/+7
* qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund2014-07-151-0/+19
* linux-user: support the KDSIGACCEPT ioctlPaul Burton2014-06-291-0/+7
* linux-user: allow NULL tv argument for settimeofdayPaul Burton2014-06-291-4/+8
* linux-user: respect timezone for settimeofdayPaul Burton2014-06-291-1/+28
* linux-user: allow NULL arguments to mountPaul Burton2014-06-291-22/+53
* linux-user: support SO_PASSSEC setsockopt optionPaul Burton2014-06-291-0/+3
* linux-user: support SO_{SND, RCV}BUFFORCE setsockopt optionsPaul Burton2014-06-291-0/+6
* linux-user: support SO_ACCEPTCONN getsockopt optionPaul Burton2014-06-291-0/+3
* linux-user: translate the result of getsockopt SO_TYPEPaul Burton2014-06-291-0/+34
* linux-user: added fake open() for /proc/self/cmdlineWim Vander Schelden2014-06-291-0/+46
* Add support for MAP_NORESERVE mmap flag.Christophe Lyon2014-06-291-0/+2
* target-mips: implement UserLocal RegisterPetar Jovanovic2014-06-181-1/+1
OpenPOWER on IntegriCloud