aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
2024-03-07[block] Allow SAN boot device to be identified by filesystem labelMichael Brown1-1/+6
2024-03-07[block] Allow SAN boot device to be identified by an extra filenameMichael Brown1-2/+7
2024-03-06[block] Allow SAN boot device to be identified by UUIDMichael Brown1-3/+7
2024-03-06[block] Allow for additional SAN boot parameters alongside filenameMichael Brown1-1/+5
2023-05-24[efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown1-0/+14
2023-05-23[efi] Support versions of shim that perform SBAT verificationMichael Brown1-1/+6
2023-05-22[efi] Add "shim" commandMichael Brown1-0/+112
2023-05-17[image] Generalise concept of selected imageMichael Brown1-1/+1
2023-03-01[params] Allow for arbitrary HTTP request headers to be specifiedMichael Brown1-1/+9
2023-03-01[params] Rename "form parameter" to "request parameter"Michael Brown1-2/+2
2022-09-15[pci] Check for wraparound in callers of pci_find_next()Michael Brown1-0/+6
2022-09-15[pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown1-7/+5
2022-02-16[console] Include mappings for AltGr-Shift-<key>Michael Brown19-0/+113
2022-02-16[console] Ensure that US keyboard map appears at start of linker tableMichael Brown1-1/+1
2022-02-15[console] Fix definition of unreachability for remapped keysMichael Brown18-0/+114
2022-02-15[console] Add Swedish "se" keymapMichael Brown1-0/+53
2022-02-15[console] Remove "az" keymapMichael Brown1-40/+0
2022-02-15[console] Fix unreachable characters in "mt" keymapMichael Brown1-1/+0
2022-02-15[console] Fix unreachable characters in "il" keymapMichael Brown1-0/+1
2022-02-15[console] Treat dead keys as producing their ASCII equivalentsMichael Brown14-5/+41
2022-02-15[console] Support AltGr to access ASCII characters via remappingMichael Brown30-0/+266
2022-02-15[console] Allow for named keyboard mappingsMichael Brown30-60/+270
2022-02-10[console] Handle remapping of scancode 86Michael Brown22-0/+44
2022-02-10[console] Update genkeymap to work with current databasesMichael Brown22-246/+87
2021-09-10[readline] Extend maximum read line length to 1024 charactersMichael Brown1-7/+17
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 Brown3-5/+16
2021-02-28[linux] Use host glibc system call wrappersMichael Brown1-17/+3
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
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2017-07-04[mucurses] Avoid potential division by zeroMichael Brown1-2/+1
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-03-22[mucurses] Ensure SLK labels are always terminatedMichael Brown1-1/+1
2017-03-21[mucurses] Attempt to fix use of uninitialised buffer with strcat()Michael Brown1-0/+1
2017-03-21[mucurses] Attempt to fix resource leaksMichael Brown1-6/+4
2017-03-21[mucurses] Attempt to fix keypress processing logicMichael Brown1-4/+3
2017-03-21[mucurses] Attempt to fix test for empty stringMichael Brown1-1/+1
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-05-04[mucurses] Fix GCC 6 nonnull-compare errorsVinson Lee1-11/+0