index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
2006-03-25
Avoid accessing guest memory directly in usermode emulation.
pbrook
2006-02-04
Make target_mmap always return -1 on failure.
pbrook
2006-02-04
Correctly initialize Arm CPU for Thumb entry points.
pbrook
2005-11-26
mips user emulation
bellard
2005-11-26
added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)
bellard
2005-10-30
Arm AT_HWCAP AUXV entry (Paul Brook)
bellard
2005-08-21
fix AUX vector entries (Paul Brook)
bellard
2005-02-10
64 bit support
bellard
2005-01-30
initial sparc64 support
bellard
2004-12-19
SPARC merge
bellard
2004-07-05
Darwin patch (initial patch by Pierre d'Herbemont)
bellard
2004-06-19
buffer overflow fix
bellard
2004-05-20
64 bit fix (Jocelyn Mayer)
bellard
2004-02-22
use kernel like macros for user access (will be useful someday to have a bett...
bellard
2004-01-18
avoid exiting directly if file not found
bellard
2004-01-18
suppressed cast to lvalue
bellard
2004-01-04
aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixes
bellard
2003-11-23
PowerPC target support (Jocelyn Mayer) - added better support for uid16
bellard
2003-09-30
sparc support - hack to fix case where real_host_page_size < TARGET_PAGE_SIZE...
bellard
2003-07-09
ARM init fix
bellard
2003-06-15
ARM emulation support
bellard
2003-06-09
removed unused code
bellard
2003-05-13
mmap emulation
bellard
2003-04-29
symbol fix
bellard
2003-04-11
path patch
bellard
2003-04-10
first self virtualizable version
bellard
2003-04-07
moved i386 specific stuff outside elf.h
bellard
2003-03-24
ld.so load fix
bellard
2003-03-24
glibc2.2 fixes - more command line options - misc doc fixes
v0.1.1
bellard
2003-03-23
distribution patches
v0.1.0
bellard
2003-03-23
better signal/exception support
bellard
2003-02-18
endianness fixes
bellard
2003-02-18
This commit was generated by cvs2svn to compensate for changes in r2,
bellard