summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'aqc1xx' into openslxSimon Rettberg2024-04-121-5/+23
|\
| * [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
* | 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
* | Merge branch 'master' into openslxSimon Rettberg2022-05-1135-327/+964
|\|
| * [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/+0Star
| * [console] Fix unreachable characters in "mt" keymapMichael Brown2022-02-151-1/+0Star
| * [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/+87Star
* | Local UEFI disk boot supportSimon Rettberg2021-10-051-0/+77
* | Merge branch 'master' into openslxSimon Rettberg2021-10-051-7/+17
|\|
| * [readline] Extend maximum read line length to 1024 charactersMichael Brown2021-09-101-7/+17
* | Merge branch 'master' into openslxSimon Rettberg2021-07-224-18/+163
|\|
| * [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
* | Merge branch 'master' into openslxSimon Rettberg2021-03-083-17/+155
|\|
| * [linux] Use host glibc system call wrappersMichael Brown2021-03-011-17/+3Star
| * [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-012-10/+25
* | Merge branch 'master' into openslxSimon Rettberg2019-02-151-0/+1
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* | [menu] Add --hidden option to create hotkey-only entriesSimon Rettberg2018-05-282-1/+25
* | [console] Add option to update margins and bg-image of vesa mode consoleSimon Rettberg2018-05-281-0/+2
|/
* [mucurses] Avoid potential division by zeroMichael Brown2017-07-041-2/+1Star
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-121-3/+8