2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
tree | commitdiff |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
tree | commitdiff |
2008-08-30 |
blueswir1 | Add correct stack bias if a 64 bit stack is used |
tree | commitdiff |
2008-08-27 |
blueswir1 | Fix Sparc64 window handling problems detected by Vince... |
tree | commitdiff |
2008-08-24 |
blueswir1 | To make syscall.c for 64 bit truly warning-free, we... |
tree | commitdiff |
2008-08-20 |
malc | Kludge to support linux-user on a PPC64 |
tree | commitdiff |
2008-08-20 |
malc | Fix tswap size |
tree | commitdiff |
2008-08-17 |
blueswir1 | Fix some warnings that would be generated by gcc -Wmiss... |
tree | commitdiff |
2008-07-29 |
balrog | Unswap qemu-arm data and prefetch abort addresses ... |
tree | commitdiff |
2008-07-19 |
balrog | linux-user: Fix target_statfs[64] on 64-bit hosts |
tree | commitdiff |
2008-07-16 |
balrog | Fix a bunch of type mismatch-related warnings (Jan... |
tree | commitdiff |
2008-06-27 |
ths | More efficient target register / TC accesses. |
tree | commitdiff |
2008-06-15 |
blueswir1 | Fix Sparc32plus & Sparc64 debug output |
tree | commitdiff |
2008-06-10 |
ths | Fix typo, by Laurent Desnogues. |
tree | commitdiff |
2008-06-09 |
pbrook | Use qemu_mallocz to allocate new thread state. Remove... |
tree | commitdiff |
2008-06-09 |
pbrook | Prevent guest reusing host memory allocations. |
tree | commitdiff |
2008-06-09 |
pbrook | Despite what the documentation says/implies, PTHREAD_ST... |
tree | commitdiff |
2008-06-07 |
pbrook | Implement thread creation. |
tree | commitdiff |
2008-06-07 |
pbrook | Multithreaded locking fixes. |
tree | commitdiff |
2008-06-07 |
blueswir1 | Allow NWINDOWS selection (CPU feature with model specif... |
tree | commitdiff |
2008-06-03 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2008-06-02 |
pbrook | Multithreaded locking for mmap(). |
tree | commitdiff |
2008-06-02 |
pbrook | Fix location of futex.h. |
tree | commitdiff |
2008-05-31 |
pbrook | Mark host brk() area as reserved. |
tree | commitdiff |
2008-05-31 |
pbrook | Make signal queues per thread. |
tree | commitdiff |
2008-05-31 |
pbrook | Fix usermode build. |
tree | commitdiff |
2008-05-30 |
pbrook | Copy siginfo.si_code. |
tree | commitdiff |
2008-05-30 |
pbrook | Translate whole of target_sigset. Use host sigset... |
tree | commitdiff |
2008-05-30 |
pbrook | Fix structure type in sigtimedwait syscall. |
tree | commitdiff |
2008-05-30 |
pbrook | Handle NULL argp/envp in execve syscall. |
tree | commitdiff |
2008-05-30 |
pbrook | Implement waitid syscall. |
tree | commitdiff |
2008-05-30 |
pbrook | Perform target->host signal mapping for *kill syscalls. |
tree | commitdiff |
2008-05-30 |
pbrook | Move clone() register setup to target specific code... |
tree | commitdiff |
2008-05-29 |
pbrook | NPTL host detection and futex syscall passthrough. |
tree | commitdiff |
2008-05-29 |
pbrook | Strace fallback for unknown syscalls. |
tree | commitdiff |
2008-05-29 |
pbrook | Implement clock_nanosleep. |
tree | commitdiff |
2008-05-29 |
pbrook | Implement ARM magic kernel page and TLS register. |
tree | commitdiff |
2008-05-28 |
bellard | variable dynamic translation buffer size |
tree | commitdiff |
2008-05-27 |
edgar_igl | CRIS: Use $eda to instead of debug1 (removed) for fault... |
tree | commitdiff |
2008-05-23 |
pbrook | Fix build failure with old kernel headers (loop.h is... |
tree | commitdiff |
2008-05-12 |
bellard | 2.6 kernels make int 5 a trap gate |
tree | commitdiff |
2008-05-10 |
bellard | added missing return (Mike Frysinger) |
tree | commitdiff |
2008-05-07 |
pbrook | Update ARM non-rt sigframe layout. |
tree | commitdiff |
2008-05-06 |
pbrook | Update ARM rt_frame layout. |
tree | commitdiff |
2008-04-26 |
balrog | Add loop device ioctls (Gary Thomas). |
tree | commitdiff |
2008-04-26 |
balrog | Teach mmap to not overwrite reserved pages and fix... |
tree | commitdiff |
2008-04-24 |
balrog | Cope with arch-specific page protection flags in mmap... |
tree | commitdiff |
2008-04-22 |
blueswir1 | Revert the previous patch |
tree | commitdiff |
2008-04-22 |
blueswir1 | Move 128-bit float emulation under linux-user including... |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-04-09 |
aurel32 | Move target-arm/nwfpe into linux-user/arm/nwfpe |
tree | commitdiff |
2008-04-07 |
aurel32 | Implement ARM floating point exception emulation |
tree | commitdiff |
2008-04-06 |
blueswir1 | Remove unwanted executable properties |
tree | commitdiff |
2008-03-28 |
aurel32 | add pread64 and pwrite64 system calls |
tree | commitdiff |
2008-03-28 |
aurel32 | Fix flock64 structure on a few target (noticed by Gary... |
tree | commitdiff |
2008-03-26 |
pbrook | Implement AT_CLKTCK. |
tree | commitdiff |
2008-03-26 |
pbrook | Revert accidental commit. |
tree | commitdiff |
2008-03-26 |
pbrook | Remove fixed length commandline buffers. |
tree | commitdiff |
2008-03-25 |
pbrook | m68k mmap2 fixes. |
tree | commitdiff |
2008-03-21 |
pbrook | Fix Thumb signal handlers. |
tree | commitdiff |
2008-03-14 |
edgar_igl | Use TARGET_FMT_lx. |
tree | commitdiff |
2008-03-11 |
aurel32 | Revert fix for CVE-2008-0928. Will be fixed in a differ... |
tree | commitdiff |
2008-03-05 |
blueswir1 | Convert Sparc64 trap state ops to TCG |
tree | commitdiff |
2008-03-03 |
edgar_igl | CRIS signals: |
tree | commitdiff |
2008-02-28 |
edgar_igl | First try at supporting ordinary signals for CRIS linux... |
tree | commitdiff |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
tree | commitdiff |
2008-02-10 |
balrog | Don't error out on zero-length chunks in writev, as... |
tree | commitdiff |
2008-02-04 |
bellard | lock_iovec() fix |
tree | commitdiff |
2008-01-08 |
ths | Fix section switching buglet, by Edgar E. Iglesias. |
tree | commitdiff |
2008-01-06 |
bellard | copyright update |
tree | commitdiff |
2007-12-24 |
balrog | Fix a compiler error with DEBUG_REMAP enabled (Thayne... |
tree | commitdiff |
2007-12-18 |
ths | Correct errno return for setsockopt(), by Thayne Harbaugh. |
tree | commitdiff |
2007-12-18 |
ths | Correct errno return for getsockopt(), by Thayne Harbaugh. |
tree | commitdiff |
2007-12-18 |
ths | m68k missing get_sp_from_cpustate(), by Thayne Harbaugh. |
tree | commitdiff |
2007-12-16 |
balrog | QEMU_STRACE documentation bit by Thayne Harbaugh. |
tree | commitdiff |
2007-12-12 |
balrog | Mark host pages as reserved (Magnus Damm). |
tree | commitdiff |
2007-12-12 |
balrog | sh_serial: enable tx after reset (Magnus Damm). |
tree | commitdiff |
2007-12-11 |
balrog | Add missing break just before execve, by Takashi Yoshii. |
tree | commitdiff |
2007-12-10 |
j_mayer | Various linux-user structures and definitions fixes... |
tree | commitdiff |
2007-12-09 |
ths | Fix execve argc/envc counting, by Takashi Yoshii. |
tree | commitdiff |
2007-12-09 |
ths | copy_{to,from}_user_timeval() update, by Thayne Harbaugh. |
tree | commitdiff |
2007-12-09 |
ths | copy_from_user_fdset() update, by Thayne Harbaugh. |
tree | commitdiff |
2007-12-02 |
ths | SH4: Signal handling for the user space emulator, by... |
tree | commitdiff |
2007-12-02 |
ths | Fix for execve syscall, by Kirill A. Shutemov. |
tree | commitdiff |
2007-11-21 |
j_mayer | Fix PowerPC 64 stat and statfs structures definitions. |
tree | commitdiff |
2007-11-20 |
ths | SH4 Fix missing 6th arg of syscall, by "takasi-y". |
tree | commitdiff |
2007-11-17 |
j_mayer | Always make all PowerPC exception definitions visible. |
tree | commitdiff |
2007-11-16 |
bellard | suppressed tgetx and tputx (initial patch by Thayne... |
tree | commitdiff |
2007-11-15 |
bellard | force correct ppc64 cpu |
tree | commitdiff |
2007-11-15 |
bellard | x86_64 fixes |
tree | commitdiff |
2007-11-14 |
bellard | x86_64 linux user emulation |
tree | commitdiff |
2007-11-14 |
bellard | printf format fix |
tree | commitdiff |
2007-11-14 |
bellard | i386 TLS support |
tree | commitdiff |
2007-11-14 |
bellard | always define TARGET_ABI32 if 32 bit user |
tree | commitdiff |
2007-11-14 |
bellard | fixed target_mmap() if host page size < TARGET_PAGE_SIZE |
tree | commitdiff |
2007-11-14 |
bellard | suppressed page_unprotect_range() - fixed access_ok() |
tree | commitdiff |
2007-11-14 |
bellard | added lock_user() in target_strlen() |
tree | commitdiff |
2007-11-12 |
j_mayer | Allow use of SPE extension by all PowerPC targets, |
tree | commitdiff |
2007-11-11 |
bellard | 64 bit cast for dirent64 |
tree | commitdiff |
2007-11-11 |
bellard | fixed more invalid pointer usage |
tree | commitdiff |
next |