aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci/commands
Commit message (Expand)AuthorAgeFilesLines
* [usb] Add "usbscan" command for iterating over USB devicesMichael Brown2024-10-171-0/+122
* [image] Add the "imgdecrypt" commandMichael Brown2024-08-291-0/+124
* [form] Add support for dynamically created interactive formsMichael Brown2024-06-201-0/+66
* [dynui] Add concept of a secret user interface itemMichael Brown2024-06-201-0/+6
* [dynui] Allow for multiple flags on a user interface itemMichael Brown2024-06-201-2/+5
* [dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown2024-06-201-54/+55
* [hci] Rename "item" command's first parameter from "label" to "name"Michael Brown2024-06-181-6/+6
* [block] Allow SAN boot device to be identified by filesystem labelMichael Brown2024-03-071-1/+6
* [block] Allow SAN boot device to be identified by an extra filenameMichael Brown2024-03-071-2/+7
* [block] Allow SAN boot device to be identified by UUIDMichael Brown2024-03-061-3/+7
* [block] Allow for additional SAN boot parameters alongside filenameMichael Brown2024-03-061-1/+5
* [efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2023-05-241-0/+14
* [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-231-1/+6
* [efi] Add "shim" commandMichael Brown2023-05-221-0/+112
* [image] Generalise concept of selected imageMichael Brown2023-05-171-1/+1
* [params] Allow for arbitrary HTTP request headers to be specifiedMichael Brown2023-03-011-1/+9
* [params] Rename "form parameter" to "request parameter"Michael Brown2023-03-011-2/+2
* [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-151-0/+6
* [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-151-7/+5
* [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-081-0/+105
* [settings] Add --timeout option to "read" commandMichael Brown2021-04-231-14/+43
* [readline] Add an optional timeout to readline_history()Michael Brown2021-04-231-1/+1
* [cmdline] Expose "iflinkwait" as a commandMichael Brown2021-01-261-0/+56
* [image] Provide image_memory()Michael Brown2021-01-251-3/+1
* [image] Add the "imgmem" commandMichael Brown2021-01-221-0/+98
* [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-221-1/+7
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-121-3/+8
* [block] Add basic multipath supportMichael Brown2017-03-261-15/+15
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-261-1/+1
* [cmdline] Add certificate management commandsMichael Brown2016-08-311-0/+304
* [build] Remove more obsolete explicit object requirementsMichael Brown2016-07-291-6/+0
* [build] Remove obsolete explicit object requirementsMichael Brown2016-07-291-4/+0
* [image] Use image_asn1() to extract data from CMS signature imagesMichael Brown2016-07-291-0/+1
* [cmdline] Add "ntp" commandMichael Brown2016-06-131-0/+81
* [lotest] Add option to use broadcast packets for loopback testingMichael Brown2016-05-231-1/+6
* [infiniband] Add "ibstat" commandMichael Brown2016-03-081-0/+79
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+5
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-022-2/+10
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0222-22/+110
* [ping] Allow "ping" command output to be inhibitedMichael Brown2014-10-231-1/+5
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-231-1/+6
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-271-0/+70
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-104-9/+22
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-021-0/+70
* [params] Use reference counters for form parameter listsMichael Brown2014-02-261-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