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
/
elf_ops.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix symfind.
Laurent Desnogues
2009-08-10
1
-1
/
+1
*
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
2009-07-31
1
-1
/
+1
*
Fix elf loader range checking
Paul Brook
2009-06-05
1
-3
/
+3
*
Make the ELF loader aware of backwards compatibility
blueswir1
2009-03-13
1
-2
/
+15
*
Use load address when loading ELF images.
pbrook
2008-10-22
1
-2
/
+4
*
* Use function pointers for symbol lookup (currently for elf32 and elf64,
pbrook
2008-10-22
1
-24
/
+63
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-3
/
+3
*
Cast ELF datatypes properly to host 64bit types.
ths
2007-10-17
1
-3
/
+3
*
Remove the target dependency introduced by previous patch
blueswir1
2007-09-25
1
-1
/
+1
*
Fix loading above 4G
blueswir1
2007-09-24
1
-2
/
+2
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-3
/
+3
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-5
/
+5
*
Improved initrd support for mips.
ths
2007-04-01
1
-1
/
+11
*
Simplify error handling again.
ths
2006-12-23
1
-7
/
+4
*
Check ELF binaries for machine type and endianness.
ths
2006-12-23
1
-4
/
+9
*
fixed memory leak
bellard
2006-05-02
1
-0
/
+1
*
added entry parameter to ELF loader
bellard
2006-04-26
1
-3
/
+10
*
generic ELF loader
bellard
2006-04-23
1
-0
/
+197