]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC Loader Fixes 2017q4p5: r324557,r324558,r324559,r324646,r324647
authorkevans <kevans@FreeBSD.org>
Sun, 11 Feb 2018 20:04:34 +0000 (20:04 +0000)
committerkevans <kevans@FreeBSD.org>
Sun, 11 Feb 2018 20:04:34 +0000 (20:04 +0000)
commit92ac2668b85e371f580af0ffbec397f580b80401
tree5c553000ae07ece64fd20a9e3c54dfbff6c5ba82
parent09bfb50602db32b0954b5beb6de3c8a964e06a99
MFC Loader Fixes 2017q4p5: r324557,r324558,r324559,r324646,r324647

r324557: Rename exit to efi_exit to avoid clashing with libsa exit
    definition

r324558: Define prototype for exit and ensure references

r324559: Move panic back into libsa. It's documented in libstand(3) to
belong there.

r324646: Unify boot1 with loader.

r324647: Move orphaned man pages into new man directory from common.
22 files changed:
sys/boot/Makefile
sys/boot/arm/uboot/conf.c
sys/boot/common/Makefile.inc
sys/boot/efi/boot1/Makefile
sys/boot/efi/boot1/boot1.c
sys/boot/efi/boot1/boot_module.h [deleted file]
sys/boot/efi/boot1/ufs_module.c [deleted file]
sys/boot/efi/boot1/zfs_module.c [deleted file]
sys/boot/efi/include/efilib.h
sys/boot/efi/libefi/Makefile
sys/boot/efi/libefi/efi_main.c [moved from sys/boot/efi/loader/efi_main.c with 97% similarity]
sys/boot/efi/loader/Makefile
sys/boot/efi/loader/arch/i386/exec.c
sys/boot/libsa/Makefile
sys/boot/libsa/panic.c [moved from sys/boot/common/panic.c with 100% similarity]
sys/boot/libsa/stand.h
sys/boot/man/Makefile [moved from sys/boot/common/Makefile with 100% similarity]
sys/boot/man/loader.8 [moved from sys/boot/common/loader.8 with 100% similarity]
sys/boot/man/zfsloader.8 [moved from sys/boot/common/zfsloader.8 with 100% similarity]
sys/boot/mips/uboot/conf.c
sys/boot/powerpc/ofw/conf.c
sys/boot/powerpc/uboot/conf.c