Age | Commit message (Expand) | Author |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-04 | Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE | Kenneth R Westerback |
2024-06-04 | Enable hibernate/resume to nvme(4) disks with 4096 byte sectors. | Kenneth R Westerback |
2024-04-25 | Add boot.conf(8) 'mach idle [secs]' to halt at idle passphrase prompts | Klemens Nanni |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-07-22 | BOOTARG_UCODE for AMD | Jonathan Gray |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-01-02 | Let the EFI bootloader make a copy of the EFI System Resource Table (ESRT) | Mark Kettenis |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-12 | Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support. | Stefan Sperling |
2022-08-12 | add support for booting from RAID 1C softraid(4) volumes on amd64 | Stefan Sperling |
2022-07-11 | Switch bootloaders to the extended BOOTARG_CONSDEV struct. | Mark Kettenis |
2022-06-30 | As we now have two bios_consdev_t structures, make use of the old one | Anton Lindqvist |
2022-06-20 | When there are multiple GOPs, try to select first one from which we | YASUOKA Masahiko |
2022-01-02 | convension -> convention | Jonathan Gray |
2021-11-14 | Make sure efiboot is built with RELA/REL relocations and not RELR, | Philip Guenther |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-06-25 | Move unused eficall.h files to the Attic. | Kenneth R Westerback |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-08 | Replace hand rolled memory allocation in efid_io() with | Kenneth R Westerback |
2021-06-07 | "intrisic" -> "intrinsic" in a couple of comments. | Kenneth R Westerback |
2021-06-07 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-04 | Remove now unused eficall.S. | Kenneth R Westerback |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-05-23 | Some machines (e.g. some Intel Macs) have a EFI memory map with more than | Mark Kettenis |
2021-03-17 | Always use an allocated buffer for {Read,Write}Blocks() to make | YASUOKA Masahiko |
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-10-30 | Use a 64MB block to load the kernel to deal with kernel growth. | Mark Kettenis |
2020-09-01 | Fix write un-protecting of kernel memory. p was used uninitialized | Patrick Wildt |
2020-08-27 | Improve write un-protecting of kernel memory. For the Computrace module | Patrick Wildt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-06-14 | crank version number | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't | Mark Kettenis |
2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. | Otto Moerbeek |
2019-12-12 | On a HP EliteBook 830 G6 the Computrace executable is located in | Alexander Bluhm |
2019-11-29 | Pass the EFI memory map to the kernel. | Mark Kettenis |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-26 | Several functions expect that bootdev_dip is not NULL and can be | Alexander Bluhm |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |