summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/libsa
AgeCommit message (Expand)Author
2021-06-05this file includes sys/param.h, so does not need to redefine PAGE_MASKTheo de Raadt
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-03-11spellingJonathan Gray
2021-01-28bios_memmap[] should not be a commonTheo de Raadt
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-06-19fold the TSC value in fewer operations, same result; ok deraadt@Christian Weisgerber
2020-06-15Check rdrand for success and try up to ten times, as recommended by Intel.Christian Weisgerber
2020-06-14asm versions of mdrandom() no longer neededTheo de Raadt
2020-06-14rewrite mdrandom() in C. previously this XOR'd against rdrand if available,Theo de Raadt
2020-05-25Adjust mdrandom() to also return 0 for success, -1 for failureTheo de Raadt
2019-11-09move NT eflag clearing after register saving, otherwise %eax isTheo de Raadt
2019-06-24Remove a 15 year old #if 0 and wrap a long line (KNF)Mike Larkin
2019-06-08When loading intel microcode in the non-efi case, error if the file isJonathan Gray
2019-05-28Cleanup some bootloader codeMike Larkin
2019-05-15Add support to the BIOS bootloader for random kernel base VAMike Larkin
2019-05-10Disentangle #ifdef EFIBOOT.Mike Larkin
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-20When copying the EFI-stored kernel to the correct operating location,Theo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-03-15Many machines with serial ports ship with uefi firmware which does notJonathan Gray
2018-12-16Avoid using a too big bounce buffer by splitting up large reads. AllowsOtto Moerbeek
2018-12-10Ensure that we close the file descriptor after loading microcode.Joel Sing
2018-12-10Do not call free on a non-allocated pointer.Joel Sing
2018-11-12Fix grammar in commentPhilip Guenther
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
2018-06-18"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"Kenneth R Westerback
2018-04-23Move efi_cleanup() to before the mem_pass() since efi_cleanup() mightYASUOKA Masahiko
2018-04-18re-enable ucode loading. The problem is the standard memory allocatorTheo de Raadt
2018-04-15Disable microcode loading added in r1.20 of exec_i386.c.Joel Sing
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterPatrick Wildt
2017-12-18Add sizes for free() in libsa for amd64 and i386.Frederic Cambus
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
2017-11-06Call CD-ROM devices cdN instead of hdN. Also select the booted deviceYASUOKA Masahiko
2017-10-11Add "machine gop" command to support changing graphic output mode.YASUOKA Masahiko
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-07-21Check the hibernation signature for softraid disks and select valid bsdYASUOKA Masahiko
2017-07-06Remove bogus arguments from a printf in the bootloader.Mike Larkin
2017-06-22Only print the magic '&' letter on a disk if the hibernate partition isTheo de Raadt
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel weTheo de Raadt
2017-05-31Add serial console support for efiboot.YASUOKA Masahiko
2017-05-31Disable "machine boot" and "machine comaddr" from efiboot.YASUOKA Masahiko
2017-03-01Don't try to access the com(4) hardware to set up the console speedPatrick Wildt
2017-01-05Fix boot(8) crashing on some amd64 machines when booting from softraid crypto.Stefan Sperling
2016-12-24Make the boot programs support booting from softraid on 4K byte sectorYASUOKA Masahiko
2016-09-18Fix a bug in the bounce buffer handling of BIOS disk I/O.Joel Sing
2016-09-11Switch amd64 to libsa MI softraid.Joel Sing
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing