summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-30linux-user: correct setsockopt()Laurent Vivier1-6/+22
2013-01-30linux-user: correct msgrcv()Laurent Vivier1-2/+2
2013-01-16alpha-linux-user: Correct selectLaurent Vivier1-6/+6
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier1-6/+22
2013-01-04linux-user/syscall.c: remove forward declarationsJohn Spencer1-5/+3
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-18linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer1-1/+1
2012-12-08linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell1-18/+0
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno1-64/+136
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias1-0/+2
2012-10-12linux-user: register align p{read, write}64Alexander Graf1-0/+8
2012-10-12linux-user: ppc: mark as long long alignedAlexander Graf1-1/+6
2012-10-12linux-user: Fix siginfo handlingRichard Henderson1-1/+1
2012-10-12linux-user: Implement gethostnameRichard Henderson1-0/+13
2012-10-12linux-user: Perform more checks on iovec listsRichard Henderson1-60/+102
2012-10-12linux-user: fix multi-threaded /proc/self/mapsAlexander Graf1-2/+2
2012-10-12linux-user: fix statfsAlexander Graf1-0/+4
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil1-3/+1
2012-08-27linux-user: fix emulation of getdentsDmitry V. Levin1-6/+5
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering1-2/+2
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang1-4/+16
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang1-0/+20
2012-08-14linux-user: pass sockaddr from host to targetJing Huang1-3/+13
2012-08-13linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell1-5/+6
2012-08-04alpha-linux-user: Fix the getpriority syscallRichard Henderson1-5/+15
2012-08-04alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson1-2/+1
2012-08-04linux-user: Translate pipe2 flags; add to straceRichard Henderson1-1/+2
2012-08-04linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson1-1/+14
2012-08-04alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson1-10/+51
2012-07-27target-or32: Add linux user supportJia Liu1-1/+1
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber1-1/+1
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf1-1/+41
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber1-4/+0
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber1-0/+4
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell1-0/+24
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell1-14/+15
2012-04-06linux-user: fix fallocateAlexander Graf1-0/+5
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf1-0/+226