summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: convert /proc/net/route when endianess differsLaurent Vivier2013-09-241-5/+53
* alpha-linux-user: Fix umount syscall numbersRichard Henderson2013-09-241-1/+1
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-101-14/+48
* linux-user: Fix up AArch64 syscall handlersAlexander Graf2013-09-101-2/+3
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-15/+2
* linux-user: Return success from m68k set_thread_area syscallPeter Maydell2013-07-291-0/+1
* linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2013-07-231-3/+0
* linux-user: Fix pipe syscall return for SPARCPeter Maydell2013-07-231-0/+3
* configure: Make NPTL non-optionalPeter Maydell2013-07-221-46/+1
* linux-user: Enable NPTL for x86-64Peter Maydell2013-07-221-1/+1
* linux-user: Add i386 TLS setterAlexander Graf2013-07-221-1/+1
* linux-user: Clean up handling of clone() argument orderPeter Maydell2013-07-221-7/+11
* linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell2013-07-221-0/+1
* linux-user: Enable NPTL for m68kPeter Maydell2013-07-221-0/+12
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-101-38/+42
|\
| * linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-3/+3
OpenPOWER on IntegriCloud