aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
8 days[hci] Remove the generalised widget user interface abstractionMichael Brown3-220/+0
8 days[form] Reimplement the "login" user interfaceMichael Brown1-61/+31
8 days[form] Add support for dynamically created interactive formsMichael Brown2-0/+610
8 days[dynui] Add concept of a secret user interface itemMichael Brown1-0/+6
8 days[dynui] Allow for multiple flags on a user interface itemMichael Brown2-3/+6
9 days[dynui] Generalise mechanisms for looking up user interface itemsMichael Brown1-32/+6
9 days[dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown2-75/+77
9 days[hci] Allow tab key to be used to cycle through UI elementsMichael Brown3-31/+52
11 days[hci] Rename "item" command's first parameter from "label" to "name"Michael Brown2-19/+19
11 days[hci] Split out msg() and alert() from settings UI codeMichael Brown2-72/+115
11 days[hci] Draw all widgets on the standard screenMichael Brown5-20/+14
2024-05-15[hci] Provide a general concept of a text widget setMichael Brown5-109/+296
2024-04-17[hci] Fix semantics of replace_string() to match code commentsMichael Brown1-17/+18
2024-04-15[hci] Use dynamically allocated buffers for editable stringsMichael Brown5-129/+176
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