summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * linux-user: ppc: mark as long long alignedAlexander Graf2012-10-121-1/+6
| * linux-user: Fix siginfo handlingRichard Henderson2012-10-121-1/+1
| * linux-user: Implement gethostnameRichard Henderson2012-10-121-0/+13
| * linux-user: Perform more checks on iovec listsRichard Henderson2012-10-121-60/+102
| * linux-user: fix multi-threaded /proc/self/mapsAlexander Graf2012-10-121-2/+2
| * linux-user: fix statfsAlexander Graf2012-10-121-0/+4
* | microblaze: Support setting of TLS ptrEdgar E. Iglesias2012-10-191-0/+2
|/
* linux-user: Remove redundant null check and replace free by g_freeStefan Weil2012-09-231-3/+1
* linux-user: fix emulation of getdentsDmitry V. Levin2012-08-271-6/+5
* linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering2012-08-221-2/+2
* linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang2012-08-141-4/+16
* linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang2012-08-141-0/+20
* linux-user: pass sockaddr from host to targetJing Huang2012-08-141-3/+13
* linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell2012-08-131-5/+6
* alpha-linux-user: Fix the getpriority syscallRichard Henderson2012-08-041-5/+15
* alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson2012-08-041-2/+1
* linux-user: Translate pipe2 flags; add to straceRichard Henderson2012-08-041-1/+2
* linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson2012-08-041-1/+14
* alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson2012-08-041-10/+51
* target-or32: Add linux user supportJia Liu2012-07-271-1/+1
OpenPOWER on IntegriCloud