loader: import and port freebsd loader
commit2e76734459438e16f49bff8ee25a1ea9e2aa4f26
authorToomas Soome <tsoome@me.com>
Sat, 24 Oct 2015 21:06:51 +0000 (25 00:06 +0300)
committerToomas Soome <tsoome@me.com>
Mon, 18 Jul 2016 05:41:27 +0000 (18 08:41 +0300)
treeb926881c4893d72dca89799155ccc40acb57ffec
parent289f2bd5a32d8f4079bd89c47d455584ed395cb1
loader: import and port freebsd loader

illumos issue #5061
1276 files changed:
exception_lists/copyright
exception_lists/cstyle
exception_lists/hdrchk
exception_lists/keywords
exception_lists/manlint [new file with mode: 0644]
exception_lists/mapfilechk
usr/src/Makefile
usr/src/boot/COPYRIGHT [new file with mode: 0644]
usr/src/boot/COPYRIGHT.descrip [new file with mode: 0644]
usr/src/boot/Makefile [new file with mode: 0644]
usr/src/boot/Readme.txt [new file with mode: 0644]
usr/src/boot/contrib/bzip2/CHANGES [new file with mode: 0644]
usr/src/boot/contrib/bzip2/FREEBSD-Xlist [new file with mode: 0644]
usr/src/boot/contrib/bzip2/FREEBSD-upgrade [new file with mode: 0644]
usr/src/boot/contrib/bzip2/FREEBSD-vendor [new file with mode: 0644]
usr/src/boot/contrib/bzip2/LICENSE [new file with mode: 0644]
usr/src/boot/contrib/bzip2/README [new file with mode: 0644]
usr/src/boot/contrib/bzip2/README.COMPILATION.PROBLEMS [new file with mode: 0644]
usr/src/boot/contrib/bzip2/blocksort.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/bzip2.1 [new file with mode: 0644]
usr/src/boot/contrib/bzip2/bzip2.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/bzip2recover.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/bzlib.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/bzlib.h [new file with mode: 0644]
usr/src/boot/contrib/bzip2/bzlib_private.h [new file with mode: 0644]
usr/src/boot/contrib/bzip2/compress.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/crctable.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/decompress.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/huffman.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/libbz2.def [new file with mode: 0644]
usr/src/boot/contrib/bzip2/randtable.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/sample1.bz2.uu [new file with mode: 0644]
usr/src/boot/contrib/bzip2/sample1.ref.gz.uu [new file with mode: 0644]
usr/src/boot/contrib/bzip2/sample2.bz2.uu [new file with mode: 0644]
usr/src/boot/contrib/bzip2/sample2.ref.gz.uu [new file with mode: 0644]
usr/src/boot/contrib/bzip2/sample3.bz2.uu [new file with mode: 0644]
usr/src/boot/contrib/bzip2/sample3.ref.gz.uu [new file with mode: 0644]
usr/src/boot/contrib/bzip2/spewG.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/unzcrash.c [new file with mode: 0644]
usr/src/boot/contrib/bzip2/words0 [new file with mode: 0644]
usr/src/boot/contrib/bzip2/words1 [new file with mode: 0644]
usr/src/boot/contrib/bzip2/words2 [new file with mode: 0644]
usr/src/boot/contrib/bzip2/words3 [new file with mode: 0644]
usr/src/boot/include/_ctype.h [new file with mode: 0644]
usr/src/boot/include/a.out.h [new file with mode: 0644]
usr/src/boot/include/arpa/inet.h [new file with mode: 0644]
usr/src/boot/include/arpa/tftp.h [new file with mode: 0644]
usr/src/boot/include/assert.h [new file with mode: 0644]
usr/src/boot/include/bitstring.h [new file with mode: 0644]
usr/src/boot/include/bzlib.h [new file with mode: 0644]
usr/src/boot/include/ctype.h [new file with mode: 0644]
usr/src/boot/include/dev/ic/ns16550.h [new file with mode: 0644]
usr/src/boot/include/dev/pci/pcireg.h [new file with mode: 0644]
usr/src/boot/include/elf.h [new file with mode: 0644]
usr/src/boot/include/errno.h [new file with mode: 0644]
usr/src/boot/include/inttypes.h [new file with mode: 0644]
usr/src/boot/include/isofs/cd9660/cd9660_rrip.h [new file with mode: 0644]
usr/src/boot/include/isofs/cd9660/iso.h [new file with mode: 0644]
usr/src/boot/include/limits.h [new file with mode: 0644]
usr/src/boot/include/link.h [new file with mode: 0644]
usr/src/boot/include/math.h [new file with mode: 0644]
usr/src/boot/include/net/ethernet.h [new file with mode: 0644]
usr/src/boot/include/net/if.h [new file with mode: 0644]
usr/src/boot/include/net/if_arp.h [new file with mode: 0644]
usr/src/boot/include/netinet/if_ether.h [new file with mode: 0644]
usr/src/boot/include/netinet/in.h [new file with mode: 0644]
usr/src/boot/include/netinet/in_pcb.h [new file with mode: 0644]
usr/src/boot/include/netinet/in_systm.h [new file with mode: 0644]
usr/src/boot/include/netinet/ip.h [new file with mode: 0644]
usr/src/boot/include/netinet/ip_var.h [new file with mode: 0644]
usr/src/boot/include/netinet/udp.h [new file with mode: 0644]
usr/src/boot/include/netinet/udp_var.h [new file with mode: 0644]
usr/src/boot/include/netinet6/in6.h [new file with mode: 0644]
usr/src/boot/include/nlist.h [new file with mode: 0644]
usr/src/boot/include/runetype.h [new file with mode: 0644]
usr/src/boot/include/setjmp.h [new file with mode: 0644]
usr/src/boot/include/stdarg.h [new file with mode: 0644]
usr/src/boot/include/stdbool.h [new file with mode: 0644]
usr/src/boot/include/stddef.h [new file with mode: 0644]
usr/src/boot/include/stdio.h [new file with mode: 0644]
usr/src/boot/include/stdlib.h [new file with mode: 0644]
usr/src/boot/include/string.h [new file with mode: 0644]
usr/src/boot/include/strings.h [new file with mode: 0644]
usr/src/boot/include/time.h [new file with mode: 0644]
usr/src/boot/include/ufs/ufs/dinode.h [new file with mode: 0644]
usr/src/boot/include/ufs/ufs/dir.h [new file with mode: 0644]
usr/src/boot/include/unistd.h [new file with mode: 0644]
usr/src/boot/include/uuid.h [new file with mode: 0644]
usr/src/boot/include/xlocale/_ctype.h [new file with mode: 0644]
usr/src/boot/include/xlocale/_string.h [new file with mode: 0644]
usr/src/boot/include/xlocale/_strings.h [new file with mode: 0644]
usr/src/boot/include/xlocale/_time.h [new file with mode: 0644]
usr/src/boot/lib/libc/net/ntoh.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/bcmp.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/bcopy.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/bzero.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/ffs.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/fls.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/memccpy.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/memchr.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/memcmp.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/memcpy.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/memmove.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/memset.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strcat.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strchr.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strcmp.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strcpy.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strcspn.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strlcat.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strlcpy.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strlen.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strncat.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strncmp.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strncpy.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strpbrk.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strrchr.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strsep.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strspn.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strstr.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/strtok.c [new file with mode: 0644]
usr/src/boot/lib/libc/string/swab.c [new file with mode: 0644]
usr/src/boot/lib/libc/uuid/uuid_create_nil.c [new file with mode: 0644]
usr/src/boot/lib/libc/uuid/uuid_equal.c [new file with mode: 0644]
usr/src/boot/lib/libc/uuid/uuid_is_nil.c [new file with mode: 0644]
usr/src/boot/lib/libstand/Makefile.inc [new file with mode: 0644]
usr/src/boot/lib/libstand/__main.c [new file with mode: 0644]
usr/src/boot/lib/libstand/amd64/_setjmp.S [new file with mode: 0644]
usr/src/boot/lib/libstand/arp.c [new file with mode: 0644]
usr/src/boot/lib/libstand/assert.c [new file with mode: 0644]
usr/src/boot/lib/libstand/bcd.c [new file with mode: 0644]
usr/src/boot/lib/libstand/bootp.c [new file with mode: 0644]
usr/src/boot/lib/libstand/bootp.h [new file with mode: 0644]
usr/src/boot/lib/libstand/bootparam.c [new file with mode: 0644]
usr/src/boot/lib/libstand/bootparam.h [new file with mode: 0644]
usr/src/boot/lib/libstand/bswap.c [new file with mode: 0644]
usr/src/boot/lib/libstand/bzipfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/cd9660.c [new file with mode: 0644]
usr/src/boot/lib/libstand/close.c [new file with mode: 0644]
usr/src/boot/lib/libstand/closeall.c [new file with mode: 0644]
usr/src/boot/lib/libstand/dev.c [new file with mode: 0644]
usr/src/boot/lib/libstand/dosfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/dosfs.h [new file with mode: 0644]
usr/src/boot/lib/libstand/environment.c [new file with mode: 0644]
usr/src/boot/lib/libstand/ether.c [new file with mode: 0644]
usr/src/boot/lib/libstand/ext2fs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/fstat.c [new file with mode: 0644]
usr/src/boot/lib/libstand/getopt.c [new file with mode: 0644]
usr/src/boot/lib/libstand/gets.c [new file with mode: 0644]
usr/src/boot/lib/libstand/globals.c [new file with mode: 0644]
usr/src/boot/lib/libstand/gzipfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/i386/_setjmp.S [new file with mode: 0644]
usr/src/boot/lib/libstand/in_cksum.c [new file with mode: 0644]
usr/src/boot/lib/libstand/inet_ntoa.c [new file with mode: 0644]
usr/src/boot/lib/libstand/ioctl.c [new file with mode: 0644]
usr/src/boot/lib/libstand/iodesc.h [new file with mode: 0644]
usr/src/boot/lib/libstand/libstand.3 [new file with mode: 0644]
usr/src/boot/lib/libstand/lseek.c [new file with mode: 0644]
usr/src/boot/lib/libstand/mips/_setjmp.S [new file with mode: 0644]
usr/src/boot/lib/libstand/nandfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/net.c [new file with mode: 0644]
usr/src/boot/lib/libstand/net.h [new file with mode: 0644]
usr/src/boot/lib/libstand/netif.c [new file with mode: 0644]
usr/src/boot/lib/libstand/netif.h [new file with mode: 0644]
usr/src/boot/lib/libstand/nfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/nfsv2.h [new file with mode: 0644]
usr/src/boot/lib/libstand/nullfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/open.c [new file with mode: 0644]
usr/src/boot/lib/libstand/pager.c [new file with mode: 0644]
usr/src/boot/lib/libstand/pkgfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/powerpc/_setjmp.S [new file with mode: 0644]
usr/src/boot/lib/libstand/powerpc/syncicache.c [new file with mode: 0644]
usr/src/boot/lib/libstand/printf.c [new file with mode: 0644]
usr/src/boot/lib/libstand/qdivrem.c [new file with mode: 0644]
usr/src/boot/lib/libstand/quad.h [new file with mode: 0644]
usr/src/boot/lib/libstand/random.c [new file with mode: 0644]
usr/src/boot/lib/libstand/rarp.c [new file with mode: 0644]
usr/src/boot/lib/libstand/read.c [new file with mode: 0644]
usr/src/boot/lib/libstand/readdir.c [new file with mode: 0644]
usr/src/boot/lib/libstand/rpc.c [new file with mode: 0644]
usr/src/boot/lib/libstand/rpc.h [new file with mode: 0644]
usr/src/boot/lib/libstand/rpcv2.h [new file with mode: 0644]
usr/src/boot/lib/libstand/saioctl.h [new file with mode: 0644]
usr/src/boot/lib/libstand/sbrk.c [new file with mode: 0644]
usr/src/boot/lib/libstand/sparc64/_setjmp.S [new file with mode: 0644]
usr/src/boot/lib/libstand/splitfs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/stand.h [new file with mode: 0644]
usr/src/boot/lib/libstand/stat.c [new file with mode: 0644]
usr/src/boot/lib/libstand/strcasecmp.c [new file with mode: 0644]
usr/src/boot/lib/libstand/strdup.c [new file with mode: 0644]
usr/src/boot/lib/libstand/strerror.c [new file with mode: 0644]
usr/src/boot/lib/libstand/strtol.c [new file with mode: 0644]
usr/src/boot/lib/libstand/strtoul.c [new file with mode: 0644]
usr/src/boot/lib/libstand/tftp.c [new file with mode: 0644]
usr/src/boot/lib/libstand/tftp.h [new file with mode: 0644]
usr/src/boot/lib/libstand/twiddle.c [new file with mode: 0644]
usr/src/boot/lib/libstand/udp.c [new file with mode: 0644]
usr/src/boot/lib/libstand/ufs.c [new file with mode: 0644]
usr/src/boot/lib/libstand/uuid_from_string.c [new file with mode: 0644]
usr/src/boot/lib/libstand/uuid_to_string.c [new file with mode: 0644]
usr/src/boot/lib/libstand/write.c [new file with mode: 0644]
usr/src/boot/lib/libstand/zalloc.c [new file with mode: 0644]
usr/src/boot/lib/libstand/zalloc_defs.h [new file with mode: 0644]
usr/src/boot/lib/libstand/zalloc_malloc.c [new file with mode: 0644]
usr/src/boot/lib/libstand/zalloc_mem.h [new file with mode: 0644]
usr/src/boot/lib/libstand/zalloc_protos.h [new file with mode: 0644]
usr/src/boot/lib/libz/ChangeLog [new file with mode: 0644]
usr/src/boot/lib/libz/FAQ [new file with mode: 0644]
usr/src/boot/lib/libz/FREEBSD-upgrade [new file with mode: 0644]
usr/src/boot/lib/libz/Makefile [new file with mode: 0644]
usr/src/boot/lib/libz/README [new file with mode: 0644]
usr/src/boot/lib/libz/Symbol.map [new file with mode: 0644]
usr/src/boot/lib/libz/Versions.def [new file with mode: 0644]
usr/src/boot/lib/libz/adler32.c [new file with mode: 0644]
usr/src/boot/lib/libz/compress.c [new file with mode: 0644]
usr/src/boot/lib/libz/contrib/README.contrib [new file with mode: 0644]
usr/src/boot/lib/libz/contrib/asm686/README.686 [new file with mode: 0644]
usr/src/boot/lib/libz/contrib/asm686/match.S [new file with mode: 0644]
usr/src/boot/lib/libz/contrib/gcc_gvmat64/gvmat64.S [new file with mode: 0644]
usr/src/boot/lib/libz/crc32.c [new file with mode: 0644]
usr/src/boot/lib/libz/crc32.h [new file with mode: 0644]
usr/src/boot/lib/libz/deflate.c [new file with mode: 0644]
usr/src/boot/lib/libz/deflate.h [new file with mode: 0644]
usr/src/boot/lib/libz/doc/algorithm.txt [new file with mode: 0644]
usr/src/boot/lib/libz/doc/rfc1950.txt [new file with mode: 0644]
usr/src/boot/lib/libz/doc/rfc1951.txt [new file with mode: 0644]
usr/src/boot/lib/libz/doc/rfc1952.txt [new file with mode: 0644]
usr/src/boot/lib/libz/doc/txtvsbin.txt [new file with mode: 0644]
usr/src/boot/lib/libz/gzclose.c [new file with mode: 0644]
usr/src/boot/lib/libz/gzguts.h [new file with mode: 0644]
usr/src/boot/lib/libz/gzlib.c [new file with mode: 0644]
usr/src/boot/lib/libz/gzread.c [new file with mode: 0644]
usr/src/boot/lib/libz/gzwrite.c [new file with mode: 0644]
usr/src/boot/lib/libz/infback.c [new file with mode: 0644]
usr/src/boot/lib/libz/inffast.c [new file with mode: 0644]
usr/src/boot/lib/libz/inffast.h [new file with mode: 0644]
usr/src/boot/lib/libz/inffixed.h [new file with mode: 0644]
usr/src/boot/lib/libz/inflate.c [new file with mode: 0644]
usr/src/boot/lib/libz/inflate.h [new file with mode: 0644]
usr/src/boot/lib/libz/inftrees.c [new file with mode: 0644]
usr/src/boot/lib/libz/inftrees.h [new file with mode: 0644]
usr/src/boot/lib/libz/test/example.c [new file with mode: 0644]
usr/src/boot/lib/libz/test/infcover.c [new file with mode: 0644]
usr/src/boot/lib/libz/test/minigzip.c [new file with mode: 0644]
usr/src/boot/lib/libz/trees.c [new file with mode: 0644]
usr/src/boot/lib/libz/trees.h [new file with mode: 0644]
usr/src/boot/lib/libz/uncompr.c [new file with mode: 0644]
usr/src/boot/lib/libz/zconf.h [new file with mode: 0644]
usr/src/boot/lib/libz/zlib.3 [new file with mode: 0644]
usr/src/boot/lib/libz/zlib.h [new file with mode: 0644]
usr/src/boot/lib/libz/zlib.pc [new file with mode: 0644]
usr/src/boot/lib/libz/zopen.3 [new file with mode: 0644]
usr/src/boot/lib/libz/zopen.c [new file with mode: 0644]
usr/src/boot/lib/libz/zutil.c [new file with mode: 0644]
usr/src/boot/lib/libz/zutil.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/_align.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/_inttypes.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/_limits.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/_stdint.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/_types.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/asm.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/asmacros.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/cpufunc.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/elf.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/endian.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/exec.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/metadata.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/param.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/pc/bios.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/psl.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/setjmp.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/signal.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/specialreg.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/stdarg.h [new file with mode: 0644]
usr/src/boot/sys/amd64/include/trap.h [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile.amd64 [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile.arm [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile.arm64 [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile.i386 [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/Makefile.sparc64 [new file with mode: 0644]
usr/src/boot/sys/boot/README [new file with mode: 0644]
usr/src/boot/sys/boot/arm/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0/README [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0/linker.cfg [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0iic/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0iic/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0spi/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot0spi/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot2/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot2/board.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot2/boot2.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot2/bwct_board.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot2/centipad_board.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/boot2/kb920x_board.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/README [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/env_vars.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/env_vars.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/loader_prompt.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/loader_prompt.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootiic/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/README [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/ee.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/ee.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/env_vars.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/env_vars.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/loader_prompt.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/loader_prompt.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/bootspi/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/arm_init.S [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/at91rm9200.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/delay.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/eeprom.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/emac.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/emac.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/emac_init.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/getc.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/lib.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/lib_AT91RM9200.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/mci_device.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/memcmp.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/memcpy.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/memset.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/p_string.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/printf.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/putchar.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/reset.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/sd-card.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/sd-card.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/spi_flash.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/spi_flash.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/strcmp.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/strcpy.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/strcvt.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/strlen.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/tag_list.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/tag_list.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/libat91/xmodem.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/at91/linker.cfg [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/boot2/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/boot2/arm_init.S [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/boot2/boot2.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/boot2/cf_ata.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/boot2/ixp425_board.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/ixp425/boot2/lib.h [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/conf.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/help.uboot [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/ldscript.arm [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/loader.conf [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/start.S [new file with mode: 0644]
usr/src/boot/sys/boot/arm/uboot/version [new file with mode: 0644]
usr/src/boot/sys/boot/arm64/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/arm64/libarm64/cache.c [new file with mode: 0644]
usr/src/boot/sys/boot/arm64/libarm64/cache.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/common/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/common/bcache.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/boot.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/bootstrap.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/commands.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/console.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/crc32.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/crc32.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/dev_net.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/dev_net.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/devopen.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/disk.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/disk.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/gpt.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/gpt.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/help.common [new file with mode: 0644]
usr/src/boot/sys/boot/common/install.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/interp.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/interp_backslash.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/interp_forth.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/interp_parse.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/isapnp.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/isapnp.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/linenoise/LICENSE [new file with mode: 0755]
usr/src/boot/sys/boot/common/linenoise/LICENSE.descrip [new file with mode: 0644]
usr/src/boot/sys/boot/common/linenoise/Makefile [new file with mode: 0755]
usr/src/boot/sys/boot/common/linenoise/README.markdown [new file with mode: 0755]
usr/src/boot/sys/boot/common/linenoise/example.c [new file with mode: 0755]
usr/src/boot/sys/boot/common/linenoise/linenoise.c [new file with mode: 0755]
usr/src/boot/sys/boot/common/linenoise/linenoise.h [new file with mode: 0755]
usr/src/boot/sys/boot/common/load_elf.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/load_elf32.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/load_elf32_obj.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/load_elf64.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/load_elf64_obj.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/load_elf_obj.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/loader.8 [new file with mode: 0644]
usr/src/boot/sys/boot/common/ls.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/md.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/merge_help.awk [new file with mode: 0644]
usr/src/boot/sys/boot/common/misc.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/module.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/newvers.sh [new file with mode: 0755]
usr/src/boot/sys/boot/common/panic.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/part.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/part.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/paths.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/pnp.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/rbx.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/reloc_elf.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/reloc_elf32.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/reloc_elf64.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/self_reloc.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/ufsread.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/util.c [new file with mode: 0644]
usr/src/boot/sys/boot/common/util.h [new file with mode: 0644]
usr/src/boot/sys/boot/common/zfsloader.8 [new file with mode: 0644]
usr/src/boot/sys/boot/efi/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/efi/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/efi/boot1/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/efi/boot1/boot1.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/boot1/boot_module.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/boot1/ufs_module.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/boot1/zfs_module.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/fdt/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/efi/fdt/efi_fdt.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/README [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/amd64/efibind.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/amd64/pe.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/arm/efibind.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/arm64/efibind.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efi.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efi_nii.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efiapi.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/eficon.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/eficonsctl.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efidebug.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efidef.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efidevp.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efierr.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efifpswa.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efifs.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efigop.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efigpt.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efiip.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efilib.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efinet.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efipart.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efipciio.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efipoint.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efiprot.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efipxebc.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efiser.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efistdarg.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efitcp.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efiudp.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/efiuga.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/i386/efibind.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/include/i386/pe.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/delay.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/efi_console.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/efinet.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/efipart.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/errno.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/handles.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/libefi.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/libefi/time.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/Makefile.common [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/amd64_tramp.S [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/elf64_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/framebuffer.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/framebuffer.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/ldscript.amd64 [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/amd64/start.S [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm/exec.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm/ldscript.arm [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm/start.S [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm64/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm64/exec.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm64/ldscript.arm64 [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/arm64/start.S [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/bootinfo.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/efimd.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/elf32_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/exec.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/i386_copy.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/ldscript.i386 [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/arch/i386/start.S [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/autoload.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/bootinfo.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/conf.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/copy.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/devicename.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/loader_efi.h [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/reloc.c [new file with mode: 0644]
usr/src/boot/sys/boot/efi/loader/version [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/am335x-evm.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/am335x.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/annapurna-alpine.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/apalis-imx6.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/armada-380.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/armada-385.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/armada-388-gp.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/armada-388.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/armada-38x.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/bananapi.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/bcm2835.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/bcm2836.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/beaglebone-black.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/beaglebone-common.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/beaglebone.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/cubieboard.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/cubieboard2.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/db78100.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/db78460.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/db88f5182.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/db88f5281.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/db88f6281.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/digi-ccwmx53.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/dockstar.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/dreamplug-1001.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/dreamplug-1001N.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/ea3250.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/efikamx.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5250-arndale.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5250-snow.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5250-spring.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5250.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5420-arndale-octa.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5420-peach-pit.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/exynos5420.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/hl201.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/imx51x.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/imx53-qsb.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/imx53x.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/imx6.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/meson3.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/meson8b.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/odroidc1.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/olinuxino-lime.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/pandaboard-common.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/pandaboard-es.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/pandaboard.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/rk3188-radxa-lite.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/rk3188-radxa.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/rk3188.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/rpi.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/rpi2.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/sam9260ek.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/sheevaplug.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/socfpga-sockit.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/socfpga.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/sun4i-a10.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/sun7i-a20-hdmi.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/sun7i-a20.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/tegra20-paz00.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/tegra20.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/trimslice.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/ts7800.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/versatilepb.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/vsatv102-m6.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/vybrid-colibri-vf50.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/vybrid-cosmic.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/vybrid-quartz.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/vybrid.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/wandboard-dual.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/wandboard-quad.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/wandboard-solo.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/yyhd18-m3.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/zedboard.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/arm/zybo.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/bindings-gpio.txt [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/bindings-localbus.txt [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/bindings-mpp.txt [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/mips/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/mips/beri-netfpga.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/mips/beri-sim.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/mips/beripad-de4.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/mips/beripad-sockit.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/mips/xlp-basic.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/mpc8555cds.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/mpc8572ds.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p1020rdb.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p2020ds.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p2041rdb.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p2041si.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p3041ds.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p3041si.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p5020ds.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/powerpc/p5020si.dtsi [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/riscv/qemu.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/dts/riscv/spike.dts [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/fdt_loader_cmd.c [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/fdt_platform.h [new file with mode: 0644]
usr/src/boot/sys/boot/fdt/help.fdt [new file with mode: 0644]
usr/src/boot/sys/boot/ficl/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/ficl/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/ficl/amd64/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/ficl/ficllocal.h [new file with mode: 0644]
usr/src/boot/sys/boot/ficl/i386/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/ficl/softcore/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/forth/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/forth/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/forth/beadm.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/beastie.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/beastie.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand-dilos.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand-fbsd.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand-hipster.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand-illumos.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand-omnios.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/brand.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/check-password.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/check-password.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/color.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/color.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/delay.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/delay.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/frames.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/loader.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/loader.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/loader.conf [new file with mode: 0644]
usr/src/boot/sys/boot/forth/loader.conf.5 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/loader.rc [new file with mode: 0644]
usr/src/boot/sys/boot/forth/logo-beastie.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/logo-beastiebw.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/logo-fbsdbw.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/logo-illumos.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/logo-orb.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/logo-orbbw.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/menu-commands.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/menu.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/menu.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/menu.rc [new file with mode: 0644]
usr/src/boot/sys/boot/forth/menusets.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/menusets.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/forth/pcibios.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/pnp.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/screen.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/shortcuts.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/support.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/version.4th [new file with mode: 0644]
usr/src/boot/sys/boot/forth/version.4th.8 [new file with mode: 0644]
usr/src/boot/sys/boot/i386/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/i386/boot0/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/boot0/boot0.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/boot0sio/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/boot2/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/btx/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/btx/btx.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/btxldr/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/btxldr/btxldr.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/lib/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/lib/btxcsu.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/lib/btxsys.s [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/lib/btxv86.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/btx/lib/btxv86.s [new file with mode: 0644]
usr/src/boot/sys/boot/i386/cdboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/cdboot/cdboot.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/common/bootargs.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/common/cons.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/common/cons.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/common/drv.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/common/drv.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/common/edd.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/gptldr.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/gptzfsboot.8 [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/lib.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/multiboot.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/sio.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/gptzfsboot/zfsboot.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libfirewire/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libfirewire/dconsole.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libfirewire/firewire.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libfirewire/fwohci.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libfirewire/fwohci.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libfirewire/fwohcireg.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/amd64_tramp.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/biosacpi.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/bioscd.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/biosdisk.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/biosmem.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/biospci.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/biospnp.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/biossmap.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/bootinfo.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/bootinfo32.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/bootinfo64.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/comconsole.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/devicename.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/elf32_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/elf64_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/i386_copy.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/i386_module.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/libi386.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/linux.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/linux.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/multiboot.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/multiboot.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/multiboot_tramp.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/nullconsole.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/pread.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/pxe.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/pxe.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/pxetramp.s [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/relocater_tramp.S [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/smbios.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/smbios.h [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/spinconsole.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/time.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/libi386/vidconsole.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/chain.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/conf.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/help.i386 [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/loader.rc [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/i386/loader/version [new file with mode: 0644]
usr/src/boot/sys/boot/i386/pmbr/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/pmbr/pmbr.s [new file with mode: 0644]
usr/src/boot/sys/boot/i386/pxeldr/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/i386/pxeldr/pxeboot.8 [new file with mode: 0644]
usr/src/boot/sys/boot/i386/pxeldr/pxeldr.S [new file with mode: 0644]
usr/src/boot/sys/boot/libstand/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/libstand/Makefile.com [new file with mode: 0644]
usr/src/boot/sys/boot/libstand/amd64/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/libstand/i386/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/common/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/common/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/devicename.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/elf_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/libofw.h [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_console.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_copy.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_disk.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_memory.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_module.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_net.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_reboot.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ofw_time.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/openfirm.c [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/openfirm.h [new file with mode: 0644]
usr/src/boot/sys/boot/ofw/libofw/ppc64_elf_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/boot1/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/boot1/_start.s [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/boot1/boot1.c [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/loader/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/loader/help.sparc64 [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/loader/locore.S [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/loader/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/loader/metadata.c [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/loader/version [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/zfsboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/sparc64/zfsloader/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/common/Makefile.inc [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/common/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/common/metadata.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/fdt/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/fdt/uboot_fdt.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/api_public.h [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/console.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/copy.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/devicename.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/disk.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/elf_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/glue.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/glue.h [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/libuboot.h [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/module.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/net.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/reboot.c [new file with mode: 0644]
usr/src/boot/sys/boot/uboot/lib/time.c [new file with mode: 0644]
usr/src/boot/sys/boot/usb/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/usb/Makefile.test [new file with mode: 0644]
usr/src/boot/sys/boot/usb/bsd_usbloader_test.c [new file with mode: 0644]
usr/src/boot/sys/boot/usb/storage/umass_common.c [new file with mode: 0644]
usr/src/boot/sys/boot/usb/storage/umass_common.h [new file with mode: 0644]
usr/src/boot/sys/boot/usb/storage/umass_loader.c [new file with mode: 0644]
usr/src/boot/sys/boot/usb/tools/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/usb/tools/sysinit.c [new file with mode: 0644]
usr/src/boot/sys/boot/usb/usb_busdma_loader.c [new file with mode: 0644]
usr/src/boot/sys/boot/usb/usbcore.mk [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/ficl/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/libstand/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/test/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/test/test.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot.h [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/autoload.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/biossmap.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/bootinfo.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/bootinfo32.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/bootinfo64.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/conf.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/copy.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/devicename.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/elf32_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/elf64_freebsd.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/host.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/libuserboot.h [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/main.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/userboot_cons.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/userboot_disk.c [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/userboot/version [new file with mode: 0644]
usr/src/boot/sys/boot/userboot/zfs/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/Makefile.com [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/amd64/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/devicename_stubs.c [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/gzip.c [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/i386/Makefile [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/libzfs.h [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/zfs.c [new file with mode: 0644]
usr/src/boot/sys/boot/zfs/zfsimpl.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/README [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/blkptr.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/fletcher.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/lz4.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/lzjb.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/sha256.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/zfssubr.c [new file with mode: 0644]
usr/src/boot/sys/cddl/boot/zfs/zle.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/acpica_prep.sh [new file with mode: 0755]
usr/src/boot/sys/contrib/dev/acpica/changes.txt [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/acgetline.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/adfile.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/adisasm.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/adwalk.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/ahids.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/ahpredef.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/ahtable.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/ahuuids.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/cmfsize.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/dmextern.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/dmrestag.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/dmtable.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/dmtbdump.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/dmtbinfo.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/common/getopt.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslanalyze.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslascii.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslbtypes.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslcodegen.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslcompile.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslcompiler.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslcompiler.l [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asldefine.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslerror.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslfileio.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslfiles.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslfold.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslglobal.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslhex.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asllength.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asllisting.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asllistsup.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslload.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asllookup.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmain.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmap.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmapenter.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmapoutput.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmaputils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmessages.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmessages.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslmethod.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslnamesp.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asloffset.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslopcodes.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asloperands.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslopt.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asloptions.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslparser.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslpredef.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslprepkg.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslprintf.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslprune.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslresource.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype1.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype1i.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype2.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype2d.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype2e.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype2q.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype2s.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrestype2w.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslrules.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslstartup.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslstubs.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslsupport.l [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslsupport.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asltokens.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asltransform.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asltree.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asltypes.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asltypes.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/asluuid.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslwalks.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/aslxref.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtcompile.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtcompiler.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtexpress.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtfield.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtio.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtparser.l [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtparser.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtsubtable.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dttable.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dttemplate.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dttemplate.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/dtutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/preprocess.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/prexpress.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/prmacros.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/prparser.l [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/prparser.y [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/prscan.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/compiler/prutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbcmds.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbconvert.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbdisply.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbexec.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbfileio.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbhistry.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbinput.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbmethod.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbnames.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbobject.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbstats.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbtest.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/debugger/dbxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmbuffer.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmcstyle.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmnames.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmopcode.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmresrc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmresrcl.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmresrcl2.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmresrcs.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/disassembler/dmwalk.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsargs.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dscontrol.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsfield.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsinit.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsmethod.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsmthdat.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsobject.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsopcode.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dsutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dswexec.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dswload.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dswload2.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dswscope.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/dispatcher/dswstate.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evevent.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evglock.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evgpe.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evgpeblk.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evgpeinit.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evgpeutil.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evhandler.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evmisc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evregion.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evrgnini.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evsci.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evxfevnt.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evxfgpe.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/events/evxfregn.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exconfig.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exconvrt.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/excreate.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exdebug.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exdump.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exfield.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exfldio.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exmisc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exmutex.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exnames.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exoparg1.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exoparg2.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exoparg3.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exoparg6.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exprep.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exregion.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exresnte.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exresolv.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exresop.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exstore.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exstoren.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exstorob.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exsystem.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/executer/exutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwacpi.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwesleep.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwgpe.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwpci.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwregs.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwsleep.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwtimer.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwvalid.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/hardware/hwxfsleep.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsaccess.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsalloc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsarguments.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsconvert.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsdump.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsdumpdv.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nseval.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsinit.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsload.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsnames.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsobject.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsparse.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nspredef.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsprepkg.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsrepair.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsrepair2.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nssearch.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nswalk.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsxfeval.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsxfname.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/namespace/nsxfobj.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psargs.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psloop.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psobject.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psopcode.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psopinfo.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psparse.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psscope.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/pstree.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/pswalk.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/parser/psxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsaddr.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rscalc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rscreate.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsdump.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsdumpinfo.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsinfo.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsio.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsirq.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rslist.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsmemory.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsmisc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsserial.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/resources/rsxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbdata.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbfadt.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbfind.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbinstal.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbprint.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbutils.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbxfload.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/tables/tbxfroot.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utaddress.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utalloc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utbuffer.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utcache.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utcopy.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utdebug.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utdecode.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utdelete.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/uterror.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/uteval.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utexcep.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utfileio.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utglobal.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/uthex.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utids.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utinit.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utlock.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utmath.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utmisc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utmutex.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utnonansi.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utobject.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utosi.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utownerid.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utpredef.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utprint.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utresrc.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utstate.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utstring.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/uttrack.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utuuid.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utxface.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utxferror.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utxfinit.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/components/utilities/utxfmutex.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acapps.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acbuffer.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acclib.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/accommon.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acconfig.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acdebug.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acdisasm.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acdispat.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acevents.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acexcep.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acglobal.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/achware.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acinterp.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/aclocal.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acmacros.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acnames.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acnamesp.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acobject.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acopcode.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acoutput.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acparser.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acpi.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acpiosxf.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acpixf.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acpredef.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acresrc.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acrestyp.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acstruct.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/actables.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/actbl.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/actbl1.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/actbl2.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/actbl3.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/actypes.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acutils.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/acuuid.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/amlcode.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/amlresrc.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/platform/acenv.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/platform/acenvex.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/platform/acfreebsd.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/include/platform/acgcc.h [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/os_specific/service_layers/oslibcfs.c [new file with mode: 0644]
usr/src/boot/sys/contrib/dev/acpica/os_specific/service_layers/osunixxf.c [new file with mode: 0644]
usr/src/boot/sys/i386/include/_align.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/_inttypes.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/_limits.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/_stdint.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/_types.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/asm.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/bootinfo.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/cpufunc.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/elf.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/endian.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/exec.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/metadata.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/param.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/pc/bios.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/psl.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/reloc.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/setjmp.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/signal.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/specialreg.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/stdarg.h [new file with mode: 0644]
usr/src/boot/sys/i386/include/trap.h [new file with mode: 0644]
usr/src/boot/sys/sys/_iovec.h [new file with mode: 0644]
usr/src/boot/sys/sys/_lock.h [new file with mode: 0644]
usr/src/boot/sys/sys/_mutex.h [new file with mode: 0644]
usr/src/boot/sys/sys/_null.h [new file with mode: 0644]
usr/src/boot/sys/sys/_pthreadtypes.h [new file with mode: 0644]
usr/src/boot/sys/sys/_rwlock.h [new file with mode: 0644]
usr/src/boot/sys/sys/_sigset.h [new file with mode: 0644]
usr/src/boot/sys/sys/_sockaddr_storage.h [new file with mode: 0644]
usr/src/boot/sys/sys/_stdint.h [new file with mode: 0644]
usr/src/boot/sys/sys/_timespec.h [new file with mode: 0644]
usr/src/boot/sys/sys/_timeval.h [new file with mode: 0644]
usr/src/boot/sys/sys/_types.h [new file with mode: 0644]
usr/src/boot/sys/sys/bitstring.h [new file with mode: 0644]
usr/src/boot/sys/sys/boot.h [new file with mode: 0644]
usr/src/boot/sys/sys/bsm/audit.h [new file with mode: 0644]
usr/src/boot/sys/sys/cdefs.h [new file with mode: 0644]
usr/src/boot/sys/sys/dirent.h [new file with mode: 0644]
usr/src/boot/sys/sys/disk.h [new file with mode: 0644]
usr/src/boot/sys/sys/disklabel.h [new file with mode: 0644]
usr/src/boot/sys/sys/diskmbr.h [new file with mode: 0644]
usr/src/boot/sys/sys/efi.h [new file with mode: 0644]
usr/src/boot/sys/sys/elf.h [new file with mode: 0644]
usr/src/boot/sys/sys/elf32.h [new file with mode: 0644]
usr/src/boot/sys/sys/elf64.h [new file with mode: 0644]
usr/src/boot/sys/sys/elf_common.h [new file with mode: 0644]
usr/src/boot/sys/sys/elf_generic.h [new file with mode: 0644]
usr/src/boot/sys/sys/endian.h [new file with mode: 0644]
usr/src/boot/sys/sys/errno.h [new file with mode: 0644]
usr/src/boot/sys/sys/exec.h [new file with mode: 0644]
usr/src/boot/sys/sys/fcntl.h [new file with mode: 0644]
usr/src/boot/sys/sys/gpt.h [new file with mode: 0644]
usr/src/boot/sys/sys/imgact_aout.h [new file with mode: 0644]
usr/src/boot/sys/sys/ioccom.h [new file with mode: 0644]
usr/src/boot/sys/sys/limits.h [new file with mode: 0644]
usr/src/boot/sys/sys/link_elf.h [new file with mode: 0644]
usr/src/boot/sys/sys/linker.h [new file with mode: 0644]
usr/src/boot/sys/sys/linker_set.h [new file with mode: 0644]
usr/src/boot/sys/sys/module.h [new file with mode: 0644]
usr/src/boot/sys/sys/mount.h [new file with mode: 0644]
usr/src/boot/sys/sys/nlist_aout.h [new file with mode: 0644]
usr/src/boot/sys/sys/param.h [new file with mode: 0644]
usr/src/boot/sys/sys/queue.h [new file with mode: 0644]
usr/src/boot/sys/sys/reboot.h [new file with mode: 0644]
usr/src/boot/sys/sys/select.h [new file with mode: 0644]
usr/src/boot/sys/sys/signal.h [new file with mode: 0644]
usr/src/boot/sys/sys/socket.h [new file with mode: 0644]
usr/src/boot/sys/sys/stat.h [new file with mode: 0644]
usr/src/boot/sys/sys/stddef.h [new file with mode: 0644]
usr/src/boot/sys/sys/stdint.h [new file with mode: 0644]
usr/src/boot/sys/sys/syslimits.h [new file with mode: 0644]
usr/src/boot/sys/sys/time.h [new file with mode: 0644]
usr/src/boot/sys/sys/timespec.h [new file with mode: 0644]
usr/src/boot/sys/sys/types.h [new file with mode: 0644]
usr/src/boot/sys/sys/ucred.h [new file with mode: 0644]
usr/src/boot/sys/sys/unistd.h [new file with mode: 0644]
usr/src/boot/sys/sys/uuid.h [new file with mode: 0644]
usr/src/boot/sys/sys/vtoc.h [new file with mode: 0644]
usr/src/boot/sys/ufs/ffs/fs.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/_align.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/_inttypes.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/_limits.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/_stdint.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/_types.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/elf.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/endian.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/metadata.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/psl.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/setjmp.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/signal.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/specialreg.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/stdarg.h [new file with mode: 0644]
usr/src/boot/sys/x86/include/trap.h [new file with mode: 0644]
usr/src/pkg/manifests/SUNWcs.mf
usr/src/pkg/manifests/system-boot-loader.mf [new file with mode: 0644]