summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * linux-user: correct msgrcv()Laurent Vivier2013-01-301-2/+2
* | cpu: do not use object_deletePaolo Bonzini2013-02-011-1/+1
|/
* alpha-linux-user: Correct selectLaurent Vivier2013-01-161-6/+6
* alpha-linux-user: Translate fcntl l_typeLaurent Vivier2013-01-161-6/+22
* linux-user/syscall.c: remove forward declarationsJohn Spencer2013-01-041-5/+3
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-1/+1
|\
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* | linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer2012-12-181-1/+1
|/
* linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell2012-12-081-18/+0
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-64/+136
|\
| * linux-user: register align p{read, write}64Alexander Graf2012-10-121-0/+8
OpenPOWER on IntegriCloud