summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-3/+6
| * linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber2013-07-091-36/+37
* | linux-user: improve target_to_host_sock_type conversionPetar Jovanovic2013-07-051-18/+25
* | linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell2013-07-051-4/+12
* | linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier2013-07-051-0/+64
* | linux-user: handle /proc/$$ like /proc/selfAndreas Schwab2013-07-051-19/+46
|/
* linux-user: Drop direct use of openat etc syscallsPeter Maydell2013-06-121-194/+24
* linux-user: Allow getdents to be provided by getdents64Peter Maydell2013-06-121-1/+60
* linux-user: Fix typo in commentLei Li2013-06-011-1/+1
OpenPOWER on IntegriCloud