Age | Commit message (Expand) | Author |
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 |
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-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 | crank version number | Theo de Raadt |
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 |