Age | Commit message (Expand) | Author |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-10-04 | Allow boot loader to run as AMD SEV guest on QEMU with EFI. | Alexander Bluhm |
2024-09-26 | remove unneeded psl.h include | Jonathan Gray |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
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 |
2024-04-14 | with empty body loops, put final semicolon on a new line for readability | Jonathan Gray |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-07-22 | BOOTARG_UCODE for AMD | Jonathan Gray |
2023-05-30 | spelling | Jonathan Gray |
2023-04-27 | Remove efi32 and efi64. These are leftovers from a project that didn't go | Mark Kettenis |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-17 | The bootblocks are 32-bit binaries which use the ENTRY() macros which now | Theo de Raadt |
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-30 | Actually hide the clang-15 workaround behind the COMPILER_VERSION check | Jeremie Courreges-Anglas |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-27 | Ansify pxe_netif_close() and {,pxe}socktodesc() | Jeremie Courreges-Anglas |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-09-02 | Adopt a terser specification of an MBR partition table of | Kenneth R Westerback |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-31 | Whitespace fixes. | Kenneth R Westerback |
2022-08-31 | Remove "force CHS" remnants. LBA uber alles. | Kenneth R Westerback |
2022-08-17 | Mention support for booting off RAID 1C | Klemens Nanni |
2022-08-15 | drop detection code for 386sx/386dx CPUs | Daniel Dickman |
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-27 | zap extraneous .Pp | Jason McIntyre |
2022-06-27 | Delete the ancient "hold Shift key to force CHS" code. Noone has needed | Theo de Raadt |
2022-06-20 | When there are multiple GOPs, try to select first one from which we | YASUOKA Masahiko |
2022-05-24 | fdisk(8) no longer uses the partition table it finds in | Kenneth R Westerback |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | off-by-one check didn't recognize partition 'a' section on specified | Theo de Raadt |
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-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | 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-05 | this file includes sys/param.h, so does not need to redefine PAGE_MASK | Theo de Raadt |
2021-06-04 | Remove now unused eficall.S. | Kenneth R Westerback |