summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15alloca one extra byte socketsJoakim Tjernlund1-3/+3
2014-07-15linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund1-0/+7
2014-07-15qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund1-0/+19
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton1-0/+7
2014-06-29linux-user: allow NULL tv argument for settimeofdayPaul Burton1-4/+8
2014-06-29linux-user: respect timezone for settimeofdayPaul Burton1-1/+28
2014-06-29linux-user: allow NULL arguments to mountPaul Burton1-22/+53
2014-06-29linux-user: support SO_PASSSEC setsockopt optionPaul Burton1-0/+3
2014-06-29linux-user: support SO_{SND, RCV}BUFFORCE setsockopt optionsPaul Burton1-0/+6
2014-06-29linux-user: support SO_ACCEPTCONN getsockopt optionPaul Burton1-0/+3
2014-06-29linux-user: translate the result of getsockopt SO_TYPEPaul Burton1-0/+34
2014-06-29linux-user: added fake open() for /proc/self/cmdlineWim Vander Schelden1-0/+46
2014-06-29Add support for MAP_NORESERVE mmap flag.Christophe Lyon1-0/+2
2014-06-18target-mips: implement UserLocal RegisterPetar Jovanovic1-1/+1
2014-06-17linux-user: Return correct errno for unsupported netlink socketEd Swierk1-1/+1
2014-06-17linux-user: Don't overrun guest buffer in sched_getaffinityPeter Maydell1-0/+16
2014-05-05linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic1-3/+8
2014-05-02linux-user: move uname functions to uname.cRiku Voipio1-102/+0
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio1-1/+1
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa1-1/+1
2014-05-02linux-user: Handle arches with llseek instead of _llseekJames Hogan1-0/+5
2014-05-02linux-user: Add support for SCM_CREDENTIALS.Huw Davies1-0/+11
2014-05-02linux-user: Move if-elses to a switch statement.Huw Davies1-18/+33
2014-05-02linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko1-0/+5
2014-04-01linux-user: pass correct host flags to accept4()Petar Jovanovic1-2/+5
2014-03-19linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell1-1/+1
2014-03-17linux-user: Implement capget, capsetPeter Maydell1-2/+73
2014-03-17signal: added a wrapper for sigprocmask functionAlex Barcelo1-7/+7
2014-03-17linux-user: implement F_[GS]ETOWN_EXAndreas Schwab1-0/+36
2014-03-17linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell1-0/+1
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-12/+18
2014-03-03linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic1-5/+11
2014-03-03linux-user: Implement sendmmsg syscallAlexander Graf1-10/+76
2014-03-03linux-user: Fix getresuid, getresgid if !USE_UID16Peter Maydell1-6/+12
2014-02-19linux-user: Fix error handling in target_to_host_semarray()Peter Maydell1-1/+6
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber1-0/+1
2014-02-18linux-user: Fix error handling in lock_iovec()Peter Maydell1-5/+7
2014-02-15linux-user: refactor do_socketcall()Michael Tokarev1-258/+68
2014-01-15linux-user: fixed recvfrom() addrlenPavel Zbitskiy1-1/+1
2014-01-15linux-user: fixed getsockopt() optlenPavel Zbitskiy1-1/+1
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel1-0/+16
2013-11-29linux-user: pass correct parameter to do_shmctl()Petar Jovanovic1-1/+1
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic1-48/+28
2013-11-29linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo1-0/+176
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil1-3/+3
2013-09-24linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias1-3/+37
2013-09-24[v2] linux-user: implement m68k atomic syscallsRiku Voipio1-0/+28
2013-09-24linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic1-5/+13
2013-09-24linux-user: add some IPV6 commands in setsockop()Laurent Vivier1-0/+20
2013-09-24linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier1-0/+44