summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
| * [acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()Michael Brown2021-03-011-10/+2Star
| * [acpi] Use a fixed colour for debug messagesMichael Brown2021-03-011-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
* | Merge branch 'master' into openslxSimon Rettberg2020-08-124-12/+25
|\|
| * [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/+1Star
| * [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
| * [uri] Avoid appearing to access final byte of a potentially empty stringMichael Brown2020-06-051-2/+2
* | Merge branch 'master' into openslxSimon Rettberg2020-02-241-2/+7
|\|
| * [settings] Eliminate variable-length stack allocationMichael Brown2020-02-161-2/+7
* | Merge branch 'master' into openslxSimon Rettberg2019-08-021-0/+486
|\|
| * [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-191-0/+486
* | Merge branch 'master' into openslxSimon Rettberg2019-02-155-5/+19
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-254-2/+16
| * [libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2019-01-151-3/+3
* | [settings] Fix md5 buffer size handlingSimon Rettberg2018-09-251-2/+2
* | [settings] Add md5 encoding type for doing ${foo:md5}Simon Rettberg2018-05-291-0/+47
* | [menu] Add --hidden option to create hotkey-only entriesSimon Rettberg2018-05-281-2/+11
* | [console] Add option to update margins and bg-image of vesa mode consoleSimon Rettberg2018-05-281-31/+41
|/
* [profile] Prevent potential division by zeroMichael Brown2018-03-181-2/+4
* [http] Allow for domain names within NTLM user namesMichael Brown2018-02-191-0/+60
* [resolv] Use pass-through interfaces for name resolution multiplexerMichael Brown2017-09-061-15/+24
* [monojob] Display job status message, if presentMichael Brown2017-09-061-9/+25
* [downloader] Allow underlying downloads to provide detailed job progressMichael Brown2017-09-061-2/+9
* [monojob] Check for job progress only once per timer tickMichael Brown2017-09-061-13/+15
* [malloc] Avoid false positive warnings from valgrindMichael Brown2017-09-041-1/+8
* [acpi] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown2017-07-281-1/+1
* [acpi] Compute and check checksum for ACPI tablesLaurent Gourvénec2017-07-281-6/+37
* [syslog] Handle backspace charactersMichael Brown2017-06-131-0/+7
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-231-0/+161
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-232-71/+23Star
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-222-17/+25
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-262-0/+68
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-8/+48
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-123-2/+15
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-284-43/+173
* [block] Ignore redundant xfer_window_changed() messagesMichael Brown2017-03-281-0/+4
* [block] Gracefully close SAN device if registration failsMichael Brown2017-03-271-6/+16
* [block] Retry reopening indefinitely for multipath devicesMichael Brown2017-03-271-3/+18