| Commit message (Expand) | Author | Age | Files | Lines |
* | fix /proc/self/maps output | Christophe Lyon | 2013-05-18 | 1 | -2/+2 |
* | linux-user: fix compile error due to stray colon at end of #ifdef line | Peter Maydell | 2013-04-26 | 1 | -1/+1 |
* | linux-user: fix setgroups/getgroups for non-UID16 archs | Andreas Schwab | 2013-04-19 | 1 | -3/+3 |
* | linux-user: fix undefined shift in copy_to_user_fdset | Andreas Schwab | 2013-04-19 | 1 | -1/+1 |
* | linux-user: change do_semop to return target errno when unsuccessful | Petar Jovanovic | 2013-04-19 | 1 | -2/+2 |
* | linux-user: pass correct host flags to eventfd2 call | Petar Jovanovic | 2013-04-12 | 1 | -1/+10 |
* | linux-user/syscall.c: Don't warn about unimplemented get_robust_list | Peter Maydell | 2013-03-11 | 1 | -1/+14 |
* | linux-user: Implement accept4 | Peter Maydell | 2013-03-11 | 1 | -8/+31 |
* | linux-user: Implement sendfile and sendfile64 | Peter Maydell | 2013-03-11 | 1 | -0/+53 |
* | linux-user: make bogus negative iovec lengths fail EINVAL | Peter Maydell | 2013-03-11 | 1 | -1/+1 |
* | linux-user: Support setgroups syscall with no groups | Dillon Amburgey | 2013-03-11 | 1 | -10/+12 |
* | linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex | John Rigby | 2013-03-11 | 1 | -1/+2 |
* | cpu: Move host_tid field to CPUState | Andreas Färber | 2013-02-16 | 1 | -1/+3 |
* | Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68... | Anthony Liguori | 2013-02-06 | 1 | -12/+36 |
|\ |
|
| * | linux-user: correct reboot() | Laurent Vivier | 2013-01-30 | 1 | -4/+12 |
| * | linux-user: correct setsockopt() | Laurent Vivier | 2013-01-30 | 1 | -6/+22 |
| * | linux-user: correct msgrcv() | Laurent Vivier | 2013-01-30 | 1 | -2/+2 |
* | | cpu: do not use object_delete | Paolo Bonzini | 2013-02-01 | 1 | -1/+1 |
|/ |
|
* | alpha-linux-user: Correct select | Laurent Vivier | 2013-01-16 | 1 | -6/+6 |
* | alpha-linux-user: Translate fcntl l_type | Laurent Vivier | 2013-01-16 | 1 | -6/+22 |
* | linux-user/syscall.c: remove forward declarations | John Spencer | 2013-01-04 | 1 | -5/+3 |
* | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori | 2012-12-19 | 1 | -1/+1 |
|\ |
|
| * | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | | linux-user/syscall.c: remove wrong forward decl of setgroups() | John Spencer | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | linux-user: Merge pread/pwrite into pread64/pwrite64 | Peter Maydell | 2012-12-08 | 1 | -18/+0 |
* | Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi... | Aurelien Jarno | 2012-10-19 | 1 | -64/+136 |
|\ |
|
| * | linux-user: register align p{read, write}64 | Alexander Graf | 2012-10-12 | 1 | -0/+8 |
| * | linux-user: ppc: mark as long long aligned | Alexander Graf | 2012-10-12 | 1 | -1/+6 |
| * | linux-user: Fix siginfo handling | Richard Henderson | 2012-10-12 | 1 | -1/+1 |
| * | linux-user: Implement gethostname | Richard Henderson | 2012-10-12 | 1 | -0/+13 |
| * | linux-user: Perform more checks on iovec lists | Richard Henderson | 2012-10-12 | 1 | -60/+102 |
| * | linux-user: fix multi-threaded /proc/self/maps | Alexander Graf | 2012-10-12 | 1 | -2/+2 |
| * | linux-user: fix statfs | Alexander Graf | 2012-10-12 | 1 | -0/+4 |
* | | microblaze: Support setting of TLS ptr | Edgar E. Iglesias | 2012-10-19 | 1 | -0/+2 |
|/ |
|
* | linux-user: Remove redundant null check and replace free by g_free | Stefan Weil | 2012-09-23 | 1 | -3/+1 |
* | linux-user: fix emulation of getdents | Dmitry V. Levin | 2012-08-27 | 1 | -6/+5 |
* | linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failure | Jim Meyering | 2012-08-22 | 1 | -2/+2 |
* | linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type | Jing Huang | 2012-08-14 | 1 | -4/+16 |
* | linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option | Jing Huang | 2012-08-14 | 1 | -0/+20 |
* | linux-user: pass sockaddr from host to target | Jing Huang | 2012-08-14 | 1 | -3/+13 |
* | linux-user: Move target_to_host_errno_table[] setup out of ioctl loop | Peter Maydell | 2012-08-13 | 1 | -5/+6 |
* | alpha-linux-user: Fix the getpriority syscall | Richard Henderson | 2012-08-04 | 1 | -5/+15 |
* | alpha-linux-user: Properly handle the non-rt sigprocmask syscall. | Richard Henderson | 2012-08-04 | 1 | -2/+1 |
* | linux-user: Translate pipe2 flags; add to strace | Richard Henderson | 2012-08-04 | 1 | -1/+2 |
* | linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH | Richard Henderson | 2012-08-04 | 1 | -1/+14 |
* | alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly | Richard Henderson | 2012-08-04 | 1 | -10/+51 |
* | target-or32: Add linux user support | Jia Liu | 2012-07-27 | 1 | -1/+1 |
* | linux-user: Use cpu_reset() after cpu_init() / cpu_copy() | Andreas Färber | 2012-06-04 | 1 | -1/+1 |
* | linux-user: fix emulation of /proc/self/maps | Alexander Graf | 2012-05-03 | 1 | -1/+41 |
* | linux-user: Clean up interim solution for exit syscall | Andreas Färber | 2012-05-03 | 1 | -4/+0 |