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