summaryrefslogtreecommitdiffstats
path: root/src/hci/commands
Commit message (Expand)AuthorAgeFilesLines
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-281-0/+70
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-104-9/+22
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-031-0/+70
* [params] Use reference counters for form parameter listsMichael Brown2014-02-271-2/+4
* [cmdline] Always clear screen after reconfiguring consoleMichael Brown2014-01-221-0/+5
* [cmdline] Add margin options to the "console" commandMichael Brown2014-01-221-0/+8
* [cmdline] Rename "console" command's --bpp option to --depthMichael Brown2014-01-221-2/+2
* [cmdline] Add the "colour" and "cpair" commandsMichael Brown2013-12-091-0/+125
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-052-14/+13Star
* [cmdline] Add "console" command to configure consoleMichael Brown2013-11-281-0/+125
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-0716-67/+69
* [cmdline] Make "dhcp" command a synonym for "ifconf"Michael Brown2013-11-052-49/+2Star
* [cmdline] Add "ifconf" commandMichael Brown2013-11-051-0/+59
* [cmdline] Allow "if<xxx>" commands to take optionsMichael Brown2013-11-054-52/+121
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-2/+2
* [parseopt] Add parse_timeout()Michael Brown2013-11-013-11/+9Star
* [cmdline] Add "ping" commandMichael Brown2013-10-211-0/+100
* [cmdline] Add "nstat" commandMichael Brown2013-09-251-0/+69
* [cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown2013-08-191-0/+162
* [cmdline] Add "pciscan" command to allow iteration over PCI devicesMichael Brown2013-08-051-0/+114
* [cmdline] Add "inc" commandMichael Brown2013-08-011-0/+72
* [settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commandsMichael Brown2013-07-221-40/+56
* [settings] Eliminate call to storef_named_setting() in choose_exec()Michael Brown2013-07-221-5/+12
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-221-22/+0Star
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-224-10/+9Star
* [ifmgmt] Avoid relying on global variable within ifcommon_exec()Michael Brown2013-07-151-4/+3Star
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+72
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-4/+11
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+67
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-251-5/+9
* [settings] Prefill existing setting value in "read" commandMichael Brown2012-10-251-8/+22
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-101-0/+79
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-102-2/+4
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2019-19/+38
* [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