summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* MFC: r303039manu2016-07-261-0/+4
* Print a message when disks are found but no logical partition aremanu2016-06-171-3/+6
* Print a message when the efi disk isn't a logical partition.manu2016-06-091-1/+4
* Print the newline character along with the carriage return when TERM_EMU isandrew2016-06-081-2/+1
* Allow libefi to be built with TERM_EMU undefined. There were a few placesandrew2016-06-081-1/+8
* Use the UEFI event timer to update the time on arm and arm64. The currentandrew2016-06-043-1/+99
* If the I/O offset and length is multiple of the media size thenambrisko2016-05-271-3/+6
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.jhb2016-05-261-24/+41
* Use a unique error message if we fail to find the simple network protocol.jhb2016-05-261-1/+8
* Apply the printf %S band-aid for efinet.c to fix the arm64 build.jhb2016-05-261-0/+7
* Use routines from the recently added devpath.c.jhb2016-05-261-19/+4
* Output the device path description for EFI network devices.jhb2016-05-261-3/+8
* Add some routines for working with EFI DEVICE_PATH objects.jhb2016-05-262-2/+169
* Fix several instances where the boot loader ignored pager_outputimp2016-05-182-5/+14
* Implement UEFI set environment variable, as well as exporting the EFIimp2016-05-172-1/+56
* It sure would be nice to use printf with wide strings. Implement %S toimp2016-05-171-1/+1
* libefi: Tag an unreachable switch default.pfg2016-05-161-0/+2
* efipart: Support an arbitrary number of partitionscem2016-05-051-5/+6
* bcache read ahead may attempt to read past end of diskallanjude2016-05-011-1/+9
* A new implementation of the loader block cacheallanjude2016-04-182-7/+53
* Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsandrew2016-02-211-2/+2
* Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed.andrew2016-02-031-2/+2
* Add suppor to loader.efi to load files off hte network. For this we needandrew2016-02-021-3/+27
* Allow new lines as white space for arguments that are parsed to allowimp2016-01-261-2/+2
* Add EFI ZFS boot supportsmh2016-01-151-1/+23
* Revert r293903smh2016-01-141-1/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-141-0/+1
* Fix typo in libefi.csmh2016-01-131-1/+1
* Enable warnings in EFI boot codesmh2016-01-124-2/+4
* loader.efi: add terminal emulation supportemaste2016-01-062-18/+403
* Revert accidental whitespace changes included with r292623emaste2015-12-223-18/+18
* Support a.out format in nlist only on i386emaste2015-12-223-18/+18
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Avoid creating invalid UEFI device pathemaste2015-07-071-5/+18
* Add META_MODE support.sjg2015-06-131-0/+17
|\
| * Merge sync of headsjg2015-05-273-11/+12
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-0/+14
| |\
| * \ Merge head from 7/28sjg2014-08-191-0/+4
| |\ \
| * \ \ Merge headsjg2014-04-284-11/+54
| |\ \ \
| * \ \ \ Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \ \
| * | | | | Updated/new Makefile.dependsjg2012-11-081-0/+16
* | | | | | Disable the use of floating-point and vector registers in the loader. Theyandrew2015-05-051-0/+3
* | | | | | Use MACHINE in the efi loader when it is what we mean, it may not be theandrew2015-04-141-1/+1
* | | | | | Move the x86 specific files to be built in the amd64 loader.efi. This willandrew2015-03-151-4/+0
* | | | | | Merge ^/head r279893 through r279984.dim2015-03-142-2/+2
|\ \ \ \ \ \
| * | | | | | Enable bzipfs support in the EFI loader.jhb2015-03-131-1/+1
| * | | | | | The System V ABI for amd64 allows functions to use space in a 128 bytejhb2015-03-131-1/+1
| * | | | | | Fix UEFI PXE boot on a NIC that isn't the first NIC.ambrisko2015-01-301-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge ^/head r277902 through r277944.dim2015-01-301-1/+4
OpenPOWER on IntegriCloud