aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
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
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber
2013-07-05linux-user: improve target_to_host_sock_type conversionPetar Jovanovic
2013-07-05linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell
2013-07-05linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier
2013-07-05linux-user: handle /proc/$$ like /proc/selfAndreas Schwab
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell
2013-06-01linux-user: Fix typo in commentLei Li
2013-05-18fix /proc/self/maps outputChristophe Lyon
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic
2013-04-12linux-user: pass correct host flags to eventfd2 callPetar Jovanovic
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell
2013-03-11linux-user: Implement accept4Peter Maydell
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell
2013-03-11linux-user: Support setgroups syscall with no groupsDillon Amburgey
2013-03-11linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-02-06Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori
2013-02-01cpu: do not use object_deletePaolo Bonzini
2013-01-30linux-user: correct reboot()Laurent Vivier
2013-01-30linux-user: correct setsockopt()Laurent Vivier
2013-01-30linux-user: correct msgrcv()Laurent Vivier
2013-01-16alpha-linux-user: Correct selectLaurent Vivier
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier
2013-01-04linux-user/syscall.c: remove forward declarationsJohn Spencer
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-18linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer
2012-12-08linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell