summaryrefslogtreecommitdiffstats
path: root/src/image/elf.c
Commit message (Expand)AuthorAgeFilesLines
* [elf] Reject ELFBoot images requiring virtual addressingMichael Brown2015-07-291-51/+88
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [multiboot] Place multiboot modules low in memoryMichael Brown2012-04-191-3/+15
* [elf] Avoid attempting to load 64-bit ELF binariesMichael Brown2012-04-091-1/+10
* [image] Simplify image managementMichael Brown2011-03-071-14/+15
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [elf] Work around entry point bug in NetBSD kernelsMichael Brown2009-04-241-14/+41
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-23/+6Star
* Replace image->entry with image->priv.Michael Brown2007-01-141-2/+2
* Force probing of multiboot before ELF.Michael Brown2007-01-121-2/+2
* Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown2007-01-121-1/+1
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-5/+11
* Add placeholder elf_execute()Michael Brown2007-01-111-0/+11
* Limit -ENOEXEC to mean "this is not in my format".Michael Brown2007-01-111-3/+3
* Use generic "struct image" rather than "struct elf".Michael Brown2007-01-111-11/+18
* Create include/gpxe/elf.h for the ELF bits that aren't part of the ELFMichael Brown2007-01-111-8/+4Star
* Removed the Etherboot-specific ELF-image code and replaced it with aMichael Brown2007-01-111-0/+130