Age | Commit message (Expand) | Author |
2009-12-19 | linux-user: add core dump support for SH | Nathan Froyd |
2009-12-19 | linux-user: add core dump support for M68K | Nathan Froyd |
2009-12-19 | linux-user: add core dump support for MIPS | Nathan Froyd |
2009-12-19 | linux-user: add core dump support for PPC | Nathan Froyd |
2009-12-19 | linux-user: fix ARM core dumps on opposite-endian hosts | Nathan Froyd |
2009-12-19 | linux-user: commonify definitions of target typedefs | Nathan Froyd |
2009-12-19 | linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion | Nathan Froyd |
2009-12-19 | linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types | Aurelien Jarno |
2009-12-19 | linux-user: cleanup force_sig() calls | Riku Voipio |
2009-12-19 | linux-user: Fix mmap_lock ordering | Riku Voipio |
2009-12-13 | target-alpha: Fixes for alpha-linux syscalls. | Richard Henderson |
2009-12-13 | target-alpha: Drop bogus UNIQ initial value on Linux. | Richard Henderson |
2009-12-11 | Fix ARM userspace strex implementation. | Paul Brook |
2009-11-24 | linux-user: remove hardcoded value of _NSIG in signal.c | Arnaud Patard |
2009-11-24 | Add missing break. | Paul Brook |
2009-11-22 | ARM atomic ops rewrite | Paul Brook |
2009-11-22 | target-mips: rename CP0_LLAddr into lladdr | Aurelien Jarno |
2009-11-07 | (x86/Sparc/PPC)-user: fix cpu_copy | Blue Swirl |
2009-11-07 | user: move CPU reset call to main.c for x86/PPC/Sparc | 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-16 | linux-user: Update ARM hwcaps | Riku Voipio |
2009-10-16 | linux-user: don't zero a buffer twice | Paul Bolle |
2009-10-15 | linux-user: fix ppc target_stat64 st_blocks layout | Max Filippov |
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-04 | linux-user: fix "#if 0"'d printf() | Paul Bolle |
2009-10-02 | linux-user: fix up oversealous nitpicking | Michael S. Tsirkin |
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-30 | linux-user: fix old style decrement usage | Michael S. Tsirkin |
2009-09-30 | elfload: fix coding style nit | Michael S. Tsirkin |
2009-09-25 | __thread should be before real type | Juan Quintela |
2009-09-25 | static and inline should came before the type of the functions | Juan Quintela |
2009-09-21 | Export tables properly to avoid a Sparse warning | Blue Swirl |
2009-09-21 | Fix Sparse warnings about using plain integer as NULL pointer | Blue Swirl |
2009-09-20 | Compile loader only once | Blue Swirl |
2009-09-13 | Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1... | Blue Swirl |
2009-09-13 | Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190ca | Blue Swirl |
2009-09-12 | Fix text relocations in linux-user targets | Kirill A. Shutemov |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-10 | F_DUPFD_CLOEXEC is not universally available | malc |
2009-09-05 | Fix Sparse warnings: add "static" | Blue Swirl |
2009-08-25 | linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ... | Kirill A. Shutemov |
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 |