summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-24linux-user: convert /proc/net/route when endianess differsLaurent Vivier1-5/+53
2013-09-24alpha-linux-user: Fix umount syscall numbersRichard Henderson1-1/+1
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell1-14/+48
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf1-2/+3
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-15/+2
2013-07-29linux-user: Return success from m68k set_thread_area syscallPeter Maydell1-0/+1
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf1-3/+0
2013-07-23linux-user: Fix pipe syscall return for SPARCPeter Maydell1-0/+3
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-46/+1
2013-07-22linux-user: Enable NPTL for x86-64Peter Maydell1-1/+1
2013-07-22linux-user: Add i386 TLS setterAlexander Graf1-1/+1
2013-07-22linux-user: Clean up handling of clone() argument orderPeter Maydell1-7/+11
2013-07-22linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell1-0/+1
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell1-0/+12
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-38/+42
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-3/+3
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-3/+6
2013-07-09linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber1-36/+37
2013-07-05linux-user: improve target_to_host_sock_type conversionPetar Jovanovic1-18/+25
2013-07-05linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell1-4/+12
2013-07-05linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier1-0/+64
2013-07-05linux-user: handle /proc/$$ like /proc/selfAndreas Schwab1-19/+46
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell1-194/+24
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell1-1/+60
2013-06-01linux-user: Fix typo in commentLei Li1-1/+1
2013-05-18fix /proc/self/maps outputChristophe Lyon1-2/+2
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell1-1/+1
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab1-3/+3
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab1-1/+1
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic1-2/+2
2013-04-12linux-user: pass correct host flags to eventfd2 callPetar Jovanovic1-1/+10
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell1-1/+14
2013-03-11linux-user: Implement accept4Peter Maydell1-8/+31
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell1-0/+53
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell1-1/+1
2013-03-11linux-user: Support setgroups syscall with no groupsDillon Amburgey1-10/+12
2013-03-11linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby1-1/+2
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber1-1/+3
2013-02-06Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori1-12/+36
2013-02-01cpu: do not use object_deletePaolo Bonzini1-1/+1
2013-01-30linux-user: correct reboot()Laurent Vivier1-4/+12