aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-05[uri] Avoid appearing to access final byte of a potentially empty stringMichael Brown1-2/+2
2020-02-16[settings] Eliminate variable-length stack allocationMichael Brown1-2/+7
2019-07-19[fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown1-0/+486
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown4-2/+16
2019-01-15[libc] Fix strcmp()/strncmp() to return proper valuesAaron Young1-3/+3
2018-03-18[profile] Prevent potential division by zeroMichael Brown1-2/+4
2018-02-19[http] Allow for domain names within NTLM user namesMichael Brown1-0/+60
2017-09-06[resolv] Use pass-through interfaces for name resolution multiplexerMichael Brown1-15/+24
2017-09-05[monojob] Display job status message, if presentMichael Brown1-9/+25
2017-09-05[downloader] Allow underlying downloads to provide detailed job progressMichael Brown1-2/+9
2017-09-05[monojob] Check for job progress only once per timer tickMichael Brown1-13/+15
2017-09-04[malloc] Avoid false positive warnings from valgrindMichael Brown1-1/+8
2017-07-28[acpi] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown1-1/+1
2017-07-28[acpi] Compute and check checksum for ACPI tablesLaurent Gourvénec1-6/+37
2017-06-13[syslog] Handle backspace charactersMichael Brown1-0/+7
2017-05-23[acpi] Expose ACPI tables via settings mechanismMichael Brown1-0/+161
2017-05-23[acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2-71/+23
2017-05-22[settings] Extend numerical setting tags to 64 bitsMichael Brown2-17/+25