summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix /proc/self/maps outputChristophe Lyon2013-05-181-2/+2
* linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell2013-04-261-1/+1
* linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab2013-04-191-3/+3
* linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab2013-04-191-1/+1
* linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic2013-04-191-2/+2
* linux-user: pass correct host flags to eventfd2 callPetar Jovanovic2013-04-121-1/+10
* linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell2013-03-111-1/+14
* linux-user: Implement accept4Peter Maydell2013-03-111-8/+31
* linux-user: Implement sendfile and sendfile64Peter Maydell2013-03-111-0/+53
* linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell2013-03-111-1/+1
* linux-user: Support setgroups syscall with no groupsDillon Amburgey2013-03-111-10/+12
* linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby2013-03-111-1/+2
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-1/+3
* Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori2013-02-061-12/+36
|\
| * linux-user: correct reboot()Laurent Vivier2013-01-301-4/+12
| * linux-user: correct setsockopt()Laurent Vivier2013-01-301-6/+22
OpenPOWER on IntegriCloud