aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown5-5/+25
2014-09-19[efi] Provide dummy device path in efi_image_probe()Michael Brown1-1/+6
2014-08-29[efi] Wrap any images loaded by our wrapped imageMichael Brown1-1/+1
2014-08-06[efi] Move abstract device path and handle functions to efi_utils.cMichael Brown1-1/+1
2014-08-05[efi] Open device path protocol only at point of useMichael Brown1-1/+1
2014-08-05[efi] Provide centralised definitions of commonly-used GUIDsMichael Brown1-4/+0
2014-07-31[efi] Avoid unnecessarily passing pointers to EFI_HANDLEsMichael Brown1-2/+2
2014-07-30[efi] Fill in loaded image's DeviceHandle if firmware fails to do soMichael Brown1-0/+7
2014-07-30[efi] Unload started images only on failureMichael Brown1-9/+17
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