aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2014-05-05linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic
2014-05-02linux-user: move uname functions to uname.cRiku Voipio
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa
2014-05-02linux-user: Handle arches with llseek instead of _llseekJames Hogan
2014-05-02linux-user: Add support for SCM_CREDENTIALS.Huw Davies
2014-05-02linux-user: Move if-elses to a switch statement.Huw Davies
2014-05-02linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko
2014-04-01linux-user: pass correct host flags to accept4()Petar Jovanovic
2014-03-19linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell
2014-03-17linux-user: Implement capget, capsetPeter Maydell
2014-03-17signal: added a wrapper for sigprocmask functionAlex Barcelo
2014-03-17linux-user: implement F_[GS]ETOWN_EXAndreas Schwab
2014-03-17linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2014-03-03linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic
2014-03-03linux-user: Implement sendmmsg syscallAlexander Graf
2014-03-03linux-user: Fix getresuid, getresgid if !USE_UID16Peter Maydell
2014-02-19linux-user: Fix error handling in target_to_host_semarray()Peter Maydell
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber
2014-02-18linux-user: Fix error handling in lock_iovec()Peter Maydell
2014-02-15linux-user: refactor do_socketcall()Michael Tokarev
2014-01-15linux-user: fixed recvfrom() addrlenPavel Zbitskiy
2014-01-15linux-user: fixed getsockopt() optlenPavel Zbitskiy
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel
2013-11-29linux-user: pass correct parameter to do_shmctl()Petar Jovanovic
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic
2013-11-29linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil
2013-09-24linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias
2013-09-24[v2] linux-user: implement m68k atomic syscallsRiku Voipio
2013-09-24linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic
2013-09-24linux-user: add some IPV6 commands in setsockop()Laurent Vivier
2013-09-24linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier
2013-09-24linux-user: convert /proc/net/route when endianess differsLaurent Vivier
2013-09-24alpha-linux-user: Fix umount syscall numbersRichard Henderson
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-29linux-user: Return success from m68k set_thread_area syscallPeter Maydell
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf
2013-07-23linux-user: Fix pipe syscall return for SPARCPeter Maydell
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-22linux-user: Enable NPTL for x86-64Peter Maydell
2013-07-22linux-user: Add i386 TLS setterAlexander Graf
2013-07-22linux-user: Clean up handling of clone() argument orderPeter Maydell
2013-07-22linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber