aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Compile loader only onceBlue Swirl2009-09-201-271/+0
* Fix symfind.Laurent Desnogues2009-08-101-1/+1
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-1/+1
* Fix elf loader range checkingPaul Brook2009-06-051-3/+3
* Make the ELF loader aware of backwards compatibilityblueswir12009-03-131-2/+15
* Use load address when loading ELF images.pbrook2008-10-221-2/+4
* * Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook2008-10-221-24/+63
* Add statics and missing #includes for prototypes.pbrook2007-11-181-3/+3
* Cast ELF datatypes properly to host 64bit types.ths2007-10-171-3/+3
* Remove the target dependency introduced by previous patchblueswir12007-09-251-1/+1
* Fix loading above 4Gblueswir12007-09-241-2/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-5/+5
* Improved initrd support for mips.ths2007-04-011-1/+11
* Simplify error handling again.ths2006-12-231-7/+4
* Check ELF binaries for machine type and endianness.ths2006-12-231-4/+9
* fixed memory leakbellard2006-05-021-0/+1
* added entry parameter to ELF loaderbellard2006-04-261-3/+10
* generic ELF loaderbellard2006-04-231-0/+197