aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [realtek] Work around hardware bug on RTL8211Brealtek_hackMichael Brown2021-06-222-0/+12
* [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 fieldsMichael 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 assemblyMichael 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
* [cloud] Use a sortable default AMI nameMichael Brown2021-05-011-1/+9
* [cloud] Add ability to generate Dokuwiki table of AMI imagesMichael Brown2021-05-011-0/+20
* [settings] Add --timeout option to "read" commandMichael Brown2021-04-231-14/+43
* [readline] Add an optional timeout to readline_history()Michael Brown2021-04-234-6/+18
* [efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown2021-04-211-0/+3
* [efi] Always map full length of coherent DMA buffer allocationMichael Brown2021-04-201-1/+2
* [build] Fix genfsimg to build ISO with long filenamesMatya2021-04-201-1/+1
* [xen] Avoid infinite loop on allocation failure in xenstore_response()Michael Brown2021-04-201-6/+6
* [xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown2021-04-143-57/+154
* [int13] Do not report INT 13 extension support for emulated floppiesMichael Brown2021-04-131-2/+2
* [cloud] Enable "poweroff" command in cloud imagesMichael Brown2021-04-101-0/+5
* [netdevice] Ensure driver transmit() and poll() will not be re-enteredMichael Brown2021-04-102-7/+38
* [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown2021-04-103-4/+30
* [intel] Add additional PCI device ID to tableTyler J. Stachecki2021-04-101-0/+1
* [efi] Mark PE .reloc and .debug sections as discardableMarvin Häuser2021-04-101-0/+2
* [efi] Align EFI image sections by page sizeMarvin Häuser2021-04-102-20/+33
* [efi] Discard .pci_devlist.* sections for EFI imagesMarvin Häuser2021-04-101-0/+1
* [dhcp] Handle DHCPNAK by returning to discovery stateMichael Brown2021-03-111-9/+31