aboutsummaryrefslogtreecommitdiff
path: root/src/hci/commands
AgeCommit message (Expand)AuthorFilesLines
2015-03-05[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+3
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2-2/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown22-22/+110
2014-10-23[ping] Allow "ping" command output to be inhibitedMichael Brown1-1/+5
2014-10-23[ping] Allow termination after a specified number of packetsMichael Brown1-1/+6
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown1-0/+70
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown4-9/+22
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown1-0/+70
2014-02-26[params] Use reference counters for form parameter listsMichael Brown1-2/+4
2014-01-22[cmdline] Always clear screen after reconfiguring consoleMichael Brown1-0/+5
2014-01-22[cmdline] Add margin options to the "console" commandMichael Brown1-0/+8
2014-01-22[cmdline] Rename "console" command's --bpp option to --depthMichael Brown1-2/+2
2013-12-09[cmdline] Add the "colour" and "cpair" commandsMichael Brown1-0/+125
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown2-14/+13
2013-11-28[cmdline] Add "console" command to configure consoleMichael Brown1-0/+125
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown16-67/+69
2013-11-05[cmdline] Make "dhcp" command a synonym for "ifconf"Michael Brown2-49/+2
2013-11-05[cmdline] Add "ifconf" commandMichael Brown1-0/+59
2013-11-05[cmdline] Allow "if<xxx>" commands to take optionsMichael Brown4-52/+121
2013-11-01[cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown1-2/+2
2013-11-01[parseopt] Add parse_timeout()Michael Brown3-11/+9
2013-10-21[cmdline] Add "ping" commandMichael Brown1-0/+100
2013-09-25[cmdline] Add "nstat" commandMichael Brown1-0/+69
2013-08-19[cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown1-0/+162
2013-08-05[cmdline] Add "pciscan" command to allow iteration over PCI devicesMichael Brown1-0/+114
2013-08-01[cmdline] Add "inc" commandMichael Brown1-0/+72
2013-07-22[settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commandsMichael Brown1-40/+56
2013-07-22[settings] Eliminate call to storef_named_setting() in choose_exec()Michael Brown1-5/+12
2013-07-22[parseopt] Move parse_settings() to parseopt.cMichael Brown1-22/+0
2013-07-22[parseopt] Allow parsed option to be modifiedMichael Brown4-10/+9
2013-07-15[ifmgmt] Avoid relying on global variable within ifcommon_exec()Michael Brown1-4/+3
2013-07-15[cmdline] Add "poweroff" commandMarin Hannache1-0/+72
2013-03-22[cmdline] Add ability to perform a warm rebootMichael Brown1-4/+11
2013-03-22[efi] Add "reboot" command for EFIMichael Brown1-0/+67
2012-10-24[readline] Allow readline_history() to return a meaningful statusMichael Brown1-5/+9
2012-10-24[settings] Prefill existing setting value in "read" commandMichael Brown1-8/+22
2012-09-10[cmdline] Add standalone "nslookup" commandPatrick Plenefisch1-0/+79
2012-09-10[settings] Use a generic setting's own type as its default typeMichael Brown2-2/+4
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown19-19/+38
2012-07-20[image] Add "--replace" optionMichael Brown1-5/+54
2012-07-20[image] Add "--autofree" optionMichael Brown1-3/+12
2012-06-27[cmdline] Increase resolution of "time" commandMichael Brown1-3/+6
2012-06-09[cmdline] Add "sync" commandMichael Brown1-0/+82
2012-04-28[menu] Add "--default" option to "choose" commandMichael Brown1-3/+7
2012-03-29[menu] Add menu commandsMichael Brown1-0/+280
2012-03-25[image] Add the "imgtrust" and "imgverify" commandsMichael Brown1-0/+172
2012-03-24[image] Simplify image management commands and internal APIMichael Brown2-225/+173
2011-10-25[image] Eliminate the register_and_xxx_image() functionsMichael Brown1-6/+3
2011-10-24[cmdline] Make "sleep" command available by defaultMichael Brown1-40/+0