Add OneNAND Unlock All command (Kyungmin Park).
[qemu] / linux-user /
2008-07-19 balroglinux-user: Fix target_statfs[64] on 64-bit hosts
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-15 blueswir1Fix Sparc32plus & Sparc64 debug output
2008-06-10 thsFix typo, by Laurent Desnogues.
2008-06-09 pbrookUse qemu_mallocz to allocate new thread state. Remove...
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-09 pbrookDespite what the documentation says/implies, PTHREAD_ST...
2008-06-07 pbrookImplement thread creation.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-06-02 pbrookFix location of futex.h.
2008-05-31 pbrookMark host brk() area as reserved.
2008-05-31 pbrookMake signal queues per thread.
2008-05-31 pbrookFix usermode build.
2008-05-30 pbrookCopy siginfo.si_code.
2008-05-30 pbrookTranslate whole of target_sigset. Use host sigset...
2008-05-30 pbrookFix structure type in sigtimedwait syscall.
2008-05-30 pbrookHandle NULL argp/envp in execve syscall.
2008-05-30 pbrookImplement waitid syscall.
2008-05-30 pbrookPerform target->host signal mapping for *kill syscalls.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 pbrookNPTL host detection and futex syscall passthrough.
2008-05-29 pbrookStrace fallback for unknown syscalls.
2008-05-29 pbrookImplement clock_nanosleep.
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-27 edgar_iglCRIS: Use $eda to instead of debug1 (removed) for fault...
2008-05-23 pbrookFix build failure with old kernel headers (loop.h is...
2008-05-12 bellard2.6 kernels make int 5 a trap gate
2008-05-10 bellardadded missing return (Mike Frysinger)
2008-05-07 pbrookUpdate ARM non-rt sigframe layout.
2008-05-06 pbrookUpdate ARM rt_frame layout.
2008-04-26 balrogAdd loop device ioctls (Gary Thomas).
2008-04-26 balrogTeach mmap to not overwrite reserved pages and fix...
2008-04-24 balrogCope with arch-specific page protection flags in mmap...
2008-04-22 blueswir1Revert the previous patch
2008-04-22 blueswir1Move 128-bit float emulation under linux-user including...
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-09 aurel32Move target-arm/nwfpe into linux-user/arm/nwfpe
2008-04-07 aurel32Implement ARM floating point exception emulation
2008-04-06 blueswir1Remove unwanted executable properties
2008-03-28 aurel32add pread64 and pwrite64 system calls
2008-03-28 aurel32Fix flock64 structure on a few target (noticed by Gary...
2008-03-26 pbrookImplement AT_CLKTCK.
2008-03-26 pbrookRevert accidental commit.
2008-03-26 pbrookRemove fixed length commandline buffers.
2008-03-25 pbrookm68k mmap2 fixes.
2008-03-21 pbrookFix Thumb signal handlers.
2008-03-14 edgar_iglUse TARGET_FMT_lx.
2008-03-11 aurel32Revert fix for CVE-2008-0928. Will be fixed in a differ...
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-03 edgar_iglCRIS signals:
2008-02-28 edgar_iglFirst try at supporting ordinary signals for CRIS linux...
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-02-10 balrogDon't error out on zero-length chunks in writev, as...
2008-02-04 bellardlock_iovec() fix
2008-01-08 thsFix section switching buglet, by Edgar E. Iglesias.
2008-01-06 bellardcopyright update
2007-12-24 balrogFix a compiler error with DEBUG_REMAP enabled (Thayne...
2007-12-18 thsCorrect errno return for setsockopt(), by Thayne Harbaugh.
2007-12-18 thsCorrect errno return for getsockopt(), by Thayne Harbaugh.
2007-12-18 thsm68k missing get_sp_from_cpustate(), by Thayne Harbaugh.
2007-12-16 balrogQEMU_STRACE documentation bit by Thayne Harbaugh.
2007-12-12 balrogMark host pages as reserved (Magnus Damm).
2007-12-12 balrogsh_serial: enable tx after reset (Magnus Damm).
2007-12-11 balrogAdd missing break just before execve, by Takashi Yoshii.
2007-12-10 j_mayerVarious linux-user structures and definitions fixes...
2007-12-09 thsFix execve argc/envc counting, by Takashi Yoshii.
2007-12-09 thscopy_{to,from}_user_timeval() update, by Thayne Harbaugh.
2007-12-09 thscopy_from_user_fdset() update, by Thayne Harbaugh.
2007-12-02 thsSH4: Signal handling for the user space emulator, by...
2007-12-02 thsFix for execve syscall, by Kirill A. Shutemov.
2007-11-21 j_mayerFix PowerPC 64 stat and statfs structures definitions.
2007-11-20 thsSH4 Fix missing 6th arg of syscall, by "takasi-y".
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-15 bellardforce correct ppc64 cpu
2007-11-15 bellardx86_64 fixes
2007-11-14 bellardx86_64 linux user emulation
2007-11-14 bellardprintf format fix
2007-11-14 bellardi386 TLS support
2007-11-14 bellardalways define TARGET_ABI32 if 32 bit user
2007-11-14 bellardfixed target_mmap() if host page size < TARGET_PAGE_SIZE
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-14 bellardadded lock_user() in target_strlen()
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-11 bellard64 bit cast for dirent64
2007-11-11 bellardfixed more invalid pointer usage
2007-11-11 bellarduser access fixes
2007-11-11 bellard64 bit compilation fixes
2007-11-11 bellardremoved warnings - improved sparc32/64 signal frame...
2007-11-11 bellardremoved warning
2007-11-11 bellardsparc64_[get|set]_context are not meaningful in abi32...
2007-11-11 bellardhex numbers must have a leading 0x
2007-11-11 bellardsuppressed invalid TARGET_CMSG_FIRSTHDR macro
2007-11-11 bellardimproved cmsg handling - improved shm memory code
2007-11-11 bellardfixed invalid cast
next