summaryrefslogtreecommitdiffstats
path: root/src/image
Commit message (Expand)AuthorAgeFilesLines
* [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/+12Star
* [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/+24Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-2/+1Star
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-1/+1
* [script] Remove "Aborting on <line>" messageMichael Brown2010-11-291-3/+1Star
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-291-7/+6Star
* [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/+1Star
* [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-205-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/+1Star
* [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/+0Star
* [misc] Fix building on OpenBSDMichael Brown2008-06-271-3/+2Star
* [script] Remove arbitrary limit on script line lengthsMichael Brown2008-06-181-28/+19Star
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-23/+6Star
* [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/+1Star
* Set current working URI equal to script URI during script execution.Michael Brown2007-08-021-1/+9
* Cope with non-newline-terminated scripts.Michael Brown2007-08-021-2/+3
* Scripts temporarily deregister themselves while executing. ThisMichael Brown2007-06-091-3/+16
* Actually, the initrd image should be architecture-independent.Michael Brown2007-01-141-0/+37
* Replace image->entry with image->priv.Michael Brown2007-01-141-2/+2
* Make DEBUG=script echo the commands as they are executedMichael Brown2007-01-121-0/+1
* Use systematic names for XXX_IMAGE.Michael Brown2007-01-121-0/+113
* Force probing of multiboot before ELF.Michael Brown2007-01-121-2/+2
* Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown2007-01-121-1/+1
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-5/+11