summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/image_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-101-5/+13
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-23/+30
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-221-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [image] Add "--replace" optionMichael Brown2012-07-201-5/+54
* [image] Add "--autofree" optionMichael Brown2012-07-201-3/+12
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-223/+170Star
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-6/+3Star
* [image] Remove redundant call to basename()Michael Brown2011-03-271-3/+0Star
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-56/+55Star
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-071-30/+15Star
* [image] Clear the command line rather than setting an empty command lineMichael Brown2011-03-071-3/+6
* [image] Simplify image managementMichael Brown2011-03-071-34/+30Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-14/+8Star
* [image] Use generic option-parsing libraryMichael Brown2010-11-221-315/+156Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [image] Modify imgfree command to accept an argumentJoshua Oreman2009-06-231-5/+18
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-4/+4
* [image] Added "chain" command to fetch, load, and execute imageShao Miller2009-02-241-0/+20
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-081-1/+1
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-22/+4Star
* [cmdline] Fix image command-line construction for zero-length argument listsMichael Brown2008-06-271-5/+8
* [cmdline] Remove arbitrary limit on the length of image command linesMichael Brown2008-06-121-8/+17
* Error message cleanups.Michael Brown2007-08-021-1/+2
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-24/+59
* make imgfill_cmdline staticHolger Lubitz2007-07-271-1/+2
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-281-2/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-281-28/+35
* TypoMichael Brown2007-03-201-2/+2
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add the "initrd" commandMichael Brown2007-01-141-20/+57
* Make "boot" a synonym for "imgexec", to match grubMichael Brown2007-01-141-0/+4
* Don't print "<NULL>" when we use imgautoselect().Michael Brown2007-01-121-1/+2
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-9/+18
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-51/+309
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+228