Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 14:44:25 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r266131 - in projects/numa: . bin bin/csh bin/date bin/date/tests bin/dd bin/ed bin/kill bin/ls bin/mv bin/mv/tests bin/pax bin/pax/tests bin/pkill bin/pkill/tests bin/ps bin/sh bin/sh/...
Message-ID:  <201405151444.s4FEiPso027884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Thu May 15 14:44:16 2014
New Revision: 266131
URL: http://svnweb.freebsd.org/changeset/base/266131

Log:
  Merge from head.

Added:
  projects/numa/.arcconfig
     - copied unchanged from r266127, head/.arcconfig
  projects/numa/bin/pkill/tests/
     - copied from r266127, head/bin/pkill/tests/
  projects/numa/bin/sh/tests/builtins/getopts3.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts3.0
  projects/numa/bin/sh/tests/builtins/getopts4.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts4.0
  projects/numa/bin/sh/tests/builtins/getopts5.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts5.0
  projects/numa/bin/sh/tests/builtins/getopts6.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts6.0
  projects/numa/bin/sh/tests/builtins/getopts7.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts7.0
  projects/numa/bin/sh/tests/builtins/getopts8.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts8.0
  projects/numa/bin/sh/tests/builtins/getopts8.0.stdout
     - copied unchanged from r266127, head/bin/sh/tests/builtins/getopts8.0.stdout
  projects/numa/bin/sh/tests/builtins/kill1.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/kill1.0
  projects/numa/bin/sh/tests/builtins/kill2.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/kill2.0
  projects/numa/bin/sh/tests/builtins/lineno2.0
     - copied unchanged from r266127, head/bin/sh/tests/builtins/lineno2.0
  projects/numa/cddl/compat/opensolaris/misc/thread_pool.c
     - copied unchanged from r266127, head/cddl/compat/opensolaris/misc/thread_pool.c
  projects/numa/cddl/compat/opensolaris/misc/thread_pool_impl.h
     - copied unchanged from r266127, head/cddl/compat/opensolaris/misc/thread_pool_impl.h
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/tst.dofmax.ksh
     - copied unchanged from r266127, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/tst.dofmax.ksh
  projects/numa/cddl/lib/tests/
     - copied from r266127, head/cddl/lib/tests/
  projects/numa/cddl/sbin/tests/
     - copied from r266127, head/cddl/sbin/tests/
  projects/numa/cddl/tests/
     - copied from r266127, head/cddl/tests/
  projects/numa/cddl/usr.bin/tests/
     - copied from r266127, head/cddl/usr.bin/tests/
  projects/numa/cddl/usr.sbin/tests/
     - copied from r266127, head/cddl/usr.sbin/tests/
  projects/numa/contrib/atf/atf-c++/atf-c++.m4
     - copied unchanged from r266127, head/contrib/atf/atf-c++/atf-c++.m4
  projects/numa/contrib/atf/atf-c/atf-c.m4
     - copied unchanged from r266127, head/contrib/atf/atf-c/atf-c.m4
  projects/numa/contrib/atf/atf-c/atf-common.m4
     - copied unchanged from r266127, head/contrib/atf/atf-c/atf-common.m4
  projects/numa/contrib/atf/atf-sh/atf-sh.m4
     - copied unchanged from r266127, head/contrib/atf/atf-sh/atf-sh.m4
  projects/numa/contrib/byacc/MANIFEST
     - copied unchanged from r266127, head/contrib/byacc/MANIFEST
  projects/numa/contrib/byacc/NOTES-btyacc-Changes
     - copied unchanged from r266127, head/contrib/byacc/NOTES-btyacc-Changes
  projects/numa/contrib/byacc/NOTES-btyacc-Disposition
     - copied unchanged from r266127, head/contrib/byacc/NOTES-btyacc-Disposition
  projects/numa/contrib/byacc/README.BTYACC
     - copied unchanged from r266127, head/contrib/byacc/README.BTYACC
  projects/numa/contrib/byacc/btyaccpar.c
     - copied unchanged from r266127, head/contrib/byacc/btyaccpar.c
  projects/numa/contrib/byacc/btyaccpar.skel
     - copied unchanged from r266127, head/contrib/byacc/btyaccpar.skel
  projects/numa/contrib/byacc/mstring.c
     - copied unchanged from r266127, head/contrib/byacc/mstring.c
  projects/numa/contrib/byacc/skel2c
     - copied unchanged from r266127, head/contrib/byacc/skel2c
  projects/numa/contrib/byacc/test/btyacc/
     - copied from r266127, head/contrib/byacc/test/btyacc/
  projects/numa/contrib/byacc/test/btyacc_calc1.y
     - copied unchanged from r266127, head/contrib/byacc/test/btyacc_calc1.y
  projects/numa/contrib/byacc/test/btyacc_demo.y
     - copied unchanged from r266127, head/contrib/byacc/test/btyacc_demo.y
  projects/numa/contrib/byacc/test/code_debug.y
     - copied unchanged from r266127, head/contrib/byacc/test/code_debug.y
  projects/numa/contrib/byacc/test/empty.y
     - copied unchanged from r266127, head/contrib/byacc/test/empty.y
  projects/numa/contrib/byacc/test/err_inherit1.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_inherit1.y
  projects/numa/contrib/byacc/test/err_inherit2.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_inherit2.y
  projects/numa/contrib/byacc/test/err_inherit3.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_inherit3.y
  projects/numa/contrib/byacc/test/err_inherit4.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_inherit4.y
  projects/numa/contrib/byacc/test/err_inherit5.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_inherit5.y
  projects/numa/contrib/byacc/test/err_syntax1.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax1.y
  projects/numa/contrib/byacc/test/err_syntax10.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax10.y
  projects/numa/contrib/byacc/test/err_syntax11.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax11.y
  projects/numa/contrib/byacc/test/err_syntax12.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax12.y
  projects/numa/contrib/byacc/test/err_syntax13.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax13.y
  projects/numa/contrib/byacc/test/err_syntax14.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax14.y
  projects/numa/contrib/byacc/test/err_syntax15.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax15.y
  projects/numa/contrib/byacc/test/err_syntax16.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax16.y
  projects/numa/contrib/byacc/test/err_syntax17.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax17.y
  projects/numa/contrib/byacc/test/err_syntax18.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax18.y
  projects/numa/contrib/byacc/test/err_syntax19.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax19.y
  projects/numa/contrib/byacc/test/err_syntax2.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax2.y
  projects/numa/contrib/byacc/test/err_syntax20.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax20.y
  projects/numa/contrib/byacc/test/err_syntax21.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax21.y
  projects/numa/contrib/byacc/test/err_syntax22.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax22.y
  projects/numa/contrib/byacc/test/err_syntax23.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax23.y
  projects/numa/contrib/byacc/test/err_syntax24.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax24.y
  projects/numa/contrib/byacc/test/err_syntax25.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax25.y
  projects/numa/contrib/byacc/test/err_syntax26.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax26.y
  projects/numa/contrib/byacc/test/err_syntax27.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax27.y
  projects/numa/contrib/byacc/test/err_syntax3.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax3.y
  projects/numa/contrib/byacc/test/err_syntax4.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax4.y
  projects/numa/contrib/byacc/test/err_syntax5.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax5.y
  projects/numa/contrib/byacc/test/err_syntax6.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax6.y
  projects/numa/contrib/byacc/test/err_syntax7.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax7.y
  projects/numa/contrib/byacc/test/err_syntax7a.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax7a.y
  projects/numa/contrib/byacc/test/err_syntax7b.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax7b.y
  projects/numa/contrib/byacc/test/err_syntax8.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax8.y
  projects/numa/contrib/byacc/test/err_syntax8a.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax8a.y
  projects/numa/contrib/byacc/test/err_syntax9.y
     - copied unchanged from r266127, head/contrib/byacc/test/err_syntax9.y
  projects/numa/contrib/byacc/test/inherit0.y
     - copied unchanged from r266127, head/contrib/byacc/test/inherit0.y
  projects/numa/contrib/byacc/test/inherit1.y
     - copied unchanged from r266127, head/contrib/byacc/test/inherit1.y
  projects/numa/contrib/byacc/test/inherit2.y
     - copied unchanged from r266127, head/contrib/byacc/test/inherit2.y
  projects/numa/contrib/byacc/test/ok_syntax1.y
     - copied unchanged from r266127, head/contrib/byacc/test/ok_syntax1.y
  projects/numa/contrib/byacc/test/varsyntax_calc1.y
     - copied unchanged from r266127, head/contrib/byacc/test/varsyntax_calc1.y
  projects/numa/contrib/byacc/test/yacc/
     - copied from r266127, head/contrib/byacc/test/yacc/
  projects/numa/contrib/byacc/yaccpar.c
     - copied unchanged from r266127, head/contrib/byacc/yaccpar.c
  projects/numa/contrib/byacc/yaccpar.skel
     - copied unchanged from r266127, head/contrib/byacc/yaccpar.skel
  projects/numa/contrib/dma/
     - copied from r266127, head/contrib/dma/
  projects/numa/contrib/ldns/README.git
     - copied unchanged from r266127, head/contrib/ldns/README.git
  projects/numa/contrib/ldns/ldns/radix.h
     - copied unchanged from r266127, head/contrib/ldns/ldns/radix.h
  projects/numa/contrib/ldns/m4/
     - copied from r266127, head/contrib/ldns/m4/
  projects/numa/contrib/ldns/radix.c
     - copied unchanged from r266127, head/contrib/ldns/radix.c
     - copied from r266127, head/contrib/libucl/
  projects/numa/contrib/llvm/lib/Target/Sparc/AsmParser/
     - copied from r266127, head/contrib/llvm/lib/Target/Sparc/AsmParser/
  projects/numa/contrib/llvm/lib/Target/Sparc/Disassembler/
     - copied from r266127, head/contrib/llvm/lib/Target/Sparc/Disassembler/
  projects/numa/contrib/llvm/lib/Target/Sparc/InstPrinter/
     - copied from r266127, head/contrib/llvm/lib/Target/Sparc/InstPrinter/
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcInstrAliases.td
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/SparcInstrAliases.td
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcMCInstLower.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/SparcMCInstLower.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcTargetStreamer.h
     - copied unchanged from r266127, head/contrib/llvm/lib/Target/Sparc/SparcTargetStreamer.h
  projects/numa/contrib/llvm/patches/
     - copied from r266127, head/contrib/llvm/patches/
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBQueue.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/API/SBQueue.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBQueueItem.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/API/SBQueueItem.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Host/HostGetOpt.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Host/HostGetOpt.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/Queue.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Target/Queue.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/QueueList.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Target/QueueList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h
  projects/numa/contrib/llvm/tools/lldb/source/API/SBQueue.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/API/SBQueue.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBQueueItem.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/API/SBQueueItem.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
  projects/numa/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/Queue.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Target/Queue.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/QueueItem.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Target/QueueItem.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/QueueList.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Target/QueueList.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/SectionLoadHistory.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Target/SectionLoadHistory.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/lldb-platform/exports
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/tools/lldb-platform/exports
  projects/numa/contrib/ncurses/COPYING
     - copied unchanged from r266127, head/contrib/ncurses/COPYING
  projects/numa/contrib/ncurses/README.MinGW
     - copied unchanged from r266127, head/contrib/ncurses/README.MinGW
  projects/numa/contrib/ncurses/form/fty_generic.c
     - copied unchanged from r266127, head/contrib/ncurses/form/fty_generic.c
  projects/numa/contrib/ncurses/form/llib-lformt
     - copied unchanged from r266127, head/contrib/ncurses/form/llib-lformt
  projects/numa/contrib/ncurses/form/llib-lformtw
     - copied unchanged from r266127, head/contrib/ncurses/form/llib-lformtw
  projects/numa/contrib/ncurses/include/nc_mingw.h
     - copied unchanged from r266127, head/contrib/ncurses/include/nc_mingw.h
  projects/numa/contrib/ncurses/include/nc_string.h
     - copied unchanged from r266127, head/contrib/ncurses/include/nc_string.h
  projects/numa/contrib/ncurses/include/nc_termios.h
     - copied unchanged from r266127, head/contrib/ncurses/include/nc_termios.h
  projects/numa/contrib/ncurses/include/ncurses_dll.h.in
     - copied unchanged from r266127, head/contrib/ncurses/include/ncurses_dll.h.in
  projects/numa/contrib/ncurses/include/ncurses_mingw.h
     - copied unchanged from r266127, head/contrib/ncurses/include/ncurses_mingw.h
  projects/numa/contrib/ncurses/man/MKada_config.in
     - copied unchanged from r266127, head/contrib/ncurses/man/MKada_config.in
  projects/numa/contrib/ncurses/man/MKncu_config.in
     - copied unchanged from r266127, head/contrib/ncurses/man/MKncu_config.in
  projects/numa/contrib/ncurses/man/curs_sp_funcs.3x
     - copied unchanged from r266127, head/contrib/ncurses/man/curs_sp_funcs.3x
  projects/numa/contrib/ncurses/man/curs_variables.3x
     - copied unchanged from r266127, head/contrib/ncurses/man/curs_variables.3x
  projects/numa/contrib/ncurses/man/form_variables.3x
     - copied unchanged from r266127, head/contrib/ncurses/man/form_variables.3x
  projects/numa/contrib/ncurses/man/manhtml.aliases
     - copied unchanged from r266127, head/contrib/ncurses/man/manhtml.aliases
  projects/numa/contrib/ncurses/man/manhtml.externs
     - copied unchanged from r266127, head/contrib/ncurses/man/manhtml.externs
  projects/numa/contrib/ncurses/man/tabs.1
     - copied unchanged from r266127, head/contrib/ncurses/man/tabs.1
  projects/numa/contrib/ncurses/man/term_variables.3x
     - copied unchanged from r266127, head/contrib/ncurses/man/term_variables.3x
  projects/numa/contrib/ncurses/menu/llib-lmenut
     - copied unchanged from r266127, head/contrib/ncurses/menu/llib-lmenut
  projects/numa/contrib/ncurses/menu/llib-lmenutw
     - copied unchanged from r266127, head/contrib/ncurses/menu/llib-lmenutw
  projects/numa/contrib/ncurses/misc/gen-pkgconfig.in
     - copied unchanged from r266127, head/contrib/ncurses/misc/gen-pkgconfig.in
  projects/numa/contrib/ncurses/ncurses/base/lib_driver.c
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/base/lib_driver.c
  projects/numa/contrib/ncurses/ncurses/build.priv.h
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/build.priv.h
  projects/numa/contrib/ncurses/ncurses/llib-lncursestw
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-lncursestw
  projects/numa/contrib/ncurses/ncurses/llib-ltic
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltic
  projects/numa/contrib/ncurses/ncurses/llib-ltict
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltict
  projects/numa/contrib/ncurses/ncurses/llib-ltictw
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltictw
  projects/numa/contrib/ncurses/ncurses/llib-lticw
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-lticw
  projects/numa/contrib/ncurses/ncurses/llib-ltinfo
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltinfo
  projects/numa/contrib/ncurses/ncurses/llib-ltinfot
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltinfot
  projects/numa/contrib/ncurses/ncurses/llib-ltinfotw
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltinfotw
  projects/numa/contrib/ncurses/ncurses/llib-ltinfow
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/llib-ltinfow
  projects/numa/contrib/ncurses/ncurses/tinfo/make_hash.c
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/tinfo/make_hash.c
  projects/numa/contrib/ncurses/ncurses/tinfo/obsolete.c
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/tinfo/obsolete.c
  projects/numa/contrib/ncurses/ncurses/tinfo/tinfo_driver.c
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/tinfo/tinfo_driver.c
  projects/numa/contrib/ncurses/ncurses/wcwidth.h
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/wcwidth.h
  projects/numa/contrib/ncurses/ncurses/widechar/widechars.c
     - copied unchanged from r266127, head/contrib/ncurses/ncurses/widechar/widechars.c
  projects/numa/contrib/ncurses/ncurses/win32con/
     - copied from r266127, head/contrib/ncurses/ncurses/win32con/
  projects/numa/contrib/ncurses/panel/llib-lpanelt
     - copied unchanged from r266127, head/contrib/ncurses/panel/llib-lpanelt
  projects/numa/contrib/ncurses/panel/llib-lpaneltw
     - copied unchanged from r266127, head/contrib/ncurses/panel/llib-lpaneltw
  projects/numa/contrib/ncurses/progs/tabs.c
     - copied unchanged from r266127, head/contrib/ncurses/progs/tabs.c
  projects/numa/contrib/ncurses/progs/transform.c
     - copied unchanged from r266127, head/contrib/ncurses/progs/transform.c
  projects/numa/contrib/openpam/t/t_openpam_ctype.c
     - copied unchanged from r266127, head/contrib/openpam/t/t_openpam_ctype.c
  projects/numa/contrib/unbound/ax_pthread.m4
     - copied unchanged from r266127, head/contrib/unbound/ax_pthread.m4
  projects/numa/contrib/unbound/compat/strlcat.c
     - copied unchanged from r266127, head/contrib/unbound/compat/strlcat.c
  projects/numa/contrib/unbound/ldns/
     - copied from r266127, head/contrib/unbound/ldns/
  projects/numa/contrib/unbound/libunbound/unbound-event.h
     - copied unchanged from r266127, head/contrib/unbound/libunbound/unbound-event.h
  projects/numa/crypto/openssh/digest-libc.c
     - copied unchanged from r266127, head/crypto/openssh/digest-libc.c
  projects/numa/crypto/openssh/digest-openssl.c
     - copied unchanged from r266127, head/crypto/openssh/digest-openssl.c
  projects/numa/crypto/openssh/freebsd-post-merge.sh
     - copied unchanged from r266127, head/crypto/openssh/freebsd-post-merge.sh
  projects/numa/crypto/openssh/freebsd-pre-merge.sh
     - copied unchanged from r266127, head/crypto/openssh/freebsd-pre-merge.sh
  projects/numa/crypto/openssh/hmac.c
     - copied unchanged from r266127, head/crypto/openssh/hmac.c
  projects/numa/crypto/openssh/hmac.h
     - copied unchanged from r266127, head/crypto/openssh/hmac.h
  projects/numa/crypto/openssh/openbsd-compat/explicit_bzero.c
     - copied unchanged from r266127, head/crypto/openssh/openbsd-compat/explicit_bzero.c
  projects/numa/crypto/openssh/regress/dhgex.sh
     - copied unchanged from r266127, head/crypto/openssh/regress/dhgex.sh
  projects/numa/etc/dma/
     - copied from r266127, head/etc/dma/
  projects/numa/etc/tests/
     - copied from r266127, head/etc/tests/
  projects/numa/games/tests/
     - copied from r266127, head/games/tests/
  projects/numa/gnu/lib/tests/
     - copied from r266127, head/gnu/lib/tests/
  projects/numa/gnu/tests/
     - copied from r266127, head/gnu/tests/
  projects/numa/gnu/usr.bin/tests/
     - copied from r266127, head/gnu/usr.bin/tests/
  projects/numa/lib/clang/include/SparcGenAsmMatcher.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenAsmMatcher.inc
  projects/numa/lib/clang/include/SparcGenAsmWriter.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenAsmWriter.inc
  projects/numa/lib/clang/include/SparcGenCallingConv.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenCallingConv.inc
  projects/numa/lib/clang/include/SparcGenCodeEmitter.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenCodeEmitter.inc
  projects/numa/lib/clang/include/SparcGenDAGISel.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenDAGISel.inc
  projects/numa/lib/clang/include/SparcGenDisassemblerTables.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenDisassemblerTables.inc
  projects/numa/lib/clang/include/SparcGenInstrInfo.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenInstrInfo.inc
  projects/numa/lib/clang/include/SparcGenMCCodeEmitter.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenMCCodeEmitter.inc
  projects/numa/lib/clang/include/SparcGenRegisterInfo.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenRegisterInfo.inc
  projects/numa/lib/clang/include/SparcGenSubtargetInfo.inc
     - copied unchanged from r266127, head/lib/clang/include/SparcGenSubtargetInfo.inc
  projects/numa/lib/clang/libllvmsparcasmparser/
     - copied from r266127, head/lib/clang/libllvmsparcasmparser/
  projects/numa/lib/clang/libllvmsparccodegen/
     - copied from r266127, head/lib/clang/libllvmsparccodegen/
  projects/numa/lib/clang/libllvmsparcdesc/
     - copied from r266127, head/lib/clang/libllvmsparcdesc/
  projects/numa/lib/clang/libllvmsparcdisassembler/
     - copied from r266127, head/lib/clang/libllvmsparcdisassembler/
  projects/numa/lib/clang/libllvmsparcinfo/
     - copied from r266127, head/lib/clang/libllvmsparcinfo/
  projects/numa/lib/clang/libllvmsparcinstprinter/
     - copied from r266127, head/lib/clang/libllvmsparcinstprinter/
  projects/numa/lib/libbsdstat/
     - copied from r266127, head/lib/libbsdstat/
  projects/numa/lib/libc/arm/aeabi/aeabi_vfp.h
     - copied unchanged from r266127, head/lib/libc/arm/aeabi/aeabi_vfp.h
  projects/numa/lib/libc/arm/aeabi/aeabi_vfp_double.S
     - copied unchanged from r266127, head/lib/libc/arm/aeabi/aeabi_vfp_double.S
  projects/numa/lib/libc/arm/aeabi/aeabi_vfp_float.S
     - copied unchanged from r266127, head/lib/libc/arm/aeabi/aeabi_vfp_float.S
  projects/numa/lib/libc/arm/gen/fpgetmask_vfp.c
     - copied unchanged from r266127, head/lib/libc/arm/gen/fpgetmask_vfp.c
  projects/numa/lib/libc/arm/gen/fpgetround_vfp.c
     - copied unchanged from r266127, head/lib/libc/arm/gen/fpgetround_vfp.c
  projects/numa/lib/libc/arm/gen/fpgetsticky_vfp.c
     - copied unchanged from r266127, head/lib/libc/arm/gen/fpgetsticky_vfp.c
  projects/numa/lib/libc/arm/gen/fpsetmask_vfp.c
     - copied unchanged from r266127, head/lib/libc/arm/gen/fpsetmask_vfp.c
  projects/numa/lib/libc/arm/gen/fpsetround_vfp.c
     - copied unchanged from r266127, head/lib/libc/arm/gen/fpsetround_vfp.c
  projects/numa/lib/libc/arm/gen/fpsetsticky_vfp.c
     - copied unchanged from r266127, head/lib/libc/arm/gen/fpsetsticky_vfp.c
  projects/numa/lib/libc/gen/scandir_b.c
     - copied unchanged from r266127, head/lib/libc/gen/scandir_b.c
  projects/numa/lib/libc/include/block_abi.h
     - copied unchanged from r266127, head/lib/libc/include/block_abi.h
  projects/numa/lib/libc/stdlib/bsearch_b.c
     - copied unchanged from r266127, head/lib/libc/stdlib/bsearch_b.c
  projects/numa/lib/libc/stdlib/heapsort_b.c
     - copied unchanged from r266127, head/lib/libc/stdlib/heapsort_b.c
  projects/numa/lib/libc/stdlib/mergesort_b.c
     - copied unchanged from r266127, head/lib/libc/stdlib/mergesort_b.c
  projects/numa/lib/libpmc/pmc.atomsilvermont.3
     - copied unchanged from r266127, head/lib/libpmc/pmc.atomsilvermont.3
  projects/numa/lib/libucl/
     - copied from r266127, head/lib/libucl/
  projects/numa/lib/libz/zopen.3
     - copied unchanged from r266127, head/lib/libz/zopen.3
  projects/numa/lib/msun/arm/fenv-mangle.h
     - copied unchanged from r266127, head/lib/msun/arm/fenv-mangle.h
  projects/numa/lib/msun/arm/fenv-softfp.c
     - copied unchanged from r266127, head/lib/msun/arm/fenv-softfp.c
  projects/numa/lib/msun/arm/fenv-vfp.c
     - copied unchanged from r266127, head/lib/msun/arm/fenv-vfp.c
  projects/numa/libexec/dma/
     - copied from r266127, head/libexec/dma/
  projects/numa/libexec/dma-mbox-create/
     - copied from r266127, head/libexec/dma-mbox-create/
  projects/numa/release/amd64/make-uefi-memstick.sh
     - copied unchanged from r266127, head/release/amd64/make-uefi-memstick.sh
  projects/numa/release/amd64/mkisoimages-uefi.sh
     - copied unchanged from r266127, head/release/amd64/mkisoimages-uefi.sh
  projects/numa/release/arm/
     - copied from r266127, head/release/arm/
  projects/numa/release/doc/share/xml/sponsor.ent
     - copied unchanged from r266127, head/release/doc/share/xml/sponsor.ent
  projects/numa/release/doc/share/xml/vendor.ent
     - copied unchanged from r266127, head/release/doc/share/xml/vendor.ent
  projects/numa/release/scripts/list-new-changesets.py
     - copied unchanged from r266127, head/release/scripts/list-new-changesets.py
  projects/numa/release/scripts/relnotes-search.sh
     - copied unchanged from r266127, head/release/scripts/relnotes-search.sh
  projects/numa/release/tools/
     - copied from r266127, head/release/tools/
  projects/numa/sbin/dhclient/tests/
     - copied from r266127, head/sbin/dhclient/tests/
  projects/numa/sbin/growfs/tests/
     - copied from r266127, head/sbin/growfs/tests/
  projects/numa/sbin/ifconfig/tests/
     - copied from r266127, head/sbin/ifconfig/tests/
  projects/numa/sbin/mdconfig/tests/
     - copied from r266127, head/sbin/mdconfig/tests/
  projects/numa/sbin/tests/
     - copied from r266127, head/sbin/tests/
  projects/numa/secure/lib/tests/
     - copied from r266127, head/secure/lib/tests/
  projects/numa/secure/libexec/tests/
     - copied from r266127, head/secure/libexec/tests/
  projects/numa/secure/tests/
     - copied from r266127, head/secure/tests/
  projects/numa/secure/usr.bin/tests/
     - copied from r266127, head/secure/usr.bin/tests/
  projects/numa/secure/usr.sbin/tests/
     - copied from r266127, head/secure/usr.sbin/tests/
  projects/numa/share/examples/dma/
     - copied from r266127, head/share/examples/dma/
  projects/numa/share/man/man4/full.4
     - copied unchanged from r266127, head/share/man/man4/full.4
  projects/numa/share/man/man4/hv_ata_pci_disengage.4
     - copied unchanged from r266127, head/share/man/man4/hv_ata_pci_disengage.4
  projects/numa/share/man/man4/hv_kvp.4
     - copied unchanged from r266127, head/share/man/man4/hv_kvp.4
  projects/numa/share/man/man4/hv_netvsc.4
     - copied unchanged from r266127, head/share/man/man4/hv_netvsc.4
  projects/numa/share/man/man4/hv_storvsc.4
     - copied unchanged from r266127, head/share/man/man4/hv_storvsc.4
  projects/numa/share/man/man4/hv_utils.4
     - copied unchanged from r266127, head/share/man/man4/hv_utils.4
  projects/numa/share/man/man4/hv_vmbus.4
     - copied unchanged from r266127, head/share/man/man4/hv_vmbus.4
  projects/numa/share/man/man4/lm75.4
     - copied unchanged from r266127, head/share/man/man4/lm75.4
  projects/numa/share/man/man4/man4.arm/ti_adc.4
     - copied unchanged from r266127, head/share/man/man4/man4.arm/ti_adc.4
  projects/numa/share/man/man4/mpr.4
     - copied unchanged from r266127, head/share/man/man4/mpr.4
  projects/numa/share/man/man4/mrsas.4
     - copied unchanged from r266127, head/share/man/man4/mrsas.4
  projects/numa/share/man/man4/netfpga10g_nf10bmac.4
     - copied unchanged from r266127, head/share/man/man4/netfpga10g_nf10bmac.4
  projects/numa/share/man/man4/proto.4
     - copied unchanged from r266127, head/share/man/man4/proto.4
  projects/numa/share/man/man4/udplite.4
     - copied unchanged from r266127, head/share/man/man4/udplite.4
  projects/numa/share/man/man4/umoscom.4
     - copied unchanged from r266127, head/share/man/man4/umoscom.4
  projects/numa/share/man/man4/usb_template.4
     - copied unchanged from r266127, head/share/man/man4/usb_template.4
  projects/numa/share/man/man4/usfs.4
     - copied unchanged from r266127, head/share/man/man4/usfs.4
  projects/numa/share/man/man4/vt.4
     - copied unchanged from r266127, head/share/man/man4/vt.4
  projects/numa/share/man/man8/hv_kvp_daemon.8
     - copied unchanged from r266127, head/share/man/man8/hv_kvp_daemon.8
  projects/numa/share/man/man9/pget.9
     - copied unchanged from r266127, head/share/man/man9/pget.9
  projects/numa/share/mk/bsd.mkopt.mk
     - copied unchanged from r266127, head/share/mk/bsd.mkopt.mk
  projects/numa/share/mk/bsd.opts.mk
     - copied unchanged from r266127, head/share/mk/bsd.opts.mk
  projects/numa/share/mk/src.opts.mk
     - copied unchanged from r266127, head/share/mk/src.opts.mk
  projects/numa/share/mk/suite.test.mk
     - copied unchanged from r266127, head/share/mk/suite.test.mk
  projects/numa/sys/amd64/amd64/xen-locore.S
     - copied unchanged from r266127, head/sys/amd64/amd64/xen-locore.S
  projects/numa/sys/amd64/vmm/io/vatpic.c
     - copied unchanged from r266127, head/sys/amd64/vmm/io/vatpic.c
  projects/numa/sys/amd64/vmm/io/vatpic.h
     - copied unchanged from r266127, head/sys/amd64/vmm/io/vatpic.h
  projects/numa/sys/amd64/vmm/io/vatpit.c
     - copied unchanged from r266127, head/sys/amd64/vmm/io/vatpit.c
  projects/numa/sys/amd64/vmm/io/vatpit.h
     - copied unchanged from r266127, head/sys/amd64/vmm/io/vatpit.h
  projects/numa/sys/amd64/vmm/vmm_ioport.c
     - copied unchanged from r266127, head/sys/amd64/vmm/vmm_ioport.c
  projects/numa/sys/amd64/vmm/vmm_ioport.h
     - copied unchanged from r266127, head/sys/amd64/vmm/vmm_ioport.h
  projects/numa/sys/arm/allwinner/a10_common.c
     - copied unchanged from r266127, head/sys/arm/allwinner/a10_common.c
  projects/numa/sys/arm/allwinner/a10_gpio.h
     - copied unchanged from r266127, head/sys/arm/allwinner/a10_gpio.h
  projects/numa/sys/arm/allwinner/a10_sramc.c
     - copied unchanged from r266127, head/sys/arm/allwinner/a10_sramc.c
  projects/numa/sys/arm/allwinner/a10_sramc.h
     - copied unchanged from r266127, head/sys/arm/allwinner/a10_sramc.h
  projects/numa/sys/arm/allwinner/a20/a20_mp.c
     - copied unchanged from r266127, head/sys/arm/allwinner/a20/a20_mp.c
  projects/numa/sys/arm/allwinner/if_emac.c
     - copied unchanged from r266127, head/sys/arm/allwinner/if_emac.c
  projects/numa/sys/arm/allwinner/if_emacreg.h
     - copied unchanged from r266127, head/sys/arm/allwinner/if_emacreg.h
  projects/numa/sys/arm/arm/mpcore_timervar.h
     - copied unchanged from r266127, head/sys/arm/arm/mpcore_timervar.h
  projects/numa/sys/arm/at91/at91_aic.c
     - copied unchanged from r266127, head/sys/arm/at91/at91_aic.c
  projects/numa/sys/arm/at91/at91_sdramc.c
     - copied unchanged from r266127, head/sys/arm/at91/at91_sdramc.c
  projects/numa/sys/arm/at91/at91_shdwc.c
     - copied unchanged from r266127, head/sys/arm/at91/at91_shdwc.c
  projects/numa/sys/arm/at91/at91_tcb.c
     - copied unchanged from r266127, head/sys/arm/at91/at91_tcb.c
  projects/numa/sys/arm/broadcom/bcm2835/bcm2835_common.c
     - copied unchanged from r266127, head/sys/arm/broadcom/bcm2835/bcm2835_common.c
  projects/numa/sys/arm/cavium/
     - copied from r266127, head/sys/arm/cavium/
  projects/numa/sys/arm/conf/CHROMEBOOK
     - copied unchanged from r266127, head/sys/arm/conf/CHROMEBOOK
  projects/numa/sys/arm/conf/CHROMEBOOK.hints
     - copied unchanged from r266127, head/sys/arm/conf/CHROMEBOOK.hints
  projects/numa/sys/arm/conf/EXYNOS5250.common
     - copied unchanged from r266127, head/sys/arm/conf/EXYNOS5250.common
  projects/numa/sys/arm/conf/IMX6
     - copied unchanged from r266127, head/sys/arm/conf/IMX6
  projects/numa/sys/arm/conf/QUARTZ
     - copied unchanged from r266127, head/sys/arm/conf/QUARTZ
  projects/numa/sys/arm/conf/VYBRID
     - copied unchanged from r266127, head/sys/arm/conf/VYBRID
  projects/numa/sys/arm/freescale/imx/imx6_mp.c
     - copied unchanged from r266127, head/sys/arm/freescale/imx/imx6_mp.c
  projects/numa/sys/arm/freescale/imx/imx_ccmvar.h
     - copied unchanged from r266127, head/sys/arm/freescale/imx/imx_ccmvar.h
  projects/numa/sys/arm/freescale/imx/imx_common.c
     - copied unchanged from r266127, head/sys/arm/freescale/imx/imx_common.c
  projects/numa/sys/arm/freescale/vybrid/vf_i2c.c
     - copied unchanged from r266127, head/sys/arm/freescale/vybrid/vf_i2c.c
  projects/numa/sys/arm/freescale/vybrid/vf_port.c
     - copied unchanged from r266127, head/sys/arm/freescale/vybrid/vf_port.c
  projects/numa/sys/arm/freescale/vybrid/vf_port.h
     - copied unchanged from r266127, head/sys/arm/freescale/vybrid/vf_port.h
  projects/numa/sys/arm/mv/armadaxp/mptramp.S
     - copied unchanged from r266127, head/sys/arm/mv/armadaxp/mptramp.S
  projects/numa/sys/arm/mv/mv_common.c
     - copied unchanged from r266127, head/sys/arm/mv/mv_common.c
  projects/numa/sys/arm/rockchip/rk30xx_common.c
     - copied unchanged from r266127, head/sys/arm/rockchip/rk30xx_common.c
  projects/numa/sys/arm/rockchip/rk30xx_mp.c
     - copied unchanged from r266127, head/sys/arm/rockchip/rk30xx_mp.c
  projects/numa/sys/arm/samsung/exynos/chrome_ec.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/chrome_ec.c
  projects/numa/sys/arm/samsung/exynos/chrome_ec.h
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/chrome_ec.h
  projects/numa/sys/arm/samsung/exynos/chrome_kb.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/chrome_kb.c
  projects/numa/sys/arm/samsung/exynos/chrome_kb.h
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/chrome_kb.h
  projects/numa/sys/arm/samsung/exynos/exynos5_combiner.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_combiner.c
  projects/numa/sys/arm/samsung/exynos/exynos5_combiner.h
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_combiner.h
  projects/numa/sys/arm/samsung/exynos/exynos5_common.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_common.c
  projects/numa/sys/arm/samsung/exynos/exynos5_common.h
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_common.h
  projects/numa/sys/arm/samsung/exynos/exynos5_ehci.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_ehci.c
  projects/numa/sys/arm/samsung/exynos/exynos5_fimd.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_fimd.c
  projects/numa/sys/arm/samsung/exynos/exynos5_i2c.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_i2c.c
  projects/numa/sys/arm/samsung/exynos/exynos5_mct.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_mct.c
  projects/numa/sys/arm/samsung/exynos/exynos5_pad.c
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_pad.c
  projects/numa/sys/arm/samsung/exynos/exynos5_pad.h
     - copied unchanged from r266127, head/sys/arm/samsung/exynos/exynos5_pad.h
  projects/numa/sys/arm/tegra/tegra2_common.c
     - copied unchanged from r266127, head/sys/arm/tegra/tegra2_common.c
  projects/numa/sys/arm/ti/ti_adc.c
     - copied unchanged from r266127, head/sys/arm/ti/ti_adc.c
  projects/numa/sys/arm/ti/ti_adcreg.h
     - copied unchanged from r266127, head/sys/arm/ti/ti_adcreg.h
  projects/numa/sys/arm/ti/ti_adcvar.h
     - copied unchanged from r266127, head/sys/arm/ti/ti_adcvar.h
  projects/numa/sys/arm/ti/ti_common.c
     - copied unchanged from r266127, head/sys/arm/ti/ti_common.c
  projects/numa/sys/arm/versatile/versatile_common.c
     - copied unchanged from r266127, head/sys/arm/versatile/versatile_common.c
  projects/numa/sys/arm/xilinx/zy7_mp.c
     - copied unchanged from r266127, head/sys/arm/xilinx/zy7_mp.c
  projects/numa/sys/boot/Makefile.mips
     - copied unchanged from r266127, head/sys/boot/Makefile.mips
  projects/numa/sys/boot/amd64/
     - copied from r266127, head/sys/boot/amd64/
  projects/numa/sys/boot/efi/include/amd64/
     - copied from r266127, head/sys/boot/efi/include/amd64/
  projects/numa/sys/boot/efi/include/efigop.h
     - copied unchanged from r266127, head/sys/boot/efi/include/efigop.h
  projects/numa/sys/boot/fdt/dts/arm/
     - copied from r266127, head/sys/boot/fdt/dts/arm/
  projects/numa/sys/boot/fdt/dts/mips/
     - copied from r266127, head/sys/boot/fdt/dts/mips/
  projects/numa/sys/boot/fdt/dts/powerpc/
     - copied from r266127, head/sys/boot/fdt/dts/powerpc/
  projects/numa/sys/boot/ficl/mips64/
     - copied from r266127, head/sys/boot/ficl/mips64/
  projects/numa/sys/boot/ficl32/
     - copied from r266127, head/sys/boot/ficl32/
  projects/numa/sys/boot/mips/
     - copied from r266127, head/sys/boot/mips/
  projects/numa/sys/boot/userboot/zfs/
     - copied from r266127, head/sys/boot/userboot/zfs/
  projects/numa/sys/cddl/dev/dtrace/x86/
     - copied from r266127, head/sys/cddl/dev/dtrace/x86/
  projects/numa/sys/conf/kern.opts.mk
     - copied unchanged from r266127, head/sys/conf/kern.opts.mk
  projects/numa/sys/contrib/dev/urtwn/urtwn-rtl8188eufw.fw.uu
     - copied unchanged from r266127, head/sys/contrib/dev/urtwn/urtwn-rtl8188eufw.fw.uu
  projects/numa/sys/contrib/xz-embedded/linux/lib/xz/xz_crc64.c
     - copied unchanged from r266127, head/sys/contrib/xz-embedded/linux/lib/xz/xz_crc64.c
  projects/numa/sys/contrib/xz-embedded/userspace/bytetest.c
     - copied unchanged from r266127, head/sys/contrib/xz-embedded/userspace/bytetest.c
  projects/numa/sys/crypto/sha2/sha256.h
     - copied unchanged from r266127, head/sys/crypto/sha2/sha256.h
  projects/numa/sys/crypto/sha2/sha256c.c
     - copied unchanged from r266127, head/sys/crypto/sha2/sha256c.c
  projects/numa/sys/dev/etherswitch/arswitch/arswitch_8327.c
     - copied unchanged from r266127, head/sys/dev/etherswitch/arswitch/arswitch_8327.c
  projects/numa/sys/dev/etherswitch/arswitch/arswitch_8327.h
     - copied unchanged from r266127, head/sys/dev/etherswitch/arswitch/arswitch_8327.h
  projects/numa/sys/dev/iicbus/lm75.c
     - copied unchanged from r266127, head/sys/dev/iicbus/lm75.c
  projects/numa/sys/dev/iwi/if_iwi_ioctl.h
     - copied unchanged from r266127, head/sys/dev/iwi/if_iwi_ioctl.h
  projects/numa/sys/dev/iwn/if_iwn_ioctl.h
     - copied unchanged from r266127, head/sys/dev/iwn/if_iwn_ioctl.h
  projects/numa/sys/dev/mpr/
     - copied from r266127, head/sys/dev/mpr/
  projects/numa/sys/dev/mrsas/
     - copied from r266127, head/sys/dev/mrsas/
  projects/numa/sys/dev/netfpga10g/
     - copied from r266127, head/sys/dev/netfpga10g/
  projects/numa/sys/dev/pci/pcib_support.c
     - copied unchanged from r266127, head/sys/dev/pci/pcib_support.c
  projects/numa/sys/dev/proto/
     - copied from r266127, head/sys/dev/proto/
  projects/numa/sys/dev/uart/uart_dev_imx.h
     - copied unchanged from r266127, head/sys/dev/uart/uart_dev_imx.h
  projects/numa/sys/dev/usb/controller/at91dci_fdt.c
     - copied unchanged from r266127, head/sys/dev/usb/controller/at91dci_fdt.c
  projects/numa/sys/dev/usb/controller/ohci_fdt.c
     - copied unchanged from r266127, head/sys/dev/usb/controller/ohci_fdt.c
  projects/numa/sys/dev/usb/controller/saf1761_dci.c
     - copied unchanged from r266127, head/sys/dev/usb/controller/saf1761_dci.c
  projects/numa/sys/dev/usb/controller/saf1761_dci.h
     - copied unchanged from r266127, head/sys/dev/usb/controller/saf1761_dci.h
  projects/numa/sys/dev/usb/controller/saf1761_dci_fdt.c
     - copied unchanged from r266127, head/sys/dev/usb/controller/saf1761_dci_fdt.c
  projects/numa/sys/dev/usb/controller/saf1761_dci_reg.h
     - copied unchanged from r266127, head/sys/dev/usb/controller/saf1761_dci_reg.h
  projects/numa/sys/dev/usb/uftdiio.h
     - copied unchanged from r266127, head/sys/dev/usb/uftdiio.h
  projects/numa/sys/dev/vt/hw/efifb/
     - copied from r266127, head/sys/dev/vt/hw/efifb/
  projects/numa/sys/dev/xen/timer/timer.h
     - copied unchanged from r266127, head/sys/dev/xen/timer/timer.h
     - copied from r266127, head/sys/gnu/dts/
  projects/numa/sys/ia64/ia64/xtrace.c
     - copied unchanged from r266127, head/sys/ia64/ia64/xtrace.c
  projects/numa/sys/kern/imgact_binmisc.c
     - copied unchanged from r266127, head/sys/kern/imgact_binmisc.c
  projects/numa/sys/mips/atheros/ar934x_nfcreg.h
     - copied unchanged from r266127, head/sys/mips/atheros/ar934x_nfcreg.h
  projects/numa/sys/mips/conf/DIR-825B1
     - copied unchanged from r266127, head/sys/mips/conf/DIR-825B1
  projects/numa/sys/mips/conf/DIR-825B1.hints
     - copied unchanged from r266127, head/sys/mips/conf/DIR-825B1.hints
  projects/numa/sys/mips/conf/DIR-825C1
     - copied unchanged from r266127, head/sys/mips/conf/DIR-825C1
  projects/numa/sys/mips/conf/DIR-825C1.hints
     - copied unchanged from r266127, head/sys/mips/conf/DIR-825C1.hints
  projects/numa/sys/modules/imgact_binmisc/
     - copied from r266127, head/sys/modules/imgact_binmisc/
  projects/numa/sys/modules/mpr/
     - copied from r266127, head/sys/modules/mpr/
  projects/numa/sys/modules/mrsas/
     - copied from r266127, head/sys/modules/mrsas/
  projects/numa/sys/modules/netfpga10g/
     - copied from r266127, head/sys/modules/netfpga10g/
  projects/numa/sys/modules/proto/
     - copied from r266127, head/sys/modules/proto/
  projects/numa/sys/modules/usb/saf1761/
     - copied from r266127, head/sys/modules/usb/saf1761/
  projects/numa/sys/modules/usb/urtwnfw/urtwnrtl8188eu/
     - copied from r266127, head/sys/modules/usb/urtwnfw/urtwnrtl8188eu/
  projects/numa/sys/netinet/in_rss.c
     - copied unchanged from r266127, head/sys/netinet/in_rss.c
  projects/numa/sys/netinet/in_rss.h
     - copied unchanged from r266127, head/sys/netinet/in_rss.h
  projects/numa/sys/netinet/toeplitz.c
     - copied unchanged from r266127, head/sys/netinet/toeplitz.c
  projects/numa/sys/netinet/toeplitz.h
     - copied unchanged from r266127, head/sys/netinet/toeplitz.h
  projects/numa/sys/netinet/udplite.h
     - copied unchanged from r266127, head/sys/netinet/udplite.h
  projects/numa/sys/sys/boot.h
     - copied unchanged from r266127, head/sys/sys/boot.h
  projects/numa/sys/sys/capsicum.h
     - copied unchanged from r266127, head/sys/sys/capsicum.h
  projects/numa/sys/sys/efi.h
     - copied unchanged from r266127, head/sys/sys/efi.h
  projects/numa/sys/sys/imgact_binmisc.h
     - copied unchanged from r266127, head/sys/sys/imgact_binmisc.h
  projects/numa/sys/tools/fdt/make_dtb.sh
     - copied unchanged from r266127, head/sys/tools/fdt/make_dtb.sh
  projects/numa/sys/x86/include/init.h
     - copied unchanged from r266127, head/sys/x86/include/init.h
  projects/numa/sys/x86/x86/delay.c
     - copied unchanged from r266127, head/sys/x86/x86/delay.c
  projects/numa/sys/x86/xen/pv.c
     - copied unchanged from r266127, head/sys/x86/xen/pv.c
  projects/numa/sys/x86/xen/pvcpu_enum.c
     - copied unchanged from r266127, head/sys/x86/xen/pvcpu_enum.c
  projects/numa/tests/sys/kern/kern_descrip_test.c
     - copied unchanged from r266127, head/tests/sys/kern/kern_descrip_test.c
  projects/numa/tests/sys/netinet/
     - copied from r266127, head/tests/sys/netinet/
  projects/numa/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
  projects/numa/tools/build/options/WITHOUT_CLANG_BOOTSTRAP
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP
  projects/numa/tools/build/options/WITHOUT_DMAGENT
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_DMAGENT
  projects/numa/tools/build/options/WITHOUT_DOCCOMPRESS
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_DOCCOMPRESS
  projects/numa/tools/build/options/WITHOUT_GCC_BOOTSTRAP
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_GCC_BOOTSTRAP
  projects/numa/tools/build/options/WITHOUT_GNU_GREP_COMPAT
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_GNU_GREP_COMPAT
  projects/numa/tools/build/options/WITHOUT_GPL_DTC
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_GPL_DTC
  projects/numa/tools/build/options/WITHOUT_MANCOMPRESS
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_MANCOMPRESS
  projects/numa/tools/build/options/WITHOUT_SYSCALL_COMPAT
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_SYSCALL_COMPAT
  projects/numa/tools/build/options/WITHOUT_VI
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_VI
  projects/numa/tools/build/options/WITHOUT_WARNS
     - copied unchanged from r266127, head/tools/build/options/WITHOUT_WARNS
  projects/numa/tools/build/options/WITH_CLANG_BOOTSTRAP
     - copied unchanged from r266127, head/tools/build/options/WITH_CLANG_BOOTSTRAP
  projects/numa/tools/build/options/WITH_EISA
     - copied unchanged from r266127, head/tools/build/options/WITH_EISA
  projects/numa/tools/build/options/WITH_FMAKE
     - copied unchanged from r266127, head/tools/build/options/WITH_FMAKE
  projects/numa/tools/build/options/WITH_GCC_BOOTSTRAP
     - copied unchanged from r266127, head/tools/build/options/WITH_GCC_BOOTSTRAP
  projects/numa/tools/build/options/WITH_OPENLDAP
     - copied unchanged from r266127, head/tools/build/options/WITH_OPENLDAP
  projects/numa/tools/build/options/WITH_SORT_THREADS
     - copied unchanged from r266127, head/tools/build/options/WITH_SORT_THREADS
  projects/numa/tools/bus_space/
     - copied from r266127, head/tools/bus_space/
  projects/numa/tools/regression/lib/libc/stdio/test-fdopen.c
     - copied unchanged from r266127, head/tools/regression/lib/libc/stdio/test-fdopen.c
  projects/numa/tools/regression/lib/libc/stdio/test-fdopen.t
     - copied unchanged from r266127, head/tools/regression/lib/libc/stdio/test-fdopen.t
  projects/numa/tools/regression/lib/libc/stdio/test-freopen.c
     - copied unchanged from r266127, head/tools/regression/lib/libc/stdio/test-freopen.c
  projects/numa/tools/regression/lib/libc/stdio/test-freopen.t
     - copied unchanged from r266127, head/tools/regression/lib/libc/stdio/test-freopen.t
  projects/numa/tools/tools/iwn/
     - copied from r266127, head/tools/tools/iwn/
  projects/numa/tools/tools/nanobsd/dhcpd/
     - copied from r266127, head/tools/tools/nanobsd/dhcpd/
  projects/numa/usr.bin/apply/tests/
     - copied from r266127, head/usr.bin/apply/tests/
  projects/numa/usr.bin/bc/tty.c
     - copied unchanged from r266127, head/usr.bin/bc/tty.c
  projects/numa/usr.bin/bmake/tests/
     - copied from r266127, head/usr.bin/bmake/tests/
  projects/numa/usr.bin/calendar/tests/
     - copied from r266127, head/usr.bin/calendar/tests/
  projects/numa/usr.bin/comm/tests/
     - copied from r266127, head/usr.bin/comm/tests/
  projects/numa/usr.bin/file2c/tests/
     - copied from r266127, head/usr.bin/file2c/tests/
  projects/numa/usr.bin/join/tests/
     - copied from r266127, head/usr.bin/join/tests/
  projects/numa/usr.bin/jot/tests/
     - copied from r266127, head/usr.bin/jot/tests/
  projects/numa/usr.bin/lastcomm/tests/
     - copied from r266127, head/usr.bin/lastcomm/tests/
  projects/numa/usr.bin/m4/tests/
     - copied from r266127, head/usr.bin/m4/tests/
  projects/numa/usr.bin/mkimg/
     - copied from r266127, head/usr.bin/mkimg/
  projects/numa/usr.bin/ncal/tests/
     - copied from r266127, head/usr.bin/ncal/tests/
  projects/numa/usr.bin/printf/tests/
     - copied from r266127, head/usr.bin/printf/tests/
  projects/numa/usr.bin/sed/tests/
     - copied from r266127, head/usr.bin/sed/tests/
  projects/numa/usr.bin/tests/regress.m4
     - copied unchanged from r266127, head/usr.bin/tests/regress.m4
  projects/numa/usr.bin/tr/tests/
     - copied from r266127, head/usr.bin/tr/tests/
  projects/numa/usr.bin/uudecode/tests/
     - copied from r266127, head/usr.bin/uudecode/tests/
  projects/numa/usr.bin/uuencode/tests/
     - copied from r266127, head/usr.bin/uuencode/tests/
  projects/numa/usr.bin/xargs/tests/
     - copied from r266127, head/usr.bin/xargs/tests/
  projects/numa/usr.bin/yacc/tests/
     - copied from r266127, head/usr.bin/yacc/tests/
  projects/numa/usr.sbin/bhyve/atkbdc.c
     - copied unchanged from r266127, head/usr.sbin/bhyve/atkbdc.c
  projects/numa/usr.sbin/bhyve/pci_irq.c
     - copied unchanged from r266127, head/usr.sbin/bhyve/pci_irq.c
  projects/numa/usr.sbin/bhyve/pci_irq.h
     - copied unchanged from r266127, head/usr.sbin/bhyve/pci_irq.h
  projects/numa/usr.sbin/bhyve/pci_virtio_rnd.c
     - copied unchanged from r266127, head/usr.sbin/bhyve/pci_virtio_rnd.c
  projects/numa/usr.sbin/bhyve/smbiostbl.c
     - copied unchanged from r266127, head/usr.sbin/bhyve/smbiostbl.c
  projects/numa/usr.sbin/bhyve/smbiostbl.h
     - copied unchanged from r266127, head/usr.sbin/bhyve/smbiostbl.h
  projects/numa/usr.sbin/binmiscctl/
     - copied from r266127, head/usr.sbin/binmiscctl/
  projects/numa/usr.sbin/bsdconfig/share/geom.subr
     - copied unchanged from r266127, head/usr.sbin/bsdconfig/share/geom.subr
  projects/numa/usr.sbin/bsdconfig/usermgmt/share/group.subr
     - copied unchanged from r266127, head/usr.sbin/bsdconfig/usermgmt/share/group.subr
  projects/numa/usr.sbin/bsdconfig/usermgmt/share/user.subr
     - copied unchanged from r266127, head/usr.sbin/bsdconfig/usermgmt/share/user.subr
  projects/numa/usr.sbin/etcupdate/tests/
     - copied from r266127, head/usr.sbin/etcupdate/tests/
  projects/numa/usr.sbin/newsyslog/tests/
     - copied from r266127, head/usr.sbin/newsyslog/tests/
  projects/numa/usr.sbin/pmcstat/pmcpl_annotate_cg.c
     - copied unchanged from r266127, head/usr.sbin/pmcstat/pmcpl_annotate_cg.c
  projects/numa/usr.sbin/pmcstat/pmcpl_annotate_cg.h
     - copied unchanged from r266127, head/usr.sbin/pmcstat/pmcpl_annotate_cg.h
  projects/numa/usr.sbin/sa/tests/
     - copied from r266127, head/usr.sbin/sa/tests/
  projects/numa/usr.sbin/tests/
     - copied from r266127, head/usr.sbin/tests/
Directory Properties:
  projects/numa/contrib/libucl/   (props changed)
  projects/numa/sys/gnu/dts/   (props changed)
Replaced:
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
     - copied unchanged from r266127, head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
Deleted:
  projects/numa/contrib/byacc/skeleton.c
  projects/numa/contrib/byacc/test/calc.output
  projects/numa/contrib/byacc/test/calc.tab.c
  projects/numa/contrib/byacc/test/calc.tab.h
  projects/numa/contrib/byacc/test/calc1.output
  projects/numa/contrib/byacc/test/calc1.tab.c
  projects/numa/contrib/byacc/test/calc1.tab.h
  projects/numa/contrib/byacc/test/calc2.output
  projects/numa/contrib/byacc/test/calc2.tab.c
  projects/numa/contrib/byacc/test/calc2.tab.h
  projects/numa/contrib/byacc/test/calc3.output
  projects/numa/contrib/byacc/test/calc3.tab.c
  projects/numa/contrib/byacc/test/calc3.tab.h
  projects/numa/contrib/byacc/test/code_calc.code.c
  projects/numa/contrib/byacc/test/code_calc.output
  projects/numa/contrib/byacc/test/code_calc.tab.c
  projects/numa/contrib/byacc/test/code_calc.tab.h
  projects/numa/contrib/byacc/test/code_error.code.c
  projects/numa/contrib/byacc/test/code_error.output
  projects/numa/contrib/byacc/test/code_error.tab.c
  projects/numa/contrib/byacc/test/code_error.tab.h
  projects/numa/contrib/byacc/test/error.output
  projects/numa/contrib/byacc/test/error.tab.c
  projects/numa/contrib/byacc/test/error.tab.h
  projects/numa/contrib/byacc/test/ftp.output
  projects/numa/contrib/byacc/test/ftp.tab.c
  projects/numa/contrib/byacc/test/ftp.tab.h
  projects/numa/contrib/byacc/test/ftp.y
  projects/numa/contrib/byacc/test/grammar.output
  projects/numa/contrib/byacc/test/grammar.tab.c
  projects/numa/contrib/byacc/test/grammar.tab.h
  projects/numa/contrib/byacc/test/pure_calc.output
  projects/numa/contrib/byacc/test/pure_calc.tab.c
  projects/numa/contrib/byacc/test/pure_calc.tab.h
  projects/numa/contrib/byacc/test/pure_error.output
  projects/numa/contrib/byacc/test/pure_error.tab.c
  projects/numa/contrib/byacc/test/pure_error.tab.h
  projects/numa/contrib/byacc/test/quote_calc-s.output
  projects/numa/contrib/byacc/test/quote_calc-s.tab.c
  projects/numa/contrib/byacc/test/quote_calc-s.tab.h
  projects/numa/contrib/byacc/test/quote_calc.output
  projects/numa/contrib/byacc/test/quote_calc.tab.c
  projects/numa/contrib/byacc/test/quote_calc.tab.h
  projects/numa/contrib/byacc/test/quote_calc2-s.output
  projects/numa/contrib/byacc/test/quote_calc2-s.tab.c
  projects/numa/contrib/byacc/test/quote_calc2-s.tab.h
  projects/numa/contrib/byacc/test/quote_calc2.output
  projects/numa/contrib/byacc/test/quote_calc2.tab.c
  projects/numa/contrib/byacc/test/quote_calc2.tab.h
  projects/numa/contrib/byacc/test/quote_calc3-s.output
  projects/numa/contrib/byacc/test/quote_calc3-s.tab.c
  projects/numa/contrib/byacc/test/quote_calc3-s.tab.h
  projects/numa/contrib/byacc/test/quote_calc3.output
  projects/numa/contrib/byacc/test/quote_calc3.tab.c
  projects/numa/contrib/byacc/test/quote_calc3.tab.h
  projects/numa/contrib/byacc/test/quote_calc4-s.output
  projects/numa/contrib/byacc/test/quote_calc4-s.tab.c
  projects/numa/contrib/byacc/test/quote_calc4-s.tab.h
  projects/numa/contrib/byacc/test/quote_calc4.output
  projects/numa/contrib/byacc/test/quote_calc4.tab.c
  projects/numa/contrib/byacc/test/quote_calc4.tab.h
  projects/numa/contrib/ldns/README.svn
  projects/numa/contrib/libyaml/
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBInputReader.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/InputReader.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/InputReaderEZ.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/InputReaderStack.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatNavigator.h
  projects/numa/contrib/llvm/tools/lldb/source/API/SBInputReader.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/InputReader.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/InputReaderEZ.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/InputReaderStack.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/driver/ELWrapper.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/driver/ELWrapper.h
  projects/numa/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.h
  projects/numa/contrib/llvm/tools/lldb/tools/driver/IOChannel.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/driver/IOChannel.h
  projects/numa/contrib/lukemftpd/
  projects/numa/contrib/ncurses/include/ncurses_dll.h
  projects/numa/contrib/ncurses/misc/jpf-indent
  projects/numa/contrib/ncurses/misc/ncu-indent
  projects/numa/contrib/ncurses/mkdirs.sh
  projects/numa/contrib/ncurses/ncurses/base/memmove.c
  projects/numa/contrib/ncurses/ncurses/tinfo/setbuf.c
  projects/numa/contrib/ncurses/ncurses/tty/tty_display.h
  projects/numa/contrib/ncurses/ncurses/tty/tty_input.h
  projects/numa/contrib/ncurses/tar-copy.sh
  projects/numa/contrib/unbound/acx_pthread.m4
  projects/numa/crypto/openssh/FREEBSD-tricks
  projects/numa/crypto/openssh/auth2-jpake.c
  projects/numa/crypto/openssh/digest.c
  projects/numa/crypto/openssh/jpake.c
  projects/numa/crypto/openssh/jpake.h
  projects/numa/crypto/openssh/schnorr.h
  projects/numa/etc/rc.d/ipxrouted
  projects/numa/lib/libipx/
  projects/numa/lib/libkse/
  projects/numa/lib/libyaml/
  projects/numa/libexec/lukemftpd/
  projects/numa/sbin/ifconfig/af_atalk.c
  projects/numa/sbin/ifconfig/af_ipx.c
  projects/numa/share/man/man4/ef.4
  projects/numa/share/man/man4/lindev.4
  projects/numa/share/man/man4/usb2_template.4
  projects/numa/share/mk/bsd.pkg.mk
  projects/numa/sys/arm/allwinner/common.c
  projects/numa/sys/arm/arm/cpufunc_asm_arm7tdmi.S
  projects/numa/sys/arm/arm/cpufunc_asm_arm8.S
  projects/numa/sys/arm/arm/cpufunc_asm_ixp12x0.S
  projects/numa/sys/arm/arm/cpufunc_asm_sa1.S
  projects/numa/sys/arm/arm/cpufunc_asm_sa11x0.S
  projects/numa/sys/arm/arm/irq_dispatch.S
  projects/numa/sys/arm/arm/vectors.S
  projects/numa/sys/arm/broadcom/bcm2835/common.c
  projects/numa/sys/arm/conf/SIMICS
  projects/numa/sys/arm/conf/VYBRID.common
  projects/numa/sys/arm/conf/WANDBOARD.common
  projects/numa/sys/arm/econa/
  projects/numa/sys/arm/freescale/imx/common.c
  projects/numa/sys/arm/mv/common.c
  projects/numa/sys/arm/rockchip/common.c
  projects/numa/sys/arm/sa11x0/
  projects/numa/sys/arm/samsung/exynos/arch_timer.c
  projects/numa/sys/arm/samsung/exynos/common.c
  projects/numa/sys/arm/samsung/exynos/ehci_exynos5.c
  projects/numa/sys/arm/tegra/common.c
  projects/numa/sys/arm/ti/common.c
  projects/numa/sys/arm/versatile/common.c
  projects/numa/sys/boot/fdt/dts/am335x-evm.dts
  projects/numa/sys/boot/fdt/dts/am335x.dtsi
  projects/numa/sys/boot/fdt/dts/bcm2835.dtsi
  projects/numa/sys/boot/fdt/dts/beaglebone-black.dts
  projects/numa/sys/boot/fdt/dts/beaglebone.dts
  projects/numa/sys/boot/fdt/dts/beri-netfpga.dts
  projects/numa/sys/boot/fdt/dts/beri-sim.dts
  projects/numa/sys/boot/fdt/dts/beripad-de4.dts
  projects/numa/sys/boot/fdt/dts/cubieboard.dts
  projects/numa/sys/boot/fdt/dts/cubieboard2.dts
  projects/numa/sys/boot/fdt/dts/db78100.dts
  projects/numa/sys/boot/fdt/dts/db78460.dts
  projects/numa/sys/boot/fdt/dts/db88f5182.dts
  projects/numa/sys/boot/fdt/dts/db88f5281.dts
  projects/numa/sys/boot/fdt/dts/db88f6281.dts
  projects/numa/sys/boot/fdt/dts/digi-ccwmx53.dts
  projects/numa/sys/boot/fdt/dts/dockstar.dts
  projects/numa/sys/boot/fdt/dts/dreamplug-1001.dts
  projects/numa/sys/boot/fdt/dts/dreamplug-1001N.dts
  projects/numa/sys/boot/fdt/dts/ea3250.dts
  projects/numa/sys/boot/fdt/dts/efikamx.dts
  projects/numa/sys/boot/fdt/dts/exynos5250-arndale.dts
  projects/numa/sys/boot/fdt/dts/exynos5250.dtsi
  projects/numa/sys/boot/fdt/dts/imx51x.dtsi
  projects/numa/sys/boot/fdt/dts/imx53-qsb.dts
  projects/numa/sys/boot/fdt/dts/imx53x.dtsi
  projects/numa/sys/boot/fdt/dts/imx6.dtsi
  projects/numa/sys/boot/fdt/dts/mpc8555cds.dts
  projects/numa/sys/boot/fdt/dts/mpc8572ds.dts
  projects/numa/sys/boot/fdt/dts/p1020rdb.dts
  projects/numa/sys/boot/fdt/dts/p2020ds.dts
  projects/numa/sys/boot/fdt/dts/p2041rdb.dts
  projects/numa/sys/boot/fdt/dts/p2041si.dtsi
  projects/numa/sys/boot/fdt/dts/p3041ds.dts
  projects/numa/sys/boot/fdt/dts/p3041si.dtsi
  projects/numa/sys/boot/fdt/dts/p5020ds.dts
  projects/numa/sys/boot/fdt/dts/p5020si.dtsi
  projects/numa/sys/boot/fdt/dts/pandaboard.dts
  projects/numa/sys/boot/fdt/dts/rk3188-radxa.dts
  projects/numa/sys/boot/fdt/dts/rk3188.dtsi
  projects/numa/sys/boot/fdt/dts/rpi.dts
  projects/numa/sys/boot/fdt/dts/sheevaplug.dts
  projects/numa/sys/boot/fdt/dts/tegra20-paz00.dts
  projects/numa/sys/boot/fdt/dts/tegra20.dtsi
  projects/numa/sys/boot/fdt/dts/trimslice.dts
  projects/numa/sys/boot/fdt/dts/ts7800.dts
  projects/numa/sys/boot/fdt/dts/versatilepb.dts
  projects/numa/sys/boot/fdt/dts/vybrid-colibri-vf50.dts
  projects/numa/sys/boot/fdt/dts/vybrid-cosmic.dts
  projects/numa/sys/boot/fdt/dts/vybrid.dtsi
  projects/numa/sys/boot/fdt/dts/wandboard-dual.dts
  projects/numa/sys/boot/fdt/dts/wandboard-quad.dts
  projects/numa/sys/boot/fdt/dts/wandboard-solo.dts
  projects/numa/sys/boot/fdt/dts/xlp-basic.dts
  projects/numa/sys/boot/fdt/dts/zedboard.dts
  projects/numa/sys/boot/ficl64/
  projects/numa/sys/boot/i386/efi/Makefile
  projects/numa/sys/boot/i386/efi/autoload.c
  projects/numa/sys/boot/i386/efi/conf.c
  projects/numa/sys/boot/i386/efi/devicename.c
  projects/numa/sys/boot/i386/efi/ldscript.amd64
  projects/numa/sys/boot/i386/efi/main.c
  projects/numa/sys/boot/i386/efi/reloc.c
  projects/numa/sys/boot/i386/efi/version
  projects/numa/sys/cam/ctl/ctl_mem_pool.c
  projects/numa/sys/cam/ctl/ctl_mem_pool.h
  projects/numa/sys/cddl/dev/dtrace/amd64/dis_tables.c
  projects/numa/sys/cddl/dev/dtrace/amd64/dis_tables.h
  projects/numa/sys/cddl/dev/dtrace/amd64/regset.h
  projects/numa/sys/cddl/dev/dtrace/i386/dis_tables.c
  projects/numa/sys/cddl/dev/dtrace/i386/dis_tables.h
  projects/numa/sys/cddl/dev/dtrace/i386/regset.h
  projects/numa/sys/dev/lindev/
  projects/numa/sys/dev/uart/uart_dev_imx5xx.h
  projects/numa/sys/ia64/include/efi.h
  projects/numa/sys/mips/conf/DIR-825
  projects/numa/sys/mips/conf/DIR-825.hints
  projects/numa/sys/modules/if_ef/
  projects/numa/sys/modules/lindev/
  projects/numa/sys/net/if_ef.c
  projects/numa/sys/netatalk/
  projects/numa/sys/netipx/
  projects/numa/sys/security/mac/mac_atalk.c
  projects/numa/sys/x86/isa/isa.h
  projects/numa/tools/build/options/WITHOUT_IPX
  projects/numa/tools/build/options/WITHOUT_IPX_SUPPORT
  projects/numa/tools/kerneldoc/subsys/Doxyfile-dev_lindev
  projects/numa/tools/regression/lib/libc/net/test-eui64_line.c
  projects/numa/tools/regression/lib/libc/net/test-eui64_line.t
  projects/numa/tools/regression/netatalk/
  projects/numa/tools/regression/netipx/
  projects/numa/tools/regression/sbin/
  projects/numa/tools/regression/usr.bin/Makefile
  projects/numa/tools/regression/usr.bin/apply/
  projects/numa/tools/regression/usr.bin/calendar/
  projects/numa/tools/regression/usr.bin/comm/
  projects/numa/tools/regression/usr.bin/file2c/
  projects/numa/tools/regression/usr.bin/join/
  projects/numa/tools/regression/usr.bin/jot/
  projects/numa/tools/regression/usr.bin/lastcomm/
  projects/numa/tools/regression/usr.bin/m4/
  projects/numa/tools/regression/usr.bin/make/
  projects/numa/tools/regression/usr.bin/ncal/
  projects/numa/tools/regression/usr.bin/pkill/
  projects/numa/tools/regression/usr.bin/printf/
  projects/numa/tools/regression/usr.bin/regress.m4
  projects/numa/tools/regression/usr.bin/sed/
  projects/numa/tools/regression/usr.bin/tr/
  projects/numa/tools/regression/usr.bin/uudecode/
  projects/numa/tools/regression/usr.bin/uuencode/
  projects/numa/tools/regression/usr.bin/xargs/
  projects/numa/tools/regression/usr.bin/yacc/
  projects/numa/tools/regression/usr.sbin/
  projects/numa/tools/tools/ath/athaggrstats/statfoo.c
  projects/numa/tools/tools/ath/athaggrstats/statfoo.h
  projects/numa/tools/tools/ath/athstats/statfoo.c
  projects/numa/tools/tools/ath/athstats/statfoo.h
  projects/numa/tools/tools/mwl/mwlstats/statfoo.c
  projects/numa/tools/tools/mwl/mwlstats/statfoo.h
  projects/numa/tools/tools/net80211/wlanstats/statfoo.c
  projects/numa/tools/tools/net80211/wlanstats/statfoo.h
  projects/numa/tools/tools/npe/npestats/statfoo.c
  projects/numa/tools/tools/npe/npestats/statfoo.h
  projects/numa/usr.bin/csup/queue.h
  projects/numa/usr.bin/netstat/atalk.c
  projects/numa/usr.bin/netstat/ipx.c
  projects/numa/usr.sbin/IPXrouted/
  projects/numa/usr.sbin/bhyve/atpic.c
  projects/numa/usr.sbin/bhyve/elcr.c
  projects/numa/usr.sbin/bhyve/pit_8254.c
  projects/numa/usr.sbin/bhyve/pit_8254.h
  projects/numa/usr.sbin/bsdconfig/usermgmt/groupinput
  projects/numa/usr.sbin/bsdconfig/usermgmt/userinput
Modified:
  projects/numa/MAINTAINERS   (contents, props changed)
  projects/numa/Makefile
  projects/numa/Makefile.inc1
  projects/numa/ObsoleteFiles.inc
  projects/numa/UPDATING
  projects/numa/bin/Makefile
  projects/numa/bin/Makefile.inc
  projects/numa/bin/csh/Makefile
  projects/numa/bin/date/Makefile
  projects/numa/bin/date/date.1
  projects/numa/bin/date/date.c
  projects/numa/bin/date/tests/Makefile
  projects/numa/bin/dd/args.c
  projects/numa/bin/dd/conv.c
  projects/numa/bin/dd/dd.1
  projects/numa/bin/dd/dd.c
  projects/numa/bin/dd/dd.h
  projects/numa/bin/dd/misc.c
  projects/numa/bin/ed/Makefile
  projects/numa/bin/kill/kill.c
  projects/numa/bin/ls/Makefile
  projects/numa/bin/ls/ls.1
  projects/numa/bin/ls/ls.c
  projects/numa/bin/mv/Makefile
  projects/numa/bin/mv/tests/Makefile
  projects/numa/bin/pax/Makefile
  projects/numa/bin/pax/tests/Makefile
  projects/numa/bin/pkill/Makefile
  projects/numa/bin/ps/Makefile
  projects/numa/bin/ps/ps.1
  projects/numa/bin/ps/ps.c
  projects/numa/bin/sh/Makefile
  projects/numa/bin/sh/alias.c
  projects/numa/bin/sh/bltin/bltin.h
  projects/numa/bin/sh/exec.c
  projects/numa/bin/sh/expand.c
  projects/numa/bin/sh/expand.h
  projects/numa/bin/sh/jobs.c
  projects/numa/bin/sh/main.c
  projects/numa/bin/sh/options.c
  projects/numa/bin/sh/redir.c
  projects/numa/bin/sh/sh.1
  projects/numa/bin/sh/tests/Makefile
  projects/numa/bin/sh/tests/builtins/Makefile
  projects/numa/bin/sh/tests/builtins/getopts1.0
  projects/numa/bin/sh/var.c
  projects/numa/bin/test/Makefile
  projects/numa/bin/test/tests/Makefile
  projects/numa/cddl/Makefile
  projects/numa/cddl/compat/opensolaris/include/thread_pool.h
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/tst.resize1.d
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/tst.resize2.d
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/tst.basics.d
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/tst.basics.d.out
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/tst.str.d
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/tst.str.d.out
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/tst.sym.d
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/tst.sym.d.out
  projects/numa/cddl/contrib/opensolaris/cmd/zdb/zdb.8
  projects/numa/cddl/contrib/opensolaris/cmd/zdb/zdb.c
  projects/numa/cddl/contrib/opensolaris/cmd/zfs/zfs.8
  projects/numa/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
  projects/numa/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
  projects/numa/cddl/contrib/opensolaris/cmd/zpool/zpool.8
  projects/numa/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
  projects/numa/cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/drti.c
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/dt_dof.c
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/dt_error.c
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/dt_impl.h
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/dt_options.c
  projects/numa/cddl/contrib/opensolaris/lib/libdtrace/common/dt_printf.c
  projects/numa/cddl/contrib/opensolaris/lib/libuutil/common/uu_avl.c
  projects/numa/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h
  projects/numa/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c
  projects/numa/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c
  projects/numa/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c
  projects/numa/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_util.c
  projects/numa/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c
  projects/numa/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
  projects/numa/cddl/lib/Makefile
  projects/numa/cddl/lib/libctf/Makefile
  projects/numa/cddl/lib/libdtrace/Makefile
  projects/numa/cddl/lib/libdtrace/ip.d
  projects/numa/cddl/lib/libdtrace/libproc_compat.h
  projects/numa/cddl/lib/libdtrace/tcp.d
  projects/numa/cddl/lib/libdtrace/udp.d
  projects/numa/cddl/lib/libzfs/Makefile
  projects/numa/cddl/lib/libzpool/Makefile
  projects/numa/cddl/sbin/Makefile
  projects/numa/cddl/usr.bin/Makefile
  projects/numa/cddl/usr.bin/sgsmsg/Makefile
  projects/numa/cddl/usr.bin/zinject/Makefile
  projects/numa/cddl/usr.bin/zlook/Makefile
  projects/numa/cddl/usr.bin/ztest/Makefile
  projects/numa/cddl/usr.sbin/Makefile
  projects/numa/cddl/usr.sbin/zhack/Makefile
  projects/numa/contrib/amd/amd/get_args.c
  projects/numa/contrib/atf/FREEBSD-Xlist
  projects/numa/contrib/binutils/bfd/config.bfd
  projects/numa/contrib/binutils/opcodes/i386-opc.tbl
  projects/numa/contrib/binutils/opcodes/i386-tbl.h
  projects/numa/contrib/byacc/CHANGES
  projects/numa/contrib/byacc/VERSION
  projects/numa/contrib/byacc/aclocal.m4
  projects/numa/contrib/byacc/closure.c
  projects/numa/contrib/byacc/config_h.in
  projects/numa/contrib/byacc/configure
  projects/numa/contrib/byacc/configure.in
  projects/numa/contrib/byacc/defs.h
  projects/numa/contrib/byacc/descrip.mms
  projects/numa/contrib/byacc/error.c
  projects/numa/contrib/byacc/graph.c
  projects/numa/contrib/byacc/lalr.c
  projects/numa/contrib/byacc/lr0.c
  projects/numa/contrib/byacc/main.c
  projects/numa/contrib/byacc/makefile.in
  projects/numa/contrib/byacc/mkpar.c
  projects/numa/contrib/byacc/output.c
  projects/numa/contrib/byacc/package/byacc.spec
  projects/numa/contrib/byacc/package/debian/changelog
  projects/numa/contrib/byacc/package/mingw-byacc.spec
  projects/numa/contrib/byacc/package/pkgsrc/Makefile
  projects/numa/contrib/byacc/reader.c
  projects/numa/contrib/byacc/symtab.c
  projects/numa/contrib/byacc/test/calc2.y
  projects/numa/contrib/byacc/test/calc3.y
  projects/numa/contrib/byacc/test/run_lint.sh
  projects/numa/contrib/byacc/test/run_make.sh
  projects/numa/contrib/byacc/test/run_test.sh
  projects/numa/contrib/byacc/verbose.c
  projects/numa/contrib/byacc/vmsbuild.com
  projects/numa/contrib/byacc/yacc.1
  projects/numa/contrib/compiler-rt/lib/absvti2.c
  projects/numa/contrib/compiler-rt/lib/addvti3.c
  projects/numa/contrib/compiler-rt/lib/ashlti3.c
  projects/numa/contrib/compiler-rt/lib/ashrti3.c
  projects/numa/contrib/compiler-rt/lib/clzti2.c
  projects/numa/contrib/compiler-rt/lib/cmpti2.c
  projects/numa/contrib/compiler-rt/lib/ctzti2.c
  projects/numa/contrib/compiler-rt/lib/divti3.c
  projects/numa/contrib/compiler-rt/lib/ffsti2.c
  projects/numa/contrib/compiler-rt/lib/fixdfdi.c
  projects/numa/contrib/compiler-rt/lib/fixdfti.c
  projects/numa/contrib/compiler-rt/lib/fixsfti.c
  projects/numa/contrib/compiler-rt/lib/fixunsdfti.c
  projects/numa/contrib/compiler-rt/lib/fixunssfti.c
  projects/numa/contrib/compiler-rt/lib/fixunsxfti.c
  projects/numa/contrib/compiler-rt/lib/fixxfti.c
  projects/numa/contrib/compiler-rt/lib/floattidf.c
  projects/numa/contrib/compiler-rt/lib/floattisf.c
  projects/numa/contrib/compiler-rt/lib/floattixf.c
  projects/numa/contrib/compiler-rt/lib/floatuntidf.c
  projects/numa/contrib/compiler-rt/lib/floatuntisf.c
  projects/numa/contrib/compiler-rt/lib/floatuntixf.c
  projects/numa/contrib/compiler-rt/lib/int_types.h
  projects/numa/contrib/compiler-rt/lib/lshrti3.c
  projects/numa/contrib/compiler-rt/lib/modti3.c
  projects/numa/contrib/compiler-rt/lib/muloti4.c
  projects/numa/contrib/compiler-rt/lib/multi3.c
  projects/numa/contrib/compiler-rt/lib/mulvti3.c
  projects/numa/contrib/compiler-rt/lib/negti2.c
  projects/numa/contrib/compiler-rt/lib/negvti2.c
  projects/numa/contrib/compiler-rt/lib/parityti2.c
  projects/numa/contrib/compiler-rt/lib/popcountti2.c
  projects/numa/contrib/compiler-rt/lib/subvti3.c
  projects/numa/contrib/compiler-rt/lib/ucmpti2.c
  projects/numa/contrib/compiler-rt/lib/udivmodti4.c
  projects/numa/contrib/compiler-rt/lib/udivti3.c
  projects/numa/contrib/compiler-rt/lib/umodti3.c
  projects/numa/contrib/file/mygetopt.h
  projects/numa/contrib/gcc/c-cppbuiltin.c
  projects/numa/contrib/gcc/config/i386/i386.c
  projects/numa/contrib/gcc/longlong.h
  projects/numa/contrib/gcclibs/libcpp/files.c
  projects/numa/contrib/jemalloc/ChangeLog
  projects/numa/contrib/jemalloc/FREEBSD-Xlist
  projects/numa/contrib/jemalloc/FREEBSD-diffs
  projects/numa/contrib/jemalloc/VERSION
  projects/numa/contrib/jemalloc/doc/jemalloc.3
  projects/numa/contrib/jemalloc/include/jemalloc/internal/hash.h
  projects/numa/contrib/jemalloc/include/jemalloc/internal/huge.h
  projects/numa/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h
  projects/numa/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h
  projects/numa/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h
  projects/numa/contrib/jemalloc/include/jemalloc/internal/private_namespace.h
  projects/numa/contrib/jemalloc/include/jemalloc/internal/prof.h
  projects/numa/contrib/jemalloc/include/jemalloc/jemalloc.h
  projects/numa/contrib/jemalloc/src/arena.c
  projects/numa/contrib/jemalloc/src/huge.c
  projects/numa/contrib/jemalloc/src/jemalloc.c
  projects/numa/contrib/jemalloc/src/prof.c
  projects/numa/contrib/ldns/Changelog
  projects/numa/contrib/ldns/Makefile.in
  projects/numa/contrib/ldns/README
  projects/numa/contrib/ldns/acx_nlnetlabs.m4
  projects/numa/contrib/ldns/ax_python_devel.m4
  projects/numa/contrib/ldns/compat/b64_ntop.c
  projects/numa/contrib/ldns/compat/b64_pton.c
  projects/numa/contrib/ldns/compat/snprintf.c
  projects/numa/contrib/ldns/configure
  projects/numa/contrib/ldns/configure.ac
  projects/numa/contrib/ldns/dane.c
  projects/numa/contrib/ldns/dnssec.c
  projects/numa/contrib/ldns/dnssec_sign.c
  projects/numa/contrib/ldns/dnssec_zone.c
  projects/numa/contrib/ldns/drill/chasetrace.c
  projects/numa/contrib/ldns/drill/configure
  projects/numa/contrib/ldns/drill/configure.ac
  projects/numa/contrib/ldns/drill/drill.1.in
  projects/numa/contrib/ldns/drill/drill.c
  projects/numa/contrib/ldns/drill/drill_util.c
  projects/numa/contrib/ldns/drill/securetrace.c
  projects/numa/contrib/ldns/drill/work.c
  projects/numa/contrib/ldns/error.c
  projects/numa/contrib/ldns/higher.c
  projects/numa/contrib/ldns/host2str.c
  projects/numa/contrib/ldns/host2wire.c
  projects/numa/contrib/ldns/install-sh
  projects/numa/contrib/ldns/keys.c
  projects/numa/contrib/ldns/ldns/common.h
  projects/numa/contrib/ldns/ldns/common.h.in
  projects/numa/contrib/ldns/ldns/config.h
  projects/numa/contrib/ldns/ldns/config.h.in
  projects/numa/contrib/ldns/ldns/dane.h
  projects/numa/contrib/ldns/ldns/dnssec.h
  projects/numa/contrib/ldns/ldns/dnssec_sign.h
  projects/numa/contrib/ldns/ldns/dnssec_zone.h
  projects/numa/contrib/ldns/ldns/error.h
  projects/numa/contrib/ldns/ldns/host2str.h
  projects/numa/contrib/ldns/ldns/ldns.h
  projects/numa/contrib/ldns/ldns/net.h
  projects/numa/contrib/ldns/ldns/net.h.in
  projects/numa/contrib/ldns/ldns/packet.h
  projects/numa/contrib/ldns/ldns/rdata.h
  projects/numa/contrib/ldns/ldns/resolver.h
  projects/numa/contrib/ldns/ldns/rr.h
  projects/numa/contrib/ldns/ldns/str2host.h
  projects/numa/contrib/ldns/ldns/util.h
  projects/numa/contrib/ldns/ldns/util.h.in
  projects/numa/contrib/ldns/net.c
  projects/numa/contrib/ldns/packet.c
  projects/numa/contrib/ldns/parse.c
  projects/numa/contrib/ldns/rdata.c
  projects/numa/contrib/ldns/resolver.c
  projects/numa/contrib/ldns/rr.c
  projects/numa/contrib/ldns/sha1.c
  projects/numa/contrib/ldns/sha2.c
  projects/numa/contrib/ldns/str2host.c
  projects/numa/contrib/ldns/tsig.c
  projects/numa/contrib/ldns/util.c
  projects/numa/contrib/ldns/wire2host.c
  projects/numa/contrib/libc++/include/__functional_03
  projects/numa/contrib/libc++/include/functional
  projects/numa/contrib/libc++/include/map
  projects/numa/contrib/libc++/include/unordered_map
  projects/numa/contrib/libstdc++/include/bits/cpp_type_traits.h
  projects/numa/contrib/libstdc++/include/bits/stl_multimap.h
  projects/numa/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  projects/numa/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  projects/numa/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  projects/numa/contrib/llvm/include/llvm/DIBuilder.h
  projects/numa/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
  projects/numa/contrib/llvm/include/llvm/MC/MCAsmInfo.h
  projects/numa/contrib/llvm/include/llvm/MC/MCContext.h
  projects/numa/contrib/llvm/include/llvm/Object/ELFObjectFile.h
  projects/numa/contrib/llvm/include/llvm/Support/ELF.h
  projects/numa/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
  projects/numa/contrib/llvm/lib/Analysis/IVUsers.cpp
  projects/numa/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
  projects/numa/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  projects/numa/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  projects/numa/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  projects/numa/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  projects/numa/contrib/llvm/lib/CodeGen/MachineFunction.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  projects/numa/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  projects/numa/contrib/llvm/lib/MC/MCAsmInfo.cpp
  projects/numa/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
  projects/numa/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
  projects/numa/contrib/llvm/lib/MC/MCContext.cpp
  projects/numa/contrib/llvm/lib/MC/MCDwarf.cpp
  projects/numa/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
  projects/numa/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
  projects/numa/contrib/llvm/lib/Object/ELF.cpp
  projects/numa/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  projects/numa/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
  projects/numa/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
  projects/numa/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
  projects/numa/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp
  projects/numa/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  projects/numa/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  projects/numa/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  projects/numa/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
  projects/numa/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
  projects/numa/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
  projects/numa/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
  projects/numa/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  projects/numa/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
  projects/numa/contrib/llvm/lib/Target/R600/AMDGPUInstructions.td
  projects/numa/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
  projects/numa/contrib/llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp
  projects/numa/contrib/llvm/lib/Target/R600/R600InstrInfo.cpp
  projects/numa/contrib/llvm/lib/Target/R600/R600Instructions.td
  projects/numa/contrib/llvm/lib/Target/R600/SIFixSGPRCopies.cpp
  projects/numa/contrib/llvm/lib/Target/R600/SIInsertWaits.cpp
  projects/numa/contrib/llvm/lib/Target/R600/SIInstrInfo.td
  projects/numa/contrib/llvm/lib/Target/R600/SIInstructions.td
  projects/numa/contrib/llvm/lib/Target/R600/SIIntrinsics.td
  projects/numa/contrib/llvm/lib/Target/R600/SILowerControlFlow.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
  projects/numa/contrib/llvm/lib/Target/Sparc/Sparc.h
  projects/numa/contrib/llvm/lib/Target/Sparc/Sparc.td
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcCallingConv.td
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcCodeEmitter.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcInstr64Bit.td
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcInstrFormats.td
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcJITInfo.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcRelocations.h
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp
  projects/numa/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h
  projects/numa/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  projects/numa/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
  projects/numa/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
  projects/numa/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
  projects/numa/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
  projects/numa/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
  projects/numa/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
  projects/numa/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
  projects/numa/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  projects/numa/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
  projects/numa/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  projects/numa/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
  projects/numa/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  projects/numa/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
  projects/numa/contrib/llvm/tools/clang/include/clang/Driver/Options.td
  projects/numa/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
  projects/numa/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h
  projects/numa/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
  projects/numa/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
  projects/numa/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Basic/Version.cpp
  projects/numa/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
  projects/numa/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  projects/numa/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Driver/ToolChains.h
  projects/numa/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
  projects/numa/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
  projects/numa/contrib/llvm/tools/clang/tools/driver/driver.cpp
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBError.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBType.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFormat.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionFileDescriptor.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/MappedHash.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/SourceManager.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/StringList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Expression/IRForTarget.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Host/File.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Symbol/VariableList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Target/UnwindAssembly.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
  projects/numa/contrib/llvm/tools/lldb/include/lldb/lldb-private-log.h
  projects/numa/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBFrame.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBModule.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBType.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBTypeFormat.cpp
  projects/numa/contrib/llvm/tools/lldb/source/API/SBValue.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.h
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h
  projects/numa/contrib/llvm/tools/lldb/source/Core/Address.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Broadcaster.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Communication.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/DynamicLoader.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Log.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Module.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Opcode.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Section.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/StringList.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/Value.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
  projects/numa/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/IRDynamicChecks.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Host/common/File.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterNone.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  projects/numa/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/Function.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Symbol/VariableList.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/Platform.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/Process.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/SectionLoadList.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/Target.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/Thread.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Target/UnwindAssembly.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  projects/numa/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h
  projects/numa/contrib/llvm/tools/lldb/source/lldb-log.cpp
  projects/numa/contrib/llvm/tools/lldb/source/lldb.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
  projects/numa/contrib/llvm/tools/lldb/tools/driver/Driver.h
  projects/numa/contrib/llvm/tools/lldb/tools/driver/Platform.h
  projects/numa/contrib/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp
  projects/numa/contrib/mdocml/lib.in
  projects/numa/contrib/ncurses/ANNOUNCE
  projects/numa/contrib/ncurses/INSTALL
  projects/numa/contrib/ncurses/MANIFEST
  projects/numa/contrib/ncurses/Makefile.in
  projects/numa/contrib/ncurses/NEWS
  projects/numa/contrib/ncurses/README
  projects/numa/contrib/ncurses/TO-DO
  projects/numa/contrib/ncurses/aclocal.m4
  projects/numa/contrib/ncurses/announce.html.in
  projects/numa/contrib/ncurses/config.guess
  projects/numa/contrib/ncurses/config.sub
  projects/numa/contrib/ncurses/configure
  projects/numa/contrib/ncurses/configure.in
  projects/numa/contrib/ncurses/dist.mk
  projects/numa/contrib/ncurses/doc/html/NCURSES-Programming-HOWTO.html
  projects/numa/contrib/ncurses/doc/html/announce.html
  projects/numa/contrib/ncurses/doc/html/hackguide.html
  projects/numa/contrib/ncurses/doc/html/ncurses-intro.html
  projects/numa/contrib/ncurses/doc/ncurses-intro.doc
  projects/numa/contrib/ncurses/form/Makefile.in
  projects/numa/contrib/ncurses/form/f_trace.c
  projects/numa/contrib/ncurses/form/fld_arg.c
  projects/numa/contrib/ncurses/form/fld_attr.c
  projects/numa/contrib/ncurses/form/fld_current.c
  projects/numa/contrib/ncurses/form/fld_def.c
  projects/numa/contrib/ncurses/form/fld_dup.c
  projects/numa/contrib/ncurses/form/fld_ftchoice.c
  projects/numa/contrib/ncurses/form/fld_ftlink.c
  projects/numa/contrib/ncurses/form/fld_info.c
  projects/numa/contrib/ncurses/form/fld_just.c
  projects/numa/contrib/ncurses/form/fld_link.c
  projects/numa/contrib/ncurses/form/fld_max.c
  projects/numa/contrib/ncurses/form/fld_move.c
  projects/numa/contrib/ncurses/form/fld_newftyp.c
  projects/numa/contrib/ncurses/form/fld_opts.c
  projects/numa/contrib/ncurses/form/fld_pad.c
  projects/numa/contrib/ncurses/form/fld_page.c
  projects/numa/contrib/ncurses/form/fld_stat.c
  projects/numa/contrib/ncurses/form/fld_type.c
  projects/numa/contrib/ncurses/form/fld_user.c
  projects/numa/contrib/ncurses/form/form.h
  projects/numa/contrib/ncurses/form/form.priv.h
  projects/numa/contrib/ncurses/form/frm_cursor.c
  projects/numa/contrib/ncurses/form/frm_data.c
  projects/numa/contrib/ncurses/form/frm_def.c
  projects/numa/contrib/ncurses/form/frm_driver.c
  projects/numa/contrib/ncurses/form/frm_hook.c
  projects/numa/contrib/ncurses/form/frm_opts.c
  projects/numa/contrib/ncurses/form/frm_page.c
  projects/numa/contrib/ncurses/form/frm_post.c
  projects/numa/contrib/ncurses/form/frm_req_name.c
  projects/numa/contrib/ncurses/form/frm_scale.c
  projects/numa/contrib/ncurses/form/frm_sub.c
  projects/numa/contrib/ncurses/form/frm_user.c
  projects/numa/contrib/ncurses/form/frm_win.c
  projects/numa/contrib/ncurses/form/fty_alnum.c
  projects/numa/contrib/ncurses/form/fty_alpha.c
  projects/numa/contrib/ncurses/form/fty_enum.c
  projects/numa/contrib/ncurses/form/fty_int.c
  projects/numa/contrib/ncurses/form/fty_ipv4.c
  projects/numa/contrib/ncurses/form/fty_num.c
  projects/numa/contrib/ncurses/form/fty_regex.c
  projects/numa/contrib/ncurses/form/llib-lform
  projects/numa/contrib/ncurses/form/llib-lformw
  projects/numa/contrib/ncurses/form/modules
  projects/numa/contrib/ncurses/include/Caps
  projects/numa/contrib/ncurses/include/Caps.aix4
  projects/numa/contrib/ncurses/include/Caps.hpux11
  projects/numa/contrib/ncurses/include/Caps.keys
  projects/numa/contrib/ncurses/include/Caps.osf1r5
  projects/numa/contrib/ncurses/include/Caps.uwin
  projects/numa/contrib/ncurses/include/MKkey_defs.sh
  projects/numa/contrib/ncurses/include/MKterm.h.awk.in
  projects/numa/contrib/ncurses/include/Makefile.in
  projects/numa/contrib/ncurses/include/capdefaults.c
  projects/numa/contrib/ncurses/include/curses.h.in
  projects/numa/contrib/ncurses/include/curses.tail
  projects/numa/contrib/ncurses/include/curses.wide
  projects/numa/contrib/ncurses/include/headers
  projects/numa/contrib/ncurses/include/nc_alloc.h
  projects/numa/contrib/ncurses/include/nc_panel.h
  projects/numa/contrib/ncurses/include/nc_tparm.h
  projects/numa/contrib/ncurses/include/ncurses_defs
  projects/numa/contrib/ncurses/include/term_entry.h
  projects/numa/contrib/ncurses/include/tic.h
  projects/numa/contrib/ncurses/include/unctrl.h.in
  projects/numa/contrib/ncurses/man/Makefile.in
  projects/numa/contrib/ncurses/man/captoinfo.1m
  projects/numa/contrib/ncurses/man/clear.1
  projects/numa/contrib/ncurses/man/curs_add_wch.3x
  projects/numa/contrib/ncurses/man/curs_add_wchstr.3x
  projects/numa/contrib/ncurses/man/curs_addch.3x
  projects/numa/contrib/ncurses/man/curs_addchstr.3x
  projects/numa/contrib/ncurses/man/curs_addstr.3x
  projects/numa/contrib/ncurses/man/curs_addwstr.3x
  projects/numa/contrib/ncurses/man/curs_attr.3x
  projects/numa/contrib/ncurses/man/curs_beep.3x
  projects/numa/contrib/ncurses/man/curs_bkgd.3x
  projects/numa/contrib/ncurses/man/curs_bkgrnd.3x
  projects/numa/contrib/ncurses/man/curs_border.3x
  projects/numa/contrib/ncurses/man/curs_border_set.3x
  projects/numa/contrib/ncurses/man/curs_clear.3x
  projects/numa/contrib/ncurses/man/curs_color.3x
  projects/numa/contrib/ncurses/man/curs_delch.3x
  projects/numa/contrib/ncurses/man/curs_deleteln.3x
  projects/numa/contrib/ncurses/man/curs_extend.3x
  projects/numa/contrib/ncurses/man/curs_get_wch.3x
  projects/numa/contrib/ncurses/man/curs_get_wstr.3x
  projects/numa/contrib/ncurses/man/curs_getcchar.3x
  projects/numa/contrib/ncurses/man/curs_getch.3x
  projects/numa/contrib/ncurses/man/curs_getstr.3x
  projects/numa/contrib/ncurses/man/curs_getyx.3x
  projects/numa/contrib/ncurses/man/curs_in_wch.3x
  projects/numa/contrib/ncurses/man/curs_in_wchstr.3x
  projects/numa/contrib/ncurses/man/curs_inch.3x
  projects/numa/contrib/ncurses/man/curs_inchstr.3x
  projects/numa/contrib/ncurses/man/curs_initscr.3x
  projects/numa/contrib/ncurses/man/curs_inopts.3x
  projects/numa/contrib/ncurses/man/curs_ins_wch.3x
  projects/numa/contrib/ncurses/man/curs_ins_wstr.3x
  projects/numa/contrib/ncurses/man/curs_insch.3x
  projects/numa/contrib/ncurses/man/curs_insstr.3x
  projects/numa/contrib/ncurses/man/curs_instr.3x
  projects/numa/contrib/ncurses/man/curs_inwstr.3x
  projects/numa/contrib/ncurses/man/curs_kernel.3x
  projects/numa/contrib/ncurses/man/curs_legacy.3x
  projects/numa/contrib/ncurses/man/curs_memleaks.3x
  projects/numa/contrib/ncurses/man/curs_mouse.3x
  projects/numa/contrib/ncurses/man/curs_move.3x
  projects/numa/contrib/ncurses/man/curs_opaque.3x
  projects/numa/contrib/ncurses/man/curs_outopts.3x
  projects/numa/contrib/ncurses/man/curs_overlay.3x
  projects/numa/contrib/ncurses/man/curs_pad.3x
  projects/numa/contrib/ncurses/man/curs_print.3x
  projects/numa/contrib/ncurses/man/curs_printw.3x
  projects/numa/contrib/ncurses/man/curs_refresh.3x
  projects/numa/contrib/ncurses/man/curs_scanw.3x
  projects/numa/contrib/ncurses/man/curs_scr_dump.3x
  projects/numa/contrib/ncurses/man/curs_scroll.3x
  projects/numa/contrib/ncurses/man/curs_slk.3x
  projects/numa/contrib/ncurses/man/curs_termattrs.3x
  projects/numa/contrib/ncurses/man/curs_termcap.3x
  projects/numa/contrib/ncurses/man/curs_terminfo.3x
  projects/numa/contrib/ncurses/man/curs_threads.3x
  projects/numa/contrib/ncurses/man/curs_touch.3x
  projects/numa/contrib/ncurses/man/curs_trace.3x
  projects/numa/contrib/ncurses/man/curs_util.3x
  projects/numa/contrib/ncurses/man/curs_window.3x
  projects/numa/contrib/ncurses/man/default_colors.3x
  projects/numa/contrib/ncurses/man/define_key.3x
  projects/numa/contrib/ncurses/man/form.3x
  projects/numa/contrib/ncurses/man/form_cursor.3x
  projects/numa/contrib/ncurses/man/form_data.3x
  projects/numa/contrib/ncurses/man/form_driver.3x
  projects/numa/contrib/ncurses/man/form_field.3x
  projects/numa/contrib/ncurses/man/form_field_attributes.3x
  projects/numa/contrib/ncurses/man/form_field_buffer.3x
  projects/numa/contrib/ncurses/man/form_field_info.3x
  projects/numa/contrib/ncurses/man/form_field_just.3x
  projects/numa/contrib/ncurses/man/form_field_new.3x
  projects/numa/contrib/ncurses/man/form_field_opts.3x
  projects/numa/contrib/ncurses/man/form_field_userptr.3x
  projects/numa/contrib/ncurses/man/form_field_validation.3x
  projects/numa/contrib/ncurses/man/form_fieldtype.3x
  projects/numa/contrib/ncurses/man/form_hook.3x
  projects/numa/contrib/ncurses/man/form_new.3x
  projects/numa/contrib/ncurses/man/form_new_page.3x
  projects/numa/contrib/ncurses/man/form_opts.3x
  projects/numa/contrib/ncurses/man/form_page.3x
  projects/numa/contrib/ncurses/man/form_post.3x
  projects/numa/contrib/ncurses/man/form_requestname.3x
  projects/numa/contrib/ncurses/man/form_userptr.3x
  projects/numa/contrib/ncurses/man/form_win.3x
  projects/numa/contrib/ncurses/man/infocmp.1m
  projects/numa/contrib/ncurses/man/infotocap.1m
  projects/numa/contrib/ncurses/man/key_defined.3x
  projects/numa/contrib/ncurses/man/keybound.3x
  projects/numa/contrib/ncurses/man/keyok.3x
  projects/numa/contrib/ncurses/man/legacy_coding.3x
  projects/numa/contrib/ncurses/man/man_db.renames
  projects/numa/contrib/ncurses/man/menu.3x
  projects/numa/contrib/ncurses/man/menu_attributes.3x
  projects/numa/contrib/ncurses/man/menu_cursor.3x
  projects/numa/contrib/ncurses/man/menu_driver.3x
  projects/numa/contrib/ncurses/man/menu_format.3x
  projects/numa/contrib/ncurses/man/menu_hook.3x
  projects/numa/contrib/ncurses/man/menu_items.3x
  projects/numa/contrib/ncurses/man/menu_mark.3x
  projects/numa/contrib/ncurses/man/menu_new.3x
  projects/numa/contrib/ncurses/man/menu_opts.3x
  projects/numa/contrib/ncurses/man/menu_pattern.3x
  projects/numa/contrib/ncurses/man/menu_post.3x
  projects/numa/contrib/ncurses/man/menu_requestname.3x
  projects/numa/contrib/ncurses/man/menu_spacing.3x
  projects/numa/contrib/ncurses/man/menu_userptr.3x
  projects/numa/contrib/ncurses/man/menu_win.3x
  projects/numa/contrib/ncurses/man/mitem_current.3x
  projects/numa/contrib/ncurses/man/mitem_name.3x
  projects/numa/contrib/ncurses/man/mitem_new.3x
  projects/numa/contrib/ncurses/man/mitem_opts.3x
  projects/numa/contrib/ncurses/man/mitem_userptr.3x
  projects/numa/contrib/ncurses/man/mitem_value.3x
  projects/numa/contrib/ncurses/man/mitem_visible.3x
  projects/numa/contrib/ncurses/man/ncurses.3x
  projects/numa/contrib/ncurses/man/panel.3x
  projects/numa/contrib/ncurses/man/resizeterm.3x
  projects/numa/contrib/ncurses/man/term.5
  projects/numa/contrib/ncurses/man/term.7
  projects/numa/contrib/ncurses/man/terminfo.head
  projects/numa/contrib/ncurses/man/terminfo.tail
  projects/numa/contrib/ncurses/man/tic.1m
  projects/numa/contrib/ncurses/man/toe.1m
  projects/numa/contrib/ncurses/man/tput.1
  projects/numa/contrib/ncurses/man/tset.1
  projects/numa/contrib/ncurses/man/wresize.3x
  projects/numa/contrib/ncurses/menu/Makefile.in
  projects/numa/contrib/ncurses/menu/llib-lmenu
  projects/numa/contrib/ncurses/menu/llib-lmenuw
  projects/numa/contrib/ncurses/menu/m_attribs.c
  projects/numa/contrib/ncurses/menu/m_cursor.c
  projects/numa/contrib/ncurses/menu/m_driver.c
  projects/numa/contrib/ncurses/menu/m_format.c
  projects/numa/contrib/ncurses/menu/m_global.c
  projects/numa/contrib/ncurses/menu/m_hook.c
  projects/numa/contrib/ncurses/menu/m_item_cur.c
  projects/numa/contrib/ncurses/menu/m_item_nam.c
  projects/numa/contrib/ncurses/menu/m_item_new.c
  projects/numa/contrib/ncurses/menu/m_item_opt.c
  projects/numa/contrib/ncurses/menu/m_item_top.c
  projects/numa/contrib/ncurses/menu/m_item_use.c
  projects/numa/contrib/ncurses/menu/m_item_val.c
  projects/numa/contrib/ncurses/menu/m_item_vis.c
  projects/numa/contrib/ncurses/menu/m_items.c
  projects/numa/contrib/ncurses/menu/m_new.c
  projects/numa/contrib/ncurses/menu/m_opts.c
  projects/numa/contrib/ncurses/menu/m_pad.c
  projects/numa/contrib/ncurses/menu/m_pattern.c
  projects/numa/contrib/ncurses/menu/m_post.c
  projects/numa/contrib/ncurses/menu/m_req_name.c
  projects/numa/contrib/ncurses/menu/m_scale.c
  projects/numa/contrib/ncurses/menu/m_spacing.c
  projects/numa/contrib/ncurses/menu/m_sub.c
  projects/numa/contrib/ncurses/menu/m_trace.c
  projects/numa/contrib/ncurses/menu/m_userptr.c
  projects/numa/contrib/ncurses/menu/m_win.c
  projects/numa/contrib/ncurses/menu/menu.h
  projects/numa/contrib/ncurses/menu/menu.priv.h
  projects/numa/contrib/ncurses/menu/mf_common.h
  projects/numa/contrib/ncurses/menu/modules
  projects/numa/contrib/ncurses/misc/Makefile.in
  projects/numa/contrib/ncurses/misc/gen_edit.sh
  projects/numa/contrib/ncurses/misc/ncurses-config.in
  projects/numa/contrib/ncurses/misc/run_tic.in
  projects/numa/contrib/ncurses/misc/terminfo.src
  projects/numa/contrib/ncurses/mk-0th.awk
  projects/numa/contrib/ncurses/mk-1st.awk
  projects/numa/contrib/ncurses/mk-hdr.awk
  projects/numa/contrib/ncurses/ncurses/Makefile.in
  projects/numa/contrib/ncurses/ncurses/README
  projects/numa/contrib/ncurses/ncurses/base/MKkeyname.awk
  projects/numa/contrib/ncurses/ncurses/base/MKlib_gen.sh
  projects/numa/contrib/ncurses/ncurses/base/MKunctrl.awk
  projects/numa/contrib/ncurses/ncurses/base/define_key.c
  projects/numa/contrib/ncurses/ncurses/base/key_defined.c
  projects/numa/contrib/ncurses/ncurses/base/keybound.c
  projects/numa/contrib/ncurses/ncurses/base/keyok.c
  projects/numa/contrib/ncurses/ncurses/base/legacy_coding.c
  projects/numa/contrib/ncurses/ncurses/base/lib_addch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_addstr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_beep.c
  projects/numa/contrib/ncurses/ncurses/base/lib_bkgd.c
  projects/numa/contrib/ncurses/ncurses/base/lib_box.c
  projects/numa/contrib/ncurses/ncurses/base/lib_chgat.c
  projects/numa/contrib/ncurses/ncurses/base/lib_clear.c
  projects/numa/contrib/ncurses/ncurses/base/lib_clearok.c
  projects/numa/contrib/ncurses/ncurses/base/lib_clrbot.c
  projects/numa/contrib/ncurses/ncurses/base/lib_clreol.c
  projects/numa/contrib/ncurses/ncurses/base/lib_color.c
  projects/numa/contrib/ncurses/ncurses/base/lib_colorset.c
  projects/numa/contrib/ncurses/ncurses/base/lib_delch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_delwin.c
  projects/numa/contrib/ncurses/ncurses/base/lib_dft_fgbg.c
  projects/numa/contrib/ncurses/ncurses/base/lib_echo.c
  projects/numa/contrib/ncurses/ncurses/base/lib_endwin.c
  projects/numa/contrib/ncurses/ncurses/base/lib_erase.c
  projects/numa/contrib/ncurses/ncurses/base/lib_flash.c
  projects/numa/contrib/ncurses/ncurses/base/lib_freeall.c
  projects/numa/contrib/ncurses/ncurses/base/lib_getch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_getstr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_hline.c
  projects/numa/contrib/ncurses/ncurses/base/lib_immedok.c
  projects/numa/contrib/ncurses/ncurses/base/lib_inchstr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_initscr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_insch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_insdel.c
  projects/numa/contrib/ncurses/ncurses/base/lib_insnstr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_instr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_isendwin.c
  projects/numa/contrib/ncurses/ncurses/base/lib_leaveok.c
  projects/numa/contrib/ncurses/ncurses/base/lib_mouse.c
  projects/numa/contrib/ncurses/ncurses/base/lib_move.c
  projects/numa/contrib/ncurses/ncurses/base/lib_mvwin.c
  projects/numa/contrib/ncurses/ncurses/base/lib_newterm.c
  projects/numa/contrib/ncurses/ncurses/base/lib_newwin.c
  projects/numa/contrib/ncurses/ncurses/base/lib_nl.c
  projects/numa/contrib/ncurses/ncurses/base/lib_overlay.c
  projects/numa/contrib/ncurses/ncurses/base/lib_pad.c
  projects/numa/contrib/ncurses/ncurses/base/lib_printw.c
  projects/numa/contrib/ncurses/ncurses/base/lib_redrawln.c
  projects/numa/contrib/ncurses/ncurses/base/lib_refresh.c
  projects/numa/contrib/ncurses/ncurses/base/lib_restart.c
  projects/numa/contrib/ncurses/ncurses/base/lib_scanw.c
  projects/numa/contrib/ncurses/ncurses/base/lib_screen.c
  projects/numa/contrib/ncurses/ncurses/base/lib_scroll.c
  projects/numa/contrib/ncurses/ncurses/base/lib_scrollok.c
  projects/numa/contrib/ncurses/ncurses/base/lib_scrreg.c
  projects/numa/contrib/ncurses/ncurses/base/lib_set_term.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slk.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkatr_set.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkatrof.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkatron.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkatrset.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkattr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkclear.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkcolor.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkinit.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slklab.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkrefr.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slkset.c
  projects/numa/contrib/ncurses/ncurses/base/lib_slktouch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_touch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_ungetch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_vline.c
  projects/numa/contrib/ncurses/ncurses/base/lib_wattroff.c
  projects/numa/contrib/ncurses/ncurses/base/lib_wattron.c
  projects/numa/contrib/ncurses/ncurses/base/lib_winch.c
  projects/numa/contrib/ncurses/ncurses/base/lib_window.c
  projects/numa/contrib/ncurses/ncurses/base/nc_panel.c
  projects/numa/contrib/ncurses/ncurses/base/resizeterm.c
  projects/numa/contrib/ncurses/ncurses/base/safe_sprintf.c
  projects/numa/contrib/ncurses/ncurses/base/tries.c
  projects/numa/contrib/ncurses/ncurses/base/use_window.c
  projects/numa/contrib/ncurses/ncurses/base/vsscanf.c
  projects/numa/contrib/ncurses/ncurses/base/wresize.c
  projects/numa/contrib/ncurses/ncurses/curses.priv.h
  projects/numa/contrib/ncurses/ncurses/fifo_defs.h
  projects/numa/contrib/ncurses/ncurses/llib-lncurses
  projects/numa/contrib/ncurses/ncurses/llib-lncursest
  projects/numa/contrib/ncurses/ncurses/llib-lncursesw
  projects/numa/contrib/ncurses/ncurses/modules
  projects/numa/contrib/ncurses/ncurses/tinfo/MKcaptab.sh
  projects/numa/contrib/ncurses/ncurses/tinfo/MKcodes.awk
  projects/numa/contrib/ncurses/ncurses/tinfo/MKfallback.sh
  projects/numa/contrib/ncurses/ncurses/tinfo/MKnames.awk
  projects/numa/contrib/ncurses/ncurses/tinfo/access.c
  projects/numa/contrib/ncurses/ncurses/tinfo/add_tries.c
  projects/numa/contrib/ncurses/ncurses/tinfo/alloc_entry.c
  projects/numa/contrib/ncurses/ncurses/tinfo/alloc_ttype.c
  projects/numa/contrib/ncurses/ncurses/tinfo/captoinfo.c
  projects/numa/contrib/ncurses/ncurses/tinfo/comp_error.c
  projects/numa/contrib/ncurses/ncurses/tinfo/comp_expand.c
  projects/numa/contrib/ncurses/ncurses/tinfo/comp_hash.c
  projects/numa/contrib/ncurses/ncurses/tinfo/comp_parse.c
  projects/numa/contrib/ncurses/ncurses/tinfo/comp_scan.c
  projects/numa/contrib/ncurses/ncurses/tinfo/db_iterator.c
  projects/numa/contrib/ncurses/ncurses/tinfo/doalloc.c
  projects/numa/contrib/ncurses/ncurses/tinfo/entries.c
  projects/numa/contrib/ncurses/ncurses/tinfo/free_ttype.c
  projects/numa/contrib/ncurses/ncurses/tinfo/getenv_num.c
  projects/numa/contrib/ncurses/ncurses/tinfo/hashed_db.c
  projects/numa/contrib/ncurses/ncurses/tinfo/home_terminfo.c
  projects/numa/contrib/ncurses/ncurses/tinfo/init_keytry.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_acs.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_baudrate.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_cur_term.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_data.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_has_cap.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_kernel.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_longname.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_napms.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_options.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_print.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_raw.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_setup.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_termcap.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_termname.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_tgoto.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_ti.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_tparm.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_tputs.c
  projects/numa/contrib/ncurses/ncurses/tinfo/lib_ttyflags.c
  projects/numa/contrib/ncurses/ncurses/tinfo/make_keys.c
  projects/numa/contrib/ncurses/ncurses/tinfo/name_match.c
  projects/numa/contrib/ncurses/ncurses/tinfo/parse_entry.c
  projects/numa/contrib/ncurses/ncurses/tinfo/read_entry.c
  projects/numa/contrib/ncurses/ncurses/tinfo/read_termcap.c
  projects/numa/contrib/ncurses/ncurses/tinfo/strings.c
  projects/numa/contrib/ncurses/ncurses/tinfo/trim_sgr0.c
  projects/numa/contrib/ncurses/ncurses/tinfo/use_screen.c
  projects/numa/contrib/ncurses/ncurses/tinfo/write_entry.c
  projects/numa/contrib/ncurses/ncurses/trace/lib_trace.c
  projects/numa/contrib/ncurses/ncurses/trace/lib_traceatr.c
  projects/numa/contrib/ncurses/ncurses/trace/lib_tracebits.c
  projects/numa/contrib/ncurses/ncurses/trace/lib_tracechr.c
  projects/numa/contrib/ncurses/ncurses/trace/lib_tracedmp.c
  projects/numa/contrib/ncurses/ncurses/trace/lib_tracemse.c
  projects/numa/contrib/ncurses/ncurses/trace/trace_buf.c
  projects/numa/contrib/ncurses/ncurses/trace/trace_tries.c
  projects/numa/contrib/ncurses/ncurses/trace/trace_xnames.c
  projects/numa/contrib/ncurses/ncurses/trace/varargs.c
  projects/numa/contrib/ncurses/ncurses/trace/visbuf.c
  projects/numa/contrib/ncurses/ncurses/tty/MKexpanded.sh
  projects/numa/contrib/ncurses/ncurses/tty/hardscroll.c
  projects/numa/contrib/ncurses/ncurses/tty/hashmap.c
  projects/numa/contrib/ncurses/ncurses/tty/lib_mvcur.c
  projects/numa/contrib/ncurses/ncurses/tty/lib_tstp.c
  projects/numa/contrib/ncurses/ncurses/tty/lib_twait.c
  projects/numa/contrib/ncurses/ncurses/tty/lib_vidattr.c
  projects/numa/contrib/ncurses/ncurses/tty/tty_update.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_add_wch.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_box_set.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_cchar.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_erasewchar.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_get_wch.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_get_wstr.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_hline_set.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_in_wch.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_in_wchnstr.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_ins_wch.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_inwstr.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_pecho_wchar.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_slk_wset.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_unget_wch.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_vid_attr.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_vline_set.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_wacs.c
  projects/numa/contrib/ncurses/ncurses/widechar/lib_wunctrl.c
  projects/numa/contrib/ncurses/panel/Makefile.in
  projects/numa/contrib/ncurses/panel/llib-lpanel
  projects/numa/contrib/ncurses/panel/llib-lpanelw
  projects/numa/contrib/ncurses/panel/modules
  projects/numa/contrib/ncurses/panel/p_above.c
  projects/numa/contrib/ncurses/panel/p_below.c
  projects/numa/contrib/ncurses/panel/p_bottom.c
  projects/numa/contrib/ncurses/panel/p_delete.c
  projects/numa/contrib/ncurses/panel/p_hidden.c
  projects/numa/contrib/ncurses/panel/p_hide.c
  projects/numa/contrib/ncurses/panel/p_move.c
  projects/numa/contrib/ncurses/panel/p_new.c
  projects/numa/contrib/ncurses/panel/p_replace.c
  projects/numa/contrib/ncurses/panel/p_show.c
  projects/numa/contrib/ncurses/panel/p_top.c
  projects/numa/contrib/ncurses/panel/p_update.c
  projects/numa/contrib/ncurses/panel/p_user.c
  projects/numa/contrib/ncurses/panel/p_win.c
  projects/numa/contrib/ncurses/panel/panel.c
  projects/numa/contrib/ncurses/panel/panel.h
  projects/numa/contrib/ncurses/panel/panel.priv.h
  projects/numa/contrib/ncurses/progs/Makefile.in
  projects/numa/contrib/ncurses/progs/capconvert
  projects/numa/contrib/ncurses/progs/clear.c
  projects/numa/contrib/ncurses/progs/dump_entry.c
  projects/numa/contrib/ncurses/progs/dump_entry.h
  projects/numa/contrib/ncurses/progs/infocmp.c
  projects/numa/contrib/ncurses/progs/modules
  projects/numa/contrib/ncurses/progs/progs.priv.h
  projects/numa/contrib/ncurses/progs/tic.c
  projects/numa/contrib/ncurses/progs/toe.c
  projects/numa/contrib/ncurses/progs/tput.c
  projects/numa/contrib/ncurses/progs/tset.c
  projects/numa/contrib/netcat/nc.1
  projects/numa/contrib/netcat/netcat.c
  projects/numa/contrib/ntp/ntpd/ntp_request.c
  projects/numa/contrib/ofed/usr.bin/ibsendtrap/Makefile
  projects/numa/contrib/ofed/usr.lib/libibcm/Makefile
  projects/numa/contrib/ofed/usr.lib/libibcommon/Makefile
  projects/numa/contrib/ofed/usr.lib/libibmad/Makefile
  projects/numa/contrib/ofed/usr.lib/libibumad/Makefile
  projects/numa/contrib/ofed/usr.lib/libibverbs/Makefile
  projects/numa/contrib/ofed/usr.lib/libmlx4/Makefile
  projects/numa/contrib/ofed/usr.lib/libmthca/Makefile
  projects/numa/contrib/ofed/usr.lib/libopensm/Makefile
  projects/numa/contrib/ofed/usr.lib/libosmcomp/Makefile
  projects/numa/contrib/ofed/usr.lib/libosmvendor/Makefile
  projects/numa/contrib/ofed/usr.lib/librdmacm/Makefile
  projects/numa/contrib/ofed/usr.lib/libsdp/Makefile
  projects/numa/contrib/openpam/CREDITS
  projects/numa/contrib/openpam/lib/libpam/openpam_ctype.h
  projects/numa/contrib/openpam/t/Makefile.am
  projects/numa/contrib/pf/pflogd/pidfile.c
  projects/numa/contrib/serf/CHANGES
  projects/numa/contrib/serf/README
  projects/numa/contrib/serf/SConstruct
  projects/numa/contrib/serf/auth/auth.c
  projects/numa/contrib/serf/auth/auth.h
  projects/numa/contrib/serf/auth/auth_basic.c
  projects/numa/contrib/serf/auth/auth_digest.c
  projects/numa/contrib/serf/auth/auth_spnego.c
  projects/numa/contrib/serf/auth/auth_spnego.h
  projects/numa/contrib/serf/auth/auth_spnego_gss.c
  projects/numa/contrib/serf/auth/auth_spnego_sspi.c
  projects/numa/contrib/serf/buckets/headers_buckets.c
  projects/numa/contrib/serf/buckets/response_buckets.c
  projects/numa/contrib/serf/buckets/socket_buckets.c
  projects/numa/contrib/serf/buckets/ssl_buckets.c
  projects/numa/contrib/serf/build/check.py
  projects/numa/contrib/serf/build/gen_def.py
  projects/numa/contrib/serf/build/serf.pc.in
  projects/numa/contrib/serf/context.c
  projects/numa/contrib/serf/outgoing.c
  projects/numa/contrib/serf/serf.h
  projects/numa/contrib/serf/serf_private.h
  projects/numa/contrib/serf/ssltunnel.c
  projects/numa/contrib/subversion/CHANGES
  projects/numa/contrib/subversion/Makefile.in
  projects/numa/contrib/subversion/NOTICE
  projects/numa/contrib/subversion/build-outputs.mk
  projects/numa/contrib/subversion/build.conf
  projects/numa/contrib/subversion/configure
  projects/numa/contrib/subversion/configure.ac
  projects/numa/contrib/subversion/subversion/include/private/svn_auth_private.h
  projects/numa/contrib/subversion/subversion/include/private/svn_diff_tree.h
  projects/numa/contrib/subversion/subversion/include/private/svn_mutex.h
  projects/numa/contrib/subversion/subversion/include/svn_auth.h
  projects/numa/contrib/subversion/subversion/include/svn_client.h
  projects/numa/contrib/subversion/subversion/include/svn_config.h
  projects/numa/contrib/subversion/subversion/include/svn_diff.h
  projects/numa/contrib/subversion/subversion/include/svn_dirent_uri.h
  projects/numa/contrib/subversion/subversion/include/svn_io.h
  projects/numa/contrib/subversion/subversion/include/svn_repos.h
  projects/numa/contrib/subversion/subversion/include/svn_version.h
  projects/numa/contrib/subversion/subversion/include/svn_wc.h
  projects/numa/contrib/subversion/subversion/libsvn_client/copy.c
  projects/numa/contrib/subversion/subversion/libsvn_client/log.c
  projects/numa/contrib/subversion/subversion/libsvn_client/prop_commands.c
  projects/numa/contrib/subversion/subversion/libsvn_client/update.c
  projects/numa/contrib/subversion/subversion/libsvn_client/util.c
  projects/numa/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c
  projects/numa/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h
  projects/numa/contrib/subversion/subversion/libsvn_fs_fs/rep-cache.c
  projects/numa/contrib/subversion/subversion/libsvn_ra_serf/commit.c
  projects/numa/contrib/subversion/subversion/libsvn_ra_serf/util.c
  projects/numa/contrib/subversion/subversion/libsvn_repos/commit.c
  projects/numa/contrib/subversion/subversion/libsvn_repos/reporter.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/auth.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/cache-membuffer.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/cmdline.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/internal_statements.h
  projects/numa/contrib/subversion/subversion/libsvn_subr/io.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/sqlite.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/sqlite3wrapper.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/subst.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/sysinfo.c
  projects/numa/contrib/subversion/subversion/libsvn_subr/win32_crypto.c
  projects/numa/contrib/subversion/subversion/libsvn_wc/conflicts.h
  projects/numa/contrib/subversion/subversion/libsvn_wc/diff_local.c
  projects/numa/contrib/subversion/subversion/libsvn_wc/upgrade.c
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc-checks.h
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc-metadata.h
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc-metadata.sql
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc-queries.h
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc-queries.sql
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc.h
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc_db.c
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc_db.h
  projects/numa/contrib/subversion/subversion/libsvn_wc/wc_db_util.c
  projects/numa/contrib/subversion/subversion/svn/conflict-callbacks.c
  projects/numa/contrib/subversion/subversion/svn/status-cmd.c
  projects/numa/contrib/subversion/subversion/svn/svn.c
  projects/numa/contrib/subversion/subversion/svn/util.c
  projects/numa/contrib/subversion/subversion/svnserve/svnserve.c
  projects/numa/contrib/tcpdump/tcpdump.c
  projects/numa/contrib/telnet/telnetd/telnetd.c
  projects/numa/contrib/tnftp/COPYING
  projects/numa/contrib/top/commands.c
  projects/numa/contrib/top/machine.h
  projects/numa/contrib/top/top.X
  projects/numa/contrib/top/top.c
  projects/numa/contrib/tzcode/stdtime/ctime.3
  projects/numa/contrib/tzdata/africa
  projects/numa/contrib/tzdata/antarctica
  projects/numa/contrib/tzdata/asia
  projects/numa/contrib/tzdata/australasia
  projects/numa/contrib/tzdata/europe
  projects/numa/contrib/tzdata/northamerica
  projects/numa/contrib/tzdata/southamerica
  projects/numa/contrib/tzdata/zone.tab
  projects/numa/contrib/unbound/LICENSE
  projects/numa/contrib/unbound/Makefile.in
  projects/numa/contrib/unbound/acx_nlnetlabs.m4
  projects/numa/contrib/unbound/compat/snprintf.c
  projects/numa/contrib/unbound/config.h
  projects/numa/contrib/unbound/config.h.in
  projects/numa/contrib/unbound/configure
  projects/numa/contrib/unbound/configure.ac
  projects/numa/contrib/unbound/daemon/acl_list.c
  projects/numa/contrib/unbound/daemon/acl_list.h
  projects/numa/contrib/unbound/daemon/cachedump.c
  projects/numa/contrib/unbound/daemon/cachedump.h
  projects/numa/contrib/unbound/daemon/daemon.c
  projects/numa/contrib/unbound/daemon/daemon.h
  projects/numa/contrib/unbound/daemon/remote.c
  projects/numa/contrib/unbound/daemon/remote.h
  projects/numa/contrib/unbound/daemon/stats.c
  projects/numa/contrib/unbound/daemon/stats.h
  projects/numa/contrib/unbound/daemon/unbound.c
  projects/numa/contrib/unbound/daemon/worker.c
  projects/numa/contrib/unbound/daemon/worker.h
  projects/numa/contrib/unbound/doc/Changelog
  projects/numa/contrib/unbound/doc/FEATURES
  projects/numa/contrib/unbound/doc/LICENSE
  projects/numa/contrib/unbound/doc/README
  projects/numa/contrib/unbound/doc/example.conf.in
  projects/numa/contrib/unbound/doc/libunbound.3
  projects/numa/contrib/unbound/doc/libunbound.3.in
  projects/numa/contrib/unbound/doc/unbound-anchor.8
  projects/numa/contrib/unbound/doc/unbound-anchor.8.in
  projects/numa/contrib/unbound/doc/unbound-checkconf.8
  projects/numa/contrib/unbound/doc/unbound-checkconf.8.in
  projects/numa/contrib/unbound/doc/unbound-control.8
  projects/numa/contrib/unbound/doc/unbound-control.8.in
  projects/numa/contrib/unbound/doc/unbound-host.1
  projects/numa/contrib/unbound/doc/unbound.8
  projects/numa/contrib/unbound/doc/unbound.8.in
  projects/numa/contrib/unbound/doc/unbound.conf.5
  projects/numa/contrib/unbound/doc/unbound.conf.5.in
  projects/numa/contrib/unbound/iterator/iter_delegpt.c
  projects/numa/contrib/unbound/iterator/iter_delegpt.h
  projects/numa/contrib/unbound/iterator/iter_donotq.c
  projects/numa/contrib/unbound/iterator/iter_donotq.h
  projects/numa/contrib/unbound/iterator/iter_fwd.c
  projects/numa/contrib/unbound/iterator/iter_fwd.h
  projects/numa/contrib/unbound/iterator/iter_hints.c
  projects/numa/contrib/unbound/iterator/iter_hints.h
  projects/numa/contrib/unbound/iterator/iter_priv.c
  projects/numa/contrib/unbound/iterator/iter_priv.h
  projects/numa/contrib/unbound/iterator/iter_resptype.c
  projects/numa/contrib/unbound/iterator/iter_resptype.h
  projects/numa/contrib/unbound/iterator/iter_scrub.c
  projects/numa/contrib/unbound/iterator/iter_scrub.h
  projects/numa/contrib/unbound/iterator/iter_utils.c
  projects/numa/contrib/unbound/iterator/iter_utils.h
  projects/numa/contrib/unbound/iterator/iterator.c
  projects/numa/contrib/unbound/iterator/iterator.h
  projects/numa/contrib/unbound/libunbound/context.c
  projects/numa/contrib/unbound/libunbound/context.h
  projects/numa/contrib/unbound/libunbound/libunbound.c
  projects/numa/contrib/unbound/libunbound/libworker.c
  projects/numa/contrib/unbound/libunbound/libworker.h
  projects/numa/contrib/unbound/libunbound/ubsyms.def
  projects/numa/contrib/unbound/libunbound/unbound.h
  projects/numa/contrib/unbound/libunbound/worker.h
  projects/numa/contrib/unbound/services/cache/dns.c
  projects/numa/contrib/unbound/services/cache/dns.h
  projects/numa/contrib/unbound/services/cache/infra.c
  projects/numa/contrib/unbound/services/cache/infra.h
  projects/numa/contrib/unbound/services/cache/rrset.c
  projects/numa/contrib/unbound/services/cache/rrset.h
  projects/numa/contrib/unbound/services/listen_dnsport.c
  projects/numa/contrib/unbound/services/listen_dnsport.h
  projects/numa/contrib/unbound/services/localzone.c
  projects/numa/contrib/unbound/services/localzone.h
  projects/numa/contrib/unbound/services/mesh.c
  projects/numa/contrib/unbound/services/mesh.h
  projects/numa/contrib/unbound/services/modstack.c
  projects/numa/contrib/unbound/services/modstack.h
  projects/numa/contrib/unbound/services/outbound_list.c
  projects/numa/contrib/unbound/services/outbound_list.h
  projects/numa/contrib/unbound/services/outside_network.c
  projects/numa/contrib/unbound/services/outside_network.h
  projects/numa/contrib/unbound/smallapp/unbound-anchor.c
  projects/numa/contrib/unbound/smallapp/unbound-checkconf.c
  projects/numa/contrib/unbound/smallapp/unbound-control.c
  projects/numa/contrib/unbound/smallapp/unbound-host.c
  projects/numa/contrib/unbound/smallapp/worker_cb.c
  projects/numa/contrib/unbound/util/alloc.c
  projects/numa/contrib/unbound/util/alloc.h
  projects/numa/contrib/unbound/util/config_file.c
  projects/numa/contrib/unbound/util/config_file.h
  projects/numa/contrib/unbound/util/configlexer.c
  projects/numa/contrib/unbound/util/configlexer.lex
  projects/numa/contrib/unbound/util/configparser.c
  projects/numa/contrib/unbound/util/configparser.h
  projects/numa/contrib/unbound/util/configparser.y
  projects/numa/contrib/unbound/util/data/dname.c
  projects/numa/contrib/unbound/util/data/dname.h
  projects/numa/contrib/unbound/util/data/msgencode.c
  projects/numa/contrib/unbound/util/data/msgencode.h
  projects/numa/contrib/unbound/util/data/msgparse.c
  projects/numa/contrib/unbound/util/data/msgparse.h
  projects/numa/contrib/unbound/util/data/msgreply.c
  projects/numa/contrib/unbound/util/data/msgreply.h
  projects/numa/contrib/unbound/util/data/packed_rrset.c
  projects/numa/contrib/unbound/util/data/packed_rrset.h
  projects/numa/contrib/unbound/util/fptr_wlist.c
  projects/numa/contrib/unbound/util/fptr_wlist.h
  projects/numa/contrib/unbound/util/iana_ports.inc
  projects/numa/contrib/unbound/util/locks.c
  projects/numa/contrib/unbound/util/locks.h
  projects/numa/contrib/unbound/util/log.c
  projects/numa/contrib/unbound/util/log.h
  projects/numa/contrib/unbound/util/mini_event.c
  projects/numa/contrib/unbound/util/mini_event.h
  projects/numa/contrib/unbound/util/module.c
  projects/numa/contrib/unbound/util/module.h
  projects/numa/contrib/unbound/util/net_help.c
  projects/numa/contrib/unbound/util/net_help.h
  projects/numa/contrib/unbound/util/netevent.c
  projects/numa/contrib/unbound/util/netevent.h
  projects/numa/contrib/unbound/util/random.c
  projects/numa/contrib/unbound/util/random.h
  projects/numa/contrib/unbound/util/rbtree.c
  projects/numa/contrib/unbound/util/rbtree.h
  projects/numa/contrib/unbound/util/regional.c
  projects/numa/contrib/unbound/util/regional.h
  projects/numa/contrib/unbound/util/rtt.c
  projects/numa/contrib/unbound/util/rtt.h
  projects/numa/contrib/unbound/util/storage/dnstree.c
  projects/numa/contrib/unbound/util/storage/dnstree.h
  projects/numa/contrib/unbound/util/storage/lookup3.c
  projects/numa/contrib/unbound/util/storage/lookup3.h
  projects/numa/contrib/unbound/util/storage/lruhash.c
  projects/numa/contrib/unbound/util/storage/lruhash.h
  projects/numa/contrib/unbound/util/storage/slabhash.c
  projects/numa/contrib/unbound/util/storage/slabhash.h
  projects/numa/contrib/unbound/util/timehist.c
  projects/numa/contrib/unbound/util/timehist.h
  projects/numa/contrib/unbound/util/tube.c
  projects/numa/contrib/unbound/util/tube.h
  projects/numa/contrib/unbound/util/winsock_event.c
  projects/numa/contrib/unbound/util/winsock_event.h
  projects/numa/contrib/unbound/validator/autotrust.c
  projects/numa/contrib/unbound/validator/autotrust.h
  projects/numa/contrib/unbound/validator/val_anchor.c
  projects/numa/contrib/unbound/validator/val_anchor.h
  projects/numa/contrib/unbound/validator/val_kcache.c
  projects/numa/contrib/unbound/validator/val_kcache.h
  projects/numa/contrib/unbound/validator/val_kentry.c
  projects/numa/contrib/unbound/validator/val_kentry.h
  projects/numa/contrib/unbound/validator/val_neg.c
  projects/numa/contrib/unbound/validator/val_neg.h
  projects/numa/contrib/unbound/validator/val_nsec.c
  projects/numa/contrib/unbound/validator/val_nsec.h
  projects/numa/contrib/unbound/validator/val_nsec3.c
  projects/numa/contrib/unbound/validator/val_nsec3.h
  projects/numa/contrib/unbound/validator/val_secalgo.c
  projects/numa/contrib/unbound/validator/val_secalgo.h
  projects/numa/contrib/unbound/validator/val_sigcrypt.c
  projects/numa/contrib/unbound/validator/val_sigcrypt.h
  projects/numa/contrib/unbound/validator/val_utils.c
  projects/numa/contrib/unbound/validator/val_utils.h
  projects/numa/contrib/unbound/validator/validator.c
  projects/numa/contrib/unbound/validator/validator.h
  projects/numa/contrib/vis/extern.h
  projects/numa/contrib/wpa/src/drivers/driver_bsd.c
  projects/numa/contrib/xz/ChangeLog
  projects/numa/contrib/xz/README
  projects/numa/contrib/xz/THANKS
  projects/numa/contrib/xz/src/liblzma/api/lzma/version.h
  projects/numa/contrib/xz/src/liblzma/check/sha256.c
  projects/numa/contrib/xz/src/liblzma/common/alone_decoder.c
  projects/numa/contrib/xz/src/liblzma/common/alone_decoder.h
  projects/numa/contrib/xz/src/liblzma/common/auto_decoder.c
  projects/numa/contrib/xz/src/lzmainfo/lzmainfo.1
  projects/numa/contrib/xz/src/xz/coder.c
  projects/numa/contrib/xz/src/xz/coder.h
  projects/numa/contrib/xz/src/xz/file_io.c
  projects/numa/contrib/xz/src/xz/list.c
  projects/numa/contrib/xz/src/xz/util.c
  projects/numa/contrib/xz/src/xz/xz.1
  projects/numa/contrib/xz/src/xzdec/xzdec.1
  projects/numa/contrib/xz/src/xzdec/xzdec.c
  projects/numa/crypto/heimdal/appl/Makefile.am
  projects/numa/crypto/heimdal/appl/ftp/Makefile.am
  projects/numa/crypto/heimdal/appl/ftp/common/Makefile.am
  projects/numa/crypto/heimdal/lib/Makefile.am
  projects/numa/crypto/heimdal/lib/ipc/Makefile.am
  projects/numa/crypto/openssh/ChangeLog
  projects/numa/crypto/openssh/FREEBSD-upgrade
  projects/numa/crypto/openssh/Makefile.in
  projects/numa/crypto/openssh/README
  projects/numa/crypto/openssh/auth-rsa.c
  projects/numa/crypto/openssh/auth.c
  projects/numa/crypto/openssh/auth.h
  projects/numa/crypto/openssh/auth1.c
  projects/numa/crypto/openssh/auth2-chall.c
  projects/numa/crypto/openssh/auth2-gss.c
  projects/numa/crypto/openssh/auth2-passwd.c
  projects/numa/crypto/openssh/auth2.c
  projects/numa/crypto/openssh/authfd.c
  projects/numa/crypto/openssh/authfile.c
  projects/numa/crypto/openssh/bufaux.c
  projects/numa/crypto/openssh/bufbn.c
  projects/numa/crypto/openssh/bufec.c
  projects/numa/crypto/openssh/buffer.c
  projects/numa/crypto/openssh/canohost.c
  projects/numa/crypto/openssh/channels.c
  projects/numa/crypto/openssh/cipher-3des1.c
  projects/numa/crypto/openssh/cipher-chachapoly.c
  projects/numa/crypto/openssh/cipher.c
  projects/numa/crypto/openssh/clientloop.c
  projects/numa/crypto/openssh/compat.c
  projects/numa/crypto/openssh/compat.h
  projects/numa/crypto/openssh/config.h
  projects/numa/crypto/openssh/config.h.in
  projects/numa/crypto/openssh/configure
  projects/numa/crypto/openssh/configure.ac
  projects/numa/crypto/openssh/contrib/caldera/openssh.spec
  projects/numa/crypto/openssh/contrib/redhat/openssh.spec
  projects/numa/crypto/openssh/contrib/ssh-copy-id.1   (contents, props changed)
  projects/numa/crypto/openssh/contrib/suse/openssh.spec
  projects/numa/crypto/openssh/digest.h
  projects/numa/crypto/openssh/gss-serv.c
  projects/numa/crypto/openssh/hostfile.c
  projects/numa/crypto/openssh/kex.c
  projects/numa/crypto/openssh/kex.h
  projects/numa/crypto/openssh/kexc25519.c
  projects/numa/crypto/openssh/kexdhc.c
  projects/numa/crypto/openssh/kexdhs.c
  projects/numa/crypto/openssh/kexecdhc.c
  projects/numa/crypto/openssh/kexecdhs.c
  projects/numa/crypto/openssh/kexgexc.c
  projects/numa/crypto/openssh/kexgexs.c
  projects/numa/crypto/openssh/key.c
  projects/numa/crypto/openssh/krl.c
  projects/numa/crypto/openssh/mac.c
  projects/numa/crypto/openssh/misc.c
  projects/numa/crypto/openssh/moduli.0
  projects/numa/crypto/openssh/moduli.5   (contents, props changed)
  projects/numa/crypto/openssh/monitor.c
  projects/numa/crypto/openssh/monitor.h
  projects/numa/crypto/openssh/monitor_wrap.c
  projects/numa/crypto/openssh/monitor_wrap.h
  projects/numa/crypto/openssh/mux.c   (contents, props changed)
  projects/numa/crypto/openssh/openbsd-compat/Makefile.in
  projects/numa/crypto/openssh/openbsd-compat/blowfish.c   (contents, props changed)
  projects/numa/crypto/openssh/openbsd-compat/bsd-misc.h   (contents, props changed)
  projects/numa/crypto/openssh/openbsd-compat/bsd-poll.c
  projects/numa/crypto/openssh/openbsd-compat/openbsd-compat.h
  projects/numa/crypto/openssh/openbsd-compat/openssl-compat.c
  projects/numa/crypto/openssh/openbsd-compat/openssl-compat.h
  projects/numa/crypto/openssh/packet.c
  projects/numa/crypto/openssh/pathnames.h   (contents, props changed)
  projects/numa/crypto/openssh/readconf.c
  projects/numa/crypto/openssh/readconf.h
  projects/numa/crypto/openssh/readpass.c
  projects/numa/crypto/openssh/regress/Makefile
  projects/numa/crypto/openssh/regress/agent-ptrace.sh
  projects/numa/crypto/openssh/regress/agent.sh
  projects/numa/crypto/openssh/regress/cert-hostkey.sh
  projects/numa/crypto/openssh/regress/host-expand.sh
  projects/numa/crypto/openssh/regress/login-timeout.sh
  projects/numa/crypto/openssh/regress/scp-ssh-wrapper.sh
  projects/numa/crypto/openssh/regress/scp.sh
  projects/numa/crypto/openssh/regress/setuid-allowed.c
  projects/numa/crypto/openssh/regress/sftp-chroot.sh
  projects/numa/crypto/openssh/rsa.c
  projects/numa/crypto/openssh/sandbox-capsicum.c   (contents, props changed)
  projects/numa/crypto/openssh/sandbox-seccomp-filter.c
  projects/numa/crypto/openssh/sandbox-systrace.c
  projects/numa/crypto/openssh/schnorr.c
  projects/numa/crypto/openssh/scp.0
  projects/numa/crypto/openssh/scp.1   (contents, props changed)
  projects/numa/crypto/openssh/servconf.c
  projects/numa/crypto/openssh/servconf.h
  projects/numa/crypto/openssh/serverloop.c
  projects/numa/crypto/openssh/session.c
  projects/numa/crypto/openssh/sftp-client.c
  projects/numa/crypto/openssh/sftp-common.c   (contents, props changed)
  projects/numa/crypto/openssh/sftp-server.0
  projects/numa/crypto/openssh/sftp.0
  projects/numa/crypto/openssh/sftp.c
  projects/numa/crypto/openssh/ssh-add.0
  projects/numa/crypto/openssh/ssh-add.1   (contents, props changed)
  projects/numa/crypto/openssh/ssh-add.c
  projects/numa/crypto/openssh/ssh-agent.0
  projects/numa/crypto/openssh/ssh-agent.c
  projects/numa/crypto/openssh/ssh-dss.c
  projects/numa/crypto/openssh/ssh-ecdsa.c
  projects/numa/crypto/openssh/ssh-ed25519.c
  projects/numa/crypto/openssh/ssh-gss.h   (contents, props changed)
  projects/numa/crypto/openssh/ssh-keygen.0
  projects/numa/crypto/openssh/ssh-keygen.1
  projects/numa/crypto/openssh/ssh-keygen.c
  projects/numa/crypto/openssh/ssh-keyscan.0
  projects/numa/crypto/openssh/ssh-keyscan.1
  projects/numa/crypto/openssh/ssh-keysign.0
  projects/numa/crypto/openssh/ssh-keysign.8   (contents, props changed)
  projects/numa/crypto/openssh/ssh-pkcs11-helper.0
  projects/numa/crypto/openssh/ssh-pkcs11-helper.8   (contents, props changed)
  projects/numa/crypto/openssh/ssh-rsa.c
  projects/numa/crypto/openssh/ssh.0
  projects/numa/crypto/openssh/ssh.c
  projects/numa/crypto/openssh/ssh2.h
  projects/numa/crypto/openssh/ssh_config
  projects/numa/crypto/openssh/ssh_config.0
  projects/numa/crypto/openssh/ssh_config.5
  projects/numa/crypto/openssh/ssh_namespace.h
  projects/numa/crypto/openssh/sshconnect.c
  projects/numa/crypto/openssh/sshconnect1.c
  projects/numa/crypto/openssh/sshconnect2.c
  projects/numa/crypto/openssh/sshd.0
  projects/numa/crypto/openssh/sshd.c
  projects/numa/crypto/openssh/sshd_config
  projects/numa/crypto/openssh/sshd_config.0
  projects/numa/crypto/openssh/sshd_config.5
  projects/numa/crypto/openssh/sshlogin.c
  projects/numa/crypto/openssh/version.h
  projects/numa/crypto/openssl/CHANGES
  projects/numa/crypto/openssl/Configure
  projects/numa/crypto/openssl/FAQ
  projects/numa/crypto/openssl/Makefile
  projects/numa/crypto/openssl/Makefile.org
  projects/numa/crypto/openssl/NEWS
  projects/numa/crypto/openssl/README
  projects/numa/crypto/openssl/apps/apps.c
  projects/numa/crypto/openssl/apps/crl.c
  projects/numa/crypto/openssl/apps/dgst.c
  projects/numa/crypto/openssl/apps/ecparam.c
  projects/numa/crypto/openssl/apps/req.c
  projects/numa/crypto/openssl/crypto/aes/asm/vpaes-x86_64.pl
  projects/numa/crypto/openssl/crypto/asn1/asn1_err.c
  projects/numa/crypto/openssl/crypto/bio/bss_log.c
  projects/numa/crypto/openssl/crypto/bn/bn.h
  projects/numa/crypto/openssl/crypto/bn/bn_lib.c
  projects/numa/crypto/openssl/crypto/cms/cms_lib.c
  projects/numa/crypto/openssl/crypto/cryptlib.c
  projects/numa/crypto/openssl/crypto/ec/ec2_mult.c
  projects/numa/crypto/openssl/crypto/engine/eng_list.c
  projects/numa/crypto/openssl/crypto/evp/bio_b64.c
  projects/numa/crypto/openssl/crypto/modes/gcm128.c
  projects/numa/crypto/openssl/crypto/opensslv.h
  projects/numa/crypto/openssl/crypto/rand/md_rand.c
  projects/numa/crypto/openssl/crypto/symhacks.h
  projects/numa/crypto/openssl/crypto/x509/by_dir.c
  projects/numa/crypto/openssl/crypto/x509/x509_vfy.c
  projects/numa/crypto/openssl/doc/apps/config.pod
  projects/numa/crypto/openssl/doc/apps/crl.pod
  projects/numa/crypto/openssl/doc/apps/ec.pod
  projects/numa/crypto/openssl/doc/apps/pkcs12.pod
  projects/numa/crypto/openssl/doc/apps/req.pod
  projects/numa/crypto/openssl/doc/apps/s_client.pod
  projects/numa/crypto/openssl/doc/apps/s_server.pod
  projects/numa/crypto/openssl/doc/apps/ts.pod
  projects/numa/crypto/openssl/doc/apps/tsget.pod
  projects/numa/crypto/openssl/doc/crypto/BN_BLINDING_new.pod
  projects/numa/crypto/openssl/doc/crypto/ERR_get_error.pod
  projects/numa/crypto/openssl/doc/crypto/EVP_BytesToKey.pod
  projects/numa/crypto/openssl/doc/crypto/EVP_EncryptInit.pod
  projects/numa/crypto/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
  projects/numa/crypto/openssl/doc/crypto/pem.pod
  projects/numa/crypto/openssl/doc/ssl/SSL_CTX_set_verify.pod
  projects/numa/crypto/openssl/doc/ssl/SSL_set_shutdown.pod
  projects/numa/crypto/openssl/e_os.h
  projects/numa/crypto/openssl/engines/ccgost/gosthash.c
  projects/numa/crypto/openssl/ssl/d1_both.c
  projects/numa/crypto/openssl/ssl/kssl.h
  projects/numa/crypto/openssl/ssl/s23_clnt.c
  projects/numa/crypto/openssl/ssl/s3_pkt.c
  projects/numa/crypto/openssl/ssl/s3_srvr.c
  projects/numa/crypto/openssl/ssl/ssl.h
  projects/numa/crypto/openssl/ssl/t1_enc.c
  projects/numa/crypto/openssl/ssl/t1_lib.c
  projects/numa/crypto/openssl/ssl/tls1.h
  projects/numa/crypto/openssl/util/libeay.num
  projects/numa/crypto/openssl/util/pl/BC-32.pl
  projects/numa/crypto/openssl/util/pl/VC-32.pl
  projects/numa/etc/Makefile
  projects/numa/etc/defaults/rc.conf
  projects/numa/etc/etc.arm/ttys
  projects/numa/etc/etc.ia64/ttys
  projects/numa/etc/etc.mips/ttys
  projects/numa/etc/etc.powerpc/ttys
  projects/numa/etc/etc.sparc64/ttys
  projects/numa/etc/gettytab
  projects/numa/etc/hosts.allow
  projects/numa/etc/mtree/BSD.include.dist
  projects/numa/etc/mtree/BSD.root.dist
  projects/numa/etc/mtree/BSD.tests.dist
  projects/numa/etc/mtree/BSD.usr.dist
  projects/numa/etc/mtree/BSD.var.dist
  projects/numa/etc/mtree/Makefile
  projects/numa/etc/network.subr
  projects/numa/etc/nsmb.conf
  projects/numa/etc/periodic/daily/Makefile
  projects/numa/etc/periodic/monthly/Makefile
  projects/numa/etc/periodic/security/800.loginfail
  projects/numa/etc/periodic/security/Makefile
  projects/numa/etc/periodic/weekly/Makefile
  projects/numa/etc/pkg/FreeBSD.conf
  projects/numa/etc/rc.d/Makefile
  projects/numa/etc/rc.d/devd
  projects/numa/etc/rc.d/mdconfig
  projects/numa/etc/rc.d/mdconfig2
  projects/numa/etc/rc.d/routing
  projects/numa/etc/rc.d/watchdogd
  projects/numa/etc/rc.subr
  projects/numa/games/Makefile
  projects/numa/games/factor/Makefile
  projects/numa/games/fortune/unstr/Makefile
  projects/numa/games/ppt/Makefile
  projects/numa/games/primes/Makefile
  projects/numa/gnu/Makefile
  projects/numa/gnu/lib/Makefile
  projects/numa/gnu/lib/csu/Makefile
  projects/numa/gnu/lib/libgcc/Makefile
  projects/numa/gnu/lib/libgcov/Makefile
  projects/numa/gnu/lib/libssp/Makefile
  projects/numa/gnu/lib/libssp/libssp_nonshared/Makefile
  projects/numa/gnu/lib/libstdc++/Makefile
  projects/numa/gnu/lib/libsupc++/Makefile
  projects/numa/gnu/usr.bin/Makefile
  projects/numa/gnu/usr.bin/binutils/Makefile.inc0
  projects/numa/gnu/usr.bin/binutils/as/Makefile
  projects/numa/gnu/usr.bin/binutils/ld/Makefile
  projects/numa/gnu/usr.bin/cc/Makefile
  projects/numa/gnu/usr.bin/cc/Makefile.inc
  projects/numa/gnu/usr.bin/cc/Makefile.tgt
  projects/numa/gnu/usr.bin/cc/c++/Makefile
  projects/numa/gnu/usr.bin/cc/c++filt/Makefile
  projects/numa/gnu/usr.bin/cc/cc/Makefile
  projects/numa/gnu/usr.bin/cc/cc1/Makefile
  projects/numa/gnu/usr.bin/cc/cc1plus/Makefile
  projects/numa/gnu/usr.bin/cc/cc_tools/Makefile
  projects/numa/gnu/usr.bin/cc/collect2/Makefile
  projects/numa/gnu/usr.bin/cc/cpp/Makefile
  projects/numa/gnu/usr.bin/cc/protoize/Makefile
  projects/numa/gnu/usr.bin/dialog/Makefile
  projects/numa/gnu/usr.bin/gdb/Makefile.inc
  projects/numa/gnu/usr.bin/gdb/gdbtui/Makefile
  projects/numa/gnu/usr.bin/gdb/libgdb/Makefile
  projects/numa/gnu/usr.bin/grep/Makefile
  projects/numa/gnu/usr.bin/groff/src/devices/grohtml/Makefile
  projects/numa/gnu/usr.bin/groff/src/preproc/html/Makefile
  projects/numa/gnu/usr.bin/groff/tmac/fr.ISO8859-1
  projects/numa/gnu/usr.bin/groff/tmac/mdoc.local
  projects/numa/gnu/usr.bin/groff/tmac/ru.KOI8-R
  projects/numa/include/Makefile
  projects/numa/include/arpa/Makefile
  projects/numa/include/dirent.h
  projects/numa/include/grp.h
  projects/numa/include/inttypes.h
  projects/numa/include/langinfo.h
  projects/numa/include/setjmp.h
  projects/numa/include/signal.h
  projects/numa/include/stddef.h
  projects/numa/include/stdio.h
  projects/numa/include/stdlib.h
  projects/numa/include/string.h
  projects/numa/include/termios.h
  projects/numa/include/unistd.h
  projects/numa/include/wchar.h
  projects/numa/kerberos5/Makefile
  projects/numa/kerberos5/Makefile.inc
  projects/numa/kerberos5/lib/libasn1/Makefile
  projects/numa/kerberos5/lib/libgssapi_spnego/Makefile
  projects/numa/kerberos5/lib/libhdb/Makefile
  projects/numa/kerberos5/lib/libhx509/Makefile
  projects/numa/kerberos5/libexec/digest-service/Makefile
  projects/numa/kerberos5/libexec/ipropd-slave/Makefile
  projects/numa/kerberos5/tools/asn1_compile/Makefile
  projects/numa/kerberos5/tools/make-roken/Makefile
  projects/numa/kerberos5/tools/slc/Makefile
  projects/numa/kerberos5/usr.bin/hxtool/Makefile
  projects/numa/kerberos5/usr.bin/ksu/Makefile
  projects/numa/lib/Makefile
  projects/numa/lib/atf/Makefile
  projects/numa/lib/atf/libatf-c++/Makefile
  projects/numa/lib/atf/libatf-c++/tests/Makefile
  projects/numa/lib/atf/libatf-c++/tests/detail/Makefile
  projects/numa/lib/atf/libatf-c/Makefile
  projects/numa/lib/atf/libatf-c/tests/Makefile
  projects/numa/lib/atf/libatf-c/tests/detail/Makefile
  projects/numa/lib/atf/tests/test-programs/Makefile
  projects/numa/lib/clang/Makefile
  projects/numa/lib/clang/clang.build.mk
  projects/numa/lib/clang/include/Makefile
  projects/numa/lib/clang/include/clang/Basic/Version.inc
  projects/numa/lib/clang/include/llvm/Config/AsmParsers.def
  projects/numa/lib/clang/include/llvm/Config/AsmPrinters.def
  projects/numa/lib/clang/include/llvm/Config/Disassemblers.def
  projects/numa/lib/clang/include/llvm/Config/Targets.def
  projects/numa/lib/clang/include/llvm/Config/config.h
  projects/numa/lib/clang/include/llvm/Config/llvm-config.h
  projects/numa/lib/clang/liblldbAPI/Makefile
  projects/numa/lib/clang/liblldbCommands/Makefile
  projects/numa/lib/clang/liblldbCore/Makefile
  projects/numa/lib/clang/liblldbHostCommon/Makefile
  projects/numa/lib/clang/liblldbTarget/Makefile
  projects/numa/lib/clang/libllvmanalysis/Makefile
  projects/numa/lib/clang/libllvmipa/Makefile
  projects/numa/lib/clang/libllvmipo/Makefile
  projects/numa/lib/clang/libllvmmc/Makefile
  projects/numa/lib/clang/libllvmscalaropts/Makefile
  projects/numa/lib/clang/libllvmsupport/Makefile
  projects/numa/lib/clang/libllvmtransformutils/Makefile
  projects/numa/lib/clang/libllvmx86disassembler/Makefile
  projects/numa/lib/libarchive/Makefile
  projects/numa/lib/libarchive/test/Makefile
  projects/numa/lib/libauditd/Makefile
  projects/numa/lib/libbsnmp/libbsnmp/Makefile
  projects/numa/lib/libc/Makefile
  projects/numa/lib/libc/Versions.def
  projects/numa/lib/libc/amd64/Makefile.inc
  projects/numa/lib/libc/amd64/sys/Makefile.inc
  projects/numa/lib/libc/arm/Makefile.inc
  projects/numa/lib/libc/arm/Symbol.map
  projects/numa/lib/libc/arm/aeabi/Makefile.inc
  projects/numa/lib/libc/arm/aeabi/aeabi_double.c
  projects/numa/lib/libc/arm/aeabi/aeabi_float.c
  projects/numa/lib/libc/arm/gen/Makefile.inc
  projects/numa/lib/libc/arm/gen/flt_rounds.c
  projects/numa/lib/libc/arm/sys/Makefile.inc
  projects/numa/lib/libc/capability/Makefile.inc
  projects/numa/lib/libc/capability/cap_rights_init.3
  projects/numa/lib/libc/compat-43/Makefile.inc
  projects/numa/lib/libc/db/Makefile.inc
  projects/numa/lib/libc/db/btree/Makefile.inc
  projects/numa/lib/libc/db/btree/bt_put.c
  projects/numa/lib/libc/db/db/Makefile.inc
  projects/numa/lib/libc/db/hash/Makefile.inc
  projects/numa/lib/libc/db/man/Makefile.inc
  projects/numa/lib/libc/db/mpool/Makefile.inc
  projects/numa/lib/libc/db/recno/Makefile.inc
  projects/numa/lib/libc/gdtoa/Makefile.inc
  projects/numa/lib/libc/gen/Makefile.inc
  projects/numa/lib/libc/gen/Symbol.map
  projects/numa/lib/libc/gen/cap_rights_get.3
  projects/numa/lib/libc/gen/cap_sandboxed.3
  projects/numa/lib/libc/gen/cap_sandboxed.c
  projects/numa/lib/libc/gen/fts.c
  projects/numa/lib/libc/gen/getlogin.c
  projects/numa/lib/libc/gen/scandir.3
  projects/numa/lib/libc/gen/scandir.c
  projects/numa/lib/libc/gen/sem_new.c
  projects/numa/lib/libc/gmon/Makefile.inc
  projects/numa/lib/libc/i386/Makefile.inc
  projects/numa/lib/libc/i386/sys/Makefile.inc
  projects/numa/lib/libc/ia64/Makefile.inc
  projects/numa/lib/libc/ia64/sys/Makefile.inc
  projects/numa/lib/libc/iconv/Makefile.inc
  projects/numa/lib/libc/iconv/citrus_bcs_strtol.c
  projects/numa/lib/libc/iconv/citrus_bcs_strtoul.c
  projects/numa/lib/libc/iconv/citrus_csmapper.c
  projects/numa/lib/libc/iconv/citrus_csmapper.h
  projects/numa/lib/libc/iconv/citrus_db_factory.c
  projects/numa/lib/libc/iconv/citrus_iconv.c
  projects/numa/lib/libc/iconv/citrus_lookup.c
  projects/numa/lib/libc/iconv/citrus_mapper.c
  projects/numa/lib/libc/iconv/citrus_memstream.c
  projects/numa/lib/libc/iconv/citrus_mmap.c
  projects/numa/lib/libc/iconv/citrus_prop.c
  projects/numa/lib/libc/iconv/citrus_prop.h
  projects/numa/lib/libc/iconv/citrus_stdenc.c
  projects/numa/lib/libc/inet/Makefile.inc
  projects/numa/lib/libc/isc/Makefile.inc
  projects/numa/lib/libc/locale/Makefile.inc
  projects/numa/lib/libc/locale/setrunelocale.c
  projects/numa/lib/libc/locale/utf8.c
  projects/numa/lib/libc/locale/xlocale.c
  projects/numa/lib/libc/mips/Makefile.inc
  projects/numa/lib/libc/mips/sys/Makefile.inc
  projects/numa/lib/libc/nameser/Makefile.inc
  projects/numa/lib/libc/net/Makefile.inc
  projects/numa/lib/libc/net/ether_addr.c
  projects/numa/lib/libc/net/getaddrinfo.c
  projects/numa/lib/libc/net/ip6opt.c
  projects/numa/lib/libc/nls/Makefile.inc
  projects/numa/lib/libc/posix1e/Makefile.inc
  projects/numa/lib/libc/posix1e/posix1e.3
  projects/numa/lib/libc/powerpc/Makefile.inc
  projects/numa/lib/libc/powerpc/sys/Makefile.inc
  projects/numa/lib/libc/powerpc64/Makefile.inc
  projects/numa/lib/libc/powerpc64/sys/Makefile.inc
  projects/numa/lib/libc/quad/Makefile.inc
  projects/numa/lib/libc/regex/Makefile.inc
  projects/numa/lib/libc/regex/engine.c
  projects/numa/lib/libc/regex/regcomp.c
  projects/numa/lib/libc/resolv/Makefile.inc
  projects/numa/lib/libc/rpc/Makefile.inc
  projects/numa/lib/libc/rpc/clnt_vc.c
  projects/numa/lib/libc/rpc/rpc_com.h
  projects/numa/lib/libc/rpc/svc.c
  projects/numa/lib/libc/softfloat/Makefile.inc
  projects/numa/lib/libc/sparc64/Makefile.inc
  projects/numa/lib/libc/sparc64/fpu/Makefile.inc
  projects/numa/lib/libc/sparc64/sys/Makefile.inc
  projects/numa/lib/libc/sparc64/sys/__sparc_utrap_setup.c
  projects/numa/lib/libc/stdio/Makefile.inc
  projects/numa/lib/libc/stdio/fdopen.c
  projects/numa/lib/libc/stdio/freopen.c
  projects/numa/lib/libc/stdio/tmpnam.3
  projects/numa/lib/libc/stdlib/Makefile.inc
  projects/numa/lib/libc/stdlib/Symbol.map
  projects/numa/lib/libc/stdlib/atexit.3
  projects/numa/lib/libc/stdlib/atexit.c
  projects/numa/lib/libc/stdlib/bsearch.c
  projects/numa/lib/libc/stdlib/heapsort.c
  projects/numa/lib/libc/stdlib/jemalloc/Makefile.inc
  projects/numa/lib/libc/stdlib/merge.c
  projects/numa/lib/libc/stdlib/qsort.3
  projects/numa/lib/libc/stdlib/qsort_r.c
  projects/numa/lib/libc/stdlib/realpath.c
  projects/numa/lib/libc/stdtime/Makefile.inc
  projects/numa/lib/libc/string/Makefile.inc
  projects/numa/lib/libc/string/strcat.3
  projects/numa/lib/libc/string/strcpy.3
  projects/numa/lib/libc/sys/Makefile.inc
  projects/numa/lib/libc/sys/cap_enter.2
  projects/numa/lib/libc/sys/cap_fcntls_limit.2
  projects/numa/lib/libc/sys/cap_ioctls_limit.2
  projects/numa/lib/libc/sys/cap_rights_limit.2
  projects/numa/lib/libc/sys/kqueue.2
  projects/numa/lib/libc/sys/mq_getattr.2
  projects/numa/lib/libc/sys/msync.2
  projects/numa/lib/libc/sys/pdfork.2
  projects/numa/lib/libc/sys/sync.2
  projects/numa/lib/libc/uuid/Makefile.inc
  projects/numa/lib/libc/xdr/Makefile.inc
  projects/numa/lib/libc/yp/Makefile.inc
  projects/numa/lib/libc_nonshared/Makefile
  projects/numa/lib/libcapsicum/libcapsicum.3
  projects/numa/lib/libcapsicum/libcapsicum_dns.c
  projects/numa/lib/libcasper/libcasper.c
  projects/numa/lib/libcompiler_rt/Makefile
  projects/numa/lib/libcrypt/Makefile
  projects/numa/lib/libcrypt/crypt.3
  projects/numa/lib/libcrypt/crypt.c
  projects/numa/lib/libcrypt/tests/Makefile
  projects/numa/lib/libedit/chartype.h
  projects/numa/lib/libedit/editline.3
  projects/numa/lib/libedit/hist.h
  projects/numa/lib/libedit/histedit.h
  projects/numa/lib/libedit/history.c
  projects/numa/lib/libfetch/Makefile
  projects/numa/lib/libfetch/http.c
  projects/numa/lib/libiconv_modules/BIG5/citrus_big5.c
  projects/numa/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
  projects/numa/lib/libiconv_modules/EUCTW/citrus_euctw.c
  projects/numa/lib/libiconv_modules/HZ/citrus_hz.c
  projects/numa/lib/libiconv_modules/ISO2022/citrus_iso2022.c
  projects/numa/lib/libiconv_modules/Makefile.inc
  projects/numa/lib/libiconv_modules/UES/citrus_ues.c
  projects/numa/lib/libiconv_modules/VIQR/citrus_viqr.c
  projects/numa/lib/libiconv_modules/iconv_none/citrus_iconv_none.c
  projects/numa/lib/libiconv_modules/iconv_std/citrus_iconv_std.c
  projects/numa/lib/libiconv_modules/mapper_std/citrus_mapper_std.c
  projects/numa/lib/libipsec/Makefile
  projects/numa/lib/libipsec/ipsec_dump_policy.c
  projects/numa/lib/libkiconv/Makefile
  projects/numa/lib/libkvm/Makefile
  projects/numa/lib/libldns/Makefile
  projects/numa/lib/libmagic/Makefile
  projects/numa/lib/libmd/Makefile
  projects/numa/lib/libmd/ripemd.3
  projects/numa/lib/libmd/sha.3
  projects/numa/lib/libmd/sha256.3
  projects/numa/lib/libmd/sha512.3
  projects/numa/lib/libmilter/Makefile
  projects/numa/lib/libnv/nv.3
  projects/numa/lib/libnv/nvlist.c
  projects/numa/lib/libpam/libpam/Makefile
  projects/numa/lib/libpam/modules/Makefile.inc
  projects/numa/lib/libpam/modules/modules.inc
  projects/numa/lib/libpam/modules/pam_radius/pam_radius.8
  projects/numa/lib/libpam/modules/pam_tacplus/pam_tacplus.8
  projects/numa/lib/libpam/modules/pam_unix/Makefile
  projects/numa/lib/libpcap/Makefile
  projects/numa/lib/libpmc/Makefile
  projects/numa/lib/libpmc/libpmc.c
  projects/numa/lib/libpmc/pmc.atom.3
  projects/numa/lib/libproc/Makefile
  projects/numa/lib/libproc/_libproc.h
  projects/numa/lib/libproc/libproc.h
  projects/numa/lib/libproc/proc_bkpt.c
  projects/numa/lib/libproc/proc_create.c
  projects/numa/lib/libproc/proc_rtld.c
  projects/numa/lib/libproc/proc_sym.c
  projects/numa/lib/libproc/proc_util.c
  projects/numa/lib/libproc/test/t1-bkpt/Makefile
  projects/numa/lib/libproc/test/t2-name2map/Makefile
  projects/numa/lib/libproc/test/t3-name2sym/Makefile
  projects/numa/lib/libprocstat/Makefile
  projects/numa/lib/libprocstat/libprocstat.c
  projects/numa/lib/libradius/Makefile
  projects/numa/lib/librpcsec_gss/Makefile
  projects/numa/lib/librpcsvc/Makefile
  projects/numa/lib/librtld_db/librtld_db.3
  projects/numa/lib/librtld_db/rtld_db.c
  projects/numa/lib/librtld_db/rtld_db.h
  projects/numa/lib/libsm/Makefile
  projects/numa/lib/libsmb/Makefile
  projects/numa/lib/libstand/Makefile
  projects/numa/lib/libtelnet/Makefile
  projects/numa/lib/libthr/Makefile
  projects/numa/lib/libulog/Makefile
  projects/numa/lib/libunbound/Makefile
  projects/numa/lib/libusb/libusb.h
  projects/numa/lib/libusb/libusb01.c
  projects/numa/lib/libusb/libusb10.c
  projects/numa/lib/libutil/Makefile
  projects/numa/lib/libutil/kinfo_getfile.3
  projects/numa/lib/libvmmapi/vmmapi.c
  projects/numa/lib/libvmmapi/vmmapi.h
  projects/numa/lib/libwrap/Makefile
  projects/numa/lib/libz/Makefile
  projects/numa/lib/msun/Makefile
  projects/numa/lib/msun/arm/Makefile.inc
  projects/numa/lib/msun/arm/Symbol.map
  projects/numa/lib/msun/arm/fenv.c
  projects/numa/lib/msun/arm/fenv.h
  projects/numa/lib/msun/ld128/s_expl.c
  projects/numa/lib/ncurses/Makefile
  projects/numa/lib/ncurses/form/Makefile
  projects/numa/lib/ncurses/menu/Makefile
  projects/numa/lib/ncurses/ncurses/Makefile
  projects/numa/lib/ncurses/ncurses/ncurses_cfg.h
  projects/numa/lib/ncurses/panel/Makefile
  projects/numa/libexec/Makefile
  projects/numa/libexec/atf/atf-check/Makefile
  projects/numa/libexec/atf/atf-check/tests/Makefile
  projects/numa/libexec/atrun/atrun.c
  projects/numa/libexec/bootpd/bootpgw/Makefile
  projects/numa/libexec/bootpd/tools/bootptest/print-bootp.c
  projects/numa/libexec/casper/dns/Makefile
  projects/numa/libexec/casper/grp/Makefile
  projects/numa/libexec/casper/pwd/Makefile
  projects/numa/libexec/casper/random/Makefile
  projects/numa/libexec/casper/sysctl/Makefile
  projects/numa/libexec/ftpd/Makefile
  projects/numa/libexec/getty/ttys.5
  projects/numa/libexec/rlogind/Makefile
  projects/numa/libexec/rtld-elf/Makefile
  projects/numa/libexec/rtld-elf/Symbol.map
  projects/numa/libexec/rtld-elf/amd64/rtld_start.S
  projects/numa/libexec/rtld-elf/malloc.c
  projects/numa/libexec/rtld-elf/map_object.c
  projects/numa/libexec/rtld-elf/rtld.c
  projects/numa/libexec/rtld-elf/rtld.h
  projects/numa/libexec/rtld-elf/xmalloc.c
  projects/numa/libexec/tcpd/Makefile
  projects/numa/libexec/telnetd/Makefile
  projects/numa/libexec/ulog-helper/Makefile
  projects/numa/release/Makefile
  projects/numa/release/amd64/make-memstick.sh
  projects/numa/release/doc/en_US.ISO8859-1/hardware/article.xml
  projects/numa/release/doc/en_US.ISO8859-1/readme/article.xml
  projects/numa/release/doc/en_US.ISO8859-1/relnotes/article.xml
  projects/numa/release/doc/share/misc/dev.archlist.txt
  projects/numa/release/doc/share/xml/catalog.xml
  projects/numa/release/doc/share/xml/release.xsl
  projects/numa/release/i386/make-memstick.sh
  projects/numa/release/picobsd/bridge/crunch.conf
  projects/numa/release/picobsd/build/picobsd
  projects/numa/release/picobsd/qemu/crunch.conf
  projects/numa/release/picobsd/tinyware/aps/Makefile
  projects/numa/release/picobsd/tinyware/help/Makefile
  projects/numa/release/picobsd/tinyware/login/Makefile
  projects/numa/release/picobsd/tinyware/msg/Makefile
  projects/numa/release/picobsd/tinyware/ns/Makefile
  projects/numa/release/picobsd/tinyware/oinit/Makefile
  projects/numa/release/picobsd/tinyware/simple_httpd/Makefile
  projects/numa/release/picobsd/tinyware/sps/Makefile
  projects/numa/release/picobsd/tinyware/view/Makefile
  projects/numa/release/picobsd/tinyware/vm/Makefile
  projects/numa/release/powerpc/make-memstick.sh
  projects/numa/release/release.conf.sample
  projects/numa/release/release.sh
  projects/numa/rescue/librescue/Makefile
  projects/numa/rescue/rescue/Makefile
  projects/numa/sbin/Makefile
  projects/numa/sbin/Makefile.inc
  projects/numa/sbin/atm/atmconfig/Makefile
  projects/numa/sbin/camcontrol/camcontrol.c
  projects/numa/sbin/casperd/Makefile
  projects/numa/sbin/casperd/casperd.c
  projects/numa/sbin/casperd/zygote.c
  projects/numa/sbin/devd/devd.8
  projects/numa/sbin/devd/devd.cc
  projects/numa/sbin/dhclient/Makefile
  projects/numa/sbin/dhclient/bpf.c
  projects/numa/sbin/dhclient/dhclient.c
  projects/numa/sbin/fsck_ffs/fsck.h
  projects/numa/sbin/fsck_ffs/fsutil.c
  projects/numa/sbin/gbde/gbde.c
  projects/numa/sbin/geom/Makefile
  projects/numa/sbin/geom/class/Makefile
  projects/numa/sbin/geom/class/eli/geli.8
  projects/numa/sbin/geom/class/part/gpart.8
  projects/numa/sbin/ggate/Makefile
  projects/numa/sbin/growfs/Makefile
  projects/numa/sbin/gvinum/gvinum.8
  projects/numa/sbin/gvinum/gvinum.c
  projects/numa/sbin/gvinum/gvinum.h
  projects/numa/sbin/hastctl/Makefile
  projects/numa/sbin/hastd/Makefile
  projects/numa/sbin/hastd/subr.c
  projects/numa/sbin/ifconfig/Makefile
  projects/numa/sbin/ifconfig/ifconfig.8
  projects/numa/sbin/ifconfig/ifconfig.c
  projects/numa/sbin/ipfw/Makefile
  projects/numa/sbin/kldconfig/kldconfig.c
  projects/numa/sbin/mdconfig/Makefile
  projects/numa/sbin/mdconfig/mdconfig.8
  projects/numa/sbin/mount_fusefs/Makefile
  projects/numa/sbin/newfs_msdos/newfs_msdos.c
  projects/numa/sbin/newfs_nandfs/newfs_nandfs.c
  projects/numa/sbin/pfctl/Makefile
  projects/numa/sbin/pfctl/pfctl.c
  projects/numa/sbin/ping/Makefile
  projects/numa/sbin/ping/ping.c
  projects/numa/sbin/route/Makefile
  projects/numa/sbin/route/keywords
  projects/numa/sbin/route/route.8
  projects/numa/sbin/route/route.c
  projects/numa/sbin/rtsol/Makefile
  projects/numa/sbin/savecore/savecore.c
  projects/numa/sbin/setkey/Makefile
  projects/numa/secure/Makefile
  projects/numa/secure/Makefile.inc
  projects/numa/secure/lib/Makefile
  projects/numa/secure/lib/libcrypt/crypt-blowfish.c
  projects/numa/secure/lib/libcrypto/Makefile.inc
  projects/numa/secure/lib/libcrypto/amd64/vpaes-x86_64.S
  projects/numa/secure/lib/libcrypto/engines/lib4758cca/Makefile
  projects/numa/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
  projects/numa/secure/lib/libcrypto/man/ASN1_STRING_length.3
  projects/numa/secure/lib/libcrypto/man/ASN1_STRING_new.3
  projects/numa/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
  projects/numa/secure/lib/libcrypto/man/ASN1_generate_nconf.3
  projects/numa/secure/lib/libcrypto/man/BIO_ctrl.3
  projects/numa/secure/lib/libcrypto/man/BIO_f_base64.3
  projects/numa/secure/lib/libcrypto/man/BIO_f_buffer.3
  projects/numa/secure/lib/libcrypto/man/BIO_f_cipher.3
  projects/numa/secure/lib/libcrypto/man/BIO_f_md.3
  projects/numa/secure/lib/libcrypto/man/BIO_f_null.3
  projects/numa/secure/lib/libcrypto/man/BIO_f_ssl.3
  projects/numa/secure/lib/libcrypto/man/BIO_find_type.3
  projects/numa/secure/lib/libcrypto/man/BIO_new.3
  projects/numa/secure/lib/libcrypto/man/BIO_new_CMS.3
  projects/numa/secure/lib/libcrypto/man/BIO_push.3
  projects/numa/secure/lib/libcrypto/man/BIO_read.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_accept.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_bio.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_connect.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_fd.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_file.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_mem.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_null.3
  projects/numa/secure/lib/libcrypto/man/BIO_s_socket.3
  projects/numa/secure/lib/libcrypto/man/BIO_set_callback.3
  projects/numa/secure/lib/libcrypto/man/BIO_should_retry.3
  projects/numa/secure/lib/libcrypto/man/BN_BLINDING_new.3
  projects/numa/secure/lib/libcrypto/man/BN_CTX_new.3
  projects/numa/secure/lib/libcrypto/man/BN_CTX_start.3
  projects/numa/secure/lib/libcrypto/man/BN_add.3
  projects/numa/secure/lib/libcrypto/man/BN_add_word.3
  projects/numa/secure/lib/libcrypto/man/BN_bn2bin.3
  projects/numa/secure/lib/libcrypto/man/BN_cmp.3
  projects/numa/secure/lib/libcrypto/man/BN_copy.3
  projects/numa/secure/lib/libcrypto/man/BN_generate_prime.3
  projects/numa/secure/lib/libcrypto/man/BN_mod_inverse.3
  projects/numa/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
  projects/numa/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
  projects/numa/secure/lib/libcrypto/man/BN_new.3
  projects/numa/secure/lib/libcrypto/man/BN_num_bytes.3
  projects/numa/secure/lib/libcrypto/man/BN_rand.3
  projects/numa/secure/lib/libcrypto/man/BN_set_bit.3
  projects/numa/secure/lib/libcrypto/man/BN_swap.3
  projects/numa/secure/lib/libcrypto/man/BN_zero.3
  projects/numa/secure/lib/libcrypto/man/CMS_add0_cert.3
  projects/numa/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
  projects/numa/secure/lib/libcrypto/man/CMS_compress.3
  projects/numa/secure/lib/libcrypto/man/CMS_decrypt.3
  projects/numa/secure/lib/libcrypto/man/CMS_encrypt.3
  projects/numa/secure/lib/libcrypto/man/CMS_final.3
  projects/numa/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
  projects/numa/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
  projects/numa/secure/lib/libcrypto/man/CMS_get0_type.3
  projects/numa/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
  projects/numa/secure/lib/libcrypto/man/CMS_sign.3
  projects/numa/secure/lib/libcrypto/man/CMS_sign_add1_signer.3
  projects/numa/secure/lib/libcrypto/man/CMS_sign_receipt.3
  projects/numa/secure/lib/libcrypto/man/CMS_uncompress.3
  projects/numa/secure/lib/libcrypto/man/CMS_verify.3
  projects/numa/secure/lib/libcrypto/man/CMS_verify_receipt.3
  projects/numa/secure/lib/libcrypto/man/CONF_modules_free.3
  projects/numa/secure/lib/libcrypto/man/CONF_modules_load_file.3
  projects/numa/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
  projects/numa/secure/lib/libcrypto/man/DH_generate_key.3
  projects/numa/secure/lib/libcrypto/man/DH_generate_parameters.3
  projects/numa/secure/lib/libcrypto/man/DH_get_ex_new_index.3
  projects/numa/secure/lib/libcrypto/man/DH_new.3
  projects/numa/secure/lib/libcrypto/man/DH_set_method.3
  projects/numa/secure/lib/libcrypto/man/DH_size.3
  projects/numa/secure/lib/libcrypto/man/DSA_SIG_new.3
  projects/numa/secure/lib/libcrypto/man/DSA_do_sign.3
  projects/numa/secure/lib/libcrypto/man/DSA_dup_DH.3
  projects/numa/secure/lib/libcrypto/man/DSA_generate_key.3
  projects/numa/secure/lib/libcrypto/man/DSA_generate_parameters.3
  projects/numa/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
  projects/numa/secure/lib/libcrypto/man/DSA_new.3
  projects/numa/secure/lib/libcrypto/man/DSA_set_method.3
  projects/numa/secure/lib/libcrypto/man/DSA_sign.3
  projects/numa/secure/lib/libcrypto/man/DSA_size.3
  projects/numa/secure/lib/libcrypto/man/ERR_GET_LIB.3
  projects/numa/secure/lib/libcrypto/man/ERR_clear_error.3
  projects/numa/secure/lib/libcrypto/man/ERR_error_string.3
  projects/numa/secure/lib/libcrypto/man/ERR_get_error.3
  projects/numa/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
  projects/numa/secure/lib/libcrypto/man/ERR_load_strings.3
  projects/numa/secure/lib/libcrypto/man/ERR_print_errors.3
  projects/numa/secure/lib/libcrypto/man/ERR_put_error.3
  projects/numa/secure/lib/libcrypto/man/ERR_remove_state.3
  projects/numa/secure/lib/libcrypto/man/ERR_set_mark.3
  projects/numa/secure/lib/libcrypto/man/EVP_BytesToKey.3
  projects/numa/secure/lib/libcrypto/man/EVP_DigestInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_DigestSignInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_EncryptInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_OpenInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_derive.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_new.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_sign.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_verify.3
  projects/numa/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
  projects/numa/secure/lib/libcrypto/man/EVP_SealInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_SignInit.3
  projects/numa/secure/lib/libcrypto/man/EVP_VerifyInit.3
  projects/numa/secure/lib/libcrypto/man/OBJ_nid2obj.3
  projects/numa/secure/lib/libcrypto/man/OPENSSL_Applink.3
  projects/numa/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
  projects/numa/secure/lib/libcrypto/man/OPENSSL_config.3
  projects/numa/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
  projects/numa/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
  projects/numa/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
  projects/numa/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
  projects/numa/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
  projects/numa/secure/lib/libcrypto/man/PKCS12_create.3
  projects/numa/secure/lib/libcrypto/man/PKCS12_parse.3
  projects/numa/secure/lib/libcrypto/man/PKCS7_decrypt.3
  projects/numa/secure/lib/libcrypto/man/PKCS7_encrypt.3
  projects/numa/secure/lib/libcrypto/man/PKCS7_sign.3
  projects/numa/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
  projects/numa/secure/lib/libcrypto/man/PKCS7_verify.3
  projects/numa/secure/lib/libcrypto/man/RAND_add.3
  projects/numa/secure/lib/libcrypto/man/RAND_bytes.3
  projects/numa/secure/lib/libcrypto/man/RAND_cleanup.3
  projects/numa/secure/lib/libcrypto/man/RAND_egd.3
  projects/numa/secure/lib/libcrypto/man/RAND_load_file.3
  projects/numa/secure/lib/libcrypto/man/RAND_set_rand_method.3
  projects/numa/secure/lib/libcrypto/man/RSA_blinding_on.3
  projects/numa/secure/lib/libcrypto/man/RSA_check_key.3
  projects/numa/secure/lib/libcrypto/man/RSA_generate_key.3
  projects/numa/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
  projects/numa/secure/lib/libcrypto/man/RSA_new.3
  projects/numa/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
  projects/numa/secure/lib/libcrypto/man/RSA_print.3
  projects/numa/secure/lib/libcrypto/man/RSA_private_encrypt.3
  projects/numa/secure/lib/libcrypto/man/RSA_public_encrypt.3
  projects/numa/secure/lib/libcrypto/man/RSA_set_method.3
  projects/numa/secure/lib/libcrypto/man/RSA_sign.3
  projects/numa/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
  projects/numa/secure/lib/libcrypto/man/RSA_size.3
  projects/numa/secure/lib/libcrypto/man/SMIME_read_CMS.3
  projects/numa/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
  projects/numa/secure/lib/libcrypto/man/SMIME_write_CMS.3
  projects/numa/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
  projects/numa/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
  projects/numa/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
  projects/numa/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
  projects/numa/secure/lib/libcrypto/man/X509_NAME_print_ex.3
  projects/numa/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
  projects/numa/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
  projects/numa/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
  projects/numa/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
  projects/numa/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
  projects/numa/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
  projects/numa/secure/lib/libcrypto/man/X509_new.3
  projects/numa/secure/lib/libcrypto/man/X509_verify_cert.3
  projects/numa/secure/lib/libcrypto/man/bio.3
  projects/numa/secure/lib/libcrypto/man/blowfish.3
  projects/numa/secure/lib/libcrypto/man/bn.3
  projects/numa/secure/lib/libcrypto/man/bn_internal.3
  projects/numa/secure/lib/libcrypto/man/buffer.3
  projects/numa/secure/lib/libcrypto/man/crypto.3
  projects/numa/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
  projects/numa/secure/lib/libcrypto/man/d2i_DHparams.3
  projects/numa/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
  projects/numa/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
  projects/numa/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
  projects/numa/secure/lib/libcrypto/man/d2i_X509.3
  projects/numa/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
  projects/numa/secure/lib/libcrypto/man/d2i_X509_CRL.3
  projects/numa/secure/lib/libcrypto/man/d2i_X509_NAME.3
  projects/numa/secure/lib/libcrypto/man/d2i_X509_REQ.3
  projects/numa/secure/lib/libcrypto/man/d2i_X509_SIG.3
  projects/numa/secure/lib/libcrypto/man/des.3
  projects/numa/secure/lib/libcrypto/man/dh.3
  projects/numa/secure/lib/libcrypto/man/dsa.3
  projects/numa/secure/lib/libcrypto/man/ecdsa.3
  projects/numa/secure/lib/libcrypto/man/engine.3
  projects/numa/secure/lib/libcrypto/man/err.3
  projects/numa/secure/lib/libcrypto/man/evp.3
  projects/numa/secure/lib/libcrypto/man/hmac.3
  projects/numa/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
  projects/numa/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
  projects/numa/secure/lib/libcrypto/man/lh_stats.3
  projects/numa/secure/lib/libcrypto/man/lhash.3
  projects/numa/secure/lib/libcrypto/man/md5.3
  projects/numa/secure/lib/libcrypto/man/mdc2.3
  projects/numa/secure/lib/libcrypto/man/pem.3
  projects/numa/secure/lib/libcrypto/man/rand.3
  projects/numa/secure/lib/libcrypto/man/rc4.3
  projects/numa/secure/lib/libcrypto/man/ripemd.3
  projects/numa/secure/lib/libcrypto/man/rsa.3
  projects/numa/secure/lib/libcrypto/man/sha.3
  projects/numa/secure/lib/libcrypto/man/threads.3
  projects/numa/secure/lib/libcrypto/man/ui.3
  projects/numa/secure/lib/libcrypto/man/ui_compat.3
  projects/numa/secure/lib/libcrypto/man/x509.3
  projects/numa/secure/lib/libssh/Makefile
  projects/numa/secure/lib/libssl/man/SSL_CIPHER_get_name.3
  projects/numa/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_add_session.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_ctrl.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_free.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_new.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_sess_number.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_sessions.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_mode.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_options.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_timeout.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_set_verify.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_use_certificate.3
  projects/numa/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
  projects/numa/secure/lib/libssl/man/SSL_SESSION_free.3
  projects/numa/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
  projects/numa/secure/lib/libssl/man/SSL_SESSION_get_time.3
  projects/numa/secure/lib/libssl/man/SSL_accept.3
  projects/numa/secure/lib/libssl/man/SSL_alert_type_string.3
  projects/numa/secure/lib/libssl/man/SSL_clear.3
  projects/numa/secure/lib/libssl/man/SSL_connect.3
  projects/numa/secure/lib/libssl/man/SSL_do_handshake.3
  projects/numa/secure/lib/libssl/man/SSL_free.3
  projects/numa/secure/lib/libssl/man/SSL_get_SSL_CTX.3
  projects/numa/secure/lib/libssl/man/SSL_get_ciphers.3
  projects/numa/secure/lib/libssl/man/SSL_get_client_CA_list.3
  projects/numa/secure/lib/libssl/man/SSL_get_current_cipher.3
  projects/numa/secure/lib/libssl/man/SSL_get_default_timeout.3
  projects/numa/secure/lib/libssl/man/SSL_get_error.3
  projects/numa/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
  projects/numa/secure/lib/libssl/man/SSL_get_ex_new_index.3
  projects/numa/secure/lib/libssl/man/SSL_get_fd.3
  projects/numa/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
  projects/numa/secure/lib/libssl/man/SSL_get_peer_certificate.3
  projects/numa/secure/lib/libssl/man/SSL_get_psk_identity.3
  projects/numa/secure/lib/libssl/man/SSL_get_rbio.3
  projects/numa/secure/lib/libssl/man/SSL_get_session.3
  projects/numa/secure/lib/libssl/man/SSL_get_verify_result.3
  projects/numa/secure/lib/libssl/man/SSL_get_version.3
  projects/numa/secure/lib/libssl/man/SSL_library_init.3
  projects/numa/secure/lib/libssl/man/SSL_load_client_CA_file.3
  projects/numa/secure/lib/libssl/man/SSL_new.3
  projects/numa/secure/lib/libssl/man/SSL_pending.3
  projects/numa/secure/lib/libssl/man/SSL_read.3
  projects/numa/secure/lib/libssl/man/SSL_rstate_string.3
  projects/numa/secure/lib/libssl/man/SSL_session_reused.3
  projects/numa/secure/lib/libssl/man/SSL_set_bio.3
  projects/numa/secure/lib/libssl/man/SSL_set_connect_state.3
  projects/numa/secure/lib/libssl/man/SSL_set_fd.3
  projects/numa/secure/lib/libssl/man/SSL_set_session.3
  projects/numa/secure/lib/libssl/man/SSL_set_shutdown.3
  projects/numa/secure/lib/libssl/man/SSL_set_verify_result.3
  projects/numa/secure/lib/libssl/man/SSL_shutdown.3
  projects/numa/secure/lib/libssl/man/SSL_state_string.3
  projects/numa/secure/lib/libssl/man/SSL_want.3
  projects/numa/secure/lib/libssl/man/SSL_write.3
  projects/numa/secure/lib/libssl/man/d2i_SSL_SESSION.3
  projects/numa/secure/lib/libssl/man/ssl.3
  projects/numa/secure/libexec/Makefile
  projects/numa/secure/libexec/sftp-server/Makefile
  projects/numa/secure/libexec/ssh-keysign/Makefile
  projects/numa/secure/libexec/ssh-pkcs11-helper/Makefile
  projects/numa/secure/usr.bin/Makefile
  projects/numa/secure/usr.bin/bdes/bdes.1
  projects/numa/secure/usr.bin/openssl/man/CA.pl.1
  projects/numa/secure/usr.bin/openssl/man/asn1parse.1
  projects/numa/secure/usr.bin/openssl/man/ca.1
  projects/numa/secure/usr.bin/openssl/man/ciphers.1
  projects/numa/secure/usr.bin/openssl/man/cms.1
  projects/numa/secure/usr.bin/openssl/man/crl.1
  projects/numa/secure/usr.bin/openssl/man/crl2pkcs7.1
  projects/numa/secure/usr.bin/openssl/man/dgst.1
  projects/numa/secure/usr.bin/openssl/man/dhparam.1
  projects/numa/secure/usr.bin/openssl/man/dsa.1
  projects/numa/secure/usr.bin/openssl/man/dsaparam.1
  projects/numa/secure/usr.bin/openssl/man/ec.1
  projects/numa/secure/usr.bin/openssl/man/ecparam.1
  projects/numa/secure/usr.bin/openssl/man/enc.1
  projects/numa/secure/usr.bin/openssl/man/errstr.1
  projects/numa/secure/usr.bin/openssl/man/gendsa.1
  projects/numa/secure/usr.bin/openssl/man/genpkey.1
  projects/numa/secure/usr.bin/openssl/man/genrsa.1
  projects/numa/secure/usr.bin/openssl/man/nseq.1
  projects/numa/secure/usr.bin/openssl/man/ocsp.1
  projects/numa/secure/usr.bin/openssl/man/openssl.1
  projects/numa/secure/usr.bin/openssl/man/passwd.1
  projects/numa/secure/usr.bin/openssl/man/pkcs12.1
  projects/numa/secure/usr.bin/openssl/man/pkcs7.1
  projects/numa/secure/usr.bin/openssl/man/pkcs8.1
  projects/numa/secure/usr.bin/openssl/man/pkey.1
  projects/numa/secure/usr.bin/openssl/man/pkeyparam.1
  projects/numa/secure/usr.bin/openssl/man/pkeyutl.1
  projects/numa/secure/usr.bin/openssl/man/rand.1
  projects/numa/secure/usr.bin/openssl/man/req.1
  projects/numa/secure/usr.bin/openssl/man/rsa.1
  projects/numa/secure/usr.bin/openssl/man/rsautl.1
  projects/numa/secure/usr.bin/openssl/man/s_client.1
  projects/numa/secure/usr.bin/openssl/man/s_server.1
  projects/numa/secure/usr.bin/openssl/man/s_time.1
  projects/numa/secure/usr.bin/openssl/man/sess_id.1
  projects/numa/secure/usr.bin/openssl/man/smime.1
  projects/numa/secure/usr.bin/openssl/man/speed.1
  projects/numa/secure/usr.bin/openssl/man/spkac.1
  projects/numa/secure/usr.bin/openssl/man/ts.1
  projects/numa/secure/usr.bin/openssl/man/tsget.1
  projects/numa/secure/usr.bin/openssl/man/verify.1
  projects/numa/secure/usr.bin/openssl/man/version.1
  projects/numa/secure/usr.bin/openssl/man/x509.1
  projects/numa/secure/usr.bin/openssl/man/x509v3_config.1
  projects/numa/secure/usr.bin/scp/Makefile
  projects/numa/secure/usr.bin/sftp/Makefile
  projects/numa/secure/usr.bin/ssh-add/Makefile
  projects/numa/secure/usr.bin/ssh-agent/Makefile
  projects/numa/secure/usr.bin/ssh-keygen/Makefile
  projects/numa/secure/usr.bin/ssh-keyscan/Makefile
  projects/numa/secure/usr.bin/ssh/Makefile
  projects/numa/secure/usr.sbin/Makefile
  projects/numa/secure/usr.sbin/sshd/Makefile
  projects/numa/share/Makefile
  projects/numa/share/doc/Makefile
  projects/numa/share/doc/papers/beyond4.3/beyond43.ms
  projects/numa/share/doc/papers/diskperf/abs.ms   (contents, props changed)
  projects/numa/share/doc/papers/diskperf/appendix.ms   (contents, props changed)
  projects/numa/share/doc/papers/diskperf/conclusions.ms
  projects/numa/share/doc/papers/diskperf/equip.ms   (contents, props changed)
  projects/numa/share/doc/papers/diskperf/methodology.ms   (contents, props changed)
  projects/numa/share/doc/papers/diskperf/motivation.ms
  projects/numa/share/doc/papers/diskperf/results.ms   (contents, props changed)
  projects/numa/share/doc/papers/diskperf/tests.ms
  projects/numa/share/doc/papers/fsinterface/abstract.ms   (contents, props changed)
  projects/numa/share/doc/papers/fsinterface/fsinterface.ms
  projects/numa/share/doc/papers/fsinterface/slides.t   (contents, props changed)
  projects/numa/share/doc/papers/kernmalloc/alloc.fig   (contents, props changed)
  projects/numa/share/doc/papers/kernmalloc/appendix.ms
  projects/numa/share/doc/papers/kernmalloc/appendix.t   (contents, props changed)
  projects/numa/share/doc/papers/kernmalloc/kernmalloc.t
  projects/numa/share/doc/papers/kernmalloc/usage.tbl   (contents, props changed)
  projects/numa/share/doc/papers/kerntune/0.t   (contents, props changed)
  projects/numa/share/doc/papers/kerntune/1.t
  projects/numa/share/doc/papers/kerntune/2.t   (contents, props changed)
  projects/numa/share/doc/papers/kerntune/3.t   (contents, props changed)
  projects/numa/share/doc/papers/kerntune/4.t   (contents, props changed)
  projects/numa/share/doc/papers/kerntune/fig2.pic   (contents, props changed)
  projects/numa/share/doc/papers/newvm/0.t   (contents, props changed)
  projects/numa/share/doc/papers/newvm/1.t
  projects/numa/share/doc/papers/newvm/a.t
  projects/numa/share/doc/papers/relengr/0.t
  projects/numa/share/doc/papers/relengr/1.t   (contents, props changed)
  projects/numa/share/doc/papers/relengr/2.t   (contents, props changed)
  projects/numa/share/doc/papers/relengr/3.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/0.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/1.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/2.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/3.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/4.t
  projects/numa/share/doc/papers/sysperf/5.t
  projects/numa/share/doc/papers/sysperf/6.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/7.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/a1.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/a2.t   (contents, props changed)
  projects/numa/share/doc/papers/sysperf/appendix.ms
  projects/numa/share/doc/psd/05.sysman/0.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/1.0.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/1.1.t
  projects/numa/share/doc/psd/05.sysman/1.2.t
  projects/numa/share/doc/psd/05.sysman/1.3.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/1.4.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/1.5.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/1.6.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/1.7.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/2.0.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/2.1.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/2.2.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/2.3.t
  projects/numa/share/doc/psd/05.sysman/2.4.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/2.5.t   (contents, props changed)
  projects/numa/share/doc/psd/05.sysman/a.t   (contents, props changed)
  projects/numa/share/doc/psd/12.make/tutorial.ms
  projects/numa/share/doc/psd/18.gprof/abstract.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/gathering.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/header.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/intro.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/postp.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/postp1.pic   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/postp2.pic   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/postp3.pic   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/pres1.pic   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/pres2.pic   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/present.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/profiling.me   (contents, props changed)
  projects/numa/share/doc/psd/18.gprof/refs.me   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/dgramread.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/dgramsend.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/pipe.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/socketpair.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/strchkread.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/streamread.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/streamwrite.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/tutor.me   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/udgramread.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/udgramsend.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/ustreamread.c   (contents, props changed)
  projects/numa/share/doc/psd/20.ipctut/ustreamwrite.c   (contents, props changed)
  projects/numa/share/doc/psd/21.ipc/0.t   (contents, props changed)
  projects/numa/share/doc/psd/21.ipc/1.t   (contents, props changed)
  projects/numa/share/doc/psd/21.ipc/2.t   (contents, props changed)
  projects/numa/share/doc/psd/21.ipc/3.t
  projects/numa/share/doc/psd/21.ipc/4.t
  projects/numa/share/doc/psd/21.ipc/5.t
  projects/numa/share/doc/psd/contents/contents.ms
  projects/numa/share/doc/smm/01.setup/0.t
  projects/numa/share/doc/smm/01.setup/1.t   (contents, props changed)
  projects/numa/share/doc/smm/01.setup/2.t
  projects/numa/share/doc/smm/01.setup/3.t
  projects/numa/share/doc/smm/01.setup/4.t
  projects/numa/share/doc/smm/01.setup/5.t
  projects/numa/share/doc/smm/01.setup/6.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/0.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/1.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/2.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/3.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/4.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/5.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/6.t
  projects/numa/share/doc/smm/02.config/a.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/b.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/c.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/d.t   (contents, props changed)
  projects/numa/share/doc/smm/02.config/e.t   (contents, props changed)
  projects/numa/share/doc/smm/04.quotas/quotas.ms   (contents, props changed)
  projects/numa/share/doc/smm/05.fastfs/0.t   (contents, props changed)
  projects/numa/share/doc/smm/05.fastfs/1.t   (contents, props changed)
  projects/numa/share/doc/smm/05.fastfs/2.t   (contents, props changed)
  projects/numa/share/doc/smm/05.fastfs/3.t
  projects/numa/share/doc/smm/05.fastfs/4.t   (contents, props changed)
  projects/numa/share/doc/smm/05.fastfs/5.t   (contents, props changed)
  projects/numa/share/doc/smm/05.fastfs/6.t   (contents, props changed)
  projects/numa/share/doc/smm/06.nfs/0.t   (contents, props changed)
  projects/numa/share/doc/smm/06.nfs/1.t
  projects/numa/share/doc/smm/06.nfs/2.t
  projects/numa/share/doc/smm/06.nfs/ref.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/0.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/1.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/2.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/3.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/4.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/5.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/6.t   (contents, props changed)
  projects/numa/share/doc/smm/07.lpd/7.t   (contents, props changed)
  projects/numa/share/doc/smm/11.timedop/timed.ms   (contents, props changed)
  projects/numa/share/doc/smm/12.timed/date   (contents, props changed)
  projects/numa/share/doc/smm/12.timed/loop   (contents, props changed)
  projects/numa/share/doc/smm/12.timed/time   (contents, props changed)
  projects/numa/share/doc/smm/12.timed/timed.ms
  projects/numa/share/doc/smm/12.timed/unused   (contents, props changed)
  projects/numa/share/doc/smm/18.net/0.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/1.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/2.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/3.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/4.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/5.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/6.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/7.t
  projects/numa/share/doc/smm/18.net/8.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/9.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/a.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/b.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/c.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/d.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/e.t   (contents, props changed)
  projects/numa/share/doc/smm/18.net/f.t   (contents, props changed)
  projects/numa/share/doc/smm/Makefile
  projects/numa/share/doc/smm/contents/contents.ms
  projects/numa/share/doc/usd/07.mail/mail0.nr
  projects/numa/share/doc/usd/07.mail/mail1.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail2.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail3.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail4.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail5.nr
  projects/numa/share/doc/usd/07.mail/mail6.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail7.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail8.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/mail9.nr   (contents, props changed)
  projects/numa/share/doc/usd/07.mail/maila.nr   (contents, props changed)
  projects/numa/share/doc/usd/18.msdiffs/ms.diffs
  projects/numa/share/doc/usd/contents/contents.ms
  projects/numa/share/dtrace/Makefile
  projects/numa/share/examples/FreeBSD_version/Makefile
  projects/numa/share/examples/Makefile
  projects/numa/share/examples/autofs/driver/Makefile
  projects/numa/share/examples/bhyve/vmrun.sh
  projects/numa/share/examples/etc/make.conf
  projects/numa/share/examples/find_interface/Makefile
  projects/numa/share/examples/kld/cdev/test/Makefile
  projects/numa/share/examples/kld/syscall/test/Makefile
  projects/numa/share/examples/libvgl/Makefile
  projects/numa/share/examples/perfmon/Makefile
  projects/numa/share/examples/ppi/Makefile
  projects/numa/share/examples/tests/tests/atf/Makefile
  projects/numa/share/examples/tests/tests/plain/Makefile
  projects/numa/share/man/Makefile
  projects/numa/share/man/man1/Makefile
  projects/numa/share/man/man1/intro.1
  projects/numa/share/man/man3/Makefile
  projects/numa/share/man/man3/assert.3
  projects/numa/share/man/man3/bitstring.3
  projects/numa/share/man/man3/end.3
  projects/numa/share/man/man3/fpgetround.3
  projects/numa/share/man/man3/intro.3
  projects/numa/share/man/man3/pthread_create.3
  projects/numa/share/man/man3/pthread_exit.3
  projects/numa/share/man/man3/queue.3
  projects/numa/share/man/man3/stdarg.3
  projects/numa/share/man/man4/Makefile
  projects/numa/share/man/man4/ada.4
  projects/numa/share/man/man4/ath.4
  projects/numa/share/man/man4/atp.4
  projects/numa/share/man/man4/bce.4
  projects/numa/share/man/man4/bxe.4
  projects/numa/share/man/man4/cd.4
  projects/numa/share/man/man4/crypto.4
  projects/numa/share/man/man4/cxgbe.4
  projects/numa/share/man/man4/cy.4
  projects/numa/share/man/man4/devctl.4
  projects/numa/share/man/man4/digi.4
  projects/numa/share/man/man4/disc.4
  projects/numa/share/man/man4/edsc.4
  projects/numa/share/man/man4/fd.4
  projects/numa/share/man/man4/gpio.4
  projects/numa/share/man/man4/gpioiic.4
  projects/numa/share/man/man4/gpioled.4
  projects/numa/share/man/man4/gre.4
  projects/numa/share/man/man4/icmp.4
  projects/numa/share/man/man4/inet.4
  projects/numa/share/man/man4/ip.4
  projects/numa/share/man/man4/ksyms.4
  projects/numa/share/man/man4/lp.4
  projects/numa/share/man/man4/man4.arm/Makefile
  projects/numa/share/man/man4/mem.4
  projects/numa/share/man/man4/mtio.4
  projects/numa/share/man/man4/netgraph.4
  projects/numa/share/man/man4/netintro.4
  projects/numa/share/man/man4/ng_iface.4
  projects/numa/share/man/man4/null.4
  projects/numa/share/man/man4/nvd.4
  projects/numa/share/man/man4/nvme.4
  projects/numa/share/man/man4/pts.4
  projects/numa/share/man/man4/route.4
  projects/numa/share/man/man4/rsu.4
  projects/numa/share/man/man4/run.4
  projects/numa/share/man/man4/sctp.4
  projects/numa/share/man/man4/sio.4
  projects/numa/share/man/man4/sysmouse.4
  projects/numa/share/man/man4/tcp.4
  projects/numa/share/man/man4/terasic_mtl.4
  projects/numa/share/man/man4/termios.4
  projects/numa/share/man/man4/timecounters.4
  projects/numa/share/man/man4/tnt4882.4
  projects/numa/share/man/man4/tty.4
  projects/numa/share/man/man4/udp.4
  projects/numa/share/man/man4/uftdi.4
  projects/numa/share/man/man4/umass.4
  projects/numa/share/man/man4/unix.4
  projects/numa/share/man/man4/urndis.4
  projects/numa/share/man/man4/urtwn.4
  projects/numa/share/man/man4/urtwnfw.4
  projects/numa/share/man/man4/usb_quirk.4
  projects/numa/share/man/man4/vmx.4
  projects/numa/share/man/man4/vtnet.4
  projects/numa/share/man/man4/wsp.4
  projects/numa/share/man/man4/xhci.4
  projects/numa/share/man/man4/zero.4
  projects/numa/share/man/man5/Makefile
  projects/numa/share/man/man5/a.out.5
  projects/numa/share/man/man5/acct.5
  projects/numa/share/man/man5/core.5
  projects/numa/share/man/man5/devfs.5
  projects/numa/share/man/man5/dir.5
  projects/numa/share/man/man5/disktab.5
  projects/numa/share/man/man5/fdescfs.5
  projects/numa/share/man/man5/fs.5
  projects/numa/share/man/man5/fstab.5
  projects/numa/share/man/man5/group.5
  projects/numa/share/man/man5/hosts.5
  projects/numa/share/man/man5/hosts.equiv.5
  projects/numa/share/man/man5/hosts.lpd.5
  projects/numa/share/man/man5/intro.5
  projects/numa/share/man/man5/make.conf.5
  projects/numa/share/man/man5/networks.5
  projects/numa/share/man/man5/nsmb.conf.5
  projects/numa/share/man/man5/passwd.5
  projects/numa/share/man/man5/phones.5
  projects/numa/share/man/man5/protocols.5
  projects/numa/share/man/man5/rc.conf.5
  projects/numa/share/man/man5/remote.5
  projects/numa/share/man/man5/resolver.5
  projects/numa/share/man/man5/services.5
  projects/numa/share/man/man5/shells.5
  projects/numa/share/man/man5/src.conf.5
  projects/numa/share/man/man5/stab.5
  projects/numa/share/man/man6/intro.6
  projects/numa/share/man/man7/Makefile
  projects/numa/share/man/man7/adding_user.7
  projects/numa/share/man/man7/ascii.7
  projects/numa/share/man/man7/build.7
  projects/numa/share/man/man7/environ.7
  projects/numa/share/man/man7/hier.7
  projects/numa/share/man/man7/hostname.7
  projects/numa/share/man/man7/intro.7
  projects/numa/share/man/man7/mailaddr.7
  projects/numa/share/man/man7/operator.7
  projects/numa/share/man/man7/release.7
  projects/numa/share/man/man7/sticky.7
  projects/numa/share/man/man7/tests.7
  projects/numa/share/man/man8/Makefile
  projects/numa/share/man/man8/crash.8
  projects/numa/share/man/man8/intro.8
  projects/numa/share/man/man8/rc.8
  projects/numa/share/man/man9/EVENTHANDLER.9
  projects/numa/share/man/man9/Makefile
  projects/numa/share/man/man9/SDT.9
  projects/numa/share/man/man9/buf.9
  projects/numa/share/man/man9/bus_dma.9
  projects/numa/share/man/man9/bus_space.9
  projects/numa/share/man/man9/cd.9
  projects/numa/share/man/man9/counter.9
  projects/numa/share/man/man9/crypto.9
  projects/numa/share/man/man9/eventtimers.9
  projects/numa/share/man/man9/intro.9
  projects/numa/share/man/man9/mbuf.9
  projects/numa/share/man/man9/memguard.9
  projects/numa/share/man/man9/netisr.9
  projects/numa/share/man/man9/rtentry.9
  projects/numa/share/man/man9/vm_set_page_size.9
  projects/numa/share/me/acm.me   (contents, props changed)
  projects/numa/share/me/chars.me   (contents, props changed)
  projects/numa/share/me/deltext.me   (contents, props changed)
  projects/numa/share/me/eqn.me
  projects/numa/share/me/float.me   (contents, props changed)
  projects/numa/share/me/footnote.me   (contents, props changed)
  projects/numa/share/me/index.me   (contents, props changed)
  projects/numa/share/me/letterhead.me   (contents, props changed)
  projects/numa/share/me/local.me   (contents, props changed)
  projects/numa/share/me/null.me   (contents, props changed)
  projects/numa/share/me/orig_me.7
  projects/numa/share/me/refer.me   (contents, props changed)
  projects/numa/share/me/sh.me   (contents, props changed)
  projects/numa/share/me/tbl.me   (contents, props changed)
  projects/numa/share/me/thesis.me   (contents, props changed)
  projects/numa/share/me/tmac.orig_me
  projects/numa/share/misc/bsd-family-tree
  projects/numa/share/misc/committers-ports.dot
  projects/numa/share/misc/committers-src.dot
  projects/numa/share/mk/Makefile
  projects/numa/share/mk/atf.test.mk
  projects/numa/share/mk/bsd.README
  projects/numa/share/mk/bsd.compiler.mk
  projects/numa/share/mk/bsd.cpu.mk
  projects/numa/share/mk/bsd.crunchgen.mk
  projects/numa/share/mk/bsd.doc.mk
  projects/numa/share/mk/bsd.endian.mk
  projects/numa/share/mk/bsd.incs.mk
  projects/numa/share/mk/bsd.init.mk
  projects/numa/share/mk/bsd.lib.mk
  projects/numa/share/mk/bsd.libnames.mk
  projects/numa/share/mk/bsd.man.mk
  projects/numa/share/mk/bsd.own.mk
  projects/numa/share/mk/bsd.prog.mk
  projects/numa/share/mk/bsd.subdir.mk
  projects/numa/share/mk/bsd.sys.mk
  projects/numa/share/mk/bsd.test.mk
  projects/numa/share/mk/plain.test.mk
  projects/numa/share/mk/sys.mk
  projects/numa/share/mk/tap.test.mk
  projects/numa/share/skel/dot.cshrc
  projects/numa/share/skel/dot.profile
  projects/numa/share/termcap/termcap.5
  projects/numa/share/termcap/termcap.src
  projects/numa/sys/Makefile
  projects/numa/sys/amd64/amd64/apic_vector.S
  projects/numa/sys/amd64/amd64/cpu_switch.S
  projects/numa/sys/amd64/amd64/fpu.c
  projects/numa/sys/amd64/amd64/genassym.c
  projects/numa/sys/amd64/amd64/locore.S
  projects/numa/sys/amd64/amd64/machdep.c
  projects/numa/sys/amd64/amd64/mem.c
  projects/numa/sys/amd64/amd64/mp_machdep.c
  projects/numa/sys/amd64/amd64/pmap.c
  projects/numa/sys/amd64/amd64/sys_machdep.c
  projects/numa/sys/amd64/amd64/trap.c
  projects/numa/sys/amd64/amd64/uio_machdep.c
  projects/numa/sys/amd64/amd64/uma_machdep.c
  projects/numa/sys/amd64/amd64/vm_machdep.c
  projects/numa/sys/amd64/conf/GENERIC
  projects/numa/sys/amd64/conf/GENERIC.hints
  projects/numa/sys/amd64/conf/NOTES
  projects/numa/sys/amd64/conf/VT
  projects/numa/sys/amd64/include/asmacros.h
  projects/numa/sys/amd64/include/clock.h
  projects/numa/sys/amd64/include/fpu.h
  projects/numa/sys/amd64/include/md_var.h
  projects/numa/sys/amd64/include/metadata.h
  projects/numa/sys/amd64/include/param.h
  projects/numa/sys/amd64/include/pc/bios.h
  projects/numa/sys/amd64/include/pmap.h
  projects/numa/sys/amd64/include/smp.h
  projects/numa/sys/amd64/include/vmm.h   (contents, props changed)
  projects/numa/sys/amd64/include/vmm_dev.h   (contents, props changed)
  projects/numa/sys/amd64/include/xen/hypercall.h
  projects/numa/sys/amd64/linux32/linux32_machdep.c
  projects/numa/sys/amd64/vmm/amd/amdv.c
  projects/numa/sys/amd64/vmm/intel/vmx.c
  projects/numa/sys/amd64/vmm/intel/vmx.h
  projects/numa/sys/amd64/vmm/intel/vmx_genassym.c
  projects/numa/sys/amd64/vmm/intel/vmx_support.S
  projects/numa/sys/amd64/vmm/intel/vtd.c
  projects/numa/sys/amd64/vmm/io/iommu.c
  projects/numa/sys/amd64/vmm/io/iommu.h
  projects/numa/sys/amd64/vmm/io/ppt.c
  projects/numa/sys/amd64/vmm/io/vhpet.c
  projects/numa/sys/amd64/vmm/io/vlapic.c
  projects/numa/sys/amd64/vmm/io/vlapic.h
  projects/numa/sys/amd64/vmm/io/vlapic_priv.h
  projects/numa/sys/amd64/vmm/vmm.c
  projects/numa/sys/amd64/vmm/vmm_dev.c
  projects/numa/sys/amd64/vmm/vmm_instruction_emul.c
  projects/numa/sys/amd64/vmm/vmm_lapic.c
  projects/numa/sys/amd64/vmm/x86.c
  projects/numa/sys/arm/allwinner/a10_clk.c
  projects/numa/sys/arm/allwinner/a10_clk.h
  projects/numa/sys/arm/allwinner/a10_ehci.c
  projects/numa/sys/arm/allwinner/a10_gpio.c
  projects/numa/sys/arm/allwinner/a10_machdep.c
  projects/numa/sys/arm/allwinner/a20/a20_cpu_cfg.c
  projects/numa/sys/arm/allwinner/a20/a20_cpu_cfg.h
  projects/numa/sys/arm/allwinner/a20/files.a20
  projects/numa/sys/arm/allwinner/aintc.c
  projects/numa/sys/arm/allwinner/console.c
  projects/numa/sys/arm/allwinner/files.a10
  projects/numa/sys/arm/allwinner/timer.c
  projects/numa/sys/arm/arm/bus_space_generic.c
  projects/numa/sys/arm/arm/copystr.S
  projects/numa/sys/arm/arm/cpufunc.c
  projects/numa/sys/arm/arm/cpufunc_asm_arm11.S
  projects/numa/sys/arm/arm/cpufunc_asm_arm11x6.S
  projects/numa/sys/arm/arm/cpufunc_asm_armv4.S
  projects/numa/sys/arm/arm/cpufunc_asm_armv6.S
  projects/numa/sys/arm/arm/cpufunc_asm_armv7.S
  projects/numa/sys/arm/arm/dump_machdep.c
  projects/numa/sys/arm/arm/elf_machdep.c
  projects/numa/sys/arm/arm/elf_trampoline.c
  projects/numa/sys/arm/arm/exception.S
  projects/numa/sys/arm/arm/fiq.c
  projects/numa/sys/arm/arm/fiq_subr.S
  projects/numa/sys/arm/arm/fusu.S
  projects/numa/sys/arm/arm/genassym.c
  projects/numa/sys/arm/arm/generic_timer.c
  projects/numa/sys/arm/arm/identcpu.c
  projects/numa/sys/arm/arm/intr.c
  projects/numa/sys/arm/arm/locore.S
  projects/numa/sys/arm/arm/machdep.c
  projects/numa/sys/arm/arm/minidump_machdep.c
  projects/numa/sys/arm/arm/mp_machdep.c
  projects/numa/sys/arm/arm/mpcore_timer.c
  projects/numa/sys/arm/arm/pl310.c
  projects/numa/sys/arm/arm/pmap-v6.c
  projects/numa/sys/arm/arm/pmap.c
  projects/numa/sys/arm/arm/support.S
  projects/numa/sys/arm/arm/swtch.S
  projects/numa/sys/arm/arm/sys_machdep.c
  projects/numa/sys/arm/arm/trap.c
  projects/numa/sys/arm/arm/uio_machdep.c
  projects/numa/sys/arm/arm/undefined.c
  projects/numa/sys/arm/arm/vfp.c
  projects/numa/sys/arm/arm/vm_machdep.c
  projects/numa/sys/arm/at91/at91.c
  projects/numa/sys/arm/at91/at91_machdep.c
  projects/numa/sys/arm/at91/at91rm9200.c
  projects/numa/sys/arm/at91/at91sam9g20.c
  projects/numa/sys/arm/at91/at91sam9g20reg.h
  projects/numa/sys/arm/at91/at91sam9x5.c
  projects/numa/sys/arm/at91/at91var.h
  projects/numa/sys/arm/at91/files.at91
  projects/numa/sys/arm/at91/uart_dev_at91usart.c
  projects/numa/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
  projects/numa/sys/arm/broadcom/bcm2835/bcm2835_systimer.c
  projects/numa/sys/arm/broadcom/bcm2835/files.bcm2835
  projects/numa/sys/arm/conf/AC100
  projects/numa/sys/arm/conf/ARMADAXP
  projects/numa/sys/arm/conf/ARNDALE
  projects/numa/sys/arm/conf/ATMEL
  projects/numa/sys/arm/conf/AVILA
  projects/numa/sys/arm/conf/BEAGLEBONE
  projects/numa/sys/arm/conf/BWCT
  projects/numa/sys/arm/conf/CAMBRIA
  projects/numa/sys/arm/conf/CNS11XXNAS
  projects/numa/sys/arm/conf/COLIBRI-VF50
  projects/numa/sys/arm/conf/COSMIC
  projects/numa/sys/arm/conf/CRB
  projects/numa/sys/arm/conf/CUBIEBOARD
  projects/numa/sys/arm/conf/CUBIEBOARD2
  projects/numa/sys/arm/conf/DB-78XXX
  projects/numa/sys/arm/conf/DB-88F5XXX
  projects/numa/sys/arm/conf/DB-88F6XXX
  projects/numa/sys/arm/conf/DEFAULTS
  projects/numa/sys/arm/conf/DIGI-CCWMX53
  projects/numa/sys/arm/conf/DOCKSTAR
  projects/numa/sys/arm/conf/DREAMPLUG-1001
  projects/numa/sys/arm/conf/EA3250
  projects/numa/sys/arm/conf/EB9200
  projects/numa/sys/arm/conf/EFIKA_MX
  projects/numa/sys/arm/conf/EP80219
  projects/numa/sys/arm/conf/ETHERNUT5
  projects/numa/sys/arm/conf/GUMSTIX
  projects/numa/sys/arm/conf/HL200
  projects/numa/sys/arm/conf/HL201
  projects/numa/sys/arm/conf/IMX53-QSB
  projects/numa/sys/arm/conf/IQ31244
  projects/numa/sys/arm/conf/KB920X
  projects/numa/sys/arm/conf/LN2410SBC
  projects/numa/sys/arm/conf/NOTES
  projects/numa/sys/arm/conf/NSLU
  projects/numa/sys/arm/conf/PANDABOARD
  projects/numa/sys/arm/conf/QILA9G20
  projects/numa/sys/arm/conf/RADXA
  projects/numa/sys/arm/conf/RPI-B
  projects/numa/sys/arm/conf/SAM9260EK
  projects/numa/sys/arm/conf/SAM9G20EK
  projects/numa/sys/arm/conf/SAM9X25EK
  projects/numa/sys/arm/conf/SHEEVAPLUG
  projects/numa/sys/arm/conf/SN9G45
  projects/numa/sys/arm/conf/TS7800
  projects/numa/sys/arm/conf/VERSATILEPB
  projects/numa/sys/arm/conf/WANDBOARD-DUAL
  projects/numa/sys/arm/conf/WANDBOARD-QUAD
  projects/numa/sys/arm/conf/WANDBOARD-SOLO
  projects/numa/sys/arm/conf/ZEDBOARD
  projects/numa/sys/arm/freescale/imx/files.imx51
  projects/numa/sys/arm/freescale/imx/files.imx53
  projects/numa/sys/arm/freescale/imx/files.imx6
  projects/numa/sys/arm/freescale/imx/imx51_ccm.c
  projects/numa/sys/arm/freescale/imx/imx51_ipuv3.c
  projects/numa/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
  projects/numa/sys/arm/freescale/imx/imx51_ipuv3reg.h
  projects/numa/sys/arm/freescale/imx/imx51_tzicreg.h
  projects/numa/sys/arm/freescale/imx/imx6_anatop.c
  projects/numa/sys/arm/freescale/imx/imx6_anatopreg.h
  projects/numa/sys/arm/freescale/imx/imx6_anatopvar.h
  projects/numa/sys/arm/freescale/imx/imx6_ccm.c
  projects/numa/sys/arm/freescale/imx/imx6_ccmreg.h
  projects/numa/sys/arm/freescale/imx/imx6_machdep.c
  projects/numa/sys/arm/freescale/imx/imx6_pl310.c
  projects/numa/sys/arm/freescale/imx/imx6_usbphy.c
  projects/numa/sys/arm/freescale/imx/imx_gpt.c
  projects/numa/sys/arm/freescale/imx/imx_machdep.h
  projects/numa/sys/arm/freescale/imx/imx_nop_usbphy.c
  projects/numa/sys/arm/freescale/imx/imx_sdhci.c
  projects/numa/sys/arm/freescale/imx/std.imx6
  projects/numa/sys/arm/freescale/vybrid/files.vybrid
  projects/numa/sys/arm/freescale/vybrid/vf_ccm.c
  projects/numa/sys/arm/freescale/vybrid/vf_dcu4.c
  projects/numa/sys/arm/freescale/vybrid/vf_gpio.c
  projects/numa/sys/arm/freescale/vybrid/vf_iomuxc.c
  projects/numa/sys/arm/include/_types.h
  projects/numa/sys/arm/include/armreg.h
  projects/numa/sys/arm/include/asmacros.h
  projects/numa/sys/arm/include/atomic.h
  projects/numa/sys/arm/include/cpu.h
  projects/numa/sys/arm/include/cpuconf.h
  projects/numa/sys/arm/include/cpufunc.h
  projects/numa/sys/arm/include/fp.h
  projects/numa/sys/arm/include/kdb.h
  projects/numa/sys/arm/include/machdep.h
  projects/numa/sys/arm/include/md_var.h
  projects/numa/sys/arm/include/param.h
  projects/numa/sys/arm/include/pcb.h
  projects/numa/sys/arm/include/pcpu.h
  projects/numa/sys/arm/include/pl310.h
  projects/numa/sys/arm/include/pmap.h
  projects/numa/sys/arm/include/smp.h
  projects/numa/sys/arm/include/sysarch.h
  projects/numa/sys/arm/include/vfp.h
  projects/numa/sys/arm/include/vmparam.h
  projects/numa/sys/arm/lpc/files.lpc
  projects/numa/sys/arm/lpc/lpc_gpio.c
  projects/numa/sys/arm/lpc/lpc_machdep.c
  projects/numa/sys/arm/lpc/lpc_timer.c
  projects/numa/sys/arm/lpc/lpcvar.h
  projects/numa/sys/arm/mv/armadaxp/armadaxp_mp.c
  projects/numa/sys/arm/mv/armadaxp/files.armadaxp
  projects/numa/sys/arm/mv/files.mv
  projects/numa/sys/arm/mv/gpio.c
  projects/numa/sys/arm/mv/mv_localbus.c
  projects/numa/sys/arm/mv/mv_machdep.c
  projects/numa/sys/arm/mv/mv_pci.c
  projects/numa/sys/arm/mv/mvvar.h
  projects/numa/sys/arm/mv/orion/db88f5xxx.c
  projects/numa/sys/arm/mv/timer.c
  projects/numa/sys/arm/rockchip/files.rk30xx
  projects/numa/sys/arm/rockchip/rk30xx_gpio.c
  projects/numa/sys/arm/rockchip/rk30xx_grf.c
  projects/numa/sys/arm/rockchip/rk30xx_grf.h
  projects/numa/sys/arm/rockchip/rk30xx_machdep.c
  projects/numa/sys/arm/rockchip/rk30xx_pmu.c
  projects/numa/sys/arm/rockchip/rk30xx_pmu.h
  projects/numa/sys/arm/rockchip/rk30xx_wdog.c
  projects/numa/sys/arm/rockchip/rk30xx_wdog.h
  projects/numa/sys/arm/s3c2xx0/files.s3c2xx0
  projects/numa/sys/arm/s3c2xx0/s3c24x0_machdep.c
  projects/numa/sys/arm/samsung/exynos/exynos5_mp.c
  projects/numa/sys/arm/samsung/exynos/files.exynos5
  projects/numa/sys/arm/tegra/files.tegra2
  projects/numa/sys/arm/ti/am335x/am335x_dmtimer.c
  projects/numa/sys/arm/ti/am335x/am335x_prcm.c
  projects/numa/sys/arm/ti/files.ti
  projects/numa/sys/arm/ti/omap4/files.omap4
  projects/numa/sys/arm/ti/omap4/omap4_l2cache.c
  projects/numa/sys/arm/ti/omap4/omap4_mp.c
  projects/numa/sys/arm/ti/omap4/omap4_prcm_clks.c
  projects/numa/sys/arm/ti/ti_gpio.c
  projects/numa/sys/arm/ti/ti_prcm.h
  projects/numa/sys/arm/ti/ti_sdhci.c
  projects/numa/sys/arm/ti/twl/twl_vreg.c
  projects/numa/sys/arm/versatile/files.versatile
  projects/numa/sys/arm/xilinx/files.zynq7
  projects/numa/sys/arm/xilinx/std.zynq7
  projects/numa/sys/arm/xilinx/zy7_devcfg.c
  projects/numa/sys/arm/xilinx/zy7_machdep.c
  projects/numa/sys/arm/xilinx/zy7_reg.h
  projects/numa/sys/arm/xscale/i80321/ep80219_machdep.c
  projects/numa/sys/arm/xscale/i80321/files.i80219
  projects/numa/sys/arm/xscale/i80321/files.i80321
  projects/numa/sys/arm/xscale/i80321/iq31244_machdep.c
  projects/numa/sys/arm/xscale/i8134x/crb_machdep.c
  projects/numa/sys/arm/xscale/i8134x/files.i81342
  projects/numa/sys/arm/xscale/ixp425/avila_machdep.c
  projects/numa/sys/arm/xscale/ixp425/files.ixp425
  projects/numa/sys/arm/xscale/pxa/files.pxa
  projects/numa/sys/arm/xscale/pxa/pxa_machdep.c
  projects/numa/sys/arm/xscale/pxa/pxareg.h
  projects/numa/sys/boot/Makefile
  projects/numa/sys/boot/Makefile.amd64
  projects/numa/sys/boot/arm/at91/boot0/Makefile
  projects/numa/sys/boot/arm/at91/boot0iic/Makefile
  projects/numa/sys/boot/arm/at91/boot0spi/Makefile
  projects/numa/sys/boot/arm/at91/boot2/Makefile
  projects/numa/sys/boot/arm/at91/bootiic/Makefile
  projects/numa/sys/boot/arm/at91/bootspi/Makefile
  projects/numa/sys/boot/arm/at91/libat91/Makefile
  projects/numa/sys/boot/arm/ixp425/boot2/Makefile
  projects/numa/sys/boot/arm/uboot/Makefile
  projects/numa/sys/boot/common/Makefile.inc
  projects/numa/sys/boot/common/bootstrap.h
  projects/numa/sys/boot/common/module.c
  projects/numa/sys/boot/common/part.c
  projects/numa/sys/boot/efi/include/efi.h
  projects/numa/sys/boot/efi/include/efilib.h
  projects/numa/sys/boot/efi/libefi/Makefile
  projects/numa/sys/boot/efi/libefi/efinet.c
  projects/numa/sys/boot/efi/libefi/efipart.c
  projects/numa/sys/boot/efi/libefi/handles.c
  projects/numa/sys/boot/fdt/Makefile
  projects/numa/sys/boot/fdt/fdt_loader_cmd.c
  projects/numa/sys/boot/ficl/Makefile
  projects/numa/sys/boot/ficl/tools.c
  projects/numa/sys/boot/ficl/words.c
  projects/numa/sys/boot/forth/beastie.4th
  projects/numa/sys/boot/forth/beastie.4th.8
  projects/numa/sys/boot/forth/loader.conf
  projects/numa/sys/boot/forth/loader.conf.5
  projects/numa/sys/boot/i386/Makefile
  projects/numa/sys/boot/i386/boot0/Makefile
  projects/numa/sys/boot/i386/boot2/Makefile
  projects/numa/sys/boot/i386/btx/btx/Makefile
  projects/numa/sys/boot/i386/btx/btxldr/Makefile
  projects/numa/sys/boot/i386/btx/lib/Makefile
  projects/numa/sys/boot/i386/cdboot/Makefile
  projects/numa/sys/boot/i386/efi/bootinfo.c
  projects/numa/sys/boot/i386/kgzldr/Makefile
  projects/numa/sys/boot/i386/libfirewire/firewire.c
  projects/numa/sys/boot/i386/libi386/bootinfo.c
  projects/numa/sys/boot/i386/loader/Makefile
  projects/numa/sys/boot/i386/mbr/Makefile
  projects/numa/sys/boot/i386/pmbr/Makefile
  projects/numa/sys/boot/i386/zfsloader/Makefile
  projects/numa/sys/boot/ia64/common/Makefile
  projects/numa/sys/boot/ia64/common/bootinfo.c
  projects/numa/sys/boot/ia64/efi/Makefile
  projects/numa/sys/boot/ia64/ski/Makefile
  projects/numa/sys/boot/libstand32/Makefile
  projects/numa/sys/boot/pc98/boot0.5/Makefile
  projects/numa/sys/boot/pc98/boot0/Makefile
  projects/numa/sys/boot/pc98/btx/btx/Makefile
  projects/numa/sys/boot/pc98/btx/btxldr/Makefile
  projects/numa/sys/boot/pc98/btx/lib/Makefile
  projects/numa/sys/boot/pc98/cdboot/Makefile
  projects/numa/sys/boot/pc98/kgzldr/Makefile
  projects/numa/sys/boot/pc98/loader/Makefile
  projects/numa/sys/boot/powerpc/boot1.chrp/Makefile
  projects/numa/sys/boot/powerpc/ofw/Makefile
  projects/numa/sys/boot/powerpc/ofw/metadata.c
  projects/numa/sys/boot/powerpc/ps3/Makefile
  projects/numa/sys/boot/powerpc/ps3/metadata.c
  projects/numa/sys/boot/powerpc/uboot/Makefile
  projects/numa/sys/boot/sparc64/boot1/Makefile
  projects/numa/sys/boot/sparc64/loader/Makefile
  projects/numa/sys/boot/sparc64/loader/metadata.c
  projects/numa/sys/boot/uboot/common/main.c
  projects/numa/sys/boot/uboot/common/metadata.c
  projects/numa/sys/boot/uboot/lib/Makefile
  projects/numa/sys/boot/uboot/lib/api_public.h
  projects/numa/sys/boot/uboot/lib/disk.c
  projects/numa/sys/boot/uboot/lib/glue.c
  projects/numa/sys/boot/uboot/lib/libuboot.h
  projects/numa/sys/boot/uboot/lib/module.c
  projects/numa/sys/boot/userboot/Makefile
  projects/numa/sys/boot/userboot/libstand/Makefile
  projects/numa/sys/boot/userboot/test/Makefile
  projects/numa/sys/boot/userboot/userboot/Makefile
  projects/numa/sys/boot/userboot/userboot/bootinfo.c
  projects/numa/sys/boot/userboot/userboot/conf.c
  projects/numa/sys/boot/userboot/userboot/devicename.c
  projects/numa/sys/boot/userboot/userboot/main.c
  projects/numa/sys/boot/userboot/userboot/userboot_cons.c
  projects/numa/sys/bsm/audit_record.h
  projects/numa/sys/cam/ata/ata_all.c
  projects/numa/sys/cam/cam_periph.c
  projects/numa/sys/cam/cam_xpt.c
  projects/numa/sys/cam/ctl/README.ctl.txt
  projects/numa/sys/cam/ctl/ctl.c
  projects/numa/sys/cam/ctl/ctl_backend.h
  projects/numa/sys/cam/ctl/ctl_backend_block.c
  projects/numa/sys/cam/ctl/ctl_backend_ramdisk.c
  projects/numa/sys/cam/ctl/ctl_cmd_table.c
  projects/numa/sys/cam/ctl/ctl_frontend_cam_sim.c
  projects/numa/sys/cam/ctl/ctl_frontend_internal.c
  projects/numa/sys/cam/ctl/ctl_frontend_iscsi.c
  projects/numa/sys/cam/ctl/ctl_frontend_iscsi.h
  projects/numa/sys/cam/ctl/ctl_io.h
  projects/numa/sys/cam/ctl/ctl_ioctl.h
  projects/numa/sys/cam/ctl/ctl_private.h
  projects/numa/sys/cam/ctl/ctl_ser_table.c
  projects/numa/sys/cam/ctl/scsi_ctl.c
  projects/numa/sys/cam/scsi/scsi_all.h
  projects/numa/sys/cam/scsi/scsi_cd.c
  projects/numa/sys/cam/scsi/scsi_da.c
  projects/numa/sys/cam/scsi/scsi_enc_ses.c
  projects/numa/sys/cam/scsi/scsi_pass.c
  projects/numa/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c
  projects/numa/sys/cddl/compat/opensolaris/sys/dkio.h
  projects/numa/sys/cddl/compat/opensolaris/sys/file.h
  projects/numa/sys/cddl/compat/opensolaris/sys/kmem.h
  projects/numa/sys/cddl/contrib/opensolaris/common/avl/avl.c
  projects/numa/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.c
  projects/numa/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.h
  projects/numa/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/range_tree.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_send.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab_impl.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/range_tree.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_impl.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_disk.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/sys/avl.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/sys/bitmap.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap_impl.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/common/sys/sysmacros.h
  projects/numa/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c
  projects/numa/sys/cddl/dev/dtrace/dtrace_cddl.h
  projects/numa/sys/cddl/dev/dtrace/dtrace_ioctl.c
  projects/numa/sys/cddl/dev/dtrace/dtrace_sysctl.c
  projects/numa/sys/cddl/dev/systrace/systrace.c
  projects/numa/sys/compat/freebsd32/freebsd32_capability.c
  projects/numa/sys/compat/freebsd32/freebsd32_ioctl.c
  projects/numa/sys/compat/freebsd32/freebsd32_misc.c
  projects/numa/sys/compat/freebsd32/freebsd32_proto.h
  projects/numa/sys/compat/freebsd32/freebsd32_syscall.h
  projects/numa/sys/compat/freebsd32/freebsd32_syscalls.c
  projects/numa/sys/compat/freebsd32/freebsd32_sysent.c
  projects/numa/sys/compat/freebsd32/freebsd32_systrace_args.c
  projects/numa/sys/compat/freebsd32/syscalls.master
  projects/numa/sys/compat/linprocfs/linprocfs.c
  projects/numa/sys/compat/linux/linux_file.c
  projects/numa/sys/compat/linux/linux_ioctl.c
  projects/numa/sys/compat/linux/linux_misc.c
  projects/numa/sys/compat/linux/linux_socket.c
  projects/numa/sys/compat/svr4/svr4_fcntl.c
  projects/numa/sys/compat/svr4/svr4_filio.c
  projects/numa/sys/compat/svr4/svr4_fuser.h
  projects/numa/sys/compat/svr4/svr4_ioctl.c
  projects/numa/sys/compat/svr4/svr4_ipc.c
  projects/numa/sys/compat/svr4/svr4_misc.c
  projects/numa/sys/compat/svr4/svr4_resource.c
  projects/numa/sys/compat/svr4/svr4_resource.h
  projects/numa/sys/compat/svr4/svr4_stream.c
  projects/numa/sys/conf/Makefile.arm
  projects/numa/sys/conf/NOTES
  projects/numa/sys/conf/files
  projects/numa/sys/conf/files.amd64
  projects/numa/sys/conf/files.arm
  projects/numa/sys/conf/files.i386
  projects/numa/sys/conf/files.ia64
  projects/numa/sys/conf/files.pc98
  projects/numa/sys/conf/files.powerpc
  projects/numa/sys/conf/kern.mk
  projects/numa/sys/conf/kern.pre.mk
  projects/numa/sys/conf/kmod.mk
  projects/numa/sys/conf/options
  projects/numa/sys/conf/options.amd64
  projects/numa/sys/conf/options.arm
  projects/numa/sys/conf/options.i386
  projects/numa/sys/conf/options.ia64
  projects/numa/sys/conf/options.mips
  projects/numa/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
  projects/numa/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
  projects/numa/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c
  projects/numa/sys/contrib/ipfilter/netinet/ip_auth.c
  projects/numa/sys/contrib/ipfilter/netinet/ip_auth.h
  projects/numa/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c   (contents, props changed)
  projects/numa/sys/contrib/ipfilter/netinet/ip_frag.c
  projects/numa/sys/contrib/ipfilter/netinet/ip_frag.h
  projects/numa/sys/contrib/ipfilter/netinet/mlfk_ipl.c
  projects/numa/sys/contrib/xz-embedded/README
  projects/numa/sys/contrib/xz-embedded/linux/include/linux/xz.h
  projects/numa/sys/contrib/xz-embedded/linux/lib/decompress_unxz.c
  projects/numa/sys/contrib/xz-embedded/linux/lib/xz/Kconfig
  projects/numa/sys/contrib/xz-embedded/linux/lib/xz/xz_dec_stream.c
  projects/numa/sys/contrib/xz-embedded/linux/scripts/xz_wrap.sh
  projects/numa/sys/contrib/xz-embedded/userspace/Makefile
  projects/numa/sys/contrib/xz-embedded/userspace/boottest.c
  projects/numa/sys/contrib/xz-embedded/userspace/xz_config.h
  projects/numa/sys/contrib/xz-embedded/userspace/xzminidec.c
  projects/numa/sys/crypto/rijndael/Makefile
  projects/numa/sys/crypto/sha2/sha2.c
  projects/numa/sys/crypto/sha2/sha2.h
  projects/numa/sys/ddb/db_break.h
  projects/numa/sys/ddb/db_sym.h
  projects/numa/sys/ddb/db_variables.h
  projects/numa/sys/ddb/ddb.h
  projects/numa/sys/dev/aac/aac_linux.c
  projects/numa/sys/dev/aacraid/aacraid_cam.c
  projects/numa/sys/dev/aacraid/aacraid_linux.c
  projects/numa/sys/dev/aacraid/aacraid_pci.c
  projects/numa/sys/dev/acpica/Osd/OsdSchedule.c
  projects/numa/sys/dev/acpica/acpi.c
  projects/numa/sys/dev/acpica/acpi_cpu.c
  projects/numa/sys/dev/acpica/acpi_resource.c
  projects/numa/sys/dev/acpica/acpi_smbat.c
  projects/numa/sys/dev/acpica/acpivar.h
  projects/numa/sys/dev/advansys/advansys.c
  projects/numa/sys/dev/advansys/advlib.c
  projects/numa/sys/dev/advansys/adwcam.c
  projects/numa/sys/dev/age/if_agevar.h
  projects/numa/sys/dev/ahci/ahci.c
  projects/numa/sys/dev/aic7xxx/aic79xx.c
  projects/numa/sys/dev/aic7xxx/aicasm/Makefile
  projects/numa/sys/dev/alc/if_alcvar.h
  projects/numa/sys/dev/ale/if_alevar.h
  projects/numa/sys/dev/altera/atse/if_atse.c
  projects/numa/sys/dev/amdtemp/amdtemp.c
  projects/numa/sys/dev/amr/amr_linux.c
  projects/numa/sys/dev/ata/ata-all.c
  projects/numa/sys/dev/ata/chipsets/ata-fsl.c
  projects/numa/sys/dev/ath/ah_osdep.c
  projects/numa/sys/dev/ath/ath_hal/ah.c
  projects/numa/sys/dev/ath/ath_hal/ah.h
  projects/numa/sys/dev/ath/ath_hal/ah_devid.h
  projects/numa/sys/dev/ath/ath_hal/ah_internal.h
  projects/numa/sys/dev/ath/ath_hal/ah_regdomain.c
  projects/numa/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regenum.h
  projects/numa/sys/dev/ath/ath_hal/ar5210/ar5210.h
  projects/numa/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
  projects/numa/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
  projects/numa/sys/dev/ath/ath_hal/ar5210/ar5210_power.c
  projects/numa/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
  projects/numa/sys/dev/ath/ath_hal/ar5211/ar5211.h
  projects/numa/sys/dev/ath/ath_hal/ar5211/ar5211_power.c
  projects/numa/sys/dev/ath/ath_hal/ar5212/ar5212.h
  projects/numa/sys/dev/ath/ath_hal/ar5212/ar5212_power.c
  projects/numa/sys/dev/ath/ath_hal/ar5312/ar5312_power.c
  projects/numa/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
  projects/numa/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c
  projects/numa/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
  projects/numa/sys/dev/ath/ath_hal/ar5416/ar5416_power.c
  projects/numa/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
  projects/numa/sys/dev/ath/if_ath.c
  projects/numa/sys/dev/ath/if_ath_beacon.c
  projects/numa/sys/dev/ath/if_ath_beacon.h
  projects/numa/sys/dev/ath/if_ath_debug.h
  projects/numa/sys/dev/ath/if_ath_keycache.c
  projects/numa/sys/dev/ath/if_ath_led.c
  projects/numa/sys/dev/ath/if_ath_misc.h
  projects/numa/sys/dev/ath/if_ath_rx.c
  projects/numa/sys/dev/ath/if_ath_rx_edma.c
  projects/numa/sys/dev/ath/if_ath_sysctl.c
  projects/numa/sys/dev/ath/if_ath_tdma.c
  projects/numa/sys/dev/ath/if_ath_tx.c
  projects/numa/sys/dev/ath/if_ath_tx_edma.c
  projects/numa/sys/dev/ath/if_athvar.h
  projects/numa/sys/dev/bce/if_bce.c
  projects/numa/sys/dev/bce/if_bcefw.h
  projects/numa/sys/dev/bce/if_bcereg.h
  projects/numa/sys/dev/bge/if_bgereg.h
  projects/numa/sys/dev/bvm/bvm_console.c
  projects/numa/sys/dev/bxe/57710_init_values.c
  projects/numa/sys/dev/bxe/57710_int_offsets.h
  projects/numa/sys/dev/bxe/57711_init_values.c
  projects/numa/sys/dev/bxe/57711_int_offsets.h
  projects/numa/sys/dev/bxe/57712_init_values.c
  projects/numa/sys/dev/bxe/57712_int_offsets.h
  projects/numa/sys/dev/bxe/bxe.c
  projects/numa/sys/dev/bxe/bxe.h
  projects/numa/sys/dev/bxe/bxe_dcb.h
  projects/numa/sys/dev/bxe/bxe_debug.c
  projects/numa/sys/dev/bxe/bxe_elink.c
  projects/numa/sys/dev/bxe/bxe_elink.h
  projects/numa/sys/dev/bxe/bxe_stats.c
  projects/numa/sys/dev/bxe/bxe_stats.h
  projects/numa/sys/dev/bxe/ecore_fw_defs.h
  projects/numa/sys/dev/bxe/ecore_hsi.h
  projects/numa/sys/dev/bxe/ecore_init.h
  projects/numa/sys/dev/bxe/ecore_init_ops.h
  projects/numa/sys/dev/bxe/ecore_mfw_req.h
  projects/numa/sys/dev/bxe/ecore_reg.h
  projects/numa/sys/dev/bxe/ecore_sp.c
  projects/numa/sys/dev/bxe/ecore_sp.h
  projects/numa/sys/dev/ciss/ciss.c
  projects/numa/sys/dev/cpuctl/cpuctl.c
  projects/numa/sys/dev/cxgbe/adapter.h
  projects/numa/sys/dev/cxgbe/common/t4_hw.h
  projects/numa/sys/dev/cxgbe/t4_main.c
  projects/numa/sys/dev/cxgbe/t4_sge.c
  projects/numa/sys/dev/drm2/i915/i915_gem.c
  projects/numa/sys/dev/drm2/radeon/radeon_drv.c
  projects/numa/sys/dev/drm2/radeon/radeon_ioc32.c
  projects/numa/sys/dev/esp/esp_sbus.c
  projects/numa/sys/dev/esp/ncr53c9xvar.h
  projects/numa/sys/dev/etherswitch/arswitch/arswitch.c
  projects/numa/sys/dev/etherswitch/arswitch/arswitch_phy.c
  projects/numa/sys/dev/etherswitch/arswitch/arswitch_reg.c
  projects/numa/sys/dev/etherswitch/arswitch/arswitch_vlans.c
  projects/numa/sys/dev/etherswitch/arswitch/arswitch_vlans.h
  projects/numa/sys/dev/etherswitch/arswitch/arswitchreg.h
  projects/numa/sys/dev/etherswitch/arswitch/arswitchvar.h
  projects/numa/sys/dev/etherswitch/ip17x/ip175c.c
  projects/numa/sys/dev/etherswitch/ip17x/ip175d.c
  projects/numa/sys/dev/etherswitch/ip17x/ip17x.c
  projects/numa/sys/dev/etherswitch/ip17x/ip17x_phy.c
  projects/numa/sys/dev/etherswitch/ip17x/ip17x_var.h
  projects/numa/sys/dev/etherswitch/ip17x/ip17x_vlans.c
  projects/numa/sys/dev/fb/creator.c
  projects/numa/sys/dev/fb/machfb.c
  projects/numa/sys/dev/ffec/if_ffec.c
  projects/numa/sys/dev/filemon/filemon.c
  projects/numa/sys/dev/fxp/if_fxpreg.h
  projects/numa/sys/dev/gpio/gpio_if.m
  projects/numa/sys/dev/gpio/gpiobus.c
  projects/numa/sys/dev/gpio/gpiobusvar.h
  projects/numa/sys/dev/gpio/ofw_gpiobus.c
  projects/numa/sys/dev/hwpmc/hwpmc_core.c
  projects/numa/sys/dev/hwpmc/hwpmc_intel.c
  projects/numa/sys/dev/hwpmc/hwpmc_logging.c
  projects/numa/sys/dev/hwpmc/hwpmc_mpc7xxx.c
  projects/numa/sys/dev/hwpmc/hwpmc_piv.c
  projects/numa/sys/dev/hwpmc/hwpmc_powerpc.c
  projects/numa/sys/dev/hwpmc/hwpmc_ppc970.c
  projects/numa/sys/dev/hwpmc/hwpmc_uncore.c
  projects/numa/sys/dev/hwpmc/pmc_events.h
  projects/numa/sys/dev/hyperv/netvsc/hv_net_vsc.c
  projects/numa/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
  projects/numa/sys/dev/hyperv/netvsc/hv_rndis_filter.c
  projects/numa/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
  projects/numa/sys/dev/ipmi/ipmi_linux.c
  projects/numa/sys/dev/isci/scil/sati_passthrough.c
  projects/numa/sys/dev/isci/scil/sati_util.h
  projects/numa/sys/dev/isci/scil/sci_controller_constants.h
  projects/numa/sys/dev/isci/scil/sci_util.h
  projects/numa/sys/dev/isci/scil/scic_sds_request.h
  projects/numa/sys/dev/iscsi/icl.c
  projects/numa/sys/dev/iscsi/icl.h
  projects/numa/sys/dev/iscsi/icl_proxy.c
  projects/numa/sys/dev/iscsi/iscsi.c
  projects/numa/sys/dev/iscsi/iscsi.h
  projects/numa/sys/dev/iscsi/iscsi_ioctl.h
  projects/numa/sys/dev/iscsi_initiator/iscsi.c
  projects/numa/sys/dev/iwi/if_iwi.c
  projects/numa/sys/dev/iwi/if_iwireg.h
  projects/numa/sys/dev/iwi/if_iwivar.h
  projects/numa/sys/dev/iwn/if_iwn.c
  projects/numa/sys/dev/iwn/if_iwn_chip_cfg.h
  projects/numa/sys/dev/iwn/if_iwn_debug.h
  projects/numa/sys/dev/iwn/if_iwnreg.h
  projects/numa/sys/dev/iwn/if_iwnvar.h
  projects/numa/sys/dev/ixgbe/ixgbe.c
  projects/numa/sys/dev/jme/if_jmevar.h
  projects/numa/sys/dev/le/am7990.c
  projects/numa/sys/dev/le/am79900.c
  projects/numa/sys/dev/le/am79900reg.h
  projects/numa/sys/dev/le/am7990reg.h
  projects/numa/sys/dev/le/if_le_isa.c
  projects/numa/sys/dev/le/if_le_pci.c
  projects/numa/sys/dev/le/lance.c
  projects/numa/sys/dev/le/lancereg.h
  projects/numa/sys/dev/md/md.c
  projects/numa/sys/dev/mfi/mfi_linux.c
  projects/numa/sys/dev/mk48txx/mk48txx.c
  projects/numa/sys/dev/mps/mps.c
  projects/numa/sys/dev/mps/mps_sas.c
  projects/numa/sys/dev/mps/mps_sas.h
  projects/numa/sys/dev/msk/if_mskreg.h
  projects/numa/sys/dev/mxge/if_mxge.c
  projects/numa/sys/dev/mxge/if_mxge_var.h
  projects/numa/sys/dev/nand/nfc_at91.c
  projects/numa/sys/dev/netmap/netmap_freebsd.c
  projects/numa/sys/dev/nfe/if_nfe.c
  projects/numa/sys/dev/nfe/if_nfereg.h
  projects/numa/sys/dev/null/null.c
  projects/numa/sys/dev/nvme/nvme.c
  projects/numa/sys/dev/nvme/nvme_ctrlr.c
  projects/numa/sys/dev/nvme/nvme_private.h
  projects/numa/sys/dev/nvme/nvme_qpair.c
  projects/numa/sys/dev/oce/oce_if.c
  projects/numa/sys/dev/ofw/ofw_bus_if.m
  projects/numa/sys/dev/ofw/ofwbus.c
  projects/numa/sys/dev/patm/genrtab/Makefile
  projects/numa/sys/dev/pci/pci.c
  projects/numa/sys/dev/pci/pci_if.m
  projects/numa/sys/dev/pci/pci_pci.c
  projects/numa/sys/dev/pci/pcib_if.m
  projects/numa/sys/dev/pci/pcib_private.h
  projects/numa/sys/dev/pci/pcireg.h
  projects/numa/sys/dev/pci/pcivar.h
  projects/numa/sys/dev/puc/puc.c
  projects/numa/sys/dev/puc/puc_bfe.h
  projects/numa/sys/dev/puc/puc_cfg.c
  projects/numa/sys/dev/puc/puc_pccard.c
  projects/numa/sys/dev/puc/puc_pci.c
  projects/numa/sys/dev/puc/pucdata.c
  projects/numa/sys/dev/qlxgb/qla_os.c
  projects/numa/sys/dev/qlxgbe/ql_os.c
  projects/numa/sys/dev/qlxge/qls_os.c
  projects/numa/sys/dev/random/random_adaptors.c
  projects/numa/sys/dev/re/if_re.c
  projects/numa/sys/dev/sbni/if_sbni.c
  projects/numa/sys/dev/sdhci/sdhci.c
  projects/numa/sys/dev/sdhci/sdhci_fdt.c
  projects/numa/sys/dev/sfxge/common/efx.h
  projects/numa/sys/dev/sfxge/common/efx_ev.c
  projects/numa/sys/dev/sfxge/common/efx_tx.c
  projects/numa/sys/dev/sfxge/sfxge_ev.c
  projects/numa/sys/dev/sfxge/sfxge_port.c
  projects/numa/sys/dev/sfxge/sfxge_tx.c
  projects/numa/sys/dev/sfxge/sfxge_tx.h
  projects/numa/sys/dev/sge/if_sgereg.h
  projects/numa/sys/dev/sound/pci/hda/hdaa.c
  projects/numa/sys/dev/sound/pci/hda/hdaa_patches.c
  projects/numa/sys/dev/sound/pci/hda/hdac.c
  projects/numa/sys/dev/sound/pci/hda/hdac.h
  projects/numa/sys/dev/sound/pci/hda/hdacc.c
  projects/numa/sys/dev/sound/usb/uaudio.c
  projects/numa/sys/dev/syscons/syscons.h
  projects/numa/sys/dev/tdfx/tdfx_linux.c
  projects/numa/sys/dev/tws/tws.h
  projects/numa/sys/dev/tws/tws_cam.c
  projects/numa/sys/dev/tws/tws_user.c
  projects/numa/sys/dev/uart/uart_bus_fdt.c
  projects/numa/sys/dev/uart/uart_bus_pci.c
  projects/numa/sys/dev/uart/uart_dev_imx.c
  projects/numa/sys/dev/uart/uart_tty.c
  projects/numa/sys/dev/usb/controller/at91dci.c
  projects/numa/sys/dev/usb/controller/atmegadci.c
  projects/numa/sys/dev/usb/controller/avr32dci.c
  projects/numa/sys/dev/usb/controller/dwc_otg.c
  projects/numa/sys/dev/usb/controller/dwc_otg.h
  projects/numa/sys/dev/usb/controller/dwc_otg_fdt.c
  projects/numa/sys/dev/usb/controller/dwc_otgreg.h
  projects/numa/sys/dev/usb/controller/ehci_imx.c
  projects/numa/sys/dev/usb/controller/musb_otg.c
  projects/numa/sys/dev/usb/controller/uss820dci.c
  projects/numa/sys/dev/usb/controller/xhci.c
  projects/numa/sys/dev/usb/controller/xhci.h
  projects/numa/sys/dev/usb/controller/xhci_pci.c
  projects/numa/sys/dev/usb/controller/xhcireg.h
  projects/numa/sys/dev/usb/input/atp.c
  projects/numa/sys/dev/usb/input/ukbd.c
  projects/numa/sys/dev/usb/input/wsp.c
  projects/numa/sys/dev/usb/net/if_aue.c
  projects/numa/sys/dev/usb/net/if_smsc.c
  projects/numa/sys/dev/usb/quirk/usb_quirk.c
  projects/numa/sys/dev/usb/serial/ubsa.c
  projects/numa/sys/dev/usb/serial/ubser.c
  projects/numa/sys/dev/usb/serial/uchcom.c
  projects/numa/sys/dev/usb/serial/ufoma.c
  projects/numa/sys/dev/usb/serial/uftdi.c
  projects/numa/sys/dev/usb/serial/uftdi_reg.h
  projects/numa/sys/dev/usb/serial/umodem.c
  projects/numa/sys/dev/usb/serial/uplcom.c
  projects/numa/sys/dev/usb/serial/usb_serial.c
  projects/numa/sys/dev/usb/serial/usb_serial.h
  projects/numa/sys/dev/usb/usb_core.h
  projects/numa/sys/dev/usb/usb_dev.c
  projects/numa/sys/dev/usb/usb_device.c
  projects/numa/sys/dev/usb/usb_pf.c
  projects/numa/sys/dev/usb/usb_process.c
  projects/numa/sys/dev/usb/usb_process.h
  projects/numa/sys/dev/usb/usb_transfer.c
  projects/numa/sys/dev/usb/usbdevs
  projects/numa/sys/dev/usb/usbdi.h
  projects/numa/sys/dev/usb/wlan/if_run.c
  projects/numa/sys/dev/usb/wlan/if_runvar.h
  projects/numa/sys/dev/usb/wlan/if_urtwn.c
  projects/numa/sys/dev/usb/wlan/if_urtwnreg.h
  projects/numa/sys/dev/virtio/network/if_vtnet.c
  projects/numa/sys/dev/virtio/random/virtio_random.c
  projects/numa/sys/dev/vmware/vmxnet3/if_vmx.c
  projects/numa/sys/dev/vmware/vmxnet3/if_vmxreg.h
  projects/numa/sys/dev/vmware/vmxnet3/if_vmxvar.h
  projects/numa/sys/dev/vt/hw/fb/vt_early_fb.c
  projects/numa/sys/dev/vt/hw/fb/vt_fb.c
  projects/numa/sys/dev/vt/hw/fb/vt_fb.h
  projects/numa/sys/dev/vt/hw/ofwfb/ofwfb.c
  projects/numa/sys/dev/vt/hw/vga/vga.c
  projects/numa/sys/dev/vt/vt.h
  projects/numa/sys/dev/vt/vt_buf.c
  projects/numa/sys/dev/vt/vt_consolectl.c
  projects/numa/sys/dev/vt/vt_core.c
  projects/numa/sys/dev/vt/vt_sysmouse.c
  projects/numa/sys/dev/vxge/vxge.c
  projects/numa/sys/dev/xen/console/console.c
  projects/numa/sys/dev/xen/console/xencons_ring.c
  projects/numa/sys/dev/xen/timer/timer.c
  projects/numa/sys/fs/ext2fs/ext2_alloc.c
  projects/numa/sys/fs/ext2fs/ext2_balloc.c
  projects/numa/sys/fs/ext2fs/ext2_bmap.c
  projects/numa/sys/fs/ext2fs/ext2_dinode.h
  projects/numa/sys/fs/ext2fs/ext2_dir.h
  projects/numa/sys/fs/ext2fs/ext2_extents.h
  projects/numa/sys/fs/ext2fs/ext2_extern.h
  projects/numa/sys/fs/ext2fs/ext2_htree.c
  projects/numa/sys/fs/ext2fs/ext2_inode.c
  projects/numa/sys/fs/ext2fs/ext2_inode_cnv.c
  projects/numa/sys/fs/ext2fs/ext2_lookup.c
  projects/numa/sys/fs/ext2fs/ext2_mount.h
  projects/numa/sys/fs/ext2fs/ext2_vfsops.c
  projects/numa/sys/fs/ext2fs/ext2_vnops.c
  projects/numa/sys/fs/ext2fs/ext2fs.h
  projects/numa/sys/fs/ext2fs/fs.h
  projects/numa/sys/fs/ext2fs/htree.h
  projects/numa/sys/fs/ext2fs/inode.h
  projects/numa/sys/fs/fdescfs/fdesc_vnops.c
  projects/numa/sys/fs/fifofs/fifo_vnops.c
  projects/numa/sys/fs/fuse/fuse_vfsops.c
  projects/numa/sys/fs/msdosfs/msdosfs_fileno.c
  projects/numa/sys/fs/msdosfs/msdosfs_vnops.c
  projects/numa/sys/fs/nandfs/bmap.c
  projects/numa/sys/fs/nandfs/nandfs.h
  projects/numa/sys/fs/nandfs/nandfs_subr.c
  projects/numa/sys/fs/nandfs/nandfs_vfsops.c
  projects/numa/sys/fs/nfs/nfs_commonsubs.c
  projects/numa/sys/fs/nfsclient/nfs_clcomsubs.c
  projects/numa/sys/fs/nfsclient/nfs_clport.c
  projects/numa/sys/fs/nfsclient/nfs_clrpcops.c
  projects/numa/sys/fs/nfsclient/nfs_clvnops.c
  projects/numa/sys/fs/nfsserver/nfs_nfsdport.c
  projects/numa/sys/fs/nfsserver/nfs_nfsdserv.c
  projects/numa/sys/fs/nfsserver/nfs_nfsdstate.c
  projects/numa/sys/fs/smbfs/smbfs_smb.c
  projects/numa/sys/fs/smbfs/smbfs_subr.h
  projects/numa/sys/fs/smbfs/smbfs_vfsops.c
  projects/numa/sys/fs/tmpfs/tmpfs_subr.c
  projects/numa/sys/fs/tmpfs/tmpfs_vfsops.c
  projects/numa/sys/fs/tmpfs/tmpfs_vnops.c
  projects/numa/sys/geom/geom_disk.c
  projects/numa/sys/geom/geom_slice.c
  projects/numa/sys/geom/geom_subr.c
  projects/numa/sys/geom/label/g_label.c
  projects/numa/sys/geom/label/g_label_ufs.c
  projects/numa/sys/geom/mirror/g_mirror.c
  projects/numa/sys/geom/part/g_part.c
  projects/numa/sys/geom/part/g_part_ebr.c
  projects/numa/sys/geom/part/g_part_gpt.c
  projects/numa/sys/geom/part/g_part_mbr.c
  projects/numa/sys/geom/part/g_part_pc98.c
  projects/numa/sys/geom/part/g_part_vtoc8.c
  projects/numa/sys/geom/raid/g_raid.c
  projects/numa/sys/geom/raid/md_ddf.c
  projects/numa/sys/geom/raid/md_intel.c
  projects/numa/sys/geom/raid/md_jmicron.c
  projects/numa/sys/geom/raid/md_nvidia.c
  projects/numa/sys/geom/raid/md_promise.c
  projects/numa/sys/geom/raid/md_sii.c
  projects/numa/sys/geom/stripe/g_stripe.c
  projects/numa/sys/geom/uncompress/g_uncompress.c
  projects/numa/sys/geom/uzip/g_uzip.c
  projects/numa/sys/i386/conf/GENERIC
  projects/numa/sys/i386/conf/GENERIC.hints
  projects/numa/sys/i386/conf/NOTES
  projects/numa/sys/i386/conf/XEN
  projects/numa/sys/i386/i386/apic_vector.s
  projects/numa/sys/i386/i386/locore.s
  projects/numa/sys/i386/i386/machdep.c
  projects/numa/sys/i386/i386/mp_machdep.c
  projects/numa/sys/i386/i386/pmap.c
  projects/numa/sys/i386/i386/sys_machdep.c
  projects/numa/sys/i386/i386/trap.c
  projects/numa/sys/i386/i386/uio_machdep.c
  projects/numa/sys/i386/i386/vm_machdep.c
  projects/numa/sys/i386/ibcs2/ibcs2_fcntl.c
  projects/numa/sys/i386/ibcs2/ibcs2_ioctl.c
  projects/numa/sys/i386/ibcs2/ibcs2_misc.c
  projects/numa/sys/i386/include/clock.h
  projects/numa/sys/i386/include/smp.h
  projects/numa/sys/i386/include/xen/hypercall.h
  projects/numa/sys/i386/include/xen/xen-os.h
  projects/numa/sys/i386/linux/linux_machdep.c
  projects/numa/sys/i386/xen/clock.c
  projects/numa/sys/i386/xen/mp_machdep.c
  projects/numa/sys/i386/xen/pmap.c
  projects/numa/sys/i386/xen/xen_machdep.c
  projects/numa/sys/ia64/acpica/OsdEnvironment.c
  projects/numa/sys/ia64/conf/GENERIC
  projects/numa/sys/ia64/ia64/clock.c
  projects/numa/sys/ia64/ia64/db_machdep.c
  projects/numa/sys/ia64/ia64/dump_machdep.c
  projects/numa/sys/ia64/ia64/efi.c
  projects/numa/sys/ia64/ia64/exception.S
  projects/numa/sys/ia64/ia64/interrupt.c
  projects/numa/sys/ia64/ia64/iodev_machdep.c
  projects/numa/sys/ia64/ia64/machdep.c
  projects/numa/sys/ia64/ia64/mem.c
  projects/numa/sys/ia64/ia64/mp_machdep.c
  projects/numa/sys/ia64/ia64/nexus.c
  projects/numa/sys/ia64/ia64/pmap.c
  projects/numa/sys/ia64/ia64/sal.c
  projects/numa/sys/ia64/ia64/trap.c
  projects/numa/sys/ia64/ia64/uio_machdep.c
  projects/numa/sys/ia64/ia64/uma_machdep.c
  projects/numa/sys/ia64/include/_types.h
  projects/numa/sys/ia64/include/kdb.h
  projects/numa/sys/ia64/include/md_var.h
  projects/numa/sys/ia64/include/pcpu.h
  projects/numa/sys/ia64/include/pmap.h
  projects/numa/sys/ia64/include/smp.h
  projects/numa/sys/isa/isareg.h
  projects/numa/sys/kern/Make.tags.inc
  projects/numa/sys/kern/imgact_elf.c
  projects/numa/sys/kern/init_main.c
  projects/numa/sys/kern/init_sysent.c
  projects/numa/sys/kern/kern_alq.c
  projects/numa/sys/kern/kern_clocksource.c
  projects/numa/sys/kern/kern_cpu.c
  projects/numa/sys/kern/kern_descrip.c
  projects/numa/sys/kern/kern_et.c
  projects/numa/sys/kern/kern_event.c
  projects/numa/sys/kern/kern_exec.c
  projects/numa/sys/kern/kern_exit.c
  projects/numa/sys/kern/kern_jail.c
  projects/numa/sys/kern/kern_ktr.c
  projects/numa/sys/kern/kern_ktrace.c
  projects/numa/sys/kern/kern_linker.c
  projects/numa/sys/kern/kern_loginclass.c
  projects/numa/sys/kern/kern_malloc.c
  projects/numa/sys/kern/kern_mbuf.c
  projects/numa/sys/kern/kern_mib.c
  projects/numa/sys/kern/kern_mtxpool.c
  projects/numa/sys/kern/kern_sdt.c
  projects/numa/sys/kern/kern_shutdown.c
  projects/numa/sys/kern/kern_sig.c
  projects/numa/sys/kern/kern_sysctl.c
  projects/numa/sys/kern/kern_time.c
  projects/numa/sys/kern/kern_timeout.c
  projects/numa/sys/kern/kern_umtx.c
  projects/numa/sys/kern/sched_4bsd.c
  projects/numa/sys/kern/sched_ule.c
  projects/numa/sys/kern/subr_bus.c
  projects/numa/sys/kern/subr_capability.c
  projects/numa/sys/kern/subr_clock.c
  projects/numa/sys/kern/subr_devstat.c
  projects/numa/sys/kern/subr_fattime.c
  projects/numa/sys/kern/subr_prf.c
  projects/numa/sys/kern/subr_rman.c
  projects/numa/sys/kern/subr_smp.c
  projects/numa/sys/kern/subr_syscall.c
  projects/numa/sys/kern/subr_terminal.c
  projects/numa/sys/kern/subr_trap.c
  projects/numa/sys/kern/subr_vmem.c
  projects/numa/sys/kern/subr_witness.c
  projects/numa/sys/kern/sys_capability.c
  projects/numa/sys/kern/sys_generic.c
  projects/numa/sys/kern/sys_pipe.c
  projects/numa/sys/kern/sys_procdesc.c
  projects/numa/sys/kern/syscalls.c
  projects/numa/sys/kern/syscalls.master
  projects/numa/sys/kern/systrace_args.c
  projects/numa/sys/kern/tty.c
  projects/numa/sys/kern/uipc_mqueue.c
  projects/numa/sys/kern/uipc_sem.c
  projects/numa/sys/kern/uipc_shm.c
  projects/numa/sys/kern/uipc_sockbuf.c
  projects/numa/sys/kern/uipc_syscalls.c
  projects/numa/sys/kern/uipc_usrreq.c
  projects/numa/sys/kern/vfs_acl.c
  projects/numa/sys/kern/vfs_aio.c
  projects/numa/sys/kern/vfs_bio.c
  projects/numa/sys/kern/vfs_extattr.c
  projects/numa/sys/kern/vfs_lookup.c
  projects/numa/sys/kern/vfs_mount.c
  projects/numa/sys/kern/vfs_subr.c
  projects/numa/sys/kern/vfs_syscalls.c
  projects/numa/sys/kern/vfs_vnops.c
  projects/numa/sys/mips/atheros/apb.c
  projects/numa/sys/mips/atheros/apbvar.h
  projects/numa/sys/mips/atheros/ar71xx_cpudef.h
  projects/numa/sys/mips/atheros/ar71xx_ehci.c
  projects/numa/sys/mips/atheros/ar71xx_gpio.c
  projects/numa/sys/mips/atheros/ar71xx_machdep.c
  projects/numa/sys/mips/atheros/ar934x_chip.c
  projects/numa/sys/mips/atheros/if_arge.c
  projects/numa/sys/mips/beri/beri_machdep.c
  projects/numa/sys/mips/beri/beri_simplebus.c
  projects/numa/sys/mips/beri/files.beri
  projects/numa/sys/mips/cavium/octopci_bus_space.c
  projects/numa/sys/mips/conf/ALCHEMY
  projects/numa/sys/mips/conf/ALFA_HORNET_UB
  projects/numa/sys/mips/conf/AP121
  projects/numa/sys/mips/conf/AP91
  projects/numa/sys/mips/conf/AP93
  projects/numa/sys/mips/conf/AP94
  projects/numa/sys/mips/conf/AP96
  projects/numa/sys/mips/conf/AR71XX_BASE
  projects/numa/sys/mips/conf/AR724X_BASE
  projects/numa/sys/mips/conf/AR91XX_BASE
  projects/numa/sys/mips/conf/AR933X_BASE
  projects/numa/sys/mips/conf/AR934X_BASE
  projects/numa/sys/mips/conf/BERI_NETFPGA_MDROOT
  projects/numa/sys/mips/conf/CARAMBOLA2
  projects/numa/sys/mips/conf/DB120
  projects/numa/sys/mips/conf/DB120.hints
  projects/numa/sys/mips/conf/ENH200
  projects/numa/sys/mips/conf/OCTEON1
  projects/numa/sys/mips/conf/PB47
  projects/numa/sys/mips/conf/PB92
  projects/numa/sys/mips/conf/PICOSTATION_M2HP
  projects/numa/sys/mips/conf/ROUTERSTATION
  projects/numa/sys/mips/conf/ROUTERSTATION_MFS
  projects/numa/sys/mips/conf/RSPRO
  projects/numa/sys/mips/conf/RSPRO_MFS
  projects/numa/sys/mips/conf/RSPRO_STANDALONE
  projects/numa/sys/mips/conf/RT305X
  projects/numa/sys/mips/conf/SENTRY5
  projects/numa/sys/mips/conf/SWARM64_SMP
  projects/numa/sys/mips/conf/SWARM_SMP
  projects/numa/sys/mips/conf/TP-WN1043ND
  projects/numa/sys/mips/conf/WZR-300HP
  projects/numa/sys/mips/conf/WZR-300HP.hints
  projects/numa/sys/mips/conf/XLRN32
  projects/numa/sys/mips/conf/std.SWARM
  projects/numa/sys/mips/conf/std.XLP
  projects/numa/sys/mips/include/_types.h
  projects/numa/sys/mips/include/bootinfo.h
  projects/numa/sys/mips/include/bus.h
  projects/numa/sys/mips/mips/bus_space_fdt.c
  projects/numa/sys/mips/mips/bus_space_generic.c
  projects/numa/sys/mips/mips/gdb_machdep.c
  projects/numa/sys/mips/mips/machdep.c
  projects/numa/sys/mips/mips/mp_machdep.c
  projects/numa/sys/mips/mips/pm_machdep.c
  projects/numa/sys/mips/mips/pmap.c
  projects/numa/sys/mips/mips/sys_machdep.c
  projects/numa/sys/mips/mips/uio_machdep.c
  projects/numa/sys/mips/mips/uma_machdep.c
  projects/numa/sys/mips/mips/vm_machdep.c
  projects/numa/sys/mips/rmi/dev/nlge/if_nlge.c
  projects/numa/sys/mips/rmi/rootfs_list.txt
  projects/numa/sys/modules/Makefile
  projects/numa/sys/modules/aic7xxx/ahc/Makefile
  projects/numa/sys/modules/arcnet/Makefile
  projects/numa/sys/modules/bce/Makefile
  projects/numa/sys/modules/bxe/Makefile
  projects/numa/sys/modules/carp/Makefile
  projects/numa/sys/modules/crypto/Makefile
  projects/numa/sys/modules/ctl/Makefile
  projects/numa/sys/modules/cxgb/Makefile
  projects/numa/sys/modules/cxgb/cxgb/Makefile
  projects/numa/sys/modules/cxgb/iw_cxgb/Makefile
  projects/numa/sys/modules/cxgb/tom/Makefile
  projects/numa/sys/modules/cxgbe/Makefile
  projects/numa/sys/modules/cxgbe/if_cxgbe/Makefile
  projects/numa/sys/modules/cxgbe/iw_cxgbe/Makefile
  projects/numa/sys/modules/cxgbe/tom/Makefile
  projects/numa/sys/modules/cyclic/Makefile
  projects/numa/sys/modules/dpt/Makefile
  projects/numa/sys/modules/drm/Makefile
  projects/numa/sys/modules/drm2/Makefile
  projects/numa/sys/modules/drm2/radeonkms/Makefile
  projects/numa/sys/modules/dtrace/dtmalloc/Makefile
  projects/numa/sys/modules/dtrace/dtnfscl/Makefile
  projects/numa/sys/modules/dtrace/dtnfsclient/Makefile
  projects/numa/sys/modules/dtrace/dtrace/Makefile
  projects/numa/sys/modules/dtrace/dtrace_test/Makefile
  projects/numa/sys/modules/dtrace/dtraceall/Makefile
  projects/numa/sys/modules/dtrace/fasttrap/Makefile
  projects/numa/sys/modules/dtrace/fbt/Makefile
  projects/numa/sys/modules/dtrace/lockstat/Makefile
  projects/numa/sys/modules/dtrace/profile/Makefile
  projects/numa/sys/modules/dtrace/prototype/Makefile
  projects/numa/sys/modules/dtrace/sdt/Makefile
  projects/numa/sys/modules/dtrace/systrace/Makefile
  projects/numa/sys/modules/dtrace/systrace_freebsd32/Makefile
  projects/numa/sys/modules/dtrace/systrace_linux32/Makefile
  projects/numa/sys/modules/dummynet/Makefile
  projects/numa/sys/modules/em/Makefile
  projects/numa/sys/modules/ep/Makefile
  projects/numa/sys/modules/geom/geom_bde/Makefile
  projects/numa/sys/modules/geom/geom_label/Makefile
  projects/numa/sys/modules/geom/geom_uncompress/Makefile
  projects/numa/sys/modules/gpio/gpiobus/Makefile
  projects/numa/sys/modules/gpio/gpioiic/Makefile
  projects/numa/sys/modules/gpio/gpioled/Makefile
  projects/numa/sys/modules/i2c/iicbb/Makefile
  projects/numa/sys/modules/if_bridge/Makefile
  projects/numa/sys/modules/if_gif/Makefile
  projects/numa/sys/modules/if_gre/Makefile
  projects/numa/sys/modules/if_lagg/Makefile
  projects/numa/sys/modules/if_tun/Makefile
  projects/numa/sys/modules/igb/Makefile
  projects/numa/sys/modules/ipdivert/Makefile
  projects/numa/sys/modules/ipfilter/Makefile
  projects/numa/sys/modules/ipfw/Makefile
  projects/numa/sys/modules/ipoib/Makefile
  projects/numa/sys/modules/ixgbe/Makefile
  projects/numa/sys/modules/mlx4/Makefile
  projects/numa/sys/modules/mlx4ib/Makefile
  projects/numa/sys/modules/mlxen/Makefile
  projects/numa/sys/modules/mthca/Makefile
  projects/numa/sys/modules/nandfs/Makefile
  projects/numa/sys/modules/netgraph/Makefile
  projects/numa/sys/modules/netgraph/iface/Makefile
  projects/numa/sys/modules/netgraph/ipfw/Makefile
  projects/numa/sys/modules/netgraph/netflow/Makefile
  projects/numa/sys/modules/opensolaris/Makefile
  projects/numa/sys/modules/pf/Makefile
  projects/numa/sys/modules/pflog/Makefile
  projects/numa/sys/modules/pfsync/Makefile
  projects/numa/sys/modules/random/Makefile
  projects/numa/sys/modules/smbfs/Makefile
  projects/numa/sys/modules/sound/driver/Makefile
  projects/numa/sys/modules/sound/driver/uaudio/Makefile
  projects/numa/sys/modules/sound/sound/Makefile
  projects/numa/sys/modules/sppp/Makefile
  projects/numa/sys/modules/usb/Makefile
  projects/numa/sys/modules/usb/dwc_otg/Makefile
  projects/numa/sys/modules/usb/urtwnfw/Makefile
  projects/numa/sys/modules/virtio/network/Makefile
  projects/numa/sys/modules/vmm/Makefile
  projects/numa/sys/modules/vmware/vmxnet3/Makefile
  projects/numa/sys/modules/vx/Makefile
  projects/numa/sys/modules/wlan/Makefile
  projects/numa/sys/modules/zfs/Makefile
  projects/numa/sys/net/bpf_filter.c
  projects/numa/sys/net/flowtable.c
  projects/numa/sys/net/ieee8023ad_lacp.c
  projects/numa/sys/net/if.c
  projects/numa/sys/net/if.h
  projects/numa/sys/net/if_arcsubr.c
  projects/numa/sys/net/if_bridge.c
  projects/numa/sys/net/if_disc.c
  projects/numa/sys/net/if_epair.c
  projects/numa/sys/net/if_ethersubr.c
  projects/numa/sys/net/if_faith.c
  projects/numa/sys/net/if_fddisubr.c
  projects/numa/sys/net/if_gre.c
  projects/numa/sys/net/if_iso88025subr.c
  projects/numa/sys/net/if_lagg.c
  projects/numa/sys/net/if_loop.c
  projects/numa/sys/net/if_pfsync.h
  projects/numa/sys/net/if_spppfr.c
  projects/numa/sys/net/if_spppsubr.c
  projects/numa/sys/net/if_stf.c
  projects/numa/sys/net/if_tun.c
  projects/numa/sys/net/if_types.h
  projects/numa/sys/net/if_var.h
  projects/numa/sys/net/if_vlan.c
  projects/numa/sys/net/iso88025.h
  projects/numa/sys/net/netisr.h
  projects/numa/sys/net/pfvar.h
  projects/numa/sys/net/radix.c
  projects/numa/sys/net/radix_mpath.c
  projects/numa/sys/net/route.c
  projects/numa/sys/net/route.h
  projects/numa/sys/net/rtsock.c
  projects/numa/sys/net80211/ieee80211.c
  projects/numa/sys/net80211/ieee80211_ioctl.c
  projects/numa/sys/net80211/ieee80211_output.c
  projects/numa/sys/net80211/ieee80211_power.c
  projects/numa/sys/net80211/ieee80211_power.h
  projects/numa/sys/net80211/ieee80211_sta.c
  projects/numa/sys/net80211/ieee80211_var.h
  projects/numa/sys/netgraph/ng_cisco.c
  projects/numa/sys/netgraph/ng_iface.c
  projects/numa/sys/netgraph/ng_iface.h
  projects/numa/sys/netgraph/ng_ksocket.c
  projects/numa/sys/netinet/icmp_var.h
  projects/numa/sys/netinet/if_ether.c
  projects/numa/sys/netinet/igmp_var.h
  projects/numa/sys/netinet/in.c
  projects/numa/sys/netinet/in.h
  projects/numa/sys/netinet/in_pcb.c
  projects/numa/sys/netinet/in_pcb.h
  projects/numa/sys/netinet/in_pcbgroup.c
  projects/numa/sys/netinet/in_proto.c
  projects/numa/sys/netinet/in_rmx.c
  projects/numa/sys/netinet/ip_carp.c
  projects/numa/sys/netinet/ip_fastfwd.c
  projects/numa/sys/netinet/ip_gre.c
  projects/numa/sys/netinet/ip_icmp.c
  projects/numa/sys/netinet/ip_input.c
  projects/numa/sys/netinet/ip_ipsec.c
  projects/numa/sys/netinet/ip_options.c
  projects/numa/sys/netinet/ip_output.c
  projects/numa/sys/netinet/ip_var.h
  projects/numa/sys/netinet/pim_var.h
  projects/numa/sys/netinet/raw_ip.c
  projects/numa/sys/netinet/sctp.h
  projects/numa/sys/netinet/sctp_constants.h
  projects/numa/sys/netinet/sctp_indata.c
  projects/numa/sys/netinet/sctp_input.c
  projects/numa/sys/netinet/sctp_os_bsd.h
  projects/numa/sys/netinet/sctp_output.c
  projects/numa/sys/netinet/sctp_pcb.c
  projects/numa/sys/netinet/sctp_sysctl.c
  projects/numa/sys/netinet/sctp_sysctl.h
  projects/numa/sys/netinet/sctp_timer.c
  projects/numa/sys/netinet/sctp_usrreq.c
  projects/numa/sys/netinet/sctputil.c
  projects/numa/sys/netinet/sctputil.h
  projects/numa/sys/netinet/tcp_input.c
  projects/numa/sys/netinet/tcp_output.c
  projects/numa/sys/netinet/tcp_reass.c
  projects/numa/sys/netinet/tcp_subr.c
  projects/numa/sys/netinet/tcp_timer.c
  projects/numa/sys/netinet/tcp_timer.h
  projects/numa/sys/netinet/tcp_timewait.c
  projects/numa/sys/netinet/tcp_usrreq.c
  projects/numa/sys/netinet/tcp_var.h
  projects/numa/sys/netinet/udp_usrreq.c
  projects/numa/sys/netinet/udp_var.h
  projects/numa/sys/netinet6/in6.h
  projects/numa/sys/netinet6/in6_ifattach.c
  projects/numa/sys/netinet6/in6_mcast.c
  projects/numa/sys/netinet6/in6_pcb.c
  projects/numa/sys/netinet6/in6_pcbgroup.c
  projects/numa/sys/netinet6/in6_proto.c
  projects/numa/sys/netinet6/in6_rmx.c
  projects/numa/sys/netinet6/ip6_forward.c
  projects/numa/sys/netinet6/ip6_input.c
  projects/numa/sys/netinet6/ip6_ipsec.c
  projects/numa/sys/netinet6/ip6_output.c
  projects/numa/sys/netinet6/ip6_var.h
  projects/numa/sys/netinet6/nd6.c
  projects/numa/sys/netinet6/nd6_nbr.c
  projects/numa/sys/netinet6/pim6_var.h
  projects/numa/sys/netinet6/udp6_usrreq.c
  projects/numa/sys/netinet6/udp6_var.h
  projects/numa/sys/netipsec/ipsec.c
  projects/numa/sys/netipsec/ipsec.h
  projects/numa/sys/netipsec/ipsec_output.c
  projects/numa/sys/netipsec/key_var.h
  projects/numa/sys/netipsec/xform_ipip.c
  projects/numa/sys/netpfil/ipfw/ip_fw_nat.c
  projects/numa/sys/netpfil/ipfw/ip_fw_pfil.c
  projects/numa/sys/netpfil/ipfw/ip_fw_sockopt.c
  projects/numa/sys/netpfil/pf/if_pfsync.c
  projects/numa/sys/netpfil/pf/pf.c
  projects/numa/sys/netpfil/pf/pf_ioctl.c
  projects/numa/sys/netpfil/pf/pf_lb.c
  projects/numa/sys/netsmb/netbios.h
  projects/numa/sys/netsmb/smb_dev.c
  projects/numa/sys/netsmb/smb_iod.c
  projects/numa/sys/nfs/bootp_subr.c
  projects/numa/sys/nfsserver/nfs_serv.c
  projects/numa/sys/nfsserver/nfs_srvkrpc.c
  projects/numa/sys/nlm/nlm_prot_impl.c
  projects/numa/sys/ofed/drivers/infiniband/core/umem.c
  projects/numa/sys/ofed/drivers/infiniband/hw/mlx4/Makefile
  projects/numa/sys/ofed/drivers/infiniband/hw/mthca/mthca_memfree.c
  projects/numa/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
  projects/numa/sys/ofed/drivers/net/mlx4/Makefile
  projects/numa/sys/ofed/drivers/net/mlx4/en_netdev.c
  projects/numa/sys/ofed/include/rdma/ib_addr.h
  projects/numa/sys/opencrypto/crypto.c
  projects/numa/sys/opencrypto/cryptodev.c
  projects/numa/sys/opencrypto/cryptosoft.c
  projects/numa/sys/pc98/cbus/cbus.h
  projects/numa/sys/pc98/cbus/cbus_dma.c
  projects/numa/sys/pc98/conf/NOTES
  projects/numa/sys/pc98/pc98/machdep.c
  projects/numa/sys/pci/if_rlreg.h
  projects/numa/sys/powerpc/aim/machdep.c
  projects/numa/sys/powerpc/aim/mmu_oea.c
  projects/numa/sys/powerpc/aim/mmu_oea64.c
  projects/numa/sys/powerpc/aim/moea64_native.c
  projects/numa/sys/powerpc/aim/trap_subr32.S
  projects/numa/sys/powerpc/aim/uma_machdep.c
  projects/numa/sys/powerpc/booke/machdep.c
  projects/numa/sys/powerpc/booke/pmap.c
  projects/numa/sys/powerpc/conf/GENERIC
  projects/numa/sys/powerpc/conf/GENERIC64
  projects/numa/sys/powerpc/conf/MPC85XX
  projects/numa/sys/powerpc/conf/NOTES
  projects/numa/sys/powerpc/include/_types.h
  projects/numa/sys/powerpc/include/atomic.h
  projects/numa/sys/powerpc/include/bat.h
  projects/numa/sys/powerpc/include/bus.h
  projects/numa/sys/powerpc/include/counter.h
  projects/numa/sys/powerpc/include/psl.h
  projects/numa/sys/powerpc/powermac/atibl.c
  projects/numa/sys/powerpc/powerpc/copyinout.c
  projects/numa/sys/powerpc/powerpc/intr_machdep.c
  projects/numa/sys/powerpc/powerpc/mp_machdep.c
  projects/numa/sys/powerpc/powerpc/platform.c
  projects/numa/sys/powerpc/powerpc/uio_machdep.c
  projects/numa/sys/powerpc/ps3/ps3_syscons.c
  projects/numa/sys/powerpc/ps3/ps3bus.c
  projects/numa/sys/powerpc/ps3/ps3pic.c
  projects/numa/sys/rpc/clnt_vc.c
  projects/numa/sys/security/audit/audit_bsm_klib.c
  projects/numa/sys/security/mac/mac_framework.h
  projects/numa/sys/security/mac/mac_policy.h
  projects/numa/sys/security/mac/mac_syscalls.c
  projects/numa/sys/security/mac_biba/mac_biba.c
  projects/numa/sys/security/mac_lomac/mac_lomac.c
  projects/numa/sys/security/mac_mls/mac_mls.c
  projects/numa/sys/security/mac_stub/mac_stub.c
  projects/numa/sys/security/mac_test/mac_test.c
  projects/numa/sys/sparc64/conf/GENERIC
  projects/numa/sys/sparc64/include/_types.h
  projects/numa/sys/sparc64/isa/isa.c
  projects/numa/sys/sparc64/pci/fire.c
  projects/numa/sys/sparc64/pci/firereg.h
  projects/numa/sys/sparc64/sparc64/machdep.c
  projects/numa/sys/sparc64/sparc64/mp_machdep.c
  projects/numa/sys/sparc64/sparc64/pmap.c
  projects/numa/sys/sparc64/sparc64/spitfire.c
  projects/numa/sys/sparc64/sparc64/sys_machdep.c
  projects/numa/sys/sparc64/sparc64/uio_machdep.c
  projects/numa/sys/sparc64/sparc64/vm_machdep.c
  projects/numa/sys/sys/_umtx.h
  projects/numa/sys/sys/ata.h
  projects/numa/sys/sys/buf_ring.h
  projects/numa/sys/sys/bus_dma.h
  projects/numa/sys/sys/capability.h
  projects/numa/sys/sys/event.h
  projects/numa/sys/sys/eventhandler.h
  projects/numa/sys/sys/fcntl.h
  projects/numa/sys/sys/filedesc.h
  projects/numa/sys/sys/kernel.h
  projects/numa/sys/sys/mbuf.h
  projects/numa/sys/sys/mutex.h
  projects/numa/sys/sys/param.h
  projects/numa/sys/sys/pipe.h
  projects/numa/sys/sys/pmc.h
  projects/numa/sys/sys/priv.h
  projects/numa/sys/sys/proc.h
  projects/numa/sys/sys/procdesc.h
  projects/numa/sys/sys/select.h
  projects/numa/sys/sys/smp.h
  projects/numa/sys/sys/sockbuf.h
  projects/numa/sys/sys/socket.h
  projects/numa/sys/sys/sockio.h
  projects/numa/sys/sys/stat.h
  projects/numa/sys/sys/stdatomic.h
  projects/numa/sys/sys/syscall.h
  projects/numa/sys/sys/syscall.mk
  projects/numa/sys/sys/sysctl.h
  projects/numa/sys/sys/sysproto.h
  projects/numa/sys/sys/systm.h
  projects/numa/sys/sys/time.h
  projects/numa/sys/sys/timeet.h
  projects/numa/sys/sys/umtx.h
  projects/numa/sys/sys/unpcb.h
  projects/numa/sys/sys/user.h
  projects/numa/sys/sys/vmmeter.h
  projects/numa/sys/tools/miidevs2h.awk
  projects/numa/sys/tools/pccarddevs2h.awk
  projects/numa/sys/ufs/ffs/ffs_alloc.c
  projects/numa/sys/ufs/ffs/ffs_balloc.c
  projects/numa/sys/ufs/ffs/ffs_extern.h
  projects/numa/sys/ufs/ffs/ffs_snapshot.c
  projects/numa/sys/ufs/ffs/ffs_softdep.c
  projects/numa/sys/ufs/ffs/ffs_vfsops.c
  projects/numa/sys/ufs/ffs/ffs_vnops.c
  projects/numa/sys/ufs/ffs/fs.h
  projects/numa/sys/ufs/ffs/softdep.h
  projects/numa/sys/ufs/ufs/dir.h
  projects/numa/sys/ufs/ufs/dirhash.h
  projects/numa/sys/ufs/ufs/extattr.h
  projects/numa/sys/ufs/ufs/gjournal.h
  projects/numa/sys/ufs/ufs/inode.h
  projects/numa/sys/ufs/ufs/quota.h
  projects/numa/sys/ufs/ufs/ufs_extern.h
  projects/numa/sys/ufs/ufs/ufs_lookup.c
  projects/numa/sys/ufs/ufs/ufsmount.h
  projects/numa/sys/vm/device_pager.c
  projects/numa/sys/vm/memguard.c
  projects/numa/sys/vm/swap_pager.c
  projects/numa/sys/vm/vm_fault.c
  projects/numa/sys/vm/vm_glue.c
  projects/numa/sys/vm/vm_map.c
  projects/numa/sys/vm/vm_meter.c
  projects/numa/sys/vm/vm_mmap.c
  projects/numa/sys/vm/vm_object.c
  projects/numa/sys/vm/vm_page.c
  projects/numa/sys/vm/vm_pageout.c
  projects/numa/sys/vm/vm_param.h
  projects/numa/sys/vm/vm_phys.c
  projects/numa/sys/vm/vm_phys.h
  projects/numa/sys/vm/vm_radix.c
  projects/numa/sys/vm/vm_zeroidle.c
  projects/numa/sys/vm/vnode_pager.c
  projects/numa/sys/x86/acpica/acpi_wakeup.c
  projects/numa/sys/x86/acpica/madt.c
  projects/numa/sys/x86/include/_types.h
  projects/numa/sys/x86/include/bus.h
  projects/numa/sys/x86/iommu/busdma_dmar.c
  projects/numa/sys/x86/iommu/intel_ctx.c
  projects/numa/sys/x86/iommu/intel_dmar.h
  projects/numa/sys/x86/iommu/intel_drv.c
  projects/numa/sys/x86/iommu/intel_fault.c
  projects/numa/sys/x86/iommu/intel_utils.c
  projects/numa/sys/x86/isa/atpic.c
  projects/numa/sys/x86/isa/clock.c
  projects/numa/sys/x86/isa/isa_dma.c
  projects/numa/sys/x86/x86/intr_machdep.c
  projects/numa/sys/x86/x86/mca.c
  projects/numa/sys/x86/x86/nexus.c
  projects/numa/sys/x86/xen/hvm.c
  projects/numa/sys/xen/xen-os.h
  projects/numa/tests/sys/Makefile
  projects/numa/tests/sys/kern/Makefile
  projects/numa/tests/sys/kern/unix_seqpacket_test.c
  projects/numa/tools/KSE/ksetest/Makefile
  projects/numa/tools/KSE/rr/Makefile
  projects/numa/tools/bsdbox/Makefile
  projects/numa/tools/bsdbox/Makefile.net
  projects/numa/tools/bsdbox/Makefile.telnetd
  projects/numa/tools/build/Makefile
  projects/numa/tools/build/mk/OptionalObsoleteFiles.inc
  projects/numa/tools/build/options/WITHOUT_BINUTILS
  projects/numa/tools/build/options/WITHOUT_BMAKE
  projects/numa/tools/build/options/WITHOUT_CLANG
  projects/numa/tools/build/options/WITHOUT_CROSS_COMPILER
  projects/numa/tools/build/options/WITHOUT_GCC
  projects/numa/tools/build/options/WITH_CLANG
  projects/numa/tools/build/options/WITH_TESTS
  projects/numa/tools/diag/dumpvfscache/Makefile
  projects/numa/tools/diag/localeck/Makefile
  projects/numa/tools/regression/README
  projects/numa/tools/regression/acct/Makefile
  projects/numa/tools/regression/aio/aiop/Makefile
  projects/numa/tools/regression/aio/aiotest/Makefile
  projects/numa/tools/regression/aio/kqueue/Makefile
  projects/numa/tools/regression/aio/kqueue/lio/Makefile
  projects/numa/tools/regression/audit/audit_pipe_ioctl/Makefile
  projects/numa/tools/regression/capsicum/libcapsicum/dns.c
  projects/numa/tools/regression/capsicum/libcapsicum/grp.c
  projects/numa/tools/regression/capsicum/libcapsicum/pwd.c
  projects/numa/tools/regression/capsicum/libcapsicum/sysctl.c
  projects/numa/tools/regression/capsicum/syscalls/cap_fcntls_limit.c
  projects/numa/tools/regression/capsicum/syscalls/cap_getmode.c
  projects/numa/tools/regression/capsicum/syscalls/cap_ioctls_limit.c
  projects/numa/tools/regression/doat/Makefile
  projects/numa/tools/regression/environ/Makefile.envctl
  projects/numa/tools/regression/environ/Makefile.retention
  projects/numa/tools/regression/environ/Makefile.timings
  projects/numa/tools/regression/ethernet/ethermulti/Makefile
  projects/numa/tools/regression/execve/Makefile
  projects/numa/tools/regression/fifo/fifo_create/Makefile
  projects/numa/tools/regression/fifo/fifo_io/Makefile
  projects/numa/tools/regression/fifo/fifo_misc/Makefile
  projects/numa/tools/regression/fifo/fifo_open/Makefile
  projects/numa/tools/regression/file/dup/Makefile
  projects/numa/tools/regression/file/flock/Makefile
  projects/numa/tools/regression/file/ftruncate/Makefile
  projects/numa/tools/regression/file/newfileops_on_fork/Makefile
  projects/numa/tools/regression/filemon/Makefile
  projects/numa/tools/regression/fsx/Makefile
  projects/numa/tools/regression/gaithrstress/Makefile
  projects/numa/tools/regression/geom/ConfCmp/Makefile
  projects/numa/tools/regression/geom/MdLoad/Makefile
  projects/numa/tools/regression/include/stdatomic/Makefile
  projects/numa/tools/regression/include/tgmath/Makefile
  projects/numa/tools/regression/kgssapi/Makefile
  projects/numa/tools/regression/kqueue/Makefile
  projects/numa/tools/regression/kthread/kld/Makefile
  projects/numa/tools/regression/lib/libc/net/Makefile
  projects/numa/tools/regression/lib/libc/resolv/Makefile
  projects/numa/tools/regression/lib/libc/stdio/Makefile
  projects/numa/tools/regression/lib/libc/string/Makefile
  projects/numa/tools/regression/lib/libc/string/test-strerror.c
  projects/numa/tools/regression/mac/mac_bsdextended/Makefile
  projects/numa/tools/regression/mlock/Makefile
  projects/numa/tools/regression/mmap/Makefile
  projects/numa/tools/regression/mqueue/mqtest1/Makefile
  projects/numa/tools/regression/mqueue/mqtest2/Makefile
  projects/numa/tools/regression/mqueue/mqtest3/Makefile
  projects/numa/tools/regression/mqueue/mqtest4/Makefile
  projects/numa/tools/regression/mqueue/mqtest5/Makefile
  projects/numa/tools/regression/netinet/arphold/Makefile
  projects/numa/tools/regression/netinet/ipbroadcast/Makefile
  projects/numa/tools/regression/netinet/ipdivert/Makefile
  projects/numa/tools/regression/netinet/ipmulticast/Makefile
  projects/numa/tools/regression/netinet/ipsockopt/Makefile
  projects/numa/tools/regression/netinet/msocket/Makefile
  projects/numa/tools/regression/netinet/msocket_ifnet_remove/Makefile
  projects/numa/tools/regression/netinet/rawconnect/Makefile
  projects/numa/tools/regression/netinet/tcpconnect/Makefile
  projects/numa/tools/regression/netinet/tcpdrop/Makefile
  projects/numa/tools/regression/netinet/tcpfullwindowrst/Makefile
  projects/numa/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile
  projects/numa/tools/regression/netinet/tcpsocktimewait/Makefile
  projects/numa/tools/regression/netinet/tcpstream/Makefile
  projects/numa/tools/regression/netinet/udpconnectjail/Makefile
  projects/numa/tools/regression/netinet/udpzerobyte/Makefile
  projects/numa/tools/regression/netinet6/icmp6_filter/Makefile
  projects/numa/tools/regression/netinet6/inet6_rth/Makefile
  projects/numa/tools/regression/netinet6/ip6_sockets/Makefile
  projects/numa/tools/regression/nfsmmap/test1/Makefile
  projects/numa/tools/regression/nfsmmap/test2/Makefile
  projects/numa/tools/regression/p1003_1b/Makefile
  projects/numa/tools/regression/pipe/Makefile
  projects/numa/tools/regression/posixsem/Makefile
  projects/numa/tools/regression/posixsem2/Makefile
  projects/numa/tools/regression/posixshm/Makefile
  projects/numa/tools/regression/priv/Makefile
  projects/numa/tools/regression/priv/main.c
  projects/numa/tools/regression/pthread/cv_cancel1/Makefile
  projects/numa/tools/regression/pthread/mutex_isowned_np/Makefile
  projects/numa/tools/regression/rpcsec_gss/Makefile
  projects/numa/tools/regression/security/access/Makefile
  projects/numa/tools/regression/security/cap_test/Makefile
  projects/numa/tools/regression/security/cap_test/cap_test_capabilities.c
  projects/numa/tools/regression/security/cap_test/cap_test_capmode.c
  projects/numa/tools/regression/security/cap_test/cap_test_fcntl.c
  projects/numa/tools/regression/security/cap_test/cap_test_pdfork.c
  projects/numa/tools/regression/security/cap_test/cap_test_pdkill.c
  projects/numa/tools/regression/security/cap_test/cap_test_relative.c
  projects/numa/tools/regression/security/cap_test/cap_test_sysctl.c
  projects/numa/tools/regression/security/open_to_operation/Makefile
  projects/numa/tools/regression/security/proc_to_proc/Makefile
  projects/numa/tools/regression/sigqueue/sigqtest1/Makefile
  projects/numa/tools/regression/sigqueue/sigqtest2/Makefile
  projects/numa/tools/regression/sockets/accept_fd_leak/Makefile
  projects/numa/tools/regression/sockets/accf_data_attach/Makefile
  projects/numa/tools/regression/sockets/fstat/Makefile
  projects/numa/tools/regression/sockets/kqueue/Makefile
  projects/numa/tools/regression/sockets/listen_backlog/Makefile
  projects/numa/tools/regression/sockets/listenclose/Makefile
  projects/numa/tools/regression/sockets/pr_atomic/Makefile
  projects/numa/tools/regression/sockets/reconnect/Makefile
  projects/numa/tools/regression/sockets/rtsocket/Makefile
  projects/numa/tools/regression/sockets/sblock/Makefile
  projects/numa/tools/regression/sockets/sendfile/Makefile
  projects/numa/tools/regression/sockets/shutdown/Makefile
  projects/numa/tools/regression/sockets/sigpipe/Makefile
  projects/numa/tools/regression/sockets/so_setfib/Makefile
  projects/numa/tools/regression/sockets/socketpair/Makefile
  projects/numa/tools/regression/sockets/unix_bindconnect/Makefile
  projects/numa/tools/regression/sockets/unix_close_race/Makefile
  projects/numa/tools/regression/sockets/unix_cmsg/Makefile
  projects/numa/tools/regression/sockets/unix_gc/Makefile
  projects/numa/tools/regression/sockets/unix_passfd/Makefile
  projects/numa/tools/regression/sockets/unix_sendtorace/Makefile
  projects/numa/tools/regression/sockets/unix_socket/Makefile
  projects/numa/tools/regression/sockets/unix_sorflush/Makefile
  projects/numa/tools/regression/sockets/zerosend/Makefile
  projects/numa/tools/regression/sysvmsg/Makefile
  projects/numa/tools/regression/sysvsem/Makefile
  projects/numa/tools/regression/sysvshm/Makefile
  projects/numa/tools/regression/tls/ttls1/Makefile
  projects/numa/tools/regression/tls/ttls2/Makefile
  projects/numa/tools/regression/tls/ttls4/Makefile
  projects/numa/tools/regression/tmpfs/Makefile
  projects/numa/tools/regression/ufs/uprintf/Makefile
  projects/numa/tools/regression/vfs/trailing_slash.t
  projects/numa/tools/test/auxinfo/Makefile
  projects/numa/tools/test/iconv/gnu/Makefile
  projects/numa/tools/test/iconv/posix/Makefile
  projects/numa/tools/test/iconv/refgen/Makefile
  projects/numa/tools/test/iconv/tablegen/Makefile
  projects/numa/tools/test/malloc/Makefile
  projects/numa/tools/test/netfibs/Makefile
  projects/numa/tools/test/ppsapi/Makefile
  projects/numa/tools/test/ptrace/Makefile
  projects/numa/tools/test/upsdl/Makefile
  projects/numa/tools/tools/aac/Makefile
  projects/numa/tools/tools/ath/Makefile.inc
  projects/numa/tools/tools/ath/arcode/Makefile
  projects/numa/tools/tools/ath/ath_ee_9287_print/Makefile
  projects/numa/tools/tools/ath/ath_ee_9300_print/Makefile
  projects/numa/tools/tools/ath/ath_ee_v14_print/Makefile
  projects/numa/tools/tools/ath/ath_ee_v4k_print/Makefile
  projects/numa/tools/tools/ath/athaggrstats/Makefile
  projects/numa/tools/tools/ath/athaggrstats/athaggrstats.c
  projects/numa/tools/tools/ath/athaggrstats/athaggrstats.h
  projects/numa/tools/tools/ath/athalq/Makefile
  projects/numa/tools/tools/ath/athstats/Makefile
  projects/numa/tools/tools/ath/athstats/athstats.c
  projects/numa/tools/tools/ath/athstats/athstats.h
  projects/numa/tools/tools/atsectl/Makefile
  projects/numa/tools/tools/bootparttest/Makefile
  projects/numa/tools/tools/cfi/Makefile
  projects/numa/tools/tools/cxgbetool/Makefile
  projects/numa/tools/tools/cxgbtool/Makefile
  projects/numa/tools/tools/drm/radeon/mkregtable/Makefile
  projects/numa/tools/tools/find-sb/Makefile
  projects/numa/tools/tools/gdb_regofs/Makefile
  projects/numa/tools/tools/ifinfo/Makefile
  projects/numa/tools/tools/ifinfo/ifinfo.c
  projects/numa/tools/tools/ifpifa/Makefile
  projects/numa/tools/tools/ipw/Makefile
  projects/numa/tools/tools/iwi/Makefile
  projects/numa/tools/tools/mfi/Makefile
  projects/numa/tools/tools/mwl/mwldebug/Makefile
  projects/numa/tools/tools/mwl/mwlstats/Makefile
  projects/numa/tools/tools/mwl/mwlstats/mwlstats.c
  projects/numa/tools/tools/mwl/mwlstats/mwlstats.h
  projects/numa/tools/tools/nanobsd/Files/root/save_cfg
  projects/numa/tools/tools/nanobsd/gateworks/common
  projects/numa/tools/tools/nanobsd/nanobsd.sh
  projects/numa/tools/tools/nanobsd/pcengines/ALIX_DSK
  projects/numa/tools/tools/nanobsd/pcengines/common.conf
  projects/numa/tools/tools/ncpus/Makefile
  projects/numa/tools/tools/net80211/stumbler/Makefile
  projects/numa/tools/tools/net80211/w00t/Makefile.inc
  projects/numa/tools/tools/net80211/wesside/dics/Makefile
  projects/numa/tools/tools/net80211/wesside/udps/Makefile
  projects/numa/tools/tools/net80211/wesside/wesside/Makefile
  projects/numa/tools/tools/net80211/wlaninject/Makefile
  projects/numa/tools/tools/net80211/wlanstats/Makefile
  projects/numa/tools/tools/net80211/wlanstats/main.c
  projects/numa/tools/tools/net80211/wlanstats/wlanstats.c
  projects/numa/tools/tools/net80211/wlanstats/wlanstats.h
  projects/numa/tools/tools/net80211/wlantxtime/Makefile
  projects/numa/tools/tools/net80211/wlanwatch/Makefile
  projects/numa/tools/tools/net80211/wlanwatch/wlanwatch.c
  projects/numa/tools/tools/net80211/wlanwds/Makefile
  projects/numa/tools/tools/net80211/wlanwds/wlanwds.c
  projects/numa/tools/tools/netmap/Makefile
  projects/numa/tools/tools/netrate/http/Makefile
  projects/numa/tools/tools/netrate/httpd/Makefile
  projects/numa/tools/tools/netrate/juggle/Makefile
  projects/numa/tools/tools/netrate/netblast/Makefile
  projects/numa/tools/tools/netrate/netreceive/Makefile
  projects/numa/tools/tools/netrate/netsend/Makefile
  projects/numa/tools/tools/netrate/tcpconnect/Makefile
  projects/numa/tools/tools/netrate/tcpp/Makefile
  projects/numa/tools/tools/netrate/tcpreceive/Makefile
  projects/numa/tools/tools/npe/npestats/Makefile
  projects/numa/tools/tools/npe/npestats/npestats.c
  projects/numa/tools/tools/npe/npestats/npestats.h
  projects/numa/tools/tools/nxge/Makefile
  projects/numa/tools/tools/pciroms/Makefile
  projects/numa/tools/tools/pirtool/Makefile
  projects/numa/tools/tools/syscall_timing/Makefile
  projects/numa/tools/tools/sysdoc/tunables.mdoc
  projects/numa/tools/tools/tionxcl/Makefile
  projects/numa/tools/tools/umastat/Makefile
  projects/numa/tools/tools/vxge/Makefile
  projects/numa/tools/tools/wtap/vis_map/Makefile
  projects/numa/tools/tools/wtap/wtap/Makefile
  projects/numa/tools/tools/zfsboottest/Makefile
  projects/numa/usr.bin/Makefile
  projects/numa/usr.bin/apply/Makefile
  projects/numa/usr.bin/ar/Makefile
  projects/numa/usr.bin/atf/atf-sh/Makefile
  projects/numa/usr.bin/atf/atf-sh/tests/Makefile
  projects/numa/usr.bin/bc/Makefile
  projects/numa/usr.bin/bc/bc.1
  projects/numa/usr.bin/bc/bc.library
  projects/numa/usr.bin/bc/bc.y
  projects/numa/usr.bin/bc/extern.h
  projects/numa/usr.bin/bc/scan.l
  projects/numa/usr.bin/bmake/Makefile
  projects/numa/usr.bin/bmake/Makefile.inc
  projects/numa/usr.bin/brandelf/brandelf.1
  projects/numa/usr.bin/bsdiff/bsdiff/bsdiff.c
  projects/numa/usr.bin/bsdiff/bspatch/bspatch.c
  projects/numa/usr.bin/bzip2recover/Makefile
  projects/numa/usr.bin/calendar/Makefile
  projects/numa/usr.bin/calendar/calendars/calendar.freebsd
  projects/numa/usr.bin/chkey/Makefile
  projects/numa/usr.bin/chpass/Makefile
  projects/numa/usr.bin/clang/Makefile
  projects/numa/usr.bin/clang/clang-tblgen/Makefile
  projects/numa/usr.bin/clang/clang/Makefile
  projects/numa/usr.bin/clang/llc/Makefile
  projects/numa/usr.bin/clang/lldb/Makefile
  projects/numa/usr.bin/clang/llvm-mc/Makefile
  projects/numa/usr.bin/clang/llvm-objdump/Makefile
  projects/numa/usr.bin/clang/llvm-rtdyld/Makefile
  projects/numa/usr.bin/clang/macho-dump/Makefile
  projects/numa/usr.bin/clang/opt/Makefile
  projects/numa/usr.bin/comm/Makefile
  projects/numa/usr.bin/cpio/Makefile
  projects/numa/usr.bin/cpio/test/Makefile
  projects/numa/usr.bin/csup/config.h
  projects/numa/usr.bin/csup/diff.c
  projects/numa/usr.bin/csup/fixups.c
  projects/numa/usr.bin/csup/fixups.h
  projects/numa/usr.bin/csup/keyword.c
  projects/numa/usr.bin/csup/proto.c
  projects/numa/usr.bin/csup/rcsfile.c
  projects/numa/usr.bin/csup/rcsparse.c
  projects/numa/usr.bin/csup/status.c
  projects/numa/usr.bin/csup/threads.c
  projects/numa/usr.bin/dc/bcode.c
  projects/numa/usr.bin/dc/bcode.h
  projects/numa/usr.bin/dc/dc.1
  projects/numa/usr.bin/dc/inout.c
  projects/numa/usr.bin/dirname/Makefile
  projects/numa/usr.bin/dtc/fdt.cc
  projects/numa/usr.bin/elfdump/elfdump.c
  projects/numa/usr.bin/fetch/Makefile
  projects/numa/usr.bin/file2c/Makefile
  projects/numa/usr.bin/find/extern.h
  projects/numa/usr.bin/find/find.1
  projects/numa/usr.bin/find/find.c
  projects/numa/usr.bin/find/function.c
  projects/numa/usr.bin/find/main.c
  projects/numa/usr.bin/ftp/Makefile
  projects/numa/usr.bin/grep/Makefile
  projects/numa/usr.bin/grep/grep.c
  projects/numa/usr.bin/grep/grep.h
  projects/numa/usr.bin/grep/regex/tre-fastmatch.c
  projects/numa/usr.bin/gzip/Makefile
  projects/numa/usr.bin/hexdump/hexdump.h
  projects/numa/usr.bin/hexdump/parse.c
  projects/numa/usr.bin/id/Makefile
  projects/numa/usr.bin/indent/indent.1
  projects/numa/usr.bin/iscsictl/iscsictl.8
  projects/numa/usr.bin/iscsictl/iscsictl.c
  projects/numa/usr.bin/iscsictl/periphs.c
  projects/numa/usr.bin/join/Makefile
  projects/numa/usr.bin/jot/Makefile
  projects/numa/usr.bin/kdump/Makefile
  projects/numa/usr.bin/kdump/kdump.1
  projects/numa/usr.bin/kdump/kdump.c
  projects/numa/usr.bin/kdump/mksubr
  projects/numa/usr.bin/ktrdump/ktrdump.c
  projects/numa/usr.bin/lastcomm/Makefile
  projects/numa/usr.bin/ldd/sods.c
  projects/numa/usr.bin/lex/lib/Makefile
  projects/numa/usr.bin/locate/bigram/Makefile
  projects/numa/usr.bin/locate/code/Makefile
  projects/numa/usr.bin/locate/locate/locate.1
  projects/numa/usr.bin/logger/Makefile
  projects/numa/usr.bin/logger/logger.1
  projects/numa/usr.bin/login/Makefile
  projects/numa/usr.bin/login/login.c
  projects/numa/usr.bin/look/look.1
  projects/numa/usr.bin/look/look.c
  projects/numa/usr.bin/m4/Makefile
  projects/numa/usr.bin/make/Makefile
  projects/numa/usr.bin/make/make.1
  projects/numa/usr.bin/mesg/mesg.c
  projects/numa/usr.bin/ministat/ministat.c
  projects/numa/usr.bin/mkcsmapper_static/Makefile
  projects/numa/usr.bin/mkesdb_static/Makefile
  projects/numa/usr.bin/ncal/Makefile
  projects/numa/usr.bin/netstat/Makefile
  projects/numa/usr.bin/netstat/if.c
  projects/numa/usr.bin/netstat/inet.c
  projects/numa/usr.bin/netstat/main.c
  projects/numa/usr.bin/netstat/mroute.c
  projects/numa/usr.bin/netstat/netstat.1
  projects/numa/usr.bin/netstat/netstat.h
  projects/numa/usr.bin/netstat/route.c
  projects/numa/usr.bin/newkey/Makefile
  projects/numa/usr.bin/nl/nl.1
  projects/numa/usr.bin/nl/nl.c
  projects/numa/usr.bin/passwd/Makefile
  projects/numa/usr.bin/patch/common.h
  projects/numa/usr.bin/patch/pch.h
  projects/numa/usr.bin/pr/pr.1
  projects/numa/usr.bin/printf/Makefile
  projects/numa/usr.bin/printf/printf.1
  projects/numa/usr.bin/printf/printf.c
  projects/numa/usr.bin/procstat/procstat_files.c
  projects/numa/usr.bin/rwho/rwho.c
  projects/numa/usr.bin/sed/Makefile
  projects/numa/usr.bin/sort/Makefile
  projects/numa/usr.bin/sort/bwstring.h
  projects/numa/usr.bin/sort/coll.h
  projects/numa/usr.bin/sort/file.h
  projects/numa/usr.bin/sort/mem.h
  projects/numa/usr.bin/sort/radixsort.h
  projects/numa/usr.bin/sort/sort.1.in
  projects/numa/usr.bin/sort/sort.h
  projects/numa/usr.bin/sort/vsort.h
  projects/numa/usr.bin/ssh-copy-id/ssh-copy-id.1
  projects/numa/usr.bin/ssh-copy-id/ssh-copy-id.sh
  projects/numa/usr.bin/stat/stat.1
  projects/numa/usr.bin/stat/stat.c
  projects/numa/usr.bin/su/Makefile
  projects/numa/usr.bin/svn/Makefile.inc
  projects/numa/usr.bin/svn/lib/libapr/Makefile
  projects/numa/usr.bin/svn/lib/libapr_util/Makefile
  projects/numa/usr.bin/svn/lib/libapr_util/apu_config.h
  projects/numa/usr.bin/svn/lib/libserf/Makefile
  projects/numa/usr.bin/svn/lib/libsqlite3/Makefile
  projects/numa/usr.bin/svn/svn/Makefile
  projects/numa/usr.bin/svn/svn_private_config.h
  projects/numa/usr.bin/svn/svnadmin/Makefile
  projects/numa/usr.bin/svn/svndumpfilter/Makefile
  projects/numa/usr.bin/svn/svnlook/Makefile
  projects/numa/usr.bin/svn/svnmucc/Makefile
  projects/numa/usr.bin/svn/svnrdump/Makefile
  projects/numa/usr.bin/svn/svnserve/Makefile
  projects/numa/usr.bin/svn/svnsync/Makefile
  projects/numa/usr.bin/svn/svnversion/Makefile
  projects/numa/usr.bin/systat/Makefile
  projects/numa/usr.bin/systat/ifstat.c
  projects/numa/usr.bin/systat/main.c
  projects/numa/usr.bin/systat/systat.1
  projects/numa/usr.bin/talk/Makefile
  projects/numa/usr.bin/talk/display.c
  projects/numa/usr.bin/talk/io.c
  projects/numa/usr.bin/talk/talk.h
  projects/numa/usr.bin/tar/Makefile
  projects/numa/usr.bin/tar/test/Makefile
  projects/numa/usr.bin/telnet/Makefile
  projects/numa/usr.bin/tests/Makefile
  projects/numa/usr.bin/tftp/main.c
  projects/numa/usr.bin/top/Makefile
  projects/numa/usr.bin/top/machine.c
  projects/numa/usr.bin/tr/Makefile
  projects/numa/usr.bin/truss/syscall.h
  projects/numa/usr.bin/truss/syscalls.c
  projects/numa/usr.bin/unexpand/Makefile
  projects/numa/usr.bin/uniq/uniq.c
  projects/numa/usr.bin/units/Makefile
  projects/numa/usr.bin/units/units.1
  projects/numa/usr.bin/units/units.c
  projects/numa/usr.bin/units/units.lib
  projects/numa/usr.bin/uudecode/Makefile
  projects/numa/usr.bin/uuencode/Makefile
  projects/numa/usr.bin/vgrind/RETEST/Makefile
  projects/numa/usr.bin/vi/Makefile
  projects/numa/usr.bin/whereis/whereis.1
  projects/numa/usr.bin/xargs/Makefile
  projects/numa/usr.bin/xinstall/xinstall.c
  projects/numa/usr.bin/xlint/Makefile.inc
  projects/numa/usr.bin/xlint/lint2/Makefile
  projects/numa/usr.bin/yacc/Makefile
  projects/numa/usr.sbin/Makefile
  projects/numa/usr.sbin/amd/Makefile.inc
  projects/numa/usr.sbin/amd/amd/Makefile
  projects/numa/usr.sbin/amd/include/Makefile
  projects/numa/usr.sbin/amd/include/newvers.sh
  projects/numa/usr.sbin/arp/arp.c
  projects/numa/usr.sbin/bhyve/Makefile
  projects/numa/usr.sbin/bhyve/acpi.c
  projects/numa/usr.sbin/bhyve/acpi.h
  projects/numa/usr.sbin/bhyve/bhyve.8
  projects/numa/usr.sbin/bhyve/bhyverun.c
  projects/numa/usr.sbin/bhyve/bhyverun.h
  projects/numa/usr.sbin/bhyve/block_if.c
  projects/numa/usr.sbin/bhyve/consport.c
  projects/numa/usr.sbin/bhyve/inout.c
  projects/numa/usr.sbin/bhyve/mevent.c
  projects/numa/usr.sbin/bhyve/mptbl.c
  projects/numa/usr.sbin/bhyve/pci_ahci.c
  projects/numa/usr.sbin/bhyve/pci_emul.c
  projects/numa/usr.sbin/bhyve/pci_emul.h
  projects/numa/usr.sbin/bhyve/pci_lpc.c
  projects/numa/usr.sbin/bhyve/pci_lpc.h
  projects/numa/usr.sbin/bhyve/pci_passthru.c
  projects/numa/usr.sbin/bhyve/pci_virtio_block.c
  projects/numa/usr.sbin/bhyve/pci_virtio_net.c
  projects/numa/usr.sbin/bhyve/pm.c
  projects/numa/usr.sbin/bhyve/spinup_ap.c
  projects/numa/usr.sbin/bhyve/uart_emul.c
  projects/numa/usr.sbin/bhyve/virtio.h
  projects/numa/usr.sbin/bhyve/xmsr.c
  projects/numa/usr.sbin/bhyvectl/Makefile
  projects/numa/usr.sbin/bhyvectl/bhyvectl.c
  projects/numa/usr.sbin/bhyveload/bhyveload.c
  projects/numa/usr.sbin/bootparamd/bootparamd/Makefile
  projects/numa/usr.sbin/bootparamd/callbootd/Makefile
  projects/numa/usr.sbin/bsdconfig/bsdconfig
  projects/numa/usr.sbin/bsdconfig/dot/dot
  projects/numa/usr.sbin/bsdconfig/examples/browse_packages_ftp.sh
  projects/numa/usr.sbin/bsdconfig/examples/browse_packages_http.sh
  projects/numa/usr.sbin/bsdconfig/networking/share/device.subr
  projects/numa/usr.sbin/bsdconfig/share/Makefile
  projects/numa/usr.sbin/bsdconfig/share/common.subr
  projects/numa/usr.sbin/bsdconfig/share/device.subr
  projects/numa/usr.sbin/bsdconfig/share/dialog.subr
  projects/numa/usr.sbin/bsdconfig/share/keymap.subr
  projects/numa/usr.sbin/bsdconfig/share/media/cdrom.subr
  projects/numa/usr.sbin/bsdconfig/share/media/common.subr
  projects/numa/usr.sbin/bsdconfig/share/media/directory.subr
  projects/numa/usr.sbin/bsdconfig/share/media/dos.subr
  projects/numa/usr.sbin/bsdconfig/share/media/floppy.subr
  projects/numa/usr.sbin/bsdconfig/share/media/ftp.subr
  projects/numa/usr.sbin/bsdconfig/share/media/http.subr
  projects/numa/usr.sbin/bsdconfig/share/media/nfs.subr
  projects/numa/usr.sbin/bsdconfig/share/media/tcpip.subr
  projects/numa/usr.sbin/bsdconfig/share/media/ufs.subr
  projects/numa/usr.sbin/bsdconfig/share/media/usb.subr
  projects/numa/usr.sbin/bsdconfig/share/packages/index.subr
  projects/numa/usr.sbin/bsdconfig/share/packages/packages.subr
  projects/numa/usr.sbin/bsdconfig/share/script.subr
  projects/numa/usr.sbin/bsdconfig/share/strings.subr
  projects/numa/usr.sbin/bsdconfig/share/struct.subr
  projects/numa/usr.sbin/bsdconfig/share/variable.subr
  projects/numa/usr.sbin/bsdconfig/timezone/share/menus.subr
  projects/numa/usr.sbin/bsdconfig/usermgmt/Makefile
  projects/numa/usr.sbin/bsdconfig/usermgmt/groupadd
  projects/numa/usr.sbin/bsdconfig/usermgmt/groupdel
  projects/numa/usr.sbin/bsdconfig/usermgmt/groupedit
  projects/numa/usr.sbin/bsdconfig/usermgmt/include/messages.subr
  projects/numa/usr.sbin/bsdconfig/usermgmt/share/Makefile
  projects/numa/usr.sbin/bsdconfig/usermgmt/share/group_input.subr
  projects/numa/usr.sbin/bsdconfig/usermgmt/share/user_input.subr
  projects/numa/usr.sbin/bsdconfig/usermgmt/useradd
  projects/numa/usr.sbin/bsdconfig/usermgmt/userdel
  projects/numa/usr.sbin/bsdconfig/usermgmt/useredit
  projects/numa/usr.sbin/bsdinstall/distextract/Makefile
  projects/numa/usr.sbin/bsdinstall/distfetch/Makefile
  projects/numa/usr.sbin/bsdinstall/partedit/Makefile
  projects/numa/usr.sbin/bsdinstall/partedit/gpart_ops.c
  projects/numa/usr.sbin/bsdinstall/partedit/partedit.h
  projects/numa/usr.sbin/bsdinstall/partedit/partedit_generic.c
  projects/numa/usr.sbin/bsdinstall/partedit/partedit_pc98.c
  projects/numa/usr.sbin/bsdinstall/partedit/partedit_powerpc.c
  projects/numa/usr.sbin/bsdinstall/partedit/partedit_sparc64.c
  projects/numa/usr.sbin/bsdinstall/partedit/partedit_x86.c
  projects/numa/usr.sbin/bsdinstall/scripts/Makefile
  projects/numa/usr.sbin/bsdinstall/scripts/docsinstall
  projects/numa/usr.sbin/bsdinstall/scripts/script
  projects/numa/usr.sbin/bsdinstall/scripts/zfsboot
  projects/numa/usr.sbin/bsnmpd/bsnmpd/Makefile
  projects/numa/usr.sbin/bsnmpd/modules/Makefile
  projects/numa/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
  projects/numa/usr.sbin/bsnmpd/tools/bsnmptools/Makefile
  projects/numa/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
  projects/numa/usr.sbin/btxld/btxld.c
  projects/numa/usr.sbin/config/config.8
  projects/numa/usr.sbin/config/config.h
  projects/numa/usr.sbin/config/lang.l
  projects/numa/usr.sbin/config/main.c
  projects/numa/usr.sbin/crunch/examples/Makefile
  projects/numa/usr.sbin/ctld/ctl.conf.5
  projects/numa/usr.sbin/ctld/ctld.c
  projects/numa/usr.sbin/ctld/ctld.h
  projects/numa/usr.sbin/ctld/kernel.c
  projects/numa/usr.sbin/ctld/login.c
  projects/numa/usr.sbin/ctld/parse.y
  projects/numa/usr.sbin/ctld/pdu.c
  projects/numa/usr.sbin/ctm/ctm_dequeue/Makefile
  projects/numa/usr.sbin/ctm/ctm_smail/Makefile
  projects/numa/usr.sbin/ctm/mkCTM/Makefile
  projects/numa/usr.sbin/daemon/daemon.c
  projects/numa/usr.sbin/eeprom/ofw_options.c
  projects/numa/usr.sbin/etcupdate/Makefile
  projects/numa/usr.sbin/fifolog/fifolog_reader/Makefile
  projects/numa/usr.sbin/fifolog/fifolog_writer/Makefile
  projects/numa/usr.sbin/flowctl/Makefile
  projects/numa/usr.sbin/gssd/Makefile
  projects/numa/usr.sbin/ifmcstat/Makefile
  projects/numa/usr.sbin/ifmcstat/ifmcstat.c
  projects/numa/usr.sbin/inetd/Makefile
  projects/numa/usr.sbin/iscsid/iscsid.c
  projects/numa/usr.sbin/iscsid/iscsid.h
  projects/numa/usr.sbin/iscsid/login.c
  projects/numa/usr.sbin/iscsid/pdu.c
  projects/numa/usr.sbin/jail/Makefile
  projects/numa/usr.sbin/jail/jail.8
  projects/numa/usr.sbin/jls/Makefile
  projects/numa/usr.sbin/kldxref/ef.c
  projects/numa/usr.sbin/lpr/Makefile.inc
  projects/numa/usr.sbin/lpr/filters.ru/koi2855/Makefile
  projects/numa/usr.sbin/lpr/filters.ru/koi2alt/Makefile
  projects/numa/usr.sbin/lpr/filters/Makefile
  projects/numa/usr.sbin/lpr/lpr/printcap.5
  projects/numa/usr.sbin/mailwrapper/Makefile
  projects/numa/usr.sbin/makefs/mtree.c
  projects/numa/usr.sbin/mergemaster/mergemaster.sh
  projects/numa/usr.sbin/mfiutil/mfi_evt.c
  projects/numa/usr.sbin/mfiutil/mfi_show.c
  projects/numa/usr.sbin/mptable/mptable.c
  projects/numa/usr.sbin/mtest/Makefile
  projects/numa/usr.sbin/ndp/ndp.8
  projects/numa/usr.sbin/ndp/ndp.c
  projects/numa/usr.sbin/newsyslog/Makefile
  projects/numa/usr.sbin/ngctl/Makefile
  projects/numa/usr.sbin/ntp/Makefile.inc
  projects/numa/usr.sbin/ntp/doc/Makefile
  projects/numa/usr.sbin/ntp/ntp-keygen/Makefile
  projects/numa/usr.sbin/ntp/ntpd/Makefile
  projects/numa/usr.sbin/ntp/ntpdate/Makefile
  projects/numa/usr.sbin/ntp/ntpdc/Makefile
  projects/numa/usr.sbin/ntp/ntpq/Makefile
  projects/numa/usr.sbin/ntp/ntptime/Makefile
  projects/numa/usr.sbin/ntp/sntp/Makefile
  projects/numa/usr.sbin/pciconf/cap.c
  projects/numa/usr.sbin/pkg/Makefile
  projects/numa/usr.sbin/pkg/config.c
  projects/numa/usr.sbin/pkg/pkg.c
  projects/numa/usr.sbin/pmcstat/Makefile
  projects/numa/usr.sbin/pmcstat/pmcstat.8
  projects/numa/usr.sbin/pmcstat/pmcstat.c
  projects/numa/usr.sbin/pmcstat/pmcstat.h
  projects/numa/usr.sbin/pmcstat/pmcstat_log.c
  projects/numa/usr.sbin/portsnap/make_index/Makefile
  projects/numa/usr.sbin/portsnap/phttpget/Makefile
  projects/numa/usr.sbin/portsnap/portsnap/portsnap.sh
  projects/numa/usr.sbin/ppp/Makefile
  projects/numa/usr.sbin/ppp/route.c
  projects/numa/usr.sbin/pw/pw.h
  projects/numa/usr.sbin/pw/pw_conf.c
  projects/numa/usr.sbin/pw/pw_group.c
  projects/numa/usr.sbin/pw/pw_user.c
  projects/numa/usr.sbin/route6d/route6d.c
  projects/numa/usr.sbin/rpc.lockd/rpc.lockd.8
  projects/numa/usr.sbin/rpc.statd/rpc.statd.8
  projects/numa/usr.sbin/rpc.ypupdated/Makefile
  projects/numa/usr.sbin/rpcbind/Makefile
  projects/numa/usr.sbin/rpcbind/rpcbind.8
  projects/numa/usr.sbin/rpcbind/rpcbind.c
  projects/numa/usr.sbin/rpcbind/rpcbind.h
  projects/numa/usr.sbin/rpcbind/security.c
  projects/numa/usr.sbin/rwhod/rwhod.c
  projects/numa/usr.sbin/sa/Makefile
  projects/numa/usr.sbin/sendmail/Makefile
  projects/numa/usr.sbin/service/service.sh
  projects/numa/usr.sbin/syslogd/Makefile
  projects/numa/usr.sbin/tcpdchk/Makefile
  projects/numa/usr.sbin/tcpdmatch/Makefile
  projects/numa/usr.sbin/tcpdump/tcpdump/Makefile
  projects/numa/usr.sbin/trpt/Makefile
  projects/numa/usr.sbin/tzsetup/Makefile
  projects/numa/usr.sbin/wlandebug/wlandebug.8
  projects/numa/usr.sbin/wpa/hostapd/Makefile
  projects/numa/usr.sbin/wpa/wpa_supplicant/Makefile
Directory Properties:
  projects/numa/   (props changed)
  projects/numa/cddl/   (props changed)
  projects/numa/cddl/contrib/opensolaris/   (props changed)
  projects/numa/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/   (props changed)
  projects/numa/cddl/contrib/opensolaris/cmd/zfs/   (props changed)
  projects/numa/cddl/contrib/opensolaris/lib/libzfs/   (props changed)
  projects/numa/contrib/atf/   (props changed)
  projects/numa/contrib/binutils/   (props changed)
  projects/numa/contrib/byacc/   (props changed)
  projects/numa/contrib/compiler-rt/   (props changed)
  projects/numa/contrib/file/   (props changed)
  projects/numa/contrib/gcc/   (props changed)
  projects/numa/contrib/ldns/   (props changed)
  projects/numa/contrib/libc++/   (props changed)
  projects/numa/contrib/libstdc++/   (props changed)
  projects/numa/contrib/llvm/   (props changed)
  projects/numa/contrib/llvm/tools/clang/   (props changed)
  projects/numa/contrib/llvm/tools/lldb/   (props changed)
  projects/numa/contrib/mdocml/   (props changed)
  projects/numa/contrib/ncurses/   (props changed)
  projects/numa/contrib/netcat/   (props changed)
  projects/numa/contrib/ntp/   (props changed)
  projects/numa/contrib/openpam/   (props changed)
  projects/numa/contrib/pf/   (props changed)
  projects/numa/contrib/serf/   (props changed)
  projects/numa/contrib/subversion/   (props changed)
  projects/numa/contrib/tcpdump/   (props changed)
  projects/numa/contrib/tnftp/   (props changed)
  projects/numa/contrib/top/   (props changed)
  projects/numa/contrib/tzcode/stdtime/   (props changed)
  projects/numa/contrib/tzdata/   (props changed)
  projects/numa/contrib/unbound/   (props changed)
  projects/numa/contrib/wpa/   (props changed)
  projects/numa/contrib/xz/   (props changed)
  projects/numa/crypto/heimdal/   (props changed)
  projects/numa/crypto/openssh/   (props changed)
  projects/numa/crypto/openssl/   (props changed)
  projects/numa/etc/   (props changed)
  projects/numa/gnu/lib/   (props changed)
  projects/numa/gnu/usr.bin/binutils/   (props changed)
  projects/numa/gnu/usr.bin/cc/cc_tools/   (props changed)
  projects/numa/gnu/usr.bin/gdb/   (props changed)
  projects/numa/include/   (props changed)
  projects/numa/lib/libc/   (props changed)
  projects/numa/lib/libc/stdtime/   (props changed)
  projects/numa/lib/libutil/   (props changed)
  projects/numa/lib/libvmmapi/   (props changed)
  projects/numa/lib/libz/   (props changed)
  projects/numa/sbin/   (props changed)
  projects/numa/sbin/ipfw/   (props changed)
  projects/numa/share/examples/tests/tests/atf/cp_test.sh   (props changed)
  projects/numa/share/man/man4/   (props changed)
  projects/numa/sys/   (props changed)
  projects/numa/sys/amd64/conf/   (props changed)
  projects/numa/sys/amd64/include/xen/   (props changed)
  projects/numa/sys/amd64/vmm/   (props changed)
  projects/numa/sys/arm/conf/   (props changed)
  projects/numa/sys/boot/   (props changed)
  projects/numa/sys/boot/i386/efi/   (props changed)
  projects/numa/sys/boot/ia64/efi/   (props changed)
  projects/numa/sys/boot/ia64/ski/   (props changed)
  projects/numa/sys/boot/powerpc/boot1.chrp/   (props changed)
  projects/numa/sys/boot/powerpc/ofw/   (props changed)
  projects/numa/sys/cddl/contrib/opensolaris/   (props changed)
  projects/numa/sys/conf/   (props changed)
  projects/numa/sys/contrib/ipfilter/   (props changed)
  projects/numa/sys/contrib/xz-embedded/   (props changed)
  projects/numa/sys/dev/bvm/   (props changed)
  projects/numa/sys/dev/hyperv/   (props changed)
  projects/numa/sys/i386/conf/   (props changed)
  projects/numa/sys/ia64/conf/   (props changed)
  projects/numa/sys/mips/conf/   (props changed)
  projects/numa/sys/modules/vmm/   (props changed)
  projects/numa/sys/pc98/conf/   (props changed)
  projects/numa/sys/powerpc/conf/   (props changed)
  projects/numa/sys/sparc64/conf/   (props changed)
  projects/numa/usr.bin/calendar/   (props changed)
  projects/numa/usr.bin/csup/   (props changed)
  projects/numa/usr.bin/procstat/   (props changed)
  projects/numa/usr.sbin/bhyve/   (props changed)
  projects/numa/usr.sbin/bhyvectl/   (props changed)
  projects/numa/usr.sbin/bhyveload/   (props changed)
  projects/numa/usr.sbin/jail/   (props changed)

Copied: projects/numa/.arcconfig (from r266127, head/.arcconfig)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/numa/.arcconfig	Thu May 15 14:44:16 2014	(r266131, copy of r266127, head/.arcconfig)
@@ -0,0 +1,4 @@
+{
+	"project.name": "S",
+	"phabricator.uri" : "https://phabric.freebsd.org/"
+}

Modified: projects/numa/MAINTAINERS
==============================================================================
--- projects/numa/MAINTAINERS	Thu May 15 14:37:52 2014	(r266130)
+++ projects/numa/MAINTAINERS	Thu May 15 14:44:16 2014	(r266131)
@@ -77,12 +77,11 @@ ntp         	roberto	Pre-commit review r
 inetd		dwmalone	Recommends pre-commit review.
 contrib/smbfs	bp	Open for in-tree committs. In case of functional
 			changes pre-commit review requested.
-contrib/pf	mlaier	Pre-commit review requested.
+contrib/pf	glebius	Pre-commit review recommended.
 binutils	obrien	Insists on BU blocked from unapproved commits
 file		obrien	Insists to keep file blocked from other's unapproved
 			commits
 contrib/bzip2	obrien	Pre-commit review required.
-lukemftpd	obrien	Pre-commit review required.
 geom_concat	pjd	Pre-commit review preferred.
 geom_eli	pjd	Pre-commit review preferred.
 geom_gate	pjd	Pre-commit review preferred.
@@ -130,3 +129,7 @@ sh(1)		jilles		Pre-commit review request
 nvme(4)		jimharris	Pre-commit review requested.
 nvd(4)		jimharris	Pre-commit review requested.
 nvmecontrol(8)	jimharris	Pre-commit review requested.
+release/release.sh	gjb	Pre-commit review and regression tests
+				requested.
+nanobsd		imp	Pre-commit review requested for coordination.
+vmm(4)		neel,grehan	Pre-commit review requested.

Modified: projects/numa/Makefile
==============================================================================
--- projects/numa/Makefile	Thu May 15 14:37:52 2014	(r266130)
+++ projects/numa/Makefile	Thu May 15 14:44:16 2014	(r266131)
@@ -32,6 +32,10 @@
 # targets             - Print a list of supported TARGET/TARGET_ARCH pairs
 #                       for world and kernel targets.
 # toolchains          - Build a toolchain for all world and kernel targets.
+# xdev                - xdev-build + xdev-install for the architecture
+#                       specified with XDEV and XDEV_ARCH.
+# xdev-build          - Build cross-development tools.
+# xdev-install        - Install cross-development tools.
 # 
 # "quick" way to test all kernel builds:
 # 	_jflag=`sysctl -n hw.ncpu`
@@ -135,11 +139,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH
 # Choices add to complexity though.
 # We cannot blindly use a make which may not be the one we want
 # so be exlicit - until all choice is removed.
-.if !defined(WITHOUT_BMAKE)
 WANT_MAKE=	bmake
-.else
-WANT_MAKE=	fmake
-.endif
 MYMAKE=		${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE}/${WANT_MAKE}
 .if defined(.PARSEDIR)
 HAVE_MAKE=	bmake
@@ -148,7 +148,7 @@ HAVE_MAKE=	fmake
 .endif
 .if exists(${MYMAKE})
 SUB_MAKE:= ${MYMAKE} -m ${.CURDIR}/share/mk
-.elif ${WANT_MAKE} != ${HAVE_MAKE} || ${WANT_MAKE} != "bmake"
+.elif ${WANT_MAKE} != ${HAVE_MAKE}
 # It may not exist yet but we may cause it to.
 # In the case of fmake, upgrade_checks may cause a newer version to be built.
 SUB_MAKE= `test -x ${MYMAKE} && echo ${MYMAKE} || echo ${MAKE}` \
@@ -164,21 +164,7 @@ _MAKE=	PATH=${PATH} ${SUB_MAKE} -f Makef
 _TARGET_ARCH=	${TARGET:S/pc98/i386/}
 .elif !defined(TARGET) && defined(TARGET_ARCH) && \
     ${TARGET_ARCH} != ${MACHINE_ARCH}
-_TARGET=		${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/}
-.endif
-# Legacy names, for another transition period mips:mips(n32|64)?eb -> mips:mips\1
-.if defined(TARGET) && defined(TARGET_ARCH) && \
-    ${TARGET} == "mips" && ${TARGET_ARCH:Mmips*eb}
-_TARGET_ARCH=		${TARGET_ARCH:C/eb$//}
-.warning "TARGET_ARCH of ${TARGET_ARCH} is deprecated in favor of ${_TARGET_ARCH}"
-.endif
-.if defined(TARGET) && ${TARGET} == "mips" && defined(TARGET_BIG_ENDIAN)
-.warning "TARGET_BIG_ENDIAN is no longer necessary for MIPS.  Big-endian is not the default."
-.endif
-# arm with TARGET_BIG_ENDIAN -> armeb
-.if defined(TARGET_ARCH) && ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN)
-.warning "TARGET_ARCH of arm with TARGET_BIG_ENDIAN is deprecated.  use armeb"
-_TARGET_ARCH=armeb
+_TARGET=		${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb|hf)?/arm/}
 .endif
 .if defined(TARGET) && !defined(_TARGET)
 _TARGET=${TARGET}
@@ -248,8 +234,17 @@ tinderbox toolchains kernel-toolchains: 
 ${TGTS}:
 	${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
 
-# Set a reasonable default
-.MAIN:	all
+# The historic default "all" target creates files which may cause stale
+# or (in the cross build case) unlinkable results. Fail with an error
+# when no target is given. The users can explicitly specify "all"
+# if they want the historic behavior.
+.MAIN:	_guard
+
+_guard:
+	@echo
+	@echo "Explicit target required (use \"all\" for historic behavior)"
+	@echo
+	@false
 
 STARTTIME!= LC_ALL=C date
 CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo
@@ -321,13 +316,6 @@ kernel: buildkernel installkernel
 upgrade_checks:
 .if ${HAVE_MAKE} != ${WANT_MAKE}
 	@(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,})
-.elif ${WANT_MAKE} == "fmake"
-	@if ! (cd ${.CURDIR}/tools/build/make_check && \
-	    PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \
-	    PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \
-	then \
-	    (cd ${.CURDIR} && ${MAKE} make); \
-	fi
 .endif
 
 #
@@ -339,14 +327,14 @@ MMAKEENV=	MAKEOBJDIRPREFIX=${MYMAKE:H} \
 		DESTDIR= \
 		INSTALL="sh ${.CURDIR}/tools/install.sh"
 MMAKE=		${MMAKEENV} ${MAKE} \
-		-D_UPGRADING \
-		-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
-		-DNO_CPU_CFLAGS -DNO_WERROR DESTDIR= PROGNAME=${MYMAKE:T}
+		-DNO_MAN -DNO_SHARED \
+		-DNO_CPU_CFLAGS -DNO_WERROR \
+		DESTDIR= PROGNAME=${MYMAKE:T}
 
-make bmake: .PHONY
+bmake: .PHONY
 	@echo
 	@echo "--------------------------------------------------------------"
-	@echo ">>> Building an up-to-date make(1)"
+	@echo ">>> Building an up-to-date ${.TARGET}(1)"
 	@echo "--------------------------------------------------------------"
 	${_+_}@cd ${.CURDIR}/usr.bin/${.TARGET}; \
 		${MMAKE} obj && \
@@ -374,7 +362,7 @@ kernel-toolchains:
 #
 .if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
 TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64
-TARGET_ARCHES_arm?=	arm armeb armv6
+TARGET_ARCHES_arm?=	arm armeb armv6 armv6hf
 TARGET_ARCHES_mips?=	mipsel mips mips64el mips64 mipsn32
 TARGET_ARCHES_powerpc?=	powerpc powerpc64
 TARGET_ARCHES_pc98?=	i386
@@ -459,9 +447,15 @@ universe_kernels: universe_kernconfs
 .if !defined(TARGET)
 TARGET!=	uname -m
 .endif
+.if defined(MAKE_ALL_KERNELS)
+_THINNER=cat
+.else
+_THINNER=xargs grep -L "^.NO_UNIVERSE" || true
+.endif
 KERNCONFS!=	cd ${KERNSRCDIR}/${TARGET}/conf && \
 		find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
-		! -name DEFAULTS ! -name NOTES
+		! -name DEFAULTS ! -name NOTES | \
+		${_THINNER}
 universe_kernconfs:
 .for kernel in ${KERNCONFS}
 TARGET_ARCH_${kernel}!=	cd ${KERNSRCDIR}/${TARGET}/conf && \

Modified: projects/numa/Makefile.inc1
==============================================================================
--- projects/numa/Makefile.inc1	Thu May 15 14:37:52 2014	(r266130)
+++ projects/numa/Makefile.inc1	Thu May 15 14:44:16 2014	(r266131)
@@ -15,7 +15,7 @@
 #	-DNO_PORTSUPDATE do not update ports in ${MAKE} update
 #	-DNO_ROOT install without using root privilege
 #	-DNO_DOCUPDATE do not update doc in ${MAKE} update
-#	-DNO_CTF do not run the DTrace CTF conversion tools on built objects
+#	-DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects
 #	LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
 #	LOCAL_LIB_DIRS="list of dirs" to add additional dirs to libraries target
 #	LOCAL_MTREE="list of mtree files" to process to allow local directories
@@ -45,7 +45,7 @@
 .error "Both TARGET and TARGET_ARCH must be defined."
 .endif
 
-.include <bsd.own.mk>
+.include "share/mk/src.opts.mk"
 .include <bsd.arch.inc.mk>
 .include <bsd.compiler.mk>
 
@@ -132,14 +132,14 @@ OSRELDATE=	0
 .endif
 
 .if !defined(VERSION)
-REVISION!=	make -C ${SRCDIR}/release -V REVISION
-BRANCH!=	make -C ${SRCDIR}/release -V BRANCH
+REVISION!=	${MAKE} -C ${SRCDIR}/release -V REVISION
+BRANCH!=	${MAKE} -C ${SRCDIR}/release -V BRANCH
 SRCRELDATE!=	awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
 		${SRCDIR}/sys/sys/param.h
 VERSION=	FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}
 .endif
 
-KNOWN_ARCHES?=	amd64 arm armeb/arm armv6/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64
+KNOWN_ARCHES?=	amd64 arm armeb/arm armv6/arm armv6hf/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64
 .if ${TARGET} == ${TARGET_ARCH}
 _t=		${TARGET}
 .else
@@ -231,22 +231,25 @@ CROSSENV+=	GROFF_BIN_PATH=${WORLDTMP}/le
 		GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \
 		GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
 .endif
+.if defined(TARGET_CFLAGS)
+CROSSENV+=	${TARGET_CFLAGS}
+.endif
 
 # bootstrap-tools stage
 BMAKEENV=	INSTALL="sh ${.CURDIR}/tools/install.sh" \
 		PATH=${BPATH}:${PATH} \
 		WORLDTMP=${WORLDTMP} \
 		VERSION="${VERSION}" \
-		MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \
-		COMPILER_TYPE=${COMPILER_TYPE}
+		MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}"
 BMAKE=		MAKEOBJDIRPREFIX=${WORLDTMP} \
 		${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
 		DESTDIR= \
 		BOOTSTRAPPING=${OSRELDATE} \
 		SSP_CFLAGS= \
-		-DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \
-		-DNO_PIC -DNO_PROFILE -DNO_SHARED \
-		-DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS
+		MK_HTML=no MK_INFO=no NO_LINT=yes MK_MAN=no \
+		-DNO_PIC MK_PROFILE=no -DNO_SHARED \
+		-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
+		MK_CLANG_FULL=no MK_LLDB=no MK_TESTS=no
 
 # build-tools stage
 TMAKE=		MAKEOBJDIRPREFIX=${OBJTREE} \
@@ -256,27 +259,26 @@ TMAKE=		MAKEOBJDIRPREFIX=${OBJTREE} \
 		BOOTSTRAPPING=${OSRELDATE} \
 		SSP_CFLAGS= \
 		-DNO_LINT \
-		-DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS
+		-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no MK_CLANG_FULL=no MK_LLDB=no MK_TESTS=no
 
 # cross-tools stage
 XMAKE=		TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
 		TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
-		-DWITHOUT_GDB -DNO_TESTS
+		MK_GDB=no MK_TESTS=no
 
 # kernel-tools stage
 KTMAKEENV=	INSTALL="sh ${.CURDIR}/tools/install.sh" \
 		PATH=${BPATH}:${PATH} \
 		WORLDTMP=${WORLDTMP} \
-		VERSION="${VERSION}" \
-		COMPILER_TYPE=${COMPILER_TYPE}
+		VERSION="${VERSION}"
 KTMAKE=		TOOLS_PREFIX=${WORLDTMP} MAKEOBJDIRPREFIX=${WORLDTMP} \
 		${KTMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
 		DESTDIR= \
 		BOOTSTRAPPING=${OSRELDATE} \
 		SSP_CFLAGS= \
-		-DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \
-		-DNO_PIC -DNO_PROFILE -DNO_SHARED \
-		-DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD
+		MK_HTML=no MK_INFO=no -DNO_LINT MK_MAN=no \
+		-DNO_PIC MK_PROFILE=no -DNO_SHARED \
+		-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no
 
 # world stage
 WMAKEENV=	${CROSSENV} \
@@ -293,7 +295,7 @@ HMAKE+=		PATH=${TMPPATH} METALOG=${METAL
 .endif
 
 .if ${MK_CDDL} == "no"
-WMAKEENV+=	NO_CTF=1
+WMAKEENV+=	MK_CTF=no
 .endif
 
 .if defined(CROSS_TOOLCHAIN_PREFIX)
@@ -321,17 +323,6 @@ WMAKEENV+=	CC="${XCC} ${XFLAGS}" CXX="${
 		AS="${XAS}" AR="${XAR}" LD="${XLD}" NM=${XNM} \
 		OBJDUMP=${XOBJDUMP} RANLIB=${XRANLIB} STRINGS=${XSTRINGS}
 
-.if ${XCC:T:Mgcc} == "gcc"
-WMAKE_COMPILER_TYPE=	gcc
-.elif ${XCC:T:Mclang} == "clang"
-WMAKE_COMPILER_TYPE=	clang
-.elif ${MK_CLANG_IS_CC} == "no"
-WMAKE_COMPILER_TYPE=	gcc
-.else
-WMAKE_COMPILER_TYPE=	clang
-.endif
-IMAKE_COMPILER_TYPE=	COMPILER_TYPE=${WMAKE_COMPILER_TYPE}
-
 .if ${XCC:M/*}
 XFLAGS=		--sysroot=${WORLDTMP}
 .if defined(CROSS_BINUTILS_PREFIX)
@@ -344,19 +335,18 @@ XFLAGS+=	-B${CROSS_BINUTILS_PREFIX}
 .else
 XFLAGS+=	-B${WORLDTMP}/usr/bin
 .endif
-.if ${TARGET_ARCH} != ${MACHINE_ARCH} && ${WMAKE_COMPILER_TYPE} == "clang"
-.if (${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "armv6") && \
-${MK_ARM_EABI} != "no"
+.if ${TARGET} == "arm" && ${MK_ARM_EABI} != "no"
+.if ${TARGET_ARCH:M*eb*} == ""
 TARGET_ABI=	gnueabi
-.else
-TARGET_ABI=	unknown
+.elif ${TARGET_ARCH} == "armv6hf"
+TARGET_ABI=	gnueabihf
+.endif
 .endif
+TARGET_ABI?=	unknown
 TARGET_TRIPLE?=	${TARGET_ARCH:C/amd64/x86_64/}-${TARGET_ABI}-freebsd11.0
 XFLAGS+=	-target ${TARGET_TRIPLE}
 .endif
-.endif
 
-WMAKEENV+=	COMPILER_TYPE=${WMAKE_COMPILER_TYPE}
 WMAKE=		${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 DESTDIR=${WORLDTMP}
 
 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
@@ -404,28 +394,26 @@ LIB32WMAKEENV+=	MAKEOBJDIRPREFIX=${OBJTR
 		PATH=${TMPPATH} \
 		LIBDIR=/usr/lib32 \
 		SHLIBDIR=/usr/lib32 \
-		LIBPRIVATEDIR=/usr/lib32/private \
-		COMPILER_TYPE=${WMAKE_COMPILER_TYPE}
-LIB32WMAKEFLAGS+=	\
-		CC="${XCC} ${LIB32FLAGS}" \
+		LIBPRIVATEDIR=/usr/lib32/private
+LIB32WMAKEFLAGS+= CC="${XCC} ${LIB32FLAGS}" \
 		CXX="${XCXX} ${LIB32FLAGS}" \
 		DESTDIR=${LIB32TMP} \
 		-DCOMPAT_32BIT \
 		-DLIBRARIES_ONLY \
 		-DNO_CPU_CFLAGS \
-		-DNO_CTF \
+		MK_CTF=no \
 		-DNO_LINT \
-		-DNO_TESTS
+		MK_TESTS=no
 
 LIB32WMAKE=	${LIB32WMAKEENV} ${MAKE} ${LIB32WMAKEFLAGS} \
-		-DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML
-LIB32IMAKE=	${LIB32WMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} -DNO_INCS \
-		${IMAKE_INSTALL}
+		MK_MAN=no MK_INFO=no MK_HTML=no
+LIB32IMAKE=	${LIB32WMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} \
+		MK_TOOLCHAIN=no ${IMAKE_INSTALL}
 .endif
 
 IMAKEENV=	${CROSSENV:N_LDSCRIPTROOT=*}
 IMAKE=		${IMAKEENV} ${MAKE} -f Makefile.inc1 \
-		${IMAKE_INSTALL} ${IMAKE_MTREE} ${IMAKE_COMPILER_TYPE}
+		${IMAKE_INSTALL} ${IMAKE_MTREE}
 .if empty(.MAKEFLAGS:M-n)
 IMAKEENV+=	PATH=${STRICTTMPPATH}:${INSTALLTMP} \
 		LD_LIBRARY_PATH=${INSTALLTMP} \
@@ -569,8 +557,8 @@ _libraries:
 	@echo ">>> stage 4.2: building libraries"
 	@echo "--------------------------------------------------------------"
 	${_+_}cd ${.CURDIR}; \
-	    ${WMAKE} -DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \
-	    -DWITHOUT_MAN -DNO_PROFILE -DNO_TESTS libraries
+	    ${WMAKE} -DNO_FSCHG MK_HTML=no MK_INFO=no -DNO_LINT MK_MAN=no \
+	    MK_PROFILE=no  MK_TESTS=no libraries
 _depend:
 	@echo
 	@echo "--------------------------------------------------------------"
@@ -622,8 +610,8 @@ build32:
 	    WORLDTMP=${WORLDTMP} \
 	    MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \
 	    MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} SSP_CFLAGS= DESTDIR= \
-	    DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF \
-	    -DEARLY_BUILD build-tools
+	    DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
+	    build-tools
 .endfor
 	cd ${.CURDIR}; \
 	    ${LIB32WMAKE} -f Makefile.inc1 libraries
@@ -987,6 +975,8 @@ INSTALLKERNEL= ${_kernel}
 .endif
 .endfor
 
+buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE
+
 #
 # buildkernel
 #
@@ -1012,7 +1002,7 @@ buildkernel:
 	cd ${KRNLCONFDIR}; \
 		PATH=${TMPPATH} \
 		    config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} \
-			${KERNCONFDIR}/${_kernel}
+			-I '${KERNCONFDIR}' '${KERNCONFDIR}/${_kernel}'
 .endif
 .if !defined(NO_CLEAN) && !defined(NO_KERNELCLEAN)
 	@echo
@@ -1170,8 +1160,8 @@ update:
 # legacy: Build compatibility shims for the next three targets
 #
 legacy:
-.if ${BOOTSTRAPPING} < 700055 && ${BOOTSTRAPPING} != 0
-	@echo "ERROR: Source upgrades from versions prior to 7.0 not supported."; \
+.if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0
+	@echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \
 	false
 .endif
 .for _tool in tools/build
@@ -1199,14 +1189,6 @@ _gperf=		gnu/usr.bin/gperf
 _groff=		gnu/usr.bin/groff
 .endif
 
-.if ${BOOTSTRAPPING} < 800022
-_ar=		usr.bin/ar
-.endif
-
-.if ${BOOTSTRAPPING} < 800013
-_mklocale=	usr.bin/mklocale
-.endif
-
 .if ${BOOTSTRAPPING} < 900002
 _sed=		usr.bin/sed
 .endif
@@ -1245,7 +1227,9 @@ _awk=		usr.bin/awk
 _gensnmptree=	usr.sbin/bsnmpd/gensnmptree
 .endif
 
-.if ${MK_CLANG} != "no"
+# We need to build tlbgen when we're building clang either as
+# the bootstrap compiler, or as the part of the normal build.
+.if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_CLANG} != "no"
 _clang_tblgen= \
 	lib/clang/libllvmsupport \
 	lib/clang/libllvmtablegen \
@@ -1262,7 +1246,7 @@ _dtrace_tools= cddl/usr.bin/sgsmsg cddl/
     lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
 .endif
 
-# Default to building the BSDL DTC, but build the GPL one if users explicitly
+# Default to building the GPL DTC, but build the BSDL one if users explicitly
 # request it.
 _dtc= usr.bin/dtc
 .if ${MK_GPL_DTC} != "no"
@@ -1290,13 +1274,11 @@ bootstrap-tools: .MAKE
     ${_strfile} \
     ${_gperf} \
     ${_groff} \
-    ${_ar} \
     ${_dtc} \
     ${_awk} \
     ${_cat} \
     usr.bin/lorder \
     usr.bin/makewhatis \
-    ${_mklocale} \
     usr.bin/rpcgen \
     ${_sed} \
     ${_yacc} \
@@ -1370,7 +1352,10 @@ kernel-tools: .MAKE
 #
 # cross-tools: Build cross-building tools
 #
-.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 800035
+.if !defined(TARGET_ARCH) && defined(XDEV_ARCH)
+TARGET_ARCH=	${XDEV_ARCH}
+.endif
+.if ${TARGET_ARCH} != ${MACHINE_ARCH}
 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
 _btxld=		usr.sbin/btxld
 .endif
@@ -1384,22 +1369,19 @@ _kgzip=		usr.sbin/kgzip
 .endif
 .endif
 
-.if ${XAS:M/*} == "" && ${MK_BINUTILS} != "no"
+# If we're given an XAS, don't build binutils.
+.if ${XAS:M/*} == "" && ${MK_BINUTILS_BOOTSTRAP} != "no"
 _binutils=	gnu/usr.bin/binutils
 .endif
 
 # If an full path to an external cross compiler is given, don't build
 # a cross compiler.
 .if ${XCC:M/*} == "" && ${MK_CROSS_COMPILER} != "no"
-.if ${MK_CLANG_IS_CC} != "no" || ${CC:T:Mclang} == "clang"
+.if ${MK_CLANG_BOOTSTRAP} != "no"
 _clang=		usr.bin/clang
 _clang_libs=	lib/clang
-.else
-_cc=		gnu/usr.bin/cc
 .endif
-
-# The boot2 for pc98 requires gcc.
-.if ${TARGET} == "pc98"
+.if ${MK_GCC_BOOTSTRAP} != "no"
 _cc=		gnu/usr.bin/cc
 .endif
 .endif
@@ -1486,7 +1468,7 @@ _prebuild_libs=	${_kerberos5_lib_libasn1
 		${_lib_atf} \
 		lib/libbz2 ${_libcom_err} lib/libcrypt \
 		lib/libelf lib/libexpat \
-		${_lib_libgssapi} ${_lib_libipx} \
+		${_lib_libgssapi} \
 		lib/libkiconv lib/libkvm lib/liblzma lib/libmd lib/libnv \
 		${_lib_libcapsicum} \
 		lib/ncurses/ncurses lib/ncurses/ncursesw \
@@ -1497,11 +1479,15 @@ _prebuild_libs=	${_kerberos5_lib_libasn1
 		lib/libutil lib/libpjdlog ${_lib_libypclnt} lib/libz lib/msun \
 		${_secure_lib_libcrypto} ${_lib_libldns} \
 		${_secure_lib_libssh} ${_secure_lib_libssl}
+.if ${MK_GNUCXX} != "no" && ${MK_CXX} != "no"
+_prebuild_libs+= gnu/lib/libstdc++ gnu/lib/libsupc++
+gnu/lib/libstdc++__L: lib/msun__L
+.endif
 
 .if defined(WITH_ATF) || ${MK_TESTS} != "no"
 .if !defined(WITH_ATF)
 # Ensure that the ATF libraries will be built during make libraries, even
-# though they will have -DNO_TESTS
+# though they will have WITHOUT_TESTS
 MAKE+=		-DWITH_ATF
 .endif
 _lib_atf=	lib/atf
@@ -1588,10 +1574,6 @@ kerberos5/lib/libheimsqlite__L: lib/libt
 _lib_libgssapi=	lib/libgssapi
 .endif
 
-.if ${MK_IPX} != "no"
-_lib_libipx=	lib/libipx
-.endif
-
 .if ${MK_KERBEROS} != "no"
 _kerberos5_lib=	kerberos5/lib
 _kerberos5_lib_libasn1= kerberos5/lib/libasn1
@@ -1620,11 +1602,11 @@ ${_lib}__PL: .PHONY .MAKE
 .if exists(${.CURDIR}/${_lib})
 	${_+_}@${ECHODIR} "===> ${_lib} (obj,depend,all,install)"; \
 		cd ${.CURDIR}/${_lib} && \
-		${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ obj && \
-		${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ depend && \
-		${MAKE} -DNO_TESTS -DNO_PROFILE -DNO_PIC \
+		${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ obj && \
+		${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ depend && \
+		${MAKE} MK_TESTS=no MK_PROFILE=no -DNO_PIC \
 		    DIRPRFX=${_lib}/ all && \
-		${MAKE} -DNO_TESTS -DNO_PROFILE -DNO_PIC \
+		${MAKE} MK_TESTS=no MK_PROFILE=no -DNO_PIC \
 		    DIRPRFX=${_lib}/ install
 .endif
 .endfor
@@ -1634,10 +1616,10 @@ ${_lib}__L: .PHONY .MAKE
 .if exists(${.CURDIR}/${_lib})
 	${_+_}@${ECHODIR} "===> ${_lib} (obj,depend,all,install)"; \
 		cd ${.CURDIR}/${_lib} && \
-		${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ obj && \
-		${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ depend && \
-		${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ all && \
-		${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ install
+		${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ obj && \
+		${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ depend && \
+		${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ all && \
+		${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ install
 .endif
 .endfor
 
@@ -1647,11 +1629,11 @@ ${_lib}__L: .PHONY .MAKE
 lib/libpam__L: .PHONY .MAKE
 	${_+_}@${ECHODIR} "===> lib/libpam (obj,depend,all,install)"; \
 		cd ${.CURDIR}/lib/libpam && \
-		${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ obj && \
-		${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ depend && \
-		${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ \
+		${MAKE} MK_TESTS=no DIRPRFX=lib/libpam/ obj && \
+		${MAKE} MK_TESTS=no DIRPRFX=lib/libpam/ depend && \
+		${MAKE} MK_TESTS=no DIRPRFX=lib/libpam/ \
 		    -D_NO_LIBPAM_SO_YET all && \
-		${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ \
+		${MAKE} MK_TESTS=no DIRPRFX=lib/libpam/ \
 		    -D_NO_LIBPAM_SO_YET install
 
 _prereq_libs: ${_prereq_libs:S/$/__PL/}
@@ -1827,7 +1809,7 @@ check-old: check-old-files check-old-lib
 # showconfig - show build configuration.
 #
 showconfig:
-	@${MAKE} -n -f bsd.own.mk -V dummy -dg1 2>&1 | grep ^MK_ | sort
+	@${MAKE} -n -f src.opts.mk -V dummy -dg1 2>&1 | grep ^MK_ | sort
 
 .if !empty(KRNLOBJDIR) && !empty(KERNCONF)
 DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/
@@ -1835,7 +1817,7 @@ DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}
 .if !defined(FDT_DTS_FILE) || empty(FDT_DTS_FILE)
 .if exists(${KERNCONFDIR}/${KERNCONF})
 FDT_DTS_FILE!= awk 'BEGIN {FS="="} /^makeoptions[[:space:]]+FDT_DTS_FILE/ {print $$2}' \
-	${KERNCONFDIR}/${KERNCONF} ; echo
+	'${KERNCONFDIR}/${KERNCONF}' ; echo
 .endif
 .endif
 
@@ -1849,23 +1831,9 @@ DTBOUTPUTPATH= ${.CURDIR}
 # Build 'standalone' Device Tree Blob
 #
 builddtb:
-	@if [ "${FDT_DTS_FILE}" = "" ]; then \
-		echo "ERROR: FDT_DTS_FILE must be specified!"; \
-		exit 1; \
-	fi;	\
-	if [ ! -f ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE} ]; then \
-		echo "ERROR: Specified DTS file (${FDT_DTS_FILE}) does not \
-			exist!"; \
-		exit 1;	\
-	fi;	\
-	if [ "${DTBOUTPUTPATH}" = "${.CURDIR}" ]; then	\
-		echo "WARNING: DTB will be placed in the current working \
-			directory"; \
-	fi
-	@PATH=${TMPPATH} \
-	dtc -O dtb -o \
-	    ${DTBOUTPUTPATH}/`echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb -b 0 \
-	    -p 1024 ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE}
+	@PATH=${TMPPATH} MACHINE=${TARGET} \
+	${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \
+	    "${FDT_DTS_FILE}" ${DTBOUTPUTPATH}
 
 ###############
 
@@ -1877,22 +1845,28 @@ XDEV_CPUTYPE?=${CPUTYPE}
 XDEV_CPUTYPE?=${TARGET_CPUTYPE}
 .endif
 
-NOFUN=-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \
-	-DWITHOUT_MAN -DWITHOUT_NLS -DNO_PROFILE \
-	-DWITHOUT_KERBEROS -DWITHOUT_RESCUE -DNO_TESTS -DNO_WARNS \
+NOFUN=-DNO_FSCHG MK_HTML=no MK_INFO=no -DNO_LINT \
+	MK_MAN=no MK_NLS=no MK_PROFILE=no \
+	MK_KERBEROS=no MK_RESCUE=no MK_TESTS=no MK_WARNS=no \
 	TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} \
 	CPUTYPE=${XDEV_CPUTYPE}
 
 XDDIR=${XDEV_ARCH}-freebsd
-XDTP=usr/${XDDIR}
+XDTP?=/usr/${XDDIR}
+.if ${XDTP:N/*}
+.error XDTP variable should be an absolute path
+.endif
+
 CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} \
 	INSTALL="sh ${.CURDIR}/tools/install.sh"
 CDENV= ${CDBENV} \
 	_SHLIBDIRPREFIX=${XDDESTDIR} \
-	TOOLS_PREFIX=${XDDESTDIR}
+	TOOLS_PREFIX=${XDTP}
 CD2CFLAGS=-isystem ${XDDESTDIR}/usr/include -L${XDDESTDIR}/usr/lib \
-	-B${XDDESTDIR}/usr/lib
-CD2ENV=${CDENV} CC="${CC} ${CD2CFLAGS}" \
+	--sysroot=${XDDESTDIR}/ -B${XDDESTDIR}/usr/libexec \
+	-B${XDDESTDIR}/usr/bin -B${XDDESTDIR}/usr/lib
+CD2ENV=${CDENV} CC="${CC} ${CD2CFLAGS}" CXX="${CXX} ${CD2CFLAGS}" \
+	CPP="${CPP} ${CD2CFLAGS}" \
 	MACHINE=${XDEV} MACHINE_ARCH=${XDEV_ARCH}
 
 CDTMP=	${MAKEOBJDIRPREFIX}/${XDDIR}/${.CURDIR}/tmp
@@ -1931,11 +1905,11 @@ _xb-build-tools:
 
 _xb-cross-tools:
 .for _tool in \
-    gnu/usr.bin/binutils \
-    gnu/usr.bin/cc \
+    ${_binutils} \
     usr.bin/ar \
     ${_clang_libs} \
-    ${_clang}
+    ${_clang} \
+    ${_cc}
 	${_+_}@${ECHODIR} "===> xdev ${_tool} (obj,depend,all)"; \
 	cd ${.CURDIR}/${_tool} && \
 	${CDMAKE} DIRPRFX=${_tool}/ obj && \
@@ -1959,10 +1933,11 @@ xdev-install: xdev-build _xi-mtree _xi-c
 _xi-cross-tools:
 	@echo "_xi-cross-tools"
 .for _tool in \
-    gnu/usr.bin/binutils \
-    gnu/usr.bin/cc \
+    ${_binutils} \
     usr.bin/ar \
-    ${_clang}
+    ${_clang_libs} \
+    ${_clang} \
+    ${_cc}
 	${_+_}@${ECHODIR} "===> xdev ${_tool} (install)"; \
 	cd ${.CURDIR}/${_tool}; \
 	${CDMAKE} DIRPRFX=${_tool}/ install DESTDIR=${XDDESTDIR}
@@ -1989,5 +1964,3 @@ _xi-links:
 xdev xdev-build xdev-install:
 	@echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target"
 .endif
-
-buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE

Modified: projects/numa/ObsoleteFiles.inc
==============================================================================
--- projects/numa/ObsoleteFiles.inc	Thu May 15 14:37:52 2014	(r266130)
+++ projects/numa/ObsoleteFiles.inc	Thu May 15 14:44:16 2014	(r266131)
@@ -38,6 +38,96 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20140512: new clang import which bumps version from 3.4 to 3.4.1.
+OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h
+OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h
+OLD_FILES+=usr/include/clang/3.4/altivec.h
+OLD_FILES+=usr/include/clang/3.4/ammintrin.h
+OLD_FILES+=usr/include/clang/3.4/avx2intrin.h
+OLD_FILES+=usr/include/clang/3.4/avxintrin.h
+OLD_FILES+=usr/include/clang/3.4/bmi2intrin.h
+OLD_FILES+=usr/include/clang/3.4/bmiintrin.h
+OLD_FILES+=usr/include/clang/3.4/cpuid.h
+OLD_FILES+=usr/include/clang/3.4/emmintrin.h
+OLD_FILES+=usr/include/clang/3.4/f16cintrin.h
+OLD_FILES+=usr/include/clang/3.4/fma4intrin.h
+OLD_FILES+=usr/include/clang/3.4/fmaintrin.h
+OLD_FILES+=usr/include/clang/3.4/immintrin.h
+OLD_FILES+=usr/include/clang/3.4/lzcntintrin.h
+OLD_FILES+=usr/include/clang/3.4/mm3dnow.h
+OLD_FILES+=usr/include/clang/3.4/mm_malloc.h
+OLD_FILES+=usr/include/clang/3.4/mmintrin.h
+OLD_FILES+=usr/include/clang/3.4/module.map
+OLD_FILES+=usr/include/clang/3.4/nmmintrin.h
+OLD_FILES+=usr/include/clang/3.4/pmmintrin.h
+OLD_FILES+=usr/include/clang/3.4/popcntintrin.h
+OLD_FILES+=usr/include/clang/3.4/prfchwintrin.h
+OLD_FILES+=usr/include/clang/3.4/rdseedintrin.h
+OLD_FILES+=usr/include/clang/3.4/rtmintrin.h
+OLD_FILES+=usr/include/clang/3.4/shaintrin.h
+OLD_FILES+=usr/include/clang/3.4/smmintrin.h
+OLD_FILES+=usr/include/clang/3.4/tbmintrin.h
+OLD_FILES+=usr/include/clang/3.4/tmmintrin.h
+OLD_FILES+=usr/include/clang/3.4/wmmintrin.h
+OLD_FILES+=usr/include/clang/3.4/x86intrin.h
+OLD_FILES+=usr/include/clang/3.4/xmmintrin.h
+OLD_FILES+=usr/include/clang/3.4/xopintrin.h
+OLD_FILES+=usr/include/clang/3.4/arm_neon.h
+OLD_FILES+=usr/include/clang/3.4/module.map
+OLD_DIRS+=usr/include/clang/3.4
+# 20140505: Bogusly installing src.opts.mk
+OLD_FILES+=usr/share/mk/src.opts.mk
+# 20140505: Reject PR kern/187551
+OLD_DIRS+=usr/tests/sbin/ifconfig
+OLD_FILES+=usr/tests/sbin/ifconfig/Kyuafile
+OLD_FILES+=usr/tests/sbin/ifconfig/fibs_test
+# 20140502: Removal of lindev(4)
+OLD_FILES+=usr/share/man/man4/lindev.4.gz
+# 20140314: AppleTalk
+OLD_DIRS+=usr/include/netatalk
+OLD_FILES+=usr/include/netatalk/aarp.h
+OLD_FILES+=usr/include/netatalk/at.h
+OLD_FILES+=usr/include/netatalk/at_extern.h
+OLD_FILES+=usr/include/netatalk/at_var.h
+OLD_FILES+=usr/include/netatalk/ddp.h
+OLD_FILES+=usr/include/netatalk/ddp_pcb.h
+OLD_FILES+=usr/include/netatalk/ddp_var.h
+OLD_FILES+=usr/include/netatalk/endian.h
+OLD_FILES+=usr/include/netatalk/phase2.h
+# 20140314: Remove IPX/SPX
+OLD_LIBS+=lib/libipx.so.5
+OLD_FILES+=usr/include/netipx/ipx.h
+OLD_FILES+=usr/include/netipx/ipx_if.h
+OLD_FILES+=usr/include/netipx/ipx_pcb.h
+OLD_FILES+=usr/include/netipx/ipx_var.h
+OLD_FILES+=usr/include/netipx/spx.h
+OLD_FILES+=usr/include/netipx/spx_debug.h
+OLD_FILES+=usr/include/netipx/spx_timer.h
+OLD_FILES+=usr/include/netipx/spx_var.h
+OLD_DIRS+=usr/include/netipx
+OLD_FILES+=usr/lib/libipx.a
+OLD_FILES+=usr/lib/libipx.so
+OLD_FILES+=usr/lib/libipx_p.a
+OLD_FILES+=usr/lib32/libipx.a
+OLD_FILES+=usr/lib32/libipx.so
+OLD_LIBS+=usr/lib32/libipx.so.5
+OLD_FILES+=usr/lib32/libipx_p.a
+OLD_FILES+=usr/sbin/IPXrouted
+OLD_FILES+=usr/share/man/man3/ipx.3.gz
+OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
+OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
+OLD_FILES+=usr/share/man/man4/ef.4.gz
+OLD_FILES+=usr/share/man/man4/if_ef.4.gz
+OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
+# 20140314: bsdconfig usermgmt rewrite
+OLD_FILES+=usr/libexec/bsdconfig/070.usermgmt/userinput
+# 20140307: bsdconfig groupmgmt rewrite
+OLD_FILES+=usr/libexec/bsdconfig/070.usermgmt/groupinput
+# 20140223: Remove libyaml
+OLD_FILES+=usr/lib/private/libyaml.a
+OLD_FILES+=usr/lib/private/libyaml.so
+OLD_FILES+=usr/lib/private/libyaml.so.1
+OLD_FILES+=usr/lib/private/libyaml_p.a
 # 20140216: new clang import which bumps version from 3.3 to 3.4.
 OLD_FILES+=usr/bin/llvm-prof
 OLD_FILES+=usr/bin/llvm-ranlib
@@ -75,6 +165,9 @@ OLD_FILES+=usr/include/clang/3.3/xopintr
 OLD_FILES+=usr/share/man/man1/llvm-prof.1.gz
 OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz
 OLD_DIRS+=usr/include/clang/3.3
+# 20140216: nve(4) removed
+OLD_FILES+=usr/share/man/man4/if_nve.4.gz
+OLD_FILES+=usr/share/man/man4/nve.4.gz
 # 20140205: Open Firmware device moved
 OLD_FILES+=usr/include/dev/ofw/ofw_nexus.h
 # 20140128: libelf and libdwarf import

Modified: projects/numa/UPDATING
==============================================================================
--- projects/numa/UPDATING	Thu May 15 14:37:52 2014	(r266130)
+++ projects/numa/UPDATING	Thu May 15 14:44:16 2014	(r266131)
@@ -12,9 +12,9 @@ Items affecting the ports and packages s
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
 NOTE: FreeBSD has switched from gcc to clang. If you have trouble bootstrapping
-from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
-head, and then rebuild without this option. The bootstrap process from
-older version of current is a bit fragile.
+from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
+the tip of head, and then rebuild without this option. The bootstrap process from
+older version of current across the gcc/clang cutover is a bit fragile.
 
 NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
 	FreeBSD 11.x has many debugging features turned on, in both the kernel
@@ -31,6 +31,67 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20140512:
+	Clang and llvm have been upgraded to 3.4.1 release.
+
+20140508:
+	We bogusly installed src.opts.mk in /usr/share/mk. This file should
+	be removed to avoid issues in the future (and has been added to
+	ObsoleteFiles.inc).
+
+20140505:
+	/etc/src.conf now affects only builds of the FreeBSD src tree. In the
+	past, it affected all builds that used the bsd.*.mk files. The old
+	behavior was a bug, but people may have relied upon it. To get this
+	behavior back, you can .include /etc/src.conf from /etc/make.conf
+	(which is still global and isn't changed). This also changes the
+	behavior of incremental builds inside the tree of individual
+	directories. Set MAKESYSPATH to ".../share/mk" to do that.
+	Although this has survived make universe and some upgrade scenarios,
+	other upgrade scenarios may have broken. At least one form of
+	temporary breakage was fixed with MAKESYSPATH settings for buildworld
+	as well...
+
+	One side effect of all this cleaning up is that bsd.compiler.mk
+	is no longer implicitly included by bsd.own.mk. If you wish to
+	use COMPILER_TYPE, you must now explicitly include bsd.compiler.mk
+	as well.
+
+20140430:
+	The lindev device has been removed since /dev/full has been made a
+	standard device.  __FreeBSD_version has been bumped.
+
+20140418:
+	The YES_HESIOD knob has been removed. It has been obsolete for
+	a decade. Please move to using WITH_HESIOD instead or your builds
+	will silently lack HESIOD.
+
+20140405:
+	The uart(4) driver has been changed with respect to its handling
+	of the low-level console. Previously the uart(4) driver prevented
+	any process from changing the baudrate or the CLOCAL and HUPCL
+	control flags. By removing the restrictions, operators can make
+	changes to the serial console port without having to reboot.
+	However, when getty(8) is started on the serial device that is
+	associated with the low-level console, a misconfigured terminal
+	line in /etc/ttys will now have a real impact.
+	Before upgrading the kernel, make sure that /etc/ttys has the
+	serial console device configured as 3wire without baudrate to
+	preserve the previous behaviour. E.g:
+	    ttyu0  "/usr/libexec/getty 3wire"  vt100  on  secure
+
+20140306:
+	Support for libwrap (TCP wrappers) in rpcbind was disabled by default
+	to improve performance.  To re-enable it, if needed, run rpcbind
+	with command line option -W.
+
+20140226:
+	Switched back to the GPL dtc compiler due to updates in the upstream
+	dts files not being supported by the BSDL dtc compiler. You will need
+	to rebuild your kernel toolchain to pick up the new compiler. Core dumps
+	may result while building dtb files during a kernel build if you fail
+	to do so. Set WITHOUT_GPL_DTC if you require the BSDL compiler.
+
 20140216:
 	Clang and llvm have been upgraded to 3.4 release.
 
@@ -45,6 +106,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	has now been fixed, but any C++ applications or shared libraries built
 	between r261283 and r261801 should be recompiled.
 
+20140204:
+	OpenSSH will now ignore errors caused by kernel lacking of Capsicum
+	capability mode support.  Please note that enabling the feature in
+	kernel is still highly recommended.
+
+20140131:
+	OpenSSH is now built with sandbox support, and will use sandbox as
+	the default privilege separation method.  This requires Capsicum
+	capability mode support in kernel.
+
 20140128:
 	The libelf and libdwarf libraries have been updated to newer
 	versions from upstream. Shared library version numbers for
@@ -607,1264 +678,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	The stable/9 branch created in subversion.  This corresponds to the
 	RELENG_9 branch in CVS.
 
-20110913:
-	This commit modifies vfs_register() so that it uses a hash
-	calculation to set vfc_typenum, which is enabled by default.
-	The first time a system is booted after this change, the
-	vfc_typenum values will change for all file systems. The
-	main effect of this is a change to the NFS server file handles
-	for file systems that use vfc_typenum in their fsid, such as ZFS.
-	It will, however, prevent vfc_typenum from changing when file
-	systems are loaded in a different order for subsequent reboots.
-	To disable this, you can set vfs.typenumhash=0 in /boot/loader.conf
-	until you are ready to remount all NFS clients after a reboot.
-
-20110828:
-	Bump the shared library version numbers for libraries that
-	do not use symbol versioning, have changed the ABI compared
-	to stable/8 and which shared library version was not bumped.
-	Done as part of 9.0-RELEASE cycle.
-
-20110815:
-	During the merge of Capsicum features, the fget(9) KPI was modified.
-	This may require the rebuilding of out-of-tree device drivers --
-	issues have been reported specifically with the nVidia device driver.
-	__FreeBSD_version is bumped to 900041.
-
-	Also, there is a period between 20110811 and 20110814 where the
-	special devices /dev/{stdin,stdout,stderr} did not work correctly.
-	Building world from a kernel during that window may not work.
-
-20110628:
-	The packet filter (pf) code has been updated to OpenBSD 4.5.
-	You need to update userland tools to be in sync with kernel.
-	This update breaks backward compatibility with earlier pfsync(4)
-	versions.  Care must be taken when updating redundant firewall setups.
-
-20110608:
-	The following sysctls and tunables are retired on x86 platforms:
-		machdep.hlt_cpus
-		machdep.hlt_logical_cpus
-	The following sysctl is retired:
-		machdep.hyperthreading_allowed
-	The sysctls were supposed to provide a way to dynamically offline and
-	online selected CPUs on x86 platforms, but the implementation has not
-	been reliable especially with SCHED_ULE scheduler.
-	machdep.hyperthreading_allowed tunable is still available to ignore
-	hyperthreading CPUs at OS level.
-	Individual CPUs can be disabled using hint.lapic.X.disabled tunable,
-	where X is an APIC ID of a CPU.  Be advised, though, that disabling
-	CPUs in non-uniform fashion will result in non-uniform topology and
-	may lead to sub-optimal system performance with SCHED_ULE, which is
-	a default scheduler.
-
-20110607:
-	cpumask_t type is retired and cpuset_t is used in order to describe
-	a mask of CPUs.
-
-20110531:
-	Changes to ifconfig(8) for dynamic address family detection mandate
-	that you are running a kernel of 20110525 or later.  Make sure to
-	follow the update procedure to boot a new kernel before installing
-	world.
-
-20110513:
-	Support for sun4v architecture is officially dropped
-
-20110503:
-	Several KPI breaking changes have been committed to the mii(4) layer,
-	the PHY drivers and consequently some Ethernet drivers using mii(4).
-	This means that miibus.ko and the modules of the affected Ethernet
-	drivers need to be recompiled.
-
-	Note to kernel developers: Given that the OUI bit reversion problem
-	was fixed as part of these changes all mii(4) commits related to OUIs,
-	i.e. to sys/dev/mii/miidevs, PHY driver probing and vendor specific
-	handling, no longer can be merged verbatim to stable/8 and previous
-	branches.
-
-20110430:
-	Users of the Atheros AR71xx SoC code now need to add 'device ar71xx_pci'
-	into their kernel configurations along with 'device pci'.
-
-20110427:
-	The default NFS client is now the new NFS client, so fstype "newnfs"
-	is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
-	Although mounts via fstype "nfs" will usually work without userland
-	changes, it is recommended that the mount(8) and mount_nfs(8)
-	commands be rebuilt from sources and that a link to mount_nfs called

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405151444.s4FEiPso027884>