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