Age | Commit message (Expand) | Author | Files | Lines |
2008-08-17 | Fix some warnings that would be generated by gcc -Wmissing-prototypes | blueswir1 | 3 | -18/+25 |
2008-07-29 | Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues). | balrog | 1 | -2/+2 |
2008-07-19 | linux-user: Fix target_statfs[64] on 64-bit hosts | balrog | 1 | -1/+2 |
2008-07-16 | Fix a bunch of type mismatch-related warnings (Jan Kiszka). | balrog | 4 | -12/+13 |
2008-06-27 | More efficient target register / TC accesses. | ths | 6 | -34/+34 |
2008-06-15 | Fix Sparc32plus & Sparc64 debug output | blueswir1 | 1 | -4/+4 |
2008-06-10 | Fix typo, by Laurent Desnogues. | ths | 1 | -1/+1 |
2008-06-09 | Use qemu_mallocz to allocate new thread state. Remove redundant memset. | pbrook | 2 | -2/+2 |
2008-06-09 | Prevent guest reusing host memory allocations. | pbrook | 1 | -0/+46 |
2008-06-09 | Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not | pbrook | 1 | -0/+1 |
2008-06-07 | Implement thread creation. | pbrook | 1 | -11/+137 |
2008-06-07 | Multithreaded locking fixes. | pbrook | 5 | -10/+174 |
2008-06-07 | Allow NWINDOWS selection (CPU feature with model specific defaults) | blueswir1 | 1 | -14/+14 |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths | 2 | -2/+2 |
2008-06-02 | Multithreaded locking for mmap(). | pbrook | 2 | -27/+79 |
2008-06-02 | Fix location of futex.h. | pbrook | 1 | -3/+4 |
2008-05-31 | Mark host brk() area as reserved. | pbrook | 2 | -0/+17 |
2008-05-31 | Make signal queues per thread. | pbrook | 4 | -173/+204 |
2008-05-31 | Fix usermode build. | pbrook | 1 | -1/+1 |
2008-05-30 | Copy siginfo.si_code. | pbrook | 1 | -1/+1 |
2008-05-30 | Translate whole of target_sigset. Use host sigset accessors. | pbrook | 1 | -38/+30 |
2008-05-30 | Fix structure type in sigtimedwait syscall. | pbrook | 1 | -2/+2 |
2008-05-30 | Handle NULL argp/envp in execve syscall. | pbrook | 1 | -4/+4 |
2008-05-30 | Implement waitid syscall. | pbrook | 1 | -0/+15 |
2008-05-30 | Perform target->host signal mapping for *kill syscalls. | pbrook | 3 | -4/+10 |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook | 1 | -58/+5 |
2008-05-29 | NPTL host detection and futex syscall passthrough. | pbrook | 1 | -0/+61 |
2008-05-29 | Strace fallback for unknown syscalls. | pbrook | 1 | -1/+2 |
2008-05-29 | Implement clock_nanosleep. | pbrook | 1 | -0/+11 |
2008-05-29 | Implement ARM magic kernel page and TLS register. | pbrook | 2 | -9/+81 |
2008-05-28 | variable dynamic translation buffer size | bellard | 1 | -0/+1 |
2008-05-27 | CRIS: Use $eda to instead of debug1 (removed) for fault addr. | edgar_igl | 1 | -1/+1 |
2008-05-23 | Fix build failure with old kernel headers (loop.h is incompatible with | pbrook | 2 | -1/+96 |
2008-05-12 | 2.6 kernels make int 5 a trap gate | bellard | 1 | -1/+1 |
2008-05-10 | added missing return (Mike Frysinger) | bellard | 1 | -0/+2 |
2008-05-07 | Update ARM non-rt sigframe layout. | pbrook | 1 | -101/+165 |
2008-05-06 | Update ARM rt_frame layout. | pbrook | 3 | -14/+172 |
2008-04-26 | Add loop device ioctls (Gary Thomas). | balrog | 4 | -0/+48 |
2008-04-26 | Teach mmap to not overwrite reserved pages and fix brk return value (Richard ... | balrog | 2 | -7/+17 |
2008-04-24 | Cope with arch-specific page protection flags in mmap (Richard Purdie). | balrog | 1 | -2/+1 |
2008-04-22 | Revert the previous patch | blueswir1 | 1 | -124/+0 |
2008-04-22 | Move 128-bit float emulation under linux-user including the forgotten file | blueswir1 | 1 | -0/+124 |
2008-04-11 | Remove osdep.c/qemu-img code duplication | aurel32 | 1 | -0/+1 |
2008-04-09 | Move target-arm/nwfpe into linux-user/arm/nwfpe | aurel32 | 12 | -0/+2674 |
2008-04-07 | Implement ARM floating point exception emulation | aurel32 | 1 | -2/+51 |
2008-04-06 | Remove unwanted executable properties | blueswir1 | 1 | -0/+0 |
2008-03-28 | add pread64 and pwrite64 system calls | aurel32 | 1 | -0/+14 |
2008-03-28 | Fix flock64 structure on a few target (noticed by Gary Thomas) | aurel32 | 1 | -0/+3 |
2008-03-26 | Implement AT_CLKTCK. | pbrook | 1 | -0/+1 |
2008-03-26 | Revert accidental commit. | pbrook | 1 | -2/+2 |