summaryrefslogtreecommitdiffstats
path: root/src/hci/commands
Commit message (Expand)AuthorAgeFilesLines
...
* [image] Add "--replace" optionMichael Brown2012-07-201-5/+54
* [image] Add "--autofree" optionMichael Brown2012-07-201-3/+12
* [cmdline] Increase resolution of "time" commandMichael Brown2012-06-271-3/+6
* [cmdline] Add "sync" commandMichael Brown2012-06-091-0/+82
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-291-3/+7
* [menu] Add menu commandsMichael Brown2012-03-291-0/+280
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-251-0/+172
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-225/+173Star
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-6/+3Star
* [cmdline] Make "sleep" command available by defaultMichael Brown2011-10-241-40/+0Star
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-20/+114
* [image] Remove redundant call to basename()Michael Brown2011-03-271-3/+0Star
* [settings] Add "read" commandMichael Brown2011-03-271-39/+88
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-4/+6
* [settings] Use concat_args() in "set" commandMichael Brown2011-03-221-24/+20Star
* [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-0416-62/+33Star
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-271-4/+16
* [settings] Allow "set" command to take an empty valueMichael Brown2010-11-221-1/+1
* [autoboot] Merge "netboot" command into "autoboot"Michael Brown2010-11-221-64/+4Star
* [legal] Add some missing FILE_LICENCE declarationsMichael Brown2010-11-223-0/+6
* [image] Use generic option-parsing libraryMichael Brown2010-11-221-315/+156Star
* [login] Use generic option-parsing libraryMichael Brown2010-11-221-6/+50
* [route] Use generic option-parsing libraryMichael Brown2010-11-221-34/+17Star
* [san] Use generic option-parsing libraryMichael Brown2010-11-221-33/+41
* [time] Use generic option-parsing libraryMichael Brown2010-11-221-24/+58
* [lotest] Use generic option-parsing libraryMichael Brown2010-11-221-59/+42Star
* [gdb] Use generic option-parsing libraryMichael Brown2010-11-221-42/+50
* [fc] Use generic option-parsing libraryMichael Brown2010-11-221-105/+134
* [digest] Use generic option-parsing libraryMichael Brown2010-11-221-25/+25
* [dhcp] Use generic option-parsing libraryMichael Brown2010-11-221-120/+35Star
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-222-94/+137
* [settings] Use generic option-parsing libraryMichael Brown2010-11-212-40/+201
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-211-32/+89
* [vlan] Use generic option-parsing libraryMichael Brown2010-11-211-99/+66Star
* [autoboot] Add "netboot" commandMichael Brown2010-11-201-3/+36
* [vlan] Add support for IEEE 802.1Q VLANsMichael Brown2010-11-201-0/+174
* [list] Add list_first_entry()Michael Brown2010-11-081-3/+2Star
* [settings] Modify "set" command to allow space separated valuesMichael Brown2010-09-211-5/+25
* [lotest] Add loopback testing commandsMichael Brown2010-09-211-0/+114
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-151-0/+189
* [dhcp] Allow multiple interfaces in dhcp commandMichael Brown2010-08-161-22/+56
* [build] Rename gPXE to iPXEMichael Brown2010-04-2013-30/+30
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-051-0/+69
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-282-31/+1Star
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-282-12/+12
* [hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2009-06-242-1/+32