aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Encapsulate ZFS preferences into efi_zfs_is_preferredWarner Losh2017-10-063-8/+15
* Add efi_devpath_is_prefixWarner Losh2017-10-062-0/+30
* This README file was quite relevant for FreeBSD 3 or 4. However, theWarner Losh2017-10-051-238/+0
* Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.Ian Lepore2017-10-021-1/+1
* Compile loader as Little-Endian on PPC64/POWER8Wojciech Macek2017-09-291-1/+9
* libefi: efipart_floppy() will should not pass acpi pointer if the HID test failsToomas Soome2017-09-251-2/+2
* After the r317886 support for TFTP and NFS can be enable simultaneously.Mariusz Zaborski2017-09-231-2/+2
* libefi: define EISA PNP constantsToomas Soome2017-09-221-3/+8
* libefi: efipart_hdinfo_add_filepath should check strtol resultToomas Soome2017-09-221-0/+7
* libefi: efipart.c cstyle fix for efipart_print_common()Toomas Soome2017-09-221-1/+2
* libefi: efipart_strategy() should return ENXIO when there is no mediaToomas Soome2017-09-221-1/+1
* libefi: pdinfo_t pd_unit and pd_open should be unsignedToomas Soome2017-09-222-3/+3
* efilib.h: typo in structure member descriptionToomas Soome2017-09-221-1/+1
* r323885 did miss efilib.h updateToomas Soome2017-09-221-1/+2
* libefi: efi_devpath_match local len should be unsignedToomas Soome2017-09-221-2/+2
* libefi: efipart.c should use calloc()Toomas Soome2017-09-211-10/+5
* libefi: efi_devpath_match() should return boolToomas Soome2017-09-212-9/+9
* libefi: devicename.c cleanupsToomas Soome2017-09-211-16/+20
* loader: biosmem allocate heap just below 4GBToomas Soome2017-09-181-5/+14
* loader: biosmem.c cstyle cleanupToomas Soome2017-09-141-121/+128
* Increase EFI boot file size frok 128k to 384kAllan Jude2017-09-1311-116/+4
* libefi: efipart_realstrategy rsize pointer may be NULLToomas Soome2017-09-131-1/+2
* libefi: efipart_open should check the status from disk_openToomas Soome2017-09-121-2/+13
* loader should support large_dnodeToomas Soome2017-09-121-3/+4
* boot1: remove BOOT1_MAXSIZE default valueEd Maste2017-09-111-1/+0
* r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.confToomas Soome2017-09-111-0/+4
* boot1 generate-fat: generate all templates at onceEd Maste2017-09-111-45/+48
* loader.efi: chain loader should provide proper device handleToomas Soome2017-09-105-47/+77
* It's been pointed out that init_script at least is useful w/oWarner Losh2017-09-091-6/+2
* Mark init_chroot and init_script variables as deprecated.Warner Losh2017-09-091-0/+14
* Be consistent and do return (1);Warner Losh2017-09-071-1/+1
* Fix armv6 buildWarner Losh2017-09-071-0/+7
* ucs2lenWarner Losh2017-09-073-12/+13
* Add smn(4) driver for AMD System Management NetworkConrad Meyer2017-09-051-0/+1
* Fix loader bug causing too many pages allocation when bootloader is U-BootMarcin Wojtas2017-09-051-0/+7
* Revert r322941: Eliminate redundant device matching functionsWarner Losh2017-09-021-1/+48
* Save where we're booted fromWarner Losh2017-08-312-1/+34
* Exit rather than panic for most errors.Warner Losh2017-08-311-24/+26
* boot1.efi: print more info about where boot1.efi is loaded fromWarner Losh2017-08-311-18/+22
* Make efichar.c routines available to libefi.Warner Losh2017-08-312-1/+7
* Eliminate redunant device path matching.Warner Losh2017-08-271-48/+1
* Use efi_devpath_str for debug path info.Warner Losh2017-08-264-184/+29
* Link in libefi for boot1Warner Losh2017-08-264-13/+8
* Forward declare struct dsk to avoid warnings when building libi386.Warner Losh2017-08-261-0/+2
* Remove useless 'static' for an enum definition.Warner Losh2017-08-261-1/+1
* Fix warnings due to type mismatch.Warner Losh2017-08-261-3/+3
* _STAND is sometimes defined on the command line. Make the define here match.Warner Losh2017-08-261-1/+1
* No need for MK_ZFS around these: they are by their nature only activeWarner Losh2017-08-261-2/+0
* Use the loader.efi conventions for the various EFI tables.Warner Losh2017-08-264-36/+35
* Cleanup efi_main return typeWarner Losh2017-08-264-7/+6