]> git.proxmox.com Git - qemu.git/history - linux-user
Update Sparc parts in documentation
[qemu.git] / linux-user /
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.
2007-09-24 thslinux-user openat() syscall, by Thayne Harbaugh.
2007-09-24 thsUpdate Linux kernel syscall list.
2007-09-23 thsSync termbits.h with current Linux kernel.
2007-09-23 thsAdd new MIPS/Linux syscalls.
2007-09-23 thsCorrect and update mips termbits.h.
2007-09-18 j_mayerFix invalid MAP_xxx flags for PowerPC targets.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsAdd some missing checks for host syscalls.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
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.
next