better than nothing 64 bit support - added sign extension for TYPE_LONG
[qemu] / linux-user /
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.
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.
next