aboutsummaryrefslogtreecommitdiff
path: root/src/hci/commands
AgeCommit message (Expand)AuthorFilesLines
2021-05-08[image] Add "imgextract" command for extracting archive imagesMichael Brown1-0/+105
2021-04-23[settings] Add --timeout option to "read" commandMichael Brown1-14/+43
2021-04-23[readline] Add an optional timeout to readline_history()Michael Brown1-1/+1
2021-01-26[cmdline] Expose "iflinkwait" as a commandMichael Brown1-0/+56
2021-01-25[image] Provide image_memory()Michael Brown1-3/+1
2021-01-22[image] Add the "imgmem" commandMichael Brown1-0/+98
2020-07-22[cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock1-1/+7
2017-04-12[block] Allow use of a non-default EFI SAN boot filenameMichael Brown1-3/+8
2017-03-26[block] Add basic multipath supportMichael Brown1-15/+15
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-1/+1
2016-08-31[cmdline] Add certificate management commandsMichael Brown1-0/+304
2016-07-29[build] Remove more obsolete explicit object requirementsMichael Brown1-6/+0
2016-07-29[build] Remove obsolete explicit object requirementsMichael Brown1-4/+0
2016-07-29[image] Use image_asn1() to extract data from CMS signature imagesMichael Brown1-0/+1
2016-06-13[cmdline] Add "ntp" commandMichael Brown1-0/+81
2016-05-23[lotest] Add option to use broadcast packets for loopback testingMichael Brown1-1/+6
2016-03-08[infiniband] Add "ibstat" commandMichael Brown1-0/+79
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