| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always use an allocated buffer for {Read,Write}Blocks() to make |  yasuoka | 2021-03-17 | 2 | -80/+34 |
| * | spelling |  jsg | 2021-03-11 | 4 | -8/+8 |
| * | bios_memmap[] should not be a common |  deraadt | 2021-01-28 | 2 | -3/+4 |
| * | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 29 | -58/+58 |
| * | Use a 64MB block to load the kernel to deal with kernel growth. |  kettenis | 2020-10-30 | 2 | -4/+4 |
| * | Fix write un-protecting of kernel memory. p was used uninitialized |  patrick | 2020-09-01 | 2 | -6/+6 |
| * | Improve write un-protecting of kernel memory. For the Computrace module |  patrick | 2020-08-27 | 2 | -12/+32 |
| * | additional files from libkern will be needed by clang10 |  deraadt | 2020-08-02 | 4 | -8/+9 |
| * | fold the TSC value in fewer operations, same result; ok deraadt@ |  naddy | 2020-06-19 | 1 | -6/+7 |
| * | Check rdrand for success and try up to ten times, as recommended by Intel. |  naddy | 2020-06-15 | 1 | -3/+19 |
| * | crank version number |  deraadt | 2020-06-14 | 6 | -12/+12 |
| * | asm versions of mdrandom() no longer needed |  deraadt | 2020-06-14 | 2 | -0/+0 |
| * | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, |  deraadt | 2020-06-14 | 10 | -234/+77 |
| * | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 2020-05-26 | 6 | -12/+12 |
| * | Adjust mdrandom() to also return 0 for success, -1 for failure |  deraadt | 2020-05-25 | 2 | -2/+10 |
| * | Adjust fwrandom() to return 0 for sucess, -1 for failure |  deraadt | 2020-05-25 | 3 | -9/+18 |
| * | Make efi_device_path_depth() return the full device path depth if we don't |  kettenis | 2020-03-22 | 2 | -4/+4 |
| * | Recommit, now that we found out how to fix the BIOS related issues: go |  otto | 2020-03-09 | 1 | -2/+15 |
| * | fs_name[] must match file_system[], adapt for ufs2 support. |  landry | 2020-03-08 | 1 | -3/+3 |
| * | Revert previous, there are BIOS that do not like these changes. |  otto | 2020-03-07 | 1 | -8/+2 |
| * | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. |  otto | 2020-03-05 | 12 | -23/+46 |
| * | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. |  otto | 2020-02-28 | 1 | -2/+8 |
| * | The boot loader allows to inspect memory with the hexdump command. |  bluhm | 2019-12-23 | 1 | -2/+7 |
| * | On a HP EliteBook 830 G6 the Computrace executable is located in |  bluhm | 2019-12-12 | 1 | -1/+33 |
| * | Pass the EFI memory map to the kernel. |  kettenis | 2019-11-29 | 2 | -26/+42 |
| * | Implement a hexdump command in the boot loader. This helps to |  bluhm | 2019-11-28 | 6 | -13/+18 |
| * | Several functions expect that bootdev_dip is not NULL and can be |  bluhm | 2019-11-26 | 3 | -3/+33 |
| * | move NT eflag clearing after register saving, otherwise %eax is |  deraadt | 2019-11-09 | 1 | -9/+8 |
| * | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 12 | -25/+25 |
| * | Improve previous |  kn | 2019-10-20 | 1 | -5/+2 |
| * | Document "set db_console 0|1" |  kn | 2019-10-20 | 1 | -3/+10 |
| * | Network-based device paths use Messaging and not Media types. Thus |  patrick | 2019-08-20 | 3 | -9/+9 |
| * | Allow PXE booting using u-boot by relaxing our requirements |  patrick | 2019-08-13 | 6 | -63/+33 |
| * | Unbreak build of efi32 due to a typo in the fchmod change. |  patrick | 2019-08-13 | 1 | -2/+2 |
| * | crank version, following fchmod change |  deraadt | 2019-08-04 | 5 | -10/+10 |
| * | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 12 | -31/+31 |
| * | Support disk write in efiboot. Requested by deraadt. |  yasuoka | 2019-07-29 | 1 | -14/+44 |
| * | Remove a 15 year old #if 0 and wrap a long line (KNF) |  mlarkin | 2019-06-24 | 1 | -10/+3 |
| * | When loading intel microcode in the non-efi case, error if the file is |  jsg | 2019-06-08 | 2 | -4/+4 |
| * | Cleanup some bootloader code |  mlarkin | 2019-05-28 | 1 | -27/+22 |
| * | Allow loading of bigger ucode. This implementation uses the UEFI memory |  kettenis | 2019-05-22 | 1 | -5/+12 |
| * | Add support to the BIOS bootloader for random kernel base VA |  mlarkin | 2019-05-15 | 8 | -25/+378 |
| * | whitespace removal |  mlarkin | 2019-05-11 | 1 | -3/+3 |
| * | whitespace removal |  mlarkin | 2019-05-11 | 1 | -3/+3 |
| * | whitespace removal |  mlarkin | 2019-05-11 | 1 | -3/+3 |
| * | Further cleanup of efi32/64. |  mlarkin | 2019-05-11 | 14 | -438/+14 |
| * | Refactor efiboot into 32 and 64 bit copies. |  mlarkin | 2019-05-11 | 28 | -0/+4378 |
| * | Refactor efiboot into 32 and 64 bit copies. |  mlarkin | 2019-05-11 | 28 | -0/+4382 |
| * | Disentangle #ifdef EFIBOOT. |  mlarkin | 2019-05-10 | 13 | -188/+1169 |
| * | Add support for the EFI Random Number Generator Protocol and use it to XOR |  kettenis | 2019-05-05 | 3 | -5/+92 |