aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* [hci] Draw all widgets on the standard screenMichael Brown2024-06-185-20/+14
* [hci] Provide a general concept of a text widget setMichael Brown2024-05-155-109/+296
* [hci] Fix semantics of replace_string() to match code commentsMichael Brown2024-04-171-17/+18
* [hci] Use dynamically allocated buffers for editable stringsMichael Brown2024-04-155-129/+176
* [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
* [console] Include mappings for AltGr-Shift-<key>Michael Brown2022-02-1619-0/+113
* [console] Ensure that US keyboard map appears at start of linker tableMichael Brown2022-02-161-1/+1
* [console] Fix definition of unreachability for remapped keysMichael Brown2022-02-1518-0/+114
* [console] Add Swedish "se" keymapMichael Brown2022-02-151-0/+53
* [console] Remove "az" keymapMichael Brown2022-02-151-40/+0
* [console] Fix unreachable characters in "mt" keymapMichael Brown2022-02-151-1/+0
* [console] Fix unreachable characters in "il" keymapMichael Brown2022-02-151-0/+1
* [console] Treat dead keys as producing their ASCII equivalentsMichael Brown2022-02-1514-5/+41
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-1530-0/+266
* [console] Allow for named keyboard mappingsMichael Brown2022-02-1530-60/+270
* [console] Handle remapping of scancode 86Michael Brown2022-02-1022-0/+44
* [console] Update genkeymap to work with current databasesMichael Brown2022-02-1022-246/+87
* [readline] Extend maximum read line length to 1024 charactersMichael Brown2021-09-101-7/+17
* [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-233-5/+16
* [linux] Use host glibc system call wrappersMichael Brown2021-02-281-17/+3
* [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
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [mucurses] Avoid potential division by zeroMichael Brown2017-07-041-2/+1
* [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
* [mucurses] Ensure SLK labels are always terminatedMichael Brown2017-03-221-1/+1
* [mucurses] Attempt to fix use of uninitialised buffer with strcat()Michael Brown2017-03-211-0/+1
* [mucurses] Attempt to fix resource leaksMichael Brown2017-03-211-6/+4
* [mucurses] Attempt to fix keypress processing logicMichael Brown2017-03-211-4/+3
* [mucurses] Attempt to fix test for empty stringMichael Brown2017-03-211-1/+1
* [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