aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown5-18/+18
2009-06-03[script] Allow for DOS-style line endings in scriptsMichael Brown1-3/+5
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown5-0/+10
2009-04-24[elf] Work around entry point bug in NetBSD kernelsMichael Brown1-14/+41
2009-03-31[segment] Add "Requested memory not available" error messageMichael Brown1-0/+11
2009-02-24[image] Allow for zero embedded imagesMichael Brown2-6/+9
2009-02-17[comboot] Allow for tail recursion of COMBOOT imagesMichael Brown1-4/+1
2009-02-16[image] Avoid claiming zero-length images as validMichael Brown1-0/+6
2009-02-16[image] Allow multiple embedded imagesMichael Brown3-39/+79
2009-02-15[i386] Add explicit flags and type on all .section declarationsMichael Brown1-1/+1
2008-11-19[efi] Add efi_strerror()Michael Brown1-6/+6
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2-4/+4
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-0/+106
2008-09-07[pcbios] Add extra debugging messages relating to the system memory mapMichael Brown1-0/+2
2008-07-08[bzimage] Kill off the initrd image typeMichael Brown1-37/+0
2008-06-27[misc] Fix building on OpenBSDMichael Brown1-3/+2
2008-06-18[script] Remove arbitrary limit on script line lengthsMichael Brown1-28/+19
2008-06-09[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown1-23/+6
2008-06-04[embed] Add missing register_image() to image/embedded.cMichael Brown1-0/+1
2008-01-08Added the embedded pxelinux payload patch from hpa.Michael Brown2-0/+56
2007-12-07Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown1-1/+1
2007-08-07Set current working URI to be that of the executable image whenMichael Brown1-9/+1
2007-08-02Set current working URI equal to script URI during script execution.Michael Brown1-1/+9
2007-08-02Cope with non-newline-terminated scripts.Michael Brown1-2/+3
2007-06-09Scripts temporarily deregister themselves while executing. ThisMichael Brown1-3/+16
2007-01-14Actually, the initrd image should be architecture-independent.Michael Brown1-0/+37
2007-01-14Replace image->entry with image->priv.Michael Brown1-2/+2
2007-01-12Make DEBUG=script echo the commands as they are executedMichael Brown1-0/+1
2007-01-12Use systematic names for XXX_IMAGE.Michael Brown1-0/+113
2007-01-12Force probing of multiboot before ELF.Michael Brown1-2/+2
2007-01-12Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown1-1/+1
2007-01-11Provide registration mechanism for loaded images, so that we can e.g.Michael Brown1-5/+11
2007-01-11Add placeholder elf_execute()Michael Brown1-0/+11
2007-01-11Limit -ENOEXEC to mean "this is not in my format".Michael Brown1-3/+3
2007-01-11Use generic "struct image" rather than "struct elf".Michael Brown1-11/+18
2007-01-11Create include/gpxe/elf.h for the ELF bits that aren't part of the ELFMichael Brown1-8/+4
2007-01-11Removed the Etherboot-specific ELF-image code and replaced it with aMichael Brown1-0/+130
2007-01-11Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown1-0/+72