| Age | Commit message (Expand) | Author |
| 2023-06-15 | Add missing include paths for libz. Not used at the moment although. | rin |
| 2023-06-14 | Use %zd instead of %ld for ssize_t. | rin |
| 2023-06-14 | Avoid void * pointer arithmetic; cast to UINT8 * explicitly. | rin |
| 2023-06-14 | Add missing member for terminating sentinel. | rin |
| 2023-06-03 | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2022-09-21 | efiboot: Handle 9.99.100 by taking four, not two, digits. | riastradh |
| 2022-08-14 | Align output of "version" command. | jmcneill |
| 2022-06-08 | Remove now unused bootdefault() function. | wiz |
| 2022-04-24 | Use physical sector size as unit for disk addresses. | mlelstv |
| 2022-04-02 | Update to support EFI runtime outside the kernel virtual address space | skrll |
| 2022-03-25 | efiboot: Add support for 'userconf' command. | jmcneill |
| 2021-11-06 | Revert part of previous commit that broke DT booting. | jmcneill |
| 2021-11-04 | Fix non-ACPI builds. | skrll |
| 2021-11-03 | Provide the ablity to ignore ACPI with an 'acpi' command: | skrll |
| 2021-10-30 | If a path is not specified, assume /. This makes "ls" and "ls hd0b:" work | jmcneill |
| 2021-10-17 | Honour the timeout= entry in boot.cfg | jmcneill |
| 2021-10-09 | efiboot: add "setup" command | jmcneill |
| 2021-10-06 | EFIBOOT_FDT=yes for riscv64 too | jmcneill |
| 2021-10-06 | Fix bootarm build. | jmcneill |
| 2021-10-06 | efiboot: Make FDT support optional on a per-arch basis. | jmcneill |
| 2021-09-28 | efiboot: Add efigop.c | jmcneill |
| 2021-09-28 | efiboot: Add support for changing the video mode. | jmcneill |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-09-07 | Remove banner printing code from bootloaders, add it to libsa. | nia |
| 2021-08-08 | s/partion/partition/ s/arrray/array/ in comments. | andvar |
| 2021-07-24 | efiboot: Allow "fs" as alias for "initrd", for compat with x86 | jmcneill |
| 2021-07-23 | efiboot: Add support for SMBIOS 2.x tables. | jmcneill |
| 2021-06-23 | When printing memory size, don't promote to next unit size unless it is at | jmcneill |
| 2021-06-23 | fix typo | jmcneill |
| 2021-06-23 | Fix buffer size for alignment adjusted block I/O reads. | jmcneill |
| 2021-06-23 | print_banner: Print memory size like x86 does | jmcneill |
| 2021-06-22 | efiboot: Use EFI_BLOCK_IO_PROTOCOL if EFI_DISK_IO_PROTOCOL is missing | jmcneill |
| 2021-06-22 | efirng: fix va_num arg to uefi_call_wrapper for GetRNG calls | jmcneill |
| 2021-06-21 | efiboot: Add readahead support. | jmcneill |
| 2021-06-21 | efiboot: Add ASCII art. | nia |
| 2021-06-21 | efiboot: Use disk I/O protocol for block device access. | jmcneill |
| 2021-06-20 | Add support for the boot services watchdog and pet it on every block I/O | jmcneill |
| 2021-06-20 | Enable the twiddle spinner when loading the kernel, ramdisk images, and | jmcneill |
| 2021-05-31 | Generalize boot.cfg workaround for ISO9660; fallback to default_device | rin |
| 2021-05-27 | add bi-endian support to the libsa ufs reader and enable it in efiboot. | mrg |
| 2021-05-26 | add basic raidframe support to efiboot. | mrg |
| 2021-05-21 | Disable ACPI support when booting big endian kernels. | jmcneill |
| 2021-05-11 | Consistently have ALIGN sizes as the power of two size, i.e. change | skrll |
| 2021-05-04 | Set VERSIONMACHINE to ${MACHINE} instead of evbarm (oops) | jmcneill |
| 2021-05-02 | Add RISC-V 64-bit support. | jmcneill |
| 2021-01-09 | Flush from kernel start, not the entry point. | jmcneill |
| 2021-01-09 | Style fixes, NFCI. | jmcneill |
| 2020-12-19 | Various clean ups | skrll |
| 2020-11-28 | Deal with devices that report either 512 or 2048 as logical block size | jmcneill |