boot: Move boot source code /usr/src/stand.
authorSascha Wildner <saw@online.de>
Mon, 12 Jul 2021 14:20:16 +0000 (16:20 +0200)
committerSascha Wildner <saw@online.de>
Mon, 12 Jul 2021 15:51:51 +0000 (17:51 +0200)
commit479ab7f0492f2a51b48e8537e4f1dc686fc6014b
tree4c1af4ab1b192f857acc4925923e41b892b27155
parent7be2bcd461fd29f67cdfb0bb927fcb2c4dda3b41
boot: Move boot source code /usr/src/stand.

sys/boot becomes stand/boot and lib/libstand becomes stand/lib.

My main reason is to have boot out of the way when for example grepping
in sys/. It also makes more sense since it's not really userland or
kernel code.

Other BSDs have moved their boot/standalone code around too, but maybe
with different directory layouts.

Approved-by: dillon, zrj
251 files changed:
Makefile.inc1
contrib/bzip2/README.DRAGONFLY
lib/Makefile
lib/libefivar/Makefile
lib/libz/Makefile.stand
share/man/man5/loader.conf.5
stand/Makefile [new file with mode: 0644]
stand/boot/Makefile [moved from sys/boot/Makefile with 100% similarity]
stand/boot/common/Makefile.inc [moved from sys/boot/common/Makefile.inc with 100% similarity]
stand/boot/common/bcache.c [moved from sys/boot/common/bcache.c with 100% similarity]
stand/boot/common/boot.c [moved from sys/boot/common/boot.c with 100% similarity]
stand/boot/common/boot2.h [moved from sys/boot/common/boot2.h with 100% similarity]
stand/boot/common/bootstrap.h [moved from sys/boot/common/bootstrap.h with 100% similarity]
stand/boot/common/commands.c [moved from sys/boot/common/commands.c with 100% similarity]
stand/boot/common/console.c [moved from sys/boot/common/console.c with 100% similarity]
stand/boot/common/dev_net.c [moved from sys/boot/common/dev_net.c with 100% similarity]
stand/boot/common/dev_net.h [moved from sys/boot/common/dev_net.h with 100% similarity]
stand/boot/common/devopen.c [moved from sys/boot/common/devopen.c with 100% similarity]
stand/boot/common/dinode.h [moved from sys/boot/common/dinode.h with 100% similarity]
stand/boot/common/do_dloader.c [moved from sys/boot/common/do_dloader.c with 100% similarity]
stand/boot/common/fs.h [moved from sys/boot/common/fs.h with 100% similarity]
stand/boot/common/help.common [moved from sys/boot/common/help.common with 100% similarity]
stand/boot/common/interp_backslash.c [moved from sys/boot/common/interp_backslash.c with 100% similarity]
stand/boot/common/interp_parse.c [moved from sys/boot/common/interp_parse.c with 100% similarity]
stand/boot/common/isapnp.c [moved from sys/boot/common/isapnp.c with 100% similarity]
stand/boot/common/isapnp.h [moved from sys/boot/common/isapnp.h with 100% similarity]
stand/boot/common/load_elf.c [moved from sys/boot/common/load_elf.c with 100% similarity]
stand/boot/common/load_elf32.c [moved from sys/boot/common/load_elf32.c with 100% similarity]
stand/boot/common/load_elf32_obj.c [moved from sys/boot/common/load_elf32_obj.c with 100% similarity]
stand/boot/common/load_elf64.c [moved from sys/boot/common/load_elf64.c with 100% similarity]
stand/boot/common/load_elf64_obj.c [moved from sys/boot/common/load_elf64_obj.c with 100% similarity]
stand/boot/common/load_elf_obj.c [moved from sys/boot/common/load_elf_obj.c with 100% similarity]
stand/boot/common/loader.8 [moved from sys/boot/common/loader.8 with 100% similarity]
stand/boot/common/ls.c [moved from sys/boot/common/ls.c with 100% similarity]
stand/boot/common/merge_help.awk [moved from sys/boot/common/merge_help.awk with 100% similarity]
stand/boot/common/misc.c [moved from sys/boot/common/misc.c with 100% similarity]
stand/boot/common/module.c [moved from sys/boot/common/module.c with 100% similarity]
stand/boot/common/newvers.sh [moved from sys/boot/common/newvers.sh with 100% similarity]
stand/boot/common/panic.c [moved from sys/boot/common/panic.c with 100% similarity]
stand/boot/common/pnp.c [moved from sys/boot/common/pnp.c with 100% similarity]
stand/boot/common/rel_open.c [moved from sys/boot/common/rel_open.c with 100% similarity]
stand/boot/common/reloc_elf.c [moved from sys/boot/common/reloc_elf.c with 100% similarity]
stand/boot/common/reloc_elf32.c [moved from sys/boot/common/reloc_elf32.c with 100% similarity]
stand/boot/common/reloc_elf64.c [moved from sys/boot/common/reloc_elf64.c with 100% similarity]
stand/boot/common/ufsread.c [moved from sys/boot/common/ufsread.c with 100% similarity]
stand/boot/dloader/Makefile [moved from sys/boot/dloader/Makefile with 89% similarity]
stand/boot/dloader/cmds.c [moved from sys/boot/dloader/cmds.c with 100% similarity]
stand/boot/dloader/dloader.h [moved from sys/boot/dloader/dloader.h with 100% similarity]
stand/boot/dloader/dloader.menu [moved from sys/boot/dloader/dloader.menu with 100% similarity]
stand/boot/dloader/loader-bootp.conf [moved from sys/boot/dloader/loader-bootp.conf with 100% similarity]
stand/boot/dloader/loader.conf [moved from sys/boot/dloader/loader.conf with 100% similarity]
stand/boot/dloader/subs.c [moved from sys/boot/dloader/subs.c with 100% similarity]
stand/boot/dloader32/Makefile [moved from sys/boot/dloader32/Makefile with 100% similarity]
stand/boot/efi/Makefile [moved from sys/boot/efi/Makefile with 100% similarity]
stand/boot/efi/Makefile.inc [moved from sys/boot/efi/Makefile.inc with 100% similarity]
stand/boot/efi/boot1/Makefile [moved from sys/boot/efi/boot1/Makefile with 87% similarity]
stand/boot/efi/boot1/boot1.c [moved from sys/boot/efi/boot1/boot1.c with 100% similarity]
stand/boot/efi/boot1/boot_module.h [moved from sys/boot/efi/boot1/boot_module.h with 100% similarity]
stand/boot/efi/boot1/ufs_module.c [moved from sys/boot/efi/boot1/ufs_module.c with 100% similarity]
stand/boot/efi/include/efi.h [moved from sys/boot/efi/include/efi.h with 100% similarity]
stand/boot/efi/include/eficonsctl.h [moved from sys/boot/efi/include/eficonsctl.h with 100% similarity]
stand/boot/efi/include/efilib.h [moved from sys/boot/efi/include/efilib.h with 100% similarity]
stand/boot/efi/libefi/Makefile [moved from sys/boot/efi/libefi/Makefile with 75% similarity]
stand/boot/efi/libefi/delay.c [moved from sys/boot/efi/libefi/delay.c with 100% similarity]
stand/boot/efi/libefi/efi_console.c [moved from sys/boot/efi/libefi/efi_console.c with 100% similarity]
stand/boot/efi/libefi/efinet.c [moved from sys/boot/efi/libefi/efinet.c with 100% similarity]
stand/boot/efi/libefi/efipart.c [moved from sys/boot/efi/libefi/efipart.c with 100% similarity]
stand/boot/efi/libefi/errno.c [moved from sys/boot/efi/libefi/errno.c with 100% similarity]
stand/boot/efi/libefi/handles.c [moved from sys/boot/efi/libefi/handles.c with 100% similarity]
stand/boot/efi/libefi/libefi.c [moved from sys/boot/efi/libefi/libefi.c with 100% similarity]
stand/boot/efi/libefi/time.c [moved from sys/boot/efi/libefi/time.c with 100% similarity]
stand/boot/efi/loader/Makefile [moved from sys/boot/efi/loader/Makefile with 90% similarity]
stand/boot/efi/loader/arch/x86_64/Makefile.inc [moved from sys/boot/efi/loader/arch/x86_64/Makefile.inc with 78% similarity]
stand/boot/efi/loader/arch/x86_64/amd64_tramp.S [moved from sys/boot/efi/loader/arch/x86_64/amd64_tramp.S with 100% similarity]
stand/boot/efi/loader/arch/x86_64/elf64_freebsd.c [moved from sys/boot/efi/loader/arch/x86_64/elf64_freebsd.c with 100% similarity]
stand/boot/efi/loader/arch/x86_64/framebuffer.c [moved from sys/boot/efi/loader/arch/x86_64/framebuffer.c with 100% similarity]
stand/boot/efi/loader/arch/x86_64/framebuffer.h [moved from sys/boot/efi/loader/arch/x86_64/framebuffer.h with 100% similarity]
stand/boot/efi/loader/arch/x86_64/ldscript.x86_64 [moved from sys/boot/efi/loader/arch/x86_64/ldscript.x86_64 with 100% similarity]
stand/boot/efi/loader/arch/x86_64/start.S [moved from sys/boot/efi/loader/arch/x86_64/start.S with 100% similarity]
stand/boot/efi/loader/autoload.c [moved from sys/boot/efi/loader/autoload.c with 100% similarity]
stand/boot/efi/loader/bootinfo.c [moved from sys/boot/efi/loader/bootinfo.c with 100% similarity]
stand/boot/efi/loader/conf.c [moved from sys/boot/efi/loader/conf.c with 100% similarity]
stand/boot/efi/loader/copy.c [moved from sys/boot/efi/loader/copy.c with 100% similarity]
stand/boot/efi/loader/devicename.c [moved from sys/boot/efi/loader/devicename.c with 100% similarity]
stand/boot/efi/loader/efi_main.c [moved from sys/boot/efi/loader/efi_main.c with 100% similarity]
stand/boot/efi/loader/loader_efi.h [moved from sys/boot/efi/loader/loader_efi.h with 100% similarity]
stand/boot/efi/loader/main.c [moved from sys/boot/efi/loader/main.c with 100% similarity]
stand/boot/efi/loader/self_reloc.c [moved from sys/boot/efi/loader/self_reloc.c with 100% similarity]
stand/boot/efi/loader/version [moved from sys/boot/efi/loader/version with 100% similarity]
stand/boot/libstand32/Makefile [moved from sys/boot/libstand32/Makefile with 84% similarity]
stand/boot/pc32/Makefile [moved from sys/boot/pc32/Makefile with 100% similarity]
stand/boot/pc32/Makefile.inc [moved from sys/boot/pc32/Makefile.inc with 94% similarity]
stand/boot/pc32/asmdef/Makefile [moved from sys/boot/pc32/asmdef/Makefile with 100% similarity]
stand/boot/pc32/boot0/Makefile [moved from sys/boot/pc32/boot0/Makefile with 100% similarity]
stand/boot/pc32/boot0/boot0.S [moved from sys/boot/pc32/boot0/boot0.S with 100% similarity]
stand/boot/pc32/boot0sio/Makefile [moved from sys/boot/pc32/boot0sio/Makefile with 100% similarity]
stand/boot/pc32/boot2/Makefile [moved from sys/boot/pc32/boot2/Makefile with 96% similarity]
stand/boot/pc32/boot2/boot1.S [moved from sys/boot/pc32/boot2/boot1.S with 100% similarity]
stand/boot/pc32/boot2/boot2.c [moved from sys/boot/pc32/boot2/boot2.c with 100% similarity]
stand/boot/pc32/boot2/boot2.ldscript [moved from sys/boot/pc32/boot2/boot2.ldscript with 100% similarity]
stand/boot/pc32/boot2/lib.h [moved from sys/boot/pc32/boot2/lib.h with 100% similarity]
stand/boot/pc32/boot2/scrc32.c [moved from sys/boot/pc32/boot2/scrc32.c with 100% similarity]
stand/boot/pc32/boot2/sio.S [moved from sys/boot/pc32/boot2/sio.S with 100% similarity]
stand/boot/pc32/bootasm.h [moved from sys/boot/pc32/bootasm.h with 100% similarity]
stand/boot/pc32/bootasmdef.c [moved from sys/boot/pc32/bootasmdef.c with 100% similarity]
stand/boot/pc32/btx/Makefile [moved from sys/boot/pc32/btx/Makefile with 100% similarity]
stand/boot/pc32/btx/Makefile.inc [moved from sys/boot/pc32/btx/Makefile.inc with 100% similarity]
stand/boot/pc32/btx/btx/Makefile [moved from sys/boot/pc32/btx/btx/Makefile with 100% similarity]
stand/boot/pc32/btx/btx/btx.S [moved from sys/boot/pc32/btx/btx/btx.S with 100% similarity]
stand/boot/pc32/btx/btx/btx.ldscript [moved from sys/boot/pc32/btx/btx/btx.ldscript with 100% similarity]
stand/boot/pc32/btx/btxldr/Makefile [moved from sys/boot/pc32/btx/btxldr/Makefile with 100% similarity]
stand/boot/pc32/btx/btxldr/btxldr.S [moved from sys/boot/pc32/btx/btxldr/btxldr.S with 100% similarity]
stand/boot/pc32/btx/btxldr/btxldr.ldscript [moved from sys/boot/pc32/btx/btxldr/btxldr.ldscript with 100% similarity]
stand/boot/pc32/btx/lib/Makefile [moved from sys/boot/pc32/btx/lib/Makefile with 100% similarity]
stand/boot/pc32/btx/lib/btxcsu.S [moved from sys/boot/pc32/btx/lib/btxcsu.S with 100% similarity]
stand/boot/pc32/btx/lib/btxsys.S [moved from sys/boot/pc32/btx/lib/btxsys.S with 100% similarity]
stand/boot/pc32/btx/lib/btxv86.S [moved from sys/boot/pc32/btx/lib/btxv86.S with 100% similarity]
stand/boot/pc32/btx/lib/btxv86.h [moved from sys/boot/pc32/btx/lib/btxv86.h with 100% similarity]
stand/boot/pc32/btxld/Makefile [moved from sys/boot/pc32/btxld/Makefile with 100% similarity]
stand/boot/pc32/btxld/btx.h [moved from sys/boot/pc32/btxld/btx.h with 100% similarity]
stand/boot/pc32/btxld/btxld.c [moved from sys/boot/pc32/btxld/btxld.c with 99% similarity]
stand/boot/pc32/btxld/elfh.c [moved from sys/boot/pc32/btxld/elfh.c with 100% similarity]
stand/boot/pc32/btxld/elfh.h [moved from sys/boot/pc32/btxld/elfh.h with 100% similarity]
stand/boot/pc32/cdboot/Makefile [moved from sys/boot/pc32/cdboot/Makefile with 100% similarity]
stand/boot/pc32/cdboot/cdboot.S [moved from sys/boot/pc32/cdboot/cdboot.S with 100% similarity]
stand/boot/pc32/libi386/Makefile [moved from sys/boot/pc32/libi386/Makefile with 89% similarity]
stand/boot/pc32/libi386/biosacpi.c [moved from sys/boot/pc32/libi386/biosacpi.c with 100% similarity]
stand/boot/pc32/libi386/bioscd.c [moved from sys/boot/pc32/libi386/bioscd.c with 100% similarity]
stand/boot/pc32/libi386/biosdisk.c [moved from sys/boot/pc32/libi386/biosdisk.c with 100% similarity]
stand/boot/pc32/libi386/biosmem.c [moved from sys/boot/pc32/libi386/biosmem.c with 100% similarity]
stand/boot/pc32/libi386/biospci.c [moved from sys/boot/pc32/libi386/biospci.c with 100% similarity]
stand/boot/pc32/libi386/biospnp.c [moved from sys/boot/pc32/libi386/biospnp.c with 100% similarity]
stand/boot/pc32/libi386/biossmap.c [moved from sys/boot/pc32/libi386/biossmap.c with 100% similarity]
stand/boot/pc32/libi386/bootinfo.c [moved from sys/boot/pc32/libi386/bootinfo.c with 100% similarity]
stand/boot/pc32/libi386/bootinfo32.c [moved from sys/boot/pc32/libi386/bootinfo32.c with 100% similarity]
stand/boot/pc32/libi386/bootinfo64.c [moved from sys/boot/pc32/libi386/bootinfo64.c with 100% similarity]
stand/boot/pc32/libi386/comconsole.c [moved from sys/boot/pc32/libi386/comconsole.c with 100% similarity]
stand/boot/pc32/libi386/devicename.c [moved from sys/boot/pc32/libi386/devicename.c with 100% similarity]
stand/boot/pc32/libi386/elf32_freebsd.c [moved from sys/boot/pc32/libi386/elf32_freebsd.c with 100% similarity]
stand/boot/pc32/libi386/elf64_freebsd.c [moved from sys/boot/pc32/libi386/elf64_freebsd.c with 100% similarity]
stand/boot/pc32/libi386/i386_copy.c [moved from sys/boot/pc32/libi386/i386_copy.c with 100% similarity]
stand/boot/pc32/libi386/i386_module.c [moved from sys/boot/pc32/libi386/i386_module.c with 100% similarity]
stand/boot/pc32/libi386/libi386.h [moved from sys/boot/pc32/libi386/libi386.h with 100% similarity]
stand/boot/pc32/libi386/nullconsole.c [moved from sys/boot/pc32/libi386/nullconsole.c with 100% similarity]
stand/boot/pc32/libi386/pxe.c [moved from sys/boot/pc32/libi386/pxe.c with 99% similarity]
stand/boot/pc32/libi386/pxe.h [moved from sys/boot/pc32/libi386/pxe.h with 100% similarity]
stand/boot/pc32/libi386/pxetramp.s [moved from sys/boot/pc32/libi386/pxetramp.s with 100% similarity]
stand/boot/pc32/libi386/smbios.c [moved from sys/boot/pc32/libi386/smbios.c with 100% similarity]
stand/boot/pc32/libi386/smbios.h [moved from sys/boot/pc32/libi386/smbios.h with 100% similarity]
stand/boot/pc32/libi386/time.c [moved from sys/boot/pc32/libi386/time.c with 100% similarity]
stand/boot/pc32/libi386/vidconsole.c [moved from sys/boot/pc32/libi386/vidconsole.c with 100% similarity]
stand/boot/pc32/libi386/x86_64_tramp.S [moved from sys/boot/pc32/libi386/x86_64_tramp.S with 100% similarity]
stand/boot/pc32/loader/Makefile [moved from sys/boot/pc32/loader/Makefile with 98% similarity]
stand/boot/pc32/loader/conf.c [moved from sys/boot/pc32/loader/conf.c with 100% similarity]
stand/boot/pc32/loader/dloader.rc [moved from sys/boot/pc32/loader/dloader.rc with 100% similarity]
stand/boot/pc32/loader/help.i386 [moved from sys/boot/pc32/loader/help.i386 with 100% similarity]
stand/boot/pc32/loader/loader.ldscript [moved from sys/boot/pc32/loader/loader.ldscript with 100% similarity]
stand/boot/pc32/loader/main.c [moved from sys/boot/pc32/loader/main.c with 100% similarity]
stand/boot/pc32/loader/version [moved from sys/boot/pc32/loader/version with 100% similarity]
stand/boot/pc32/loader_tftp/Makefile [moved from sys/boot/pc32/loader_tftp/Makefile with 98% similarity]
stand/boot/pc32/loader_tftp/version [moved from sys/boot/pc32/loader_tftp/version with 100% similarity]
stand/boot/pc32/mbr/Makefile [moved from sys/boot/pc32/mbr/Makefile with 100% similarity]
stand/boot/pc32/mbr/mbr.S [moved from sys/boot/pc32/mbr/mbr.S with 100% similarity]
stand/boot/pc32/pxeldr/Makefile [moved from sys/boot/pc32/pxeldr/Makefile with 100% similarity]
stand/boot/pc32/pxeldr/pxeboot.8 [moved from sys/boot/pc32/pxeldr/pxeboot.8 with 100% similarity]
stand/boot/pc32/pxeldr/pxeldr.S [moved from sys/boot/pc32/pxeldr/pxeldr.S with 100% similarity]
stand/boot/pc32/pxeldr_tftp/Makefile [moved from sys/boot/pc32/pxeldr_tftp/Makefile with 100% similarity]
stand/boot/pc32/pxeldr_tftp/pxeboot_tftp.8 [moved from sys/boot/pc32/pxeldr_tftp/pxeboot_tftp.8 with 100% similarity]
stand/boot/pc64/Makefile.inc [moved from sys/boot/pc64/Makefile.inc with 100% similarity]
stand/lib/Makefile [moved from lib/libstand/Makefile with 94% similarity]
stand/lib/__main.c [moved from lib/libstand/__main.c with 100% similarity]
stand/lib/arp.c [moved from lib/libstand/arp.c with 100% similarity]
stand/lib/assert.c [moved from lib/libstand/assert.c with 100% similarity]
stand/lib/bcd.c [moved from lib/libstand/bcd.c with 100% similarity]
stand/lib/bootp.c [moved from lib/libstand/bootp.c with 100% similarity]
stand/lib/bootp.h [moved from lib/libstand/bootp.h with 100% similarity]
stand/lib/bootparam.c [moved from lib/libstand/bootparam.c with 100% similarity]
stand/lib/bootparam.h [moved from lib/libstand/bootparam.h with 100% similarity]
stand/lib/bswap.c [moved from lib/libstand/bswap.c with 100% similarity]
stand/lib/bzipfs.c [moved from lib/libstand/bzipfs.c with 100% similarity]
stand/lib/cd9660.c [moved from lib/libstand/cd9660.c with 100% similarity]
stand/lib/close.c [moved from lib/libstand/close.c with 100% similarity]
stand/lib/closeall.c [moved from lib/libstand/closeall.c with 100% similarity]
stand/lib/dev.c [moved from lib/libstand/dev.c with 100% similarity]
stand/lib/dosfs.c [moved from lib/libstand/dosfs.c with 100% similarity]
stand/lib/dosfs.h [moved from lib/libstand/dosfs.h with 100% similarity]
stand/lib/environment.c [moved from lib/libstand/environment.c with 100% similarity]
stand/lib/ether.c [moved from lib/libstand/ether.c with 100% similarity]
stand/lib/ext2fs.c [moved from lib/libstand/ext2fs.c with 100% similarity]
stand/lib/fstat.c [moved from lib/libstand/fstat.c with 100% similarity]
stand/lib/getopt.c [moved from lib/libstand/getopt.c with 100% similarity]
stand/lib/gets.c [moved from lib/libstand/gets.c with 100% similarity]
stand/lib/globals.c [moved from lib/libstand/globals.c with 100% similarity]
stand/lib/gzipfs.c [moved from lib/libstand/gzipfs.c with 100% similarity]
stand/lib/hammer1.c [moved from lib/libstand/hammer1.c with 100% similarity]
stand/lib/hammer2.c [moved from lib/libstand/hammer2.c with 100% similarity]
stand/lib/i386/_setjmp.S [moved from lib/libstand/i386/_setjmp.S with 100% similarity]
stand/lib/if_ether.h [moved from lib/libstand/if_ether.h with 100% similarity]
stand/lib/in_cksum.c [moved from lib/libstand/in_cksum.c with 100% similarity]
stand/lib/inet_ntoa.c [moved from lib/libstand/inet_ntoa.c with 100% similarity]
stand/lib/ioctl.c [moved from lib/libstand/ioctl.c with 100% similarity]
stand/lib/iodesc.h [moved from lib/libstand/iodesc.h with 100% similarity]
stand/lib/libstand.3 [moved from lib/libstand/libstand.3 with 100% similarity]
stand/lib/lseek.c [moved from lib/libstand/lseek.c with 100% similarity]
stand/lib/net.c [moved from lib/libstand/net.c with 100% similarity]
stand/lib/net.h [moved from lib/libstand/net.h with 100% similarity]
stand/lib/netif.c [moved from lib/libstand/netif.c with 100% similarity]
stand/lib/netif.h [moved from lib/libstand/netif.h with 100% similarity]
stand/lib/nfs.c [moved from lib/libstand/nfs.c with 100% similarity]
stand/lib/nfsv2.h [moved from lib/libstand/nfsv2.h with 100% similarity]
stand/lib/nullfs.c [moved from lib/libstand/nullfs.c with 100% similarity]
stand/lib/open.c [moved from lib/libstand/open.c with 100% similarity]
stand/lib/pager.c [moved from lib/libstand/pager.c with 100% similarity]
stand/lib/printf.c [moved from lib/libstand/printf.c with 100% similarity]
stand/lib/qdivrem.c [moved from lib/libstand/qdivrem.c with 100% similarity]
stand/lib/quad.h [moved from lib/libstand/quad.h with 100% similarity]
stand/lib/random.c [moved from lib/libstand/random.c with 100% similarity]
stand/lib/rarp.c [moved from lib/libstand/rarp.c with 100% similarity]
stand/lib/read.c [moved from lib/libstand/read.c with 100% similarity]
stand/lib/readdir.c [moved from lib/libstand/readdir.c with 100% similarity]
stand/lib/rpc.c [moved from lib/libstand/rpc.c with 100% similarity]
stand/lib/rpc.h [moved from lib/libstand/rpc.h with 100% similarity]
stand/lib/rpcv2.h [moved from lib/libstand/rpcv2.h with 100% similarity]
stand/lib/sbrk.c [moved from lib/libstand/sbrk.c with 100% similarity]
stand/lib/splitfs.c [moved from lib/libstand/splitfs.c with 100% similarity]
stand/lib/stand.h [moved from lib/libstand/stand.h with 100% similarity]
stand/lib/stat.c [moved from lib/libstand/stat.c with 100% similarity]
stand/lib/strcasecmp.c [moved from lib/libstand/strcasecmp.c with 100% similarity]
stand/lib/strdup.c [moved from lib/libstand/strdup.c with 100% similarity]
stand/lib/strerror.c [moved from lib/libstand/strerror.c with 100% similarity]
stand/lib/strtol.c [moved from lib/libstand/strtol.c with 100% similarity]
stand/lib/strtoul.c [moved from lib/libstand/strtoul.c with 100% similarity]
stand/lib/tftp.c [moved from lib/libstand/tftp.c with 100% similarity]
stand/lib/tftp.h [moved from lib/libstand/tftp.h with 100% similarity]
stand/lib/twiddle.c [moved from lib/libstand/twiddle.c with 100% similarity]
stand/lib/udp.c [moved from lib/libstand/udp.c with 100% similarity]
stand/lib/ufs.c [moved from lib/libstand/ufs.c with 100% similarity]
stand/lib/uuid_from_string.c [moved from lib/libstand/uuid_from_string.c with 100% similarity]
stand/lib/uuid_to_string.c [moved from lib/libstand/uuid_to_string.c with 100% similarity]
stand/lib/write.c [moved from lib/libstand/write.c with 100% similarity]
stand/lib/x86_64/_setjmp.S [moved from lib/libstand/x86_64/_setjmp.S with 100% similarity]
stand/lib/zalloc.c [moved from lib/libstand/zalloc.c with 100% similarity]
stand/lib/zalloc_defs.h [moved from lib/libstand/zalloc_defs.h with 100% similarity]
stand/lib/zalloc_malloc.c [moved from lib/libstand/zalloc_malloc.c with 100% similarity]
stand/lib/zalloc_mem.h [moved from lib/libstand/zalloc_mem.h with 100% similarity]
stand/lib/zalloc_protos.h [moved from lib/libstand/zalloc_protos.h with 100% similarity]
sys/Makefile
sys/libkern/stack_protector.c
sys/sys/disklabel32.h
sys/sys/imgact_aout.h
usr.sbin/efibootmgr/Makefile