r158: Fix wrong number of clean/saveable windows
[qemu] / linux-user /
2007-07-23 thsRestore build on older Linux hosts.
2007-07-20 thsFix statfs(64) syscall wrapper, by Andreas Schwab.
2007-07-12 thsTkill support, by Stuart Anderson.
2007-07-12 thsSigio fd passing, by Alexander Graf.
2007-07-12 thsSpelling fix, by Stuart Brady.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-07-08 blueswir1 Fix Sparc64 stat system call
2007-07-07 blueswir1 Deliver page faults to program
2007-07-07 blueswir1 Page align brk result like real Linux
2007-07-05 blueswir1 Fix 64 bit ELF file symbol lookup
2007-06-27 thsFix environ termination, by Andreas Schwab.
2007-06-22 thsUse correct data structures for stat syscalls, by Magnu...
2007-06-22 thsSetup stack properly, fixes wrong argc value problem...
2007-06-21 thsHack to keep wine happy, by Alexander Graf.
2007-06-21 thsImplement set_robust_list, by Alexander Graf.
2007-06-21 thsImplement tgkill, by Alexander Graf.
2007-06-17 thsOption to drop LD_PRELOAD from emulated environment...
2007-06-17 thsAllow relative paths for the interpreter prefix in...
2007-06-12 thsFix alpha user build failure.
2007-06-03 thsFix typo in comment.
2007-06-03 thsAdd __mips__to mmap specialcase.
2007-06-03 thsIPC message translation.
2007-06-03 thsSemaphore structure mapping, by Stuart Anderson.
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-06-01 thsDelete leftover Status FPU flag check.
2007-06-01 thslinux-user errno mapping, by Stuart Anderson.
2007-06-01 thsPatch for pipe() result handling, by Stuart Anderson.
2007-06-01 thsFix struct stat mapping for MIPS, by Stuart Anderson.
2007-05-28 thsSync __target_cmsg_nxthdr implementation with kernel...
2007-05-28 thsRevert last change, this workaround is long obsolete.
2007-05-28 thsFix do_socketcall argument, by Daniel Jacobowitz.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-05-26 pbrookRework m68k cpu feature flags.
2007-05-26 pbrookSuppress pointer from integer of different size warning.
2007-05-26 pbrookM68k system mode semihosting.
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-13 thsMIPS linux-user update.
2007-04-26 thsUse 16-bit uid wrappers, by Magnus Damm.
2007-04-19 j_mayertermios structure definition fix by Stuart Anderson.
2007-04-15 pbrookbFLT loader alignment fix.
2007-04-14 j_mayerFix incorrect pointers casts.
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-08 blueswir1Sparc32/64 CPU selection for user emulator
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2007-04-06 j_mayerCode provision for 64 bits linux user-mode targets...
2007-04-05 j_mayerPreliminary patch for Alpha Linux user mode emulation...
2007-04-05 j_mayerDefinitions needed for Alpha linux user-mode emulation.
2007-04-01 thsConditionalize more syscall implementations, by Mike...
2007-03-31 thsDon't let sigaction handle SIGKILL/SIGSTOP, by Stuart...
2007-03-31 thsfcntl() remaining fix, by Stuart Anderson.
2007-03-22 thsFix fcntl64 logic bug, by Kirill A. Shutemov.
2007-03-20 thsfcntl64 fix, by Kirill A. Shutemov.
2007-03-19 thsLinux usermode clock_gettime/clock_getres emulation...
2007-03-19 thsAdd missing header includes.
2007-03-19 thsFix allocation sizes in getpeername/getsockname, spotte...
2007-03-19 thsSupport -cpu selection for mips usermode emulation...
2007-03-19 j_mayerAdd -cpu option for linux user emulation.
2007-03-17 pbrookUsermode recv syscall fix.
2007-03-15 pbrookAlign stack when loading bFLT binaries.
2007-03-08 pbrookImplement --cpu for ARM.
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-03-02 thsMIPS Userland TLS register emulation, by Daniel Jacobowitz.
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-28 thsFix CPU chaining in linux-user emulation, by Gwenole...
2007-02-17 thsUserland mount syscall emulation, by Kirill A. Shutemov.
2007-02-11 thsFix previous Linux userland emulation breakage.
2007-02-11 thsLinux userland emulation of prctl, from Debian patchset.
2007-02-11 thsLinux userland emulation of syslog, from Debian patchset.
2007-02-05 bellardcopyright update
2007-02-02 thssem* and msg* for qemu, part2, by Kirill Shutemov.
2007-02-02 thssem* and msg* for qemu, part1, by Kirill Shutemov.
2007-01-20 pbrookAdd ARM Angel semihosting to system emulation.
2007-01-05 thsSupport fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by...
2006-12-26 pbrookbFLT loader commandline fix.
2006-12-14 thsFix userland ELF loader for zero sized BSS.
2006-12-11 thsMIPS has also a fixed MMAP_SHIFT of 12.
2006-12-11 thsFix addrlen size, by David Woodhouse.
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-12-08 thsFix fstat for MIPS userland emulation, and add support...
2006-11-19 pbrookAdd missing ARM syscall numbers.
2006-11-19 pbrookArm semihosted commandline support (Wolfgang Schildbach).
2006-11-19 pbrookRemove do_socketcallwrapper.
2006-11-04 pbrookMIPS usermode debug exceptions (Dave Denholm).
2006-10-28 bellardremoved invalid code
2006-10-23 bellardsparc64 syscall fix (Blue Swirl)
2006-10-22 pbrookColdFire target.
2006-10-21 pbrookbFLT 64-bit host fix.
2006-09-24 bellardadded cpu_smm_update()
2006-09-09 pbrookARM 64-bit host fix.
2006-07-18 bellardSparc64 host support (Blue Swirl)
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-07-13 bellardnew clock logic: cpu ticks and virtual clocks are no...
2006-06-27 bellardinitial MIPS signal handling (initial patch by Raphael...
2006-06-24 bellardmips socket calls (initial patch by Raphael Rigo)
2006-06-21 bellardsparc user fixes (Blue Swirl)
2006-06-18 pbrookSH bugfixes.
2006-06-17 pbrookSH usermode fault handling.
2006-06-17 pbrookRespond to qOffsets gdb packet (for debugging bFLT...
2006-06-14 bellardMIPS FPU support in linux user emulation
2006-06-14 bellarduse glibc syscall (David Woodhouse)
next