aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-26[block] Provide abstraction to allow system to be quiescedMichael Brown2-0/+68
2017-04-26[block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown1-8/+48
2017-04-12[block] Allow use of a non-default EFI SAN boot filenameMichael Brown3-2/+15
2017-03-28[block] Describe all SAN devices via ACPI tablesMichael Brown4-43/+173
2017-03-28[block] Ignore redundant xfer_window_changed() messagesMichael Brown1-0/+4
2017-03-27[block] Gracefully close SAN device if registration failsMichael Brown1-6/+16
2017-03-27[block] Retry reopening indefinitely for multipath devicesMichael Brown1-3/+18
2017-03-27[block] Add a small delay between attempts to reopen SAN targetsMichael Brown1-0/+14
2017-03-27[block] Allow SAN retry count to be reconfiguredMichael Brown1-17/+52
2017-03-27[time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown1-3/+36
2017-03-26[block] Add basic multipath supportMichael Brown3-78/+229
2017-03-26[block] Add dummy SAN deviceMichael Brown1-0/+115
2017-03-22[malloc] Track maximum heap usageMichael Brown1-3/+21
2017-03-22[pixbuf] Avoid potential division by zeroMichael Brown1-1/+3