Age | Commit message (Expand) | Author |
2012-04-15 | linux-user: Fix exit syscall with QOM CPU | Andreas Färber |
2012-04-06 | linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME | Peter Maydell |
2012-04-06 | linux-user/syscall.c: Fix indentation in prctl handling | Peter Maydell |
2012-04-06 | linux-user: fix fallocate | Alexander Graf |
2012-04-06 | linux-user: implement device mapper ioctls | Alexander Graf |
2012-04-06 | linux-user: improve fake /proc/self/stat making `ps` not segfault. | Fabio Erculiani |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-02-10 | linux-user: brk() debugging | Paul Brook |
2012-02-10 | linux-user: fail execve() if env/args too big | Ulrich Hecht |
2012-02-02 | linux-user: Implement *listxattr syscalls | Peter Maydell |
2012-02-02 | linux-user/syscall.c: Implement f and l versions of set/get/removexattr | Peter Maydell |
2012-02-02 | linux-user: Allow NULL value pointer in setxattr and getxattr | Peter Maydell |
2012-02-02 | linux-user: fix wait* syscall status returns | Alexander Graf |
2012-02-02 | linux-user: fix QEMU_STRACE=1 segfault | Alexander Graf |
2012-02-02 | linux-user: add SO_PEERCRED support for getsockopt | Akos PASZTORY |
2012-02-02 | linux-user: fake /proc/self/auxv | Alexander Graf |
2012-02-02 | linux-user: fake /proc/self/stat | Alexander Graf |
2012-02-02 | linux-user: fake /proc/self/maps | Alexander Graf |
2012-02-02 | linux-user: add open() hijack infrastructure | Alexander Graf |
2011-12-06 | linux-user/syscall.c: Don't skip stracing for fcntl64 failure case | Peter Maydell |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-11-09 | configure: fix detection for xattr.h on modern distributions | Avi Kivity |
2011-10-27 | linux-user: implement reboot syscall | Alexander Graf |
2011-10-27 | linux-user: fix openat | Alexander Graf |
2011-10-27 | linux-user: fix abi_(u)long, target_ulong mismatch | Matthias Braun |
2011-09-26 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori |
2011-09-16 | Remove blanks before \n in output strings | Stefan Weil |
2011-09-09 | Fix include statements for qemu-common.h | Stefan Weil |
2011-09-09 | linux-user: Implement setxattr/getxattr/removexattr syscalls | An-Cheng Huang |
2011-09-09 | linux-user: Fix initialization of the heap contents when allocating new pages | Cédric VINCENT |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl |
2011-07-13 | linux-user: make MIPS and ARM eabi use same argument reordering | Riku Voipio |
2011-07-12 | mips: rlimit codes are not the same | Wesley W. Terpstra |
2011-07-12 | mips: rlimit incorrectly converts values | Wesley W. Terpstra |
2011-07-11 | linux-user/syscall.c: Enforce pselect6 sigset size restrictions | Peter Maydell |
2011-07-11 | linux-user: Implement prlimit64 syscall | Peter Maydell |
2011-06-21 | linux-user: Fix sync_file_range on 32bit mips | Riku Voipio |
2011-06-21 | linux-user: Bump do_syscall() up to 8 syscall arguments | Peter Maydell |
2011-06-21 | linux-user: syscall should use sanitized arg1 | Juan Quintela |
2011-06-21 | syscall: really return ret code | Juan Quintela |
2011-06-21 | linux-user: add pselect6 syscall support | Mike Frysinger |
2011-06-21 | linux-user: Fix the computation of the requested heap size | vincent |
2011-06-21 | linux-user: Don't use MAP_FIXED in do_brk() | Peter Maydell |
2011-05-20 | s390x: s390x-linux-user support | Ulrich Hecht |
2011-05-08 | linux-user: Replace deprecated function | Stefan Weil |
2011-05-02 | Don't zero out buffer in sched_getaffinity | Mike McCormack |
2011-05-02 | Fix buffer overrun in sched_getaffinity | Mike McCormack |
2011-04-26 | linux-user: untie syscalls from UID16 | Riku Voipio |