aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-22[block] Quell spurious Coverity size mismatch warningMichael Brown1-6/+10
2017-03-21[xfer] Ensure va_end() is called on failure pathMichael Brown1-1/+1
2017-03-20[dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown1-0/+9
2017-03-09[block] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown1-2/+1
2017-03-07[block] Retry any SAN device operationMichael Brown1-19/+35
2017-03-07[block] Centralise "san-drive" settingMichael Brown2-1/+39
2017-03-07[block] Centralise SAN device abstractionMichael Brown1-0/+563
2017-02-02[interface] Provide the ability to shut down multiple interfacesMichael Brown1-0/+69
2017-02-01[time] Report attempts to use timers before initialisationMichael Brown1-3/+25
2017-01-26[settings] Add "unixtime" builtin setting to expose the current timeMichael Brown1-0/+33
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown2-2/+62
2017-01-25[interface] Unplug interface before calling intf_close() in intf_shutdown()Michael Brown1-4/+9
2017-01-25[interface] Remove misleading commentMichael Brown1-3/+0
2017-01-25[interface] Avoid unnecessary reference counting in intf_unplug()Michael Brown1-1/+4
2017-01-22[build] Return const char * from uuid_ntoa()David Decotigny1-1/+1
2016-11-16[interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown1-2/+1