| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Increase the EFI staging area to better fit the pfSense installer mfs... | Renato Botelho | 2017-11-16 | 1 | -1/+1 |
* | Increase the EFI staging area to better fit the pfSense installer mfsroot. | Luiz Souza | 2017-10-11 | 1 | -1/+1 |
* | MFC r309412,r316109,r316132: | ngie | 2017-05-28 | 1 | -3/+2 |
* | MFC r316103: | ngie | 2017-05-22 | 2 | -3/+0 |
* | MFC efivar(8) (by imp): | kib | 2017-05-20 | 2 | -0/+221 |
* | MFC r318193: | markj | 2017-05-18 | 1 | -1/+1 |
* | Fix the arm64 userland building with lld: | andrew | 2017-04-19 | 2 | -1/+2 |
* | boot1.efi: can't boot from ZFS on 4kn HDD | tsoome | 2017-03-30 | 1 | -9/+47 |
* | MFC: 314547, 314770, 314828, 314891, 314956, 314962, 315235 | dexuan | 2017-03-30 | 1 | -4/+150 |
* | MFC r313982, r314068: | pfg | 2017-03-14 | 1 | -2/+2 |
* | MFC r309369,310850,310853: | tsoome | 2017-02-06 | 1 | -10/+7 |
* | MFC r311932: | dim | 2017-01-25 | 1 | -0/+1 |
* | MFC r311933: | dim | 2017-01-25 | 1 | -3/+3 |
* | MFC r310267: Deduplicate loader vers.c Makefile rules | emaste | 2017-01-20 | 1 | -4/+1 |
* | MFC r311888, r311890-r311891 | gonzo | 2017-01-17 | 3 | -2/+6 |
* | MFC r310225: Reduce boot loader version string duplication | emaste | 2017-01-17 | 1 | -7/+2 |
* | MFC r306264: Use 32-bit value for .text padding, for linker portability | emaste | 2016-12-30 | 2 | -2/+2 |
* | MFC r305854: Use arch-specific .text padding fill value in EFI loaders | emaste | 2016-12-30 | 3 | -3/+3 |
* | MFC r307787: | bapt | 2016-10-25 | 1 | -2/+2 |
* | MFC: 304677, 304680, 305125, 305770, 305769 | bapt | 2016-10-19 | 1 | -0/+1 |
* | MFC r306090: | kib | 2016-10-05 | 3 | -1/+566 |
* | MFC r305943: | kib | 2016-09-25 | 1 | -18/+18 |
* | MFC r305941: | kib | 2016-09-25 | 1 | -0/+5 |
* | MFC r305160: Set UEFI boot loader PE/COFF timestamps to known value for repro... | emaste | 2016-09-15 | 2 | -0/+8 |
* | MFC r305484: | will | 2016-09-13 | 1 | -1/+1 |
* | MFC 304801: | andrew | 2016-09-07 | 1 | -1/+0 |
* | MFC 304222 | manu | 2016-09-04 | 1 | -2/+7 |
* | MFC 304221 and 304271 | manu | 2016-09-04 | 2 | -6/+6 |
* | MFC 304018: Add defines needed to export SMBIOS serial numbers | jhb | 2016-08-19 | 1 | -0/+12 |
* | MFC: r303039 | manu | 2016-07-26 | 1 | -0/+4 |
* | boot1.efi: fix assignment / comparison expression | emaste | 2016-07-04 | 1 | -1/+1 |
* | Print a message when disks are found but no logical partition are | manu | 2016-06-17 | 1 | -3/+6 |
* | Print a message when the efi disk isn't a logical partition. | manu | 2016-06-09 | 1 | -1/+4 |
* | Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI, | andrew | 2016-06-08 | 1 | -0/+4 |
* | Print the newline character along with the carriage return when TERM_EMU is | andrew | 2016-06-08 | 1 | -2/+1 |
* | Allow libefi to be built with TERM_EMU undefined. There were a few places | andrew | 2016-06-08 | 1 | -1/+8 |
* | Use the UEFI event timer to update the time on arm and arm64. The current | andrew | 2016-06-04 | 9 | -5/+121 |
* | If the I/O offset and length is multiple of the media size then | ambrisko | 2016-05-27 | 1 | -3/+6 |
* | Fix unit number of EFI net interfaces and ignore psuedo network interfaces. | jhb | 2016-05-26 | 2 | -25/+83 |
* | Use a unique error message if we fail to find the simple network protocol. | jhb | 2016-05-26 | 1 | -1/+8 |
* | Apply the printf %S band-aid for efinet.c to fix the arm64 build. | jhb | 2016-05-26 | 1 | -0/+7 |
* | Remove second copy of the -Wno-format band-aid for printf %S. | jhb | 2016-05-26 | 1 | -4/+0 |
* | Use routines from the recently added devpath.c. | jhb | 2016-05-26 | 1 | -19/+4 |
* | Output the device path description for EFI network devices. | jhb | 2016-05-26 | 1 | -3/+8 |
* | Add some routines for working with EFI DEVICE_PATH objects. | jhb | 2016-05-26 | 3 | -2/+177 |
* | efi loader: Match format string to EFI_ERROR_CODE() | cem | 2016-05-25 | 1 | -2/+2 |
* | Large improvements to efi-show (though some weird problems | imp | 2016-05-20 | 1 | -64/+40 |
* | Implement efi-set and efi-unset | imp | 2016-05-20 | 1 | -3/+67 |
* | Cleanup to use %S. | imp | 2016-05-20 | 1 | -18/+4 |
* | Fix logic error so UEFI variables are reported correctly | imp | 2016-05-19 | 1 | -6/+8 |