index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
linux-user: remove two unchecked uses of strdup
Jim Meyering
2012-10-05
1
-5
/
+7
*
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
2012-08-14
1
-9
/
+50
*
linux-user: Factor out guest space probing into a function
Meador Inge
2012-08-14
1
-33
/
+77
*
target-or32: Add linux user support
Jia Liu
2012-07-27
1
-0
/
+41
*
Userspace ARM BE8 support
Paul Brook
2012-04-06
1
-0
/
+1
*
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
Benoit Canet
2012-04-06
1
-4
/
+27
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-8
/
+8
*
linux-user: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-12
/
+12
*
linux-user: save auxv length
Alexander Graf
2012-02-02
1
-11
/
+4
*
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil
2012-01-10
1
-7
/
+4
*
fix spelling in linux-user sub directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
*
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
Peter Maydell
2011-11-11
1
-3
/
+2
*
ppc64-linux-user: Properly interpret the entry function descriptor.
Richard Henderson
2011-10-27
1
-4
/
+4
*
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
Dr. David Alan Gilbert
2011-09-09
1
-2
/
+54
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-13
/
+13
*
set ELF_HWCAP for SPARC and SPARC64
Artyom Tarasenko
2011-07-14
1
-2
/
+4
*
linux-user: Define AT_RANDOM to support target stack protection mechanism.
Laurent ALFONSI
2011-06-21
1
-1
/
+20
*
linux-user: Handle images where lowest vaddr is not page aligned
Peter Maydell
2011-06-21
1
-57
/
+73
*
linux-user: Fix the load of ELF files that have no "useful" symbol
Cédric VINCENT
2011-06-21
1
-15
/
+19
*
s390x: s390x-linux-user support
Ulrich Hecht
2011-05-20
1
-0
/
+19
*
unicore32: necessary modifications for other files to support unicore32
Guan Xuetao
2011-04-12
1
-0
/
+74
*
linux-user: correct core dump format
Laurent Vivier
2011-02-17
1
-16
/
+18
*
linux-user/elfload: add FDPIC support
Mike Frysinger
2011-02-09
1
-0
/
+71
*
linux-user: Fix possible realloc memory leak
Stefan Weil
2011-02-09
1
-3
/
+5
*
linux-user: Protect against allocation failure in load_symbols.
Richard Henderson
2010-07-29
1
-0
/
+10
*
linux-user: Re-use load_elf_image for the main binary.
Richard Henderson
2010-07-29
1
-277
/
+103
*
linux-user: Extract load_elf_image from load_elf_interp.
Richard Henderson
2010-07-29
1
-174
/
+167
*
linux-user: Remove partial support for a.out interpreters.
Richard Henderson
2010-07-29
1
-70
/
+9
*
linux-user: Put the stack guard page at the top.
Richard Henderson
2010-07-29
1
-14
/
+17
*
linux-user: Improve consistency checking in elf headers.
Richard Henderson
2010-07-29
1
-24
/
+33
*
linux-user: Load symbols from the interpreter.
Richard Henderson
2010-07-29
1
-88
/
+101
*
linux-user: Clean up byte-swapping in elfload.c.
Richard Henderson
2010-07-29
1
-71
/
+48
*
linux-user: Define ELF_DATA generically.
Richard Henderson
2010-07-29
1
-24
/
+6
*
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson
2010-07-29
1
-60
/
+44
*
linux-user: Reindent elfload.c.
Richard Henderson
2010-07-29
1
-510
/
+518
*
Add more DT_* and AT_* constants to qemu's copy of elf.h.
Richard Henderson
2010-07-29
1
-9
/
+0
*
linux-user: Handle filesz < memsz for any PT_LOAD segment.
Richard Henderson
2010-07-29
1
-97
/
+55
*
Usermode exec-stack fix
Paul Brook
2010-06-16
1
-0
/
+1
*
Pre-allocate guest address space
Paul Brook
2010-05-29
1
-1
/
+1
*
microblaze: Update elf machine nums.
Edgar E. Iglesias
2010-05-19
1
-2
/
+2
*
microblaze: Add linux-user core dumping support.
Edgar E. Iglesias
2010-05-19
1
-0
/
+18
*
Better default guest_base
Paul Brook
2010-05-05
1
-6
/
+67
*
Remove PAGE_RESERVED
Paul Brook
2010-05-05
1
-6
/
+0
*
linux-user/ppc: use the Linux register layout
Rob Landley
2010-03-28
1
-21
/
+2
*
linux-user: Use RLIMIT_STACK for default stack size.
Richard Henderson
2010-03-27
1
-1
/
+1
*
Fix usermode virtual address type
Paul Brook
2010-03-12
1
-2
/
+2
*
Disassembler symbol lookup fix
Paul Brook
2010-03-01
1
-2
/
+2
*
fix linux-user microblaze ELF_ARCH definition
Mike Frysinger
2010-01-17
1
-1
/
+1
*
linux-user: add core dump support for SH
Nathan Froyd
2009-12-19
1
-0
/
+33
[next]