aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* [menu] Allow a post-activity timeout to be definedHEADmastercoverity_scanMichael Brown4 days2-8/+18
* [usb] Add "usbscan" command for iterating over USB devicesMichael Brown2024-10-171-0/+122
* [image] Add the "imgdecrypt" commandMichael Brown2024-08-291-0/+124
* [hci] Remove the generalised widget user interface abstractionMichael Brown2024-06-213-220/+0
* [form] Reimplement the "login" user interfaceMichael Brown2024-06-211-61/+31
* [form] Add support for dynamically created interactive formsMichael Brown2024-06-202-0/+610
* [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-202-3/+6
* [dynui] Generalise mechanisms for looking up user interface itemsMichael Brown2024-06-201-32/+6
* [dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown2024-06-202-75/+77
* [hci] Allow tab key to be used to cycle through UI elementsMichael Brown2024-06-203-31/+52
* [hci] Rename "item" command's first parameter from "label" to "name"Michael Brown2024-06-182-19/+19
* [hci] Split out msg() and alert() from settings UI codeMichael Brown2024-06-182-72/+115
* [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