]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r281060, r294060, r294291, r294493, r294284:
authorsmh <smh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jan 2016 16:52:02 +0000 (16:52 +0000)
committersmh <smh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jan 2016 16:52:02 +0000 (16:52 +0000)
commite9641cdd07b1ff489149b76f6cc38ee2b7a50987
treef22fb47fb8da3036fafeae36c25ca7dbf64f7dee
parent4fac20531c75ec4a2fe08f30bcead245951f6338
MFC r281060, r294060, r294291, r294493, r294284:

MFC r281060:
Remove an unnecessary space in a printf call

MFC r294060:
Modularise EFI boot loader

MFC r294291 (by andrew):
Reset the filesystem cache

MFC r294493:
Fix EFI UFS caching

MFC r294284 (by emaste):
boot1: correct typo in error message

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/10@294997 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/common/ufsread.c
sys/boot/efi/boot1/Makefile
sys/boot/efi/boot1/boot1.c
sys/boot/efi/boot1/boot_module.h [new file with mode: 0644]
sys/boot/efi/boot1/ufs_module.c [new file with mode: 0644]
sys/boot/efi/include/efilib.h
sys/boot/efi/loader/devicename.c
sys/boot/efi/loader/main.c