aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-17[efi] Record cached DHCPACK from loaded image's device handle, if presentcachedhcpMichael Brown4-0/+115
2021-02-17[efi] Defer autoboot link-layer address and autoexec script probingMichael Brown1-6/+20
2021-02-17[efi] Split out autoexec script portions of efi_autoboot.cMichael Brown6-190/+234
2021-02-17[pxe] Split out platform-independent portions of cachedhcp.cMichael Brown4-37/+110
2021-02-16[ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers1-0/+1
2021-02-16[cloud] Enable IPv6 and HTTPS in cloud boot imagesMichael Brown1-0/+4
2021-02-16[cloud] Add utility for importing images to AWS EC2Michael Brown1-0/+100
2021-02-15[build] Work around stray sections introduced by some binutils versionsusbdiskMichael Brown2-7/+33
2021-02-13[cloud] Use PCIAPI_DIRECT for cloud imagesMichael Brown5-0/+10
2021-02-13[ena] Switch to two-phase reset mechanismMichael Brown2-9/+33
2021-02-12[build] Use .balign directive instead of .alignMichael Brown11-18/+18
2021-02-12[build] Remove support for building with the Intel C compilerMichael Brown6-287/+5
2021-02-12[build] Report detailed errors when unable to find a usable mkisofsMichael Brown1-3/+17
2021-02-05[ci] Disable redundant scheduled execution of Coverity ScanMichael Brown1-2/+0
2021-02-04[ci] Disable Travis CIMichael Brown1-58/+0
2021-02-04[ci] Add GitHub action for Coverity ScanciMichael Brown1-0/+39
2021-02-04[ci] Add GitHub action for build testingMichael Brown1-0/+69
2021-02-04[build] Work around distros that use -fcf-protection=full by defaultMichael Brown1-0/+10
2021-02-04[build] Work around -fPIE patched versions of gcc on all architecturesMichael Brown3-20/+27
2021-02-04[build] Avoid spurious "make clean" when building for the first timeMichael Brown1-29/+32
2021-02-03[efi] Fix erroneous comparison of a pointer against userptr_tMichael Brown1-1/+1
2021-02-02[contrib] Update bochsrc.txt to work with current versions8d337ecMichael Brown1-368/+542
2021-02-02[hermon] Add support for ConnectX-3 based cardsChristian Iversen1-0/+4
2021-02-01[autoboot] Avoid closing and immediately reopening network deviceMichael Brown1-6/+7
2021-02-01[hermon] Avoid parsing length field on completion errorsMichael Brown1-2/+16
2021-02-01[hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown1-0/+20
2021-02-01[hermon] Minimise reset timehermon_resetMichael Brown2-7/+32
2021-02-01[hermon] Throttle debug output when sensing port typeChristian Iversen1-0/+3
2021-02-01[hermon] Add a debug notice when initialization is completeChristian Iversen1-0/+1
2021-02-01[hermon] Add support for port management eventChristian Iversen2-0/+39
2021-02-01[hermon] Adjust Ethernet work queue sizeChristian Iversen1-3/+3
2021-02-01[hermon] Use reset value suitable for ConnectX-3Michael Brown1-1/+1
2021-02-01[hermon] Clean up whitespace in hermon.cChristian Iversen1-1/+1
2021-02-01[iscsi] Update link to iBFT reference manualChristian Iversen1-2/+6
2021-01-31[hermon] Limit link poll frequency in DOWN statehermon_link_pollMichael Brown2-1/+17
2021-01-31[build] Avoid using awk to format build ID as hexadecimalMichael Brown1-1/+1
2021-01-31[build] Avoid using sha1sum when calculating build IDMichael Brown1-1/+1
2021-01-30[build] Allow BIOS linker script to be used with FreeBSD linkerfreebsdMichael Brown1-13/+13
2021-01-30[build] Check for broken elftoolchain version of objcopyMichael Brown1-0/+7
2021-01-30[build] Avoid modifying load addresses when stripping .zinfo sectionMichael Brown1-7/+42
2021-01-30[build] Replace random build ID with a deterministic oneManuel Mendez1-1/+7
2021-01-30[build] Use $(shell ...) to invoke BUILD_ID_CMDManuel Mendez1-1/+1
2021-01-30[build] Use SOURCE_DATE_EPOCH if it existsManuel Mendez1-0/+12
2021-01-30[build] Use recursive deletion for "make clean"Michael Brown1-1/+1
2021-01-30[build] Avoid shell brace expansion in "make clean"Michael Brown1-3/+4
2021-01-30[build] Allow elf2efi.c to build on FreeBSDMichael Brown1-7/+30
2021-01-29[build] Ensure that isolinux.bin is modifiableMichael Brown1-1/+1
2021-01-29[build] Add syslinux search locations used on FreeBSDMichael Brown1-0/+2
2021-01-29[build] Drop timestamps from .a filedeterminismBernhard M. Wiedemann1-2/+2
2021-01-29[hermon] Perform clean MPT unmap on device shutdownChristian Iversen2-0/+29