aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)AuthorFilesLines
2014-07-16[efi] Allow for interception of boot services calls by loaded imageMichael Brown1-0/+4
2014-03-14[efi] Disable SNP devices when running iPXE as the applicationMichael Brown1-0/+4
2014-01-12[png] Add support for PNG imagesMichael Brown1-0/+1007
2013-11-27[pnm] Add support for PNM imagesMichael Brown1-0/+415
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown1-1/+1
2013-11-01[parseopt] Add parse_timeout()Michael Brown1-2/+2
2013-07-25[script] Allow commands following a script labelMichael Brown1-43/+53
2013-07-25[script] Allow initial whitespace on lines containing labelsMichael Brown1-4/+29
2013-07-15[script] Avoid trying to read final character of a zero-length stringMichael Brown1-2/+2
2013-07-15[script] Allow for backslash continuation of script linesMichael Brown1-13/+41
2013-04-19[efi] Add sample platform-generated error disambiguationsMichael Brown1-3/+19
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-8/+11
2013-03-19[efi] Fix minor typos in efi_image.cMichael Brown1-3/+3
2013-03-13[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown1-92/+139
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown4-4/+8
2012-04-23[script] Avoid using stack-allocated memory in process_line()Michael Brown1-14/+15
2012-04-19[multiboot] Place multiboot modules low in memoryMichael Brown1-3/+15
2012-04-09[elf] Avoid attempting to load 64-bit ELF binariesMichael Brown1-1/+10
2012-03-29[parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown1-1/+1
2012-02-15[efi] Add iPXE download protocolJarrod Johnson1-2/+124
2011-08-08[script] Accept labels on lines terminated with CRLFMichael Brown1-1/+7
2011-03-29[efi] Ensure that all drivers are shut down before the OS bootsMichael Brown1-30/+0
2011-03-09[script] Allow scripts to be replacedMichael Brown1-2/+6
2011-03-09[image] Generalise "currently-running script" to "currently-running image"Michael Brown1-22/+12
2011-03-07[prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2-1/+2
2011-03-07[script] Add "prompt" commandMichael Brown1-0/+67
2011-03-07[script] Add an iPXE error URI to the "not in a script" messageMichael Brown1-2/+3
2011-03-07[image] Simplify image managementMichael Brown4-38/+24
2011-03-04[parseopt] Refer to online documentation for command helpMichael Brown1-2/+1
2011-01-27[init] Remove concept of "shutdown exit flags"Michael Brown1-1/+1
2010-11-29[script] Remove "Aborting on <line>" messageMichael Brown1-3/+1
2010-11-29[cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown1-7/+6
2010-11-22[script] Allow "exit" to exit a scriptMichael Brown1-14/+21
2010-11-22[script] Implement "goto" in iPXE scriptsMichael Brown1-25/+189
2010-08-16[ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski1-1/+1
2010-06-23[refcnt] Add ref_no_free handlerJoshua Oreman1-11/+1
2010-06-22[refcnt] Add ref_init() wrapper functionMichael Brown1-1/+1
2010-06-02[efi] Add the "snpnet" driverGeoff Lywood1-3/+34
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-11/+14
2010-05-22[script] Accept "#!gpxe" as well as "#!ipxe" as a script magic markerMichael Brown1-4/+9
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