aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [cachedhcp] Retain cached DHCPACK after startup if not already consumedefivlanMichael Brown2022-12-221-4/+22
* [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-221-6/+22
* [acpi] Expose system MAC address via ${sysmac} settingsysmacMichael Brown2022-06-101-0/+37
* [cachedhcp] Allow cached DHCPACK to override a temporary MAC addresshwmacMichael Brown2022-05-231-9/+42
* [acpi] Support the "_RTXMAC_" format for ACPI-based MAC addressesMichael Brown2022-03-251-28/+125
* [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-242-3/+21
* [fbcon] Support Unicode character outputMichael Brown2022-03-151-0/+5
* [utf8] Add ability to accumulate Unicode characters from UTF-8 bytesMichael Brown2022-03-011-0/+137
* [console] Support changing keyboard map at runtimeMichael Brown2022-02-162-2/+171
* [settings] Always process all settings applicatorsMichael Brown2022-02-161-7/+3
* [image] Do not clear current working URI when executing embedded imageMichael Brown2022-02-161-2/+5
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-1/+4
* [console] Centralise handling of key modifiersMichael Brown2022-02-151-6/+35
* [console] Allow for named keyboard mappingsMichael Brown2022-02-151-4/+10
* [console] Handle remapping of scancode 86Michael Brown2022-02-101-0/+3
* [console] Generalise bios_keymap() as key_remap()Michael Brown2022-02-101-0/+52
* [uri] Allow for relative URIs that include colons within the pathMichael Brown2022-01-131-5/+10
* [efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbatMichael Brown2022-01-131-0/+30
* [settings] Support formatting UUIDs as little-endian GUIDsMichael Brown2022-01-041-5/+18
* [uri] Retain original encodings for path, query, and fragment fieldsMichael Brown2021-11-121-51/+80
* [acpi] Allow for extraction of a MAC address from the DSDT/SSDTMichael Brown2021-09-091-0/+154
* [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-081-64/+30
* [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-271-45/+130
* [uri] Make URI schemes case-insensitiveMichael Brown2021-07-011-1/+2
* [libc] Match standard prototype for putchar()Michael Brown2021-06-071-1/+4
* [base64] Include terminating NUL within base64 character arrayMichael Brown2021-06-071-1/+1
* [cpio] Split out bzImage initrd CPIO header constructionMichael Brown2021-05-211-0/+85
* [libc] Add strncasecmp()Michael Brown2021-05-181-1/+16
* [image] Propagate trust flag to extracted archive imagesMichael Brown2021-05-121-0/+4
* [image] Allow single-member archive images to be executed transparentlyMichael Brown2021-05-121-0/+30
* [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-081-0/+104
* [image] Provide image_set_len() utility functionMichael Brown2021-05-081-4/+21
* [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-012-3/+3
* [acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()Michael Brown2021-02-281-10/+2
* [acpi] Use a fixed colour for debug messagesMichael Brown2021-02-281-9/+12
* [pxe] Split out platform-independent portions of cachedhcp.cMichael Brown2021-02-171-0/+158
* [image] Provide image_memory()Michael Brown2021-01-251-0/+44
* [image] Provide image_set_data()Michael Brown2021-01-221-0/+24
* [interface] Provide intf_insert() to insert a filter interfaceMichael Brown2020-12-072-3/+18
* [interface] Ignore any attempts to plug in the null interfaceMichael Brown2020-12-071-0/+5
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-291-0/+39
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-282-41/+45
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-281-26/+26
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-0/+2
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-051-0/+179
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-052-8/+8
* [libc] Fix memcmp() to return proper valuesMichael J. Bazzinotti2020-07-211-1/+1
* [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-151-3/+1
* [libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2020-07-071-5/+20
* [parseopt] Treat empty integer strings in user input as invalidMichael Brown2020-06-191-1/+1