aboutsummaryrefslogtreecommitdiffstats
path: root/src/image
Commit message (Expand)AuthorAgeFilesLines
...
* [efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2013-03-131-92/+139
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-204-4/+8
* [script] Avoid using stack-allocated memory in process_line()Michael Brown2012-04-231-14/+15
* [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
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-1/+1
* [efi] Add iPXE download protocolJarrod Johnson2012-02-151-2/+124
* [script] Accept labels on lines terminated with CRLFMichael Brown2011-08-081-1/+7
* [efi] Ensure that all drivers are shut down before the OS bootsMichael Brown2011-03-291-30/+0
* [script] Allow scripts to be replacedMichael Brown2011-03-091-2/+6
* [image] Generalise "currently-running script" to "currently-running image"Michael Brown2011-03-091-22/+12
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-072-1/+2
* [script] Add "prompt" commandMichael Brown2011-03-071-0/+67
* [script] Add an iPXE error URI to the "not in a script" messageMichael Brown2011-03-071-2/+3
* [image] Simplify image managementMichael Brown2011-03-074-38/+24
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-2/+1
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-1/+1
* [script] Remove "Aborting on <line>" messageMichael Brown2010-11-291-3/+1
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-291-7/+6
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-221-14/+21
* [script] Implement "goto" in iPXE scriptsMichael Brown2010-11-221-25/+189
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-161-1/+1
* [refcnt] Add ref_no_free handlerJoshua Oreman2010-06-231-11/+1
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-1/+1
* [efi] Add the "snpnet" driverGeoff Lywood2010-06-021-3/+34
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-11/+14
* [script] Accept "#!gpxe" as well as "#!ipxe" as a script magic markerMichael Brown2010-05-221-4/+9
* [build] Rename gPXE to iPXEMichael Brown2010-04-195-18/+18
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-031-3/+5
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-185-0/+10
* [elf] Work around entry point bug in NetBSD kernelsMichael Brown2009-04-241-14/+41
* [segment] Add "Requested memory not available" error messageMichael Brown2009-03-311-0/+11
* [image] Allow for zero embedded imagesMichael Brown2009-02-242-6/+9
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-4/+1
* [image] Avoid claiming zero-length images as validMichael Brown2009-02-161-0/+6
* [image] Allow multiple embedded imagesMichael Brown2009-02-163-39/+79
* [i386] Add explicit flags and type on all .section declarationsMichael Brown2009-02-151-1/+1
* [efi] Add efi_strerror()Michael Brown2008-11-191-6/+6
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-4/+4
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+106
* [pcbios] Add extra debugging messages relating to the system memory mapMichael Brown2008-09-071-0/+2
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-37/+0
* [misc] Fix building on OpenBSDMichael Brown2008-06-271-3/+2
* [script] Remove arbitrary limit on script line lengthsMichael Brown2008-06-181-28/+19
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-23/+6
* [embed] Add missing register_image() to image/embedded.cMichael Brown2008-06-041-0/+1
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-082-0/+56
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Set current working URI to be that of the executable image whenMichael Brown2007-08-071-9/+1
* Set current working URI equal to script URI during script execution.Michael Brown2007-08-021-1/+9