1. 7e9c7ff fix entry pointer for ELF kernels loaded with -kernel option by Henning Schild · 13 years ago
  2. c7c530c elf: Improve symbol lookup (optimize, fix for bsd-user) by Stefan Weil · 13 years ago
  3. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  4. e403e43 elf: Calculate symbol size if needed by Stefan Weil · 15 years ago
  5. 16f0441 microblaze: Handle new elf mach nr for sysemu. by Edgar E. Iglesias · 15 years ago
  6. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  7. 3e372cf loader: don't call realloc(non_null, 0) when no symbols are present by Aurelien Jarno · 15 years ago
  8. 45a50b1 Reorganize option rom (+linux kernel) loading. by Gerd Hoffmann · 16 years ago
  9. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  10. 99a0949 Get rid of _t suffix by malc · 16 years ago
  11. ca20cf3 Compile loader only once by Blue Swirl · 16 years ago[Renamed (92%) from elf_ops.h]
  12. ec82200 Fix symfind. by Laurent Desnogues · 16 years ago
  13. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  14. fd93a79 Fix elf loader range checking by Paul Brook · 16 years ago
  15. 7f70c93 Make the ELF loader aware of backwards compatibility by blueswir1 · 16 years ago
  16. 83c1f87 Use load address when loading ELF images. by pbrook · 16 years ago
  17. 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
  18. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  19. 8279006 Cast ELF datatypes properly to host 64bit types. by ths · 17 years ago
  20. eb296a0 Remove the target dependency introduced by previous patch by blueswir1 · 18 years ago
  21. 9437454 Fix loading above 4G by blueswir1 · 18 years ago
  22. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  23. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  24. 7428711 Improved initrd support for mips. by ths · 18 years ago
  25. 04d4b0c Simplify error handling again. by ths · 18 years ago
  26. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  27. 3aee288 fixed memory leak by bellard · 19 years ago
  28. 9ee3c02 added entry parameter to ELF loader by bellard · 19 years ago
  29. 5fe141f generic ELF loader by bellard · 19 years ago