From owner-svn-src-projects@FreeBSD.ORG Thu Nov 21 22:07:58 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A0E2F56; Thu, 21 Nov 2013 22:07:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 251392A65; Thu, 21 Nov 2013 22:07:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rALM7wm8079261; Thu, 21 Nov 2013 22:07:58 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rALM7rNp079229; Thu, 21 Nov 2013 22:07:53 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201311212207.rALM7rNp079229@svn.freebsd.org> From: Ed Maste Date: Thu, 21 Nov 2013 22:07:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r258449 - in projects/uefi: . bin/pkill bin/sh cddl/contrib/opensolaris/cmd/plockstat cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/common/ctf cddl/contrib/opensolaris/lib/l... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 22:07:58 -0000 Author: emaste Date: Thu Nov 21 22:07:50 2013 New Revision: 258449 URL: http://svnweb.freebsd.org/changeset/base/258449 Log: Merge from HEAD at r258430 Sponsored by: The FreeBSD Foundation Added: projects/uefi/contrib/atf/atf-c++/detail/auto_array.hpp - copied unchanged from r258430, head/contrib/atf/atf-c++/detail/auto_array.hpp projects/uefi/contrib/atf/atf-c++/detail/auto_array_test.cpp - copied unchanged from r258430, head/contrib/atf/atf-c++/detail/auto_array_test.cpp projects/uefi/contrib/atf/atf-c++/noncopyable.hpp - copied unchanged from r258430, head/contrib/atf/atf-c++/noncopyable.hpp projects/uefi/contrib/atf/atf-c++/utils.cpp - copied unchanged from r258430, head/contrib/atf/atf-c++/utils.cpp projects/uefi/contrib/gcc/cp/ChangeLog.gcc43 - copied unchanged from r258430, head/contrib/gcc/cp/ChangeLog.gcc43 projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/StreamGDBRemote.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/include/lldb/Core/StreamGDBRemote.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h projects/uefi/contrib/llvm/tools/lldb/source/Core/StreamGDBRemote.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Core/StreamGDBRemote.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/ProcessRunLock.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Host/common/ProcessRunLock.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ - copied from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_mips64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_mips64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_i386.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_i386.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_mips64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_mips64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_x86_64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h projects/uefi/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/ELWrapper.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/tools/driver/ELWrapper.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/ELWrapper.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/tools/driver/ELWrapper.h projects/uefi/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.h projects/uefi/contrib/llvm/tools/lldb/tools/driver/Platform.cpp - copied unchanged from r258430, head/contrib/llvm/tools/lldb/tools/driver/Platform.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/Platform.h - copied unchanged from r258430, head/contrib/llvm/tools/lldb/tools/driver/Platform.h projects/uefi/contrib/llvm/tools/lldb/tools/lldb-platform/ - copied from r258430, head/contrib/llvm/tools/lldb/tools/lldb-platform/ projects/uefi/contrib/tzdata/leap-seconds.list - copied unchanged from r258430, head/contrib/tzdata/leap-seconds.list projects/uefi/lib/atf/libatf-c++/Makefile.inc - copied unchanged from r258430, head/lib/atf/libatf-c++/Makefile.inc projects/uefi/lib/atf/libatf-c++/tests/ - copied from r258430, head/lib/atf/libatf-c++/tests/ projects/uefi/lib/atf/libatf-c/Makefile.inc - copied unchanged from r258430, head/lib/atf/libatf-c/Makefile.inc projects/uefi/lib/atf/libatf-c/tests/ - copied from r258430, head/lib/atf/libatf-c/tests/ projects/uefi/lib/atf/tests/ - copied from r258430, head/lib/atf/tests/ projects/uefi/lib/libc/capability/cap_rights_init.3 - copied unchanged from r258430, head/lib/libc/capability/cap_rights_init.3 projects/uefi/lib/libc/gen/cap_rights_get.3 - copied unchanged from r258430, head/lib/libc/gen/cap_rights_get.3 projects/uefi/lib/libc/iconv/iconv-internal.h - copied unchanged from r258430, head/lib/libc/iconv/iconv-internal.h projects/uefi/lib/libc/iconv/iconv_compat.c - copied unchanged from r258430, head/lib/libc/iconv/iconv_compat.c projects/uefi/lib/libc_nonshared/ - copied from r258430, head/lib/libc_nonshared/ projects/uefi/lib/libnv/ - copied from r258430, head/lib/libnv/ projects/uefi/lib/tests/ - copied from r258430, head/lib/tests/ projects/uefi/libexec/atf/atf-check/Makefile.inc - copied unchanged from r258430, head/libexec/atf/atf-check/Makefile.inc projects/uefi/libexec/atf/atf-check/tests/ - copied from r258430, head/libexec/atf/atf-check/tests/ projects/uefi/libexec/atf/tests/ - copied from r258430, head/libexec/atf/tests/ projects/uefi/libexec/tests/ - copied from r258430, head/libexec/tests/ projects/uefi/release/amd64/pkg-stage.conf - copied unchanged from r258430, head/release/amd64/pkg-stage.conf projects/uefi/release/i386/pkg-stage.conf - copied unchanged from r258430, head/release/i386/pkg-stage.conf projects/uefi/release/scripts/pkg-stage.sh - copied unchanged from r258430, head/release/scripts/pkg-stage.sh projects/uefi/share/examples/libusb20/util.c - copied unchanged from r258430, head/share/examples/libusb20/util.c projects/uefi/share/examples/libusb20/util.h - copied unchanged from r258430, head/share/examples/libusb20/util.h projects/uefi/share/examples/tests/ - copied from r258430, head/share/examples/tests/ projects/uefi/share/man/man4/axge.4 - copied unchanged from r258430, head/share/man/man4/axge.4 projects/uefi/share/man/man4/gpioiic.4 - copied unchanged from r258430, head/share/man/man4/gpioiic.4 projects/uefi/share/man/man4/gpioled.4 - copied unchanged from r258430, head/share/man/man4/gpioled.4 projects/uefi/share/man/man4/rights.4 - copied unchanged from r258430, head/share/man/man4/rights.4 projects/uefi/share/man/man4/urtwnfw.4 - copied unchanged from r258430, head/share/man/man4/urtwnfw.4 projects/uefi/share/tests/ - copied from r258430, head/share/tests/ projects/uefi/sys/amd64/vmm/io/vioapic.c - copied unchanged from r258430, head/sys/amd64/vmm/io/vioapic.c projects/uefi/sys/amd64/vmm/io/vioapic.h - copied unchanged from r258430, head/sys/amd64/vmm/io/vioapic.h projects/uefi/sys/arm/arm/bus_space-v6.c - copied unchanged from r258430, head/sys/arm/arm/bus_space-v6.c projects/uefi/sys/arm/arm/devmap.c - copied unchanged from r258430, head/sys/arm/arm/devmap.c projects/uefi/sys/arm/conf/COSMIC - copied unchanged from r258430, head/sys/arm/conf/COSMIC projects/uefi/sys/arm/conf/WANDBOARD-DUAL - copied unchanged from r258430, head/sys/arm/conf/WANDBOARD-DUAL projects/uefi/sys/arm/conf/WANDBOARD-QUAD - copied unchanged from r258430, head/sys/arm/conf/WANDBOARD-QUAD projects/uefi/sys/arm/conf/WANDBOARD-SOLO - copied unchanged from r258430, head/sys/arm/conf/WANDBOARD-SOLO projects/uefi/sys/arm/conf/WANDBOARD.common - copied unchanged from r258430, head/sys/arm/conf/WANDBOARD.common projects/uefi/sys/arm/freescale/imx/files.imx6 - copied unchanged from r258430, head/sys/arm/freescale/imx/files.imx6 projects/uefi/sys/arm/freescale/imx/imx6_anatop.c - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_anatop.c projects/uefi/sys/arm/freescale/imx/imx6_anatopreg.h - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_anatopreg.h projects/uefi/sys/arm/freescale/imx/imx6_anatopvar.h - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_anatopvar.h projects/uefi/sys/arm/freescale/imx/imx6_ccm.c - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_ccm.c projects/uefi/sys/arm/freescale/imx/imx6_ccmreg.h - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_ccmreg.h projects/uefi/sys/arm/freescale/imx/imx6_machdep.c - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_machdep.c projects/uefi/sys/arm/freescale/imx/imx6_pl310.c - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_pl310.c projects/uefi/sys/arm/freescale/imx/imx6_usbphy.c - copied unchanged from r258430, head/sys/arm/freescale/imx/imx6_usbphy.c projects/uefi/sys/arm/freescale/imx/imx_sdhci.c - copied unchanged from r258430, head/sys/arm/freescale/imx/imx_sdhci.c projects/uefi/sys/arm/freescale/imx/std.imx6 - copied unchanged from r258430, head/sys/arm/freescale/imx/std.imx6 projects/uefi/sys/arm/freescale/vybrid/ - copied from r258430, head/sys/arm/freescale/vybrid/ projects/uefi/sys/arm/include/devmap.h - copied unchanged from r258430, head/sys/arm/include/devmap.h projects/uefi/sys/arm/ti/ti_mbox.c - copied unchanged from r258430, head/sys/arm/ti/ti_mbox.c projects/uefi/sys/arm/ti/ti_mbox.h - copied unchanged from r258430, head/sys/arm/ti/ti_mbox.h projects/uefi/sys/arm/ti/ti_pruss.c - copied unchanged from r258430, head/sys/arm/ti/ti_pruss.c projects/uefi/sys/arm/ti/ti_pruss.h - copied unchanged from r258430, head/sys/arm/ti/ti_pruss.h projects/uefi/sys/boot/fdt/dts/imx6.dtsi - copied unchanged from r258430, head/sys/boot/fdt/dts/imx6.dtsi projects/uefi/sys/boot/fdt/dts/vybrid-cosmic.dts - copied unchanged from r258430, head/sys/boot/fdt/dts/vybrid-cosmic.dts projects/uefi/sys/boot/fdt/dts/vybrid.dtsi - copied unchanged from r258430, head/sys/boot/fdt/dts/vybrid.dtsi projects/uefi/sys/boot/fdt/dts/wandboard-dual.dts - copied unchanged from r258430, head/sys/boot/fdt/dts/wandboard-dual.dts projects/uefi/sys/boot/fdt/dts/wandboard-quad.dts - copied unchanged from r258430, head/sys/boot/fdt/dts/wandboard-quad.dts projects/uefi/sys/boot/fdt/dts/wandboard-solo.dts - copied unchanged from r258430, head/sys/boot/fdt/dts/wandboard-solo.dts projects/uefi/sys/dev/iwn/if_iwn_chip_cfg.h - copied unchanged from r258430, head/sys/dev/iwn/if_iwn_chip_cfg.h projects/uefi/sys/dev/netmap/netmap_mem2.h - copied unchanged from r258430, head/sys/dev/netmap/netmap_mem2.h projects/uefi/sys/dev/usb/net/if_axge.c - copied unchanged from r258430, head/sys/dev/usb/net/if_axge.c projects/uefi/sys/dev/usb/net/if_axgereg.h - copied unchanged from r258430, head/sys/dev/usb/net/if_axgereg.h projects/uefi/sys/modules/usb/axge/ - copied from r258430, head/sys/modules/usb/axge/ projects/uefi/sys/net/ieee_oui.h - copied unchanged from r258430, head/sys/net/ieee_oui.h projects/uefi/sys/powerpc/mpc85xx/platform_mpc85xx.c - copied unchanged from r258430, head/sys/powerpc/mpc85xx/platform_mpc85xx.c projects/uefi/sys/powerpc/ofw/ofw_pcibus.h - copied unchanged from r258430, head/sys/powerpc/ofw/ofw_pcibus.h projects/uefi/sys/powerpc/powerpc/copyinout.c - copied unchanged from r258430, head/sys/powerpc/powerpc/copyinout.c projects/uefi/sys/powerpc/powerpc/swtch32.S - copied unchanged from r258430, head/sys/powerpc/powerpc/swtch32.S projects/uefi/sys/powerpc/powerpc/swtch64.S - copied unchanged from r258430, head/sys/powerpc/powerpc/swtch64.S projects/uefi/sys/powerpc/pseries/plpar_pcibus.c - copied unchanged from r258430, head/sys/powerpc/pseries/plpar_pcibus.c projects/uefi/sys/x86/iommu/intel_qi.c - copied unchanged from r258430, head/sys/x86/iommu/intel_qi.c projects/uefi/tools/build/options/WITH_TESTS - copied unchanged from r258430, head/tools/build/options/WITH_TESTS projects/uefi/tools/regression/bin/sh/builtins/command12.0 - copied unchanged from r258430, head/tools/regression/bin/sh/builtins/command12.0 projects/uefi/tools/regression/bin/sh/builtins/trap13.0 - copied unchanged from r258430, head/tools/regression/bin/sh/builtins/trap13.0 projects/uefi/tools/regression/bin/sh/builtins/trap14.0 - copied unchanged from r258430, head/tools/regression/bin/sh/builtins/trap14.0 projects/uefi/tools/regression/bin/sh/parser/var-assign1.0 - copied unchanged from r258430, head/tools/regression/bin/sh/parser/var-assign1.0 projects/uefi/tools/regression/lib/libnv/ - copied from r258430, head/tools/regression/lib/libnv/ projects/uefi/tools/regression/usr.sbin/etcupdate/preworld.sh - copied unchanged from r258430, head/tools/regression/usr.sbin/etcupdate/preworld.sh projects/uefi/usr.bin/atf/atf-sh/tests/ - copied from r258430, head/usr.bin/atf/atf-sh/tests/ projects/uefi/usr.bin/atf/tests/ - copied from r258430, head/usr.bin/atf/tests/ projects/uefi/usr.bin/tests/ - copied from r258430, head/usr.bin/tests/ projects/uefi/usr.sbin/bsdconfig/includes/ - copied from r258430, head/usr.sbin/bsdconfig/includes/ projects/uefi/usr.sbin/mfiutil/mfi_properties.c - copied unchanged from r258430, head/usr.sbin/mfiutil/mfi_properties.c Deleted: projects/uefi/contrib/atf/Atffile projects/uefi/contrib/atf/Makefile.am projects/uefi/contrib/atf/Makefile.in projects/uefi/contrib/atf/admin/ projects/uefi/contrib/atf/atf-c++/Atffile projects/uefi/contrib/atf/atf-c++/Makefile.am.inc projects/uefi/contrib/atf/atf-c++/detail/Atffile projects/uefi/contrib/atf/atf-c++/detail/Makefile.am.inc projects/uefi/contrib/atf/atf-c/Atffile projects/uefi/contrib/atf/atf-c/Makefile.am.inc projects/uefi/contrib/atf/atf-c/detail/Atffile projects/uefi/contrib/atf/atf-c/detail/Makefile.am.inc projects/uefi/contrib/atf/atf-c/detail/test_helpers_test.c projects/uefi/contrib/atf/atf-config/ projects/uefi/contrib/atf/atf-report/ projects/uefi/contrib/atf/atf-run/ projects/uefi/contrib/atf/atf-sh/Atffile projects/uefi/contrib/atf/atf-sh/Makefile.am.inc projects/uefi/contrib/atf/atf-version/ projects/uefi/contrib/atf/bconfig.h.in projects/uefi/contrib/atf/configure projects/uefi/contrib/atf/configure.ac projects/uefi/contrib/atf/doc/Makefile.am.inc projects/uefi/contrib/atf/doc/atf-formats.5 projects/uefi/contrib/atf/doc/atf.7.in projects/uefi/contrib/atf/test-programs/Atffile projects/uefi/contrib/atf/test-programs/Makefile.am.inc projects/uefi/contrib/atf/test-programs/fork_test.sh projects/uefi/contrib/llvm/tools/lldb/include/lldb/Utility/RefCounter.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_i386.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_i386.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreFreeBSD_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreFreeBSD_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreLinux_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreLinux_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Utility/RefCounter.cpp projects/uefi/etc/namedb/ projects/uefi/etc/periodic/daily/220.backup-pkgdb projects/uefi/etc/periodic/daily/470.status-named projects/uefi/etc/periodic/daily/490.status-pkg-changes projects/uefi/etc/periodic/security/460.chkportsum projects/uefi/etc/periodic/weekly/400.status-pkg projects/uefi/etc/rc.d/named projects/uefi/lib/libiconv_compat/ projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/abstract.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/abstract.xml projects/uefi/release/generate-release.sh projects/uefi/share/examples/libusb20/aux.c projects/uefi/share/examples/libusb20/aux.h projects/uefi/sys/amd64/vmm/io/vdev.c projects/uefi/sys/amd64/vmm/io/vdev.h projects/uefi/sys/arm/allwinner/bus_space.c projects/uefi/sys/arm/broadcom/bcm2835/bus_space.c projects/uefi/sys/arm/freescale/imx/bus_space.c projects/uefi/sys/arm/rockchip/bus_space.c projects/uefi/sys/arm/samsung/exynos/bus_space.c projects/uefi/sys/arm/ti/bus_space.c projects/uefi/sys/powerpc/aim/copyinout.c projects/uefi/sys/powerpc/aim/swtch32.S projects/uefi/sys/powerpc/aim/swtch64.S projects/uefi/sys/powerpc/booke/copyinout.c projects/uefi/sys/powerpc/booke/swtch.S projects/uefi/tools/build/options/WITH_LIBICONV_COMPAT projects/uefi/tools/build/options/WITH_PKGTOOLS projects/uefi/usr.sbin/bhyve/ioapic.c projects/uefi/usr.sbin/bhyve/ioapic.h projects/uefi/usr.sbin/pkg_install/ Modified: projects/uefi/MAINTAINERS (contents, props changed) projects/uefi/Makefile.inc1 projects/uefi/ObsoleteFiles.inc projects/uefi/UPDATING projects/uefi/bin/pkill/pkill.c projects/uefi/bin/sh/exec.c projects/uefi/bin/sh/nodetypes projects/uefi/bin/sh/sh.1 projects/uefi/bin/sh/trap.c projects/uefi/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c projects/uefi/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c projects/uefi/cddl/contrib/opensolaris/common/ctf/ctf_create.c projects/uefi/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c projects/uefi/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c projects/uefi/cddl/lib/libnvpair/Makefile projects/uefi/contrib/atf/FREEBSD-Xlist projects/uefi/contrib/atf/FREEBSD-upgrade projects/uefi/contrib/atf/NEWS projects/uefi/contrib/atf/atf-c++.hpp projects/uefi/contrib/atf/atf-c++/atf-c++-api.3 projects/uefi/contrib/atf/atf-c++/check.hpp projects/uefi/contrib/atf/atf-c++/check_test.cpp projects/uefi/contrib/atf/atf-c++/detail/Kyuafile projects/uefi/contrib/atf/atf-c++/detail/parser.hpp projects/uefi/contrib/atf/atf-c++/detail/process.cpp projects/uefi/contrib/atf/atf-c++/detail/process.hpp projects/uefi/contrib/atf/atf-c++/detail/test_helpers.cpp projects/uefi/contrib/atf/atf-c++/detail/test_helpers.hpp projects/uefi/contrib/atf/atf-c++/macros_test.cpp projects/uefi/contrib/atf/atf-c++/pkg_config_test.sh projects/uefi/contrib/atf/atf-c++/tests.cpp projects/uefi/contrib/atf/atf-c++/tests.hpp projects/uefi/contrib/atf/atf-c++/utils.hpp projects/uefi/contrib/atf/atf-c++/utils_test.cpp projects/uefi/contrib/atf/atf-c.h projects/uefi/contrib/atf/atf-c/atf-c-api.3 projects/uefi/contrib/atf/atf-c/check_test.c projects/uefi/contrib/atf/atf-c/detail/Kyuafile projects/uefi/contrib/atf/atf-c/detail/process_test.c projects/uefi/contrib/atf/atf-c/detail/sanity_test.c projects/uefi/contrib/atf/atf-c/detail/test_helpers.c projects/uefi/contrib/atf/atf-c/detail/test_helpers.h projects/uefi/contrib/atf/atf-c/macros.h projects/uefi/contrib/atf/atf-c/macros_test.c projects/uefi/contrib/atf/atf-c/pkg_config_test.sh projects/uefi/contrib/atf/atf-c/utils.c projects/uefi/contrib/atf/atf-c/utils.h projects/uefi/contrib/atf/atf-c/utils_test.c projects/uefi/contrib/atf/atf-sh/atf-check.cpp projects/uefi/contrib/atf/atf-sh/atf-check_test.sh projects/uefi/contrib/atf/atf-sh/atf-sh-api.3 projects/uefi/contrib/atf/atf-sh/atf-sh.1 projects/uefi/contrib/atf/atf-sh/atf_check_test.sh projects/uefi/contrib/atf/atf-sh/misc_helpers.sh projects/uefi/contrib/atf/bconfig.h projects/uefi/contrib/atf/test-programs/Kyuafile projects/uefi/contrib/atf/test-programs/c_helpers.c projects/uefi/contrib/atf/test-programs/cpp_helpers.cpp projects/uefi/contrib/atf/test-programs/sh_helpers.sh projects/uefi/contrib/binutils/binutils/cxxfilt.c projects/uefi/contrib/binutils/binutils/readelf.c projects/uefi/contrib/binutils/opcodes/i386-dis.c projects/uefi/contrib/bmake/hash.c projects/uefi/contrib/bmake/lst.lib/lstMember.c projects/uefi/contrib/gcc/ChangeLog.gcc43 projects/uefi/contrib/gcc/Makefile.in projects/uefi/contrib/gcc/builtin-types.def projects/uefi/contrib/gcc/builtins.c projects/uefi/contrib/gcc/builtins.def projects/uefi/contrib/gcc/c-common.c projects/uefi/contrib/gcc/c-common.h projects/uefi/contrib/gcc/c-decl.c projects/uefi/contrib/gcc/c-opts.c projects/uefi/contrib/gcc/c-typeck.c projects/uefi/contrib/gcc/c.opt projects/uefi/contrib/gcc/cgraphunit.c projects/uefi/contrib/gcc/collect2.c projects/uefi/contrib/gcc/config/i386/beos-elf.h projects/uefi/contrib/gcc/config/i386/cygwin.h projects/uefi/contrib/gcc/config/i386/i386.c projects/uefi/contrib/gcc/config/i386/i386.h projects/uefi/contrib/gcc/config/i386/i386.md projects/uefi/contrib/gcc/config/i386/nto.h projects/uefi/contrib/gcc/config/rs6000/aix.h projects/uefi/contrib/gcc/config/rs6000/rs6000.c projects/uefi/contrib/gcc/config/rs6000/sysv4.h projects/uefi/contrib/gcc/config/svr4.h projects/uefi/contrib/gcc/configure projects/uefi/contrib/gcc/configure.ac projects/uefi/contrib/gcc/coverage.c projects/uefi/contrib/gcc/cp/cp-lang.c projects/uefi/contrib/gcc/cp/cp-tree.h projects/uefi/contrib/gcc/cp/decl.c projects/uefi/contrib/gcc/cp/decl2.c projects/uefi/contrib/gcc/cp/name-lookup.c projects/uefi/contrib/gcc/cp/parser.c projects/uefi/contrib/gcc/cp/pt.c projects/uefi/contrib/gcc/cp/semantics.c projects/uefi/contrib/gcc/cp/tree.c projects/uefi/contrib/gcc/cp/typeck.c projects/uefi/contrib/gcc/cppdefault.c projects/uefi/contrib/gcc/doc/extend.texi projects/uefi/contrib/gcc/doc/invoke.texi projects/uefi/contrib/gcc/doc/libgcc.texi projects/uefi/contrib/gcc/doc/rtl.texi projects/uefi/contrib/gcc/dwarf2out.c projects/uefi/contrib/gcc/expr.c projects/uefi/contrib/gcc/flags.h projects/uefi/contrib/gcc/fold-const.c projects/uefi/contrib/gcc/gcc.c projects/uefi/contrib/gcc/genattrtab.c projects/uefi/contrib/gcc/genopinit.c projects/uefi/contrib/gcc/langhooks-def.h projects/uefi/contrib/gcc/langhooks.h projects/uefi/contrib/gcc/libgcc-std.ver projects/uefi/contrib/gcc/libgcc2.c projects/uefi/contrib/gcc/libgcc2.h projects/uefi/contrib/gcc/mips-tdump.c projects/uefi/contrib/gcc/mips-tfile.c projects/uefi/contrib/gcc/mklibgcc.in projects/uefi/contrib/gcc/optabs.c projects/uefi/contrib/gcc/optabs.h projects/uefi/contrib/gcc/opts.c projects/uefi/contrib/gcc/postreload-gcse.c projects/uefi/contrib/gcc/regs.h projects/uefi/contrib/gcc/reload1.c projects/uefi/contrib/gcc/rtl.def projects/uefi/contrib/gcc/rtlanal.c projects/uefi/contrib/gcc/simplify-rtx.c projects/uefi/contrib/gcc/tree-ssa-propagate.c projects/uefi/contrib/gcc/tree-vrp.c projects/uefi/contrib/gcc/tree.c projects/uefi/contrib/gcc/tree.h projects/uefi/contrib/gcclibs/libcpp/files.c projects/uefi/contrib/gcclibs/libcpp/internal.h projects/uefi/contrib/gcclibs/libcpp/lex.c projects/uefi/contrib/gcclibs/libiberty/cp-demangle.c projects/uefi/contrib/gcclibs/libiberty/testsuite/demangle-expected projects/uefi/contrib/gperf/doc/gperf.1 projects/uefi/contrib/gperf/src/options.cc projects/uefi/contrib/gperf/src/options.h projects/uefi/contrib/gperf/src/options.icc projects/uefi/contrib/gperf/src/output.cc projects/uefi/contrib/libexecinfo/backtrace.c projects/uefi/contrib/libpcap/bpf/net/bpf_filter.c projects/uefi/contrib/libpcap/bpf_dump.c projects/uefi/contrib/libpcap/bpf_image.c projects/uefi/contrib/libpcap/pcap/bpf.h projects/uefi/contrib/libpcap/pcap/pcap.h projects/uefi/contrib/libreadline/display.c projects/uefi/contrib/libreadline/input.c projects/uefi/contrib/libreadline/search.c projects/uefi/contrib/libreadline/support/shobj-conf projects/uefi/contrib/libstdc++/include/bits/basic_string.h projects/uefi/contrib/libstdc++/include/bits/basic_string.tcc projects/uefi/contrib/libstdc++/include/bits/stl_algobase.h projects/uefi/contrib/libstdc++/include/bits/stl_tree.h projects/uefi/contrib/libstdc++/include/bits/stl_vector.h projects/uefi/contrib/libstdc++/include/ext/mt_allocator.h projects/uefi/contrib/libstdc++/include/ext/throw_allocator.h projects/uefi/contrib/libstdc++/libsupc++/eh_alloc.cc projects/uefi/contrib/libstdc++/src/mt_allocator.cc projects/uefi/contrib/llvm/include/llvm/Support/Dwarf.h projects/uefi/contrib/llvm/include/llvm/Support/ELF.h projects/uefi/contrib/llvm/lib/Analysis/CaptureTracking.cpp projects/uefi/contrib/llvm/lib/Support/Dwarf.cpp projects/uefi/contrib/llvm/tools/lldb/include/lldb/API/SBHostOS.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointLocation.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Address.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionFileDescriptor.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionMachPort.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ConstString.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Error.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Flags.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Log.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Module.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/UUID.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/Value.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Core/dwarf.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatNavigator.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionDeclMap.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Expression/IRForTarget.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/Condition.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/Config.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/File.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/Host.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/Mutex.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/Symbols.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/Terminal.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Host/TimeValue.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/Block.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTImporter.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTType.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangNamespaceDecl.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeList.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/Process.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameList.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/StackID.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/Target.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-private-log.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-private.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-types.h projects/uefi/contrib/llvm/tools/lldb/include/lldb/lldb-versioning.h projects/uefi/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBData.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBFunction.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBModuleSpec.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBProcess.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBSymbol.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBTarget.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBThread.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBType.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp projects/uefi/contrib/llvm/tools/lldb/source/API/SBValue.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointList.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolver.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp projects/uefi/contrib/llvm/tools/lldb/source/Breakpoint/StoppointLocation.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp projects/uefi/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Address.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Communication.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ConnectionMachPort.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ConstString.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/DataBufferMemoryMap.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Debugger.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Error.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/FileLineResolver.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Log.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Mangled.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Module.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Opcode.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Timer.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/Value.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp projects/uefi/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/ClangFunction.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/IRInterpreter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/IRMemoryMap.cpp projects/uefi/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/Condition.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/File.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/Host.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/Mutex.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/Terminal.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/common/TimeValue.cpp projects/uefi/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFile.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFormat.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupString.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUUID.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupVariable.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_x86.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h projects/uefi/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp projects/uefi/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/LineEntry.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/Type.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp projects/uefi/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/Platform.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/Process.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/RegisterContext.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/Target.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/TargetList.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/Thread.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp projects/uefi/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp projects/uefi/contrib/llvm/tools/lldb/source/Utility/PseudoTerminal.cpp projects/uefi/contrib/llvm/tools/lldb/source/Utility/SharingPtr.cpp projects/uefi/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp projects/uefi/contrib/llvm/tools/lldb/source/Utility/StringExtractor.h projects/uefi/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp projects/uefi/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h projects/uefi/contrib/llvm/tools/lldb/source/lldb-log.cpp projects/uefi/contrib/llvm/tools/lldb/source/lldb.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/Driver.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/Driver.h projects/uefi/contrib/llvm/tools/lldb/tools/driver/IOChannel.cpp projects/uefi/contrib/llvm/tools/lldb/tools/driver/IOChannel.h projects/uefi/contrib/mdocml/lib.in projects/uefi/contrib/netcat/nc.1 projects/uefi/contrib/netcat/netcat.c projects/uefi/contrib/nvi/README projects/uefi/contrib/nvi/common/main.c projects/uefi/contrib/nvi/docs/USD.doc/vi.man/vi.1 projects/uefi/contrib/nvi/ex/ex_print.c projects/uefi/contrib/nvi/ex/version.h projects/uefi/contrib/nvi/vi/v_txt.c projects/uefi/contrib/nvi/vi/vs_refresh.c projects/uefi/contrib/smbfs/lib/smb/nls.c projects/uefi/contrib/subversion/CHANGES projects/uefi/contrib/subversion/INSTALL projects/uefi/contrib/subversion/Makefile.in projects/uefi/contrib/subversion/build-outputs.mk projects/uefi/contrib/subversion/build.conf projects/uefi/contrib/subversion/configure projects/uefi/contrib/subversion/subversion/include/private/svn_client_private.h projects/uefi/contrib/subversion/subversion/include/private/svn_subr_private.h projects/uefi/contrib/subversion/subversion/include/svn_config.h projects/uefi/contrib/subversion/subversion/include/svn_types.h projects/uefi/contrib/subversion/subversion/include/svn_version.h projects/uefi/contrib/subversion/subversion/libsvn_client/commit.c projects/uefi/contrib/subversion/subversion/libsvn_client/merge.c projects/uefi/contrib/subversion/subversion/libsvn_client/mergeinfo.c projects/uefi/contrib/subversion/subversion/libsvn_client/update.c projects/uefi/contrib/subversion/subversion/libsvn_diff/diff_file.c projects/uefi/contrib/subversion/subversion/libsvn_fs/fs-loader.c projects/uefi/contrib/subversion/subversion/libsvn_fs_base/fs.c projects/uefi/contrib/subversion/subversion/libsvn_fs_fs/fs.c projects/uefi/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c projects/uefi/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h projects/uefi/contrib/subversion/subversion/libsvn_ra/ra_loader.c projects/uefi/contrib/subversion/subversion/libsvn_ra/ra_loader.h projects/uefi/contrib/subversion/subversion/libsvn_ra_local/ra_plugin.c projects/uefi/contrib/subversion/subversion/libsvn_ra_local/split_url.c projects/uefi/contrib/subversion/subversion/libsvn_ra_serf/commit.c projects/uefi/contrib/subversion/subversion/libsvn_ra_serf/ra_serf.h projects/uefi/contrib/subversion/subversion/libsvn_ra_serf/replay.c projects/uefi/contrib/subversion/subversion/libsvn_ra_serf/serf.c projects/uefi/contrib/subversion/subversion/libsvn_ra_serf/util.c projects/uefi/contrib/subversion/subversion/libsvn_ra_svn/client.c projects/uefi/contrib/subversion/subversion/libsvn_subr/auth.c projects/uefi/contrib/subversion/subversion/libsvn_subr/cache_config.c projects/uefi/contrib/subversion/subversion/libsvn_subr/cmdline.c projects/uefi/contrib/subversion/subversion/libsvn_subr/config_auth.c projects/uefi/contrib/subversion/subversion/libsvn_subr/deprecated.c projects/uefi/contrib/subversion/subversion/libsvn_subr/dirent_uri.c projects/uefi/contrib/subversion/subversion/libsvn_subr/internal_statements.h projects/uefi/contrib/subversion/subversion/libsvn_subr/io.c projects/uefi/contrib/subversion/subversion/libsvn_subr/sysinfo.c projects/uefi/contrib/subversion/subversion/libsvn_subr/utf.c projects/uefi/contrib/subversion/subversion/libsvn_subr/version.c projects/uefi/contrib/subversion/subversion/libsvn_subr/win32_crashrpt.c projects/uefi/contrib/subversion/subversion/libsvn_wc/diff_editor.c projects/uefi/contrib/subversion/subversion/libsvn_wc/diff_local.c projects/uefi/contrib/subversion/subversion/libsvn_wc/info.c projects/uefi/contrib/subversion/subversion/libsvn_wc/old-and-busted.c projects/uefi/contrib/subversion/subversion/libsvn_wc/update_editor.c projects/uefi/contrib/subversion/subversion/libsvn_wc/wc-checks.h projects/uefi/contrib/subversion/subversion/libsvn_wc/wc-metadata.h projects/uefi/contrib/subversion/subversion/libsvn_wc/wc-queries.h projects/uefi/contrib/subversion/subversion/libsvn_wc/wc-queries.sql projects/uefi/contrib/subversion/subversion/libsvn_wc/wc_db.c projects/uefi/contrib/subversion/subversion/libsvn_wc/wc_db.h projects/uefi/contrib/subversion/subversion/libsvn_wc/wc_db_private.h projects/uefi/contrib/subversion/subversion/libsvn_wc/wc_db_update_move.c projects/uefi/contrib/subversion/subversion/svn/cl.h projects/uefi/contrib/subversion/subversion/svn/status-cmd.c projects/uefi/contrib/subversion/subversion/svn/status.c projects/uefi/contrib/subversion/subversion/svn/svn.c projects/uefi/contrib/subversion/subversion/svnadmin/svnadmin.c projects/uefi/contrib/subversion/subversion/svndumpfilter/svndumpfilter.c projects/uefi/contrib/subversion/subversion/svnlook/svnlook.c projects/uefi/contrib/subversion/subversion/svnmucc/svnmucc.c projects/uefi/contrib/subversion/subversion/svnserve/svnserve.c projects/uefi/contrib/subversion/subversion/svnsync/svnsync.c projects/uefi/contrib/subversion/subversion/svnversion/svnversion.c projects/uefi/contrib/tcp_wrappers/clean_exit.c projects/uefi/contrib/tcp_wrappers/hosts_access.c projects/uefi/contrib/tcp_wrappers/options.c projects/uefi/contrib/tcp_wrappers/percent_x.c projects/uefi/contrib/tcp_wrappers/rfc931.c projects/uefi/contrib/tcp_wrappers/shell_cmd.c projects/uefi/contrib/tcp_wrappers/update.c projects/uefi/contrib/telnet/telnetd/sys_term.c projects/uefi/contrib/tzdata/africa projects/uefi/contrib/tzdata/antarctica projects/uefi/contrib/tzdata/asia projects/uefi/contrib/tzdata/australasia projects/uefi/contrib/tzdata/backward projects/uefi/contrib/tzdata/etcetera projects/uefi/contrib/tzdata/europe projects/uefi/contrib/tzdata/northamerica projects/uefi/contrib/tzdata/southamerica projects/uefi/contrib/tzdata/zone.tab projects/uefi/crypto/openssh/ChangeLog projects/uefi/crypto/openssh/README projects/uefi/crypto/openssh/auth-options.c projects/uefi/crypto/openssh/auth2-chall.c projects/uefi/crypto/openssh/authfd.c projects/uefi/crypto/openssh/channels.c projects/uefi/crypto/openssh/cipher-3des1.c projects/uefi/crypto/openssh/clientloop.c projects/uefi/crypto/openssh/contrib/caldera/openssh.spec projects/uefi/crypto/openssh/contrib/redhat/openssh.spec projects/uefi/crypto/openssh/contrib/suse/openssh.spec projects/uefi/crypto/openssh/gss-genr.c projects/uefi/crypto/openssh/monitor_mm.c projects/uefi/crypto/openssh/monitor_wrap.c projects/uefi/crypto/openssh/packet.c projects/uefi/crypto/openssh/schnorr.c projects/uefi/crypto/openssh/sftp-client.c projects/uefi/crypto/openssh/sftp-glob.c projects/uefi/crypto/openssh/sftp-server.0 projects/uefi/crypto/openssh/sftp.0 projects/uefi/crypto/openssh/ssh_config projects/uefi/crypto/openssh/ssh_config.5 projects/uefi/crypto/openssh/sshd_config projects/uefi/crypto/openssh/sshd_config.5 projects/uefi/crypto/openssh/umac.c projects/uefi/crypto/openssh/version.h projects/uefi/etc/Makefile projects/uefi/etc/defaults/periodic.conf projects/uefi/etc/defaults/rc.conf projects/uefi/etc/devd/usb.conf projects/uefi/etc/freebsd-update.conf projects/uefi/etc/mtree/BSD.include.dist projects/uefi/etc/mtree/BSD.tests.dist projects/uefi/etc/mtree/BSD.usr.dist projects/uefi/etc/mtree/Makefile projects/uefi/etc/periodic/daily/Makefile projects/uefi/etc/periodic/security/Makefile projects/uefi/etc/periodic/weekly/Makefile projects/uefi/etc/pkg/FreeBSD.conf projects/uefi/etc/rc.d/Makefile projects/uefi/etc/rc.d/ftp-proxy projects/uefi/etc/rc.d/ntpdate projects/uefi/etc/rc.d/pflog projects/uefi/etc/rc.d/rpcbind projects/uefi/etc/rc.d/syslogd projects/uefi/gnu/usr.bin/binutils/ld/Makefile projects/uefi/include/Makefile projects/uefi/include/iconv.h projects/uefi/lib/Makefile projects/uefi/lib/atf/Makefile projects/uefi/lib/atf/Makefile.inc projects/uefi/lib/atf/libatf-c++/Makefile projects/uefi/lib/atf/libatf-c/Makefile projects/uefi/lib/clang/liblldbCore/Makefile projects/uefi/lib/clang/liblldbDataFormatters/Makefile projects/uefi/lib/clang/liblldbHostCommon/Makefile projects/uefi/lib/clang/liblldbPluginProcessElfCore/Makefile projects/uefi/lib/clang/liblldbPluginProcessPOSIX/Makefile projects/uefi/lib/clang/liblldbPluginSymbolFileDWARF/Makefile projects/uefi/lib/clang/liblldbTarget/Makefile projects/uefi/lib/clang/liblldbUtility/Makefile projects/uefi/lib/libc/capability/Makefile.inc projects/uefi/lib/libc/gen/Makefile.inc projects/uefi/lib/libc/iconv/Makefile.inc projects/uefi/lib/libc/iconv/Symbol.map projects/uefi/lib/libc/iconv/citrus_csmapper.h projects/uefi/lib/libc/iconv/iconv.c projects/uefi/lib/libc/libc.ldscript projects/uefi/lib/libc/posix1e/acl.3 projects/uefi/lib/libc/posix1e/acl_is_trivial_np.3 projects/uefi/lib/libc/stdio/printf_l.3 projects/uefi/lib/libc/stdio/scanf_l.3 projects/uefi/lib/libc/string/strcasecmp.3 projects/uefi/lib/libc/string/strlcpy.3 projects/uefi/lib/libc/sys/Makefile.inc projects/uefi/lib/libc/sys/cap_ioctls_limit.2 projects/uefi/lib/libc/sys/cap_rights_limit.2 projects/uefi/lib/libc/sys/kqueue.2 projects/uefi/lib/libfetch/common.c projects/uefi/lib/libiconv_modules/UTF7/citrus_utf7.c projects/uefi/lib/libproc/proc_bkpt.c projects/uefi/lib/libproc/proc_sym.c projects/uefi/lib/libsmb/Makefile projects/uefi/lib/libutil/expand_number.3 projects/uefi/lib/libvmmapi/vmmapi.c projects/uefi/lib/libvmmapi/vmmapi.h projects/uefi/lib/libz/FREEBSD-upgrade (contents, props changed) projects/uefi/lib/libz/Makefile (contents, props changed) projects/uefi/lib/libz/Symbol.map (contents, props changed) projects/uefi/lib/libz/Versions.def (contents, props changed) projects/uefi/lib/libz/zopen.c (contents, props changed) projects/uefi/lib/msun/Makefile projects/uefi/lib/msun/src/s_round.c projects/uefi/lib/msun/src/s_roundf.c projects/uefi/lib/msun/src/s_roundl.c projects/uefi/libexec/Makefile projects/uefi/libexec/atf/Makefile projects/uefi/libexec/atf/Makefile.inc projects/uefi/libexec/atf/atf-check/Makefile projects/uefi/libexec/rbootd/bpf.c projects/uefi/libexec/rtld-elf/rtld.c projects/uefi/release/Makefile projects/uefi/release/doc/de_DE.ISO8859-1/early-adopter/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/errata/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/alpha/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/common/artheader.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/common/dev.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/common/intro.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/i386/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/ia64/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/ia64/proc-ia64.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/pc98/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/pc98/proc-pc98.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/sparc64/dev-sparc64.xml projects/uefi/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/alpha/Makefile projects/uefi/release/doc/de_DE.ISO8859-1/installation/alpha/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/abstract.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/artheader.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/install.ent projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/install.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/layout.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/trouble.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/common/upgrade.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/i386/Makefile projects/uefi/release/doc/de_DE.ISO8859-1/installation/i386/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/ia64/Makefile projects/uefi/release/doc/de_DE.ISO8859-1/installation/ia64/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/pc98/Makefile projects/uefi/release/doc/de_DE.ISO8859-1/installation/pc98/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/sparc64/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/installation/sparc64/install.xml projects/uefi/release/doc/de_DE.ISO8859-1/readme/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/relnotes/common/new.xml projects/uefi/release/doc/de_DE.ISO8859-1/relnotes/i386/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.xml projects/uefi/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.xml projects/uefi/release/doc/en_US.ISO8859-1/errata/article.xml projects/uefi/release/doc/en_US.ISO8859-1/hardware/article.xml projects/uefi/release/doc/en_US.ISO8859-1/readme/article.xml projects/uefi/release/doc/en_US.ISO8859-1/relnotes/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/early-adopter/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/errata/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/alpha/proc-alpha.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/common/artheader.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/common/dev.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/common/intro.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/i386/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/i386/proc-i386.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/ia64/proc-ia64.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/pc98/proc-pc98.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/sparc64/dev-sparc64.xml projects/uefi/release/doc/fr_FR.ISO8859-1/hardware/sparc64/proc-sparc64.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/alpha/Makefile projects/uefi/release/doc/fr_FR.ISO8859-1/installation/alpha/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/artheader.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/install.ent projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/install.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/layout.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/trouble.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/i386/Makefile projects/uefi/release/doc/fr_FR.ISO8859-1/installation/i386/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/pc98/Makefile projects/uefi/release/doc/fr_FR.ISO8859-1/installation/pc98/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.xml projects/uefi/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.xml projects/uefi/release/doc/fr_FR.ISO8859-1/relnotes/common/new.xml projects/uefi/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.xml projects/uefi/release/doc/ja_JP.eucJP/errata/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/alpha/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/amd64/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/common/artheader.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/common/dev.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/common/intro.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/i386/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/ia64/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/pc98/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/sparc64/article.xml projects/uefi/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/alpha/article.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/amd64/article.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/common/new.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/i386/article.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/ia64/article.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/pc98/article.xml projects/uefi/release/doc/ja_JP.eucJP/relnotes/sparc64/article.xml projects/uefi/release/doc/ja_JP.eucJP/share/xml/catalog.xml projects/uefi/release/doc/ru_RU.KOI8-R/errata/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/alpha/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/amd64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/amd64/proc-amd64.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/common/artheader.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/common/dev.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/common/intro.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/i386/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/i386/proc-i386.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/ia64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/ia64/proc-ia64.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/pc98/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/pc98/proc-pc98.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/sparc64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/hardware/sparc64/proc-sparc64.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/alpha/Makefile projects/uefi/release/doc/ru_RU.KOI8-R/installation/alpha/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/amd64/Makefile projects/uefi/release/doc/ru_RU.KOI8-R/installation/amd64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/artheader.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/install.ent projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/install.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/layout.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/trouble.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/common/upgrade.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/i386/Makefile projects/uefi/release/doc/ru_RU.KOI8-R/installation/i386/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/ia64/Makefile projects/uefi/release/doc/ru_RU.KOI8-R/installation/ia64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/pc98/Makefile projects/uefi/release/doc/ru_RU.KOI8-R/installation/pc98/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/installation/sparc64/Makefile projects/uefi/release/doc/ru_RU.KOI8-R/installation/sparc64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/readme/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/alpha/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/amd64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/common/new.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/i386/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/ia64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/pc98/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/relnotes/sparc64/article.xml projects/uefi/release/doc/ru_RU.KOI8-R/share/xml/catalog.xml projects/uefi/release/doc/share/misc/man2hwnotes.pl projects/uefi/release/doc/share/xml/catalog.xml projects/uefi/release/doc/zh_CN.GB2312/errata/article.xml projects/uefi/release/doc/zh_CN.GB2312/hardware/article.xml projects/uefi/release/doc/zh_CN.GB2312/readme/article.xml projects/uefi/release/doc/zh_CN.GB2312/relnotes/article.xml projects/uefi/release/picobsd/build/picobsd projects/uefi/release/release.sh projects/uefi/sbin/devd/devd.cc projects/uefi/sbin/geom/class/mirror/geom_mirror.c projects/uefi/sbin/geom/class/mirror/gmirror.8 projects/uefi/sbin/hastd/hastd.8 projects/uefi/sbin/ifconfig/ifconfig.c projects/uefi/sbin/nvmecontrol/firmware.c projects/uefi/sbin/nvmecontrol/perftest.c projects/uefi/sbin/sysctl/sysctl.8 projects/uefi/share/Makefile projects/uefi/share/dict/README projects/uefi/share/doc/Makefile projects/uefi/share/examples/Makefile projects/uefi/share/examples/bhyve/vmrun.sh projects/uefi/share/examples/libusb20/Makefile projects/uefi/share/examples/libusb20/bulk.c projects/uefi/share/examples/libusb20/control.c projects/uefi/share/i18n/csmapper/JIS/JISX0201-KANA%UCS.src projects/uefi/share/i18n/csmapper/JIS/JISX0208@1990%UCS.src projects/uefi/share/i18n/csmapper/JIS/UCS%JISX0201-KANA.src projects/uefi/share/i18n/csmapper/JIS/UCS%JISX0208@1990.src projects/uefi/share/i18n/csmapper/JIS/charset.pivot.JIS.src projects/uefi/share/i18n/csmapper/JIS/mapper.dir.JIS.src projects/uefi/share/i18n/esdb/EUC/EUC-JP.src projects/uefi/share/i18n/esdb/UTF/UTF.alias projects/uefi/share/man/man1/Makefile projects/uefi/share/man/man3/tree.3 projects/uefi/share/man/man4/Makefile projects/uefi/share/man/man4/altera_atse.4 projects/uefi/share/man/man4/capsicum.4 projects/uefi/share/man/man4/ddb.4 projects/uefi/share/man/man4/gpio.4 projects/uefi/share/man/man4/natm.4 projects/uefi/share/man/man4/netmap.4 projects/uefi/share/man/man4/pf.4 projects/uefi/share/man/man4/run.4 projects/uefi/share/man/man4/runfw.4 projects/uefi/share/man/man4/tcp.4 projects/uefi/share/man/man4/urtwn.4 projects/uefi/share/man/man5/rc.conf.5 projects/uefi/share/man/man5/src.conf.5 projects/uefi/share/man/man7/release.7 projects/uefi/share/man/man9/getenv.9 projects/uefi/share/man/man9/ifnet.9 projects/uefi/share/misc/bsd-family-tree projects/uefi/share/misc/committers-ports.dot (contents, props changed) projects/uefi/share/misc/committers-src.dot projects/uefi/share/mk/Makefile projects/uefi/share/mk/atf.test.mk projects/uefi/share/mk/bsd.libnames.mk projects/uefi/share/mk/bsd.own.mk projects/uefi/share/mk/bsd.prog.mk projects/uefi/share/mk/bsd.progs.mk projects/uefi/share/mk/plain.test.mk projects/uefi/sys/amd64/amd64/identcpu.c projects/uefi/sys/amd64/amd64/machdep.c projects/uefi/sys/amd64/amd64/trap.c projects/uefi/sys/amd64/ia32/ia32_signal.c projects/uefi/sys/amd64/include/vmm.h (contents, props changed) projects/uefi/sys/amd64/include/vmm_dev.h (contents, props changed) projects/uefi/sys/amd64/include/vmparam.h projects/uefi/sys/amd64/linux32/linux32_sysvec.c projects/uefi/sys/amd64/vmm/intel/vmx.c projects/uefi/sys/amd64/vmm/io/vlapic.c projects/uefi/sys/amd64/vmm/io/vlapic.h projects/uefi/sys/amd64/vmm/vmm.c projects/uefi/sys/amd64/vmm/vmm_dev.c projects/uefi/sys/amd64/vmm/vmm_ktr.h projects/uefi/sys/amd64/vmm/vmm_lapic.c projects/uefi/sys/arm/allwinner/a10_machdep.c projects/uefi/sys/arm/allwinner/a20/files.a20 projects/uefi/sys/arm/allwinner/files.a10 projects/uefi/sys/arm/arm/bus_space_generic.c projects/uefi/sys/arm/arm/gic.c projects/uefi/sys/arm/arm/machdep.c projects/uefi/sys/arm/arm/nexus.c projects/uefi/sys/arm/arm/pmap-v6.c projects/uefi/sys/arm/arm/pmap.c projects/uefi/sys/arm/arm/trap.c projects/uefi/sys/arm/at91/at91.c projects/uefi/sys/arm/at91/at91_machdep.c projects/uefi/sys/arm/broadcom/bcm2835/bcm2835_bsc.c projects/uefi/sys/arm/broadcom/bcm2835/bcm2835_bscvar.h projects/uefi/sys/arm/broadcom/bcm2835/bcm2835_fb.c projects/uefi/sys/arm/broadcom/bcm2835/bcm2835_machdep.c projects/uefi/sys/arm/broadcom/bcm2835/files.bcm2835 projects/uefi/sys/arm/conf/BEAGLEBONE projects/uefi/sys/arm/conf/DIGI-CCWMX53 projects/uefi/sys/arm/econa/econa_machdep.c projects/uefi/sys/arm/econa/uart_bus_ec.c projects/uefi/sys/arm/econa/uart_cpu_ec.c projects/uefi/sys/arm/freescale/imx/files.imx51 projects/uefi/sys/arm/freescale/imx/files.imx53 projects/uefi/sys/arm/freescale/imx/imx51_machdep.c projects/uefi/sys/arm/freescale/imx/imx53_machdep.c projects/uefi/sys/arm/freescale/imx/imx_gpt.c projects/uefi/sys/arm/freescale/imx/imx_machdep.c projects/uefi/sys/arm/freescale/imx/imx_machdep.h projects/uefi/sys/arm/freescale/imx/tzic.c projects/uefi/sys/arm/include/fdt.h projects/uefi/sys/arm/include/machdep.h projects/uefi/sys/arm/include/pmap.h projects/uefi/sys/arm/include/vmparam.h projects/uefi/sys/arm/lpc/lpc_machdep.c projects/uefi/sys/arm/mv/mv_localbus.c projects/uefi/sys/arm/mv/mv_machdep.c projects/uefi/sys/arm/mv/mv_pci.c projects/uefi/sys/arm/mv/mvvar.h projects/uefi/sys/arm/rockchip/files.rk30xx projects/uefi/sys/arm/rockchip/rk30xx_machdep.c projects/uefi/sys/arm/s3c2xx0/files.s3c2xx0 projects/uefi/sys/arm/s3c2xx0/s3c24x0_machdep.c projects/uefi/sys/arm/s3c2xx0/s3c2xx0_space.c projects/uefi/sys/arm/sa11x0/assabet_machdep.c projects/uefi/sys/arm/samsung/exynos/exynos5_machdep.c projects/uefi/sys/arm/samsung/exynos/files.exynos5 projects/uefi/sys/arm/tegra/tegra2_machdep.c projects/uefi/sys/arm/ti/files.ti projects/uefi/sys/arm/ti/ti_machdep.c projects/uefi/sys/arm/ti/ti_sdhci.c projects/uefi/sys/arm/versatile/versatile_machdep.c projects/uefi/sys/arm/xilinx/zy7_machdep.c projects/uefi/sys/arm/xscale/i80321/ep80219_machdep.c projects/uefi/sys/arm/xscale/i80321/iq31244_machdep.c projects/uefi/sys/arm/xscale/i8134x/crb_machdep.c projects/uefi/sys/arm/xscale/ixp425/avila_machdep.c projects/uefi/sys/arm/xscale/pxa/pxa_machdep.c projects/uefi/sys/boot/fdt/dts/am335x.dtsi projects/uefi/sys/boot/fdt/dts/beaglebone-black.dts projects/uefi/sys/boot/forth/beastie.4th projects/uefi/sys/boot/forth/loader.4th projects/uefi/sys/boot/forth/loader.4th.8 projects/uefi/sys/boot/forth/loader.conf projects/uefi/sys/boot/forth/loader.conf.5 projects/uefi/sys/boot/forth/loader.rc projects/uefi/sys/boot/forth/menu-commands.4th projects/uefi/sys/boot/forth/menu.4th projects/uefi/sys/boot/forth/menu.rc projects/uefi/sys/boot/forth/menusets.4th projects/uefi/sys/boot/i386/loader/loader.rc projects/uefi/sys/cam/cam_xpt.c projects/uefi/sys/cam/ctl/ctl.c projects/uefi/sys/cam/ctl/ctl_frontend.c projects/uefi/sys/cam/ctl/ctl_private.h projects/uefi/sys/cam/scsi/scsi_da.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_userhold.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_compress.h projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c projects/uefi/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h projects/uefi/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap_impl.h projects/uefi/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c projects/uefi/sys/cddl/dev/dtrace/amd64/dtrace_subr.c projects/uefi/sys/cddl/dev/fbt/fbt_powerpc.c projects/uefi/sys/compat/linux/linux_ioctl.c projects/uefi/sys/compat/svr4/svr4_sockio.c projects/uefi/sys/conf/files projects/uefi/sys/conf/files.amd64 projects/uefi/sys/conf/files.arm projects/uefi/sys/conf/files.i386 projects/uefi/sys/conf/files.powerpc projects/uefi/sys/conf/kern.pre.mk projects/uefi/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c projects/uefi/sys/crypto/aesni/aesencdec.h projects/uefi/sys/crypto/aesni/aesni.c projects/uefi/sys/crypto/aesni/aesni.h projects/uefi/sys/crypto/aesni/aesni_wrap.c projects/uefi/sys/dev/aacraid/aacraid.c projects/uefi/sys/dev/aacraid/aacraid_cam.c projects/uefi/sys/dev/aacraid/aacraid_reg.h projects/uefi/sys/dev/aacraid/aacraid_var.h projects/uefi/sys/dev/acpica/acpi_hpet.c projects/uefi/sys/dev/ahci/ahci.c projects/uefi/sys/dev/ahci/ahci.h projects/uefi/sys/dev/aic7xxx/aicasm/Makefile projects/uefi/sys/dev/ata/ata-pci.h projects/uefi/sys/dev/ata/chipsets/ata-intel.c projects/uefi/sys/dev/bxe/bxe.c projects/uefi/sys/dev/bxe/bxe.h projects/uefi/sys/dev/bxe/bxe_elink.c projects/uefi/sys/dev/bxe/ecore_hsi.h projects/uefi/sys/dev/bxe/ecore_init.h projects/uefi/sys/dev/bxe/ecore_reg.h projects/uefi/sys/dev/bxe/ecore_sp.c projects/uefi/sys/dev/bxe/ecore_sp.h projects/uefi/sys/dev/cxgbe/t4_main.c projects/uefi/sys/dev/drm2/drm.h projects/uefi/sys/dev/drm2/drmP.h projects/uefi/sys/dev/drm2/drm_crtc.c projects/uefi/sys/dev/drm2/drm_drv.c projects/uefi/sys/dev/drm2/drm_ioctl.c projects/uefi/sys/dev/drm2/radeon/radeon_display.c projects/uefi/sys/dev/drm2/radeon/radeon_gem.c projects/uefi/sys/dev/e1000/if_em.c projects/uefi/sys/dev/e1000/if_igb.c projects/uefi/sys/dev/e1000/if_lem.c projects/uefi/sys/dev/e1000/if_lem.h projects/uefi/sys/dev/fdt/fdt_pci.c projects/uefi/sys/dev/fdt/simplebus.c projects/uefi/sys/dev/gpio/gpiobus.c projects/uefi/sys/dev/ichsmb/ichsmb_pci.c projects/uefi/sys/dev/ipmi/ipmi.c projects/uefi/sys/dev/isp/isp.c projects/uefi/sys/dev/isp/isp_freebsd.h projects/uefi/sys/dev/isp/isp_library.c projects/uefi/sys/dev/isp/isp_pci.c projects/uefi/sys/dev/iwn/if_iwn.c projects/uefi/sys/dev/iwn/if_iwn_debug.h projects/uefi/sys/dev/iwn/if_iwn_devid.h projects/uefi/sys/dev/iwn/if_iwnreg.h projects/uefi/sys/dev/iwn/if_iwnvar.h projects/uefi/sys/dev/ixgbe/ixgbe.c projects/uefi/sys/dev/mii/atphy.c projects/uefi/sys/dev/mii/miidevs projects/uefi/sys/dev/msk/if_msk.c projects/uefi/sys/dev/nand/nand.c projects/uefi/sys/dev/nand/nand.h projects/uefi/sys/dev/nand/nand_cdev.c projects/uefi/sys/dev/nand/nand_generic.c projects/uefi/sys/dev/nand/nand_geom.c projects/uefi/sys/dev/nand/nand_id.c projects/uefi/sys/dev/netmap/if_em_netmap.h projects/uefi/sys/dev/netmap/if_igb_netmap.h projects/uefi/sys/dev/netmap/if_lem_netmap.h projects/uefi/sys/dev/netmap/if_re_netmap.h projects/uefi/sys/dev/netmap/ixgbe_netmap.h projects/uefi/sys/dev/netmap/netmap.c projects/uefi/sys/dev/netmap/netmap_kern.h projects/uefi/sys/dev/netmap/netmap_mem2.c projects/uefi/sys/dev/nvme/nvme_ctrlr.c projects/uefi/sys/dev/nvme/nvme_ns.c projects/uefi/sys/dev/oce/oce_hw.h projects/uefi/sys/dev/oce/oce_sysctl.c projects/uefi/sys/dev/ofw/ofw_bus_if.m projects/uefi/sys/dev/ofw/ofw_fdt.c projects/uefi/sys/dev/ppc/ppc_pci.c projects/uefi/sys/dev/qlxgbe/ql_hw.c projects/uefi/sys/dev/qlxgbe/ql_hw.h projects/uefi/sys/dev/qlxgbe/ql_ioctl.c projects/uefi/sys/dev/qlxge/qls_ioctl.c projects/uefi/sys/dev/random/harvest.c projects/uefi/sys/dev/re/if_re.c projects/uefi/sys/dev/sound/pci/hda/hdac.c projects/uefi/sys/dev/sound/pci/hda/hdac.h projects/uefi/sys/dev/sound/pci/hda/hdacc.c projects/uefi/sys/dev/tsec/if_tsec.c projects/uefi/sys/dev/tsec/if_tsec.h projects/uefi/sys/dev/tsec/if_tsec_fdt.c projects/uefi/sys/dev/tsec/if_tsecreg.h projects/uefi/sys/dev/uart/uart.h projects/uefi/sys/dev/uart/uart_bus_fdt.c projects/uefi/sys/dev/uart/uart_bus_pci.c projects/uefi/sys/dev/uart/uart_cpu_fdt.c projects/uefi/sys/dev/usb/controller/ehci_pci.c projects/uefi/sys/dev/usb/serial/u3g.c projects/uefi/sys/dev/usb/serial/umodem.c projects/uefi/sys/dev/usb/usb.h projects/uefi/sys/dev/usb/usbdevs projects/uefi/sys/dev/usb/wlan/if_rsu.c projects/uefi/sys/dev/usb/wlan/if_rum.c projects/uefi/sys/dev/usb/wlan/if_run.c projects/uefi/sys/dev/usb/wlan/if_runreg.h projects/uefi/sys/dev/usb/wlan/if_runvar.h projects/uefi/sys/dev/usb/wlan/if_uath.c projects/uefi/sys/dev/usb/wlan/if_upgt.c projects/uefi/sys/dev/usb/wlan/if_ural.c projects/uefi/sys/dev/usb/wlan/if_urtw.c projects/uefi/sys/dev/usb/wlan/if_urtwn.c projects/uefi/sys/dev/usb/wlan/if_zyd.c projects/uefi/sys/dev/xen/balloon/balloon.c projects/uefi/sys/dev/xen/control/control.c projects/uefi/sys/dev/xen/netback/netback.c projects/uefi/sys/dev/xen/netback/netback_unit_tests.c projects/uefi/sys/dev/xen/netfront/netfront.c projects/uefi/sys/fs/nfs/nfs_commonkrpc.c projects/uefi/sys/fs/nfs/nfs_commonsubs.c projects/uefi/sys/fs/nfs/nfs_var.h projects/uefi/sys/fs/nfsclient/nfs_clcomsubs.c projects/uefi/sys/fs/pseudofs/pseudofs_vnops.c projects/uefi/sys/geom/eli/g_eli.c projects/uefi/sys/geom/eli/g_eli_ctl.c projects/uefi/sys/geom/mirror/g_mirror.c projects/uefi/sys/geom/mirror/g_mirror_ctl.c projects/uefi/sys/geom/multipath/g_multipath.c projects/uefi/sys/geom/multipath/g_multipath.h projects/uefi/sys/i386/conf/XEN projects/uefi/sys/i386/i386/identcpu.c projects/uefi/sys/i386/i386/machdep.c projects/uefi/sys/i386/i386/trap.c projects/uefi/sys/i386/include/vm86.h projects/uefi/sys/i386/include/vmparam.h projects/uefi/sys/i386/linux/linux_sysvec.c projects/uefi/sys/ia64/ia64/machdep.c projects/uefi/sys/ia64/ia64/mp_machdep.c projects/uefi/sys/ia64/ia64/pmap.c projects/uefi/sys/ia64/include/param.h projects/uefi/sys/ia64/include/pmap.h projects/uefi/sys/ia64/include/vmparam.h projects/uefi/sys/kern/capabilities.conf projects/uefi/sys/kern/kern_environment.c projects/uefi/sys/kern/kern_event.c projects/uefi/sys/kern/kern_exit.c projects/uefi/sys/kern/kern_jail.c projects/uefi/sys/kern/kern_malloc.c projects/uefi/sys/kern/kern_sig.c projects/uefi/sys/kern/subr_capability.c projects/uefi/sys/kern/subr_param.c projects/uefi/sys/kern/subr_taskqueue.c projects/uefi/sys/kern/sys_generic.c projects/uefi/sys/kern/sysv_shm.c projects/uefi/sys/kern/uipc_mbuf.c projects/uefi/sys/kern/uipc_mqueue.c projects/uefi/sys/kern/uipc_socket.c projects/uefi/sys/kern/vfs_bio.c projects/uefi/sys/kern/vfs_lookup.c projects/uefi/sys/kern/vfs_vnops.c projects/uefi/sys/kern/vnode_if.src projects/uefi/sys/mips/adm5120/if_admsw.c projects/uefi/sys/mips/alchemy/obio.c projects/uefi/sys/mips/cavium/std.octeon1 projects/uefi/sys/mips/idt/if_kr.c projects/uefi/sys/mips/include/vmparam.h projects/uefi/sys/mips/mips/nexus.c projects/uefi/sys/mips/mips/trap.c projects/uefi/sys/mips/rmi/dev/nlge/if_nlge.c projects/uefi/sys/modules/aic7xxx/Makefile projects/uefi/sys/modules/aic7xxx/ahc/Makefile projects/uefi/sys/modules/aic7xxx/ahd/Makefile projects/uefi/sys/modules/bwi/Makefile projects/uefi/sys/modules/iwnfw/Makefile projects/uefi/sys/modules/usb/Makefile projects/uefi/sys/modules/vmm/Makefile projects/uefi/sys/net/bpf.c projects/uefi/sys/net/if.c projects/uefi/sys/net/if.h projects/uefi/sys/net/if_ethersubr.c projects/uefi/sys/net/if_gif.c projects/uefi/sys/net/if_gre.c projects/uefi/sys/net/if_tap.c projects/uefi/sys/net/if_var.h projects/uefi/sys/net/netmap.h projects/uefi/sys/net80211/ieee80211_amrr.c projects/uefi/sys/net80211/ieee80211_output.c projects/uefi/sys/netgraph/ng_pipe.c projects/uefi/sys/netinet/if_ether.c projects/uefi/sys/netinet/in.c projects/uefi/sys/netinet/in_rmx.c projects/uefi/sys/netinet/in_var.h projects/uefi/sys/netinet/raw_ip.c projects/uefi/sys/netinet/sctp_asconf.c projects/uefi/sys/netinet/sctp_auth.c projects/uefi/sys/netinet/sctp_auth.h projects/uefi/sys/netinet/sctp_bsd_addr.c projects/uefi/sys/netinet/sctp_indata.c projects/uefi/sys/netinet/sctp_output.c projects/uefi/sys/netinet/sctp_pcb.c projects/uefi/sys/netinet/sctp_usrreq.c projects/uefi/sys/netinet/sctputil.c projects/uefi/sys/netinet/tcp_subr.c projects/uefi/sys/netinet/tcp_usrreq.c projects/uefi/sys/netinet6/in6.c projects/uefi/sys/netinet6/nd6_nbr.c projects/uefi/sys/netinet6/sctp6_usrreq.c projects/uefi/sys/netipsec/ipsec_input.c projects/uefi/sys/netpfil/ipfw/ip_fw2.c projects/uefi/sys/netpfil/pf/pf.c projects/uefi/sys/netpfil/pf/pf.h projects/uefi/sys/netpfil/pf/pf_ioctl.c projects/uefi/sys/netpfil/pf/pf_lb.c projects/uefi/sys/netsmb/smb_trantcp.c projects/uefi/sys/ofed/drivers/net/mlx4/en_ethtool.c projects/uefi/sys/ofed/drivers/net/mlx4/en_netdev.c projects/uefi/sys/ofed/drivers/net/mlx4/mlx4_en.h projects/uefi/sys/ofed/include/linux/bitops.h projects/uefi/sys/pc98/pc98/machdep.c projects/uefi/sys/powerpc/aim/mmu_oea64.c projects/uefi/sys/powerpc/aim/trap.c projects/uefi/sys/powerpc/booke/locore.S projects/uefi/sys/powerpc/booke/machdep.c projects/uefi/sys/powerpc/booke/mp_cpudep.c projects/uefi/sys/powerpc/booke/platform_bare.c projects/uefi/sys/powerpc/booke/pmap.c projects/uefi/sys/powerpc/booke/trap.c projects/uefi/sys/powerpc/booke/trap_subr.S projects/uefi/sys/powerpc/fpu/fpu_emu.c projects/uefi/sys/powerpc/fpu/fpu_explode.c projects/uefi/sys/powerpc/include/counter.h projects/uefi/sys/powerpc/include/param.h projects/uefi/sys/powerpc/include/pcb.h projects/uefi/sys/powerpc/include/pcpu.h projects/uefi/sys/powerpc/include/trap.h projects/uefi/sys/powerpc/include/vmparam.h projects/uefi/sys/powerpc/mpc85xx/lbc.c projects/uefi/sys/powerpc/mpc85xx/mpc85xx.h projects/uefi/sys/powerpc/mpc85xx/pci_mpc85xx.c projects/uefi/sys/powerpc/ofw/ofw_machdep.c projects/uefi/sys/powerpc/ofw/ofw_pcibus.c projects/uefi/sys/powerpc/ofw/ofw_syscons.c projects/uefi/sys/powerpc/powermac/macio.c projects/uefi/sys/powerpc/powermac/uninorth.c projects/uefi/sys/powerpc/powermac/uninorthpci.c projects/uefi/sys/powerpc/powermac/uninorthvar.h projects/uefi/sys/powerpc/powerpc/dump_machdep.c projects/uefi/sys/powerpc/powerpc/exec_machdep.c projects/uefi/sys/powerpc/powerpc/fpu.c projects/uefi/sys/powerpc/powerpc/genassym.c projects/uefi/sys/powerpc/pseries/mmu_phyp.c projects/uefi/sys/powerpc/pseries/plpar_iommu.c projects/uefi/sys/powerpc/pseries/rtas_pci.c projects/uefi/sys/rpc/svc.c projects/uefi/sys/sparc64/include/vmparam.h projects/uefi/sys/sys/bufobj.h projects/uefi/sys/sys/capability.h projects/uefi/sys/sys/dtrace_bsd.h projects/uefi/sys/sys/jail.h projects/uefi/sys/sys/mount.h projects/uefi/sys/sys/param.h projects/uefi/sys/sys/random.h projects/uefi/sys/sys/sockio.h projects/uefi/sys/sys/systm.h projects/uefi/sys/ufs/ffs/ffs_softdep.c projects/uefi/sys/ufs/ffs/softdep.h projects/uefi/sys/vm/uma_core.c projects/uefi/sys/vm/uma_int.h projects/uefi/sys/vm/vm_fault.c projects/uefi/sys/vm/vm_map.c projects/uefi/sys/vm/vm_object.c projects/uefi/sys/vm/vm_pageout.c projects/uefi/sys/x86/cpufreq/hwpstate.c projects/uefi/sys/x86/include/psl.h projects/uefi/sys/x86/include/specialreg.h projects/uefi/sys/x86/include/trap.h projects/uefi/sys/x86/iommu/busdma_dmar.c projects/uefi/sys/x86/iommu/intel_ctx.c projects/uefi/sys/x86/iommu/intel_dmar.h projects/uefi/sys/x86/iommu/intel_drv.c projects/uefi/sys/x86/iommu/intel_fault.c projects/uefi/sys/x86/iommu/intel_gas.c projects/uefi/sys/x86/iommu/intel_idpgtbl.c projects/uefi/sys/x86/iommu/intel_reg.h projects/uefi/sys/x86/iommu/intel_utils.c projects/uefi/tests/Makefile projects/uefi/tests/README projects/uefi/tools/build/mk/OptionalObsoleteFiles.inc projects/uefi/tools/build/options/WITHOUT_PKGBOOTSTRAP projects/uefi/tools/regression/fsx/fsx.c projects/uefi/tools/regression/pjdfstest/Makefile projects/uefi/tools/regression/pjdfstest/pjdfstest.c projects/uefi/tools/regression/usr.sbin/etcupdate/always.sh projects/uefi/tools/regression/usr.sbin/etcupdate/conflicts.sh projects/uefi/tools/regression/usr.sbin/etcupdate/fbsdid.sh projects/uefi/tools/regression/usr.sbin/etcupdate/ignore.sh projects/uefi/tools/regression/usr.sbin/etcupdate/tests.sh projects/uefi/tools/tools/ath/athstats/Makefile projects/uefi/tools/tools/bus_autoconf/bus_autoconf.sh projects/uefi/tools/tools/netmap/nm_util.c projects/uefi/tools/tools/netmap/pkt-gen.c projects/uefi/tools/tools/syscall_timing/syscall_timing.c projects/uefi/tools/tools/umastat/umastat.c projects/uefi/usr.bin/Makefile projects/uefi/usr.bin/atf/Makefile projects/uefi/usr.bin/atf/Makefile.inc projects/uefi/usr.bin/atf/atf-sh/Makefile projects/uefi/usr.bin/calendar/calendars/calendar.freebsd (contents, props changed) projects/uefi/usr.bin/cmp/cmp.1 projects/uefi/usr.bin/dtc/fdt.cc projects/uefi/usr.bin/iscsictl/iscsictl.c projects/uefi/usr.bin/limits/limits.1 projects/uefi/usr.bin/limits/limits.c projects/uefi/usr.bin/login/login.c projects/uefi/usr.bin/procstat/procstat_files.c projects/uefi/usr.bin/split/Makefile projects/uefi/usr.bin/split/split.c projects/uefi/usr.bin/svn/svn/Makefile projects/uefi/usr.bin/svn/svn_private_config.h projects/uefi/usr.bin/uname/uname.1 projects/uefi/usr.sbin/Makefile projects/uefi/usr.sbin/arp/arp.4 projects/uefi/usr.sbin/bhyve/Makefile projects/uefi/usr.sbin/bhyve/acpi.c projects/uefi/usr.sbin/bhyve/acpi.h projects/uefi/usr.sbin/bhyve/bhyverun.c projects/uefi/usr.sbin/bhyve/block_if.c projects/uefi/usr.sbin/bhyve/mevent.c projects/uefi/usr.sbin/bhyve/mptbl.c projects/uefi/usr.sbin/bhyve/mptbl.h projects/uefi/usr.sbin/bhyve/pci_ahci.c projects/uefi/usr.sbin/bhyve/pci_emul.c projects/uefi/usr.sbin/bhyve/pci_lpc.c projects/uefi/usr.sbin/bhyve/pci_virtio_net.c projects/uefi/usr.sbin/bhyve/pit_8254.c projects/uefi/usr.sbin/bsdconfig/Makefile projects/uefi/usr.sbin/bsdconfig/bsdconfig projects/uefi/usr.sbin/bsdconfig/include/messages.subr projects/uefi/usr.sbin/bsdconfig/networking/share/device.subr projects/uefi/usr.sbin/bsdconfig/packages/packages projects/uefi/usr.sbin/bsdconfig/share/common.subr projects/uefi/usr.sbin/bsdconfig/share/dialog.subr projects/uefi/usr.sbin/bsdconfig/share/media/cdrom.subr projects/uefi/usr.sbin/bsdconfig/share/media/http.subr projects/uefi/usr.sbin/bsdconfig/share/media/tcpip.subr projects/uefi/usr.sbin/bsdconfig/share/packages/index.subr projects/uefi/usr.sbin/bsdconfig/share/packages/packages.subr projects/uefi/usr.sbin/bsdconfig/share/strings.subr projects/uefi/usr.sbin/bsdconfig/share/sysrc.subr projects/uefi/usr.sbin/bsdconfig/share/variable.subr projects/uefi/usr.sbin/bsdconfig/startup/share/rcconf.subr projects/uefi/usr.sbin/bsdinstall/bsdinstall projects/uefi/usr.sbin/bsdinstall/bsdinstall.8 projects/uefi/usr.sbin/bsdinstall/scripts/auto projects/uefi/usr.sbin/bsdinstall/scripts/config projects/uefi/usr.sbin/bsdinstall/scripts/docsinstall projects/uefi/usr.sbin/bsdinstall/scripts/jail projects/uefi/usr.sbin/bsdinstall/scripts/netconfig_ipv4 projects/uefi/usr.sbin/bsdinstall/scripts/netconfig_ipv6 projects/uefi/usr.sbin/bsdinstall/scripts/script projects/uefi/usr.sbin/bsdinstall/scripts/wlanconfig projects/uefi/usr.sbin/bsdinstall/scripts/zfsboot projects/uefi/usr.sbin/crashinfo/crashinfo.sh projects/uefi/usr.sbin/ctld/ctl.conf.5 projects/uefi/usr.sbin/etcupdate/etcupdate.8 projects/uefi/usr.sbin/etcupdate/etcupdate.sh projects/uefi/usr.sbin/freebsd-update/freebsd-update.sh projects/uefi/usr.sbin/gpioctl/gpioctl.8 projects/uefi/usr.sbin/mfiutil/Makefile projects/uefi/usr.sbin/mfiutil/mfiutil.8 projects/uefi/usr.sbin/mfiutil/mfiutil.c projects/uefi/usr.sbin/mount_smbfs/Makefile projects/uefi/usr.sbin/newsyslog/newsyslog.c projects/uefi/usr.sbin/pkg/pkg.7 projects/uefi/usr.sbin/pkg/pkg.c projects/uefi/usr.sbin/portsnap/portsnap/portsnap.sh projects/uefi/usr.sbin/route6d/route6d.c projects/uefi/usr.sbin/syslogd/syslogd.c projects/uefi/usr.sbin/sysrc/sysrc projects/uefi/usr.sbin/sysrc/sysrc.8 projects/uefi/usr.sbin/utx/Makefile projects/uefi/usr.sbin/utx/utx.8 projects/uefi/usr.sbin/utx/utx.c Directory Properties: projects/uefi/ (props changed) projects/uefi/cddl/ (props changed) projects/uefi/cddl/contrib/opensolaris/ (props changed) projects/uefi/cddl/contrib/opensolaris/cmd/zfs/ (props changed) projects/uefi/contrib/atf/ (props changed) projects/uefi/contrib/binutils/ (props changed) projects/uefi/contrib/bmake/ (props changed) projects/uefi/contrib/gcc/ (props changed) projects/uefi/contrib/libexecinfo/ (props changed) projects/uefi/contrib/libpcap/ (props changed) projects/uefi/contrib/libstdc++/ (props changed) projects/uefi/contrib/llvm/ (props changed) projects/uefi/contrib/llvm/tools/lldb/ (props changed) projects/uefi/contrib/netcat/ (props changed) projects/uefi/contrib/nvi/ (props changed) projects/uefi/contrib/subversion/ (props changed) projects/uefi/contrib/tzdata/ (props changed) projects/uefi/crypto/openssh/ (props changed) projects/uefi/gnu/usr.bin/binutils/ (props changed) projects/uefi/lib/libc/ (props changed) projects/uefi/lib/libutil/ (props changed) projects/uefi/lib/libvmmapi/ (props changed) projects/uefi/lib/libz/ (props changed) projects/uefi/sbin/ (props changed) projects/uefi/share/man/man4/ (props changed) projects/uefi/sys/ (props changed) projects/uefi/sys/amd64/vmm/ (props changed) projects/uefi/sys/boot/ (props changed) projects/uefi/sys/cddl/contrib/opensolaris/ (props changed) projects/uefi/sys/conf/ (props changed) projects/uefi/sys/modules/vmm/ (props changed) projects/uefi/usr.bin/calendar/ (props changed) projects/uefi/usr.bin/procstat/ (props changed) projects/uefi/usr.sbin/bhyve/ (props changed) Modified: projects/uefi/MAINTAINERS ============================================================================== --- projects/uefi/MAINTAINERS Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/MAINTAINERS Thu Nov 21 22:07:50 2013 (r258449) @@ -99,7 +99,6 @@ nfs alfred Will be happy to review code rpc.lockd alfred Will be happy to review code, but not mandatory. truss alfred Will be happy to review code, but not mandatory. rpc alfred Pre-commit review requested. -pkg_install portmgr Pre-commit review or approval from portmgr@ requested. linux emul emulation Please discuss changes here. bs{diff,patch} cperciva Pre-commit review requested. portsnap cperciva Pre-commit review requested. Modified: projects/uefi/Makefile.inc1 ============================================================================== --- projects/uefi/Makefile.inc1 Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/Makefile.inc1 Thu Nov 21 22:07:50 2013 (r258449) @@ -136,7 +136,7 @@ REVISION!= make -C ${SRCDIR}/release -V BRANCH!= make -C ${SRCDIR}/release -V BRANCH SRCRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \ ${SRCDIR}/sys/sys/param.h -VERSION= FreeBSD ${REVISION}-${BRANCH} ${TARGET_ARCH} ${SRCRELDATE} +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 @@ -263,6 +263,21 @@ XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \ -DWITHOUT_GDB +# kernel-tools stage +KTMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \ + PATH=${BPATH}:${PATH} \ + WORLDTMP=${WORLDTMP} \ + VERSION="${VERSION}" \ + COMPILER_TYPE=${COMPILER_TYPE} +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 + # world stage WMAKEENV= ${CROSSENV} \ _SHLIBDIRPREFIX=${WORLDTMP} \ @@ -494,7 +509,7 @@ _worldtmp: .endif .if ${MK_TESTS} != "no" mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \ - -p ${WORLDTMP}${TESTSBASE} >/dev/null + -p ${WORLDTMP}/usr >/dev/null .endif .for _mtree in ${LOCAL_MTREE} mtree -deU -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null @@ -540,6 +555,7 @@ _cross-tools: @echo ">>> stage 3: cross tools" @echo "--------------------------------------------------------------" ${_+_}cd ${.CURDIR}; ${XMAKE} cross-tools + ${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools _includes: @echo @echo "--------------------------------------------------------------" @@ -1019,20 +1035,7 @@ buildkernel: @echo "--------------------------------------------------------------" @echo ">>> stage 2.3: build tools" @echo "--------------------------------------------------------------" - cd ${KRNLOBJDIR}/${_kernel}; \ - PATH=${BPATH}:${PATH} \ - MAKESRCPATH=${KERNSRCDIR}/dev/aic7xxx/aicasm \ - ${MAKE} SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD \ - -f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile -# XXX - Gratuitously builds aicasm in the ``makeoptions NO_MODULES'' case. -.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules) -.for target in obj depend all - cd ${KERNSRCDIR}/modules/aic7xxx/aicasm; \ - PATH=${BPATH}:${PATH} \ - MAKEOBJDIRPREFIX=${KRNLOBJDIR}/${_kernel}/modules \ - ${MAKE} SSP_CFLAGS= -DNO_CPU_CFLAGS -DNO_CTF -DEARLY_BUILD ${target} -.endfor -.endif + ${_+_}cd ${.CURDIR}; ${KTMAKE} kernel-tools .if !defined(NO_KERNELDEPEND) @echo @echo "--------------------------------------------------------------" @@ -1319,10 +1322,6 @@ bootstrap-tools: .MAKE # # build-tools: Build special purpose build tools # -.if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules) -_aicasm= sys/modules/aic7xxx/aicasm -.endif - .if !defined(NO_SHARE) _share= share/syscons/scrnmaps .endif @@ -1344,7 +1343,6 @@ build-tools: .MAKE lib/ncurses/ncurses \ lib/ncurses/ncursesw \ ${_share} \ - ${_aicasm} \ usr.bin/awk \ lib/libmagic \ usr.bin/mkesdb_static \ @@ -1365,6 +1363,23 @@ build-tools: .MAKE .endfor # +# kernel-tools: Build kernel-building tools +# +kernel-tools: .MAKE + mkdir -p ${MAKEOBJDIRPREFIX}/usr + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \ + -p ${MAKEOBJDIRPREFIX}/usr >/dev/null +.for _tool in \ + sys/dev/aic7xxx/aicasm + ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ + cd ${.CURDIR}/${_tool} && \ + ${MAKE} DIRPRFX=${_tool}/ obj && \ + ${MAKE} DIRPRFX=${_tool}/ depend && \ + ${MAKE} DIRPRFX=${_tool}/ all && \ + ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX} install +.endfor + +# # cross-tools: Build cross-building tools # .if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 800035 @@ -1460,11 +1475,13 @@ _startup_libs+= lib/csu/${MACHINE_CPUARC _startup_libs+= gnu/lib/libgcc _startup_libs+= lib/libcompiler_rt _startup_libs+= lib/libc +_startup_libs+= lib/libc_nonshared .if ${MK_LIBCPLUSPLUS} != "no" _startup_libs+= lib/libcxxrt .endif gnu/lib/libgcc__L: lib/libc__L +gnu/lib/libgcc__L: lib/libc_nonshared__L .if ${MK_LIBCPLUSPLUS} != "no" lib/libcxxrt__L: gnu/lib/libgcc__L .endif @@ -1478,7 +1495,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1 ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ ${_kerberos5_lib_libroken} \ ${_kerberos5_lib_libwind} \ - ${_lib_atf_libatf_c} \ + ${_lib_atf} \ lib/libbz2 ${_libcom_err} lib/libcrypt \ lib/libelf lib/libexpat \ ${_lib_libgssapi} ${_lib_libipx} \ @@ -1492,8 +1509,8 @@ _prebuild_libs= ${_kerberos5_lib_libasn1 ${_secure_lib_libcrypto} ${_lib_libldns} \ ${_secure_lib_libssh} ${_secure_lib_libssl} -.if ${MK_ATF} != "no" -_lib_atf_libatf_c= lib/atf/libatf-c +.if ${MK_TESTS} != "no" +_lib_atf= lib/atf .endif .if ${MK_LIBTHR} != "no" @@ -1602,10 +1619,12 @@ ${_lib}__PL: .PHONY .MAKE .if exists(${.CURDIR}/${_lib}) ${_+_}@${ECHODIR} "===> ${_lib} (obj,depend,all,install)"; \ cd ${.CURDIR}/${_lib} && \ - ${MAKE} DIRPRFX=${_lib}/ obj && \ - ${MAKE} DIRPRFX=${_lib}/ depend && \ - ${MAKE} -DNO_PROFILE -DNO_PIC DIRPRFX=${_lib}/ all && \ - ${MAKE} -DNO_PROFILE -DNO_PIC DIRPRFX=${_lib}/ install + ${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ obj && \ + ${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ depend && \ + ${MAKE} -DNO_TESTS -DNO_PROFILE -DNO_PIC \ + DIRPRFX=${_lib}/ all && \ + ${MAKE} -DNO_TESTS -DNO_PROFILE -DNO_PIC \ + DIRPRFX=${_lib}/ install .endif .endfor @@ -1614,10 +1633,10 @@ ${_lib}__L: .PHONY .MAKE .if exists(${.CURDIR}/${_lib}) ${_+_}@${ECHODIR} "===> ${_lib} (obj,depend,all,install)"; \ cd ${.CURDIR}/${_lib} && \ - ${MAKE} DIRPRFX=${_lib}/ obj && \ - ${MAKE} DIRPRFX=${_lib}/ depend && \ - ${MAKE} DIRPRFX=${_lib}/ all && \ - ${MAKE} DIRPRFX=${_lib}/ install + ${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ obj && \ + ${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ depend && \ + ${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ all && \ + ${MAKE} -DNO_TESTS DIRPRFX=${_lib}/ install .endif .endfor @@ -1627,10 +1646,12 @@ ${_lib}__L: .PHONY .MAKE lib/libpam__L: .PHONY .MAKE ${_+_}@${ECHODIR} "===> lib/libpam (obj,depend,all,install)"; \ cd ${.CURDIR}/lib/libpam && \ - ${MAKE} DIRPRFX=lib/libpam/ obj && \ - ${MAKE} DIRPRFX=lib/libpam/ depend && \ - ${MAKE} DIRPRFX=lib/libpam/ -D_NO_LIBPAM_SO_YET all && \ - ${MAKE} DIRPRFX=lib/libpam/ -D_NO_LIBPAM_SO_YET install + ${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ obj && \ + ${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ depend && \ + ${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ \ + -D_NO_LIBPAM_SO_YET all && \ + ${MAKE} -DNO_TESTS DIRPRFX=lib/libpam/ \ + -D_NO_LIBPAM_SO_YET install _prereq_libs: ${_prereq_libs:S/$/__PL/} _startup_libs: ${_startup_libs:S/$/__L/} Modified: projects/uefi/ObsoleteFiles.inc ============================================================================== --- projects/uefi/ObsoleteFiles.inc Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/ObsoleteFiles.inc Thu Nov 21 22:07:50 2013 (r258449) @@ -38,11 +38,62 @@ # xargs -n1 | sort | uniq -d; # done +# 20131109: extattr(2) mlinks fixed +OLD_FILES+=usr/share/man/man2/extattr_delete_list.2.gz +OLD_FILES+=usr/share/man/man2/extattr_get_list.2.gz +# 20131107: example files removed +OLD_FILES+=usr/share/examples/libusb20/aux.c +OLD_FILES+=usr/share/examples/libusb20/aux.h +# 20131105: tzdata 2013h import +OLD_FILES+=usr/share/zoneinfo/America/Shiprock +OLD_FILES+=usr/share/zoneinfo/Antarctica/South_Pole +# 20131103: WITH_LIBICONV_COMPAT removal +OLD_FILES+=usr/include/_libiconv_compat.h +OLD_FILES+=usr/lib/libiconv.a +OLD_FILES+=usr/lib/libiconv.so +OLD_FILES+=usr/lib/libiconv.so.3 +OLD_FILES+=usr/lib/libiconv_p.a +OLD_FILES+=usr/lib32/libiconv.a +OLD_FILES+=usr/lib32/libiconv.so +OLD_FILES+=usr/lib32/libiconv.so.3 +OLD_FILES+=usr/lib32/libiconv_p.a +# 20131103: removal of utxrm(8), use 'utx rm' instead. +OLD_FILES+=usr/sbin/utxrm +OLD_FILES+=usr/share/man/man8/utxrm.8.gz +# 20131031: pkg_install has been removed +OLD_FILES+=etc/periodic/daily/220.backup-pkgdb +OLD_FILES+=etc/periodic/daily/490.status-pkg-changes +OLD_FILES+=etc/periodic/security/460.chkportsum +OLD_FILES+=etc/periodic/weekly/400.status-pkg +OLD_FILES+=usr/sbin/pkg_add +OLD_FILES+=usr/sbin/pkg_create +OLD_FILES+=usr/sbin/pkg_delete +OLD_FILES+=usr/sbin/pkg_info +OLD_FILES+=usr/sbin/pkg_updating +OLD_FILES+=usr/sbin/pkg_version +OLD_FILES+=usr/share/man/man1/pkg_add.1.gz +OLD_FILES+=usr/share/man/man1/pkg_create.1.gz +OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz +OLD_FILES+=usr/share/man/man1/pkg_info.1.gz +OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz +OLD_FILES+=usr/share/man/man1/pkg_version.1.gz +# 20131030: /etc/keys moved to /usr/share/keys +OLD_DIRS+=etc/keys +OLD_DIRS+=etc/keys/pkg +OLD_DIRS+=etc/keys/pkg/revoked +OLD_DIRS+=etc/keys/pkg/trusted +OLD_FILES+=etc/keys/pkg/trusted/pkg.freebsd.org.2013102301 # 20131028: ng_fec(4) removed OLD_FILES+=usr/include/netgraph/ng_fec.h OLD_FILES+=usr/share/man/man4/ng_fec.4.gz +# 20131027: header moved +OLD_FILES+=usr/include/net/pf_mtag.h # 20131023: remove never used iscsi directory OLD_DIRS+=usr/share/examples/iscsi +# 20131021: isf(4) removed +OLD_FILES+=usr/sbin/isfctl +OLD_FILES+=usr/share/man/man4/isf.4.gz +OLD_FILES+=usr/share/man/man8/isfctl.8.gz # 20131014: libbsdyml becomes private OLD_FILES+=usr/lib/libbsdyml.a OLD_FILES+=usr/lib/libbsdyml.so @@ -81,6 +132,7 @@ OLD_FILES+=usr/bin/gnu-ranlib OLD_FILES+=usr/share/man/man1/gnu-ar.1.gz OLD_FILES+=usr/share/man/man1/gnu-ranlib.1.gz # 20130930: BIND removed from base +OLD_FILES+=etc/mtree/BIND.chroot.dist OLD_FILES+=etc/namedb OLD_FILES+=etc/periodic/daily/470.status-named OLD_FILES+=usr/bin/dig Modified: projects/uefi/UPDATING ============================================================================== --- projects/uefi/UPDATING Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/UPDATING Thu Nov 21 22:07:50 2013 (r258449) @@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20131108: + The WITHOUT_ATF build knob has been removed and its functionality + has been subsumed into the more generic WITHOUT_TESTS. If you were + using the former to disable the build of the ATF libraries, you + should change your settings to use the latter. + 20131025: The default version of mtree is nmtree which is obtained from NetBSD. The output is generally the same, but may vary Modified: projects/uefi/bin/pkill/pkill.c ============================================================================== --- projects/uefi/bin/pkill/pkill.c Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/bin/pkill/pkill.c Thu Nov 21 22:07:50 2013 (r258449) @@ -318,7 +318,10 @@ main(int argc, char **argv) * Use KERN_PROC_PROC instead of KERN_PROC_ALL, since we * just want processes and not individual kernel threads. */ - plist = kvm_getprocs(kd, KERN_PROC_PROC, 0, &nproc); + if (pidfromfile >= 0) + plist = kvm_getprocs(kd, KERN_PROC_PID, pidfromfile, &nproc); + else + plist = kvm_getprocs(kd, KERN_PROC_PROC, 0, &nproc); if (plist == NULL) { errx(STATUS_ERROR, "Cannot get process list (%s)", kvm_geterr(kd)); Modified: projects/uefi/bin/sh/exec.c ============================================================================== --- projects/uefi/bin/sh/exec.c Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/bin/sh/exec.c Thu Nov 21 22:07:50 2013 (r258449) @@ -672,9 +672,11 @@ typecmd_impl(int argc, char **argv, int /* Then look at the aliases */ if ((ap = lookupalias(argv[i], 1)) != NULL) { - if (cmd == TYPECMD_SMALLV) - out1fmt("alias %s='%s'\n", argv[i], ap->val); - else + if (cmd == TYPECMD_SMALLV) { + out1fmt("alias %s=", argv[i]); + out1qstr(ap->val); + outcslow('\n', out1); + } else out1fmt("%s is an alias for %s\n", argv[i], ap->val); continue; Modified: projects/uefi/bin/sh/nodetypes ============================================================================== --- projects/uefi/bin/sh/nodetypes Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/bin/sh/nodetypes Thu Nov 21 22:07:50 2013 (r258449) @@ -118,16 +118,16 @@ NFROMTO nfile # fd<> fname NAPPEND nfile # fd>> fname NCLOBBER nfile # fd>| fname type int - next nodeptr # next redirection in list fd int # file descriptor being redirected + next nodeptr # next redirection in list fname nodeptr # file name, in a NARG node expfname temp char *expfname # actual file name NTOFD ndup # fd<&dupfd NFROMFD ndup # fd>&dupfd type int - next nodeptr # next redirection in list fd int # file descriptor being redirected + next nodeptr # next redirection in list dupfd int # file descriptor to duplicate vname nodeptr # file name if fd>&$var @@ -135,8 +135,8 @@ NFROMFD ndup # fd>&dupfd NHERE nhere # fd<<\! NXHERE nhere # fd<dt_oflags & DTRACE_O_LP64); + int use_32 = (dtp->dt_oflags & DTRACE_O_ILP32); #else /* * Arches which are 32-bit only just use the normal @@ -1879,9 +1879,7 @@ dtrace_program_link(dtrace_hdl_t *dtp, d len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file, tfile, drti) + 1; -#if !defined(sun) len *= 2; -#endif cmd = alloca(len); (void) snprintf(cmd, len, fmt, dtp->dt_ld_path, file, Modified: projects/uefi/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c ============================================================================== --- projects/uefi/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c Thu Nov 21 22:07:50 2013 (r258449) @@ -210,7 +210,7 @@ NVLIST_PRTFUNC(int32, int32_t, int32_t, NVLIST_PRTFUNC(uint32, uint32_t, uint32_t, "0x%x") NVLIST_PRTFUNC(int64, int64_t, longlong_t, "%lld") NVLIST_PRTFUNC(uint64, uint64_t, u_longlong_t, "0x%llx") -NVLIST_PRTFUNC(double, double, double, "0x%llf") +NVLIST_PRTFUNC(double, double, double, "0x%f") NVLIST_PRTFUNC(string, char *, char *, "%s") NVLIST_PRTFUNC(hrtime, hrtime_t, hrtime_t, "0x%llx") Modified: projects/uefi/cddl/lib/libnvpair/Makefile ============================================================================== --- projects/uefi/cddl/lib/libnvpair/Makefile Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/cddl/lib/libnvpair/Makefile Thu Nov 21 22:07:50 2013 (r258449) @@ -21,4 +21,13 @@ CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/head CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem +# This library uses macros to define fprintf behavior for several object types +# The compiler will see the non-string literal arguments to the fprintf calls and +# omit warnings for them. Quiesce these warnings in contrib code: +# +# cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c:743:12: warning: format +# string is not a string literal (potentially insecure) [-Wformat-security] +# ARENDER(pctl, nvlist_array, nvl, name, val, nelem); +# +CFLAGS+= -Wno-format-security .include Modified: projects/uefi/contrib/atf/FREEBSD-Xlist ============================================================================== --- projects/uefi/contrib/atf/FREEBSD-Xlist Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/contrib/atf/FREEBSD-Xlist Thu Nov 21 22:07:50 2013 (r258449) @@ -1,8 +1,21 @@ +*/*/Atffile +*/*/Makefile* +*/Atffile +*/Makefile* +Atffile +INSTALL +Makefile* +aclocal.m4 +admin/ +atf-*/atf-*.m4 +atf-*/atf-*.pc.in +atf-config/ +atf-report/ +atf-run/ +atf-version/ +bconfig.h.in bootstrap/ -config.log -config.status -libtool -Makefile -stamp-h1 -*/*/.deps/ -*/.deps/ +configure* +doc/atf-formats.5 +doc/atf.7.in +m4/ Modified: projects/uefi/contrib/atf/FREEBSD-upgrade ============================================================================== --- projects/uefi/contrib/atf/FREEBSD-upgrade Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/contrib/atf/FREEBSD-upgrade Thu Nov 21 22:07:50 2013 (r258449) @@ -1,28 +1,48 @@ $FreeBSD$ -atf +This document contains a collection of notes specific to the import +of atf into head. These notes are built on the instructions in +the FreeBSD Subversion Primer that detail how to deal with vendor +branches and you are supposed to follow those: -The source code is hosted on GoogleCode as a subcomponent of the Kyua project: + http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html - http://code.google.com/p/kyua/downloads/list - -For the contrib directory, the sources were initially prepared like so: - - ./configure --prefix=/ --exec-prefix=/usr --datarootdir=/usr/share +The ATF source code is hosted on Google Code as a subcomponent of the +Kyua project: -For the contrib directory, files and directories were pruned by: - -sh -c 'for F in `cat FREEBSD-Xlist`; do rm -rf ./$F ; done' + http://code.google.com/p/kyua/downloads/list -You may check if there are any new files that we don't need. +and is imported into the atf vendor branch (see base/vendor/atf/). -The instructions for importing new release and merging to HEAD can be found -at FreeBSD wiki: +To merge the vendor branch into head do something like this: - http://wiki.freebsd.org/SubversionPrimer/VendorImports + cd .../base/head/contrib/atf + svn merge --accept=postpone \ + svn+ssh://svn.freebsd.org/base/vendor/atf/dist . + svn remove --force $(cat FREEBSD-Xlist) + +and resolve any conflicts that may arise at this point. + +Once this is done, you must regenerate bconfig.h. The recommended way +of doing so is by using the release files already imported into the +vendor branch (which is a good justification for importing the verbatim +sources in the first place so that this step is reproducible). You can +use a set of commands similar to the following: + + mkdir /tmp/atf + cd /tmp/atf + .../vendor/atf/dist/configure \ + --prefix=/ \ + --exec-prefix=/usr \ + --datarootdir=/usr/share + cp bconfig.h .../base/head/contrib/atf/ + +Please do NOT run './configure' straight from the 'dist' directory of +the vendor branch as you easily risk committing build products into the +tree. -To make local changes to atf, simply patch and commit to the trunk -branch (aka HEAD). Never make local changes on the vendor branch. +Lastly, with the list of old and new files in this import, make sure +to udpate the reachover Makefiles accordingly. -gcooper@FreeBSD.org -5-August-2012 +Test the build (keeping in mind the WITH_TESTS/WITHOUT_TESTS knobs) and, +if all looks good, you are ready to commit all the changes in one go. Modified: projects/uefi/contrib/atf/NEWS ============================================================================== --- projects/uefi/contrib/atf/NEWS Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/contrib/atf/NEWS Thu Nov 21 22:07:50 2013 (r258449) @@ -2,6 +2,58 @@ Major changes between releases =========================================================================== +Changes in version 0.18 +*********************** + +Experimental version released on November 16th, 2013. + +* Issue 45: Added require.memory support in atf-run for FreeBSD. + +* Fixed an issue with the handling of cin with libc++. + +* Issue 64: Fixed various mandoc formatting warnings. + +* NetBSD PR bin/48284: Made atf-check flush its progress message to + stdout so that an interrupted test case always shows the last message + being executed. + +* NetBSD PR bin/48285: Fixed atf_check examples in atf-sh-api(3). + + +Changes in version 0.17 +*********************** + +Experimental version released on February 14th, 2013. + +* Added the atf_utils_cat_file, atf_utils_compare_file, + atf_utils_copy_file, atf_utils_create_file, atf_utils_file_exists, + atf_utils_fork, atf_utils_grep_file, atf_utils_grep_string, + atf_utils_readline, atf_utils_redirect and atf_utils_wait utility + functions to atf-c-api. Documented the already-public + atf_utils_free_charpp function. + +* Added the cat_file, compare_file, copy_file, create_file, file_exists, + fork, grep_collection, grep_file, grep_string, redirect and wait + functions to the atf::utils namespace of atf-c++-api. These are + wrappers around the same functions added to the atf-c-api library. + +* Added the ATF_CHECK_MATCH, ATF_CHECK_MATCH_MSG, ATF_REQUIRE_MATCH and + ATF_REQUIRE_MATCH_MSG macros to atf-c to simplify the validation of a + string against a regular expression. + +* Miscellaneous fixes for manpage typos and compilation problems with + clang. + +* Added caching of the results of those configure tests that rely on + executing a test program. This should help crossbuild systems by + providing a mechanism to pre-specify what the results should be. + +* PR bin/45690: Make atf-report convert any non-printable characters to + a plain-text representation (matching their corresponding hexadecimal + entities) in XML output files. This is to prevent the output of test + cases from breaking xsltproc later. + + Changes in version 0.16 *********************** Modified: projects/uefi/contrib/atf/atf-c++.hpp ============================================================================== --- projects/uefi/contrib/atf/atf-c++.hpp Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/contrib/atf/atf-c++.hpp Thu Nov 21 22:07:50 2013 (r258449) @@ -31,5 +31,6 @@ #define _ATF_CXX_HPP_ #include +#include #endif // !defined(_ATF_CXX_HPP_) Modified: projects/uefi/contrib/atf/atf-c++/atf-c++-api.3 ============================================================================== --- projects/uefi/contrib/atf/atf-c++/atf-c++-api.3 Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/contrib/atf/atf-c++/atf-c++-api.3 Thu Nov 21 22:07:50 2013 (r258449) @@ -26,10 +26,11 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd January 21, 2012 +.Dd November 15, 2013 .Dt ATF-C++-API 3 .Os .Sh NAME +.Nm atf-c++-api , .Nm ATF_ADD_TEST_CASE , .Nm ATF_CHECK_ERRNO , .Nm ATF_FAIL , @@ -52,6 +53,17 @@ .Nm ATF_TEST_CASE_USE , .Nm ATF_TEST_CASE_WITH_CLEANUP , .Nm ATF_TEST_CASE_WITHOUT_HEAD , +.Nm atf::utils::cat_file , +.Nm atf::utils::compare_file , +.Nm atf::utils::copy_file , +.Nm atf::utils::create_file , +.Nm atf::utils::file_exists , +.Nm atf::utils::fork , +.Nm atf::utils::grep_collection , +.Nm atf::utils::grep_file , +.Nm atf::utils::grep_string , +.Nm atf::utils::redirect , +.Nm atf::utils::wait .Nd C++ API to write ATF-based test programs .Sh SYNOPSIS .In atf-c++.hpp @@ -77,18 +89,64 @@ .Fn ATF_TEST_CASE_USE "name" .Fn ATF_TEST_CASE_WITH_CLEANUP "name" .Fn ATF_TEST_CASE_WITHOUT_HEAD "name" +.Ft void +.Fo atf::utils::cat_file +.Fa "const std::string& path" +.Fa "const std::string& prefix" +.Fc +.Ft bool +.Fo atf::utils::compare_file +.Fa "const std::string& path" +.Fa "const std::string& contents" +.Fc +.Ft void +.Fo atf::utils::copy_file +.Fa "const std::string& source" +.Fa "const std::string& destination" +.Fc +.Ft void +.Fo atf::utils::create_file +.Fa "const std::string& path" +.Fa "const std::string& contents" +.Fc +.Ft void +.Fo atf::utils::file_exists +.Fa "const std::string& path" +.Fc +.Ft pid_t +.Fo atf::utils::fork +.Fa "void" +.Fc +.Ft bool +.Fo atf::utils::grep_collection +.Fa "const std::string& regexp" +.Fa "const Collection& collection" +.Fc +.Ft bool +.Fo atf::utils::grep_file +.Fa "const std::string& regexp" +.Fa "const std::string& path" +.Fc +.Ft bool +.Fo atf::utils::grep_string +.Fa "const std::string& regexp" +.Fa "const std::string& path" +.Fc +.Ft void +.Fo atf::utils::redirect +.Fa "const int fd" +.Fa "const std::string& path" +.Fc +.Ft void +.Fo atf::utils::wait +.Fa "const pid_t pid" +.Fa "const int expected_exit_status" +.Fa "const std::string& expected_stdout" +.Fa "const std::string& expected_stderr" +.Fc .Sh DESCRIPTION -ATF provides a mostly-macro-based programming interface to implement test -programs in C or C++. -This interface is backed by a C++ implementation, but this fact is -hidden from the developer as much as possible through the use of -macros to simplify programming. -However, the use of C++ is not hidden everywhere and while you can -implement test cases without knowing anything at all about the object model -underneath the provided calls, you might need some minimum notions of the -language in very specific circumstances. -.Pp -C++-based test programs always follow this template: +ATF provides a C++ programming interface to implement test programs. +C++-based test programs follow this template: .Bd -literal -offset indent extern "C" { .Ns ... C-specific includes go here ... @@ -205,7 +263,7 @@ The first parameter of this macro matche former call. .Ss Header definitions The test case's header can define the meta-data by using the -.Fn set +.Fn set_md_var method, which takes two parameters: the first one specifies the meta-data variable to be set and the second one specifies its value. Both of them are strings. @@ -348,7 +406,7 @@ in the collection. .Fn ATF_REQUIRE_THROW takes the name of an exception and a statement and raises a failure if the statement does not throw the specified exception. -.Fn ATF_REQUIRE_THROW_EQ +.Fn ATF_REQUIRE_THROW_RE takes the name of an exception, a regular expresion and a statement and raises a failure if the statement does not throw the specified exception and if the message of the exception does not match the regular expression. @@ -362,6 +420,163 @@ variable and, second, a boolean expressi means that a call failed and .Va errno has to be checked against the first value. +.Ss Utility functions +The following functions are provided as part of the +.Nm +API to simplify the creation of a variety of tests. +In particular, these are useful to write tests for command-line interfaces. +.Pp +.Ft void +.Fo atf::utils::cat_file +.Fa "const std::string& path" +.Fa "const std::string& prefix" +.Fc +.Bd -ragged -offset indent +Prints the contents of +.Fa path +to the standard output, prefixing every line with the string in +.Fa prefix . +.Ed +.Pp +.Ft bool +.Fo atf::utils::compare_file +.Fa "const std::string& path" +.Fa "const std::string& contents" +.Fc +.Bd -ragged -offset indent +Returns true if the given +.Fa path +matches exactly the expected inlined +.Fa contents . +.Ed +.Pp +.Ft void +.Fo atf::utils::copy_file +.Fa "const std::string& source" +.Fa "const std::string& destination" +.Fc +.Bd -ragged -offset indent +Copies the file +.Fa source +to +.Fa destination . +The permissions of the file are preserved during the code. +.Ed +.Pp +.Ft void +.Fo atf::utils::create_file +.Fa "const std::string& path" +.Fa "const std::string& contents" +.Fc +.Bd -ragged -offset indent +Creates +.Fa file +with the text given in +.Fa contents . +.Ed +.Pp +.Ft void +.Fo atf::utils::file_exists +.Fa "const std::string& path" +.Fc +.Bd -ragged -offset indent +Checks if +.Fa path +exists. +.Ed +.Pp +.Ft pid_t +.Fo atf::utils::fork +.Fa "void" +.Fc +.Bd -ragged -offset indent +Forks a process and redirects the standard output and standard error of the +child to files for later validation with +.Fn atf::utils::wait . +Fails the test case if the fork fails, so this does not return an error. +.Ed +.Pp +.Ft bool +.Fo atf::utils::grep_collection +.Fa "const std::string& regexp" +.Fa "const Collection& collection" +.Fc +.Bd -ragged -offset indent +Searches for the regular expression +.Fa regexp +in any of the strings contained in the +.Fa collection . +This is a template that accepts any one-dimensional container of strings. +.Ed +.Pp +.Ft bool +.Fo atf::utils::grep_file +.Fa "const std::string& regexp" +.Fa "const std::string& path" +.Fc +.Bd -ragged -offset indent +Searches for the regular expression +.Fa regexp +in the file +.Fa path . +The variable arguments are used to construct the regular expression. +.Ed +.Pp +.Ft bool +.Fo atf::utils::grep_string +.Fa "const std::string& regexp" +.Fa "const std::string& str" +.Fc +.Bd -ragged -offset indent +Searches for the regular expression +.Fa regexp +in the string +.Fa str . +.Ed +.Ft void +.Fo atf::utils::redirect +.Fa "const int fd" +.Fa "const std::string& path" +.Fc +.Bd -ragged -offset indent +Redirects the given file descriptor +.Fa fd +to the file +.Fa path . +This function exits the process in case of an error and does not properly mark +the test case as failed. +As a result, it should only be used in subprocesses of the test case; specially +those spawned by +.Fn atf::utils::fork . +.Ed +.Pp +.Ft void +.Fo atf::utils::wait +.Fa "const pid_t pid" +.Fa "const int expected_exit_status" +.Fa "const std::string& expected_stdout" +.Fa "const std::string& expected_stderr" +.Fc +.Bd -ragged -offset indent +Waits and validates the result of a subprocess spawned with +.Fn atf::utils::wait . +The validation involves checking that the subprocess exited cleanly and returned +the code specified in +.Fa expected_exit_status +and that its standard output and standard error match the strings given in +.Fa expected_stdout +and +.Fa expected_stderr . +.Pp +If any of the +.Fa expected_stdout +or +.Fa expected_stderr +strings are prefixed with +.Sq save: , +then they specify the name of the file into which to store the stdout or stderr +of the subprocess, and no comparison is performed. +.Ed .Sh EXAMPLES The following shows a complete test program with a single test case that validates the addition operator: @@ -371,7 +586,7 @@ validates the addition operator: ATF_TEST_CASE(addition); ATF_TEST_CASE_HEAD(addition) { - set("descr", "Sample tests for the addition operator"); + set_md_var("descr", "Sample tests for the addition operator"); } ATF_TEST_CASE_BODY(addition) { @@ -387,7 +602,7 @@ ATF_TEST_CASE_BODY(addition) ATF_TEST_CASE(open_failure); ATF_TEST_CASE_HEAD(open_failure) { - set("descr", "Sample tests for the open function"); + set_md_var("descr", "Sample tests for the open function"); } ATF_TEST_CASE_BODY(open_failure) { @@ -397,7 +612,7 @@ ATF_TEST_CASE_BODY(open_failure) ATF_TEST_CASE(known_bug); ATF_TEST_CASE_HEAD(known_bug) { - set("descr", "Reproduces a known bug"); + set_md_var("descr", "Reproduces a known bug"); } ATF_TEST_CASE_BODY(known_bug) { Modified: projects/uefi/contrib/atf/atf-c++/check.hpp ============================================================================== --- projects/uefi/contrib/atf/atf-c++/check.hpp Thu Nov 21 22:02:59 2013 (r258448) +++ projects/uefi/contrib/atf/atf-c++/check.hpp Thu Nov 21 22:07:50 2013 (r258449) @@ -39,7 +39,7 @@ extern "C" { #include #include -#include +#include namespace atf { @@ -60,7 +60,7 @@ namespace check { //! of executing arbitrary command and manages files containing //! its output. //! *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***