| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 1 | -131/+0 |
| * | Install the 4th files in sys/boot/forth instead of each loader | Warner Losh | 2017-11-10 | 1 | -1/+1 |
| * | Remove LOADER_FDT_SUPPORT as a Makefile variable. | Warner Losh | 2017-11-10 | 1 | -6/+2 |
| * | loader: set options before including bsd.init.mk | Roger Pau Monné | 2017-11-08 | 1 | -6/+6 |
| * | Move machine and other link creation to defs.mk | Warner Losh | 2017-11-06 | 1 | -15/+0 |
| * | For amd64, compile both zfs and zfs32 libraries. | Warner Losh | 2017-10-30 | 1 | -19/+5 |
| * | Define new EFI variables | Warner Losh | 2017-10-29 | 1 | -20/+20 |
| * | loader.efi: Make framebuffer commands available for arm64 | Emmanuel Vadot | 2017-10-25 | 1 | -0/+1 |
| * | Revert "Unify boot1 with loader" change r324646 | Warner Losh | 2017-10-17 | 1 | -0/+1 |
| * | LOADER_foo_SUPPORTED | Warner Losh | 2017-10-16 | 1 | -0/+5 |
| * | Move all the ficl common code into ficl.mk | Warner Losh | 2017-10-16 | 1 | -8/+0 |
| * | Move common/Makefile.inc to sys/boot/loader.mk. | Warner Losh | 2017-10-16 | 1 | -3/+1 |
| * | Unify boot1 with loader | Warner Losh | 2017-10-16 | 1 | -1/+0 |
| * | Rather than laying whack-a-mole with including the path to stand.h, | Warner Losh | 2017-10-10 | 1 | -4/+0 |
| * | Define LIBSA* and use them instead of overloaded LIBSTAND | Warner Losh | 2017-10-09 | 1 | -2/+2 |
| * | Define SASRC and use it | Warner Losh | 2017-10-09 | 1 | -1/+1 |
| * | Move efi_main into efi/loader | Warner Losh | 2017-08-26 | 1 | -0/+1 |
| * | Move EFI fmtdev functionality to libefi | Warner Losh | 2017-08-04 | 1 | -1/+0 |
| * | Link EFI/uboot loaders with -znotext | Ed Maste | 2017-07-01 | 1 | -1/+1 |
| * | Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP. | Bryan Drewery | 2017-06-19 | 1 | -6/+0 |
| * | loader: network read rework | Toomas Soome | 2017-05-06 | 1 | -0/+5 |
| * | self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha... | Enji Cooper | 2017-03-28 | 1 | -0/+4 |
| * | Deduplicate loader vers.c Makefile rules | Ed Maste | 2016-12-19 | 1 | -4/+1 |
| * | Create a new linker set, Xficl_compile_set which contains a list of | Warner Losh | 2016-10-14 | 1 | -0/+1 |
| * | Disable loop unrolling in skein for sys/boot | Allan Jude | 2016-10-06 | 1 | -0/+2 |
| * | Set UEFI boot loader PE/COFF timestamps to known value for reproducible builds | Ed Maste | 2016-08-31 | 1 | -0/+4 |
| * | Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi | Baptiste Daroussin | 2016-08-31 | 1 | -4/+0 |
| * | EFI loader: only open/close on the net device with tftpfs | Baptiste Daroussin | 2016-08-23 | 1 | -1/+1 |
| * | Add tftpfs support for the EFI loader | Baptiste Daroussin | 2016-08-23 | 1 | -0/+4 |
| * | Add SHA512, skein, large blocks support for loader zfs. | Toomas Soome | 2016-08-18 | 1 | -0/+3 |
| * | Add defines needed to export SMBIOS serial numbers | John Baldwin | 2016-08-12 | 1 | -0/+12 |
| * | Remove second copy of the -Wno-format band-aid for printf %S. | John Baldwin | 2016-05-26 | 1 | -4/+0 |
| * | Minor spelling fixes. | Pedro F. Giffuni | 2016-05-18 | 1 | -4/+4 |
| * | Fix several instances where the boot loader ignored pager_output | Warner Losh | 2016-05-18 | 1 | -0/+4 |
| * | Fix build breakage on arm64 by papering over the problem. We implement | Warner Losh | 2016-05-18 | 1 | -0/+7 |
| * | boot/efi: Prefer nm to objdump | Ed Maste | 2016-03-12 | 1 | -3/+3 |
| * | Add more .NOMETA missed in r291320 | Bryan Drewery | 2016-03-11 | 1 | -2/+2 |
| * | Add EFI ZFS boot support | Steven Hartland | 2016-01-15 | 1 | -0/+15 |
| * | Only build EFI components on supported compilers | Steven Hartland | 2016-01-14 | 1 | -5/+0 |
| * | Enable warnings in EFI boot code | Steven Hartland | 2016-01-12 | 1 | -0/+1 |
| * | loader.efi: strip trailing whitespace | Ed Maste | 2015-12-21 | 1 | -1/+1 |
| * | Various small cleanups to EFI loader Makefiles. | John Baldwin | 2015-09-17 | 1 | -2/+1 |
| * | Install the forth bits on arm64. For now limit it to just arm64 as on x86 | Andrew Turner | 2015-09-01 | 1 | -2/+2 |
| * | The self-relocation code is not efi-specific, move it to boot/common. | Ian Lepore | 2015-05-10 | 1 | -1/+1 |
| * | When cross-building ${LIBSTAND} may be set to the host copy. Point to the | Andrew Turner | 2015-05-05 | 1 | -0/+6 |
| * | Add support for arm64 to loader.efi and boot1.efi | Andrew Turner | 2015-04-14 | 1 | -1/+1 |
| * | Use MACHINE in the efi loader when it is what we mean, it may not be the | Andrew Turner | 2015-04-14 | 1 | -7/+7 |
| * | Create the correct symlinks for the machine directory, and only create the | Andrew Turner | 2015-04-13 | 1 | -3/+8 |
| * | Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, they | Andrew Turner | 2015-04-11 | 1 | -2/+1 |
| * | Move reloc.c to the top level Makefile as it has become generic. | Andrew Turner | 2015-04-11 | 1 | -0/+1 |