aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)AuthorFilesLines
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
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