]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r325834,r325997,326502: Move sys/boot to stand/
authorkevans <kevans@FreeBSD.org>
Mon, 12 Feb 2018 01:08:44 +0000 (01:08 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 12 Feb 2018 01:08:44 +0000 (01:08 +0000)
commit7d97ee5b28b409c00bfaf12daf5ab497a6038b9d
tree245306b754606bcf49c0ff17b131b58609b6c7a6
parent43b278e1b66cf4de337a17034087ea785031bd6f
MFC r325834,r325997,326502: Move sys/boot to stand/

This is effectively a direct commit to stable/11, due to differences between
stable/11 and head. Changes to DTS in sys/boot/fdt/dts were often
accompanied by kernel changes. Many of these were also risc-v updates that
likely had many more dependencies to MFC.

Because of this, sys/boot/fdt/dts remains as-is while everything else in
sys/boot relocates to stand/.

r325834: Move sys/boot to stand. Fix all references to new location

r325997: Remove empty directories.

r326502: Document the sys/boot -> stand move in hier.7 and the top-level README.
744 files changed:
MAINTAINERS
Makefile.inc1
README
lib/libefivar/Makefile
release/powerpc/generate-hfs.sh
release/tools/vmimage.subr
share/examples/bootforth/README
share/examples/etc/make.conf
share/man/man5/make.conf.5
share/man/man7/hier.7
share/man/man8/diskless.8
stand/Makefile [moved from sys/boot/Makefile with 100% similarity]
stand/Makefile.amd64 [moved from sys/boot/Makefile.amd64 with 100% similarity]
stand/Makefile.arm [moved from sys/boot/Makefile.arm with 100% similarity]
stand/Makefile.arm64 [moved from sys/boot/Makefile.arm64 with 100% similarity]
stand/Makefile.i386 [moved from sys/boot/Makefile.i386 with 100% similarity]
stand/Makefile.inc [moved from sys/boot/Makefile.inc with 100% similarity]
stand/Makefile.mips [moved from sys/boot/Makefile.mips with 100% similarity]
stand/Makefile.pc98 [moved from sys/boot/Makefile.pc98 with 100% similarity]
stand/Makefile.powerpc [moved from sys/boot/Makefile.powerpc with 100% similarity]
stand/Makefile.sparc64 [moved from sys/boot/Makefile.sparc64 with 100% similarity]
stand/arm/Makefile [moved from sys/boot/arm/Makefile with 100% similarity]
stand/arm/Makefile.inc [moved from sys/boot/arm/Makefile.inc with 100% similarity]
stand/arm/loader/loader.conf [moved from sys/boot/arm/loader/loader.conf with 100% similarity]
stand/arm/uboot/Makefile [moved from sys/boot/arm/uboot/Makefile with 100% similarity]
stand/arm/uboot/conf.c [moved from sys/boot/arm/uboot/conf.c with 100% similarity]
stand/arm/uboot/help.uboot [moved from sys/boot/arm/uboot/help.uboot with 100% similarity]
stand/arm/uboot/ldscript.arm [moved from sys/boot/arm/uboot/ldscript.arm with 100% similarity]
stand/arm/uboot/start.S [moved from sys/boot/arm/uboot/start.S with 100% similarity]
stand/arm/uboot/version [moved from sys/boot/arm/uboot/version with 100% similarity]
stand/arm64/Makefile [moved from sys/boot/arm64/Makefile with 100% similarity]
stand/arm64/libarm64/cache.c [moved from sys/boot/arm64/libarm64/cache.c with 100% similarity]
stand/arm64/libarm64/cache.h [moved from sys/boot/arm64/libarm64/cache.h with 100% similarity]
stand/common/Makefile.depend [moved from sys/boot/common/Makefile.depend with 100% similarity]
stand/common/bcache.c [moved from sys/boot/common/bcache.c with 100% similarity]
stand/common/boot.c [moved from sys/boot/common/boot.c with 100% similarity]
stand/common/bootstrap.h [moved from sys/boot/common/bootstrap.h with 100% similarity]
stand/common/commands.c [moved from sys/boot/common/commands.c with 100% similarity]
stand/common/console.c [moved from sys/boot/common/console.c with 100% similarity]
stand/common/dev_net.c [moved from sys/boot/common/dev_net.c with 100% similarity]
stand/common/dev_net.h [moved from sys/boot/common/dev_net.h with 100% similarity]
stand/common/devopen.c [moved from sys/boot/common/devopen.c with 100% similarity]
stand/common/disk.c [moved from sys/boot/common/disk.c with 100% similarity]
stand/common/disk.h [moved from sys/boot/common/disk.h with 100% similarity]
stand/common/help.common [moved from sys/boot/common/help.common with 100% similarity]
stand/common/install.c [moved from sys/boot/common/install.c with 100% similarity]
stand/common/interp.c [moved from sys/boot/common/interp.c with 100% similarity]
stand/common/interp_backslash.c [moved from sys/boot/common/interp_backslash.c with 100% similarity]
stand/common/interp_forth.c [moved from sys/boot/common/interp_forth.c with 100% similarity]
stand/common/interp_parse.c [moved from sys/boot/common/interp_parse.c with 100% similarity]
stand/common/isapnp.c [moved from sys/boot/common/isapnp.c with 100% similarity]
stand/common/isapnp.h [moved from sys/boot/common/isapnp.h with 100% similarity]
stand/common/load_elf.c [moved from sys/boot/common/load_elf.c with 100% similarity]
stand/common/load_elf32.c [moved from sys/boot/common/load_elf32.c with 100% similarity]
stand/common/load_elf32_obj.c [moved from sys/boot/common/load_elf32_obj.c with 100% similarity]
stand/common/load_elf64.c [moved from sys/boot/common/load_elf64.c with 100% similarity]
stand/common/load_elf64_obj.c [moved from sys/boot/common/load_elf64_obj.c with 100% similarity]
stand/common/load_elf_obj.c [moved from sys/boot/common/load_elf_obj.c with 100% similarity]
stand/common/ls.c [moved from sys/boot/common/ls.c with 100% similarity]
stand/common/md.c [moved from sys/boot/common/md.c with 100% similarity]
stand/common/merge_help.awk [moved from sys/boot/common/merge_help.awk with 100% similarity]
stand/common/misc.c [moved from sys/boot/common/misc.c with 100% similarity]
stand/common/module.c [moved from sys/boot/common/module.c with 100% similarity]
stand/common/newvers.sh [moved from sys/boot/common/newvers.sh with 100% similarity]
stand/common/part.c [moved from sys/boot/common/part.c with 100% similarity]
stand/common/part.h [moved from sys/boot/common/part.h with 100% similarity]
stand/common/paths.h [moved from sys/boot/common/paths.h with 100% similarity]
stand/common/pnp.c [moved from sys/boot/common/pnp.c with 100% similarity]
stand/common/rbx.h [moved from sys/boot/common/rbx.h with 100% similarity]
stand/common/reloc_elf.c [moved from sys/boot/common/reloc_elf.c with 100% similarity]
stand/common/reloc_elf32.c [moved from sys/boot/common/reloc_elf32.c with 100% similarity]
stand/common/reloc_elf64.c [moved from sys/boot/common/reloc_elf64.c with 100% similarity]
stand/common/self_reloc.c [moved from sys/boot/common/self_reloc.c with 100% similarity]
stand/defs.mk [moved from sys/boot/defs.mk with 98% similarity]
stand/efi/Makefile [moved from sys/boot/efi/Makefile with 100% similarity]
stand/efi/Makefile.inc [moved from sys/boot/efi/Makefile.inc with 100% similarity]
stand/efi/boot1/Makefile [moved from sys/boot/efi/boot1/Makefile with 100% similarity]
stand/efi/boot1/Makefile.depend [moved from sys/boot/efi/boot1/Makefile.depend with 100% similarity]
stand/efi/boot1/Makefile.fat [moved from sys/boot/efi/boot1/Makefile.fat with 100% similarity]
stand/efi/boot1/boot1.c [moved from sys/boot/efi/boot1/boot1.c with 100% similarity]
stand/efi/boot1/boot_module.h [moved from sys/boot/efi/boot1/boot_module.h with 100% similarity]
stand/efi/boot1/fat-amd64.tmpl.xz [moved from sys/boot/efi/boot1/fat-amd64.tmpl.xz with 100% similarity]
stand/efi/boot1/fat-arm.tmpl.xz [moved from sys/boot/efi/boot1/fat-arm.tmpl.xz with 100% similarity]
stand/efi/boot1/fat-arm64.tmpl.xz [moved from sys/boot/efi/boot1/fat-arm64.tmpl.xz with 100% similarity]
stand/efi/boot1/fat-i386.tmpl.xz [moved from sys/boot/efi/boot1/fat-i386.tmpl.xz with 100% similarity]
stand/efi/boot1/generate-fat.sh [moved from sys/boot/efi/boot1/generate-fat.sh with 100% similarity]
stand/efi/boot1/ufs_module.c [moved from sys/boot/efi/boot1/ufs_module.c with 100% similarity]
stand/efi/boot1/zfs_module.c [moved from sys/boot/efi/boot1/zfs_module.c with 100% similarity]
stand/efi/fdt/Makefile [moved from sys/boot/efi/fdt/Makefile with 100% similarity]
stand/efi/fdt/Makefile.depend [moved from sys/boot/efi/fdt/Makefile.depend with 100% similarity]
stand/efi/fdt/efi_fdt.c [moved from sys/boot/efi/fdt/efi_fdt.c with 100% similarity]
stand/efi/include/README [moved from sys/boot/efi/include/README with 100% similarity]
stand/efi/include/amd64/efibind.h [moved from sys/boot/efi/include/amd64/efibind.h with 100% similarity]
stand/efi/include/amd64/pe.h [moved from sys/boot/efi/include/amd64/pe.h with 100% similarity]
stand/efi/include/arm/efibind.h [moved from sys/boot/efi/include/arm/efibind.h with 100% similarity]
stand/efi/include/arm64/efibind.h [moved from sys/boot/efi/include/arm64/efibind.h with 100% similarity]
stand/efi/include/efi.h [moved from sys/boot/efi/include/efi.h with 100% similarity]
stand/efi/include/efi_driver_utils.h [moved from sys/boot/efi/include/efi_driver_utils.h with 100% similarity]
stand/efi/include/efi_drivers.h [moved from sys/boot/efi/include/efi_drivers.h with 100% similarity]
stand/efi/include/efi_nii.h [moved from sys/boot/efi/include/efi_nii.h with 100% similarity]
stand/efi/include/efiapi.h [moved from sys/boot/efi/include/efiapi.h with 100% similarity]
stand/efi/include/efichar.h [moved from sys/boot/efi/include/efichar.h with 100% similarity]
stand/efi/include/eficon.h [moved from sys/boot/efi/include/eficon.h with 100% similarity]
stand/efi/include/eficonsctl.h [moved from sys/boot/efi/include/eficonsctl.h with 100% similarity]
stand/efi/include/efidebug.h [moved from sys/boot/efi/include/efidebug.h with 100% similarity]
stand/efi/include/efidef.h [moved from sys/boot/efi/include/efidef.h with 100% similarity]
stand/efi/include/efidevp.h [moved from sys/boot/efi/include/efidevp.h with 100% similarity]
stand/efi/include/efierr.h [moved from sys/boot/efi/include/efierr.h with 100% similarity]
stand/efi/include/efifpswa.h [moved from sys/boot/efi/include/efifpswa.h with 100% similarity]
stand/efi/include/efifs.h [moved from sys/boot/efi/include/efifs.h with 100% similarity]
stand/efi/include/efigop.h [moved from sys/boot/efi/include/efigop.h with 100% similarity]
stand/efi/include/efilib.h [moved from sys/boot/efi/include/efilib.h with 100% similarity]
stand/efi/include/efinet.h [moved from sys/boot/efi/include/efinet.h with 100% similarity]
stand/efi/include/efipart.h [moved from sys/boot/efi/include/efipart.h with 100% similarity]
stand/efi/include/efipciio.h [moved from sys/boot/efi/include/efipciio.h with 100% similarity]
stand/efi/include/efiprot.h [moved from sys/boot/efi/include/efiprot.h with 100% similarity]
stand/efi/include/efipxebc.h [moved from sys/boot/efi/include/efipxebc.h with 100% similarity]
stand/efi/include/efiser.h [moved from sys/boot/efi/include/efiser.h with 100% similarity]
stand/efi/include/efistdarg.h [moved from sys/boot/efi/include/efistdarg.h with 100% similarity]
stand/efi/include/efiuga.h [moved from sys/boot/efi/include/efiuga.h with 100% similarity]
stand/efi/include/efizfs.h [moved from sys/boot/efi/include/efizfs.h with 100% similarity]
stand/efi/include/i386/efibind.h [moved from sys/boot/efi/include/i386/efibind.h with 100% similarity]
stand/efi/include/i386/pe.h [moved from sys/boot/efi/include/i386/pe.h with 100% similarity]
stand/efi/libefi/Makefile [moved from sys/boot/efi/libefi/Makefile with 100% similarity]
stand/efi/libefi/Makefile.depend [moved from sys/boot/efi/libefi/Makefile.depend with 100% similarity]
stand/efi/libefi/delay.c [moved from sys/boot/efi/libefi/delay.c with 100% similarity]
stand/efi/libefi/devicename.c [moved from sys/boot/efi/libefi/devicename.c with 100% similarity]
stand/efi/libefi/devpath.c [moved from sys/boot/efi/libefi/devpath.c with 100% similarity]
stand/efi/libefi/efi_console.c [moved from sys/boot/efi/libefi/efi_console.c with 100% similarity]
stand/efi/libefi/efi_driver_utils.c [moved from sys/boot/efi/libefi/efi_driver_utils.c with 100% similarity]
stand/efi/libefi/efichar.c [moved from sys/boot/efi/libefi/efichar.c with 100% similarity]
stand/efi/libefi/efinet.c [moved from sys/boot/efi/libefi/efinet.c with 100% similarity]
stand/efi/libefi/efipart.c [moved from sys/boot/efi/libefi/efipart.c with 100% similarity]
stand/efi/libefi/efizfs.c [moved from sys/boot/efi/libefi/efizfs.c with 100% similarity]
stand/efi/libefi/env.c [moved from sys/boot/efi/libefi/env.c with 100% similarity]
stand/efi/libefi/errno.c [moved from sys/boot/efi/libefi/errno.c with 100% similarity]
stand/efi/libefi/handles.c [moved from sys/boot/efi/libefi/handles.c with 100% similarity]
stand/efi/libefi/libefi.c [moved from sys/boot/efi/libefi/libefi.c with 100% similarity]
stand/efi/libefi/time.c [moved from sys/boot/efi/libefi/time.c with 100% similarity]
stand/efi/libefi/time_event.c [moved from sys/boot/efi/libefi/time_event.c with 100% similarity]
stand/efi/libefi/wchar.c [moved from sys/boot/efi/libefi/wchar.c with 100% similarity]
stand/efi/loader/Makefile [moved from sys/boot/efi/loader/Makefile with 100% similarity]
stand/efi/loader/Makefile.depend [moved from sys/boot/efi/loader/Makefile.depend with 100% similarity]
stand/efi/loader/arch/amd64/Makefile.inc [moved from sys/boot/efi/loader/arch/amd64/Makefile.inc with 100% similarity]
stand/efi/loader/arch/amd64/amd64_tramp.S [moved from sys/boot/efi/loader/arch/amd64/amd64_tramp.S with 100% similarity]
stand/efi/loader/arch/amd64/elf64_freebsd.c [moved from sys/boot/efi/loader/arch/amd64/elf64_freebsd.c with 100% similarity]
stand/efi/loader/arch/amd64/exc.S [moved from sys/boot/efi/loader/arch/amd64/exc.S with 100% similarity]
stand/efi/loader/arch/amd64/ldscript.amd64 [moved from sys/boot/efi/loader/arch/amd64/ldscript.amd64 with 100% similarity]
stand/efi/loader/arch/amd64/start.S [moved from sys/boot/efi/loader/arch/amd64/start.S with 100% similarity]
stand/efi/loader/arch/amd64/trap.c [moved from sys/boot/efi/loader/arch/amd64/trap.c with 100% similarity]
stand/efi/loader/arch/arm/Makefile.inc [moved from sys/boot/efi/loader/arch/arm/Makefile.inc with 100% similarity]
stand/efi/loader/arch/arm/exec.c [moved from sys/boot/efi/loader/arch/arm/exec.c with 100% similarity]
stand/efi/loader/arch/arm/ldscript.arm [moved from sys/boot/efi/loader/arch/arm/ldscript.arm with 100% similarity]
stand/efi/loader/arch/arm/start.S [moved from sys/boot/efi/loader/arch/arm/start.S with 100% similarity]
stand/efi/loader/arch/arm64/Makefile.inc [moved from sys/boot/efi/loader/arch/arm64/Makefile.inc with 100% similarity]
stand/efi/loader/arch/arm64/exec.c [moved from sys/boot/efi/loader/arch/arm64/exec.c with 100% similarity]
stand/efi/loader/arch/arm64/ldscript.arm64 [moved from sys/boot/efi/loader/arch/arm64/ldscript.arm64 with 100% similarity]
stand/efi/loader/arch/arm64/start.S [moved from sys/boot/efi/loader/arch/arm64/start.S with 100% similarity]
stand/efi/loader/arch/i386/Makefile.inc [moved from sys/boot/efi/loader/arch/i386/Makefile.inc with 100% similarity]
stand/efi/loader/arch/i386/bootinfo.c [moved from sys/boot/efi/loader/arch/i386/bootinfo.c with 100% similarity]
stand/efi/loader/arch/i386/efimd.c [moved from sys/boot/efi/loader/arch/i386/efimd.c with 100% similarity]
stand/efi/loader/arch/i386/elf32_freebsd.c [moved from sys/boot/efi/loader/arch/i386/elf32_freebsd.c with 100% similarity]
stand/efi/loader/arch/i386/exec.c [moved from sys/boot/efi/loader/arch/i386/exec.c with 100% similarity]
stand/efi/loader/arch/i386/i386_copy.c [moved from sys/boot/efi/loader/arch/i386/i386_copy.c with 100% similarity]
stand/efi/loader/arch/i386/ldscript.i386 [moved from sys/boot/efi/loader/arch/i386/ldscript.i386 with 100% similarity]
stand/efi/loader/arch/i386/start.S [moved from sys/boot/efi/loader/arch/i386/start.S with 100% similarity]
stand/efi/loader/autoload.c [moved from sys/boot/efi/loader/autoload.c with 100% similarity]
stand/efi/loader/bootinfo.c [moved from sys/boot/efi/loader/bootinfo.c with 100% similarity]
stand/efi/loader/conf.c [moved from sys/boot/efi/loader/conf.c with 100% similarity]
stand/efi/loader/copy.c [moved from sys/boot/efi/loader/copy.c with 100% similarity]
stand/efi/loader/efi_main.c [moved from sys/boot/efi/loader/efi_main.c with 100% similarity]
stand/efi/loader/framebuffer.c [moved from sys/boot/efi/loader/framebuffer.c with 100% similarity]
stand/efi/loader/framebuffer.h [moved from sys/boot/efi/loader/framebuffer.h with 100% similarity]
stand/efi/loader/loader_efi.h [moved from sys/boot/efi/loader/loader_efi.h with 100% similarity]
stand/efi/loader/main.c [moved from sys/boot/efi/loader/main.c with 100% similarity]
stand/efi/loader/version [moved from sys/boot/efi/loader/version with 100% similarity]
stand/fdt.mk [moved from sys/boot/fdt.mk with 100% similarity]
stand/fdt/Makefile [moved from sys/boot/fdt/Makefile with 100% similarity]
stand/fdt/Makefile.depend [moved from sys/boot/fdt/Makefile.depend with 100% similarity]
stand/fdt/fdt_loader_cmd.c [moved from sys/boot/fdt/fdt_loader_cmd.c with 100% similarity]
stand/fdt/fdt_platform.h [moved from sys/boot/fdt/fdt_platform.h with 100% similarity]
stand/fdt/help.fdt [moved from sys/boot/fdt/help.fdt with 100% similarity]
stand/ficl.mk [moved from sys/boot/ficl.mk with 100% similarity]
stand/ficl/Makefile [moved from sys/boot/ficl/Makefile with 100% similarity]
stand/ficl/Makefile.depend [moved from sys/boot/ficl/Makefile.depend with 100% similarity]
stand/ficl/aarch64/sysdep.c [moved from sys/boot/ficl/aarch64/sysdep.c with 100% similarity]
stand/ficl/aarch64/sysdep.h [moved from sys/boot/ficl/aarch64/sysdep.h with 100% similarity]
stand/ficl/amd64/sysdep.c [moved from sys/boot/ficl/amd64/sysdep.c with 100% similarity]
stand/ficl/amd64/sysdep.h [moved from sys/boot/ficl/amd64/sysdep.h with 100% similarity]
stand/ficl/arm/sysdep.c [moved from sys/boot/ficl/arm/sysdep.c with 100% similarity]
stand/ficl/arm/sysdep.h [moved from sys/boot/ficl/arm/sysdep.h with 100% similarity]
stand/ficl/dict.c [moved from sys/boot/ficl/dict.c with 100% similarity]
stand/ficl/ficl.c [moved from sys/boot/ficl/ficl.c with 100% similarity]
stand/ficl/ficl.h [moved from sys/boot/ficl/ficl.h with 100% similarity]
stand/ficl/fileaccess.c [moved from sys/boot/ficl/fileaccess.c with 100% similarity]
stand/ficl/float.c [moved from sys/boot/ficl/float.c with 100% similarity]
stand/ficl/i386/sysdep.c [moved from sys/boot/ficl/i386/sysdep.c with 100% similarity]
stand/ficl/i386/sysdep.h [moved from sys/boot/ficl/i386/sysdep.h with 100% similarity]
stand/ficl/loader.c [moved from sys/boot/ficl/loader.c with 100% similarity]
stand/ficl/math64.c [moved from sys/boot/ficl/math64.c with 100% similarity]
stand/ficl/math64.h [moved from sys/boot/ficl/math64.h with 100% similarity]
stand/ficl/mips/sysdep.c [moved from sys/boot/ficl/mips/sysdep.c with 100% similarity]
stand/ficl/mips/sysdep.h [moved from sys/boot/ficl/mips/sysdep.h with 100% similarity]
stand/ficl/mips64/sysdep.c [moved from sys/boot/ficl/mips64/sysdep.c with 100% similarity]
stand/ficl/mips64/sysdep.h [moved from sys/boot/ficl/mips64/sysdep.h with 100% similarity]
stand/ficl/powerpc/sysdep.c [moved from sys/boot/ficl/powerpc/sysdep.c with 100% similarity]
stand/ficl/powerpc/sysdep.h [moved from sys/boot/ficl/powerpc/sysdep.h with 100% similarity]
stand/ficl/prefix.c [moved from sys/boot/ficl/prefix.c with 100% similarity]
stand/ficl/riscv/sysdep.c [moved from sys/boot/ficl/riscv/sysdep.c with 100% similarity]
stand/ficl/riscv/sysdep.h [moved from sys/boot/ficl/riscv/sysdep.h with 100% similarity]
stand/ficl/search.c [moved from sys/boot/ficl/search.c with 100% similarity]
stand/ficl/softwords/classes.fr [moved from sys/boot/ficl/softwords/classes.fr with 100% similarity]
stand/ficl/softwords/ficlclass.fr [moved from sys/boot/ficl/softwords/ficlclass.fr with 100% similarity]
stand/ficl/softwords/ficllocal.fr [moved from sys/boot/ficl/softwords/ficllocal.fr with 100% similarity]
stand/ficl/softwords/fileaccess.fr [moved from sys/boot/ficl/softwords/fileaccess.fr with 100% similarity]
stand/ficl/softwords/forml.fr [moved from sys/boot/ficl/softwords/forml.fr with 100% similarity]
stand/ficl/softwords/freebsd.fr [moved from sys/boot/ficl/softwords/freebsd.fr with 100% similarity]
stand/ficl/softwords/ifbrack.fr [moved from sys/boot/ficl/softwords/ifbrack.fr with 100% similarity]
stand/ficl/softwords/jhlocal.fr [moved from sys/boot/ficl/softwords/jhlocal.fr with 100% similarity]
stand/ficl/softwords/marker.fr [moved from sys/boot/ficl/softwords/marker.fr with 100% similarity]
stand/ficl/softwords/oo.fr [moved from sys/boot/ficl/softwords/oo.fr with 100% similarity]
stand/ficl/softwords/prefix.fr [moved from sys/boot/ficl/softwords/prefix.fr with 100% similarity]
stand/ficl/softwords/softcore.awk [moved from sys/boot/ficl/softwords/softcore.awk with 100% similarity]
stand/ficl/softwords/softcore.fr [moved from sys/boot/ficl/softwords/softcore.fr with 100% similarity]
stand/ficl/softwords/string.fr [moved from sys/boot/ficl/softwords/string.fr with 100% similarity]
stand/ficl/sparc64/sysdep.c [moved from sys/boot/ficl/sparc64/sysdep.c with 100% similarity]
stand/ficl/sparc64/sysdep.h [moved from sys/boot/ficl/sparc64/sysdep.h with 100% similarity]
stand/ficl/stack.c [moved from sys/boot/ficl/stack.c with 100% similarity]
stand/ficl/testmain.c [moved from sys/boot/ficl/testmain.c with 100% similarity]
stand/ficl/tools.c [moved from sys/boot/ficl/tools.c with 100% similarity]
stand/ficl/unix.c [moved from sys/boot/ficl/unix.c with 100% similarity]
stand/ficl/vm.c [moved from sys/boot/ficl/vm.c with 100% similarity]
stand/ficl/words.c [moved from sys/boot/ficl/words.c with 100% similarity]
stand/ficl32/Makefile [moved from sys/boot/ficl32/Makefile with 100% similarity]
stand/ficl32/Makefile.depend [moved from sys/boot/ficl32/Makefile.depend with 100% similarity]
stand/forth/Makefile [moved from sys/boot/forth/Makefile with 100% similarity]
stand/forth/Makefile.depend [moved from sys/boot/forth/Makefile.depend with 100% similarity]
stand/forth/beastie.4th [moved from sys/boot/forth/beastie.4th with 100% similarity]
stand/forth/beastie.4th.8 [moved from sys/boot/forth/beastie.4th.8 with 100% similarity]
stand/forth/brand-fbsd.4th [moved from sys/boot/forth/brand-fbsd.4th with 100% similarity]
stand/forth/brand.4th [moved from sys/boot/forth/brand.4th with 100% similarity]
stand/forth/brand.4th.8 [moved from sys/boot/forth/brand.4th.8 with 100% similarity]
stand/forth/check-password.4th [moved from sys/boot/forth/check-password.4th with 100% similarity]
stand/forth/check-password.4th.8 [moved from sys/boot/forth/check-password.4th.8 with 100% similarity]
stand/forth/color.4th [moved from sys/boot/forth/color.4th with 100% similarity]
stand/forth/color.4th.8 [moved from sys/boot/forth/color.4th.8 with 100% similarity]
stand/forth/delay.4th [moved from sys/boot/forth/delay.4th with 100% similarity]
stand/forth/delay.4th.8 [moved from sys/boot/forth/delay.4th.8 with 100% similarity]
stand/forth/efi.4th [moved from sys/boot/forth/efi.4th with 100% similarity]
stand/forth/frames.4th [moved from sys/boot/forth/frames.4th with 100% similarity]
stand/forth/loader.4th [moved from sys/boot/forth/loader.4th with 100% similarity]
stand/forth/loader.4th.8 [moved from sys/boot/forth/loader.4th.8 with 100% similarity]
stand/forth/loader.conf [moved from sys/boot/forth/loader.conf with 100% similarity]
stand/forth/loader.conf.5 [moved from sys/boot/forth/loader.conf.5 with 100% similarity]
stand/forth/loader.rc [moved from sys/boot/forth/loader.rc with 100% similarity]
stand/forth/logo-beastie.4th [moved from sys/boot/forth/logo-beastie.4th with 100% similarity]
stand/forth/logo-beastiebw.4th [moved from sys/boot/forth/logo-beastiebw.4th with 100% similarity]
stand/forth/logo-fbsdbw.4th [moved from sys/boot/forth/logo-fbsdbw.4th with 100% similarity]
stand/forth/logo-orb.4th [moved from sys/boot/forth/logo-orb.4th with 100% similarity]
stand/forth/logo-orbbw.4th [moved from sys/boot/forth/logo-orbbw.4th with 100% similarity]
stand/forth/menu-commands.4th [moved from sys/boot/forth/menu-commands.4th with 100% similarity]
stand/forth/menu.4th [moved from sys/boot/forth/menu.4th with 100% similarity]
stand/forth/menu.4th.8 [moved from sys/boot/forth/menu.4th.8 with 100% similarity]
stand/forth/menu.rc [moved from sys/boot/forth/menu.rc with 100% similarity]
stand/forth/menusets.4th [moved from sys/boot/forth/menusets.4th with 100% similarity]
stand/forth/menusets.4th.8 [moved from sys/boot/forth/menusets.4th.8 with 100% similarity]
stand/forth/pcibios.4th [moved from sys/boot/forth/pcibios.4th with 100% similarity]
stand/forth/pnp.4th [moved from sys/boot/forth/pnp.4th with 98% similarity]
stand/forth/screen.4th [moved from sys/boot/forth/screen.4th with 100% similarity]
stand/forth/shortcuts.4th [moved from sys/boot/forth/shortcuts.4th with 100% similarity]
stand/forth/support.4th [moved from sys/boot/forth/support.4th with 99% similarity]
stand/forth/version.4th [moved from sys/boot/forth/version.4th with 100% similarity]
stand/forth/version.4th.8 [moved from sys/boot/forth/version.4th.8 with 100% similarity]
stand/geli/Makefile [moved from sys/boot/geli/Makefile with 100% similarity]
stand/geli/Makefile.depend [moved from sys/boot/geli/Makefile.depend with 100% similarity]
stand/geli/geliboot.c [moved from sys/boot/geli/geliboot.c with 100% similarity]
stand/geli/geliboot.h [moved from sys/boot/geli/geliboot.h with 100% similarity]
stand/geli/geliboot_crypto.c [moved from sys/boot/geli/geliboot_crypto.c with 100% similarity]
stand/geli/geliboot_internal.h [moved from sys/boot/geli/geliboot_internal.h with 100% similarity]
stand/geli/pwgets.c [moved from sys/boot/geli/pwgets.c with 100% similarity]
stand/i386/Makefile [moved from sys/boot/i386/Makefile with 100% similarity]
stand/i386/Makefile.inc [moved from sys/boot/i386/Makefile.inc with 95% similarity]
stand/i386/boot.ldscript [moved from sys/boot/i386/boot.ldscript with 100% similarity]
stand/i386/boot0/Makefile [moved from sys/boot/i386/boot0/Makefile with 100% similarity]
stand/i386/boot0/Makefile.depend [moved from sys/boot/i386/boot0/Makefile.depend with 100% similarity]
stand/i386/boot0/boot0.S [moved from sys/boot/i386/boot0/boot0.S with 100% similarity]
stand/i386/boot0sio/Makefile [moved from sys/boot/i386/boot0sio/Makefile with 100% similarity]
stand/i386/boot0sio/Makefile.depend [moved from sys/boot/i386/boot0sio/Makefile.depend with 100% similarity]
stand/i386/boot2/Makefile [moved from sys/boot/i386/boot2/Makefile with 100% similarity]
stand/i386/boot2/Makefile.depend [moved from sys/boot/i386/boot2/Makefile.depend with 100% similarity]
stand/i386/boot2/boot1.S [moved from sys/boot/i386/boot2/boot1.S with 100% similarity]
stand/i386/boot2/boot2.c [moved from sys/boot/i386/boot2/boot2.c with 100% similarity]
stand/i386/boot2/lib.h [moved from sys/boot/i386/boot2/lib.h with 100% similarity]
stand/i386/boot2/sio.S [moved from sys/boot/i386/boot2/sio.S with 100% similarity]
stand/i386/btx/Makefile [moved from sys/boot/i386/btx/Makefile with 100% similarity]
stand/i386/btx/Makefile.inc [moved from sys/boot/i386/btx/Makefile.inc with 100% similarity]
stand/i386/btx/btx/Makefile [moved from sys/boot/i386/btx/btx/Makefile with 100% similarity]
stand/i386/btx/btx/Makefile.depend [moved from sys/boot/i386/btx/btx/Makefile.depend with 100% similarity]
stand/i386/btx/btx/btx.S [moved from sys/boot/i386/btx/btx/btx.S with 100% similarity]
stand/i386/btx/btxldr/Makefile [moved from sys/boot/i386/btx/btxldr/Makefile with 100% similarity]
stand/i386/btx/btxldr/Makefile.depend [moved from sys/boot/i386/btx/btxldr/Makefile.depend with 100% similarity]
stand/i386/btx/btxldr/btxldr.S [moved from sys/boot/i386/btx/btxldr/btxldr.S with 100% similarity]
stand/i386/btx/lib/Makefile [moved from sys/boot/i386/btx/lib/Makefile with 100% similarity]
stand/i386/btx/lib/Makefile.depend [moved from sys/boot/i386/btx/lib/Makefile.depend with 100% similarity]
stand/i386/btx/lib/btxcsu.S [moved from sys/boot/i386/btx/lib/btxcsu.S with 100% similarity]
stand/i386/btx/lib/btxsys.s [moved from sys/boot/i386/btx/lib/btxsys.s with 100% similarity]
stand/i386/btx/lib/btxv86.h [moved from sys/boot/i386/btx/lib/btxv86.h with 100% similarity]
stand/i386/btx/lib/btxv86.s [moved from sys/boot/i386/btx/lib/btxv86.s with 100% similarity]
stand/i386/cdboot/Makefile [moved from sys/boot/i386/cdboot/Makefile with 100% similarity]
stand/i386/cdboot/Makefile.depend [moved from sys/boot/i386/cdboot/Makefile.depend with 100% similarity]
stand/i386/cdboot/cdboot.S [moved from sys/boot/i386/cdboot/cdboot.S with 100% similarity]
stand/i386/common/bootargs.h [moved from sys/boot/i386/common/bootargs.h with 100% similarity]
stand/i386/common/cons.c [moved from sys/boot/i386/common/cons.c with 100% similarity]
stand/i386/common/cons.h [moved from sys/boot/i386/common/cons.h with 100% similarity]
stand/i386/common/drv.c [moved from sys/boot/i386/common/drv.c with 100% similarity]
stand/i386/common/drv.h [moved from sys/boot/i386/common/drv.h with 100% similarity]
stand/i386/common/edd.h [moved from sys/boot/i386/common/edd.h with 100% similarity]
stand/i386/gptboot/Makefile [moved from sys/boot/i386/gptboot/Makefile with 100% similarity]
stand/i386/gptboot/Makefile.depend [moved from sys/boot/i386/gptboot/Makefile.depend with 100% similarity]
stand/i386/gptboot/gptboot.8 [moved from sys/boot/i386/gptboot/gptboot.8 with 100% similarity]
stand/i386/gptboot/gptboot.c [moved from sys/boot/i386/gptboot/gptboot.c with 100% similarity]
stand/i386/gptboot/gptldr.S [moved from sys/boot/i386/gptboot/gptldr.S with 100% similarity]
stand/i386/gptzfsboot/Makefile [moved from sys/boot/i386/gptzfsboot/Makefile with 100% similarity]
stand/i386/gptzfsboot/Makefile.depend [moved from sys/boot/i386/gptzfsboot/Makefile.depend with 100% similarity]
stand/i386/gptzfsboot/gptzfsboot.8 [moved from sys/boot/i386/gptzfsboot/gptzfsboot.8 with 100% similarity]
stand/i386/kgzldr/Makefile [moved from sys/boot/i386/kgzldr/Makefile with 100% similarity]
stand/i386/kgzldr/Makefile.depend [moved from sys/boot/i386/kgzldr/Makefile.depend with 100% similarity]
stand/i386/kgzldr/boot.c [moved from sys/boot/i386/kgzldr/boot.c with 100% similarity]
stand/i386/kgzldr/crt.s [moved from sys/boot/i386/kgzldr/crt.s with 100% similarity]
stand/i386/kgzldr/kgzldr.h [moved from sys/boot/i386/kgzldr/kgzldr.h with 100% similarity]
stand/i386/kgzldr/lib.c [moved from sys/boot/i386/kgzldr/lib.c with 100% similarity]
stand/i386/kgzldr/sio.s [moved from sys/boot/i386/kgzldr/sio.s with 100% similarity]
stand/i386/kgzldr/start.s [moved from sys/boot/i386/kgzldr/start.s with 100% similarity]
stand/i386/libfirewire/Makefile [moved from sys/boot/i386/libfirewire/Makefile with 100% similarity]
stand/i386/libfirewire/Makefile.depend [moved from sys/boot/i386/libfirewire/Makefile.depend with 100% similarity]
stand/i386/libfirewire/dconsole.c [moved from sys/boot/i386/libfirewire/dconsole.c with 100% similarity]
stand/i386/libfirewire/firewire.c [moved from sys/boot/i386/libfirewire/firewire.c with 100% similarity]
stand/i386/libfirewire/fwohci.c [moved from sys/boot/i386/libfirewire/fwohci.c with 100% similarity]
stand/i386/libfirewire/fwohci.h [moved from sys/boot/i386/libfirewire/fwohci.h with 100% similarity]
stand/i386/libfirewire/fwohcireg.h [moved from sys/boot/i386/libfirewire/fwohcireg.h with 100% similarity]
stand/i386/libi386/Makefile [moved from sys/boot/i386/libi386/Makefile with 100% similarity]
stand/i386/libi386/Makefile.depend [moved from sys/boot/i386/libi386/Makefile.depend with 100% similarity]
stand/i386/libi386/amd64_tramp.S [moved from sys/boot/i386/libi386/amd64_tramp.S with 100% similarity]
stand/i386/libi386/biosacpi.c [moved from sys/boot/i386/libi386/biosacpi.c with 100% similarity]
stand/i386/libi386/bioscd.c [moved from sys/boot/i386/libi386/bioscd.c with 100% similarity]
stand/i386/libi386/biosdisk.c [moved from sys/boot/i386/libi386/biosdisk.c with 100% similarity]
stand/i386/libi386/biosmem.c [moved from sys/boot/i386/libi386/biosmem.c with 100% similarity]
stand/i386/libi386/biospci.c [moved from sys/boot/i386/libi386/biospci.c with 100% similarity]
stand/i386/libi386/biospnp.c [moved from sys/boot/i386/libi386/biospnp.c with 100% similarity]
stand/i386/libi386/biossmap.c [moved from sys/boot/i386/libi386/biossmap.c with 100% similarity]
stand/i386/libi386/bootinfo.c [moved from sys/boot/i386/libi386/bootinfo.c with 100% similarity]
stand/i386/libi386/bootinfo32.c [moved from sys/boot/i386/libi386/bootinfo32.c with 100% similarity]
stand/i386/libi386/bootinfo64.c [moved from sys/boot/i386/libi386/bootinfo64.c with 100% similarity]
stand/i386/libi386/comconsole.c [moved from sys/boot/i386/libi386/comconsole.c with 100% similarity]
stand/i386/libi386/devicename.c [moved from sys/boot/i386/libi386/devicename.c with 100% similarity]
stand/i386/libi386/elf32_freebsd.c [moved from sys/boot/i386/libi386/elf32_freebsd.c with 100% similarity]
stand/i386/libi386/elf64_freebsd.c [moved from sys/boot/i386/libi386/elf64_freebsd.c with 100% similarity]
stand/i386/libi386/i386_copy.c [moved from sys/boot/i386/libi386/i386_copy.c with 100% similarity]
stand/i386/libi386/i386_module.c [moved from sys/boot/i386/libi386/i386_module.c with 100% similarity]
stand/i386/libi386/libi386.h [moved from sys/boot/i386/libi386/libi386.h with 100% similarity]
stand/i386/libi386/multiboot.c [moved from sys/boot/i386/libi386/multiboot.c with 100% similarity]
stand/i386/libi386/multiboot.h [moved from sys/boot/i386/libi386/multiboot.h with 100% similarity]
stand/i386/libi386/multiboot_tramp.S [moved from sys/boot/i386/libi386/multiboot_tramp.S with 100% similarity]
stand/i386/libi386/nullconsole.c [moved from sys/boot/i386/libi386/nullconsole.c with 100% similarity]
stand/i386/libi386/pread.c [moved from sys/boot/i386/libi386/pread.c with 100% similarity]
stand/i386/libi386/pxe.c [moved from sys/boot/i386/libi386/pxe.c with 100% similarity]
stand/i386/libi386/pxe.h [moved from sys/boot/i386/libi386/pxe.h with 100% similarity]
stand/i386/libi386/pxetramp.s [moved from sys/boot/i386/libi386/pxetramp.s with 100% similarity]
stand/i386/libi386/relocater_tramp.S [moved from sys/boot/i386/libi386/relocater_tramp.S with 100% similarity]
stand/i386/libi386/smbios.c [moved from sys/boot/i386/libi386/smbios.c with 100% similarity]
stand/i386/libi386/smbios.h [moved from sys/boot/i386/libi386/smbios.h with 100% similarity]
stand/i386/libi386/spinconsole.c [moved from sys/boot/i386/libi386/spinconsole.c with 100% similarity]
stand/i386/libi386/time.c [moved from sys/boot/i386/libi386/time.c with 100% similarity]
stand/i386/libi386/vidconsole.c [moved from sys/boot/i386/libi386/vidconsole.c with 100% similarity]
stand/i386/loader/Makefile [moved from sys/boot/i386/loader/Makefile with 100% similarity]
stand/i386/loader/Makefile.depend [moved from sys/boot/i386/loader/Makefile.depend with 100% similarity]
stand/i386/loader/chain.c [moved from sys/boot/i386/loader/chain.c with 100% similarity]
stand/i386/loader/conf.c [moved from sys/boot/i386/loader/conf.c with 100% similarity]
stand/i386/loader/help.i386 [moved from sys/boot/i386/loader/help.i386 with 100% similarity]
stand/i386/loader/loader.rc [moved from sys/boot/i386/loader/loader.rc with 100% similarity]
stand/i386/loader/main.c [moved from sys/boot/i386/loader/main.c with 100% similarity]
stand/i386/loader/version [moved from sys/boot/i386/loader/version with 100% similarity]
stand/i386/mbr/Makefile [moved from sys/boot/i386/mbr/Makefile with 100% similarity]
stand/i386/mbr/Makefile.depend [moved from sys/boot/i386/mbr/Makefile.depend with 100% similarity]
stand/i386/mbr/mbr.s [moved from sys/boot/i386/mbr/mbr.s with 100% similarity]
stand/i386/pmbr/Makefile [moved from sys/boot/i386/pmbr/Makefile with 100% similarity]
stand/i386/pmbr/Makefile.depend [moved from sys/boot/i386/pmbr/Makefile.depend with 100% similarity]
stand/i386/pmbr/pmbr.s [moved from sys/boot/i386/pmbr/pmbr.s with 100% similarity]
stand/i386/pxeldr/Makefile [moved from sys/boot/i386/pxeldr/Makefile with 100% similarity]
stand/i386/pxeldr/Makefile.depend [moved from sys/boot/i386/pxeldr/Makefile.depend with 100% similarity]
stand/i386/pxeldr/pxeboot.8 [moved from sys/boot/i386/pxeldr/pxeboot.8 with 100% similarity]
stand/i386/pxeldr/pxeldr.S [moved from sys/boot/i386/pxeldr/pxeldr.S with 100% similarity]
stand/i386/zfsboot/Makefile [moved from sys/boot/i386/zfsboot/Makefile with 100% similarity]
stand/i386/zfsboot/Makefile.depend [moved from sys/boot/i386/zfsboot/Makefile.depend with 100% similarity]
stand/i386/zfsboot/zfsboot.8 [moved from sys/boot/i386/zfsboot/zfsboot.8 with 100% similarity]
stand/i386/zfsboot/zfsboot.c [moved from sys/boot/i386/zfsboot/zfsboot.c with 100% similarity]
stand/i386/zfsboot/zfsldr.S [moved from sys/boot/i386/zfsboot/zfsldr.S with 100% similarity]
stand/i386/zfsloader/Makefile [moved from sys/boot/i386/zfsloader/Makefile with 100% similarity]
stand/i386/zfsloader/Makefile.depend [moved from sys/boot/i386/zfsloader/Makefile.depend with 100% similarity]
stand/kshim/bsd_busspace.c [moved from sys/boot/kshim/bsd_busspace.c with 100% similarity]
stand/kshim/bsd_global.h [moved from sys/boot/kshim/bsd_global.h with 100% similarity]
stand/kshim/bsd_kernel.c [moved from sys/boot/kshim/bsd_kernel.c with 100% similarity]
stand/kshim/bsd_kernel.h [moved from sys/boot/kshim/bsd_kernel.h with 100% similarity]
stand/kshim/kshim.mk [moved from sys/boot/kshim/kshim.mk with 100% similarity]
stand/kshim/sysinit.h [moved from sys/boot/kshim/sysinit.h with 100% similarity]
stand/libsa/Makefile [moved from sys/boot/libsa/Makefile with 100% similarity]
stand/libsa/Makefile.depend [moved from sys/boot/libsa/Makefile.depend with 100% similarity]
stand/libsa/__main.c [moved from sys/boot/libsa/__main.c with 100% similarity]
stand/libsa/amd64/_setjmp.S [moved from sys/boot/libsa/amd64/_setjmp.S with 100% similarity]
stand/libsa/arp.c [moved from sys/boot/libsa/arp.c with 100% similarity]
stand/libsa/assert.c [moved from sys/boot/libsa/assert.c with 100% similarity]
stand/libsa/bcd.c [moved from sys/boot/libsa/bcd.c with 100% similarity]
stand/libsa/bootp.c [moved from sys/boot/libsa/bootp.c with 100% similarity]
stand/libsa/bootp.h [moved from sys/boot/libsa/bootp.h with 100% similarity]
stand/libsa/bootparam.c [moved from sys/boot/libsa/bootparam.c with 100% similarity]
stand/libsa/bootparam.h [moved from sys/boot/libsa/bootparam.h with 100% similarity]
stand/libsa/bzipfs.c [moved from sys/boot/libsa/bzipfs.c with 100% similarity]
stand/libsa/cd9660.c [moved from sys/boot/libsa/cd9660.c with 100% similarity]
stand/libsa/close.c [moved from sys/boot/libsa/close.c with 100% similarity]
stand/libsa/closeall.c [moved from sys/boot/libsa/closeall.c with 100% similarity]
stand/libsa/crc32.c [moved from sys/boot/libsa/crc32.c with 100% similarity]
stand/libsa/crc32.h [moved from sys/boot/libsa/crc32.h with 100% similarity]
stand/libsa/dev.c [moved from sys/boot/libsa/dev.c with 100% similarity]
stand/libsa/dosfs.c [moved from sys/boot/libsa/dosfs.c with 100% similarity]
stand/libsa/dosfs.h [moved from sys/boot/libsa/dosfs.h with 100% similarity]
stand/libsa/environment.c [moved from sys/boot/libsa/environment.c with 100% similarity]
stand/libsa/ether.c [moved from sys/boot/libsa/ether.c with 100% similarity]
stand/libsa/ext2fs.c [moved from sys/boot/libsa/ext2fs.c with 100% similarity]
stand/libsa/fstat.c [moved from sys/boot/libsa/fstat.c with 100% similarity]
stand/libsa/getopt.c [moved from sys/boot/libsa/getopt.c with 100% similarity]
stand/libsa/gets.c [moved from sys/boot/libsa/gets.c with 100% similarity]
stand/libsa/globals.c [moved from sys/boot/libsa/globals.c with 100% similarity]
stand/libsa/gpt.c [moved from sys/boot/libsa/gpt.c with 100% similarity]
stand/libsa/gpt.h [moved from sys/boot/libsa/gpt.h with 100% similarity]
stand/libsa/gzipfs.c [moved from sys/boot/libsa/gzipfs.c with 100% similarity]
stand/libsa/i386/_setjmp.S [moved from sys/boot/libsa/i386/_setjmp.S with 100% similarity]
stand/libsa/in_cksum.c [moved from sys/boot/libsa/in_cksum.c with 100% similarity]
stand/libsa/inet_ntoa.c [moved from sys/boot/libsa/inet_ntoa.c with 100% similarity]
stand/libsa/ioctl.c [moved from sys/boot/libsa/ioctl.c with 100% similarity]
stand/libsa/iodesc.h [moved from sys/boot/libsa/iodesc.h with 100% similarity]
stand/libsa/ip.c [moved from sys/boot/libsa/ip.c with 100% similarity]
stand/libsa/libstand.3 [moved from sys/boot/libsa/libstand.3 with 100% similarity]
stand/libsa/lseek.c [moved from sys/boot/libsa/lseek.c with 100% similarity]
stand/libsa/mips/_setjmp.S [moved from sys/boot/libsa/mips/_setjmp.S with 100% similarity]
stand/libsa/nandfs.c [moved from sys/boot/libsa/nandfs.c with 100% similarity]
stand/libsa/net.c [moved from sys/boot/libsa/net.c with 100% similarity]
stand/libsa/net.h [moved from sys/boot/libsa/net.h with 100% similarity]
stand/libsa/netif.c [moved from sys/boot/libsa/netif.c with 100% similarity]
stand/libsa/netif.h [moved from sys/boot/libsa/netif.h with 100% similarity]
stand/libsa/nfs.c [moved from sys/boot/libsa/nfs.c with 100% similarity]
stand/libsa/nfsv2.h [moved from sys/boot/libsa/nfsv2.h with 100% similarity]
stand/libsa/nullfs.c [moved from sys/boot/libsa/nullfs.c with 100% similarity]
stand/libsa/open.c [moved from sys/boot/libsa/open.c with 100% similarity]
stand/libsa/pager.c [moved from sys/boot/libsa/pager.c with 100% similarity]
stand/libsa/panic.c [moved from sys/boot/libsa/panic.c with 100% similarity]
stand/libsa/pkgfs.c [moved from sys/boot/libsa/pkgfs.c with 100% similarity]
stand/libsa/powerpc/_setjmp.S [moved from sys/boot/libsa/powerpc/_setjmp.S with 100% similarity]
stand/libsa/powerpc/syncicache.c [moved from sys/boot/libsa/powerpc/syncicache.c with 100% similarity]
stand/libsa/printf.c [moved from sys/boot/libsa/printf.c with 100% similarity]
stand/libsa/qdivrem.c [moved from sys/boot/libsa/qdivrem.c with 100% similarity]
stand/libsa/quad.h [moved from sys/boot/libsa/quad.h with 100% similarity]
stand/libsa/random.c [moved from sys/boot/libsa/random.c with 100% similarity]
stand/libsa/rarp.c [moved from sys/boot/libsa/rarp.c with 100% similarity]
stand/libsa/read.c [moved from sys/boot/libsa/read.c with 100% similarity]
stand/libsa/readdir.c [moved from sys/boot/libsa/readdir.c with 100% similarity]
stand/libsa/rpc.c [moved from sys/boot/libsa/rpc.c with 100% similarity]
stand/libsa/rpc.h [moved from sys/boot/libsa/rpc.h with 100% similarity]
stand/libsa/rpcv2.h [moved from sys/boot/libsa/rpcv2.h with 100% similarity]
stand/libsa/saioctl.h [moved from sys/boot/libsa/saioctl.h with 100% similarity]
stand/libsa/sbrk.c [moved from sys/boot/libsa/sbrk.c with 100% similarity]
stand/libsa/sparc64/_setjmp.S [moved from sys/boot/libsa/sparc64/_setjmp.S with 100% similarity]
stand/libsa/splitfs.c [moved from sys/boot/libsa/splitfs.c with 100% similarity]
stand/libsa/stand.h [moved from sys/boot/libsa/stand.h with 100% similarity]
stand/libsa/stat.c [moved from sys/boot/libsa/stat.c with 100% similarity]
stand/libsa/strcasecmp.c [moved from sys/boot/libsa/strcasecmp.c with 100% similarity]
stand/libsa/strdup.c [moved from sys/boot/libsa/strdup.c with 100% similarity]
stand/libsa/strerror.c [moved from sys/boot/libsa/strerror.c with 100% similarity]
stand/libsa/strtol.c [moved from sys/boot/libsa/strtol.c with 100% similarity]
stand/libsa/strtoul.c [moved from sys/boot/libsa/strtoul.c with 100% similarity]
stand/libsa/tftp.c [moved from sys/boot/libsa/tftp.c with 100% similarity]
stand/libsa/tftp.h [moved from sys/boot/libsa/tftp.h with 100% similarity]
stand/libsa/twiddle.c [moved from sys/boot/libsa/twiddle.c with 100% similarity]
stand/libsa/udp.c [moved from sys/boot/libsa/udp.c with 100% similarity]
stand/libsa/ufs.c [moved from sys/boot/libsa/ufs.c with 100% similarity]
stand/libsa/ufsread.c [moved from sys/boot/libsa/ufsread.c with 100% similarity]
stand/libsa/util.c [moved from sys/boot/libsa/util.c with 100% similarity]
stand/libsa/util.h [moved from sys/boot/libsa/util.h with 100% similarity]
stand/libsa/uuid_from_string.c [moved from sys/boot/libsa/uuid_from_string.c with 100% similarity]
stand/libsa/uuid_to_string.c [moved from sys/boot/libsa/uuid_to_string.c with 100% similarity]
stand/libsa/write.c [moved from sys/boot/libsa/write.c with 100% similarity]
stand/libsa/zalloc.c [moved from sys/boot/libsa/zalloc.c with 100% similarity]
stand/libsa/zalloc_defs.h [moved from sys/boot/libsa/zalloc_defs.h with 100% similarity]
stand/libsa/zalloc_malloc.c [moved from sys/boot/libsa/zalloc_malloc.c with 100% similarity]
stand/libsa/zalloc_mem.h [moved from sys/boot/libsa/zalloc_mem.h with 100% similarity]
stand/libsa/zalloc_protos.h [moved from sys/boot/libsa/zalloc_protos.h with 100% similarity]
stand/libsa32/Makefile [moved from sys/boot/libsa32/Makefile with 100% similarity]
stand/libsa32/Makefile.depend [moved from sys/boot/libsa32/Makefile.depend with 100% similarity]
stand/loader.mk [moved from sys/boot/loader.mk with 100% similarity]
stand/man/Makefile [moved from sys/boot/man/Makefile with 100% similarity]
stand/man/loader.8 [moved from sys/boot/man/loader.8 with 100% similarity]
stand/man/zfsloader.8 [moved from sys/boot/man/zfsloader.8 with 100% similarity]
stand/mips/Makefile [moved from sys/boot/mips/Makefile with 100% similarity]
stand/mips/Makefile.inc [moved from sys/boot/mips/Makefile.inc with 100% similarity]
stand/mips/beri/Makefile [moved from sys/boot/mips/beri/Makefile with 100% similarity]
stand/mips/beri/Makefile.inc [moved from sys/boot/mips/beri/Makefile.inc with 100% similarity]
stand/mips/beri/boot2/Makefile [moved from sys/boot/mips/beri/boot2/Makefile with 100% similarity]
stand/mips/beri/boot2/boot2.c [moved from sys/boot/mips/beri/boot2/boot2.c with 100% similarity]
stand/mips/beri/boot2/flashboot.ldscript [moved from sys/boot/mips/beri/boot2/flashboot.ldscript with 100% similarity]
stand/mips/beri/boot2/jtagboot.ldscript [moved from sys/boot/mips/beri/boot2/jtagboot.ldscript with 100% similarity]
stand/mips/beri/boot2/relocate.S [moved from sys/boot/mips/beri/boot2/relocate.S with 100% similarity]
stand/mips/beri/boot2/start.S [moved from sys/boot/mips/beri/boot2/start.S with 100% similarity]
stand/mips/beri/common/altera_jtag_uart.c [moved from sys/boot/mips/beri/common/altera_jtag_uart.c with 100% similarity]
stand/mips/beri/common/beri.h [moved from sys/boot/mips/beri/common/beri.h with 100% similarity]
stand/mips/beri/common/cfi.c [moved from sys/boot/mips/beri/common/cfi.c with 100% similarity]
stand/mips/beri/common/cfi.h [moved from sys/boot/mips/beri/common/cfi.h with 100% similarity]
stand/mips/beri/common/common.ldscript [moved from sys/boot/mips/beri/common/common.ldscript with 100% similarity]
stand/mips/beri/common/cons.h [moved from sys/boot/mips/beri/common/cons.h with 100% similarity]
stand/mips/beri/common/mips.h [moved from sys/boot/mips/beri/common/mips.h with 100% similarity]
stand/mips/beri/common/sdcard.c [moved from sys/boot/mips/beri/common/sdcard.c with 100% similarity]
stand/mips/beri/common/sdcard.h [moved from sys/boot/mips/beri/common/sdcard.h with 100% similarity]
stand/mips/beri/loader/Makefile [moved from sys/boot/mips/beri/loader/Makefile with 100% similarity]
stand/mips/beri/loader/arch.c [moved from sys/boot/mips/beri/loader/arch.c with 100% similarity]
stand/mips/beri/loader/beri_console.c [moved from sys/boot/mips/beri/loader/beri_console.c with 100% similarity]
stand/mips/beri/loader/beri_disk_cfi.c [moved from sys/boot/mips/beri/loader/beri_disk_cfi.c with 100% similarity]
stand/mips/beri/loader/beri_disk_sdcard.c [moved from sys/boot/mips/beri/loader/beri_disk_sdcard.c with 100% similarity]
stand/mips/beri/loader/devicename.c [moved from sys/boot/mips/beri/loader/devicename.c with 100% similarity]
stand/mips/beri/loader/exec.c [moved from sys/boot/mips/beri/loader/exec.c with 100% similarity]
stand/mips/beri/loader/help.mips [moved from sys/boot/mips/beri/loader/help.mips with 100% similarity]
stand/mips/beri/loader/loader.h [moved from sys/boot/mips/beri/loader/loader.h with 100% similarity]
stand/mips/beri/loader/loader.ldscript [moved from sys/boot/mips/beri/loader/loader.ldscript with 100% similarity]
stand/mips/beri/loader/main.c [moved from sys/boot/mips/beri/loader/main.c with 100% similarity]
stand/mips/beri/loader/metadata.c [moved from sys/boot/mips/beri/loader/metadata.c with 100% similarity]
stand/mips/beri/loader/start.S [moved from sys/boot/mips/beri/loader/start.S with 100% similarity]
stand/mips/beri/loader/version [moved from sys/boot/mips/beri/loader/version with 100% similarity]
stand/mips/uboot/Makefile [moved from sys/boot/mips/uboot/Makefile with 100% similarity]
stand/mips/uboot/conf.c [moved from sys/boot/mips/uboot/conf.c with 100% similarity]
stand/mips/uboot/help.uboot [moved from sys/boot/mips/uboot/help.uboot with 100% similarity]
stand/mips/uboot/ldscript.mips [moved from sys/boot/mips/uboot/ldscript.mips with 100% similarity]
stand/mips/uboot/loader.conf [moved from sys/boot/mips/uboot/loader.conf with 100% similarity]
stand/mips/uboot/start.S [moved from sys/boot/mips/uboot/start.S with 100% similarity]
stand/mips/uboot/version [moved from sys/boot/mips/uboot/version with 100% similarity]
stand/ofw/Makefile [moved from sys/boot/ofw/Makefile with 100% similarity]
stand/ofw/Makefile.inc [moved from sys/boot/ofw/Makefile.inc with 100% similarity]
stand/ofw/common/Makefile.inc [moved from sys/boot/ofw/common/Makefile.inc with 100% similarity]
stand/ofw/common/main.c [moved from sys/boot/ofw/common/main.c with 100% similarity]
stand/ofw/libofw/Makefile [moved from sys/boot/ofw/libofw/Makefile with 100% similarity]
stand/ofw/libofw/devicename.c [moved from sys/boot/ofw/libofw/devicename.c with 100% similarity]
stand/ofw/libofw/elf_freebsd.c [moved from sys/boot/ofw/libofw/elf_freebsd.c with 100% similarity]
stand/ofw/libofw/libofw.h [moved from sys/boot/ofw/libofw/libofw.h with 100% similarity]
stand/ofw/libofw/ofw_console.c [moved from sys/boot/ofw/libofw/ofw_console.c with 100% similarity]
stand/ofw/libofw/ofw_copy.c [moved from sys/boot/ofw/libofw/ofw_copy.c with 100% similarity]
stand/ofw/libofw/ofw_disk.c [moved from sys/boot/ofw/libofw/ofw_disk.c with 100% similarity]
stand/ofw/libofw/ofw_memory.c [moved from sys/boot/ofw/libofw/ofw_memory.c with 100% similarity]
stand/ofw/libofw/ofw_module.c [moved from sys/boot/ofw/libofw/ofw_module.c with 100% similarity]
stand/ofw/libofw/ofw_net.c [moved from sys/boot/ofw/libofw/ofw_net.c with 100% similarity]
stand/ofw/libofw/ofw_reboot.c [moved from sys/boot/ofw/libofw/ofw_reboot.c with 100% similarity]
stand/ofw/libofw/ofw_time.c [moved from sys/boot/ofw/libofw/ofw_time.c with 100% similarity]
stand/ofw/libofw/openfirm.c [moved from sys/boot/ofw/libofw/openfirm.c with 100% similarity]
stand/ofw/libofw/openfirm.h [moved from sys/boot/ofw/libofw/openfirm.h with 100% similarity]
stand/ofw/libofw/ppc64_elf_freebsd.c [moved from sys/boot/ofw/libofw/ppc64_elf_freebsd.c with 100% similarity]
stand/pc98/Makefile [moved from sys/boot/pc98/Makefile with 100% similarity]
stand/pc98/Makefile.inc [moved from sys/boot/pc98/Makefile.inc with 87% similarity]
stand/pc98/boot0.5/Makefile [moved from sys/boot/pc98/boot0.5/Makefile with 100% similarity]
stand/pc98/boot0.5/boot.s [moved from sys/boot/pc98/boot0.5/boot.s with 100% similarity]
stand/pc98/boot0.5/boot0.5.s [moved from sys/boot/pc98/boot0.5/boot0.5.s with 100% similarity]
stand/pc98/boot0.5/disk.s [moved from sys/boot/pc98/boot0.5/disk.s with 100% similarity]
stand/pc98/boot0.5/ldscript [moved from sys/boot/pc98/boot0.5/ldscript with 100% similarity]
stand/pc98/boot0.5/putssjis.s [moved from sys/boot/pc98/boot0.5/putssjis.s with 100% similarity]
stand/pc98/boot0.5/selector.s [moved from sys/boot/pc98/boot0.5/selector.s with 100% similarity]
stand/pc98/boot0.5/start.s [moved from sys/boot/pc98/boot0.5/start.s with 100% similarity]
stand/pc98/boot0.5/support.s [moved from sys/boot/pc98/boot0.5/support.s with 100% similarity]
stand/pc98/boot0.5/syscons.s [moved from sys/boot/pc98/boot0.5/syscons.s with 100% similarity]
stand/pc98/boot0/Makefile [moved from sys/boot/pc98/boot0/Makefile with 100% similarity]
stand/pc98/boot0/boot0.s [moved from sys/boot/pc98/boot0/boot0.s with 100% similarity]
stand/pc98/boot2/Makefile [moved from sys/boot/pc98/boot2/Makefile with 100% similarity]
stand/pc98/boot2/boot1.S [moved from sys/boot/pc98/boot2/boot1.S with 100% similarity]
stand/pc98/boot2/boot2.c [moved from sys/boot/pc98/boot2/boot2.c with 100% similarity]
stand/pc98/btx/Makefile [moved from sys/boot/pc98/btx/Makefile with 100% similarity]
stand/pc98/btx/Makefile.inc [moved from sys/boot/pc98/btx/Makefile.inc with 100% similarity]
stand/pc98/btx/btx/Makefile [moved from sys/boot/pc98/btx/btx/Makefile with 100% similarity]
stand/pc98/btx/btx/btx.S [moved from sys/boot/pc98/btx/btx/btx.S with 100% similarity]
stand/pc98/btx/btxldr/Makefile [moved from sys/boot/pc98/btx/btxldr/Makefile with 100% similarity]
stand/pc98/btx/btxldr/btxldr.S [moved from sys/boot/pc98/btx/btxldr/btxldr.S with 100% similarity]
stand/pc98/btx/lib/Makefile [moved from sys/boot/pc98/btx/lib/Makefile with 100% similarity]
stand/pc98/btx/lib/btxcsu.S [moved from sys/boot/pc98/btx/lib/btxcsu.S with 100% similarity]
stand/pc98/btx/lib/btxsys.s [moved from sys/boot/pc98/btx/lib/btxsys.s with 100% similarity]
stand/pc98/btx/lib/btxv86.h [moved from sys/boot/pc98/btx/lib/btxv86.h with 100% similarity]
stand/pc98/btx/lib/btxv86.s [moved from sys/boot/pc98/btx/lib/btxv86.s with 100% similarity]
stand/pc98/cdboot/Makefile [moved from sys/boot/pc98/cdboot/Makefile with 100% similarity]
stand/pc98/cdboot/cdboot.S [moved from sys/boot/pc98/cdboot/cdboot.S with 100% similarity]
stand/pc98/kgzldr/Makefile [moved from sys/boot/pc98/kgzldr/Makefile with 100% similarity]
stand/pc98/kgzldr/crt.s [moved from sys/boot/pc98/kgzldr/crt.s with 100% similarity]
stand/pc98/libpc98/Makefile [moved from sys/boot/pc98/libpc98/Makefile with 100% similarity]
stand/pc98/libpc98/bioscd.c [moved from sys/boot/pc98/libpc98/bioscd.c with 100% similarity]
stand/pc98/libpc98/biosdisk.c [moved from sys/boot/pc98/libpc98/biosdisk.c with 100% similarity]
stand/pc98/libpc98/biosmem.c [moved from sys/boot/pc98/libpc98/biosmem.c with 100% similarity]
stand/pc98/libpc98/biossmap.c [moved from sys/boot/pc98/libpc98/biossmap.c with 100% similarity]
stand/pc98/libpc98/comconsole.c [moved from sys/boot/pc98/libpc98/comconsole.c with 100% similarity]
stand/pc98/libpc98/libpc98.h [moved from sys/boot/pc98/libpc98/libpc98.h with 100% similarity]
stand/pc98/libpc98/pc98_sys.c [moved from sys/boot/pc98/libpc98/pc98_sys.c with 100% similarity]
stand/pc98/libpc98/time.c [moved from sys/boot/pc98/libpc98/time.c with 100% similarity]
stand/pc98/libpc98/vidconsole.c [moved from sys/boot/pc98/libpc98/vidconsole.c with 100% similarity]
stand/pc98/loader/Makefile [moved from sys/boot/pc98/loader/Makefile with 100% similarity]
stand/pc98/loader/conf.c [moved from sys/boot/pc98/loader/conf.c with 100% similarity]
stand/pc98/loader/help.pc98 [moved from sys/boot/pc98/loader/help.pc98 with 100% similarity]
stand/pc98/loader/main.c [moved from sys/boot/pc98/loader/main.c with 100% similarity]
stand/pc98/pc98boot/Makefile [moved from sys/boot/pc98/pc98boot/Makefile with 100% similarity]
stand/powerpc/Makefile [moved from sys/boot/powerpc/Makefile with 100% similarity]
stand/powerpc/Makefile.inc [moved from sys/boot/powerpc/Makefile.inc with 100% similarity]
stand/powerpc/boot1.chrp/Makefile [moved from sys/boot/powerpc/boot1.chrp/Makefile with 100% similarity]
stand/powerpc/boot1.chrp/Makefile.hfs [moved from sys/boot/powerpc/boot1.chrp/Makefile.hfs with 100% similarity]
stand/powerpc/boot1.chrp/boot1.c [moved from sys/boot/powerpc/boot1.chrp/boot1.c with 100% similarity]
stand/powerpc/boot1.chrp/bootinfo.txt [moved from sys/boot/powerpc/boot1.chrp/bootinfo.txt with 100% similarity]
stand/powerpc/boot1.chrp/generate-hfs.sh [moved from sys/boot/powerpc/boot1.chrp/generate-hfs.sh with 100% similarity]
stand/powerpc/boot1.chrp/hfs.tmpl.bz2.uu [moved from sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu with 100% similarity]
stand/powerpc/kboot/Makefile [moved from sys/boot/powerpc/kboot/Makefile with 100% similarity]
stand/powerpc/kboot/conf.c [moved from sys/boot/powerpc/kboot/conf.c with 100% similarity]
stand/powerpc/kboot/host_syscall.S [moved from sys/boot/powerpc/kboot/host_syscall.S with 100% similarity]
stand/powerpc/kboot/host_syscall.h [moved from sys/boot/powerpc/kboot/host_syscall.h with 100% similarity]
stand/powerpc/kboot/hostcons.c [moved from sys/boot/powerpc/kboot/hostcons.c with 100% similarity]
stand/powerpc/kboot/hostdisk.c [moved from sys/boot/powerpc/kboot/hostdisk.c with 100% similarity]
stand/powerpc/kboot/kbootfdt.c [moved from sys/boot/powerpc/kboot/kbootfdt.c with 100% similarity]
stand/powerpc/kboot/kerneltramp.S [moved from sys/boot/powerpc/kboot/kerneltramp.S with 100% similarity]
stand/powerpc/kboot/ldscript.powerpc [moved from sys/boot/powerpc/kboot/ldscript.powerpc with 100% similarity]
stand/powerpc/kboot/main.c [moved from sys/boot/powerpc/kboot/main.c with 100% similarity]
stand/powerpc/kboot/metadata.c [moved from sys/boot/powerpc/kboot/metadata.c with 100% similarity]
stand/powerpc/kboot/ppc64_elf_freebsd.c [moved from sys/boot/powerpc/kboot/ppc64_elf_freebsd.c with 100% similarity]
stand/powerpc/kboot/version [moved from sys/boot/powerpc/kboot/version with 100% similarity]
stand/powerpc/ofw/Makefile [moved from sys/boot/powerpc/ofw/Makefile with 100% similarity]
stand/powerpc/ofw/conf.c [moved from sys/boot/powerpc/ofw/conf.c with 100% similarity]
stand/powerpc/ofw/ldscript.powerpc [moved from sys/boot/powerpc/ofw/ldscript.powerpc with 100% similarity]
stand/powerpc/ofw/metadata.c [moved from sys/boot/powerpc/ofw/metadata.c with 100% similarity]
stand/powerpc/ofw/ofwfdt.c [moved from sys/boot/powerpc/ofw/ofwfdt.c with 100% similarity]
stand/powerpc/ofw/start.c [moved from sys/boot/powerpc/ofw/start.c with 100% similarity]
stand/powerpc/ofw/version [moved from sys/boot/powerpc/ofw/version with 100% similarity]
stand/powerpc/ps3/Makefile [moved from sys/boot/powerpc/ps3/Makefile with 100% similarity]
stand/powerpc/ps3/conf.c [moved from sys/boot/powerpc/ps3/conf.c with 100% similarity]
stand/powerpc/ps3/devicename.c [moved from sys/boot/powerpc/ps3/devicename.c with 100% similarity]
stand/powerpc/ps3/ldscript.powerpc [moved from sys/boot/powerpc/ps3/ldscript.powerpc with 100% similarity]
stand/powerpc/ps3/lv1call.S [moved from sys/boot/powerpc/ps3/lv1call.S with 100% similarity]
stand/powerpc/ps3/lv1call.h [moved from sys/boot/powerpc/ps3/lv1call.h with 100% similarity]
stand/powerpc/ps3/main.c [moved from sys/boot/powerpc/ps3/main.c with 100% similarity]
stand/powerpc/ps3/metadata.c [moved from sys/boot/powerpc/ps3/metadata.c with 100% similarity]
stand/powerpc/ps3/ppc64_elf_freebsd.c [moved from sys/boot/powerpc/ps3/ppc64_elf_freebsd.c with 100% similarity]
stand/powerpc/ps3/ps3.h [moved from sys/boot/powerpc/ps3/ps3.h with 100% similarity]
stand/powerpc/ps3/ps3bus.h [moved from sys/boot/powerpc/ps3/ps3bus.h with 100% similarity]
stand/powerpc/ps3/ps3cdrom.c [moved from sys/boot/powerpc/ps3/ps3cdrom.c with 100% similarity]
stand/powerpc/ps3/ps3cons.c [moved from sys/boot/powerpc/ps3/ps3cons.c with 100% similarity]
stand/powerpc/ps3/ps3devdesc.h [moved from sys/boot/powerpc/ps3/ps3devdesc.h with 100% similarity]
stand/powerpc/ps3/ps3disk.c [moved from sys/boot/powerpc/ps3/ps3disk.c with 100% similarity]
stand/powerpc/ps3/ps3mmu.c [moved from sys/boot/powerpc/ps3/ps3mmu.c with 100% similarity]
stand/powerpc/ps3/ps3net.c [moved from sys/boot/powerpc/ps3/ps3net.c with 100% similarity]
stand/powerpc/ps3/ps3repo.c [moved from sys/boot/powerpc/ps3/ps3repo.c with 100% similarity]
stand/powerpc/ps3/ps3repo.h [moved from sys/boot/powerpc/ps3/ps3repo.h with 100% similarity]
stand/powerpc/ps3/ps3stor.c [moved from sys/boot/powerpc/ps3/ps3stor.c with 100% similarity]
stand/powerpc/ps3/ps3stor.h [moved from sys/boot/powerpc/ps3/ps3stor.h with 100% similarity]
stand/powerpc/ps3/start.S [moved from sys/boot/powerpc/ps3/start.S with 100% similarity]
stand/powerpc/ps3/version [moved from sys/boot/powerpc/ps3/version with 100% similarity]
stand/powerpc/uboot/Makefile [moved from sys/boot/powerpc/uboot/Makefile with 100% similarity]
stand/powerpc/uboot/conf.c [moved from sys/boot/powerpc/uboot/conf.c with 100% similarity]
stand/powerpc/uboot/ldscript.powerpc [moved from sys/boot/powerpc/uboot/ldscript.powerpc with 100% similarity]
stand/powerpc/uboot/start.S [moved from sys/boot/powerpc/uboot/start.S with 100% similarity]
stand/powerpc/uboot/version [moved from sys/boot/powerpc/uboot/version with 100% similarity]
stand/sparc64/Makefile [moved from sys/boot/sparc64/Makefile with 100% similarity]
stand/sparc64/Makefile.inc [moved from sys/boot/sparc64/Makefile.inc with 100% similarity]
stand/sparc64/boot1/Makefile [moved from sys/boot/sparc64/boot1/Makefile with 100% similarity]
stand/sparc64/boot1/_start.s [moved from sys/boot/sparc64/boot1/_start.s with 100% similarity]
stand/sparc64/boot1/boot1.c [moved from sys/boot/sparc64/boot1/boot1.c with 100% similarity]
stand/sparc64/loader/Makefile [moved from sys/boot/sparc64/loader/Makefile with 100% similarity]
stand/sparc64/loader/help.sparc64 [moved from sys/boot/sparc64/loader/help.sparc64 with 100% similarity]
stand/sparc64/loader/locore.S [moved from sys/boot/sparc64/loader/locore.S with 100% similarity]
stand/sparc64/loader/main.c [moved from sys/boot/sparc64/loader/main.c with 100% similarity]
stand/sparc64/loader/metadata.c [moved from sys/boot/sparc64/loader/metadata.c with 100% similarity]
stand/sparc64/loader/version [moved from sys/boot/sparc64/loader/version with 100% similarity]
stand/sparc64/zfsboot/Makefile [moved from sys/boot/sparc64/zfsboot/Makefile with 100% similarity]
stand/sparc64/zfsloader/Makefile [moved from sys/boot/sparc64/zfsloader/Makefile with 100% similarity]
stand/uboot.mk [moved from sys/boot/uboot.mk with 100% similarity]
stand/uboot/Makefile [moved from sys/boot/uboot/Makefile with 100% similarity]
stand/uboot/Makefile.inc [moved from sys/boot/uboot/Makefile.inc with 100% similarity]
stand/uboot/common/main.c [moved from sys/boot/uboot/common/main.c with 100% similarity]
stand/uboot/common/metadata.c [moved from sys/boot/uboot/common/metadata.c with 100% similarity]
stand/uboot/fdt/Makefile [moved from sys/boot/uboot/fdt/Makefile with 100% similarity]
stand/uboot/fdt/uboot_fdt.c [moved from sys/boot/uboot/fdt/uboot_fdt.c with 100% similarity]
stand/uboot/lib/Makefile [moved from sys/boot/uboot/lib/Makefile with 100% similarity]
stand/uboot/lib/api_public.h [moved from sys/boot/uboot/lib/api_public.h with 100% similarity]
stand/uboot/lib/console.c [moved from sys/boot/uboot/lib/console.c with 100% similarity]
stand/uboot/lib/copy.c [moved from sys/boot/uboot/lib/copy.c with 100% similarity]
stand/uboot/lib/devicename.c [moved from sys/boot/uboot/lib/devicename.c with 100% similarity]
stand/uboot/lib/disk.c [moved from sys/boot/uboot/lib/disk.c with 100% similarity]
stand/uboot/lib/elf_freebsd.c [moved from sys/boot/uboot/lib/elf_freebsd.c with 100% similarity]
stand/uboot/lib/glue.c [moved from sys/boot/uboot/lib/glue.c with 100% similarity]
stand/uboot/lib/glue.h [moved from sys/boot/uboot/lib/glue.h with 100% similarity]
stand/uboot/lib/libuboot.h [moved from sys/boot/uboot/lib/libuboot.h with 100% similarity]
stand/uboot/lib/module.c [moved from sys/boot/uboot/lib/module.c with 100% similarity]
stand/uboot/lib/net.c [moved from sys/boot/uboot/lib/net.c with 100% similarity]
stand/uboot/lib/reboot.c [moved from sys/boot/uboot/lib/reboot.c with 100% similarity]
stand/uboot/lib/time.c [moved from sys/boot/uboot/lib/time.c with 100% similarity]
stand/usb/Makefile [moved from sys/boot/usb/Makefile with 100% similarity]
stand/usb/Makefile.test [moved from sys/boot/usb/Makefile.test with 100% similarity]
stand/usb/bsd_usbloader_test.c [moved from sys/boot/usb/bsd_usbloader_test.c with 100% similarity]
stand/usb/storage/umass_common.c [moved from sys/boot/usb/storage/umass_common.c with 100% similarity]
stand/usb/storage/umass_common.h [moved from sys/boot/usb/storage/umass_common.h with 100% similarity]
stand/usb/storage/umass_loader.c [moved from sys/boot/usb/storage/umass_loader.c with 100% similarity]
stand/usb/tools/Makefile [moved from sys/boot/usb/tools/Makefile with 100% similarity]
stand/usb/tools/sysinit.c [moved from sys/boot/usb/tools/sysinit.c with 100% similarity]
stand/usb/usb_busdma_loader.c [moved from sys/boot/usb/usb_busdma_loader.c with 100% similarity]
stand/usb/usbcore.mk [moved from sys/boot/usb/usbcore.mk with 100% similarity]
stand/userboot/Makefile [moved from sys/boot/userboot/Makefile with 100% similarity]
stand/userboot/Makefile.inc [moved from sys/boot/userboot/Makefile.inc with 100% similarity]
stand/userboot/test/Makefile [moved from sys/boot/userboot/test/Makefile with 100% similarity]
stand/userboot/test/Makefile.depend [moved from sys/boot/userboot/test/Makefile.depend with 100% similarity]
stand/userboot/test/test.c [moved from sys/boot/userboot/test/test.c with 100% similarity]
stand/userboot/userboot.h [moved from sys/boot/userboot/userboot.h with 100% similarity]
stand/userboot/userboot/Makefile [moved from sys/boot/userboot/userboot/Makefile with 100% similarity]
stand/userboot/userboot/Makefile.depend [moved from sys/boot/userboot/userboot/Makefile.depend with 100% similarity]
stand/userboot/userboot/autoload.c [moved from sys/boot/userboot/userboot/autoload.c with 100% similarity]
stand/userboot/userboot/biossmap.c [moved from sys/boot/userboot/userboot/biossmap.c with 100% similarity]
stand/userboot/userboot/bootinfo.c [moved from sys/boot/userboot/userboot/bootinfo.c with 100% similarity]
stand/userboot/userboot/bootinfo32.c [moved from sys/boot/userboot/userboot/bootinfo32.c with 100% similarity]
stand/userboot/userboot/bootinfo64.c [moved from sys/boot/userboot/userboot/bootinfo64.c with 100% similarity]
stand/userboot/userboot/conf.c [moved from sys/boot/userboot/userboot/conf.c with 100% similarity]
stand/userboot/userboot/copy.c [moved from sys/boot/userboot/userboot/copy.c with 100% similarity]
stand/userboot/userboot/devicename.c [moved from sys/boot/userboot/userboot/devicename.c with 100% similarity]
stand/userboot/userboot/elf32_freebsd.c [moved from sys/boot/userboot/userboot/elf32_freebsd.c with 100% similarity]
stand/userboot/userboot/elf64_freebsd.c [moved from sys/boot/userboot/userboot/elf64_freebsd.c with 100% similarity]
stand/userboot/userboot/host.c [moved from sys/boot/userboot/userboot/host.c with 100% similarity]
stand/userboot/userboot/libuserboot.h [moved from sys/boot/userboot/userboot/libuserboot.h with 100% similarity]
stand/userboot/userboot/main.c [moved from sys/boot/userboot/userboot/main.c with 100% similarity]
stand/userboot/userboot/userboot_cons.c [moved from sys/boot/userboot/userboot/userboot_cons.c with 100% similarity]
stand/userboot/userboot/userboot_disk.c [moved from sys/boot/userboot/userboot/userboot_disk.c with 100% similarity]
stand/userboot/userboot/version [moved from sys/boot/userboot/userboot/version with 100% similarity]
stand/zfs/Makefile [moved from sys/boot/zfs/Makefile with 100% similarity]
stand/zfs/Makefile.depend [moved from sys/boot/zfs/Makefile.depend with 100% similarity]
stand/zfs/devicename_stubs.c [moved from sys/boot/zfs/devicename_stubs.c with 100% similarity]
stand/zfs/libzfs.h [moved from sys/boot/zfs/libzfs.h with 100% similarity]
stand/zfs/zfs.c [moved from sys/boot/zfs/zfs.c with 100% similarity]
stand/zfs/zfsimpl.c [moved from sys/boot/zfs/zfsimpl.c with 100% similarity]
stand/zfs32/Makefile [moved from sys/boot/zfs32/Makefile with 100% similarity]
sys/Makefile
sys/contrib/dev/acpica/acpica_prep.sh
tools/boot/universe.sh
tools/tools/bootparttest/Makefile
tools/tools/zfsboottest/Makefile
usr.sbin/bhyveload/Makefile