summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [xhci] Avoid DMA during shutdown if firmware has disabled bus masteringthunderbolt_workaroundMichael Brown2021-11-121-0/+22
* [uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown2021-11-125-75/+148
* [xhci] Allow for permanent failure of the command mechanismxhci_failMichael Brown2021-10-282-2/+51
* [virtio] Update driver to use DMA APIAaron Young2021-10-285-31/+69
* [readline] Extend maximum read line length to 1024 charactersMichael Brown2021-09-101-7/+17
* [ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown2021-09-091-0/+9
* [ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown2021-09-093-7/+8
* [acpi] Allow for extraction of a MAC address from the DSDT/SSDTMichael Brown2021-09-093-0/+169
* [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-083-69/+99
* [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-275-51/+167
* [efi] Use zero for PCI vendor/device IDs when no applicable ID existsMichael Brown2021-07-261-1/+2
* [build] Fix genfsimg to work with FATDIR with spaceJuniorJPDJ2021-07-261-1/+1
* [cloud] Retry DHCP aggressively in AWS EC2Michael Brown2021-07-201-1/+16
* [efi] Match signtool expectations for file alignmentMichael Brown2021-07-151-1/+15
* [libc] Allow for externally-defined LITTLE_ENDIAN and BIG_ENDIAN constantsMichael Brown2021-07-151-0/+4
* [uri] Make URI schemes case-insensitiveMichael Brown2021-07-012-2/+4
* [rdc] Add driver for RDC R6040 embedded NICMichael Brown2021-06-283-0/+889
* [realtek] Work around hardware bug on RTL8211Brealtek_hackMichael Brown2021-06-242-0/+12
* [cloud] Show ifstat output after a failed boot attemptMichael Brown2021-06-232-2/+4
* [peerdist] Assume that most recently discovered peer can be reusedMichael Brown2021-06-221-0/+23
* [build] Fix building on broken versions of GNU binutilsMichael Brown2021-06-171-1/+2
* [build] Ensure build ID is deterministicBernhard M. Wiedemann2021-06-141-1/+1
* [efi] Veto the Itautec Ip4ConfigDxe driveritautecMichael Brown2021-06-111-8/+10
* [libc] Match standard prototype for putchar()Michael Brown2021-06-072-2/+5
* [base64] Include terminating NUL within base64 character arrayMichael Brown2021-06-071-1/+1
* [rndis] Fix size of reserved fieldsrndis_paddingMichael Brown2021-06-071-2/+2
* [ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown2021-06-041-0/+3
* [crypto] Add memory output constraints for big-integer inline assemblybigint_output_constraintsMichael Brown2021-06-032-22/+43
* [build] Use SOURCE_DATE_EPOCH for isohybrid MBR ID if it existsMichael Brown2021-05-241-1/+5
* [build] Use SOURCE_DATE_EPOCH for .iso timestamps if it existsMichael Brown2021-05-241-0/+10
* [efi] Provide an "initrd.magic" file for use by UEFI kernelsMichael Brown2021-05-211-0/+88
* [efi] Allow for non-image-backed virtual filesMichael Brown2021-05-211-69/+221
* [cpio] Split out bzImage initrd CPIO header constructionMichael Brown2021-05-215-56/+110
* [x509] Use case-insensitive comparison for certificate namesMichael Brown2021-05-182-1/+3
* [libc] Add strncasecmp()Michael Brown2021-05-183-1/+26
* [bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2021-05-172-141/+64
* [intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson2021-05-171-0/+12
* [image] Support archive image formats independently of "imgextract" commandMichael Brown2021-05-123-11/+11
* [image] Propagate trust flag to extracted archive imagesMichael Brown2021-05-121-0/+4
* [image] Allow single-member archive images to be executed transparentlyMichael Brown2021-05-124-0/+33
* [undi] Read TSC only when profilingMichael Brown2021-05-121-2/+9
* [rng] Check for TSC support before using RTC entropy sourceMichael Brown2021-05-122-0/+14
* [prefix] Specify i486 architecture for LZMA decompressorMichael Brown2021-05-121-1/+1
* [gzip] Add support for gzip archive imagesimgextractMichael Brown2021-05-087-0/+403
* [zlib] Add support for zlib archive imagesMichael Brown2021-05-087-0/+345
* [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-089-0/+326
* [image] Provide image_set_len() utility functionMichael Brown2021-05-082-4/+22
* [cloud] Allow multiple images to be imported simultaneouslyMichael Brown2021-05-021-19/+19
* [cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown2021-05-021-0/+2
* [cloud] Autodetect CPU architecture from AMI disk imageMichael Brown2021-05-021-6/+17