summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Return correct errno for unsupported netlink socketEd Swierk2014-06-171-1/+1
* linux-user: Don't overrun guest buffer in sched_getaffinityPeter Maydell2014-06-171-0/+16
* linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic2014-05-051-3/+8
* linux-user: move uname functions to uname.cRiku Voipio2014-05-021-102/+0
* linux-user: rename cpu-uname -> unameRiku Voipio2014-05-021-1/+1
* linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2014-05-021-1/+1
* linux-user: Handle arches with llseek instead of _llseekJames Hogan2014-05-021-0/+5
* linux-user: Add support for SCM_CREDENTIALS.Huw Davies2014-05-021-0/+11
* linux-user: Move if-elses to a switch statement.Huw Davies2014-05-021-18/+33
* linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko2014-05-021-0/+5
* linux-user: pass correct host flags to accept4()Petar Jovanovic2014-04-011-2/+5
* linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell2014-03-191-1/+1
* linux-user: Implement capget, capsetPeter Maydell2014-03-171-2/+73
* signal: added a wrapper for sigprocmask functionAlex Barcelo2014-03-171-7/+7
* linux-user: implement F_[GS]ETOWN_EXAndreas Schwab2014-03-171-0/+36
* linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell2014-03-171-0/+1
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-12/+18
* linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic2014-03-031-5/+11
* linux-user: Implement sendmmsg syscallAlexander Graf2014-03-031-10/+76
* linux-user: Fix getresuid, getresgid if !USE_UID16Peter Maydell2014-03-031-6/+12
* linux-user: Fix error handling in target_to_host_semarray()Peter Maydell2014-02-191-1/+6
* linux-user: Implement BLKPG ioctlAndreas Färber2014-02-191-0/+1
* linux-user: Fix error handling in lock_iovec()Peter Maydell2014-02-181-5/+7
* linux-user: refactor do_socketcall()Michael Tokarev2014-02-151-258/+68
* linux-user: fixed recvfrom() addrlenPavel Zbitskiy2014-01-151-1/+1
* linux-user: fixed getsockopt() optlenPavel Zbitskiy2014-01-151-1/+1
* linux-user: Support the accept4 socketcallAndré Hentschel2014-01-101-0/+16
* linux-user: pass correct parameter to do_shmctl()Petar Jovanovic2013-11-291-1/+1
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-48/+28
* linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo2013-11-291-0/+176
* linux-user: Fix stat64 syscall for SPARC64Stefan Weil2013-11-071-3/+3
* linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias2013-09-241-3/+37
* [v2] linux-user: implement m68k atomic syscallsRiku Voipio2013-09-241-0/+28
* linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic2013-09-241-5/+13
* linux-user: add some IPV6 commands in setsockop()Laurent Vivier2013-09-241-0/+20
* linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier2013-09-241-0/+44
OpenPOWER on IntegriCloud