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