Update MIPS specific documentation.
[qemu] / linux-user /
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
2007-11-11 bellarduse correct types
2007-11-11 bellardprintf format fixes
2007-11-11 bellardremoved warnings - fixed arm stack copy bug
2007-11-11 bellardmove get_errno() inside do_fcntl()
2007-11-11 bellardno longer use get_errno for do_modify_ldt()
2007-11-11 bellardfixed error codes
2007-11-11 bellard-strace option
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-08 bellardremoved unused code
2007-11-08 bellardadded -cpu option for x86 - fixed glibc hack in case...
2007-11-03 thsFix some compiler warnings.
2007-11-03 j_mayerFix incorrect PowerPC instruction fetch exception dump.
2007-11-02 thsEFAULT - update __get_user() __put_user(), by Thayne...
2007-11-02 thsFix compiler warnings, by Stefan Weil.
2007-11-02 thsEFAULT - verify pages are in cache and are read/write...
2007-11-01 thsAdd new files fir strace support, missed in earlier...
2007-11-01 thsStrace for userland emulation, by Stuart Anderson and...
2007-10-30 balrogDo not make NETLINK socket connections possible (Alexan...
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-27 j_mayerPowerPC user-mode fix: MSR is now entirelly set-up...
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-20 thsSyscall target errno fixes, by Thayne Harbaugh.
2007-10-18 j_mayerUse TARGET_ABI_DIR feature to unify PowerPC and PowerPC...
2007-10-18 j_mayerUse the new TARGET_ABI32 feature to implement a ppc64ab...
2007-10-14 blueswir1 SuperSparc MXCC support (Robert Reif)
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-10-09 blueswir1 Support for executing 32 bit SPARC32PLUS files for...
2007-10-09 thsgetpriority() shouldn't use libc wrapper, by Thayne...
2007-10-08 thsCRIS Linux userland emulation, part 2. By Edgar E....
2007-10-08 thsCRIS Linux usermode emulation, part 1. By Edgar E....
2007-10-07 j_mayerFix host and target longs confusions (continued).
2007-10-07 j_mayerFix confusions between host and target long types.
2007-10-05 blueswir1 Implement sparc64_[gs]et_context
2007-10-04 j_mayerWe must reset the PowerPC CPU _after_ registering it...
2007-09-30 j_mayerFix missing case in the new PowerPC exception model.
2007-09-30 thsFix mmap to handle differing host/target page sizes...
2007-09-30 thsAdd get_sp_from_cpustate implementation.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 j_mayerProvision for x86_64-linux-user target: needs get_sp_fr...
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-28 thsBuild fix, ppc64 needs also a get_sp_from_cpustate...
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-27 j_mayermemset string pages to zero to avoid putting random...
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-26 j_mayerConvert syscall arguments and return value from long...
2007-09-25 thslinux-user utimensat() syscall, by Thayne Harbaugh.
2007-09-25 thsCheck if the hosts defines a symlinkat syscall.
2007-09-24 thslinux-user faccessat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchmodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user readlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user symlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user linkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user renameat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user unlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchownat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mknodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mkdirat() syscall, by Thayne Harbaugh.
next