summaryrefslogtreecommitdiffstats
path: root/src/hci/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2023-10-062-1/+132
|\
| * [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
* | Merge branch 'master' into openslxSimon Rettberg2023-04-041-3/+11
|\|
| * [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
* | Merge branch 'master' into openslxSimon Rettberg2022-10-211-7/+11
|\|
| * [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/+5Star
* | Local UEFI disk boot supportSimon Rettberg2021-10-051-0/+77
* | Merge branch 'master' into openslxSimon Rettberg2021-07-222-14/+148
|\|
| * [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
* | Merge branch 'master' into openslxSimon Rettberg2021-03-082-0/+152
|\|
| * [cmdline] Expose "iflinkwait" as a commandMichael Brown2021-01-261-0/+56
| * [image] Provide image_memory()Michael Brown2021-01-251-3/+1Star
| * [image] Add the "imgmem" commandMichael Brown2021-01-221-0/+98
* | Merge branch 'master' into openslxSimon Rettberg2020-08-121-1/+7
|\|
| * [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-221-1/+7
* | [login] Add "--nouser" option to just ask for passwordSimon Rettberg2019-04-011-3/+10
* | [menu] Add --hidden option to create hotkey-only entriesSimon Rettberg2018-05-281-1/+12
* | [console] Add option to update margins and bg-image of vesa mode consoleSimon Rettberg2018-05-281-0/+2
|/
* [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/+0Star
* [build] Remove obsolete explicit object requirementsMichael Brown2016-07-291-4/+0Star
* [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-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