Age | Commit message (Expand) | Author |
2011-01-07 | linux-user: Implement FS_IOC_FIEMAP ioctl | Peter Maydell |
2011-01-07 | linux-user: Support ioctls whose parameter size is not constant | Peter Maydell |
2011-01-07 | linux-user: Implement sync_file_range{,2} syscalls | Peter Maydell |
2010-12-03 | linux-user: fix compiler error on nptl | Riku Voipio |
2010-12-03 | linux-user: Translate getsockopt level option | Jamie Lentin |
2010-12-03 | linux-user: fix memory leaks with NPTL emulation | Nathan Froyd |
2010-09-18 | linux-user: fix socklen_t comparisons | Blue Swirl |
2010-06-16 | Usermode exec-stack fix | Paul Brook |
2010-06-11 | s390x: Avoid _llseek. | Richard Henderson |
2010-05-21 | linux-user: do not warn for missing pselect6 | Riku Voipio |
2010-05-21 | alpha-linux-user: Fix sigprocmask. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix sigsuspend parameters. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix getxpid. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix pipe return mechanism. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix brk error return. | Richard Henderson |
2010-05-18 | linux-user: rlimit conversion between host and target. | takasi-y@ops.dti.ne.jp |
2010-04-27 | target-alpha: Enable NPTL. | Richard Henderson |
2010-04-26 | linux-user: Fix sparc32plus stat64 syscalls. | Richard Henderson |
2010-04-14 | linux-user: do_shmdt(): Fix page_set_flags's 2nd arg. | takasi-y@ops.dti.ne.jp |
2010-04-01 | Fix compilation with missing inotify_init1 | Stefan Weil |
2010-04-01 | linux-user/ia64: workaround ia64 strangenesses | Aurelien Jarno |
2010-03-26 | linux-user: add inotify_init1 syscall support | Riku Voipio |
2010-03-06 | linux-user: Fix syscall pipe2() retval on sh4 | takasi-y@ops.dti.ne.jp |
2010-02-28 | alpha-linux-user: Implement signals. | Richard Henderson |
2010-02-06 | linux-user: adapt uname machine to emulated CPU | Loïc Minier |
2010-01-14 | alpha: fix stat64 issue | Vince Weaver |
2009-12-13 | target-alpha: Fixes for alpha-linux syscalls. | Richard Henderson |
2009-11-07 | (x86/Sparc/PPC)-user: fix cpu_copy | Blue Swirl |
2009-10-17 | Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer | Jan-Simon Möller |
2009-10-17 | linux-user: KD/VT/FB ioctls | Ulrich Hecht |
2009-10-15 | linux-user: getpriority errno fix | Ulrich Hecht |
2009-10-15 | implementations of dup3 and fallocate that are good enough to fool LTP | Ulrich Hecht |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-30 | linux-user: fix coding style nit | Michael S. Tsirkin |
2009-09-10 | F_DUPFD_CLOEXEC is not universally available | malc |
2009-08-25 | linux-user: zero fstat buffer to initialize nsec fields | Ulrich Hecht |
2009-08-25 | linux-user: fadvise64 implementation | Ulrich Hecht |
2009-08-25 | linux-user: enable getdents for > 32-bit systems | Ulrich Hecht |
2009-08-25 | linux-user: fcntl fixes for LTP | Ulrich Hecht |
2009-08-25 | linux-user: fix mq_* compilation problems | Nathan Froyd |
2009-08-25 | m68k, linux-user: enable sigaltstack() | Laurent Vivier |
2009-08-25 | linux-user: add eventfd support | Riku Voipio |
2009-08-03 | linux-user: make FUTEX_* calls honor timeout parameter | Nathan Froyd |
2009-07-27 | rename USE_NPTL to CONFIG_USE_NPTL | Juan Quintela |
2009-07-27 | rename HAVE_GPROF to TARGET_GPROF | Juan Quintela |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-07-08 | getrlimit conversion mix-up | Ulrich Hecht |
2009-07-08 | wrap path for access syscall | Ulrich Hecht |