From owner-svn-src-projects@freebsd.org Mon Aug 17 19:02:31 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84F0A9BBE91 for ; Mon, 17 Aug 2015 19:02:31 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72814148D; Mon, 17 Aug 2015 19:02:31 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7HJ2VBp085785; Mon, 17 Aug 2015 19:02:31 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7HJ2OdX085760; Mon, 17 Aug 2015 19:02:24 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201508171902.t7HJ2OdX085760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Mon, 17 Aug 2015 19:02:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r286858 - in projects/clang-trunk: . bin/sh bin/sh/tests/builtins cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zhack cddl/contrib/opens... 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.20 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: Mon, 17 Aug 2015 19:02:31 -0000 Author: dim Date: Mon Aug 17 19:02:23 2015 New Revision: 286858 URL: https://svnweb.freebsd.org/changeset/base/286858 Log: Merge ^/head r286697 through r286857. Added: projects/clang-trunk/bin/sh/tests/builtins/read8.0 - copied unchanged from r286857, head/bin/sh/tests/builtins/read8.0 projects/clang-trunk/lib/libc/secure/ - copied from r286857, head/lib/libc/secure/ projects/clang-trunk/lib/libnv/tests/nv_array_tests.cc - copied unchanged from r286857, head/lib/libnv/tests/nv_array_tests.cc projects/clang-trunk/share/man/man4/man4.arm/am335x_dmtpps.4 - copied unchanged from r286857, head/share/man/man4/man4.arm/am335x_dmtpps.4 projects/clang-trunk/sys/arm/ti/am335x/am335x_dmtpps.c - copied unchanged from r286857, head/sys/arm/ti/am335x/am335x_dmtpps.c projects/clang-trunk/sys/cam/ctl/ctl_frontend_ioctl.c - copied unchanged from r286857, head/sys/cam/ctl/ctl_frontend_ioctl.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c - copied unchanged from r286857, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/multilist.c - copied unchanged from r286857, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/multilist.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bqueue.h - copied unchanged from r286857, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bqueue.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/multilist.h - copied unchanged from r286857, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/multilist.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_priority.h - copied unchanged from r286857, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_priority.h projects/clang-trunk/sys/dev/random/other_algorithm.c - copied unchanged from r286857, head/sys/dev/random/other_algorithm.c projects/clang-trunk/sys/dev/random/other_algorithm.h - copied unchanged from r286857, head/sys/dev/random/other_algorithm.h projects/clang-trunk/sys/dev/random/random_infra.c - copied unchanged from r286857, head/sys/dev/random/random_infra.c projects/clang-trunk/sys/modules/am335x_dmtpps/ - copied from r286857, head/sys/modules/am335x_dmtpps/ projects/clang-trunk/sys/modules/random_fortuna/ - copied from r286857, head/sys/modules/random_fortuna/ projects/clang-trunk/sys/modules/random_other/ - copied from r286857, head/sys/modules/random_other/ projects/clang-trunk/sys/modules/random_yarrow/ - copied from r286857, head/sys/modules/random_yarrow/ Deleted: projects/clang-trunk/lib/libc/sys/stack_protector.c projects/clang-trunk/lib/libc/sys/stack_protector_compat.c projects/clang-trunk/sys/cam/ctl/ctl_frontend_internal.c projects/clang-trunk/sys/cam/ctl/ctl_frontend_internal.h projects/clang-trunk/sys/dev/random/randomdev_none.c projects/clang-trunk/tools/build/options/WITHOUT_ELFTOOLCHAIN_TOOLS projects/clang-trunk/tools/build/options/WITHOUT_SYSINSTALL Modified: projects/clang-trunk/Makefile.inc1 projects/clang-trunk/UPDATING projects/clang-trunk/bin/sh/miscbltin.c projects/clang-trunk/bin/sh/options.c projects/clang-trunk/bin/sh/tests/builtins/Makefile projects/clang-trunk/cddl/contrib/opensolaris/cmd/zdb/zdb.c projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs.8 projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c projects/clang-trunk/cddl/contrib/opensolaris/cmd/zhack/zhack.c projects/clang-trunk/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c projects/clang-trunk/cddl/contrib/opensolaris/cmd/ztest/ztest.c projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c projects/clang-trunk/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatditf.c projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatunditf.c projects/clang-trunk/contrib/gcclibs/libcpp/files.c projects/clang-trunk/contrib/tzdata/africa projects/clang-trunk/contrib/tzdata/asia projects/clang-trunk/contrib/tzdata/europe projects/clang-trunk/contrib/tzdata/leap-seconds.list projects/clang-trunk/contrib/tzdata/northamerica projects/clang-trunk/contrib/tzdata/southamerica projects/clang-trunk/contrib/tzdata/zone.tab projects/clang-trunk/contrib/tzdata/zone1970.tab projects/clang-trunk/gnu/usr.bin/binutils/Makefile projects/clang-trunk/lib/Makefile projects/clang-trunk/lib/libc/Makefile projects/clang-trunk/lib/libc/gen/wordexp.c projects/clang-trunk/lib/libc/string/bcopy.3 projects/clang-trunk/lib/libc/sys/Makefile.inc projects/clang-trunk/lib/libc/sys/Symbol.map projects/clang-trunk/lib/libgeom/geom_xml2tree.c projects/clang-trunk/lib/libnv/tests/Makefile projects/clang-trunk/lib/libusb/Makefile projects/clang-trunk/sbin/ifconfig/ifconfig.8 projects/clang-trunk/sbin/ifconfig/iflagg.c projects/clang-trunk/sbin/ipfw/ipfw2.c projects/clang-trunk/sbin/ping6/Makefile projects/clang-trunk/sbin/ping6/ping6.c projects/clang-trunk/share/man/man4/em.4 projects/clang-trunk/share/man/man4/random.4 projects/clang-trunk/share/man/man4/timecounters.4 projects/clang-trunk/share/man/man5/src.conf.5 projects/clang-trunk/share/man/man9/atomic.9 projects/clang-trunk/share/man/man9/nv.9 projects/clang-trunk/share/misc/pci_vendors projects/clang-trunk/share/mk/bsd.lib.mk projects/clang-trunk/share/mk/src.opts.mk projects/clang-trunk/share/mk/sys.mk projects/clang-trunk/sys/amd64/amd64/pmap.c projects/clang-trunk/sys/arm/arm/cpufunc.c projects/clang-trunk/sys/arm/arm/identcpu.c projects/clang-trunk/sys/arm/arm/pmap-v6-new.c projects/clang-trunk/sys/arm/arm/stdatomic.c projects/clang-trunk/sys/arm/broadcom/bcm2835/bcm2835_systimer.c projects/clang-trunk/sys/arm/conf/BEAGLEBONE projects/clang-trunk/sys/arm/include/armreg.h projects/clang-trunk/sys/arm/ti/am335x/files.am335x projects/clang-trunk/sys/arm/versatile/sp804.c projects/clang-trunk/sys/arm64/arm64/bus_machdep.c projects/clang-trunk/sys/arm64/arm64/bus_space_asm.S projects/clang-trunk/sys/arm64/arm64/exception.S projects/clang-trunk/sys/arm64/arm64/trap.c projects/clang-trunk/sys/boot/kshim/bsd_kernel.h projects/clang-trunk/sys/boot/uboot/fdt/uboot_fdt.c projects/clang-trunk/sys/cam/ctl/README.ctl.txt projects/clang-trunk/sys/cam/ctl/ctl.c projects/clang-trunk/sys/cam/ctl/ctl.h projects/clang-trunk/sys/cam/ctl/ctl_backend.c projects/clang-trunk/sys/cam/ctl/ctl_backend_block.c projects/clang-trunk/sys/cam/ctl/ctl_backend_ramdisk.c projects/clang-trunk/sys/cam/ctl/ctl_cmd_table.c projects/clang-trunk/sys/cam/ctl/ctl_error.c projects/clang-trunk/sys/cam/ctl/ctl_frontend.c projects/clang-trunk/sys/cam/ctl/ctl_frontend_cam_sim.c projects/clang-trunk/sys/cam/ctl/ctl_frontend_iscsi.c projects/clang-trunk/sys/cam/ctl/ctl_ioctl.h projects/clang-trunk/sys/cam/ctl/ctl_private.h projects/clang-trunk/sys/cam/ctl/ctl_tpc.c projects/clang-trunk/sys/cam/ctl/ctl_tpc_local.c projects/clang-trunk/sys/cddl/compat/opensolaris/sys/nvpair.h projects/clang-trunk/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.c projects/clang-trunk/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/Makefile.files projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_checksum.h projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfeature.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c projects/clang-trunk/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/clang-trunk/sys/compat/cloudabi/cloudabi_proc.c projects/clang-trunk/sys/conf/Makefile.arm projects/clang-trunk/sys/conf/NOTES projects/clang-trunk/sys/conf/files projects/clang-trunk/sys/conf/files.amd64 projects/clang-trunk/sys/conf/kern.post.mk projects/clang-trunk/sys/conf/kern.pre.mk projects/clang-trunk/sys/conf/options projects/clang-trunk/sys/contrib/libnv/nv_impl.h projects/clang-trunk/sys/contrib/libnv/nvlist.c projects/clang-trunk/sys/contrib/libnv/nvlist_impl.h projects/clang-trunk/sys/contrib/libnv/nvpair.c projects/clang-trunk/sys/contrib/libnv/nvpair_impl.h projects/clang-trunk/sys/dev/ata/ata-all.c projects/clang-trunk/sys/dev/ata/ata-all.h projects/clang-trunk/sys/dev/ath/if_ath.c projects/clang-trunk/sys/dev/ath/if_ath_keycache.c projects/clang-trunk/sys/dev/ath/if_ath_rx.c projects/clang-trunk/sys/dev/ath/if_ath_tdma.c projects/clang-trunk/sys/dev/ath/if_ath_tx.c projects/clang-trunk/sys/dev/bxe/ecore_hsi.h projects/clang-trunk/sys/dev/e1000/e1000_80003es2lan.c projects/clang-trunk/sys/dev/e1000/e1000_80003es2lan.h projects/clang-trunk/sys/dev/e1000/e1000_82540.c projects/clang-trunk/sys/dev/e1000/e1000_82541.c projects/clang-trunk/sys/dev/e1000/e1000_82541.h projects/clang-trunk/sys/dev/e1000/e1000_82542.c projects/clang-trunk/sys/dev/e1000/e1000_82543.c projects/clang-trunk/sys/dev/e1000/e1000_82543.h projects/clang-trunk/sys/dev/e1000/e1000_82571.c projects/clang-trunk/sys/dev/e1000/e1000_82571.h projects/clang-trunk/sys/dev/e1000/e1000_82575.c projects/clang-trunk/sys/dev/e1000/e1000_82575.h projects/clang-trunk/sys/dev/e1000/e1000_api.c projects/clang-trunk/sys/dev/e1000/e1000_api.h projects/clang-trunk/sys/dev/e1000/e1000_defines.h projects/clang-trunk/sys/dev/e1000/e1000_hw.h projects/clang-trunk/sys/dev/e1000/e1000_i210.c projects/clang-trunk/sys/dev/e1000/e1000_i210.h projects/clang-trunk/sys/dev/e1000/e1000_ich8lan.c projects/clang-trunk/sys/dev/e1000/e1000_ich8lan.h projects/clang-trunk/sys/dev/e1000/e1000_mac.c projects/clang-trunk/sys/dev/e1000/e1000_mac.h projects/clang-trunk/sys/dev/e1000/e1000_manage.c projects/clang-trunk/sys/dev/e1000/e1000_manage.h projects/clang-trunk/sys/dev/e1000/e1000_mbx.c projects/clang-trunk/sys/dev/e1000/e1000_mbx.h projects/clang-trunk/sys/dev/e1000/e1000_nvm.c projects/clang-trunk/sys/dev/e1000/e1000_nvm.h projects/clang-trunk/sys/dev/e1000/e1000_osdep.c projects/clang-trunk/sys/dev/e1000/e1000_osdep.h projects/clang-trunk/sys/dev/e1000/e1000_phy.c projects/clang-trunk/sys/dev/e1000/e1000_phy.h projects/clang-trunk/sys/dev/e1000/e1000_regs.h projects/clang-trunk/sys/dev/e1000/e1000_vf.c projects/clang-trunk/sys/dev/e1000/e1000_vf.h projects/clang-trunk/sys/dev/e1000/if_em.c projects/clang-trunk/sys/dev/e1000/if_em.h projects/clang-trunk/sys/dev/e1000/if_igb.c projects/clang-trunk/sys/dev/e1000/if_igb.h projects/clang-trunk/sys/dev/e1000/if_lem.c projects/clang-trunk/sys/dev/e1000/if_lem.h projects/clang-trunk/sys/dev/gpio/gpiobus.c projects/clang-trunk/sys/dev/gpio/gpioled.c projects/clang-trunk/sys/dev/md/md.c projects/clang-trunk/sys/dev/random/fortuna.c projects/clang-trunk/sys/dev/random/random_harvestq.c projects/clang-trunk/sys/dev/random/random_harvestq.h projects/clang-trunk/sys/dev/random/randomdev.c projects/clang-trunk/sys/dev/random/randomdev.h projects/clang-trunk/sys/dev/random/unit_test.c projects/clang-trunk/sys/dev/random/yarrow.c projects/clang-trunk/sys/dev/usb/controller/dwc_otg.c projects/clang-trunk/sys/dev/usb/controller/dwc_otg.h projects/clang-trunk/sys/dev/usb/controller/usb_controller.c projects/clang-trunk/sys/dev/usb/usb_bus.h projects/clang-trunk/sys/dev/usb/usb_device.c projects/clang-trunk/sys/dev/usb/usb_hub.c projects/clang-trunk/sys/dev/usb/usb_pf.c projects/clang-trunk/sys/dev/usb/usb_process.h projects/clang-trunk/sys/dev/usb/usb_transfer.c projects/clang-trunk/sys/dev/usb/usbdi.h projects/clang-trunk/sys/dev/vt/hw/efifb/efifb.c projects/clang-trunk/sys/dev/vt/hw/vga/vt_vga.c projects/clang-trunk/sys/dev/vt/hw/vga/vt_vga_reg.h projects/clang-trunk/sys/dev/vt/vt_core.c projects/clang-trunk/sys/dev/xen/netfront/netfront.c projects/clang-trunk/sys/fs/nfsserver/nfs_nfsdstate.c projects/clang-trunk/sys/kern/genassym.sh projects/clang-trunk/sys/kern/kern_exit.c projects/clang-trunk/sys/kern/kern_tc.c projects/clang-trunk/sys/modules/Makefile projects/clang-trunk/sys/modules/ctl/Makefile projects/clang-trunk/sys/modules/gpio/gpiobus/Makefile projects/clang-trunk/sys/net/ieee8023ad_lacp.c projects/clang-trunk/sys/net/ieee8023ad_lacp.h projects/clang-trunk/sys/net/if_lagg.c projects/clang-trunk/sys/net/if_lagg.h projects/clang-trunk/sys/netinet/if_ether.c projects/clang-trunk/sys/netinet/sctp_timer.c projects/clang-trunk/sys/ofed/drivers/infiniband/core/cma.c projects/clang-trunk/sys/powerpc/powerpc/trap.c projects/clang-trunk/sys/sys/ata.h projects/clang-trunk/sys/sys/nv.h projects/clang-trunk/sys/sys/random.h projects/clang-trunk/sys/sys/socketvar.h projects/clang-trunk/sys/sys/timeet.h projects/clang-trunk/sys/sys/timetc.h projects/clang-trunk/sys/teken/demo/teken_demo.c projects/clang-trunk/sys/teken/teken.c projects/clang-trunk/sys/vm/vm_pageout.c projects/clang-trunk/sys/x86/iommu/intel_idpgtbl.c projects/clang-trunk/sys/x86/x86/busdma_bounce.c projects/clang-trunk/sys/xen/gnttab.h projects/clang-trunk/targets/pseudo/toolchain/Makefile.depend projects/clang-trunk/tools/build/mk/OptionalObsoleteFiles.inc projects/clang-trunk/tools/tools/nanobsd/gateworks/common projects/clang-trunk/usr.bin/Makefile projects/clang-trunk/usr.bin/ctlstat/ctlstat.c projects/clang-trunk/usr.bin/lorder/lorder.1 projects/clang-trunk/usr.bin/lorder/lorder.sh projects/clang-trunk/usr.bin/patch/common.h projects/clang-trunk/usr.bin/patch/inp.c projects/clang-trunk/usr.bin/patch/patch.1 projects/clang-trunk/usr.bin/patch/pch.c projects/clang-trunk/usr.bin/patch/util.c projects/clang-trunk/usr.bin/patch/util.h projects/clang-trunk/usr.bin/truss/syscall.h projects/clang-trunk/usr.bin/truss/syscalls.c projects/clang-trunk/usr.bin/ypcat/ypcat.c projects/clang-trunk/usr.bin/ypwhich/ypwhich.c projects/clang-trunk/usr.sbin/bhyve/pci_ahci.c projects/clang-trunk/usr.sbin/ctladm/ctladm.8 projects/clang-trunk/usr.sbin/ctladm/ctladm.c projects/clang-trunk/usr.sbin/ctld/kernel.c projects/clang-trunk/usr.sbin/pw/pw_user.c projects/clang-trunk/usr.sbin/pw/tests/pw_useradd.sh projects/clang-trunk/usr.sbin/wlandebug/wlandebug.8 Directory Properties: projects/clang-trunk/ (props changed) projects/clang-trunk/cddl/ (props changed) projects/clang-trunk/cddl/contrib/opensolaris/ (props changed) projects/clang-trunk/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed) projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/ (props changed) projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/ (props changed) projects/clang-trunk/contrib/compiler-rt/ (props changed) projects/clang-trunk/contrib/tzdata/ (props changed) projects/clang-trunk/gnu/usr.bin/binutils/ (props changed) projects/clang-trunk/lib/libc/ (props changed) projects/clang-trunk/sbin/ (props changed) projects/clang-trunk/sbin/ipfw/ (props changed) projects/clang-trunk/share/ (props changed) projects/clang-trunk/share/man/man4/ (props changed) projects/clang-trunk/sys/ (props changed) projects/clang-trunk/sys/boot/ (props changed) projects/clang-trunk/sys/cddl/contrib/opensolaris/ (props changed) projects/clang-trunk/sys/conf/ (props changed) projects/clang-trunk/targets/ (props changed) projects/clang-trunk/usr.sbin/bhyve/ (props changed) Modified: projects/clang-trunk/Makefile.inc1 ============================================================================== --- projects/clang-trunk/Makefile.inc1 Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/Makefile.inc1 Mon Aug 17 19:02:23 2015 (r286858) @@ -220,7 +220,7 @@ INSTALLTMP!= /usr/bin/mktemp -d -u -t in # This stage is responsible for creating the object # tree and building any tools that are needed during # the build process. Some programs are listed during -# this phase because they build binaires to generate +# this phase because they build binaries to generate # files needed to build these programs. This stage also # builds the 'build-tools' target rather than 'all'. # 3. cross-tools stage [XMAKE] @@ -1494,7 +1494,7 @@ _btxld= usr.sbin/btxld .if ${MK_BINUTILS_BOOTSTRAP} != "no" _binutils= gnu/usr.bin/binutils .endif -.if ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" _elftctools= lib/libelftc \ usr.bin/elfcopy \ usr.bin/nm \ @@ -1504,7 +1504,7 @@ _elftctools= lib/libelftc \ # cross-build on a FreeBSD 10 host: _elftctools+= usr.bin/addr2line .endif -.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" # If cross-building with an external binutils we still need to build strip for # the target (for at least crunchide). _elftctools= lib/libelftc \ Modified: projects/clang-trunk/UPDATING ============================================================================== --- projects/clang-trunk/UPDATING Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/UPDATING Mon Aug 17 19:02:23 2015 (r286858) @@ -36,6 +36,26 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 20141231 entry below for information about prerequisites and upgrading, if you are not already using 3.5.0 or higher. +20150817: + Kernel-loadable modules for the random(4) device are back. To use + them, the kernel must have + + device random + options RANDOM_LOADABLE + + kldload(8) can then be used to load random_fortuna.ko + or random_yarrow.ko. Please note that due to the indirect + function calls that the loadable modules need to provide, + the build-in variants will be slightly more efficient. + + The random(4) kernel option RANDOM_DUMMY has been retired due to + unpopularity. It was not all that useful anyway. + +20150813: + The WITHOUT_ELFTOOLCHAIN_TOOLS src.conf(5) knob has been retired. + Control over building the ELF Tool Chain tools is now provided by + the WITHOUT_TOOLCHAIN knob. + 20150810: The polarity of Pulse Per Second (PPS) capture events with the uart(4) driver has been corrected. Prior to this change the PPS Modified: projects/clang-trunk/bin/sh/miscbltin.c ============================================================================== --- projects/clang-trunk/bin/sh/miscbltin.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/bin/sh/miscbltin.c Mon Aug 17 19:02:23 2015 (r286858) @@ -191,9 +191,10 @@ readcmd(int argc __unused, char **argv _ CHECKSTRSPACE(1, p); if (backslash) { backslash = 0; - startword = 0; - if (c != '\n') + if (c != '\n') { + startword = 0; USTPUTC(c, p); + } continue; } if (!rflag && c == '\\') { Modified: projects/clang-trunk/bin/sh/options.c ============================================================================== --- projects/clang-trunk/bin/sh/options.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/bin/sh/options.c Mon Aug 17 19:02:23 2015 (r286858) @@ -73,6 +73,7 @@ char *minusc; /* argument to -c option static void options(int); static void minus_o(char *, int); static void setoption(int, int); +static void setoptionbyindex(int, int); static int getopts(char *, char *, char **, char ***, char **); @@ -269,7 +270,7 @@ minus_o(char *name, int val) } else { for (i = 0; i < NOPTS; i++) if (equal(name, optlist[i].name)) { - setoption(optlist[i].letter, val); + setoptionbyindex(i, val); return; } error("Illegal option -o %s", name); @@ -278,26 +279,32 @@ minus_o(char *name, int val) static void -setoption(int flag, int val) +setoptionbyindex(int idx, int val) { - int i; - - if (flag == 'p' && !val && privileged) { + if (optlist[idx].letter == 'p' && !val && privileged) { if (setgid(getgid()) == -1) error("setgid"); if (setuid(getuid()) == -1) error("setuid"); } + optlist[idx].val = val; + if (val) { + /* #%$ hack for ksh semantics */ + if (optlist[idx].letter == 'V') + Eflag = 0; + else if (optlist[idx].letter == 'E') + Vflag = 0; + } +} + +static void +setoption(int flag, int val) +{ + int i; + for (i = 0; i < NOPTS; i++) if (optlist[i].letter == flag) { - optlist[i].val = val; - if (val) { - /* #%$ hack for ksh semantics */ - if (flag == 'V') - Eflag = 0; - else if (flag == 'E') - Vflag = 0; - } + setoptionbyindex(i, val); return; } error("Illegal option -%c", flag); Modified: projects/clang-trunk/bin/sh/tests/builtins/Makefile ============================================================================== --- projects/clang-trunk/bin/sh/tests/builtins/Makefile Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/bin/sh/tests/builtins/Makefile Mon Aug 17 19:02:23 2015 (r286858) @@ -121,6 +121,7 @@ FILES+= read4.0 read4.0.stdout FILES+= read5.0 FILES+= read6.0 FILES+= read7.0 +FILES+= read8.0 FILES+= return1.0 FILES+= return2.1 FILES+= return3.1 Copied: projects/clang-trunk/bin/sh/tests/builtins/read8.0 (from r286857, head/bin/sh/tests/builtins/read8.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/clang-trunk/bin/sh/tests/builtins/read8.0 Mon Aug 17 19:02:23 2015 (r286858, copy of r286857, head/bin/sh/tests/builtins/read8.0) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +read a b c <<\EOF +\ +A\ + \ + \ + \ +B\ + \ + \ +C\ + \ + \ + \ +EOF +[ "$a.$b.$c" = "A.B.C" ] Modified: projects/clang-trunk/cddl/contrib/opensolaris/cmd/zdb/zdb.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/cmd/zdb/zdb.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/cmd/zdb/zdb.c Mon Aug 17 19:02:23 2015 (r286858) @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2011, 2014 by Delphix. All rights reserved. + * Copyright (c) 2011, 2015 by Delphix. All rights reserved. */ #include @@ -2221,7 +2221,7 @@ dump_label(const char *dev) (void) close(fd); } -static uint64_t num_large_blocks; +static uint64_t dataset_feature_count[SPA_FEATURES]; /*ARGSUSED*/ static int @@ -2235,8 +2235,15 @@ dump_one_dir(const char *dsname, void *a (void) printf("Could not open %s, error %d\n", dsname, error); return (0); } - if (dmu_objset_ds(os)->ds_large_blocks) - num_large_blocks++; + + for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { + if (!dmu_objset_ds(os)->ds_feature_inuse[f]) + continue; + ASSERT(spa_feature_table[f].fi_flags & + ZFEATURE_FLAG_PER_DATASET); + dataset_feature_count[f]++; + } + dump_dir(os); dmu_objset_disown(os, FTAG); fuid_table_destroy(); @@ -2428,6 +2435,9 @@ zdb_blkptr_cb(spa_t *spa, zilog_t *zilog dmu_object_type_t type; boolean_t is_metadata; + if (bp == NULL) + return (0); + if (dump_opt['b'] >= 5 && bp->blk_birth > 0) { char blkbuf[BP_SPRINTF_LEN]; snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); @@ -2917,7 +2927,7 @@ zdb_ddt_add_cb(spa_t *spa, zilog_t *zilo avl_index_t where; zdb_ddt_entry_t *zdde, zdde_search; - if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) + if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) return (0); if (dump_opt['S'] > 1 && zb->zb_level == ZB_ROOT_LEVEL) { @@ -3032,7 +3042,6 @@ dump_zpool(spa_t *spa) dump_metaslab_groups(spa); if (dump_opt['d'] || dump_opt['i']) { - uint64_t refcount; dump_dir(dp->dp_meta_objset); if (dump_opt['d'] >= 3) { dump_full_bpobj(&spa->spa_deferred_bpobj, @@ -3054,17 +3063,29 @@ dump_zpool(spa_t *spa) (void) dmu_objset_find(spa_name(spa), dump_one_dir, NULL, DS_FIND_SNAPSHOTS | DS_FIND_CHILDREN); - (void) feature_get_refcount(spa, - &spa_feature_table[SPA_FEATURE_LARGE_BLOCKS], &refcount); - if (num_large_blocks != refcount) { - (void) printf("large_blocks feature refcount mismatch: " - "expected %lld != actual %lld\n", - (longlong_t)num_large_blocks, - (longlong_t)refcount); - rc = 2; - } else { - (void) printf("Verified large_blocks feature refcount " - "is correct (%llu)\n", (longlong_t)refcount); + for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { + uint64_t refcount; + + if (!(spa_feature_table[f].fi_flags & + ZFEATURE_FLAG_PER_DATASET)) { + ASSERT0(dataset_feature_count[f]); + continue; + } + (void) feature_get_refcount(spa, + &spa_feature_table[f], &refcount); + if (dataset_feature_count[f] != refcount) { + (void) printf("%s feature refcount mismatch: " + "%lld datasets != %lld refcount\n", + spa_feature_table[f].fi_uname, + (longlong_t)dataset_feature_count[f], + (longlong_t)refcount); + rc = 2; + } else { + (void) printf("Verified %s feature refcount " + "of %llu is correct\n", + spa_feature_table[f].fi_uname, + (longlong_t)refcount); + } } } if (rc == 0 && (dump_opt['b'] || dump_opt['c'])) Modified: projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs.8 ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Mon Aug 17 19:02:23 2015 (r286858) @@ -191,11 +191,13 @@ .Nm .Cm receive Ns | Ns Cm recv .Op Fl vnFu +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot .Nm .Cm receive Ns | Ns Cm recv .Op Fl vnFu .Op Fl d | e +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem .Nm .Cm allow @@ -2705,6 +2707,7 @@ feature. .Nm .Cm receive Ns | Ns Cm recv .Op Fl vnFu +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot .Xc .It Xo @@ -2712,6 +2715,7 @@ feature. .Cm receive Ns | Ns Cm recv .Op Fl vnFu .Op Fl d | e +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem .Xc .Pp @@ -2796,6 +2800,10 @@ receive operation. Do not actually receive the stream. This can be useful in conjunction with the .Fl v option to verify the name the receive operation would use. +.It Fl o Sy origin Ns = Ns Ar snapshot +Forces the stream to be received as a clone of the given snapshot. +This is only valid if the stream is an incremental stream whose source +is the same as the provided origin. .It Fl F Force a rollback of the file system to the most recent snapshot before performing the receive operation. If receiving an incremental replication Modified: projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Mon Aug 17 19:02:23 2015 (r286858) @@ -264,8 +264,9 @@ get_usage(zfs_help_t idx) return (gettext("\tpromote \n")); case HELP_RECEIVE: return (gettext("\treceive|recv [-vnFu] \n" - "\treceive|recv [-vnFu] [-d | -e] \n")); + "snapshot>\n" + "\treceive|recv [-vnFu] [-o origin=] [-d | -e] " + "\n")); case HELP_RENAME: return (gettext("\trename [-f] " "\n" @@ -791,7 +792,7 @@ zfs_do_create(int argc, char **argv) nomem(); break; case 'o': - if (parseprop(props, optarg)) + if (parseprop(props, optarg) != 0) goto error; break; case 's': @@ -3659,7 +3660,7 @@ zfs_do_snapshot(int argc, char **argv) while ((c = getopt(argc, argv, "ro:")) != -1) { switch (c) { case 'o': - if (parseprop(props, optarg)) + if (parseprop(props, optarg) != 0) return (1); break; case 'r': @@ -3918,10 +3919,19 @@ zfs_do_receive(int argc, char **argv) { int c, err; recvflags_t flags = { 0 }; + nvlist_t *props; + nvpair_t *nvp = NULL; + + if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0) + nomem(); /* check options */ - while ((c = getopt(argc, argv, ":denuvF")) != -1) { + while ((c = getopt(argc, argv, ":o:denuvF")) != -1) { switch (c) { + case 'o': + if (parseprop(props, optarg) != 0) + return (1); + break; case 'd': flags.isprefix = B_TRUE; break; @@ -3966,6 +3976,13 @@ zfs_do_receive(int argc, char **argv) usage(B_FALSE); } + while ((nvp = nvlist_next_nvpair(props, nvp))) { + if (strcmp(nvpair_name(nvp), "origin") != 0) { + (void) fprintf(stderr, gettext("invalid option")); + usage(B_FALSE); + } + } + if (isatty(STDIN_FILENO)) { (void) fprintf(stderr, gettext("Error: Backup stream can not be read " @@ -3974,7 +3991,7 @@ zfs_do_receive(int argc, char **argv) return (1); } - err = zfs_receive(g_zfs, argv[0], &flags, STDIN_FILENO, NULL); + err = zfs_receive(g_zfs, argv[0], props, &flags, STDIN_FILENO, NULL); return (err != 0); } Modified: projects/clang-trunk/cddl/contrib/opensolaris/cmd/zhack/zhack.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/cmd/zhack/zhack.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/cmd/zhack/zhack.c Mon Aug 17 19:02:23 2015 (r286858) @@ -20,7 +20,7 @@ */ /* - * Copyright (c) 2011, 2014 by Delphix. All rights reserved. + * Copyright (c) 2011, 2015 by Delphix. All rights reserved. * Copyright (c) 2013 Steven Hartland. All rights reserved. */ @@ -294,8 +294,8 @@ zhack_feature_enable_sync(void *arg, dmu feature_enable_sync(spa, feature, tx); spa_history_log_internal(spa, "zhack enable feature", tx, - "name=%s can_readonly=%u", - feature->fi_guid, feature->fi_can_readonly); + "guid=%s flags=%x", + feature->fi_guid, feature->fi_flags); } static void @@ -314,9 +314,7 @@ zhack_do_feature_enable(int argc, char * */ desc = NULL; feature.fi_uname = "zhack"; - feature.fi_mos = B_FALSE; - feature.fi_can_readonly = B_FALSE; - feature.fi_activate_on_enable = B_FALSE; + feature.fi_flags = 0; feature.fi_depends = nodeps; feature.fi_feature = SPA_FEATURE_NONE; @@ -324,7 +322,7 @@ zhack_do_feature_enable(int argc, char * while ((c = getopt(argc, argv, "rmd:")) != -1) { switch (c) { case 'r': - feature.fi_can_readonly = B_TRUE; + feature.fi_flags |= ZFEATURE_FLAG_READONLY_COMPAT; break; case 'd': desc = strdup(optarg); @@ -413,7 +411,7 @@ zhack_do_feature_ref(int argc, char **ar * disk later. */ feature.fi_uname = "zhack"; - feature.fi_mos = B_FALSE; + feature.fi_flags = 0; feature.fi_desc = NULL; feature.fi_depends = nodeps; feature.fi_feature = SPA_FEATURE_NONE; @@ -422,7 +420,7 @@ zhack_do_feature_ref(int argc, char **ar while ((c = getopt(argc, argv, "md")) != -1) { switch (c) { case 'm': - feature.fi_mos = B_TRUE; + feature.fi_flags |= ZFEATURE_FLAG_MOS; break; case 'd': decr = B_TRUE; @@ -455,10 +453,10 @@ zhack_do_feature_ref(int argc, char **ar if (0 == zap_contains(mos, spa->spa_feat_for_read_obj, feature.fi_guid)) { - feature.fi_can_readonly = B_FALSE; + feature.fi_flags &= ~ZFEATURE_FLAG_READONLY_COMPAT; } else if (0 == zap_contains(mos, spa->spa_feat_for_write_obj, feature.fi_guid)) { - feature.fi_can_readonly = B_TRUE; + feature.fi_flags |= ZFEATURE_FLAG_READONLY_COMPAT; } else { fatal(spa, FTAG, "feature is not enabled: %s", feature.fi_guid); } Modified: projects/clang-trunk/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Mon Aug 17 19:02:23 2015 (r286858) @@ -22,7 +22,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. - * Copyright (c) 2011, 2014 by Delphix. All rights reserved. + * Copyright (c) 2011, 2015 by Delphix. All rights reserved. * Copyright (c) 2012 by Frederik Wessels. All rights reserved. * Copyright (c) 2012 Martin Matuska . All rights reserved. * Copyright (c) 2013 by Prasad Joshi (sTec). All rights reserved. @@ -4986,7 +4986,8 @@ zpool_do_upgrade(int argc, char **argv) "---------------\n"); for (i = 0; i < SPA_FEATURES; i++) { zfeature_info_t *fi = &spa_feature_table[i]; - const char *ro = fi->fi_can_readonly ? + const char *ro = + (fi->fi_flags & ZFEATURE_FLAG_READONLY_COMPAT) ? " (read-only compatible)" : ""; (void) printf("%-37s%s\n", fi->fi_uname, ro); Modified: projects/clang-trunk/cddl/contrib/opensolaris/cmd/ztest/ztest.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/cmd/ztest/ztest.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/cmd/ztest/ztest.c Mon Aug 17 19:02:23 2015 (r286858) @@ -3586,7 +3586,8 @@ ztest_dmu_read_write(ztest_ds_t *zd, uin */ n = ztest_random(regions) * stride + ztest_random(width); s = 1 + ztest_random(2 * width - 1); - dmu_prefetch(os, bigobj, n * chunksize, s * chunksize); + dmu_prefetch(os, bigobj, 0, n * chunksize, s * chunksize, + ZIO_PRIORITY_SYNC_READ); /* * Pick a random index and compute the offsets into packobj and bigobj. @@ -5705,8 +5706,10 @@ ztest_run(ztest_shared_t *zs) * Right before closing the pool, kick off a bunch of async I/O; * spa_close() should wait for it to complete. */ - for (uint64_t object = 1; object < 50; object++) - dmu_prefetch(spa->spa_meta_objset, object, 0, 1ULL << 20); + for (uint64_t object = 1; object < 50; object++) { + dmu_prefetch(spa->spa_meta_objset, object, 0, 0, 1ULL << 20, + ZIO_PRIORITY_SYNC_READ); + } spa_close(spa, FTAG); @@ -5905,6 +5908,7 @@ ztest_init(ztest_shared_t *zs) } VERIFY3U(0, ==, spa_create(ztest_opts.zo_pool, nvroot, props, NULL)); nvlist_free(nvroot); + nvlist_free(props); VERIFY3U(0, ==, spa_open(ztest_opts.zo_pool, &spa, FTAG)); zs->zs_metaslab_sz = Modified: projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h Mon Aug 17 19:02:23 2015 (r286858) @@ -668,8 +668,8 @@ typedef struct recvflags { boolean_t nomount; } recvflags_t; -extern int zfs_receive(libzfs_handle_t *, const char *, recvflags_t *, - int, avl_tree_t *); +extern int zfs_receive(libzfs_handle_t *, const char *, nvlist_t *, + recvflags_t *, int, avl_tree_t *); typedef enum diff_flags { ZFS_DIFF_PARSEABLE = 0x1, Modified: projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c Mon Aug 17 19:02:23 2015 (r286858) @@ -3535,7 +3535,7 @@ zpool_vdev_name(libzfs_handle_t *hdl, zp } static int -zbookmark_compare(const void *a, const void *b) +zbookmark_mem_compare(const void *a, const void *b) { return (memcmp(a, b, sizeof (zbookmark_phys_t))); } @@ -3598,7 +3598,7 @@ zpool_get_errlog(zpool_handle_t *zhp, nv zc.zc_nvlist_dst_size; count -= zc.zc_nvlist_dst_size; - qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_compare); + qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_mem_compare); verify(nvlist_alloc(nverrlistp, 0, KM_SLEEP) == 0); Modified: projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c Mon Aug 17 19:02:23 2015 (r286858) @@ -64,8 +64,9 @@ extern void zfs_setprop_error(libzfs_han /* We need to use something for ENODATA. */ #define ENODATA EIDRM -static int zfs_receive_impl(libzfs_handle_t *, const char *, recvflags_t *, - int, const char *, nvlist_t *, avl_tree_t *, char **, int, uint64_t *); +static int zfs_receive_impl(libzfs_handle_t *, const char *, const char *, + recvflags_t *, int, const char *, nvlist_t *, avl_tree_t *, char **, int, + uint64_t *); static const zio_cksum_t zero_cksum = { 0 }; @@ -2498,7 +2499,7 @@ zfs_receive_package(libzfs_handle_t *hdl * zfs_receive_one() will take care of it (ie, * recv_skip() and return 0). */ - error = zfs_receive_impl(hdl, destname, flags, fd, + error = zfs_receive_impl(hdl, destname, NULL, flags, fd, sendfs, stream_nv, stream_avl, top_zfs, cleanup_fd, action_handlep); if (error == ENODATA) { @@ -2631,9 +2632,9 @@ recv_skip(libzfs_handle_t *hdl, int fd, */ static int zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap, - recvflags_t *flags, dmu_replay_record_t *drr, - dmu_replay_record_t *drr_noswap, const char *sendfs, - nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, + const char *originsnap, recvflags_t *flags, dmu_replay_record_t *drr, + dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv, + avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, uint64_t *action_handlep) { zfs_cmd_t zc = { 0 }; @@ -2798,10 +2799,15 @@ zfs_receive_one(libzfs_handle_t *hdl, in } if (flags->verbose) (void) printf("found clone origin %s\n", zc.zc_string); + } else if (originsnap) { + (void) strncpy(zc.zc_string, originsnap, ZFS_MAXNAMELEN); + if (flags->verbose) + (void) printf("using provided clone origin %s\n", + zc.zc_string); } stream_wantsnewfs = (drrb->drr_fromguid == 0 || - (drrb->drr_flags & DRR_FLAG_CLONE)); + (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap); if (stream_wantsnewfs) { /* @@ -3179,9 +3185,10 @@ zfs_receive_one(libzfs_handle_t *hdl, in } static int -zfs_receive_impl(libzfs_handle_t *hdl, const char *tosnap, recvflags_t *flags, - int infd, const char *sendfs, nvlist_t *stream_nv, avl_tree_t *stream_avl, - char **top_zfs, int cleanup_fd, uint64_t *action_handlep) +zfs_receive_impl(libzfs_handle_t *hdl, const char *tosnap, + const char *originsnap, recvflags_t *flags, int infd, const char *sendfs, + nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, + uint64_t *action_handlep) { int err; dmu_replay_record_t drr, drr_noswap; @@ -3200,6 +3207,12 @@ zfs_receive_impl(libzfs_handle_t *hdl, c "(%s) does not exist"), tosnap); return (zfs_error(hdl, EZFS_NOENT, errbuf)); } + if (originsnap && + !zfs_dataset_exists(hdl, originsnap, ZFS_TYPE_DATASET)) { + zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "specified origin fs " + "(%s) does not exist"), originsnap); + return (zfs_error(hdl, EZFS_NOENT, errbuf)); + } /* read in the BEGIN record */ if (0 != (err = recv_read(hdl, infd, &drr, sizeof (drr), B_FALSE, @@ -3272,14 +3285,14 @@ zfs_receive_impl(libzfs_handle_t *hdl, c *cp = '\0'; sendfs = nonpackage_sendfs; } - return (zfs_receive_one(hdl, infd, tosnap, flags, - &drr, &drr_noswap, sendfs, stream_nv, stream_avl, - top_zfs, cleanup_fd, action_handlep)); + return (zfs_receive_one(hdl, infd, tosnap, originsnap, flags, + &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, + cleanup_fd, action_handlep)); } else { assert(DMU_GET_STREAM_HDRTYPE(drrb->drr_versioninfo) == DMU_COMPOUNDSTREAM); - return (zfs_receive_package(hdl, infd, tosnap, flags, - &drr, &zcksum, top_zfs, cleanup_fd, action_handlep)); + return (zfs_receive_package(hdl, infd, tosnap, flags, &drr, + &zcksum, top_zfs, cleanup_fd, action_handlep)); } } @@ -3290,18 +3303,24 @@ zfs_receive_impl(libzfs_handle_t *hdl, c * (-1 will override -2). */ int -zfs_receive(libzfs_handle_t *hdl, const char *tosnap, recvflags_t *flags, - int infd, avl_tree_t *stream_avl) +zfs_receive(libzfs_handle_t *hdl, const char *tosnap, nvlist_t *props, + recvflags_t *flags, int infd, avl_tree_t *stream_avl) { char *top_zfs = NULL; int err; int cleanup_fd; uint64_t action_handle = 0; + char *originsnap = NULL; + if (props) { + err = nvlist_lookup_string(props, "origin", &originsnap); + if (err && err != ENOENT) + return (err); + } cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); VERIFY(cleanup_fd >= 0); - err = zfs_receive_impl(hdl, tosnap, flags, infd, NULL, NULL, + err = zfs_receive_impl(hdl, tosnap, originsnap, flags, infd, NULL, NULL, stream_avl, &top_zfs, cleanup_fd, &action_handle); VERIFY(0 == close(cleanup_fd)); Modified: projects/clang-trunk/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h ============================================================================== --- projects/clang-trunk/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h Mon Aug 17 19:02:23 2015 (r286858) @@ -135,8 +135,18 @@ extern int aok; /* * DTrace SDT probes have different signatures in userland than they do in - * kernel. If they're being used in kernel code, re-define them out of + * the kernel. If they're being used in kernel code, re-define them out of * existence for their counterparts in libzpool. + * + * Here's an example of how to use the set-error probes in userland: + * zfs$target:::set-error /arg0 == EBUSY/ {stack();} + * + * Here's an example of how to use DTRACE_PROBE probes in userland: + * If there is a probe declared as follows: + * DTRACE_PROBE2(zfs__probe_name, uint64_t, blkid, dnode_t *, dn); + * Then you can use it as follows: + * zfs$target:::probe2 /copyinstr(arg0) == "zfs__probe_name"/ + * {printf("%u %p\n", arg1, arg2);} */ #ifdef DTRACE_PROBE Modified: projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatditf.c ============================================================================== --- projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatditf.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatditf.c Mon Aug 17 19:02:23 2015 (r286858) @@ -34,7 +34,7 @@ COMPILER_RT_ABI fp_t __floatditf(di_int } // Exponent of (fp_t)a is the width of abs(a). - const int exponent = (aWidth - 1) - __builtin_clz(a); + const int exponent = (aWidth - 1) - __builtin_clzll(a); rep_t result; // Shift a into the significand field and clear the implicit bit. Extra Modified: projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatunditf.c ============================================================================== --- projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatunditf.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/contrib/compiler-rt/lib/builtins/floatunditf.c Mon Aug 17 19:02:23 2015 (r286858) @@ -25,7 +25,7 @@ COMPILER_RT_ABI fp_t __floatunditf(du_in if (a == 0) return fromRep(0); // Exponent of (fp_t)a is the width of abs(a). - const int exponent = (aWidth - 1) - __builtin_clz(a); + const int exponent = (aWidth - 1) - __builtin_clzll(a); rep_t result; // Shift a into the significand field and clear the implicit bit. Modified: projects/clang-trunk/contrib/gcclibs/libcpp/files.c ============================================================================== --- projects/clang-trunk/contrib/gcclibs/libcpp/files.c Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/contrib/gcclibs/libcpp/files.c Mon Aug 17 19:02:23 2015 (r286858) @@ -567,7 +567,7 @@ read_file_guts (cpp_reader *pfile, _cpp_ SSIZE_MAX to be much smaller than the actual range of the type. Use INTTYPE_MAXIMUM unconditionally to ensure this does not bite us. */ - if (file->st.st_size > INTTYPE_MAXIMUM (ssize_t)) + if (file->st.st_size > SSIZE_MAX) { cpp_error (pfile, CPP_DL_ERROR, "%s is too large", file->path); return false; @@ -581,7 +581,7 @@ read_file_guts (cpp_reader *pfile, _cpp_ file->path); return false; } - else if (offset > INTTYPE_MAXIMUM (ssize_t) || (ssize_t)offset > size) + else if (offset > SSIZE_MAX || (ssize_t)offset > size) { cpp_error (pfile, CPP_DL_ERROR, "current position of %s is too large", file->path); Modified: projects/clang-trunk/contrib/tzdata/africa ============================================================================== --- projects/clang-trunk/contrib/tzdata/africa Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/contrib/tzdata/africa Mon Aug 17 19:02:23 2015 (r286858) @@ -538,7 +538,7 @@ Zone Africa/Tripoli 0:52:44 - LMT 1920 # From Alex Krivenyshev (2008-07-11): # Seems that English language article "The revival of daylight saving -# time: Energy conservation?"-# No. 16578 (07/11/2008) was originally +# time: Energy conservation?"- No. 16578 (07/11/2008) was originally # published on Monday, June 30, 2008... # # I guess that article in French "Le gouvernement avance l'introduction @@ -670,7 +670,7 @@ Zone Indian/Mauritius 3:50:00 - LMT 1907 # Here is a link to official document from Royaume du Maroc Premier Ministre, # Ministère de la Modernisation des Secteurs Publics # -# Under Article 1 of Royal Decree No. 455-67 of Act 23 safar 1387 (2 june 1967) +# Under Article 1 of Royal Decree No. 455-67 of Act 23 safar 1387 (2 June 1967) # concerning the amendment of the legal time, the Ministry of Modernization of # Public Sectors announced that the official time in the Kingdom will be # advanced 60 minutes from Sunday 31 May 2009 at midnight. Modified: projects/clang-trunk/contrib/tzdata/asia ============================================================================== --- projects/clang-trunk/contrib/tzdata/asia Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/contrib/tzdata/asia Mon Aug 17 19:02:23 2015 (r286858) @@ -6,7 +6,7 @@ # tz@iana.org for general use in the future). For more, please see # the file CONTRIBUTING in the tz distribution. -# From Paul Eggert (2014-10-31): +# From Paul Eggert (2015-08-08): # # Unless otherwise specified, the source for data through 1990 is: # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition), @@ -43,7 +43,7 @@ # 2:00 EET EEST Eastern European Time # 2:00 IST IDT Israel # 3:00 AST ADT Arabia* -# 3:30 IRST IRDT Iran +# 3:30 IRST IRDT Iran* # 4:00 GST Gulf* # 5:30 IST India # 7:00 ICT Indochina, most times and locations* @@ -52,10 +52,11 @@ # 8:00 CST China # 8:00 IDT Indochina, 1943-45, 1947-55, 1960-75 (some locations)* # 8:00 JWST Western Standard Time (Japan, 1896/1937)* +# 8:30 KST KDT Korea when at +0830* # 9:00 JCST Central Standard Time (Japan, 1896/1937) # 9:00 WIT east Indonesia (Waktu Indonesia Timur) # 9:00 JST JDT Japan -# 9:00 KST KDT Korea +# 9:00 KST KDT Korea when at +09 # 9:30 ACST Australian Central Standard Time # # See the 'europe' file for Russia and Turkey in Asia. @@ -1027,7 +1028,7 @@ Zone Asia/Jayapura 9:22:48 - LMT 1932 No # # From Roozbeh Pournader (2007-11-05): # This is quoted from Official Gazette of the Islamic Republic of -# Iran, Volume 63, Number 18242, dated Tuesday 1386/6/24 +# Iran, Volume 63, No. 18242, dated Tuesday 1386/6/24 # [2007-10-16]. I am doing the best translation I can:... # The official time of the country will be moved forward for one hour # on the 24 hours of the first day of the month of Farvardin and will @@ -1557,7 +1558,7 @@ Zone Asia/Amman 2:23:44 - LMT 1931 # - Qyzylorda switched from +5:00 to +6:00 on 1992-01-19 02:00. # - Oral switched from +5:00 to +4:00 in spring 1989. -# From Kazakhstan Embassy's News Bulletin #11 +# From Kazakhstan Embassy's News Bulletin No. 11 # (2005-03-21): # The Government of Kazakhstan passed a resolution March 15 abolishing # daylight saving time citing lack of economic benefits and health @@ -1711,6 +1712,17 @@ Rule ROK 1987 1988 - Oct Sun>=8 3:00 0 S # # For Pyongyang we have no information; guess no changes since World War II. +# From Steffen Thorsen (2015-08-07): +# According to many news sources, North Korea is going to change to +# the 8:30 time zone on August 15, one example: +# http://www.bbc.com/news/world-asia-33815049 +# +# From Paul Eggert (2015-08-07): +# No transition time is specified; assume 00:00. +# There is no common English-language abbreviation for this time zone. +# Use %z rather than invent one. We can't assume %z works everywhere yet, +# so for now substitute its output manually. + # Zone NAME GMTOFF RULES FORMAT [UNTIL] Zone Asia/Seoul 8:27:52 - LMT 1908 Apr 1 8:30 - KST 1912 Jan 1 @@ -1723,7 +1735,8 @@ Zone Asia/Pyongyang 8:23:00 - LMT 1908 A 8:30 - KST 1912 Jan 1 9:00 - JCST 1937 Oct 1 9:00 - JST 1945 Aug 24 - 9:00 - KST + 9:00 - KST 2015 Aug 15 + 8:30 - KST ############################################################################### Modified: projects/clang-trunk/contrib/tzdata/europe ============================================================================== --- projects/clang-trunk/contrib/tzdata/europe Mon Aug 17 18:47:39 2015 (r286857) +++ projects/clang-trunk/contrib/tzdata/europe Mon Aug 17 19:02:23 2015 (r286858) @@ -193,11 +193,14 @@ # republished in Finest Hour (Spring 2002) 1(114):26 # http://www.winstonchurchill.org/images/finesthour/Vol.01%20No.114.pdf -# From Paul Eggert (1996-09-03): +# From Paul Eggert (2015-08-08): # The OED Supplement says that the English originally said "Daylight Saving" # when they were debating the adoption of DST in 1908; but by 1916 this # term appears only in quotes taken from DST's opponents, whereas the # proponents (who eventually won the argument) are quoted as using "Summer". +# The term "Summer Time" was introduced by Herbert Samuel, Home Secretary; see: +# Viscount Samuel. Leisure in a Democracy. Cambridge University Press +# ISBN 978-1-107-49471-8 (1949, reissued 2015), p 8. # From Arthur David Olson (1989-01-19): # A source at the British Information Office in New York avers that it's @@ -343,7 +346,7 @@ # From an anonymous contributor (1996-06-02): # The law governing time in Ireland is under Statutory Instrument SI 395/94, -# which gives force to European Union 7th Council Directive # 94/21/EC. +# which gives force to European Union 7th Council Directive No. 94/21/EC. # Under this directive, the Minister for Justice in Ireland makes appropriate # regulations. I spoke this morning with the Secretary of the Department of # Justice (tel +353 1 678 9711) who confirmed to me that the correct name is @@ -592,11 +595,11 @@ Rule Russia 1921 only - Feb 14 23:00 1:0 Rule Russia 1921 only - Mar 20 23:00 2:00 MSM # Midsummer Rule Russia 1921 only - Sep 1 0:00 1:00 MSD Rule Russia 1921 only - Oct 1 0:00 0 - -# Act No.925 of the Council of Ministers of the USSR (1980-10-24): +# Act No. 925 of the Council of Ministers of the USSR (1980-10-24): Rule Russia 1981 1984 - Apr 1 0:00 1:00 S Rule Russia 1981 1983 - Oct 1 0:00 0 - -# Act No.967 of the Council of Ministers of the USSR (1984-09-13), repeated in -# Act No.227 of the Council of Ministers of the USSR (1989-03-14): +# Act No. 967 of the Council of Ministers of the USSR (1984-09-13), repeated in +# Act No. 227 of the Council of Ministers of the USSR (1989-03-14): Rule Russia 1984 1991 - Sep lastSun 2:00s 0 - Rule Russia 1985 1991 - Mar lastSun 2:00s 1:00 S # @@ -828,7 +831,7 @@ Zone Europe/Brussels 0:17:30 - LMT 1880 # Bulgaria # # From Plamen Simenov via Steffen Thorsen (1999-09-09): -# A document of Government of Bulgaria (No.94/1997) says: +# A document of Government of Bulgaria (No. 94/1997) says: # EET -> EETDST is in 03:00 Local time in last Sunday of March ... # EETDST -> EET is in 04:00 Local time in last Sunday of October # @@ -845,7 +848,7 @@ Zone Europe/Sofia 1:33:16 - LMT 1880 1:00 C-Eur CE%sT 1945 1:00 - CET 1945 Apr 2 3:00 2:00 - EET 1979 Mar 31 23:00 - 2:00 Bulg EE%sT 1982 Sep 26 2:00 + 2:00 Bulg EE%sT 1982 Sep 26 3:00 2:00 C-Eur EE%sT 1991 2:00 E-Eur EE%sT 1997 2:00 EU EE%sT @@ -1062,8 +1065,8 @@ Zone America/Thule -4:35:08 - LMT 1916 J # after that. # From Mart Oruaas (2000-01-29): -# Regulation no. 301 (1999-10-12) obsoletes previous regulation -# no. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all +# Regulation No. 301 (1999-10-12) obsoletes previous regulation +# No. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all # the year round. The regulation is effective 1999-11-01. # From Toomas Soome (2002-02-21): @@ -1084,7 +1087,7 @@ Zone Europe/Tallinn 1:39:00 - LMT 1880 3:00 Russia MSK/MSD 1989 Mar 26 2:00s 2:00 1:00 EEST 1989 Sep 24 2:00s 2:00 C-Eur EE%sT 1998 Sep 22 - 2:00 EU EE%sT 1999 Nov 1 + 2:00 EU EE%sT 1999 Oct 31 4:00 2:00 - EET 2002 Feb 21 2:00 EU EE%sT @@ -1527,21 +1530,21 @@ Link Europe/Rome Europe/San_Marino # correct data in juridical acts and I found some juridical documents about # changes in the counting of time in Latvia from 1981.... # -# Act No.35 of the Council of Ministers of Latvian SSR of 1981-01-22 ... -# according to the Act No.925 of the Council of Ministers of USSR of 1980-10-24 +# Act No. 35 of the Council of Ministers of Latvian SSR of 1981-01-22 ... +# according to the Act No. 925 of the Council of Ministers of USSR of 1980-10-24 # ...: all year round the time of 2nd time zone + 1 hour, in addition turning # the hands of the clock 1 hour forward on 1 April at 00:00 (GMT 31 March 21:00) # and 1 hour backward on the 1 October at 00:00 (GMT 30 September 20:00). # -# Act No.592 of the Council of Ministers of Latvian SSR of 1984-09-24 ... -# according to the Act No.967 of the Council of Ministers of USSR of 1984-09-13 +# Act No. 592 of the Council of Ministers of Latvian SSR of 1984-09-24 ... +# according to the Act No. 967 of the Council of Ministers of USSR of 1984-09-13 # ...: all year round the time of 2nd time zone + 1 hour, in addition turning # the hands of the clock 1 hour forward on the last Sunday of March at 02:00 # (GMT 23:00 on the previous day) and 1 hour backward on the last Sunday of # September at 03:00 (GMT 23:00 on the previous day). # -# Act No.81 of the Council of Ministers of Latvian SSR of 1989-03-22 ... -# according to the Act No.227 of the Council of Ministers of USSR of 1989-03-14 +# Act No. 81 of the Council of Ministers of Latvian SSR of 1989-03-22 ... +# according to the Act No. 227 of the Council of Ministers of USSR of 1989-03-14 # ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR, # Estonian SSR and Kaliningrad region of Russian Federation all year round the # time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia @@ -1558,7 +1561,7 @@ Link Europe/Rome Europe/San_Marino # From Andrei Ivanov (2000-03-06): # This year Latvia will not switch to Daylight Savings Time (as specified in # The Regulations of the Cabinet of Ministers of the Rep. of Latvia of -# 29-Feb-2000 (#79) , +# 29-Feb-2000 (No. 79) , # in Latvian for subscribers only). # From RFE/RL Newsline @@ -1763,6 +1766,18 @@ Zone Europe/Malta 0:58:04 - LMT 1893 Nov # News from Moldova (in russian): # http://ru.publika.md/link_317061.html +# From Roman Tudos (2015-07-02): +# http://lex.justice.md/index.php?action=view&view=doc&lang=1&id=355077 +# From Paul Eggert (2015-07-01): +# The abovementioned official link to IGO1445-868/2014 states that +# 2014-10-26's fallback transition occurred at 03:00 local time. Also, +# http://www.trm.md/en/social/la-30-martie-vom-trece-la-ora-de-vara +# says the 2014-03-30 spring-forward transition was at 02:00 local time. +# Guess that since 1997 Moldova has switched one hour before the EU. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Moldova 1997 max - Mar lastSun 2:00 1:00 S +Rule Moldova 1997 max - Oct lastSun 3:00 0 - # Zone NAME GMTOFF RULES FORMAT [UNTIL] Zone Europe/Chisinau 1:55:20 - LMT 1880 @@ -1777,7 +1792,7 @@ Zone Europe/Chisinau 1:55:20 - LMT 1880 2:00 Russia EE%sT 1992 2:00 E-Eur EE%sT 1997 # See Romania commentary for the guessed 1997 transition to EU rules. - 2:00 EU EE%sT + 2:00 Moldova EE%sT # Monaco # Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's @@ -2123,7 +2138,7 @@ Zone Europe/Bucharest 1:44:24 - LMT 1891 # Russia # From Alexander Krivenyshev (2011-09-15): -# Based on last Russian Government Decree # 725 on August 31, 2011 +# Based on last Russian Government Decree No. 725 on August 31, 2011 # (Government document # http://www.government.ru/gov/results/16355/print/ # in Russian) @@ -2133,7 +2148,7 @@ Zone Europe/Bucharest 1:44:24 - LMT 1891 # http://www.worldtimezone.com/dst_news/dst_news_russia36.htm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@freebsd.org Mon Aug 17 21:07:22 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A8A39BB084 for ; Mon, 17 Aug 2015 21:07:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA6F1E8F; Mon, 17 Aug 2015 21:07:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7HL7LKR035415; Mon, 17 Aug 2015 21:07:21 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7HL7LYr035414; Mon, 17 Aug 2015 21:07:21 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201508172107.t7HL7LYr035414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Mon, 17 Aug 2015 21:07:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r286861 - projects/clang-trunk/sys/conf 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.20 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: Mon, 17 Aug 2015 21:07:22 -0000 Author: dim Date: Mon Aug 17 21:07:21 2015 New Revision: 286861 URL: https://svnweb.freebsd.org/changeset/base/286861 Log: For kernel builds, make the -Wshift-negative-value non-fatal for now. Modified: projects/clang-trunk/sys/conf/kern.mk Modified: projects/clang-trunk/sys/conf/kern.mk ============================================================================== --- projects/clang-trunk/sys/conf/kern.mk Mon Aug 17 19:08:48 2015 (r286860) +++ projects/clang-trunk/sys/conf/kern.mk Mon Aug 17 21:07:21 2015 (r286861) @@ -30,6 +30,9 @@ NO_WCAST_QUAL= -Wno-cast-qual CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \ -Wno-error-parentheses-equality -Wno-error-unused-function \ -Wno-error-pointer-sign +.if ${COMPILER_VERSION} >= 30700 +CWARNEXTRA+= -Wno-error-shift-negative-value +.endif CLANG_NO_IAS= -no-integrated-as .if ${COMPILER_VERSION} < 30500 From owner-svn-src-projects@freebsd.org Tue Aug 18 10:35:40 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 421F09BC5E5 for ; Tue, 18 Aug 2015 10:35:40 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21BAA688; Tue, 18 Aug 2015 10:35:40 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7IAZe61064014; Tue, 18 Aug 2015 10:35:40 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7IAZb6n064005; Tue, 18 Aug 2015 10:35:37 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201508181035.t7IAZb6n064005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Tue, 18 Aug 2015 10:35:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r286881 - in projects/sendfile: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bi... 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.20 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: Tue, 18 Aug 2015 10:35:40 -0000 Author: glebius Date: Tue Aug 18 10:35:28 2015 New Revision: 286881 URL: https://svnweb.freebsd.org/changeset/base/286881 Log: Merge head r261119 through r286879. Added: projects/sendfile/bin/cat/Makefile.depend - copied unchanged from r286879, head/bin/cat/Makefile.depend projects/sendfile/bin/chflags/Makefile.depend - copied unchanged from r286879, head/bin/chflags/Makefile.depend projects/sendfile/bin/chio/Makefile.depend - copied unchanged from r286879, head/bin/chio/Makefile.depend projects/sendfile/bin/chmod/Makefile.depend - copied unchanged from r286879, head/bin/chmod/Makefile.depend projects/sendfile/bin/cp/Makefile.depend - copied unchanged from r286879, head/bin/cp/Makefile.depend projects/sendfile/bin/csh/Makefile.depend - copied unchanged from r286879, head/bin/csh/Makefile.depend projects/sendfile/bin/date/Makefile.depend - copied unchanged from r286879, head/bin/date/Makefile.depend projects/sendfile/bin/dd/Makefile.depend - copied unchanged from r286879, head/bin/dd/Makefile.depend projects/sendfile/bin/df/Makefile.depend - copied unchanged from r286879, head/bin/df/Makefile.depend projects/sendfile/bin/domainname/Makefile.depend - copied unchanged from r286879, head/bin/domainname/Makefile.depend projects/sendfile/bin/echo/Makefile.depend - copied unchanged from r286879, head/bin/echo/Makefile.depend projects/sendfile/bin/ed/Makefile.depend - copied unchanged from r286879, head/bin/ed/Makefile.depend projects/sendfile/bin/expr/Makefile.depend - copied unchanged from r286879, head/bin/expr/Makefile.depend projects/sendfile/bin/freebsd-version/Makefile.depend - copied unchanged from r286879, head/bin/freebsd-version/Makefile.depend projects/sendfile/bin/getfacl/Makefile.depend - copied unchanged from r286879, head/bin/getfacl/Makefile.depend projects/sendfile/bin/hostname/Makefile.depend - copied unchanged from r286879, head/bin/hostname/Makefile.depend projects/sendfile/bin/kenv/Makefile.depend - copied unchanged from r286879, head/bin/kenv/Makefile.depend projects/sendfile/bin/kill/Makefile.depend - copied unchanged from r286879, head/bin/kill/Makefile.depend projects/sendfile/bin/ln/Makefile.depend - copied unchanged from r286879, head/bin/ln/Makefile.depend projects/sendfile/bin/ls/Makefile.depend - copied unchanged from r286879, head/bin/ls/Makefile.depend projects/sendfile/bin/mkdir/Makefile.depend - copied unchanged from r286879, head/bin/mkdir/Makefile.depend projects/sendfile/bin/mv/Makefile.depend - copied unchanged from r286879, head/bin/mv/Makefile.depend projects/sendfile/bin/pax/Makefile.depend - copied unchanged from r286879, head/bin/pax/Makefile.depend projects/sendfile/bin/pkill/Makefile.depend - copied unchanged from r286879, head/bin/pkill/Makefile.depend projects/sendfile/bin/ps/Makefile.depend - copied unchanged from r286879, head/bin/ps/Makefile.depend projects/sendfile/bin/pwait/Makefile.depend - copied unchanged from r286879, head/bin/pwait/Makefile.depend projects/sendfile/bin/pwd/Makefile.depend - copied unchanged from r286879, head/bin/pwd/Makefile.depend projects/sendfile/bin/rcp/Makefile.depend - copied unchanged from r286879, head/bin/rcp/Makefile.depend projects/sendfile/bin/realpath/Makefile.depend - copied unchanged from r286879, head/bin/realpath/Makefile.depend projects/sendfile/bin/rm/Makefile.depend - copied unchanged from r286879, head/bin/rm/Makefile.depend projects/sendfile/bin/rmail/Makefile.depend - copied unchanged from r286879, head/bin/rmail/Makefile.depend projects/sendfile/bin/rmdir/Makefile.depend - copied unchanged from r286879, head/bin/rmdir/Makefile.depend projects/sendfile/bin/setfacl/Makefile.depend - copied unchanged from r286879, head/bin/setfacl/Makefile.depend projects/sendfile/bin/sh/Makefile.depend - copied unchanged from r286879, head/bin/sh/Makefile.depend projects/sendfile/bin/sh/tests/builtins/read8.0 - copied unchanged from r286879, head/bin/sh/tests/builtins/read8.0 projects/sendfile/bin/sleep/Makefile.depend - copied unchanged from r286879, head/bin/sleep/Makefile.depend projects/sendfile/bin/stty/Makefile.depend - copied unchanged from r286879, head/bin/stty/Makefile.depend projects/sendfile/bin/sync/Makefile.depend - copied unchanged from r286879, head/bin/sync/Makefile.depend projects/sendfile/bin/test/Makefile.depend - copied unchanged from r286879, head/bin/test/Makefile.depend projects/sendfile/bin/uuidgen/Makefile.depend - copied unchanged from r286879, head/bin/uuidgen/Makefile.depend projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ - copied from r286879, head/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ projects/sendfile/cddl/lib/drti/Makefile.depend - copied unchanged from r286879, head/cddl/lib/drti/Makefile.depend projects/sendfile/cddl/lib/libavl/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libavl/Makefile.depend projects/sendfile/cddl/lib/libctf/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libctf/Makefile.depend projects/sendfile/cddl/lib/libdtrace/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libdtrace/Makefile.depend projects/sendfile/cddl/lib/libnvpair/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libnvpair/Makefile.depend projects/sendfile/cddl/lib/libumem/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libumem/Makefile.depend projects/sendfile/cddl/lib/libuutil/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libuutil/Makefile.depend projects/sendfile/cddl/lib/libzfs/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libzfs/Makefile.depend projects/sendfile/cddl/lib/libzfs_core/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libzfs_core/Makefile.depend projects/sendfile/cddl/lib/libzpool/Makefile.depend - copied unchanged from r286879, head/cddl/lib/libzpool/Makefile.depend projects/sendfile/cddl/sbin/zfs/Makefile.depend - copied unchanged from r286879, head/cddl/sbin/zfs/Makefile.depend projects/sendfile/cddl/sbin/zpool/Makefile.depend - copied unchanged from r286879, head/cddl/sbin/zpool/Makefile.depend projects/sendfile/cddl/usr.bin/ctfconvert/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/ctfconvert/Makefile.depend projects/sendfile/cddl/usr.bin/ctfdump/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/ctfdump/Makefile.depend projects/sendfile/cddl/usr.bin/ctfmerge/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/ctfmerge/Makefile.depend projects/sendfile/cddl/usr.bin/sgsmsg/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/sgsmsg/Makefile.depend projects/sendfile/cddl/usr.bin/zinject/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/zinject/Makefile.depend projects/sendfile/cddl/usr.bin/zstreamdump/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/zstreamdump/Makefile.depend projects/sendfile/cddl/usr.bin/ztest/Makefile.depend - copied unchanged from r286879, head/cddl/usr.bin/ztest/Makefile.depend projects/sendfile/cddl/usr.sbin/dtrace/Makefile.depend - copied unchanged from r286879, head/cddl/usr.sbin/dtrace/Makefile.depend projects/sendfile/cddl/usr.sbin/dtruss/Makefile.depend - copied unchanged from r286879, head/cddl/usr.sbin/dtruss/Makefile.depend projects/sendfile/cddl/usr.sbin/lockstat/Makefile.depend - copied unchanged from r286879, head/cddl/usr.sbin/lockstat/Makefile.depend projects/sendfile/cddl/usr.sbin/zdb/Makefile.depend - copied unchanged from r286879, head/cddl/usr.sbin/zdb/Makefile.depend projects/sendfile/cddl/usr.sbin/zhack/Makefile.depend - copied unchanged from r286879, head/cddl/usr.sbin/zhack/Makefile.depend - copied from r286879, head/contrib/elftoolchain/ar/ - copied from r286879, head/contrib/elftoolchain/brandelf/ - copied from r286879, head/contrib/elftoolchain/elfdump/ projects/sendfile/contrib/file/magic/Magdir/cbor - copied unchanged from r286879, head/contrib/file/magic/Magdir/cbor projects/sendfile/contrib/file/magic/Magdir/nasa - copied unchanged from r286879, head/contrib/file/magic/Magdir/nasa projects/sendfile/contrib/file/src/gmtime_r.c - copied unchanged from r286879, head/contrib/file/src/gmtime_r.c projects/sendfile/contrib/file/src/localtime_r.c - copied unchanged from r286879, head/contrib/file/src/localtime_r.c projects/sendfile/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h - copied unchanged from r286879, head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/pages.h - copied unchanged from r286879, head/contrib/jemalloc/include/jemalloc/internal/pages.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/valgrind.h - copied unchanged from r286879, head/contrib/jemalloc/include/jemalloc/internal/valgrind.h projects/sendfile/contrib/jemalloc/include/jemalloc/jemalloc_typedefs.h - copied unchanged from r286879, head/contrib/jemalloc/include/jemalloc/jemalloc_typedefs.h projects/sendfile/contrib/jemalloc/src/pages.c - copied unchanged from r286879, head/contrib/jemalloc/src/pages.c projects/sendfile/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.c - copied unchanged from r286879, head/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.c projects/sendfile/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.tar.Z.uu - copied unchanged from r286879, head/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.tar.Z.uu projects/sendfile/contrib/llvm/patches/patch-10-llvm-r241142-r241143-mmx-undef.diff - copied unchanged from r286879, head/contrib/llvm/patches/patch-10-llvm-r241142-r241143-mmx-undef.diff projects/sendfile/contrib/ntp/README.leapsmear - copied unchanged from r286879, head/contrib/ntp/README.leapsmear projects/sendfile/contrib/ntp/html/drivers/driver40-ja.html - copied unchanged from r286879, head/contrib/ntp/html/drivers/driver40-ja.html projects/sendfile/contrib/ntp/include/refidsmear.h - copied unchanged from r286879, head/contrib/ntp/include/refidsmear.h projects/sendfile/contrib/ntp/libjsmn/example/ - copied from r286879, head/contrib/ntp/libjsmn/example/ projects/sendfile/contrib/ntp/libntp/refidsmear.c - copied unchanged from r286879, head/contrib/ntp/libntp/refidsmear.c projects/sendfile/contrib/ntp/ntpd/rc_cmdlength.c - copied unchanged from r286879, head/contrib/ntp/ntpd/rc_cmdlength.c projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.in - copied unchanged from r286879, head/contrib/ntp/scripts/update-leap/update-leap.in projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.sh - copied unchanged from r286879, head/contrib/ntp/scripts/update-leap/update-leap.sh projects/sendfile/contrib/ntp/sntp/ag-tpl/Mdoc.pm - copied unchanged from r286879, head/contrib/ntp/sntp/ag-tpl/Mdoc.pm projects/sendfile/contrib/ntp/sntp/ag-tpl/mdoc2man - copied unchanged from r286879, head/contrib/ntp/sntp/ag-tpl/mdoc2man projects/sendfile/contrib/ntp/sntp/libevent/build-aux/ar-lib - copied unchanged from r286879, head/contrib/ntp/sntp/libevent/build-aux/ar-lib projects/sendfile/contrib/ntp/sntp/libevent/build-aux/test-driver - copied unchanged from r286879, head/contrib/ntp/sntp/libevent/build-aux/test-driver projects/sendfile/contrib/ntp/sntp/libpkgver/ - copied from r286879, head/contrib/ntp/sntp/libpkgver/ projects/sendfile/contrib/ntp/sntp/m4/ntp_unitytest.m4 - copied unchanged from r286879, head/contrib/ntp/sntp/m4/ntp_unitytest.m4 projects/sendfile/contrib/ntp/sntp/tests/crypto.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/crypto.c projects/sendfile/contrib/ntp/sntp/tests/fileHandlingTest.h.in - copied unchanged from r286879, head/contrib/ntp/sntp/tests/fileHandlingTest.h.in projects/sendfile/contrib/ntp/sntp/tests/g_fileHandlingTest.h - copied unchanged from r286879, head/contrib/ntp/sntp/tests/g_fileHandlingTest.h projects/sendfile/contrib/ntp/sntp/tests/g_networking.cpp - copied unchanged from r286879, head/contrib/ntp/sntp/tests/g_networking.cpp projects/sendfile/contrib/ntp/sntp/tests/g_packetHandling.cpp - copied unchanged from r286879, head/contrib/ntp/sntp/tests/g_packetHandling.cpp projects/sendfile/contrib/ntp/sntp/tests/g_packetProcessing.cpp - copied unchanged from r286879, head/contrib/ntp/sntp/tests/g_packetProcessing.cpp projects/sendfile/contrib/ntp/sntp/tests/g_sntptest.h - copied unchanged from r286879, head/contrib/ntp/sntp/tests/g_sntptest.h projects/sendfile/contrib/ntp/sntp/tests/keyFile.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/keyFile.c projects/sendfile/contrib/ntp/sntp/tests/kodDatabase.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/kodDatabase.c projects/sendfile/contrib/ntp/sntp/tests/kodFile.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/kodFile.c projects/sendfile/contrib/ntp/sntp/tests/networking.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/networking.c projects/sendfile/contrib/ntp/sntp/tests/packetHandling.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/packetHandling.c projects/sendfile/contrib/ntp/sntp/tests/packetProcessing.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/packetProcessing.c projects/sendfile/contrib/ntp/sntp/tests/run-crypto.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-crypto.c projects/sendfile/contrib/ntp/sntp/tests/run-keyFile.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-keyFile.c projects/sendfile/contrib/ntp/sntp/tests/run-kodDatabase.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-kodDatabase.c projects/sendfile/contrib/ntp/sntp/tests/run-kodFile.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-kodFile.c projects/sendfile/contrib/ntp/sntp/tests/run-networking.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-networking.c projects/sendfile/contrib/ntp/sntp/tests/run-packetHandling.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-packetHandling.c projects/sendfile/contrib/ntp/sntp/tests/run-packetProcessing.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-packetProcessing.c projects/sendfile/contrib/ntp/sntp/tests/run-utilities.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/run-utilities.c projects/sendfile/contrib/ntp/sntp/tests/utilities.c - copied unchanged from r286879, head/contrib/ntp/sntp/tests/utilities.c projects/sendfile/contrib/ntp/sntp/unity/ - copied from r286879, head/contrib/ntp/sntp/unity/ projects/sendfile/contrib/ntp/sntp/version.c - copied unchanged from r286879, head/contrib/ntp/sntp/version.c projects/sendfile/contrib/ntp/tests/bug-2803/ - copied from r286879, head/contrib/ntp/tests/bug-2803/ projects/sendfile/contrib/ntp/tests/libntp/a_md5encrypt.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/a_md5encrypt.c projects/sendfile/contrib/ntp/tests/libntp/atoint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/atoint.c projects/sendfile/contrib/ntp/tests/libntp/atouint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/atouint.c projects/sendfile/contrib/ntp/tests/libntp/authkeys.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/authkeys.c projects/sendfile/contrib/ntp/tests/libntp/buftvtots.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/buftvtots.c projects/sendfile/contrib/ntp/tests/libntp/calendar.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/calendar.c projects/sendfile/contrib/ntp/tests/libntp/caljulian.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/caljulian.c projects/sendfile/contrib/ntp/tests/libntp/caltontp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/caltontp.c projects/sendfile/contrib/ntp/tests/libntp/calyearstart.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/calyearstart.c projects/sendfile/contrib/ntp/tests/libntp/clocktime.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/clocktime.c projects/sendfile/contrib/ntp/tests/libntp/decodenetnum.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/decodenetnum.c projects/sendfile/contrib/ntp/tests/libntp/g_a_md5encrypt.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_a_md5encrypt.cpp projects/sendfile/contrib/ntp/tests/libntp/g_atoint.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_atoint.cpp projects/sendfile/contrib/ntp/tests/libntp/g_atouint.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_atouint.cpp projects/sendfile/contrib/ntp/tests/libntp/g_authkeys.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_authkeys.cpp projects/sendfile/contrib/ntp/tests/libntp/g_buftvtots.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_buftvtots.cpp projects/sendfile/contrib/ntp/tests/libntp/g_calendar.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_calendar.cpp projects/sendfile/contrib/ntp/tests/libntp/g_caljulian.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_caljulian.cpp projects/sendfile/contrib/ntp/tests/libntp/g_caltontp.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_caltontp.cpp projects/sendfile/contrib/ntp/tests/libntp/g_calyearstart.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_calyearstart.cpp projects/sendfile/contrib/ntp/tests/libntp/g_clocktime.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_clocktime.cpp projects/sendfile/contrib/ntp/tests/libntp/g_decodenetnum.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_decodenetnum.cpp projects/sendfile/contrib/ntp/tests/libntp/g_hextoint.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_hextoint.cpp projects/sendfile/contrib/ntp/tests/libntp/g_hextolfp.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_hextolfp.cpp projects/sendfile/contrib/ntp/tests/libntp/g_humandate.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_humandate.cpp projects/sendfile/contrib/ntp/tests/libntp/g_lfpfunc.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_lfpfunc.cpp projects/sendfile/contrib/ntp/tests/libntp/g_lfptest.h - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_lfptest.h projects/sendfile/contrib/ntp/tests/libntp/g_lfptostr.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_lfptostr.cpp projects/sendfile/contrib/ntp/tests/libntp/g_libntptest.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_libntptest.cpp projects/sendfile/contrib/ntp/tests/libntp/g_libntptest.h - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_libntptest.h projects/sendfile/contrib/ntp/tests/libntp/g_modetoa.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_modetoa.cpp projects/sendfile/contrib/ntp/tests/libntp/g_msyslog.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_msyslog.cpp projects/sendfile/contrib/ntp/tests/libntp/g_netof.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_netof.cpp projects/sendfile/contrib/ntp/tests/libntp/g_numtoa.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_numtoa.cpp projects/sendfile/contrib/ntp/tests/libntp/g_numtohost.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_numtohost.cpp projects/sendfile/contrib/ntp/tests/libntp/g_octtoint.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_octtoint.cpp projects/sendfile/contrib/ntp/tests/libntp/g_prettydate.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_prettydate.cpp projects/sendfile/contrib/ntp/tests/libntp/g_recvbuff.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_recvbuff.cpp projects/sendfile/contrib/ntp/tests/libntp/g_refnumtoa.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_refnumtoa.cpp projects/sendfile/contrib/ntp/tests/libntp/g_sfptostr.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_sfptostr.cpp projects/sendfile/contrib/ntp/tests/libntp/g_sockaddrtest.h - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_sockaddrtest.h projects/sendfile/contrib/ntp/tests/libntp/g_socktoa.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_socktoa.cpp projects/sendfile/contrib/ntp/tests/libntp/g_ssl_init.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_ssl_init.cpp projects/sendfile/contrib/ntp/tests/libntp/g_statestr.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_statestr.cpp projects/sendfile/contrib/ntp/tests/libntp/g_strtolfp.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_strtolfp.cpp projects/sendfile/contrib/ntp/tests/libntp/g_timespecops.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_timespecops.cpp projects/sendfile/contrib/ntp/tests/libntp/g_timestructs.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_timestructs.cpp projects/sendfile/contrib/ntp/tests/libntp/g_timestructs.h - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_timestructs.h projects/sendfile/contrib/ntp/tests/libntp/g_timevalops.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_timevalops.cpp projects/sendfile/contrib/ntp/tests/libntp/g_tstotv.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_tstotv.cpp projects/sendfile/contrib/ntp/tests/libntp/g_tvtots.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_tvtots.cpp projects/sendfile/contrib/ntp/tests/libntp/g_uglydate.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_uglydate.cpp projects/sendfile/contrib/ntp/tests/libntp/g_vi64ops.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_vi64ops.cpp projects/sendfile/contrib/ntp/tests/libntp/g_ymd2yd.cpp - copied unchanged from r286879, head/contrib/ntp/tests/libntp/g_ymd2yd.cpp projects/sendfile/contrib/ntp/tests/libntp/hextoint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/hextoint.c projects/sendfile/contrib/ntp/tests/libntp/hextolfp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/hextolfp.c projects/sendfile/contrib/ntp/tests/libntp/humandate.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/humandate.c projects/sendfile/contrib/ntp/tests/libntp/lfpfunc.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/lfpfunc.c projects/sendfile/contrib/ntp/tests/libntp/lfptostr.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/lfptostr.c projects/sendfile/contrib/ntp/tests/libntp/modetoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/modetoa.c projects/sendfile/contrib/ntp/tests/libntp/msyslog.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/msyslog.c projects/sendfile/contrib/ntp/tests/libntp/netof.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/netof.c projects/sendfile/contrib/ntp/tests/libntp/numtoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/numtoa.c projects/sendfile/contrib/ntp/tests/libntp/numtohost.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/numtohost.c projects/sendfile/contrib/ntp/tests/libntp/octtoint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/octtoint.c projects/sendfile/contrib/ntp/tests/libntp/prettydate.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/prettydate.c projects/sendfile/contrib/ntp/tests/libntp/recvbuff.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/recvbuff.c projects/sendfile/contrib/ntp/tests/libntp/refidsmear.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/refidsmear.c projects/sendfile/contrib/ntp/tests/libntp/refnumtoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/refnumtoa.c projects/sendfile/contrib/ntp/tests/libntp/run-a_md5encrypt.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-a_md5encrypt.c projects/sendfile/contrib/ntp/tests/libntp/run-atoint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-atoint.c projects/sendfile/contrib/ntp/tests/libntp/run-atouint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-atouint.c projects/sendfile/contrib/ntp/tests/libntp/run-authkeys.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-authkeys.c projects/sendfile/contrib/ntp/tests/libntp/run-buftvtots.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-buftvtots.c projects/sendfile/contrib/ntp/tests/libntp/run-calendar.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-calendar.c projects/sendfile/contrib/ntp/tests/libntp/run-caljulian.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-caljulian.c projects/sendfile/contrib/ntp/tests/libntp/run-caltontp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-caltontp.c projects/sendfile/contrib/ntp/tests/libntp/run-calyearstart.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-calyearstart.c projects/sendfile/contrib/ntp/tests/libntp/run-clocktime.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-clocktime.c projects/sendfile/contrib/ntp/tests/libntp/run-decodenetnum.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-decodenetnum.c projects/sendfile/contrib/ntp/tests/libntp/run-hextoint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-hextoint.c projects/sendfile/contrib/ntp/tests/libntp/run-hextolfp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-hextolfp.c projects/sendfile/contrib/ntp/tests/libntp/run-humandate.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-humandate.c projects/sendfile/contrib/ntp/tests/libntp/run-lfpfunc.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-lfpfunc.c projects/sendfile/contrib/ntp/tests/libntp/run-lfptostr.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-lfptostr.c projects/sendfile/contrib/ntp/tests/libntp/run-modetoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-modetoa.c projects/sendfile/contrib/ntp/tests/libntp/run-msyslog.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-msyslog.c projects/sendfile/contrib/ntp/tests/libntp/run-netof.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-netof.c projects/sendfile/contrib/ntp/tests/libntp/run-numtoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-numtoa.c projects/sendfile/contrib/ntp/tests/libntp/run-numtohost.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-numtohost.c projects/sendfile/contrib/ntp/tests/libntp/run-octtoint.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-octtoint.c projects/sendfile/contrib/ntp/tests/libntp/run-prettydate.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-prettydate.c projects/sendfile/contrib/ntp/tests/libntp/run-recvbuff.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-recvbuff.c projects/sendfile/contrib/ntp/tests/libntp/run-refidsmear.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-refidsmear.c projects/sendfile/contrib/ntp/tests/libntp/run-refnumtoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-refnumtoa.c projects/sendfile/contrib/ntp/tests/libntp/run-sfptostr.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-sfptostr.c projects/sendfile/contrib/ntp/tests/libntp/run-socktoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-socktoa.c projects/sendfile/contrib/ntp/tests/libntp/run-ssl_init.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-ssl_init.c projects/sendfile/contrib/ntp/tests/libntp/run-statestr.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-statestr.c projects/sendfile/contrib/ntp/tests/libntp/run-strtolfp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-strtolfp.c projects/sendfile/contrib/ntp/tests/libntp/run-timespecops.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-timespecops.c projects/sendfile/contrib/ntp/tests/libntp/run-timevalops.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-timevalops.c projects/sendfile/contrib/ntp/tests/libntp/run-tstotv.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-tstotv.c projects/sendfile/contrib/ntp/tests/libntp/run-tvtots.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-tvtots.c projects/sendfile/contrib/ntp/tests/libntp/run-uglydate.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-uglydate.c projects/sendfile/contrib/ntp/tests/libntp/run-vi64ops.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-vi64ops.c projects/sendfile/contrib/ntp/tests/libntp/run-ymd2yd.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/run-ymd2yd.c projects/sendfile/contrib/ntp/tests/libntp/sfptostr.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/sfptostr.c projects/sendfile/contrib/ntp/tests/libntp/socktoa.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/socktoa.c projects/sendfile/contrib/ntp/tests/libntp/ssl_init.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/ssl_init.c projects/sendfile/contrib/ntp/tests/libntp/statestr.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/statestr.c projects/sendfile/contrib/ntp/tests/libntp/strtolfp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/strtolfp.c projects/sendfile/contrib/ntp/tests/libntp/test-libntp.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/test-libntp.c projects/sendfile/contrib/ntp/tests/libntp/test-libntp.h - copied unchanged from r286879, head/contrib/ntp/tests/libntp/test-libntp.h projects/sendfile/contrib/ntp/tests/libntp/timespecops.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/timespecops.c projects/sendfile/contrib/ntp/tests/libntp/timevalops.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/timevalops.c projects/sendfile/contrib/ntp/tests/libntp/tstotv.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/tstotv.c projects/sendfile/contrib/ntp/tests/libntp/tvtots.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/tvtots.c projects/sendfile/contrib/ntp/tests/libntp/uglydate.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/uglydate.c projects/sendfile/contrib/ntp/tests/libntp/vi64ops.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/vi64ops.c projects/sendfile/contrib/ntp/tests/libntp/ymd2yd.c - copied unchanged from r286879, head/contrib/ntp/tests/libntp/ymd2yd.c projects/sendfile/contrib/ntp/tests/sandbox/ - copied from r286879, head/contrib/ntp/tests/sandbox/ projects/sendfile/contrib/ntp/tests/sec-2853/ - copied from r286879, head/contrib/ntp/tests/sec-2853/ projects/sendfile/contrib/sendmail/cf/feature/bcc.m4 - copied unchanged from r286879, head/contrib/sendmail/cf/feature/bcc.m4 projects/sendfile/contrib/sendmail/cf/feature/nopercenthack.m4 - copied unchanged from r286879, head/contrib/sendmail/cf/feature/nopercenthack.m4 projects/sendfile/contrib/sendmail/cf/feature/prefixmod.m4 - copied unchanged from r286879, head/contrib/sendmail/cf/feature/prefixmod.m4 projects/sendfile/contrib/sendmail/cf/feature/tls_session_features.m4 - copied unchanged from r286879, head/contrib/sendmail/cf/feature/tls_session_features.m4 projects/sendfile/contrib/sendmail/cf/hack/xconnect.m4 - copied unchanged from r286879, head/contrib/sendmail/cf/hack/xconnect.m4 projects/sendfile/contrib/sendmail/contrib/AuthRealm.p0 - copied unchanged from r286879, head/contrib/sendmail/contrib/AuthRealm.p0 projects/sendfile/contrib/tcpdump/print-ftp.c - copied unchanged from r286879, head/contrib/tcpdump/print-ftp.c projects/sendfile/contrib/tcpdump/print-geneve.c - copied unchanged from r286879, head/contrib/tcpdump/print-geneve.c projects/sendfile/contrib/tcpdump/print-http.c - copied unchanged from r286879, head/contrib/tcpdump/print-http.c projects/sendfile/contrib/tcpdump/print-rtsp.c - copied unchanged from r286879, head/contrib/tcpdump/print-rtsp.c projects/sendfile/contrib/tcpdump/print-smtp.c - copied unchanged from r286879, head/contrib/tcpdump/print-smtp.c projects/sendfile/contrib/top/top.local.hs - copied unchanged from r286879, head/contrib/top/top.local.hs projects/sendfile/contrib/top/top.xs - copied unchanged from r286879, head/contrib/top/top.xs projects/sendfile/crypto/openssl/crypto/x509/verify_extra_test.c - copied unchanged from r286879, head/crypto/openssl/crypto/x509/verify_extra_test.c projects/sendfile/etc/sendmail/Makefile.depend - copied unchanged from r286879, head/etc/sendmail/Makefile.depend projects/sendfile/games/caesar/Makefile.depend - copied unchanged from r286879, head/games/caesar/Makefile.depend projects/sendfile/games/factor/Makefile.depend - copied unchanged from r286879, head/games/factor/Makefile.depend projects/sendfile/games/fortune/datfiles/Makefile.depend - copied unchanged from r286879, head/games/fortune/datfiles/Makefile.depend projects/sendfile/games/fortune/fortune/Makefile.depend - copied unchanged from r286879, head/games/fortune/fortune/Makefile.depend projects/sendfile/games/fortune/strfile/Makefile.depend - copied unchanged from r286879, head/games/fortune/strfile/Makefile.depend projects/sendfile/games/fortune/unstr/Makefile.depend - copied unchanged from r286879, head/games/fortune/unstr/Makefile.depend projects/sendfile/games/grdc/Makefile.depend - copied unchanged from r286879, head/games/grdc/Makefile.depend projects/sendfile/games/morse/Makefile.depend - copied unchanged from r286879, head/games/morse/Makefile.depend projects/sendfile/games/number/Makefile.depend - copied unchanged from r286879, head/games/number/Makefile.depend projects/sendfile/games/pom/Makefile.depend - copied unchanged from r286879, head/games/pom/Makefile.depend projects/sendfile/games/primes/Makefile.depend - copied unchanged from r286879, head/games/primes/Makefile.depend projects/sendfile/games/random/Makefile.depend - copied unchanged from r286879, head/games/random/Makefile.depend projects/sendfile/gnu/lib/csu/Makefile.depend - copied unchanged from r286879, head/gnu/lib/csu/Makefile.depend projects/sendfile/gnu/lib/libdialog/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libdialog/Makefile.depend projects/sendfile/gnu/lib/libgcc/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libgcc/Makefile.depend projects/sendfile/gnu/lib/libgcov/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libgcov/Makefile.depend projects/sendfile/gnu/lib/libgomp/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libgomp/Makefile.depend projects/sendfile/gnu/lib/libreadline/readline/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libreadline/readline/Makefile.depend projects/sendfile/gnu/lib/libregex/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libregex/Makefile.depend projects/sendfile/gnu/lib/libssp/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libssp/Makefile.depend projects/sendfile/gnu/lib/libssp/libssp_nonshared/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libssp/libssp_nonshared/Makefile.depend projects/sendfile/gnu/lib/libstdc++/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libstdc++/Makefile.depend projects/sendfile/gnu/lib/libsupc++/Makefile.depend - copied unchanged from r286879, head/gnu/lib/libsupc++/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/as/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/as/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/doc/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/doc/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/ld/Makefile.depend.amd64 - copied unchanged from r286879, head/gnu/usr.bin/binutils/ld/Makefile.depend.amd64 projects/sendfile/gnu/usr.bin/binutils/ld/Makefile.depend.host - copied unchanged from r286879, head/gnu/usr.bin/binutils/ld/Makefile.depend.host projects/sendfile/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64 - copied unchanged from r286879, head/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64 projects/sendfile/gnu/usr.bin/binutils/libbfd/Makefile.depend.host - copied unchanged from r286879, head/gnu/usr.bin/binutils/libbfd/Makefile.depend.host projects/sendfile/gnu/usr.bin/binutils/libbinutils/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/libbinutils/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/libiberty/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/libiberty/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/libopcodes/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/libopcodes/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/objcopy/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/objcopy/Makefile.depend projects/sendfile/gnu/usr.bin/binutils/objdump/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/binutils/objdump/Makefile.depend projects/sendfile/gnu/usr.bin/cc/c++/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/c++/Makefile.depend projects/sendfile/gnu/usr.bin/cc/cc/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/cc/Makefile.depend projects/sendfile/gnu/usr.bin/cc/cc1/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/cc1/Makefile.depend projects/sendfile/gnu/usr.bin/cc/cc1plus/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/cc1plus/Makefile.depend projects/sendfile/gnu/usr.bin/cc/cc_int/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/cc_int/Makefile.depend projects/sendfile/gnu/usr.bin/cc/cc_tools/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/cc_tools/Makefile.depend projects/sendfile/gnu/usr.bin/cc/cpp/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/cpp/Makefile.depend projects/sendfile/gnu/usr.bin/cc/gcov/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/gcov/Makefile.depend projects/sendfile/gnu/usr.bin/cc/include/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/include/Makefile.depend projects/sendfile/gnu/usr.bin/cc/libcpp/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/libcpp/Makefile.depend projects/sendfile/gnu/usr.bin/cc/libdecnumber/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/libdecnumber/Makefile.depend projects/sendfile/gnu/usr.bin/cc/libiberty/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/cc/libiberty/Makefile.depend projects/sendfile/gnu/usr.bin/dialog/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/dialog/Makefile.depend projects/sendfile/gnu/usr.bin/diff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/diff/Makefile.depend projects/sendfile/gnu/usr.bin/diff3/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/diff3/Makefile.depend projects/sendfile/gnu/usr.bin/dtc/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/dtc/Makefile.depend projects/sendfile/gnu/usr.bin/gdb/gdb/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/gdb/gdb/Makefile.depend projects/sendfile/gnu/usr.bin/gdb/gdbserver/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/gdb/gdbserver/Makefile.depend projects/sendfile/gnu/usr.bin/gdb/gdbtui/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/gdb/gdbtui/Makefile.depend projects/sendfile/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 - copied unchanged from r286879, head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 projects/sendfile/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64 - copied unchanged from r286879, head/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64 projects/sendfile/gnu/usr.bin/gperf/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/gperf/Makefile.depend projects/sendfile/gnu/usr.bin/grep/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/grep/Makefile.depend projects/sendfile/gnu/usr.bin/groff/contrib/mm/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/contrib/mm/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devX100-12/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devX100-12/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devX100/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devX100/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devX75-12/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devX75-12/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devX75/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devX75/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devascii/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devascii/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devcp1047/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devcp1047/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devdvi/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devdvi/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devhtml/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devhtml/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devkoi8-r/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devkoi8-r/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devlatin1/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devlatin1/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devlbp/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devlbp/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devlj4/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devlj4/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devps/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devps/Makefile.depend projects/sendfile/gnu/usr.bin/groff/font/devutf8/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/font/devutf8/Makefile.depend projects/sendfile/gnu/usr.bin/groff/man/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/man/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/devices/grodvi/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/devices/grodvi/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/devices/grohtml/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/devices/grohtml/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/devices/grolbp/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/devices/grolbp/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/devices/grolj4/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/devices/grolj4/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/devices/grops/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/devices/grops/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/devices/grotty/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/devices/grotty/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/libs/libbib/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/libs/libbib/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/preproc/html/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/preproc/html/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/roff/groff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/roff/groff/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/roff/grog/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/roff/grog/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/roff/nroff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/roff/nroff/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/roff/psroff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/roff/psroff/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/roff/troff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/roff/troff/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/addftinfo/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/addftinfo/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/afmtodit/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/afmtodit/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/hpftodit/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/hpftodit/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/indxbib/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/indxbib/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/lkbib/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/lkbib/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/lookbib/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/lookbib/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/pfbtops/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/pfbtops/Makefile.depend projects/sendfile/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile.depend projects/sendfile/gnu/usr.bin/groff/tmac/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/groff/tmac/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/ci/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/ci/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/co/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/co/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/lib/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/lib/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/merge/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/merge/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/rcs/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/rcs/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/rcsclean/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/rcsclean/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/rcsdiff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/rcsdiff/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/rcsfreeze/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/rcsfreeze/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/rcsmerge/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/rcsmerge/Makefile.depend projects/sendfile/gnu/usr.bin/rcs/rlog/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/rcs/rlog/Makefile.depend projects/sendfile/gnu/usr.bin/sdiff/Makefile.depend - copied unchanged from r286879, head/gnu/usr.bin/sdiff/Makefile.depend projects/sendfile/include/Makefile.depend - copied unchanged from r286879, head/include/Makefile.depend projects/sendfile/include/arpa/Makefile.depend - copied unchanged from r286879, head/include/arpa/Makefile.depend projects/sendfile/include/gssapi/Makefile.depend - copied unchanged from r286879, head/include/gssapi/Makefile.depend projects/sendfile/include/protocols/Makefile.depend - copied unchanged from r286879, head/include/protocols/Makefile.depend projects/sendfile/include/rpc/Makefile.depend - copied unchanged from r286879, head/include/rpc/Makefile.depend projects/sendfile/include/rpcsvc/Makefile.depend - copied unchanged from r286879, head/include/rpcsvc/Makefile.depend projects/sendfile/include/xlocale/Makefile.depend - copied unchanged from r286879, head/include/xlocale/Makefile.depend projects/sendfile/kerberos5/lib/libasn1/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libasn1/Makefile.depend projects/sendfile/kerberos5/lib/libgssapi_krb5/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libgssapi_krb5/Makefile.depend projects/sendfile/kerberos5/lib/libgssapi_ntlm/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libgssapi_ntlm/Makefile.depend projects/sendfile/kerberos5/lib/libgssapi_spnego/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libgssapi_spnego/Makefile.depend projects/sendfile/kerberos5/lib/libhdb/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libhdb/Makefile.depend projects/sendfile/kerberos5/lib/libheimbase/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libheimbase/Makefile.depend projects/sendfile/kerberos5/lib/libheimipcc/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libheimipcc/Makefile.depend projects/sendfile/kerberos5/lib/libheimipcs/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libheimipcs/Makefile.depend projects/sendfile/kerberos5/lib/libheimntlm/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libheimntlm/Makefile.depend projects/sendfile/kerberos5/lib/libhx509/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libhx509/Makefile.depend projects/sendfile/kerberos5/lib/libkadm5clnt/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libkadm5clnt/Makefile.depend projects/sendfile/kerberos5/lib/libkadm5srv/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libkadm5srv/Makefile.depend projects/sendfile/kerberos5/lib/libkafs5/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libkafs5/Makefile.depend projects/sendfile/kerberos5/lib/libkdc/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libkdc/Makefile.depend projects/sendfile/kerberos5/lib/libkrb5/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libkrb5/Makefile.depend projects/sendfile/kerberos5/lib/libroken/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libroken/Makefile.depend projects/sendfile/kerberos5/lib/libsl/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libsl/Makefile.depend projects/sendfile/kerberos5/lib/libvers/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libvers/Makefile.depend projects/sendfile/kerberos5/lib/libwind/Makefile.depend - copied unchanged from r286879, head/kerberos5/lib/libwind/Makefile.depend projects/sendfile/kerberos5/libexec/digest-service/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/digest-service/Makefile.depend projects/sendfile/kerberos5/libexec/hprop/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/hprop/Makefile.depend projects/sendfile/kerberos5/libexec/hpropd/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/hpropd/Makefile.depend projects/sendfile/kerberos5/libexec/ipropd-master/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/ipropd-master/Makefile.depend projects/sendfile/kerberos5/libexec/ipropd-slave/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/ipropd-slave/Makefile.depend projects/sendfile/kerberos5/libexec/kadmind/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kadmind/Makefile.depend projects/sendfile/kerberos5/libexec/kcm/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kcm/Makefile.depend projects/sendfile/kerberos5/libexec/kdc/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kdc/Makefile.depend projects/sendfile/kerberos5/libexec/kdigest/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kdigest/Makefile.depend projects/sendfile/kerberos5/libexec/kfd/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kfd/Makefile.depend projects/sendfile/kerberos5/libexec/kimpersonate/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kimpersonate/Makefile.depend projects/sendfile/kerberos5/libexec/kpasswdd/Makefile.depend - copied unchanged from r286879, head/kerberos5/libexec/kpasswdd/Makefile.depend projects/sendfile/kerberos5/tools/asn1_compile/Makefile.depend - copied unchanged from r286879, head/kerberos5/tools/asn1_compile/Makefile.depend projects/sendfile/kerberos5/tools/make-roken/Makefile.depend - copied unchanged from r286879, head/kerberos5/tools/make-roken/Makefile.depend projects/sendfile/kerberos5/tools/slc/Makefile.depend - copied unchanged from r286879, head/kerberos5/tools/slc/Makefile.depend projects/sendfile/kerberos5/usr.bin/hxtool/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/hxtool/Makefile.depend projects/sendfile/kerberos5/usr.bin/kadmin/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kadmin/Makefile.depend projects/sendfile/kerberos5/usr.bin/kcc/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kcc/Makefile.depend projects/sendfile/kerberos5/usr.bin/kdestroy/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kdestroy/Makefile.depend projects/sendfile/kerberos5/usr.bin/kf/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kf/Makefile.depend projects/sendfile/kerberos5/usr.bin/kgetcred/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kgetcred/Makefile.depend projects/sendfile/kerberos5/usr.bin/kinit/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kinit/Makefile.depend projects/sendfile/kerberos5/usr.bin/kpasswd/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/kpasswd/Makefile.depend projects/sendfile/kerberos5/usr.bin/krb5-config/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/krb5-config/Makefile.depend projects/sendfile/kerberos5/usr.bin/ksu/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/ksu/Makefile.depend projects/sendfile/kerberos5/usr.bin/string2key/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/string2key/Makefile.depend projects/sendfile/kerberos5/usr.bin/verify_krb5_conf/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.bin/verify_krb5_conf/Makefile.depend projects/sendfile/kerberos5/usr.sbin/iprop-log/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.sbin/iprop-log/Makefile.depend projects/sendfile/kerberos5/usr.sbin/kstash/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.sbin/kstash/Makefile.depend projects/sendfile/kerberos5/usr.sbin/ktutil/Makefile.depend - copied unchanged from r286879, head/kerberos5/usr.sbin/ktutil/Makefile.depend projects/sendfile/lib/atf/libatf-c++/Makefile.depend - copied unchanged from r286879, head/lib/atf/libatf-c++/Makefile.depend projects/sendfile/lib/atf/libatf-c/Makefile.depend - copied unchanged from r286879, head/lib/atf/libatf-c/Makefile.depend projects/sendfile/lib/clang/include/Makefile.depend - copied unchanged from r286879, head/lib/clang/include/Makefile.depend projects/sendfile/lib/clang/libclanganalysis/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclanganalysis/Makefile.depend projects/sendfile/lib/clang/libclangarcmigrate/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangarcmigrate/Makefile.depend projects/sendfile/lib/clang/libclangast/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangast/Makefile.depend projects/sendfile/lib/clang/libclangbasic/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangbasic/Makefile.depend projects/sendfile/lib/clang/libclangcodegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangcodegen/Makefile.depend projects/sendfile/lib/clang/libclangdriver/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangdriver/Makefile.depend projects/sendfile/lib/clang/libclangedit/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangedit/Makefile.depend projects/sendfile/lib/clang/libclangfrontend/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangfrontend/Makefile.depend projects/sendfile/lib/clang/libclangfrontendtool/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangfrontendtool/Makefile.depend projects/sendfile/lib/clang/libclanglex/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclanglex/Makefile.depend projects/sendfile/lib/clang/libclangparse/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangparse/Makefile.depend projects/sendfile/lib/clang/libclangrewrite/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangrewrite/Makefile.depend projects/sendfile/lib/clang/libclangrewritefrontend/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangrewritefrontend/Makefile.depend projects/sendfile/lib/clang/libclangsema/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangsema/Makefile.depend projects/sendfile/lib/clang/libclangserialization/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangserialization/Makefile.depend projects/sendfile/lib/clang/libclangstaticanalyzercheckers/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangstaticanalyzercheckers/Makefile.depend projects/sendfile/lib/clang/libclangstaticanalyzercore/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangstaticanalyzercore/Makefile.depend projects/sendfile/lib/clang/libclangstaticanalyzerfrontend/Makefile.depend - copied unchanged from r286879, head/lib/clang/libclangstaticanalyzerfrontend/Makefile.depend projects/sendfile/lib/clang/liblldb/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldb/Makefile.depend projects/sendfile/lib/clang/liblldbAPI/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbAPI/Makefile.depend projects/sendfile/lib/clang/liblldbBreakpoint/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbBreakpoint/Makefile.depend projects/sendfile/lib/clang/liblldbCommands/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbCommands/Makefile.depend projects/sendfile/lib/clang/liblldbCore/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbCore/Makefile.depend projects/sendfile/lib/clang/liblldbDataFormatters/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbDataFormatters/Makefile.depend projects/sendfile/lib/clang/liblldbExpression/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbExpression/Makefile.depend projects/sendfile/lib/clang/liblldbHostCommon/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbHostCommon/Makefile.depend projects/sendfile/lib/clang/liblldbHostFreeBSD/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbHostFreeBSD/Makefile.depend projects/sendfile/lib/clang/liblldbHostPOSIX/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbHostPOSIX/Makefile.depend projects/sendfile/lib/clang/liblldbInterpreter/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbInterpreter/Makefile.depend projects/sendfile/lib/clang/liblldbPluginABISysV_ppc/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginABISysV_ppc/Makefile.depend projects/sendfile/lib/clang/liblldbPluginABISysV_ppc64/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginABISysV_ppc64/Makefile.depend projects/sendfile/lib/clang/liblldbPluginABISysV_x86_64/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginABISysV_x86_64/Makefile.depend projects/sendfile/lib/clang/liblldbPluginCXXItaniumABI/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginCXXItaniumABI/Makefile.depend projects/sendfile/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend projects/sendfile/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile.depend projects/sendfile/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile.depend projects/sendfile/lib/clang/liblldbPluginInstructionARM/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginInstructionARM/Makefile.depend projects/sendfile/lib/clang/liblldbPluginInstructionARM64/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginInstructionARM64/Makefile.depend projects/sendfile/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile.depend projects/sendfile/lib/clang/liblldbPluginJITLoaderGDB/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginJITLoaderGDB/Makefile.depend projects/sendfile/lib/clang/liblldbPluginMemoryHistoryASan/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginMemoryHistoryASan/Makefile.depend projects/sendfile/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile.depend projects/sendfile/lib/clang/liblldbPluginObjectFileELF/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginObjectFileELF/Makefile.depend projects/sendfile/lib/clang/liblldbPluginObjectFileJIT/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginObjectFileJIT/Makefile.depend projects/sendfile/lib/clang/liblldbPluginPlatformFreeBSD/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginPlatformFreeBSD/Makefile.depend projects/sendfile/lib/clang/liblldbPluginPlatformGDB/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginPlatformGDB/Makefile.depend projects/sendfile/lib/clang/liblldbPluginProcessElfCore/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginProcessElfCore/Makefile.depend projects/sendfile/lib/clang/liblldbPluginProcessFreeBSD/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginProcessFreeBSD/Makefile.depend projects/sendfile/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend projects/sendfile/lib/clang/liblldbPluginProcessPOSIX/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginProcessPOSIX/Makefile.depend projects/sendfile/lib/clang/liblldbPluginProcessUtility/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginProcessUtility/Makefile.depend projects/sendfile/lib/clang/liblldbPluginSymbolFileDWARF/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginSymbolFileDWARF/Makefile.depend projects/sendfile/lib/clang/liblldbPluginSymbolFileSymtab/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginSymbolFileSymtab/Makefile.depend projects/sendfile/lib/clang/liblldbPluginSymbolVendorELF/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginSymbolVendorELF/Makefile.depend projects/sendfile/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile.depend projects/sendfile/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile.depend projects/sendfile/lib/clang/liblldbSymbol/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbSymbol/Makefile.depend projects/sendfile/lib/clang/liblldbTarget/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbTarget/Makefile.depend projects/sendfile/lib/clang/liblldbUtility/Makefile.depend - copied unchanged from r286879, head/lib/clang/liblldbUtility/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64asmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64asmparser/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64codegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64codegen/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64desc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64desc/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64disassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64disassembler/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64info/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64info/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64instprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64instprinter/Makefile.depend projects/sendfile/lib/clang/libllvmaarch64utils/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmaarch64utils/Makefile.depend projects/sendfile/lib/clang/libllvmanalysis/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmanalysis/Makefile.depend projects/sendfile/lib/clang/libllvmarmasmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmarmasmparser/Makefile.depend projects/sendfile/lib/clang/libllvmarmcodegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmarmcodegen/Makefile.depend projects/sendfile/lib/clang/libllvmarmdesc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmarmdesc/Makefile.depend projects/sendfile/lib/clang/libllvmarmdisassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmarmdisassembler/Makefile.depend projects/sendfile/lib/clang/libllvmarminfo/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmarminfo/Makefile.depend projects/sendfile/lib/clang/libllvmarminstprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmarminstprinter/Makefile.depend projects/sendfile/lib/clang/libllvmasmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmasmparser/Makefile.depend projects/sendfile/lib/clang/libllvmasmprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmasmprinter/Makefile.depend projects/sendfile/lib/clang/libllvmbitreader/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmbitreader/Makefile.depend projects/sendfile/lib/clang/libllvmbitwriter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmbitwriter/Makefile.depend projects/sendfile/lib/clang/libllvmcodegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmcodegen/Makefile.depend projects/sendfile/lib/clang/libllvmcore/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmcore/Makefile.depend projects/sendfile/lib/clang/libllvmdebuginfo/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmdebuginfo/Makefile.depend projects/sendfile/lib/clang/libllvmexecutionengine/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmexecutionengine/Makefile.depend projects/sendfile/lib/clang/libllvminstcombine/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvminstcombine/Makefile.depend projects/sendfile/lib/clang/libllvminstrumentation/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvminstrumentation/Makefile.depend projects/sendfile/lib/clang/libllvminterpreter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvminterpreter/Makefile.depend projects/sendfile/lib/clang/libllvmipa/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmipa/Makefile.depend projects/sendfile/lib/clang/libllvmipo/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmipo/Makefile.depend projects/sendfile/lib/clang/libllvmirreader/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmirreader/Makefile.depend projects/sendfile/lib/clang/libllvmlinker/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmlinker/Makefile.depend projects/sendfile/lib/clang/libllvmmc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmc/Makefile.depend projects/sendfile/lib/clang/libllvmmcdisassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmcdisassembler/Makefile.depend projects/sendfile/lib/clang/libllvmmcjit/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmcjit/Makefile.depend projects/sendfile/lib/clang/libllvmmcparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmcparser/Makefile.depend projects/sendfile/lib/clang/libllvmmipsasmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmipsasmparser/Makefile.depend projects/sendfile/lib/clang/libllvmmipscodegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmipscodegen/Makefile.depend projects/sendfile/lib/clang/libllvmmipsdesc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmipsdesc/Makefile.depend projects/sendfile/lib/clang/libllvmmipsdisassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmipsdisassembler/Makefile.depend projects/sendfile/lib/clang/libllvmmipsinfo/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmipsinfo/Makefile.depend projects/sendfile/lib/clang/libllvmmipsinstprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmmipsinstprinter/Makefile.depend projects/sendfile/lib/clang/libllvmobjcarcopts/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmobjcarcopts/Makefile.depend projects/sendfile/lib/clang/libllvmobject/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmobject/Makefile.depend projects/sendfile/lib/clang/libllvmoption/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmoption/Makefile.depend projects/sendfile/lib/clang/libllvmpowerpcasmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmpowerpcasmparser/Makefile.depend projects/sendfile/lib/clang/libllvmpowerpccodegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmpowerpccodegen/Makefile.depend projects/sendfile/lib/clang/libllvmpowerpcdesc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmpowerpcdesc/Makefile.depend projects/sendfile/lib/clang/libllvmpowerpcdisassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmpowerpcdisassembler/Makefile.depend projects/sendfile/lib/clang/libllvmpowerpcinfo/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmpowerpcinfo/Makefile.depend projects/sendfile/lib/clang/libllvmpowerpcinstprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmpowerpcinstprinter/Makefile.depend projects/sendfile/lib/clang/libllvmprofiledata/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmprofiledata/Makefile.depend projects/sendfile/lib/clang/libllvmruntimedyld/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmruntimedyld/Makefile.depend projects/sendfile/lib/clang/libllvmscalaropts/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmscalaropts/Makefile.depend projects/sendfile/lib/clang/libllvmselectiondag/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmselectiondag/Makefile.depend projects/sendfile/lib/clang/libllvmsparcasmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsparcasmparser/Makefile.depend projects/sendfile/lib/clang/libllvmsparccodegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsparccodegen/Makefile.depend projects/sendfile/lib/clang/libllvmsparcdesc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsparcdesc/Makefile.depend projects/sendfile/lib/clang/libllvmsparcdisassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsparcdisassembler/Makefile.depend projects/sendfile/lib/clang/libllvmsparcinfo/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsparcinfo/Makefile.depend projects/sendfile/lib/clang/libllvmsparcinstprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsparcinstprinter/Makefile.depend projects/sendfile/lib/clang/libllvmsupport/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmsupport/Makefile.depend projects/sendfile/lib/clang/libllvmtablegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmtablegen/Makefile.depend projects/sendfile/lib/clang/libllvmtarget/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmtarget/Makefile.depend projects/sendfile/lib/clang/libllvmtransformutils/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmtransformutils/Makefile.depend projects/sendfile/lib/clang/libllvmvectorize/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmvectorize/Makefile.depend projects/sendfile/lib/clang/libllvmx86asmparser/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86asmparser/Makefile.depend projects/sendfile/lib/clang/libllvmx86codegen/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86codegen/Makefile.depend projects/sendfile/lib/clang/libllvmx86desc/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86desc/Makefile.depend projects/sendfile/lib/clang/libllvmx86disassembler/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86disassembler/Makefile.depend projects/sendfile/lib/clang/libllvmx86info/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86info/Makefile.depend projects/sendfile/lib/clang/libllvmx86instprinter/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86instprinter/Makefile.depend projects/sendfile/lib/clang/libllvmx86utils/Makefile.depend - copied unchanged from r286879, head/lib/clang/libllvmx86utils/Makefile.depend projects/sendfile/lib/csu/amd64/Makefile.depend - copied unchanged from r286879, head/lib/csu/amd64/Makefile.depend projects/sendfile/lib/csu/arm/Makefile.depend - copied unchanged from r286879, head/lib/csu/arm/Makefile.depend projects/sendfile/lib/csu/i386/Makefile.depend - copied unchanged from r286879, head/lib/csu/i386/Makefile.depend projects/sendfile/lib/csu/mips/Makefile.depend - copied unchanged from r286879, head/lib/csu/mips/Makefile.depend projects/sendfile/lib/csu/powerpc/Makefile.depend - copied unchanged from r286879, head/lib/csu/powerpc/Makefile.depend projects/sendfile/lib/csu/powerpc64/Makefile.depend - copied unchanged from r286879, head/lib/csu/powerpc64/Makefile.depend projects/sendfile/lib/csu/sparc64/Makefile.depend - copied unchanged from r286879, head/lib/csu/sparc64/Makefile.depend projects/sendfile/lib/libalias/libalias/Makefile.depend - copied unchanged from r286879, head/lib/libalias/libalias/Makefile.depend projects/sendfile/lib/libalias/modules/cuseeme/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/cuseeme/Makefile.depend projects/sendfile/lib/libalias/modules/dummy/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/dummy/Makefile.depend projects/sendfile/lib/libalias/modules/ftp/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/ftp/Makefile.depend projects/sendfile/lib/libalias/modules/irc/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/irc/Makefile.depend projects/sendfile/lib/libalias/modules/nbt/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/nbt/Makefile.depend projects/sendfile/lib/libalias/modules/pptp/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/pptp/Makefile.depend projects/sendfile/lib/libalias/modules/skinny/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/skinny/Makefile.depend projects/sendfile/lib/libalias/modules/smedia/Makefile.depend - copied unchanged from r286879, head/lib/libalias/modules/smedia/Makefile.depend projects/sendfile/lib/libarchive/Makefile.depend - copied unchanged from r286879, head/lib/libarchive/Makefile.depend projects/sendfile/lib/libauditd/Makefile.depend - copied unchanged from r286879, head/lib/libauditd/Makefile.depend projects/sendfile/lib/libbegemot/Makefile.depend - copied unchanged from r286879, head/lib/libbegemot/Makefile.depend projects/sendfile/lib/libblocksruntime/Makefile.depend - copied unchanged from r286879, head/lib/libblocksruntime/Makefile.depend projects/sendfile/lib/libbluetooth/Makefile.depend - copied unchanged from r286879, head/lib/libbluetooth/Makefile.depend projects/sendfile/lib/libbsm/Makefile.depend - copied unchanged from r286879, head/lib/libbsm/Makefile.depend projects/sendfile/lib/libbsnmp/libbsnmp/Makefile.depend - copied unchanged from r286879, head/lib/libbsnmp/libbsnmp/Makefile.depend projects/sendfile/lib/libbz2/Makefile.depend - copied unchanged from r286879, head/lib/libbz2/Makefile.depend projects/sendfile/lib/libc++/Makefile.depend - copied unchanged from r286879, head/lib/libc++/Makefile.depend projects/sendfile/lib/libc/Makefile.depend - copied unchanged from r286879, head/lib/libc/Makefile.depend projects/sendfile/lib/libc/aarch64/gen/_ctx_start.S - copied unchanged from r286879, head/lib/libc/aarch64/gen/_ctx_start.S projects/sendfile/lib/libc/aarch64/gen/fpgetmask.c - copied unchanged from r286879, head/lib/libc/aarch64/gen/fpgetmask.c projects/sendfile/lib/libc/aarch64/gen/fpsetmask.c - copied unchanged from r286879, head/lib/libc/aarch64/gen/fpsetmask.c projects/sendfile/lib/libc/aarch64/gen/makecontext.c - copied unchanged from r286879, head/lib/libc/aarch64/gen/makecontext.c projects/sendfile/lib/libc/secure/ - copied from r286879, head/lib/libc/secure/ projects/sendfile/lib/libc/sys/numa_getaffinity.2 - copied unchanged from r286879, head/lib/libc/sys/numa_getaffinity.2 projects/sendfile/lib/libc_nonshared/Makefile.depend - copied unchanged from r286879, head/lib/libc_nonshared/Makefile.depend projects/sendfile/lib/libcalendar/Makefile.depend - copied unchanged from r286879, head/lib/libcalendar/Makefile.depend projects/sendfile/lib/libcam/Makefile.depend - copied unchanged from r286879, head/lib/libcam/Makefile.depend projects/sendfile/lib/libcapsicum/Makefile.depend - copied unchanged from r286879, head/lib/libcapsicum/Makefile.depend projects/sendfile/lib/libcom_err/Makefile.depend - copied unchanged from r286879, head/lib/libcom_err/Makefile.depend projects/sendfile/lib/libcompat/Makefile.depend - copied unchanged from r286879, head/lib/libcompat/Makefile.depend projects/sendfile/lib/libcompiler_rt/Makefile.depend - copied unchanged from r286879, head/lib/libcompiler_rt/Makefile.depend projects/sendfile/lib/libcrypt/Makefile.depend - copied unchanged from r286879, head/lib/libcrypt/Makefile.depend projects/sendfile/lib/libcrypt/tests/Makefile.depend - copied unchanged from r286879, head/lib/libcrypt/tests/Makefile.depend projects/sendfile/lib/libcuse/Makefile.depend - copied unchanged from r286879, head/lib/libcuse/Makefile.depend projects/sendfile/lib/libcxxrt/Makefile.depend - copied unchanged from r286879, head/lib/libcxxrt/Makefile.depend projects/sendfile/lib/libcxxrt/Makefile.depend.host - copied unchanged from r286879, head/lib/libcxxrt/Makefile.depend.host projects/sendfile/lib/libdevinfo/Makefile.depend - copied unchanged from r286879, head/lib/libdevinfo/Makefile.depend projects/sendfile/lib/libdevstat/Makefile.depend - copied unchanged from r286879, head/lib/libdevstat/Makefile.depend projects/sendfile/lib/libdpv/Makefile.depend - copied unchanged from r286879, head/lib/libdpv/Makefile.depend projects/sendfile/lib/libdwarf/Makefile.depend - copied unchanged from r286879, head/lib/libdwarf/Makefile.depend projects/sendfile/lib/libedit/Makefile.depend - copied unchanged from r286879, head/lib/libedit/Makefile.depend projects/sendfile/lib/libedit/edit/readline/Makefile.depend - copied unchanged from r286879, head/lib/libedit/edit/readline/Makefile.depend projects/sendfile/lib/libelf/Makefile.depend - copied unchanged from r286879, head/lib/libelf/Makefile.depend projects/sendfile/lib/libelftc/Makefile.depend - copied unchanged from r286879, head/lib/libelftc/Makefile.depend projects/sendfile/lib/libevent/Makefile.depend - copied unchanged from r286879, head/lib/libevent/Makefile.depend projects/sendfile/lib/libexecinfo/Makefile.depend - copied unchanged from r286879, head/lib/libexecinfo/Makefile.depend projects/sendfile/lib/libexpat/Makefile.depend - copied unchanged from r286879, head/lib/libexpat/Makefile.depend projects/sendfile/lib/libfetch/Makefile.depend - copied unchanged from r286879, head/lib/libfetch/Makefile.depend projects/sendfile/lib/libfigpar/Makefile.depend - copied unchanged from r286879, head/lib/libfigpar/Makefile.depend projects/sendfile/lib/libgeom/Makefile.depend - copied unchanged from r286879, head/lib/libgeom/Makefile.depend projects/sendfile/lib/libgpib/Makefile.depend - copied unchanged from r286879, head/lib/libgpib/Makefile.depend projects/sendfile/lib/libgpio/Makefile.depend - copied unchanged from r286879, head/lib/libgpio/Makefile.depend projects/sendfile/lib/libgssapi/Makefile.depend - copied unchanged from r286879, head/lib/libgssapi/Makefile.depend projects/sendfile/lib/libiconv_modules/BIG5/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/BIG5/Makefile.depend projects/sendfile/lib/libiconv_modules/DECHanyu/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/DECHanyu/Makefile.depend projects/sendfile/lib/libiconv_modules/EUC/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/EUC/Makefile.depend projects/sendfile/lib/libiconv_modules/EUCTW/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/EUCTW/Makefile.depend projects/sendfile/lib/libiconv_modules/GBK2K/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/GBK2K/Makefile.depend projects/sendfile/lib/libiconv_modules/HZ/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/HZ/Makefile.depend projects/sendfile/lib/libiconv_modules/ISO2022/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/ISO2022/Makefile.depend projects/sendfile/lib/libiconv_modules/JOHAB/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/JOHAB/Makefile.depend projects/sendfile/lib/libiconv_modules/MSKanji/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/MSKanji/Makefile.depend projects/sendfile/lib/libiconv_modules/UES/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/UES/Makefile.depend projects/sendfile/lib/libiconv_modules/UTF1632/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/UTF1632/Makefile.depend projects/sendfile/lib/libiconv_modules/UTF7/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/UTF7/Makefile.depend projects/sendfile/lib/libiconv_modules/UTF8/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/UTF8/Makefile.depend projects/sendfile/lib/libiconv_modules/VIQR/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/VIQR/Makefile.depend projects/sendfile/lib/libiconv_modules/ZW/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/ZW/Makefile.depend projects/sendfile/lib/libiconv_modules/iconv_none/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/iconv_none/Makefile.depend projects/sendfile/lib/libiconv_modules/iconv_std/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/iconv_std/Makefile.depend projects/sendfile/lib/libiconv_modules/mapper_646/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/mapper_646/Makefile.depend projects/sendfile/lib/libiconv_modules/mapper_none/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/mapper_none/Makefile.depend projects/sendfile/lib/libiconv_modules/mapper_parallel/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/mapper_parallel/Makefile.depend projects/sendfile/lib/libiconv_modules/mapper_serial/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/mapper_serial/Makefile.depend projects/sendfile/lib/libiconv_modules/mapper_std/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/mapper_std/Makefile.depend projects/sendfile/lib/libiconv_modules/mapper_zone/Makefile.depend - copied unchanged from r286879, head/lib/libiconv_modules/mapper_zone/Makefile.depend projects/sendfile/lib/libipsec/Makefile.depend - copied unchanged from r286879, head/lib/libipsec/Makefile.depend projects/sendfile/lib/libjail/Makefile.depend - copied unchanged from r286879, head/lib/libjail/Makefile.depend projects/sendfile/lib/libkiconv/Makefile.depend - copied unchanged from r286879, head/lib/libkiconv/Makefile.depend projects/sendfile/lib/libkvm/Makefile.depend - copied unchanged from r286879, head/lib/libkvm/Makefile.depend projects/sendfile/lib/libldns/Makefile.depend - copied unchanged from r286879, head/lib/libldns/Makefile.depend projects/sendfile/lib/liblzma/Makefile.depend - copied unchanged from r286879, head/lib/liblzma/Makefile.depend projects/sendfile/lib/libmagic/Makefile.depend - copied unchanged from r286879, head/lib/libmagic/Makefile.depend projects/sendfile/lib/libmd/Makefile.depend - copied unchanged from r286879, head/lib/libmd/Makefile.depend projects/sendfile/lib/libmd/Makefile.depend.host - copied unchanged from r286879, head/lib/libmd/Makefile.depend.host projects/sendfile/lib/libmemstat/Makefile.depend - copied unchanged from r286879, head/lib/libmemstat/Makefile.depend projects/sendfile/lib/libmilter/Makefile.depend - copied unchanged from r286879, head/lib/libmilter/Makefile.depend projects/sendfile/lib/libmp/Makefile.depend - copied unchanged from r286879, head/lib/libmp/Makefile.depend projects/sendfile/lib/libmt/Makefile.depend - copied unchanged from r286879, head/lib/libmt/Makefile.depend projects/sendfile/lib/libnetbsd/Makefile.depend - copied unchanged from r286879, head/lib/libnetbsd/Makefile.depend projects/sendfile/lib/libnetgraph/Makefile.depend - copied unchanged from r286879, head/lib/libnetgraph/Makefile.depend projects/sendfile/lib/libngatm/Makefile.depend - copied unchanged from r286879, head/lib/libngatm/Makefile.depend projects/sendfile/lib/libnv/Makefile.depend - copied unchanged from r286879, head/lib/libnv/Makefile.depend projects/sendfile/lib/libnv/tests/nv_array_tests.cc - copied unchanged from r286879, head/lib/libnv/tests/nv_array_tests.cc projects/sendfile/lib/libohash/Makefile.depend - copied unchanged from r286879, head/lib/libohash/Makefile.depend projects/sendfile/lib/libopie/Makefile.depend - copied unchanged from r286879, head/lib/libopie/Makefile.depend projects/sendfile/lib/libpam/libpam/Makefile.depend - copied unchanged from r286879, head/lib/libpam/libpam/Makefile.depend projects/sendfile/lib/libpam/modules/pam_chroot/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_chroot/Makefile.depend projects/sendfile/lib/libpam/modules/pam_deny/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_deny/Makefile.depend projects/sendfile/lib/libpam/modules/pam_echo/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_echo/Makefile.depend projects/sendfile/lib/libpam/modules/pam_exec/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_exec/Makefile.depend projects/sendfile/lib/libpam/modules/pam_ftpusers/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_ftpusers/Makefile.depend projects/sendfile/lib/libpam/modules/pam_group/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_group/Makefile.depend projects/sendfile/lib/libpam/modules/pam_guest/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_guest/Makefile.depend projects/sendfile/lib/libpam/modules/pam_krb5/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_krb5/Makefile.depend projects/sendfile/lib/libpam/modules/pam_ksu/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_ksu/Makefile.depend projects/sendfile/lib/libpam/modules/pam_lastlog/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_lastlog/Makefile.depend projects/sendfile/lib/libpam/modules/pam_login_access/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_login_access/Makefile.depend projects/sendfile/lib/libpam/modules/pam_nologin/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_nologin/Makefile.depend projects/sendfile/lib/libpam/modules/pam_opie/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_opie/Makefile.depend projects/sendfile/lib/libpam/modules/pam_opieaccess/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_opieaccess/Makefile.depend projects/sendfile/lib/libpam/modules/pam_passwdqc/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_passwdqc/Makefile.depend projects/sendfile/lib/libpam/modules/pam_permit/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_permit/Makefile.depend projects/sendfile/lib/libpam/modules/pam_radius/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_radius/Makefile.depend projects/sendfile/lib/libpam/modules/pam_rhosts/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_rhosts/Makefile.depend projects/sendfile/lib/libpam/modules/pam_rootok/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_rootok/Makefile.depend projects/sendfile/lib/libpam/modules/pam_securetty/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_securetty/Makefile.depend projects/sendfile/lib/libpam/modules/pam_self/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_self/Makefile.depend projects/sendfile/lib/libpam/modules/pam_ssh/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_ssh/Makefile.depend projects/sendfile/lib/libpam/modules/pam_tacplus/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_tacplus/Makefile.depend projects/sendfile/lib/libpam/modules/pam_unix/Makefile.depend - copied unchanged from r286879, head/lib/libpam/modules/pam_unix/Makefile.depend projects/sendfile/lib/libpam/static_modules/ - copied from r286879, head/lib/libpam/static_modules/ projects/sendfile/lib/libpcap/Makefile.depend - copied unchanged from r286879, head/lib/libpcap/Makefile.depend projects/sendfile/lib/libpmc/Makefile.depend - copied unchanged from r286879, head/lib/libpmc/Makefile.depend projects/sendfile/lib/libproc/Makefile.depend - copied unchanged from r286879, head/lib/libproc/Makefile.depend projects/sendfile/lib/libprocstat/Makefile.depend - copied unchanged from r286879, head/lib/libprocstat/Makefile.depend projects/sendfile/lib/libprocstat/zfs/Makefile.depend - copied unchanged from r286879, head/lib/libprocstat/zfs/Makefile.depend projects/sendfile/lib/libradius/Makefile.depend - copied unchanged from r286879, head/lib/libradius/Makefile.depend projects/sendfile/lib/librpcsec_gss/Makefile.depend - copied unchanged from r286879, head/lib/librpcsec_gss/Makefile.depend projects/sendfile/lib/librpcsvc/Makefile.depend - copied unchanged from r286879, head/lib/librpcsvc/Makefile.depend projects/sendfile/lib/librt/Makefile.depend - copied unchanged from r286879, head/lib/librt/Makefile.depend projects/sendfile/lib/librtld_db/Makefile.depend - copied unchanged from r286879, head/lib/librtld_db/Makefile.depend projects/sendfile/lib/libsbuf/Makefile.depend - copied unchanged from r286879, head/lib/libsbuf/Makefile.depend projects/sendfile/lib/libsdp/Makefile.depend - copied unchanged from r286879, head/lib/libsdp/Makefile.depend projects/sendfile/lib/libsm/Makefile.depend - copied unchanged from r286879, head/lib/libsm/Makefile.depend projects/sendfile/lib/libsmb/Makefile.depend - copied unchanged from r286879, head/lib/libsmb/Makefile.depend projects/sendfile/lib/libsmdb/Makefile.depend - copied unchanged from r286879, head/lib/libsmdb/Makefile.depend projects/sendfile/lib/libsmutil/Makefile.depend - copied unchanged from r286879, head/lib/libsmutil/Makefile.depend projects/sendfile/lib/libsqlite3/Makefile.depend - copied unchanged from r286879, head/lib/libsqlite3/Makefile.depend projects/sendfile/lib/libstand/Makefile.depend - copied unchanged from r286879, head/lib/libstand/Makefile.depend projects/sendfile/lib/libstdbuf/Makefile.depend - copied unchanged from r286879, head/lib/libstdbuf/Makefile.depend projects/sendfile/lib/libstdthreads/Makefile.depend - copied unchanged from r286879, head/lib/libstdthreads/Makefile.depend projects/sendfile/lib/libtacplus/Makefile.depend - copied unchanged from r286879, head/lib/libtacplus/Makefile.depend projects/sendfile/lib/libtelnet/Makefile.depend - copied unchanged from r286879, head/lib/libtelnet/Makefile.depend projects/sendfile/lib/libthr/Makefile.depend - copied unchanged from r286879, head/lib/libthr/Makefile.depend projects/sendfile/lib/libthread_db/Makefile.depend - copied unchanged from r286879, head/lib/libthread_db/Makefile.depend projects/sendfile/lib/libucl/Makefile.depend - copied unchanged from r286879, head/lib/libucl/Makefile.depend projects/sendfile/lib/libufs/Makefile.depend - copied unchanged from r286879, head/lib/libufs/Makefile.depend projects/sendfile/lib/libugidfw/Makefile.depend - copied unchanged from r286879, head/lib/libugidfw/Makefile.depend projects/sendfile/lib/libulog/Makefile.depend - copied unchanged from r286879, head/lib/libulog/Makefile.depend projects/sendfile/lib/libunbound/Makefile.depend - copied unchanged from r286879, head/lib/libunbound/Makefile.depend projects/sendfile/lib/libusb/Makefile.depend - copied unchanged from r286879, head/lib/libusb/Makefile.depend projects/sendfile/lib/libusbhid/Makefile.depend - copied unchanged from r286879, head/lib/libusbhid/Makefile.depend projects/sendfile/lib/libutil/Makefile.depend - copied unchanged from r286879, head/lib/libutil/Makefile.depend projects/sendfile/lib/libvgl/Makefile.depend - copied unchanged from r286879, head/lib/libvgl/Makefile.depend projects/sendfile/lib/libvmmapi/Makefile.depend - copied unchanged from r286879, head/lib/libvmmapi/Makefile.depend projects/sendfile/lib/libwrap/Makefile.depend - copied unchanged from r286879, head/lib/libwrap/Makefile.depend projects/sendfile/lib/libxo/Makefile.depend - copied unchanged from r286879, head/lib/libxo/Makefile.depend projects/sendfile/lib/liby/Makefile.depend - copied unchanged from r286879, head/lib/liby/Makefile.depend projects/sendfile/lib/libypclnt/Makefile.depend - copied unchanged from r286879, head/lib/libypclnt/Makefile.depend projects/sendfile/lib/libz/Makefile.depend - copied unchanged from r286879, head/lib/libz/Makefile.depend projects/sendfile/lib/msun/Makefile.depend - copied unchanged from r286879, head/lib/msun/Makefile.depend projects/sendfile/lib/ncurses/form/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/form/Makefile.depend projects/sendfile/lib/ncurses/formw/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/formw/Makefile.depend projects/sendfile/lib/ncurses/menu/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/menu/Makefile.depend projects/sendfile/lib/ncurses/menuw/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/menuw/Makefile.depend projects/sendfile/lib/ncurses/ncurses/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/ncurses/Makefile.depend projects/sendfile/lib/ncurses/ncursesw/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/ncursesw/Makefile.depend projects/sendfile/lib/ncurses/panel/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/panel/Makefile.depend projects/sendfile/lib/ncurses/panelw/Makefile.depend - copied unchanged from r286879, head/lib/ncurses/panelw/Makefile.depend projects/sendfile/libexec/atf/atf-check/Makefile.depend - copied unchanged from r286879, head/libexec/atf/atf-check/Makefile.depend projects/sendfile/libexec/atf/atf-sh/Makefile.depend - copied unchanged from r286879, head/libexec/atf/atf-sh/Makefile.depend projects/sendfile/libexec/atrun/Makefile.depend - copied unchanged from r286879, head/libexec/atrun/Makefile.depend projects/sendfile/libexec/bootpd/Makefile.depend - copied unchanged from r286879, head/libexec/bootpd/Makefile.depend projects/sendfile/libexec/bootpd/bootpgw/Makefile.depend - copied unchanged from r286879, head/libexec/bootpd/bootpgw/Makefile.depend projects/sendfile/libexec/bootpd/tools/bootpef/Makefile.depend - copied unchanged from r286879, head/libexec/bootpd/tools/bootpef/Makefile.depend projects/sendfile/libexec/bootpd/tools/bootptest/Makefile.depend - copied unchanged from r286879, head/libexec/bootpd/tools/bootptest/Makefile.depend projects/sendfile/libexec/comsat/Makefile.depend - copied unchanged from r286879, head/libexec/comsat/Makefile.depend projects/sendfile/libexec/fingerd/Makefile.depend - copied unchanged from r286879, head/libexec/fingerd/Makefile.depend projects/sendfile/libexec/ftpd/Makefile.depend - copied unchanged from r286879, head/libexec/ftpd/Makefile.depend projects/sendfile/libexec/getty/Makefile.depend - copied unchanged from r286879, head/libexec/getty/Makefile.depend projects/sendfile/libexec/mail.local/Makefile.depend - copied unchanged from r286879, head/libexec/mail.local/Makefile.depend projects/sendfile/libexec/mknetid/Makefile.depend - copied unchanged from r286879, head/libexec/mknetid/Makefile.depend projects/sendfile/libexec/pppoed/Makefile.depend - copied unchanged from r286879, head/libexec/pppoed/Makefile.depend projects/sendfile/libexec/rbootd/Makefile.depend - copied unchanged from r286879, head/libexec/rbootd/Makefile.depend projects/sendfile/libexec/revnetgroup/Makefile.depend - copied unchanged from r286879, head/libexec/revnetgroup/Makefile.depend projects/sendfile/libexec/rlogind/Makefile.depend - copied unchanged from r286879, head/libexec/rlogind/Makefile.depend projects/sendfile/libexec/rpc.rquotad/Makefile.depend - copied unchanged from r286879, head/libexec/rpc.rquotad/Makefile.depend projects/sendfile/libexec/rpc.rstatd/Makefile.depend - copied unchanged from r286879, head/libexec/rpc.rstatd/Makefile.depend projects/sendfile/libexec/rpc.rusersd/Makefile.depend - copied unchanged from r286879, head/libexec/rpc.rusersd/Makefile.depend projects/sendfile/libexec/rpc.rwalld/Makefile.depend - copied unchanged from r286879, head/libexec/rpc.rwalld/Makefile.depend projects/sendfile/libexec/rpc.sprayd/Makefile.depend - copied unchanged from r286879, head/libexec/rpc.sprayd/Makefile.depend projects/sendfile/libexec/rshd/Makefile.depend - copied unchanged from r286879, head/libexec/rshd/Makefile.depend projects/sendfile/libexec/rtld-elf/Makefile.depend - copied unchanged from r286879, head/libexec/rtld-elf/Makefile.depend projects/sendfile/libexec/save-entropy/Makefile.depend - copied unchanged from r286879, head/libexec/save-entropy/Makefile.depend projects/sendfile/libexec/smrsh/Makefile.depend - copied unchanged from r286879, head/libexec/smrsh/Makefile.depend projects/sendfile/libexec/talkd/Makefile.depend - copied unchanged from r286879, head/libexec/talkd/Makefile.depend projects/sendfile/libexec/tcpd/Makefile.depend - copied unchanged from r286879, head/libexec/tcpd/Makefile.depend projects/sendfile/libexec/telnetd/Makefile.depend - copied unchanged from r286879, head/libexec/telnetd/Makefile.depend projects/sendfile/libexec/tftp-proxy/Makefile.depend - copied unchanged from r286879, head/libexec/tftp-proxy/Makefile.depend projects/sendfile/libexec/tftpd/Makefile.depend - copied unchanged from r286879, head/libexec/tftpd/Makefile.depend projects/sendfile/libexec/ulog-helper/Makefile.depend - copied unchanged from r286879, head/libexec/ulog-helper/Makefile.depend projects/sendfile/libexec/ypxfr/Makefile.depend - copied unchanged from r286879, head/libexec/ypxfr/Makefile.depend projects/sendfile/release/Makefile.azure - copied unchanged from r286879, head/release/Makefile.azure projects/sendfile/release/Makefile.gce - copied unchanged from r286879, head/release/Makefile.gce projects/sendfile/release/Makefile.vagrant - copied unchanged from r286879, head/release/Makefile.vagrant projects/sendfile/release/arm/CUBOX-HUMMINGBOARD.conf - copied unchanged from r286879, head/release/arm/CUBOX-HUMMINGBOARD.conf projects/sendfile/release/arm/GUMSTIX.conf - copied unchanged from r286879, head/release/arm/GUMSTIX.conf projects/sendfile/release/scripts/atlas-upload.sh - copied unchanged from r286879, head/release/scripts/atlas-upload.sh projects/sendfile/release/scripts/box.ovf - copied unchanged from r286879, head/release/scripts/box.ovf projects/sendfile/release/tools/vagrant-virtualbox.conf - copied unchanged from r286879, head/release/tools/vagrant-virtualbox.conf projects/sendfile/release/tools/vagrant-vmware.conf - copied unchanged from r286879, head/release/tools/vagrant-vmware.conf projects/sendfile/release/tools/vagrant.conf - copied unchanged from r286879, head/release/tools/vagrant.conf projects/sendfile/rescue/librescue/Makefile.depend - copied unchanged from r286879, head/rescue/librescue/Makefile.depend projects/sendfile/sbin/adjkerntz/Makefile.depend - copied unchanged from r286879, head/sbin/adjkerntz/Makefile.depend projects/sendfile/sbin/atm/atmconfig/Makefile.depend - copied unchanged from r286879, head/sbin/atm/atmconfig/Makefile.depend projects/sendfile/sbin/badsect/Makefile.depend - copied unchanged from r286879, head/sbin/badsect/Makefile.depend projects/sendfile/sbin/bsdlabel/Makefile.depend - copied unchanged from r286879, head/sbin/bsdlabel/Makefile.depend projects/sendfile/sbin/camcontrol/Makefile.depend - copied unchanged from r286879, head/sbin/camcontrol/Makefile.depend projects/sendfile/sbin/camcontrol/attrib.c - copied unchanged from r286879, head/sbin/camcontrol/attrib.c projects/sendfile/sbin/ccdconfig/Makefile.depend - copied unchanged from r286879, head/sbin/ccdconfig/Makefile.depend projects/sendfile/sbin/clri/Makefile.depend - copied unchanged from r286879, head/sbin/clri/Makefile.depend projects/sendfile/sbin/comcontrol/Makefile.depend - copied unchanged from r286879, head/sbin/comcontrol/Makefile.depend projects/sendfile/sbin/conscontrol/Makefile.depend - copied unchanged from r286879, head/sbin/conscontrol/Makefile.depend projects/sendfile/sbin/ddb/Makefile.depend - copied unchanged from r286879, head/sbin/ddb/Makefile.depend projects/sendfile/sbin/devd/Makefile.depend - copied unchanged from r286879, head/sbin/devd/Makefile.depend projects/sendfile/sbin/devfs/Makefile.depend - copied unchanged from r286879, head/sbin/devfs/Makefile.depend projects/sendfile/sbin/dhclient/Makefile.depend - copied unchanged from r286879, head/sbin/dhclient/Makefile.depend projects/sendfile/sbin/dmesg/Makefile.depend - copied unchanged from r286879, head/sbin/dmesg/Makefile.depend projects/sendfile/sbin/dump/Makefile.depend - copied unchanged from r286879, head/sbin/dump/Makefile.depend projects/sendfile/sbin/dumpfs/Makefile.depend - copied unchanged from r286879, head/sbin/dumpfs/Makefile.depend projects/sendfile/sbin/dumpon/Makefile.depend - copied unchanged from r286879, head/sbin/dumpon/Makefile.depend projects/sendfile/sbin/etherswitchcfg/Makefile.depend - copied unchanged from r286879, head/sbin/etherswitchcfg/Makefile.depend projects/sendfile/sbin/fdisk/Makefile.depend - copied unchanged from r286879, head/sbin/fdisk/Makefile.depend projects/sendfile/sbin/fdisk_pc98/Makefile.depend - copied unchanged from r286879, head/sbin/fdisk_pc98/Makefile.depend projects/sendfile/sbin/ffsinfo/Makefile.depend - copied unchanged from r286879, head/sbin/ffsinfo/Makefile.depend projects/sendfile/sbin/fsck/Makefile.depend - copied unchanged from r286879, head/sbin/fsck/Makefile.depend projects/sendfile/sbin/fsck_ffs/Makefile.depend - copied unchanged from r286879, head/sbin/fsck_ffs/Makefile.depend projects/sendfile/sbin/fsck_msdosfs/Makefile.depend - copied unchanged from r286879, head/sbin/fsck_msdosfs/Makefile.depend projects/sendfile/sbin/fsdb/Makefile.depend - copied unchanged from r286879, head/sbin/fsdb/Makefile.depend projects/sendfile/sbin/fsirand/Makefile.depend - copied unchanged from r286879, head/sbin/fsirand/Makefile.depend projects/sendfile/sbin/gbde/Makefile.depend - copied unchanged from r286879, head/sbin/gbde/Makefile.depend projects/sendfile/sbin/geom/class/cache/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/cache/Makefile.depend projects/sendfile/sbin/geom/class/concat/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/concat/Makefile.depend projects/sendfile/sbin/geom/class/eli/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/eli/Makefile.depend projects/sendfile/sbin/geom/class/journal/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/journal/Makefile.depend projects/sendfile/sbin/geom/class/label/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/label/Makefile.depend projects/sendfile/sbin/geom/class/mirror/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/mirror/Makefile.depend projects/sendfile/sbin/geom/class/mountver/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/mountver/Makefile.depend projects/sendfile/sbin/geom/class/multipath/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/multipath/Makefile.depend projects/sendfile/sbin/geom/class/nop/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/nop/Makefile.depend projects/sendfile/sbin/geom/class/part/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/part/Makefile.depend projects/sendfile/sbin/geom/class/raid/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/raid/Makefile.depend projects/sendfile/sbin/geom/class/raid3/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/raid3/Makefile.depend projects/sendfile/sbin/geom/class/sched/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/sched/Makefile.depend projects/sendfile/sbin/geom/class/shsec/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/shsec/Makefile.depend projects/sendfile/sbin/geom/class/stripe/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/stripe/Makefile.depend projects/sendfile/sbin/geom/class/virstor/Makefile.depend - copied unchanged from r286879, head/sbin/geom/class/virstor/Makefile.depend projects/sendfile/sbin/geom/core/Makefile.depend - copied unchanged from r286879, head/sbin/geom/core/Makefile.depend projects/sendfile/sbin/ggate/ggatec/Makefile.depend - copied unchanged from r286879, head/sbin/ggate/ggatec/Makefile.depend projects/sendfile/sbin/ggate/ggated/Makefile.depend - copied unchanged from r286879, head/sbin/ggate/ggated/Makefile.depend projects/sendfile/sbin/ggate/ggatel/Makefile.depend - copied unchanged from r286879, head/sbin/ggate/ggatel/Makefile.depend projects/sendfile/sbin/growfs/Makefile.depend - copied unchanged from r286879, head/sbin/growfs/Makefile.depend projects/sendfile/sbin/gvinum/Makefile.depend - copied unchanged from r286879, head/sbin/gvinum/Makefile.depend projects/sendfile/sbin/hastctl/Makefile.depend - copied unchanged from r286879, head/sbin/hastctl/Makefile.depend projects/sendfile/sbin/hastd/Makefile.depend - copied unchanged from r286879, head/sbin/hastd/Makefile.depend projects/sendfile/sbin/ifconfig/Makefile.depend - copied unchanged from r286879, head/sbin/ifconfig/Makefile.depend projects/sendfile/sbin/init/Makefile.depend - copied unchanged from r286879, head/sbin/init/Makefile.depend projects/sendfile/sbin/ipf/ipf/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipf/Makefile.depend projects/sendfile/sbin/ipf/ipfs/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipfs/Makefile.depend projects/sendfile/sbin/ipf/ipfstat/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipfstat/Makefile.depend projects/sendfile/sbin/ipf/ipftest/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipftest/Makefile.depend projects/sendfile/sbin/ipf/ipmon/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipmon/Makefile.depend projects/sendfile/sbin/ipf/ipnat/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipnat/Makefile.depend projects/sendfile/sbin/ipf/ippool/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ippool/Makefile.depend projects/sendfile/sbin/ipf/ipresend/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/ipresend/Makefile.depend projects/sendfile/sbin/ipf/libipf/Makefile.depend - copied unchanged from r286879, head/sbin/ipf/libipf/Makefile.depend projects/sendfile/sbin/ipfw/Makefile.depend - copied unchanged from r286879, head/sbin/ipfw/Makefile.depend projects/sendfile/sbin/iscontrol/Makefile.depend - copied unchanged from r286879, head/sbin/iscontrol/Makefile.depend projects/sendfile/sbin/kldconfig/Makefile.depend - copied unchanged from r286879, head/sbin/kldconfig/Makefile.depend projects/sendfile/sbin/kldload/Makefile.depend - copied unchanged from r286879, head/sbin/kldload/Makefile.depend projects/sendfile/sbin/kldstat/Makefile.depend - copied unchanged from r286879, head/sbin/kldstat/Makefile.depend projects/sendfile/sbin/kldunload/Makefile.depend - copied unchanged from r286879, head/sbin/kldunload/Makefile.depend projects/sendfile/sbin/ldconfig/Makefile.depend - copied unchanged from r286879, head/sbin/ldconfig/Makefile.depend projects/sendfile/sbin/md5/Makefile.depend - copied unchanged from r286879, head/sbin/md5/Makefile.depend projects/sendfile/sbin/mdconfig/Makefile.depend - copied unchanged from r286879, head/sbin/mdconfig/Makefile.depend projects/sendfile/sbin/mdmfs/Makefile.depend - copied unchanged from r286879, head/sbin/mdmfs/Makefile.depend projects/sendfile/sbin/mknod/Makefile.depend - copied unchanged from r286879, head/sbin/mknod/Makefile.depend projects/sendfile/sbin/mksnap_ffs/Makefile.depend - copied unchanged from r286879, head/sbin/mksnap_ffs/Makefile.depend projects/sendfile/sbin/mount/Makefile.depend - copied unchanged from r286879, head/sbin/mount/Makefile.depend projects/sendfile/sbin/mount_cd9660/Makefile.depend - copied unchanged from r286879, head/sbin/mount_cd9660/Makefile.depend projects/sendfile/sbin/mount_fusefs/Makefile.depend - copied unchanged from r286879, head/sbin/mount_fusefs/Makefile.depend projects/sendfile/sbin/mount_msdosfs/Makefile.depend - copied unchanged from r286879, head/sbin/mount_msdosfs/Makefile.depend projects/sendfile/sbin/mount_nfs/Makefile.depend - copied unchanged from r286879, head/sbin/mount_nfs/Makefile.depend projects/sendfile/sbin/mount_nullfs/Makefile.depend - copied unchanged from r286879, head/sbin/mount_nullfs/Makefile.depend projects/sendfile/sbin/mount_udf/Makefile.depend - copied unchanged from r286879, head/sbin/mount_udf/Makefile.depend projects/sendfile/sbin/mount_unionfs/Makefile.depend - copied unchanged from r286879, head/sbin/mount_unionfs/Makefile.depend projects/sendfile/sbin/natd/Makefile.depend - copied unchanged from r286879, head/sbin/natd/Makefile.depend projects/sendfile/sbin/newfs/Makefile.depend - copied unchanged from r286879, head/sbin/newfs/Makefile.depend projects/sendfile/sbin/newfs_msdos/Makefile.depend - copied unchanged from r286879, head/sbin/newfs_msdos/Makefile.depend projects/sendfile/sbin/nfsiod/Makefile.depend - copied unchanged from r286879, head/sbin/nfsiod/Makefile.depend projects/sendfile/sbin/nos-tun/Makefile.depend - copied unchanged from r286879, head/sbin/nos-tun/Makefile.depend projects/sendfile/sbin/nvmecontrol/Makefile.depend - copied unchanged from r286879, head/sbin/nvmecontrol/Makefile.depend projects/sendfile/sbin/pfctl/Makefile.depend - copied unchanged from r286879, head/sbin/pfctl/Makefile.depend projects/sendfile/sbin/pflogd/Makefile.depend - copied unchanged from r286879, head/sbin/pflogd/Makefile.depend projects/sendfile/sbin/ping/Makefile.depend - copied unchanged from r286879, head/sbin/ping/Makefile.depend projects/sendfile/sbin/ping6/Makefile.depend - copied unchanged from r286879, head/sbin/ping6/Makefile.depend projects/sendfile/sbin/quotacheck/Makefile.depend - copied unchanged from r286879, head/sbin/quotacheck/Makefile.depend projects/sendfile/sbin/rcorder/Makefile.depend - copied unchanged from r286879, head/sbin/rcorder/Makefile.depend projects/sendfile/sbin/reboot/Makefile.depend - copied unchanged from r286879, head/sbin/reboot/Makefile.depend projects/sendfile/sbin/recoverdisk/Makefile.depend - copied unchanged from r286879, head/sbin/recoverdisk/Makefile.depend projects/sendfile/sbin/resolvconf/Makefile.depend - copied unchanged from r286879, head/sbin/resolvconf/Makefile.depend projects/sendfile/sbin/restore/Makefile.depend - copied unchanged from r286879, head/sbin/restore/Makefile.depend projects/sendfile/sbin/route/Makefile.depend - copied unchanged from r286879, head/sbin/route/Makefile.depend projects/sendfile/sbin/routed/Makefile.depend - copied unchanged from r286879, head/sbin/routed/Makefile.depend projects/sendfile/sbin/routed/rtquery/Makefile.depend - copied unchanged from r286879, head/sbin/routed/rtquery/Makefile.depend projects/sendfile/sbin/rtsol/Makefile.depend - copied unchanged from r286879, head/sbin/rtsol/Makefile.depend projects/sendfile/sbin/savecore/Makefile.depend - copied unchanged from r286879, head/sbin/savecore/Makefile.depend projects/sendfile/sbin/sconfig/Makefile.depend - copied unchanged from r286879, head/sbin/sconfig/Makefile.depend projects/sendfile/sbin/setkey/Makefile.depend - copied unchanged from r286879, head/sbin/setkey/Makefile.depend projects/sendfile/sbin/shutdown/Makefile.depend - copied unchanged from r286879, head/sbin/shutdown/Makefile.depend projects/sendfile/sbin/spppcontrol/Makefile.depend - copied unchanged from r286879, head/sbin/spppcontrol/Makefile.depend projects/sendfile/sbin/sunlabel/Makefile.depend - copied unchanged from r286879, head/sbin/sunlabel/Makefile.depend projects/sendfile/sbin/swapon/Makefile.depend - copied unchanged from r286879, head/sbin/swapon/Makefile.depend projects/sendfile/sbin/sysctl/Makefile.depend - copied unchanged from r286879, head/sbin/sysctl/Makefile.depend projects/sendfile/sbin/tunefs/Makefile.depend - copied unchanged from r286879, head/sbin/tunefs/Makefile.depend projects/sendfile/sbin/umount/Makefile.depend - copied unchanged from r286879, head/sbin/umount/Makefile.depend projects/sendfile/secure/lib/libcrypto/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/lib4758cca/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/lib4758cca/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libaep/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libaep/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libatalla/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libatalla/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libchil/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libchil/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libcswift/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libcswift/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libgost/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libgost/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libnuron/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libnuron/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libsureware/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libsureware/Makefile.depend projects/sendfile/secure/lib/libcrypto/engines/libubsec/Makefile.depend - copied unchanged from r286879, head/secure/lib/libcrypto/engines/libubsec/Makefile.depend projects/sendfile/secure/lib/libssh/Makefile.depend - copied unchanged from r286879, head/secure/lib/libssh/Makefile.depend projects/sendfile/secure/lib/libssl/Makefile.depend - copied unchanged from r286879, head/secure/lib/libssl/Makefile.depend projects/sendfile/secure/libexec/sftp-server/Makefile.depend - copied unchanged from r286879, head/secure/libexec/sftp-server/Makefile.depend projects/sendfile/secure/libexec/ssh-keysign/Makefile.depend - copied unchanged from r286879, head/secure/libexec/ssh-keysign/Makefile.depend projects/sendfile/secure/libexec/ssh-pkcs11-helper/Makefile.depend - copied unchanged from r286879, head/secure/libexec/ssh-pkcs11-helper/Makefile.depend projects/sendfile/secure/usr.bin/bdes/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/bdes/Makefile.depend projects/sendfile/secure/usr.bin/openssl/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/openssl/Makefile.depend projects/sendfile/secure/usr.bin/scp/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/scp/Makefile.depend projects/sendfile/secure/usr.bin/sftp/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/sftp/Makefile.depend projects/sendfile/secure/usr.bin/ssh-add/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/ssh-add/Makefile.depend projects/sendfile/secure/usr.bin/ssh-agent/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/ssh-agent/Makefile.depend projects/sendfile/secure/usr.bin/ssh-keygen/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/ssh-keygen/Makefile.depend projects/sendfile/secure/usr.bin/ssh-keyscan/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/ssh-keyscan/Makefile.depend projects/sendfile/secure/usr.bin/ssh/Makefile.depend - copied unchanged from r286879, head/secure/usr.bin/ssh/Makefile.depend projects/sendfile/secure/usr.sbin/sshd/Makefile.depend - copied unchanged from r286879, head/secure/usr.sbin/sshd/Makefile.depend projects/sendfile/share/colldef/Makefile.depend - copied unchanged from r286879, head/share/colldef/Makefile.depend projects/sendfile/share/dict/Makefile.depend - copied unchanged from r286879, head/share/dict/Makefile.depend projects/sendfile/share/doc/IPv6/Makefile.depend - copied unchanged from r286879, head/share/doc/IPv6/Makefile.depend projects/sendfile/share/doc/atf/Makefile.depend - copied unchanged from r286879, head/share/doc/atf/Makefile.depend projects/sendfile/share/doc/legal/intel_ipw/Makefile.depend - copied unchanged from r286879, head/share/doc/legal/intel_ipw/Makefile.depend projects/sendfile/share/doc/legal/intel_iwi/Makefile.depend - copied unchanged from r286879, head/share/doc/legal/intel_iwi/Makefile.depend projects/sendfile/share/doc/legal/intel_iwn/Makefile.depend - copied unchanged from r286879, head/share/doc/legal/intel_iwn/Makefile.depend projects/sendfile/share/doc/legal/intel_wpi/Makefile.depend - copied unchanged from r286879, head/share/doc/legal/intel_wpi/Makefile.depend projects/sendfile/share/doc/legal/realtek/Makefile.depend - copied unchanged from r286879, head/share/doc/legal/realtek/Makefile.depend projects/sendfile/share/doc/llvm/Makefile.depend - copied unchanged from r286879, head/share/doc/llvm/Makefile.depend projects/sendfile/share/doc/llvm/clang/Makefile.depend - copied unchanged from r286879, head/share/doc/llvm/clang/Makefile.depend projects/sendfile/share/doc/usd/13.viref/merge.awk - copied unchanged from r286879, head/share/doc/usd/13.viref/merge.awk projects/sendfile/share/dtrace/toolkit/Makefile.depend - copied unchanged from r286879, head/share/dtrace/toolkit/Makefile.depend projects/sendfile/share/examples/ipfilter/Makefile.depend - copied unchanged from r286879, head/share/examples/ipfilter/Makefile.depend projects/sendfile/share/examples/libvgl/Makefile.depend - copied unchanged from r286879, head/share/examples/libvgl/Makefile.depend projects/sendfile/share/examples/pf/Makefile.depend - copied unchanged from r286879, head/share/examples/pf/Makefile.depend projects/sendfile/share/i18n/csmapper/APPLE/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/APPLE/Makefile.depend projects/sendfile/share/i18n/csmapper/AST/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/AST/Makefile.depend projects/sendfile/share/i18n/csmapper/BIG5/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/BIG5/Makefile.depend projects/sendfile/share/i18n/csmapper/CNS/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/CNS/Makefile.depend projects/sendfile/share/i18n/csmapper/CP/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/CP/Makefile.depend projects/sendfile/share/i18n/csmapper/EBCDIC/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/EBCDIC/Makefile.depend projects/sendfile/share/i18n/csmapper/GB/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/GB/Makefile.depend projects/sendfile/share/i18n/csmapper/GEORGIAN/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/GEORGIAN/Makefile.depend projects/sendfile/share/i18n/csmapper/ISO-8859/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/ISO-8859/Makefile.depend projects/sendfile/share/i18n/csmapper/ISO646/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/ISO646/Makefile.depend projects/sendfile/share/i18n/csmapper/JIS/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/JIS/Makefile.depend projects/sendfile/share/i18n/csmapper/KAZAKH/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/KAZAKH/Makefile.depend projects/sendfile/share/i18n/csmapper/KOI/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/KOI/Makefile.depend projects/sendfile/share/i18n/csmapper/KS/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/KS/Makefile.depend projects/sendfile/share/i18n/csmapper/MISC/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/MISC/Makefile.depend projects/sendfile/share/i18n/csmapper/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/Makefile.depend projects/sendfile/share/i18n/csmapper/TCVN/Makefile.depend - copied unchanged from r286879, head/share/i18n/csmapper/TCVN/Makefile.depend projects/sendfile/share/i18n/esdb/APPLE/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/APPLE/Makefile.depend projects/sendfile/share/i18n/esdb/AST/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/AST/Makefile.depend projects/sendfile/share/i18n/esdb/BIG5/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/BIG5/Makefile.depend projects/sendfile/share/i18n/esdb/CP/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/CP/Makefile.depend projects/sendfile/share/i18n/esdb/DEC/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/DEC/Makefile.depend projects/sendfile/share/i18n/esdb/EBCDIC/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/EBCDIC/Makefile.depend projects/sendfile/share/i18n/esdb/EUC/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/EUC/Makefile.depend projects/sendfile/share/i18n/esdb/GB/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/GB/Makefile.depend projects/sendfile/share/i18n/esdb/GEORGIAN/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/GEORGIAN/Makefile.depend projects/sendfile/share/i18n/esdb/ISO-2022/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/ISO-2022/Makefile.depend projects/sendfile/share/i18n/esdb/ISO-8859/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/ISO-8859/Makefile.depend projects/sendfile/share/i18n/esdb/ISO646/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/ISO646/Makefile.depend projects/sendfile/share/i18n/esdb/KAZAKH/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/KAZAKH/Makefile.depend projects/sendfile/share/i18n/esdb/KOI/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/KOI/Makefile.depend projects/sendfile/share/i18n/esdb/MISC/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/MISC/Makefile.depend projects/sendfile/share/i18n/esdb/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/Makefile.depend projects/sendfile/share/i18n/esdb/TCVN/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/TCVN/Makefile.depend projects/sendfile/share/i18n/esdb/UTF/Makefile.depend - copied unchanged from r286879, head/share/i18n/esdb/UTF/Makefile.depend projects/sendfile/share/man/man1/Makefile.depend - copied unchanged from r286879, head/share/man/man1/Makefile.depend projects/sendfile/share/man/man3/Makefile.depend - copied unchanged from r286879, head/share/man/man3/Makefile.depend projects/sendfile/share/man/man4/Makefile.depend - copied unchanged from r286879, head/share/man/man4/Makefile.depend projects/sendfile/share/man/man4/cloudabi.4 - copied unchanged from r286879, head/share/man/man4/cloudabi.4 projects/sendfile/share/man/man4/cyapa.4 - copied unchanged from r286879, head/share/man/man4/cyapa.4 projects/sendfile/share/man/man4/dtrace_io.4 - copied unchanged from r286879, head/share/man/man4/dtrace_io.4 projects/sendfile/share/man/man4/dtrace_ip.4 - copied unchanged from r286879, head/share/man/man4/dtrace_ip.4 projects/sendfile/share/man/man4/dtrace_proc.4 - copied unchanged from r286879, head/share/man/man4/dtrace_proc.4 projects/sendfile/share/man/man4/dtrace_sched.4 - copied unchanged from r286879, head/share/man/man4/dtrace_sched.4 projects/sendfile/share/man/man4/dtrace_tcp.4 - copied unchanged from r286879, head/share/man/man4/dtrace_tcp.4 projects/sendfile/share/man/man4/dtrace_udp.4 - copied unchanged from r286879, head/share/man/man4/dtrace_udp.4 projects/sendfile/share/man/man4/isl.4 - copied unchanged from r286879, head/share/man/man4/isl.4 projects/sendfile/share/man/man4/iwm.4 - copied unchanged from r286879, head/share/man/man4/iwm.4 projects/sendfile/share/man/man4/iwmfw.4 - copied unchanged from r286879, head/share/man/man4/iwmfw.4 projects/sendfile/share/man/man4/man4.arm/Makefile.depend - copied unchanged from r286879, head/share/man/man4/man4.arm/Makefile.depend projects/sendfile/share/man/man4/man4.arm/am335x_dmtpps.4 - copied unchanged from r286879, head/share/man/man4/man4.arm/am335x_dmtpps.4 projects/sendfile/share/man/man4/man4.i386/Makefile.depend - copied unchanged from r286879, head/share/man/man4/man4.i386/Makefile.depend projects/sendfile/share/man/man4/man4.powerpc/Makefile.depend - copied unchanged from r286879, head/share/man/man4/man4.powerpc/Makefile.depend projects/sendfile/share/man/man4/man4.sparc64/Makefile.depend - copied unchanged from r286879, head/share/man/man4/man4.sparc64/Makefile.depend projects/sendfile/share/man/man4/numa.4 - copied unchanged from r286879, head/share/man/man4/numa.4 projects/sendfile/share/man/man4/pms.4 - copied unchanged from r286879, head/share/man/man4/pms.4 projects/sendfile/share/man/man4/ugold.4 - copied unchanged from r286879, head/share/man/man4/ugold.4 projects/sendfile/share/man/man5/Makefile.depend - copied unchanged from r286879, head/share/man/man5/Makefile.depend projects/sendfile/share/man/man6/Makefile.depend - copied unchanged from r286879, head/share/man/man6/Makefile.depend projects/sendfile/share/man/man7/Makefile.depend - copied unchanged from r286879, head/share/man/man7/Makefile.depend projects/sendfile/share/man/man8/Makefile.depend - copied unchanged from r286879, head/share/man/man8/Makefile.depend projects/sendfile/share/man/man9/Makefile.depend - copied unchanged from r286879, head/share/man/man9/Makefile.depend projects/sendfile/share/man/man9/nv.9 - copied unchanged from r286879, head/share/man/man9/nv.9 projects/sendfile/share/man/man9/pmap_quick_enter_page.9 - copied unchanged from r286879, head/share/man/man9/pmap_quick_enter_page.9 projects/sendfile/share/me/Makefile.depend - copied unchanged from r286879, head/share/me/Makefile.depend projects/sendfile/share/misc/Makefile.depend - copied unchanged from r286879, head/share/misc/Makefile.depend projects/sendfile/share/mk/auto.obj.mk - copied unchanged from r286879, head/share/mk/auto.obj.mk projects/sendfile/share/mk/dirdeps.mk - copied unchanged from r286879, head/share/mk/dirdeps.mk projects/sendfile/share/mk/gendirdeps.mk - copied unchanged from r286879, head/share/mk/gendirdeps.mk projects/sendfile/share/mk/host-target.mk - copied unchanged from r286879, head/share/mk/host-target.mk projects/sendfile/share/mk/install-new.mk - copied unchanged from r286879, head/share/mk/install-new.mk projects/sendfile/share/mk/local.autodep.mk - copied unchanged from r286879, head/share/mk/local.autodep.mk projects/sendfile/share/mk/local.dirdeps.mk - copied unchanged from r286879, head/share/mk/local.dirdeps.mk projects/sendfile/share/mk/local.gendirdeps.mk - copied unchanged from r286879, head/share/mk/local.gendirdeps.mk projects/sendfile/share/mk/local.init.mk - copied unchanged from r286879, head/share/mk/local.init.mk projects/sendfile/share/mk/local.meta.sys.mk - copied unchanged from r286879, head/share/mk/local.meta.sys.mk projects/sendfile/share/mk/local.sys.env.mk - copied unchanged from r286879, head/share/mk/local.sys.env.mk projects/sendfile/share/mk/local.sys.mk - copied unchanged from r286879, head/share/mk/local.sys.mk projects/sendfile/share/mk/meta.autodep.mk - copied unchanged from r286879, head/share/mk/meta.autodep.mk projects/sendfile/share/mk/meta.stage.mk - copied unchanged from r286879, head/share/mk/meta.stage.mk projects/sendfile/share/mk/meta.subdir.mk - copied unchanged from r286879, head/share/mk/meta.subdir.mk projects/sendfile/share/mk/meta.sys.mk - copied unchanged from r286879, head/share/mk/meta.sys.mk projects/sendfile/share/mk/meta2deps.py - copied unchanged from r286879, head/share/mk/meta2deps.py projects/sendfile/share/mk/meta2deps.sh - copied unchanged from r286879, head/share/mk/meta2deps.sh projects/sendfile/share/mk/src.sys.env.mk - copied unchanged from r286879, head/share/mk/src.sys.env.mk projects/sendfile/share/mk/stage-install.sh - copied unchanged from r286879, head/share/mk/stage-install.sh projects/sendfile/share/mk/sys.dependfile.mk - copied unchanged from r286879, head/share/mk/sys.dependfile.mk projects/sendfile/share/mklocale/Makefile.depend - copied unchanged from r286879, head/share/mklocale/Makefile.depend projects/sendfile/share/monetdef/Makefile.depend - copied unchanged from r286879, head/share/monetdef/Makefile.depend projects/sendfile/share/msgdef/Makefile.depend - copied unchanged from r286879, head/share/msgdef/Makefile.depend projects/sendfile/share/numericdef/Makefile.depend - copied unchanged from r286879, head/share/numericdef/Makefile.depend projects/sendfile/share/security/Makefile.depend - copied unchanged from r286879, head/share/security/Makefile.depend projects/sendfile/share/sendmail/Makefile.depend - copied unchanged from r286879, head/share/sendmail/Makefile.depend projects/sendfile/share/skel/Makefile.depend - copied unchanged from r286879, head/share/skel/Makefile.depend projects/sendfile/share/snmp/mibs/Makefile.depend - copied unchanged from r286879, head/share/snmp/mibs/Makefile.depend projects/sendfile/share/syscons/fonts/Makefile.depend - copied unchanged from r286879, head/share/syscons/fonts/Makefile.depend projects/sendfile/share/syscons/keymaps/Makefile.depend - copied unchanged from r286879, head/share/syscons/keymaps/Makefile.depend projects/sendfile/share/syscons/scrnmaps/Makefile.depend - copied unchanged from r286879, head/share/syscons/scrnmaps/Makefile.depend projects/sendfile/share/tabset/Makefile.depend - copied unchanged from r286879, head/share/tabset/Makefile.depend projects/sendfile/share/termcap/Makefile.depend - copied unchanged from r286879, head/share/termcap/Makefile.depend projects/sendfile/share/timedef/Makefile.depend - copied unchanged from r286879, head/share/timedef/Makefile.depend projects/sendfile/share/zoneinfo/Makefile.depend - copied unchanged from r286879, head/share/zoneinfo/Makefile.depend projects/sendfile/sys/amd64/cloudabi64/ - copied from r286879, head/sys/amd64/cloudabi64/ projects/sendfile/sys/arm/allwinner/a10_ahci.c - copied unchanged from r286879, head/sys/arm/allwinner/a10_ahci.c projects/sendfile/sys/arm/include/atomic-v4.h - copied unchanged from r286879, head/sys/arm/include/atomic-v4.h projects/sendfile/sys/arm/include/atomic-v6.h - copied unchanged from r286879, head/sys/arm/include/atomic-v6.h projects/sendfile/sys/arm/ti/am335x/am335x_dmtpps.c - copied unchanged from r286879, head/sys/arm/ti/am335x/am335x_dmtpps.c projects/sendfile/sys/arm/ti/am335x/am335x_dmtreg.h - copied unchanged from r286879, head/sys/arm/ti/am335x/am335x_dmtreg.h projects/sendfile/sys/arm/ti/am335x/hdmi.h - copied unchanged from r286879, head/sys/arm/ti/am335x/hdmi.h projects/sendfile/sys/arm/ti/am335x/hdmi_if.m - copied unchanged from r286879, head/sys/arm/ti/am335x/hdmi_if.m projects/sendfile/sys/arm/ti/am335x/tda19988.c - copied unchanged from r286879, head/sys/arm/ti/am335x/tda19988.c projects/sendfile/sys/arm/ti/am335x/tps65217x.h - copied unchanged from r286879, head/sys/arm/ti/am335x/tps65217x.h projects/sendfile/sys/arm64/acpica/ - copied from r286879, head/sys/arm64/acpica/ projects/sendfile/sys/arm64/arm64/gic.h - copied unchanged from r286879, head/sys/arm64/arm64/gic.h projects/sendfile/sys/arm64/arm64/gic_acpi.c - copied unchanged from r286879, head/sys/arm64/arm64/gic_acpi.c projects/sendfile/sys/arm64/arm64/gic_fdt.c - copied unchanged from r286879, head/sys/arm64/arm64/gic_fdt.c projects/sendfile/sys/arm64/arm64/gic_v3_its.c - copied unchanged from r286879, head/sys/arm64/arm64/gic_v3_its.c projects/sendfile/sys/arm64/arm64/mp_machdep.c - copied unchanged from r286879, head/sys/arm64/arm64/mp_machdep.c projects/sendfile/sys/arm64/arm64/uma_machdep.c - copied unchanged from r286879, head/sys/arm64/arm64/uma_machdep.c projects/sendfile/sys/arm64/arm64/unwind.c - copied unchanged from r286879, head/sys/arm64/arm64/unwind.c projects/sendfile/sys/arm64/cavium/ - copied from r286879, head/sys/arm64/cavium/ projects/sendfile/sys/arm64/include/acpica_machdep.h - copied unchanged from r286879, head/sys/arm64/include/acpica_machdep.h projects/sendfile/sys/arm64/include/floatingpoint.h - copied unchanged from r286879, head/sys/arm64/include/floatingpoint.h projects/sendfile/sys/arm64/include/iodev.h - copied unchanged from r286879, head/sys/arm64/include/iodev.h projects/sendfile/sys/arm64/include/pci_cfgreg.h - copied unchanged from r286879, head/sys/arm64/include/pci_cfgreg.h projects/sendfile/sys/boot/common/Makefile - copied unchanged from r286879, head/sys/boot/common/Makefile projects/sendfile/sys/boot/efi/libefi/Makefile.depend - copied unchanged from r286879, head/sys/boot/efi/libefi/Makefile.depend projects/sendfile/sys/boot/fdt/dts/arm/bananapi.dts - copied unchanged from r286879, head/sys/boot/fdt/dts/arm/bananapi.dts projects/sendfile/sys/boot/ficl/Makefile.depend - copied unchanged from r286879, head/sys/boot/ficl/Makefile.depend projects/sendfile/sys/boot/i386/boot0/Makefile.depend - copied unchanged from r286879, head/sys/boot/i386/boot0/Makefile.depend projects/sendfile/sys/boot/i386/boot0sio/Makefile.depend - copied unchanged from r286879, head/sys/boot/i386/boot0sio/Makefile.depend projects/sendfile/sys/boot/i386/boot2/Makefile.depend - copied unchanged from r286879, head/sys/boot/i386/boot2/Makefile.depend projects/sendfile/sys/boot/i386/loader/Makefile.depend - copied unchanged from r286879, head/sys/boot/i386/loader/Makefile.depend projects/sendfile/sys/boot/i386/zfsloader/Makefile.depend - copied unchanged from r286879, head/sys/boot/i386/zfsloader/Makefile.depend projects/sendfile/sys/cam/ctl/ctl_frontend_ioctl.c - copied unchanged from r286879, head/sys/cam/ctl/ctl_frontend_ioctl.c projects/sendfile/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_fnvpair.c - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_fnvpair.c projects/sendfile/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c projects/sendfile/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair_alloc_fixed.c - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair_alloc_fixed.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/aarch64/ - copied from r286879, head/sys/cddl/contrib/opensolaris/uts/aarch64/ projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/multilist.c - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/multilist.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bqueue.h - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bqueue.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/multilist.h - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/multilist.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_priority.h - copied unchanged from r286879, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_priority.h projects/sendfile/sys/cddl/dev/dtrace/aarch64/ - copied from r286879, head/sys/cddl/dev/dtrace/aarch64/ projects/sendfile/sys/cddl/dev/fbt/aarch64/ - copied from r286879, head/sys/cddl/dev/fbt/aarch64/ projects/sendfile/sys/compat/cloudabi/ - copied from r286879, head/sys/compat/cloudabi/ projects/sendfile/sys/compat/cloudabi64/ - copied from r286879, head/sys/compat/cloudabi64/ projects/sendfile/sys/contrib/alpine-hal/ - copied from r286879, head/sys/contrib/alpine-hal/ projects/sendfile/sys/contrib/cloudabi/ - copied from r286879, head/sys/contrib/cloudabi/ projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbobject.c - copied unchanged from r286879, head/sys/contrib/dev/acpica/components/debugger/dbobject.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c - copied unchanged from r286879, head/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utnonansi.c - copied unchanged from r286879, head/sys/contrib/dev/acpica/components/utilities/utnonansi.c projects/sendfile/sys/contrib/dev/acpica/include/acclib.h - copied unchanged from r286879, head/sys/contrib/dev/acpica/include/acclib.h projects/sendfile/sys/contrib/dev/iwm/ - copied from r286879, head/sys/contrib/dev/iwm/ projects/sendfile/sys/contrib/libnv/ - copied from r286879, head/sys/contrib/libnv/ projects/sendfile/sys/dev/cxgbe/firmware/t4fw-1.14.4.0.bin.uu - copied unchanged from r286879, head/sys/dev/cxgbe/firmware/t4fw-1.14.4.0.bin.uu projects/sendfile/sys/dev/cxgbe/firmware/t5fw-1.14.4.0.bin.uu - copied unchanged from r286879, head/sys/dev/cxgbe/firmware/t5fw-1.14.4.0.bin.uu projects/sendfile/sys/dev/cyapa/ - copied from r286879, head/sys/dev/cyapa/ projects/sendfile/sys/dev/gpio/gpiobacklight.c - copied unchanged from r286879, head/sys/dev/gpio/gpiobacklight.c projects/sendfile/sys/dev/isl/ - copied from r286879, head/sys/dev/isl/ projects/sendfile/sys/dev/iwm/ - copied from r286879, head/sys/dev/iwm/ projects/sendfile/sys/dev/ixl/i40e_devids.h - copied unchanged from r286879, head/sys/dev/ixl/i40e_devids.h projects/sendfile/sys/dev/pci/pci_host_generic.c - copied unchanged from r286879, head/sys/dev/pci/pci_host_generic.c projects/sendfile/sys/dev/pms/ - copied from r286879, head/sys/dev/pms/ projects/sendfile/sys/dev/proto/proto_bus_isa.c - copied unchanged from r286879, head/sys/dev/proto/proto_bus_isa.c projects/sendfile/sys/dev/proto/proto_busdma.c - copied unchanged from r286879, head/sys/dev/proto/proto_busdma.c projects/sendfile/sys/dev/proto/proto_busdma.h - copied unchanged from r286879, head/sys/dev/proto/proto_busdma.h projects/sendfile/sys/dev/qlxgbe/ql_boot.c - copied unchanged from r286879, head/sys/dev/qlxgbe/ql_boot.c projects/sendfile/sys/dev/qlxgbe/ql_fw.c - copied unchanged from r286879, head/sys/dev/qlxgbe/ql_fw.c projects/sendfile/sys/dev/qlxgbe/ql_minidump.c - copied unchanged from r286879, head/sys/dev/qlxgbe/ql_minidump.c projects/sendfile/sys/dev/random/other_algorithm.c - copied unchanged from r286879, head/sys/dev/random/other_algorithm.c projects/sendfile/sys/dev/random/other_algorithm.h - copied unchanged from r286879, head/sys/dev/random/other_algorithm.h projects/sendfile/sys/dev/random/random_infra.c - copied unchanged from r286879, head/sys/dev/random/random_infra.c projects/sendfile/sys/dev/usb/misc/ugold.c - copied unchanged from r286879, head/sys/dev/usb/misc/ugold.c projects/sendfile/sys/dev/vt/logo/logo_beastie.c - copied unchanged from r286879, head/sys/dev/vt/logo/logo_beastie.c projects/sendfile/sys/dev/vt/vt_cpulogos.c - copied unchanged from r286879, head/sys/dev/vt/vt_cpulogos.c projects/sendfile/sys/kern/kern_numa.c - copied unchanged from r286879, head/sys/kern/kern_numa.c projects/sendfile/sys/libkern/arm/memclr.S - copied unchanged from r286879, head/sys/libkern/arm/memclr.S projects/sendfile/sys/mips/conf/BERI_SIM_VIRTIO - copied unchanged from r286879, head/sys/mips/conf/BERI_SIM_VIRTIO projects/sendfile/sys/mips/conf/TL-ARCHERC7V2 - copied unchanged from r286879, head/sys/mips/conf/TL-ARCHERC7V2 projects/sendfile/sys/mips/conf/TL-ARCHERC7V2.hints - copied unchanged from r286879, head/sys/mips/conf/TL-ARCHERC7V2.hints projects/sendfile/sys/modules/am335x_dmtpps/ - copied from r286879, head/sys/modules/am335x_dmtpps/ projects/sendfile/sys/modules/cloudabi/ - copied from r286879, head/sys/modules/cloudabi/ projects/sendfile/sys/modules/cloudabi64/ - copied from r286879, head/sys/modules/cloudabi64/ projects/sendfile/sys/modules/filemon/Makefile.depend - copied unchanged from r286879, head/sys/modules/filemon/Makefile.depend projects/sendfile/sys/modules/geom/geom_map/ - copied from r286879, head/sys/modules/geom/geom_map/ projects/sendfile/sys/modules/i2c/cyapa/ - copied from r286879, head/sys/modules/i2c/cyapa/ projects/sendfile/sys/modules/i2c/isl/ - copied from r286879, head/sys/modules/i2c/isl/ projects/sendfile/sys/modules/iwm/ - copied from r286879, head/sys/modules/iwm/ projects/sendfile/sys/modules/iwmfw/ - copied from r286879, head/sys/modules/iwmfw/ projects/sendfile/sys/modules/pms/ - copied from r286879, head/sys/modules/pms/ projects/sendfile/sys/modules/random_fortuna/ - copied from r286879, head/sys/modules/random_fortuna/ projects/sendfile/sys/modules/random_other/ - copied from r286879, head/sys/modules/random_other/ projects/sendfile/sys/modules/random_yarrow/ - copied from r286879, head/sys/modules/random_yarrow/ projects/sendfile/sys/modules/usb/ugold/ - copied from r286879, head/sys/modules/usb/ugold/ projects/sendfile/sys/net/altq/altq_fairq.c - copied unchanged from r286879, head/sys/net/altq/altq_fairq.c projects/sendfile/sys/net/altq/altq_fairq.h - copied unchanged from r286879, head/sys/net/altq/altq_fairq.h projects/sendfile/sys/powerpc/powerpc/interrupt.c - copied unchanged from r286879, head/sys/powerpc/powerpc/interrupt.c projects/sendfile/sys/sys/_vm_domain.h - copied unchanged from r286879, head/sys/sys/_vm_domain.h projects/sendfile/sys/sys/numa.h - copied unchanged from r286879, head/sys/sys/numa.h projects/sendfile/sys/vm/vm_domain.c - copied unchanged from r286879, head/sys/vm/vm_domain.c projects/sendfile/sys/vm/vm_domain.h - copied unchanged from r286879, head/sys/vm/vm_domain.h projects/sendfile/sys/x86/x86/bus_machdep.c - copied unchanged from r286879, head/sys/x86/x86/bus_machdep.c - copied from r286879, head/targets/ projects/sendfile/tools/build/Makefile.depend - copied unchanged from r286879, head/tools/build/Makefile.depend projects/sendfile/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY - copied unchanged from r286879, head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY projects/sendfile/tools/build/options/WITH_AUTO_OBJ - copied unchanged from r286879, head/tools/build/options/WITH_AUTO_OBJ projects/sendfile/tools/build/options/WITH_DIRDEPS_CACHE - copied unchanged from r286879, head/tools/build/options/WITH_DIRDEPS_CACHE projects/sendfile/tools/build/options/WITH_DTRACE_TESTS - copied unchanged from r286879, head/tools/build/options/WITH_DTRACE_TESTS projects/sendfile/tools/build/options/WITH_ELFCOPY_AS_OBJCOPY - copied unchanged from r286879, head/tools/build/options/WITH_ELFCOPY_AS_OBJCOPY projects/sendfile/tools/build/options/WITH_META_FILES - copied unchanged from r286879, head/tools/build/options/WITH_META_FILES projects/sendfile/tools/build/options/WITH_META_MODE - copied unchanged from r286879, head/tools/build/options/WITH_META_MODE projects/sendfile/tools/build/options/WITH_STAGING - copied unchanged from r286879, head/tools/build/options/WITH_STAGING projects/sendfile/tools/build/options/WITH_STAGING_MAN - copied unchanged from r286879, head/tools/build/options/WITH_STAGING_MAN projects/sendfile/tools/build/options/WITH_STAGING_PROG - copied unchanged from r286879, head/tools/build/options/WITH_STAGING_PROG projects/sendfile/tools/build/options/WITH_STALE_STAGED - copied unchanged from r286879, head/tools/build/options/WITH_STALE_STAGED projects/sendfile/tools/build/options/WITH_SYSROOT - copied unchanged from r286879, head/tools/build/options/WITH_SYSROOT projects/sendfile/tools/bus_space/C/libbus.h - copied unchanged from r286879, head/tools/bus_space/C/libbus.h projects/sendfile/tools/bus_space/bus.c - copied unchanged from r286879, head/tools/bus_space/bus.c projects/sendfile/tools/bus_space/bus.h - copied unchanged from r286879, head/tools/bus_space/bus.h projects/sendfile/tools/bus_space/busdma.c - copied unchanged from r286879, head/tools/bus_space/busdma.c projects/sendfile/tools/bus_space/busdma.h - copied unchanged from r286879, head/tools/bus_space/busdma.h projects/sendfile/tools/bus_space/examples/ - copied from r286879, head/tools/bus_space/examples/ projects/sendfile/tools/regression/include/stdatomic/Makefile.depend - copied unchanged from r286879, head/tools/regression/include/stdatomic/Makefile.depend projects/sendfile/tools/tools/ath/ath_ee_9300_print/Makefile.depend - copied unchanged from r286879, head/tools/tools/ath/ath_ee_9300_print/Makefile.depend projects/sendfile/tools/tools/drm/radeon/mkregtable/Makefile.depend - copied unchanged from r286879, head/tools/tools/drm/radeon/mkregtable/Makefile.depend projects/sendfile/tools/tools/makeroot/Makefile.depend - copied unchanged from r286879, head/tools/tools/makeroot/Makefile.depend projects/sendfile/tools/tools/usbtest/Makefile.depend - copied unchanged from r286879, head/tools/tools/usbtest/Makefile.depend projects/sendfile/usr.bin/addr2line/Makefile.depend - copied unchanged from r286879, head/usr.bin/addr2line/Makefile.depend projects/sendfile/usr.bin/alias/Makefile.depend - copied unchanged from r286879, head/usr.bin/alias/Makefile.depend projects/sendfile/usr.bin/apply/Makefile.depend - copied unchanged from r286879, head/usr.bin/apply/Makefile.depend projects/sendfile/usr.bin/ar/Makefile.depend - copied unchanged from r286879, head/usr.bin/ar/Makefile.depend projects/sendfile/usr.bin/asa/Makefile.depend - copied unchanged from r286879, head/usr.bin/asa/Makefile.depend projects/sendfile/usr.bin/at/Makefile.depend - copied unchanged from r286879, head/usr.bin/at/Makefile.depend projects/sendfile/usr.bin/atm/sscop/Makefile.depend - copied unchanged from r286879, head/usr.bin/atm/sscop/Makefile.depend projects/sendfile/usr.bin/awk/Makefile.depend - copied unchanged from r286879, head/usr.bin/awk/Makefile.depend projects/sendfile/usr.bin/banner/Makefile.depend - copied unchanged from r286879, head/usr.bin/banner/Makefile.depend projects/sendfile/usr.bin/basename/Makefile.depend - copied unchanged from r286879, head/usr.bin/basename/Makefile.depend projects/sendfile/usr.bin/bc/Makefile.depend - copied unchanged from r286879, head/usr.bin/bc/Makefile.depend projects/sendfile/usr.bin/biff/Makefile.depend - copied unchanged from r286879, head/usr.bin/biff/Makefile.depend projects/sendfile/usr.bin/bluetooth/bthost/Makefile.depend - copied unchanged from r286879, head/usr.bin/bluetooth/bthost/Makefile.depend projects/sendfile/usr.bin/bluetooth/btsockstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/bluetooth/btsockstat/Makefile.depend projects/sendfile/usr.bin/bluetooth/rfcomm_sppd/Makefile.depend - copied unchanged from r286879, head/usr.bin/bluetooth/rfcomm_sppd/Makefile.depend projects/sendfile/usr.bin/bmake/Makefile.depend - copied unchanged from r286879, head/usr.bin/bmake/Makefile.depend projects/sendfile/usr.bin/brandelf/Makefile.depend - copied unchanged from r286879, head/usr.bin/brandelf/Makefile.depend projects/sendfile/usr.bin/bsdiff/bsdiff/Makefile.depend - copied unchanged from r286879, head/usr.bin/bsdiff/bsdiff/Makefile.depend projects/sendfile/usr.bin/bsdiff/bspatch/Makefile.depend - copied unchanged from r286879, head/usr.bin/bsdiff/bspatch/Makefile.depend projects/sendfile/usr.bin/bzip2/Makefile.depend - copied unchanged from r286879, head/usr.bin/bzip2/Makefile.depend projects/sendfile/usr.bin/bzip2recover/Makefile.depend - copied unchanged from r286879, head/usr.bin/bzip2recover/Makefile.depend projects/sendfile/usr.bin/c89/Makefile.depend - copied unchanged from r286879, head/usr.bin/c89/Makefile.depend projects/sendfile/usr.bin/c99/Makefile.depend - copied unchanged from r286879, head/usr.bin/c99/Makefile.depend projects/sendfile/usr.bin/calendar/Makefile.depend - copied unchanged from r286879, head/usr.bin/calendar/Makefile.depend projects/sendfile/usr.bin/cap_mkdb/Makefile.depend - copied unchanged from r286879, head/usr.bin/cap_mkdb/Makefile.depend projects/sendfile/usr.bin/catman/Makefile.depend - copied unchanged from r286879, head/usr.bin/catman/Makefile.depend projects/sendfile/usr.bin/chat/Makefile.depend - copied unchanged from r286879, head/usr.bin/chat/Makefile.depend projects/sendfile/usr.bin/checknr/Makefile.depend - copied unchanged from r286879, head/usr.bin/checknr/Makefile.depend projects/sendfile/usr.bin/chkey/Makefile.depend - copied unchanged from r286879, head/usr.bin/chkey/Makefile.depend projects/sendfile/usr.bin/chpass/Makefile.depend - copied unchanged from r286879, head/usr.bin/chpass/Makefile.depend projects/sendfile/usr.bin/cksum/Makefile.depend - copied unchanged from r286879, head/usr.bin/cksum/Makefile.depend projects/sendfile/usr.bin/clang/clang-tblgen/Makefile.depend - copied unchanged from r286879, head/usr.bin/clang/clang-tblgen/Makefile.depend projects/sendfile/usr.bin/clang/clang/Makefile.depend - copied unchanged from r286879, head/usr.bin/clang/clang/Makefile.depend projects/sendfile/usr.bin/clang/lldb/Makefile.depend - copied unchanged from r286879, head/usr.bin/clang/lldb/Makefile.depend projects/sendfile/usr.bin/clang/tblgen/Makefile.depend - copied unchanged from r286879, head/usr.bin/clang/tblgen/Makefile.depend projects/sendfile/usr.bin/cmp/Makefile.depend - copied unchanged from r286879, head/usr.bin/cmp/Makefile.depend projects/sendfile/usr.bin/col/Makefile.depend - copied unchanged from r286879, head/usr.bin/col/Makefile.depend projects/sendfile/usr.bin/colcrt/Makefile.depend - copied unchanged from r286879, head/usr.bin/colcrt/Makefile.depend projects/sendfile/usr.bin/colldef/Makefile.depend - copied unchanged from r286879, head/usr.bin/colldef/Makefile.depend projects/sendfile/usr.bin/colrm/Makefile.depend - copied unchanged from r286879, head/usr.bin/colrm/Makefile.depend projects/sendfile/usr.bin/column/Makefile.depend - copied unchanged from r286879, head/usr.bin/column/Makefile.depend projects/sendfile/usr.bin/comm/Makefile.depend - copied unchanged from r286879, head/usr.bin/comm/Makefile.depend projects/sendfile/usr.bin/compile_et/Makefile.depend - copied unchanged from r286879, head/usr.bin/compile_et/Makefile.depend projects/sendfile/usr.bin/compress/Makefile.depend - copied unchanged from r286879, head/usr.bin/compress/Makefile.depend projects/sendfile/usr.bin/cpio/Makefile.depend - copied unchanged from r286879, head/usr.bin/cpio/Makefile.depend projects/sendfile/usr.bin/cpuset/Makefile.depend - copied unchanged from r286879, head/usr.bin/cpuset/Makefile.depend projects/sendfile/usr.bin/csplit/Makefile.depend - copied unchanged from r286879, head/usr.bin/csplit/Makefile.depend projects/sendfile/usr.bin/ctags/Makefile.depend - copied unchanged from r286879, head/usr.bin/ctags/Makefile.depend projects/sendfile/usr.bin/ctlstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/ctlstat/Makefile.depend projects/sendfile/usr.bin/cut/Makefile.depend - copied unchanged from r286879, head/usr.bin/cut/Makefile.depend projects/sendfile/usr.bin/dc/Makefile.depend - copied unchanged from r286879, head/usr.bin/dc/Makefile.depend projects/sendfile/usr.bin/dirname/Makefile.depend - copied unchanged from r286879, head/usr.bin/dirname/Makefile.depend projects/sendfile/usr.bin/du/Makefile.depend - copied unchanged from r286879, head/usr.bin/du/Makefile.depend projects/sendfile/usr.bin/ee/Makefile.depend - copied unchanged from r286879, head/usr.bin/ee/Makefile.depend projects/sendfile/usr.bin/elf2aout/Makefile.depend - copied unchanged from r286879, head/usr.bin/elf2aout/Makefile.depend projects/sendfile/usr.bin/elfcopy/Makefile.depend - copied unchanged from r286879, head/usr.bin/elfcopy/Makefile.depend projects/sendfile/usr.bin/elfdump/Makefile.depend - copied unchanged from r286879, head/usr.bin/elfdump/Makefile.depend projects/sendfile/usr.bin/enigma/Makefile.depend - copied unchanged from r286879, head/usr.bin/enigma/Makefile.depend projects/sendfile/usr.bin/env/Makefile.depend - copied unchanged from r286879, head/usr.bin/env/Makefile.depend projects/sendfile/usr.bin/expand/Makefile.depend - copied unchanged from r286879, head/usr.bin/expand/Makefile.depend projects/sendfile/usr.bin/false/Makefile.depend - copied unchanged from r286879, head/usr.bin/false/Makefile.depend projects/sendfile/usr.bin/fetch/Makefile.depend - copied unchanged from r286879, head/usr.bin/fetch/Makefile.depend projects/sendfile/usr.bin/file/Makefile.depend - copied unchanged from r286879, head/usr.bin/file/Makefile.depend projects/sendfile/usr.bin/file2c/Makefile.depend - copied unchanged from r286879, head/usr.bin/file2c/Makefile.depend projects/sendfile/usr.bin/find/Makefile.depend - copied unchanged from r286879, head/usr.bin/find/Makefile.depend projects/sendfile/usr.bin/finger/Makefile.depend - copied unchanged from r286879, head/usr.bin/finger/Makefile.depend projects/sendfile/usr.bin/fmt/Makefile.depend - copied unchanged from r286879, head/usr.bin/fmt/Makefile.depend projects/sendfile/usr.bin/fold/Makefile.depend - copied unchanged from r286879, head/usr.bin/fold/Makefile.depend projects/sendfile/usr.bin/from/Makefile.depend - copied unchanged from r286879, head/usr.bin/from/Makefile.depend projects/sendfile/usr.bin/fstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/fstat/Makefile.depend projects/sendfile/usr.bin/fsync/Makefile.depend - copied unchanged from r286879, head/usr.bin/fsync/Makefile.depend projects/sendfile/usr.bin/ftp/Makefile.depend - copied unchanged from r286879, head/usr.bin/ftp/Makefile.depend projects/sendfile/usr.bin/gcore/Makefile.depend - copied unchanged from r286879, head/usr.bin/gcore/Makefile.depend projects/sendfile/usr.bin/gencat/Makefile.depend - copied unchanged from r286879, head/usr.bin/gencat/Makefile.depend projects/sendfile/usr.bin/getconf/Makefile.depend - copied unchanged from r286879, head/usr.bin/getconf/Makefile.depend projects/sendfile/usr.bin/getent/Makefile.depend - copied unchanged from r286879, head/usr.bin/getent/Makefile.depend projects/sendfile/usr.bin/getopt/Makefile.depend - copied unchanged from r286879, head/usr.bin/getopt/Makefile.depend projects/sendfile/usr.bin/gprof/Makefile.depend - copied unchanged from r286879, head/usr.bin/gprof/Makefile.depend projects/sendfile/usr.bin/grep/Makefile.depend - copied unchanged from r286879, head/usr.bin/grep/Makefile.depend projects/sendfile/usr.bin/gzip/Makefile.depend - copied unchanged from r286879, head/usr.bin/gzip/Makefile.depend projects/sendfile/usr.bin/head/Makefile.depend - copied unchanged from r286879, head/usr.bin/head/Makefile.depend projects/sendfile/usr.bin/hexdump/Makefile.depend - copied unchanged from r286879, head/usr.bin/hexdump/Makefile.depend projects/sendfile/usr.bin/host/Makefile.depend - copied unchanged from r286879, head/usr.bin/host/Makefile.depend projects/sendfile/usr.bin/id/Makefile.depend - copied unchanged from r286879, head/usr.bin/id/Makefile.depend projects/sendfile/usr.bin/ident/ - copied from r286879, head/usr.bin/ident/ projects/sendfile/usr.bin/indent/Makefile.depend - copied unchanged from r286879, head/usr.bin/indent/Makefile.depend projects/sendfile/usr.bin/ipcrm/Makefile.depend - copied unchanged from r286879, head/usr.bin/ipcrm/Makefile.depend projects/sendfile/usr.bin/ipcs/Makefile.depend - copied unchanged from r286879, head/usr.bin/ipcs/Makefile.depend projects/sendfile/usr.bin/join/Makefile.depend - copied unchanged from r286879, head/usr.bin/join/Makefile.depend projects/sendfile/usr.bin/jot/Makefile.depend - copied unchanged from r286879, head/usr.bin/jot/Makefile.depend projects/sendfile/usr.bin/kdump/Makefile.depend - copied unchanged from r286879, head/usr.bin/kdump/Makefile.depend projects/sendfile/usr.bin/keylogin/Makefile.depend - copied unchanged from r286879, head/usr.bin/keylogin/Makefile.depend projects/sendfile/usr.bin/keylogout/Makefile.depend - copied unchanged from r286879, head/usr.bin/keylogout/Makefile.depend projects/sendfile/usr.bin/killall/Makefile.depend - copied unchanged from r286879, head/usr.bin/killall/Makefile.depend projects/sendfile/usr.bin/ktrace/Makefile.depend - copied unchanged from r286879, head/usr.bin/ktrace/Makefile.depend projects/sendfile/usr.bin/ktrdump/Makefile.depend - copied unchanged from r286879, head/usr.bin/ktrdump/Makefile.depend projects/sendfile/usr.bin/lam/Makefile.depend - copied unchanged from r286879, head/usr.bin/lam/Makefile.depend projects/sendfile/usr.bin/last/Makefile.depend - copied unchanged from r286879, head/usr.bin/last/Makefile.depend projects/sendfile/usr.bin/lastcomm/Makefile.depend - copied unchanged from r286879, head/usr.bin/lastcomm/Makefile.depend projects/sendfile/usr.bin/ldd/Makefile.depend - copied unchanged from r286879, head/usr.bin/ldd/Makefile.depend projects/sendfile/usr.bin/leave/Makefile.depend - copied unchanged from r286879, head/usr.bin/leave/Makefile.depend projects/sendfile/usr.bin/less/Makefile.depend - copied unchanged from r286879, head/usr.bin/less/Makefile.depend projects/sendfile/usr.bin/lessecho/Makefile.depend - copied unchanged from r286879, head/usr.bin/lessecho/Makefile.depend projects/sendfile/usr.bin/lesskey/Makefile.depend - copied unchanged from r286879, head/usr.bin/lesskey/Makefile.depend projects/sendfile/usr.bin/lex/Makefile.depend - copied unchanged from r286879, head/usr.bin/lex/Makefile.depend projects/sendfile/usr.bin/lex/lib/Makefile.depend - copied unchanged from r286879, head/usr.bin/lex/lib/Makefile.depend projects/sendfile/usr.bin/limits/Makefile.depend - copied unchanged from r286879, head/usr.bin/limits/Makefile.depend projects/sendfile/usr.bin/locale/Makefile.depend - copied unchanged from r286879, head/usr.bin/locale/Makefile.depend projects/sendfile/usr.bin/locate/bigram/Makefile.depend - copied unchanged from r286879, head/usr.bin/locate/bigram/Makefile.depend projects/sendfile/usr.bin/locate/code/Makefile.depend - copied unchanged from r286879, head/usr.bin/locate/code/Makefile.depend projects/sendfile/usr.bin/locate/locate/Makefile.depend - copied unchanged from r286879, head/usr.bin/locate/locate/Makefile.depend projects/sendfile/usr.bin/lock/Makefile.depend - copied unchanged from r286879, head/usr.bin/lock/Makefile.depend projects/sendfile/usr.bin/lockf/Makefile.depend - copied unchanged from r286879, head/usr.bin/lockf/Makefile.depend projects/sendfile/usr.bin/logger/Makefile.depend - copied unchanged from r286879, head/usr.bin/logger/Makefile.depend projects/sendfile/usr.bin/login/Makefile.depend - copied unchanged from r286879, head/usr.bin/login/Makefile.depend projects/sendfile/usr.bin/logins/Makefile.depend - copied unchanged from r286879, head/usr.bin/logins/Makefile.depend projects/sendfile/usr.bin/logname/Makefile.depend - copied unchanged from r286879, head/usr.bin/logname/Makefile.depend projects/sendfile/usr.bin/look/Makefile.depend - copied unchanged from r286879, head/usr.bin/look/Makefile.depend projects/sendfile/usr.bin/lorder/Makefile.depend - copied unchanged from r286879, head/usr.bin/lorder/Makefile.depend projects/sendfile/usr.bin/lsvfs/Makefile.depend - copied unchanged from r286879, head/usr.bin/lsvfs/Makefile.depend projects/sendfile/usr.bin/lzmainfo/Makefile.depend - copied unchanged from r286879, head/usr.bin/lzmainfo/Makefile.depend projects/sendfile/usr.bin/m4/Makefile.depend - copied unchanged from r286879, head/usr.bin/m4/Makefile.depend projects/sendfile/usr.bin/mail/Makefile.depend - copied unchanged from r286879, head/usr.bin/mail/Makefile.depend projects/sendfile/usr.bin/makewhatis/Makefile.depend - copied unchanged from r286879, head/usr.bin/makewhatis/Makefile.depend projects/sendfile/usr.bin/man/Makefile.depend - copied unchanged from r286879, head/usr.bin/man/Makefile.depend projects/sendfile/usr.bin/mandoc/Makefile.depend - copied unchanged from r286879, head/usr.bin/mandoc/Makefile.depend projects/sendfile/usr.bin/mesg/Makefile.depend - copied unchanged from r286879, head/usr.bin/mesg/Makefile.depend projects/sendfile/usr.bin/minigzip/Makefile.depend - copied unchanged from r286879, head/usr.bin/minigzip/Makefile.depend projects/sendfile/usr.bin/ministat/Makefile.depend - copied unchanged from r286879, head/usr.bin/ministat/Makefile.depend projects/sendfile/usr.bin/mkcsmapper_static/Makefile.depend - copied unchanged from r286879, head/usr.bin/mkcsmapper_static/Makefile.depend projects/sendfile/usr.bin/mkdep/Makefile.depend - copied unchanged from r286879, head/usr.bin/mkdep/Makefile.depend projects/sendfile/usr.bin/mkfifo/Makefile.depend - copied unchanged from r286879, head/usr.bin/mkfifo/Makefile.depend projects/sendfile/usr.bin/mklocale/Makefile.depend - copied unchanged from r286879, head/usr.bin/mklocale/Makefile.depend projects/sendfile/usr.bin/mkstr/Makefile.depend - copied unchanged from r286879, head/usr.bin/mkstr/Makefile.depend projects/sendfile/usr.bin/mktemp/Makefile.depend - copied unchanged from r286879, head/usr.bin/mktemp/Makefile.depend projects/sendfile/usr.bin/mkulzma/Makefile.depend - copied unchanged from r286879, head/usr.bin/mkulzma/Makefile.depend projects/sendfile/usr.bin/mkuzip/Makefile.depend - copied unchanged from r286879, head/usr.bin/mkuzip/Makefile.depend projects/sendfile/usr.bin/msgs/Makefile.depend - copied unchanged from r286879, head/usr.bin/msgs/Makefile.depend projects/sendfile/usr.bin/mt/Makefile.depend - copied unchanged from r286879, head/usr.bin/mt/Makefile.depend projects/sendfile/usr.bin/nc/Makefile.depend - copied unchanged from r286879, head/usr.bin/nc/Makefile.depend projects/sendfile/usr.bin/ncal/Makefile.depend - copied unchanged from r286879, head/usr.bin/ncal/Makefile.depend projects/sendfile/usr.bin/netstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/netstat/Makefile.depend projects/sendfile/usr.bin/newgrp/Makefile.depend - copied unchanged from r286879, head/usr.bin/newgrp/Makefile.depend projects/sendfile/usr.bin/newkey/Makefile.depend - copied unchanged from r286879, head/usr.bin/newkey/Makefile.depend projects/sendfile/usr.bin/nfsstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/nfsstat/Makefile.depend projects/sendfile/usr.bin/nice/Makefile.depend - copied unchanged from r286879, head/usr.bin/nice/Makefile.depend projects/sendfile/usr.bin/nl/Makefile.depend - copied unchanged from r286879, head/usr.bin/nl/Makefile.depend projects/sendfile/usr.bin/nm/Makefile.depend - copied unchanged from r286879, head/usr.bin/nm/Makefile.depend projects/sendfile/usr.bin/nohup/Makefile.depend - copied unchanged from r286879, head/usr.bin/nohup/Makefile.depend projects/sendfile/usr.bin/numactl/ - copied from r286879, head/usr.bin/numactl/ projects/sendfile/usr.bin/opieinfo/Makefile.depend - copied unchanged from r286879, head/usr.bin/opieinfo/Makefile.depend projects/sendfile/usr.bin/opiekey/Makefile.depend - copied unchanged from r286879, head/usr.bin/opiekey/Makefile.depend projects/sendfile/usr.bin/opiepasswd/Makefile.depend - copied unchanged from r286879, head/usr.bin/opiepasswd/Makefile.depend projects/sendfile/usr.bin/pagesize/Makefile.depend - copied unchanged from r286879, head/usr.bin/pagesize/Makefile.depend projects/sendfile/usr.bin/pamtest/Makefile.depend - copied unchanged from r286879, head/usr.bin/pamtest/Makefile.depend projects/sendfile/usr.bin/passwd/Makefile.depend - copied unchanged from r286879, head/usr.bin/passwd/Makefile.depend projects/sendfile/usr.bin/paste/Makefile.depend - copied unchanged from r286879, head/usr.bin/paste/Makefile.depend projects/sendfile/usr.bin/pathchk/Makefile.depend - copied unchanged from r286879, head/usr.bin/pathchk/Makefile.depend projects/sendfile/usr.bin/perror/Makefile.depend - copied unchanged from r286879, head/usr.bin/perror/Makefile.depend projects/sendfile/usr.bin/pr/Makefile.depend - copied unchanged from r286879, head/usr.bin/pr/Makefile.depend projects/sendfile/usr.bin/printenv/Makefile.depend - copied unchanged from r286879, head/usr.bin/printenv/Makefile.depend projects/sendfile/usr.bin/printf/Makefile.depend - copied unchanged from r286879, head/usr.bin/printf/Makefile.depend projects/sendfile/usr.bin/procstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/procstat/Makefile.depend projects/sendfile/usr.bin/quota/Makefile.depend - copied unchanged from r286879, head/usr.bin/quota/Makefile.depend projects/sendfile/usr.bin/rctl/Makefile.depend - copied unchanged from r286879, head/usr.bin/rctl/Makefile.depend projects/sendfile/usr.bin/readelf/Makefile.depend - copied unchanged from r286879, head/usr.bin/readelf/Makefile.depend projects/sendfile/usr.bin/renice/Makefile.depend - copied unchanged from r286879, head/usr.bin/renice/Makefile.depend projects/sendfile/usr.bin/rev/Makefile.depend - copied unchanged from r286879, head/usr.bin/rev/Makefile.depend projects/sendfile/usr.bin/revoke/Makefile.depend - copied unchanged from r286879, head/usr.bin/revoke/Makefile.depend projects/sendfile/usr.bin/rlogin/Makefile.depend - copied unchanged from r286879, head/usr.bin/rlogin/Makefile.depend projects/sendfile/usr.bin/rpcgen/Makefile.depend - copied unchanged from r286879, head/usr.bin/rpcgen/Makefile.depend projects/sendfile/usr.bin/rpcinfo/Makefile.depend - copied unchanged from r286879, head/usr.bin/rpcinfo/Makefile.depend projects/sendfile/usr.bin/rs/Makefile.depend - copied unchanged from r286879, head/usr.bin/rs/Makefile.depend projects/sendfile/usr.bin/rsh/Makefile.depend - copied unchanged from r286879, head/usr.bin/rsh/Makefile.depend projects/sendfile/usr.bin/rup/Makefile.depend - copied unchanged from r286879, head/usr.bin/rup/Makefile.depend projects/sendfile/usr.bin/ruptime/Makefile.depend - copied unchanged from r286879, head/usr.bin/ruptime/Makefile.depend projects/sendfile/usr.bin/rusers/Makefile.depend - copied unchanged from r286879, head/usr.bin/rusers/Makefile.depend projects/sendfile/usr.bin/rwall/Makefile.depend - copied unchanged from r286879, head/usr.bin/rwall/Makefile.depend projects/sendfile/usr.bin/rwho/Makefile.depend - copied unchanged from r286879, head/usr.bin/rwho/Makefile.depend projects/sendfile/usr.bin/script/Makefile.depend - copied unchanged from r286879, head/usr.bin/script/Makefile.depend projects/sendfile/usr.bin/sed/Makefile.depend - copied unchanged from r286879, head/usr.bin/sed/Makefile.depend projects/sendfile/usr.bin/seq/Makefile.depend - copied unchanged from r286879, head/usr.bin/seq/Makefile.depend projects/sendfile/usr.bin/setchannel/Makefile.depend - copied unchanged from r286879, head/usr.bin/setchannel/Makefile.depend projects/sendfile/usr.bin/shar/Makefile.depend - copied unchanged from r286879, head/usr.bin/shar/Makefile.depend projects/sendfile/usr.bin/showmount/Makefile.depend - copied unchanged from r286879, head/usr.bin/showmount/Makefile.depend projects/sendfile/usr.bin/size/Makefile.depend - copied unchanged from r286879, head/usr.bin/size/Makefile.depend projects/sendfile/usr.bin/smbutil/Makefile.depend - copied unchanged from r286879, head/usr.bin/smbutil/Makefile.depend projects/sendfile/usr.bin/sockstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/sockstat/Makefile.depend projects/sendfile/usr.bin/sort/Makefile.depend - copied unchanged from r286879, head/usr.bin/sort/Makefile.depend projects/sendfile/usr.bin/split/Makefile.depend - copied unchanged from r286879, head/usr.bin/split/Makefile.depend projects/sendfile/usr.bin/ssh-copy-id/Makefile.depend - copied unchanged from r286879, head/usr.bin/ssh-copy-id/Makefile.depend projects/sendfile/usr.bin/stat/Makefile.depend - copied unchanged from r286879, head/usr.bin/stat/Makefile.depend projects/sendfile/usr.bin/stdbuf/Makefile.depend - copied unchanged from r286879, head/usr.bin/stdbuf/Makefile.depend projects/sendfile/usr.bin/strings/Makefile.depend - copied unchanged from r286879, head/usr.bin/strings/Makefile.depend projects/sendfile/usr.bin/su/Makefile.depend - copied unchanged from r286879, head/usr.bin/su/Makefile.depend projects/sendfile/usr.bin/svn/lib/libapr/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libapr/Makefile.depend projects/sendfile/usr.bin/svn/lib/libapr_util/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libapr_util/Makefile.depend projects/sendfile/usr.bin/svn/lib/libserf/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libserf/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_client/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_client/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_delta/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_delta/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_diff/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_diff/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_fs/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_fs/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_fs_fs/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_fs_fs/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_fs_util/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_fs_util/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_ra/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_ra/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_ra_local/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_ra_local/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_ra_serf/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_ra_serf/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_repos/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_repos/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_subr/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_subr/Makefile.depend projects/sendfile/usr.bin/svn/lib/libsvn_wc/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/lib/libsvn_wc/Makefile.depend projects/sendfile/usr.bin/svn/svn/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svn/Makefile.depend projects/sendfile/usr.bin/svn/svnadmin/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnadmin/Makefile.depend projects/sendfile/usr.bin/svn/svndumpfilter/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svndumpfilter/Makefile.depend projects/sendfile/usr.bin/svn/svnlook/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnlook/Makefile.depend projects/sendfile/usr.bin/svn/svnmucc/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnmucc/Makefile.depend projects/sendfile/usr.bin/svn/svnrdump/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnrdump/Makefile.depend projects/sendfile/usr.bin/svn/svnserve/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnserve/Makefile.depend projects/sendfile/usr.bin/svn/svnsync/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnsync/Makefile.depend projects/sendfile/usr.bin/svn/svnversion/Makefile.depend - copied unchanged from r286879, head/usr.bin/svn/svnversion/Makefile.depend projects/sendfile/usr.bin/systat/Makefile.depend - copied unchanged from r286879, head/usr.bin/systat/Makefile.depend projects/sendfile/usr.bin/tabs/Makefile.depend - copied unchanged from r286879, head/usr.bin/tabs/Makefile.depend projects/sendfile/usr.bin/tail/Makefile.depend - copied unchanged from r286879, head/usr.bin/tail/Makefile.depend projects/sendfile/usr.bin/talk/Makefile.depend - copied unchanged from r286879, head/usr.bin/talk/Makefile.depend projects/sendfile/usr.bin/tar/Makefile.depend - copied unchanged from r286879, head/usr.bin/tar/Makefile.depend projects/sendfile/usr.bin/tcopy/Makefile.depend - copied unchanged from r286879, head/usr.bin/tcopy/Makefile.depend projects/sendfile/usr.bin/tee/Makefile.depend - copied unchanged from r286879, head/usr.bin/tee/Makefile.depend projects/sendfile/usr.bin/telnet/Makefile.depend - copied unchanged from r286879, head/usr.bin/telnet/Makefile.depend projects/sendfile/usr.bin/tftp/Makefile.depend - copied unchanged from r286879, head/usr.bin/tftp/Makefile.depend projects/sendfile/usr.bin/time/Makefile.depend - copied unchanged from r286879, head/usr.bin/time/Makefile.depend projects/sendfile/usr.bin/timeout/Makefile.depend - copied unchanged from r286879, head/usr.bin/timeout/Makefile.depend projects/sendfile/usr.bin/tip/tip/Makefile.depend - copied unchanged from r286879, head/usr.bin/tip/tip/Makefile.depend projects/sendfile/usr.bin/top/Makefile.depend - copied unchanged from r286879, head/usr.bin/top/Makefile.depend projects/sendfile/usr.bin/touch/Makefile.depend - copied unchanged from r286879, head/usr.bin/touch/Makefile.depend projects/sendfile/usr.bin/tput/Makefile.depend - copied unchanged from r286879, head/usr.bin/tput/Makefile.depend projects/sendfile/usr.bin/tr/Makefile.depend - copied unchanged from r286879, head/usr.bin/tr/Makefile.depend projects/sendfile/usr.bin/true/Makefile.depend - copied unchanged from r286879, head/usr.bin/true/Makefile.depend projects/sendfile/usr.bin/truncate/Makefile.depend - copied unchanged from r286879, head/usr.bin/truncate/Makefile.depend projects/sendfile/usr.bin/truss/Makefile.depend.amd64 - copied unchanged from r286879, head/usr.bin/truss/Makefile.depend.amd64 projects/sendfile/usr.bin/tset/Makefile.depend - copied unchanged from r286879, head/usr.bin/tset/Makefile.depend projects/sendfile/usr.bin/tsort/Makefile.depend - copied unchanged from r286879, head/usr.bin/tsort/Makefile.depend projects/sendfile/usr.bin/tty/Makefile.depend - copied unchanged from r286879, head/usr.bin/tty/Makefile.depend projects/sendfile/usr.bin/ul/Makefile.depend - copied unchanged from r286879, head/usr.bin/ul/Makefile.depend projects/sendfile/usr.bin/uname/Makefile.depend - copied unchanged from r286879, head/usr.bin/uname/Makefile.depend projects/sendfile/usr.bin/unexpand/Makefile.depend - copied unchanged from r286879, head/usr.bin/unexpand/Makefile.depend projects/sendfile/usr.bin/unifdef/Makefile.depend - copied unchanged from r286879, head/usr.bin/unifdef/Makefile.depend projects/sendfile/usr.bin/uniq/Makefile.depend - copied unchanged from r286879, head/usr.bin/uniq/Makefile.depend projects/sendfile/usr.bin/units/Makefile.depend - copied unchanged from r286879, head/usr.bin/units/Makefile.depend projects/sendfile/usr.bin/unvis/Makefile.depend - copied unchanged from r286879, head/usr.bin/unvis/Makefile.depend projects/sendfile/usr.bin/unzip/Makefile.depend - copied unchanged from r286879, head/usr.bin/unzip/Makefile.depend projects/sendfile/usr.bin/usbhidaction/Makefile.depend - copied unchanged from r286879, head/usr.bin/usbhidaction/Makefile.depend projects/sendfile/usr.bin/usbhidctl/Makefile.depend - copied unchanged from r286879, head/usr.bin/usbhidctl/Makefile.depend projects/sendfile/usr.bin/users/Makefile.depend - copied unchanged from r286879, head/usr.bin/users/Makefile.depend projects/sendfile/usr.bin/uudecode/Makefile.depend - copied unchanged from r286879, head/usr.bin/uudecode/Makefile.depend projects/sendfile/usr.bin/uuencode/Makefile.depend - copied unchanged from r286879, head/usr.bin/uuencode/Makefile.depend projects/sendfile/usr.bin/vacation/Makefile.depend - copied unchanged from r286879, head/usr.bin/vacation/Makefile.depend projects/sendfile/usr.bin/vgrind/Makefile.depend - copied unchanged from r286879, head/usr.bin/vgrind/Makefile.depend projects/sendfile/usr.bin/vgrind/RETEST/Makefile.depend - copied unchanged from r286879, head/usr.bin/vgrind/RETEST/Makefile.depend projects/sendfile/usr.bin/vi/Makefile.depend - copied unchanged from r286879, head/usr.bin/vi/Makefile.depend projects/sendfile/usr.bin/vis/Makefile.depend - copied unchanged from r286879, head/usr.bin/vis/Makefile.depend projects/sendfile/usr.bin/vmstat/Makefile.depend - copied unchanged from r286879, head/usr.bin/vmstat/Makefile.depend projects/sendfile/usr.bin/vtfontcvt/Makefile.depend - copied unchanged from r286879, head/usr.bin/vtfontcvt/Makefile.depend projects/sendfile/usr.bin/w/Makefile.depend - copied unchanged from r286879, head/usr.bin/w/Makefile.depend projects/sendfile/usr.bin/wall/Makefile.depend - copied unchanged from r286879, head/usr.bin/wall/Makefile.depend projects/sendfile/usr.bin/wc/Makefile.depend - copied unchanged from r286879, head/usr.bin/wc/Makefile.depend projects/sendfile/usr.bin/what/Makefile.depend - copied unchanged from r286879, head/usr.bin/what/Makefile.depend projects/sendfile/usr.bin/whereis/Makefile.depend - copied unchanged from r286879, head/usr.bin/whereis/Makefile.depend projects/sendfile/usr.bin/which/Makefile.depend - copied unchanged from r286879, head/usr.bin/which/Makefile.depend projects/sendfile/usr.bin/who/Makefile.depend - copied unchanged from r286879, head/usr.bin/who/Makefile.depend projects/sendfile/usr.bin/whois/Makefile.depend - copied unchanged from r286879, head/usr.bin/whois/Makefile.depend projects/sendfile/usr.bin/write/Makefile.depend - copied unchanged from r286879, head/usr.bin/write/Makefile.depend projects/sendfile/usr.bin/xargs/Makefile.depend - copied unchanged from r286879, head/usr.bin/xargs/Makefile.depend projects/sendfile/usr.bin/xargs/tests/regress.0P1.out - copied unchanged from r286879, head/usr.bin/xargs/tests/regress.0P1.out projects/sendfile/usr.bin/xargs/tests/regress.P1.out - copied unchanged from r286879, head/usr.bin/xargs/tests/regress.P1.out projects/sendfile/usr.bin/xargs/tests/regress.n2P0.out - copied unchanged from r286879, head/usr.bin/xargs/tests/regress.n2P0.out projects/sendfile/usr.bin/xinstall/Makefile.depend - copied unchanged from r286879, head/usr.bin/xinstall/Makefile.depend projects/sendfile/usr.bin/xinstall/Makefile.depend.host - copied unchanged from r286879, head/usr.bin/xinstall/Makefile.depend.host projects/sendfile/usr.bin/xlint/lint1/Makefile.depend - copied unchanged from r286879, head/usr.bin/xlint/lint1/Makefile.depend projects/sendfile/usr.bin/xlint/lint2/Makefile.depend - copied unchanged from r286879, head/usr.bin/xlint/lint2/Makefile.depend projects/sendfile/usr.bin/xlint/llib/Makefile.depend - copied unchanged from r286879, head/usr.bin/xlint/llib/Makefile.depend projects/sendfile/usr.bin/xlint/xlint/Makefile.depend - copied unchanged from r286879, head/usr.bin/xlint/xlint/Makefile.depend projects/sendfile/usr.bin/xstr/Makefile.depend - copied unchanged from r286879, head/usr.bin/xstr/Makefile.depend projects/sendfile/usr.bin/xz/Makefile.depend - copied unchanged from r286879, head/usr.bin/xz/Makefile.depend projects/sendfile/usr.bin/xzdec/Makefile.depend - copied unchanged from r286879, head/usr.bin/xzdec/Makefile.depend projects/sendfile/usr.bin/yacc/Makefile.depend - copied unchanged from r286879, head/usr.bin/yacc/Makefile.depend projects/sendfile/usr.bin/yes/Makefile.depend - copied unchanged from r286879, head/usr.bin/yes/Makefile.depend projects/sendfile/usr.bin/ypcat/Makefile.depend - copied unchanged from r286879, head/usr.bin/ypcat/Makefile.depend projects/sendfile/usr.bin/ypmatch/Makefile.depend - copied unchanged from r286879, head/usr.bin/ypmatch/Makefile.depend projects/sendfile/usr.bin/ypwhich/Makefile.depend - copied unchanged from r286879, head/usr.bin/ypwhich/Makefile.depend projects/sendfile/usr.sbin/ac/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ac/Makefile.depend projects/sendfile/usr.sbin/accton/Makefile.depend - copied unchanged from r286879, head/usr.sbin/accton/Makefile.depend projects/sendfile/usr.sbin/acpi/acpiconf/Makefile.depend - copied unchanged from r286879, head/usr.sbin/acpi/acpiconf/Makefile.depend projects/sendfile/usr.sbin/acpi/acpidb/Makefile.depend - copied unchanged from r286879, head/usr.sbin/acpi/acpidb/Makefile.depend projects/sendfile/usr.sbin/acpi/acpidump/Makefile.depend - copied unchanged from r286879, head/usr.sbin/acpi/acpidump/Makefile.depend projects/sendfile/usr.sbin/acpi/iasl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/acpi/iasl/Makefile.depend projects/sendfile/usr.sbin/adduser/Makefile.depend - copied unchanged from r286879, head/usr.sbin/adduser/Makefile.depend projects/sendfile/usr.sbin/amd/amd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/amd/Makefile.depend projects/sendfile/usr.sbin/amd/amq/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/amq/Makefile.depend projects/sendfile/usr.sbin/amd/fixmount/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/fixmount/Makefile.depend projects/sendfile/usr.sbin/amd/fsinfo/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/fsinfo/Makefile.depend projects/sendfile/usr.sbin/amd/hlfsd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/hlfsd/Makefile.depend projects/sendfile/usr.sbin/amd/include/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/include/Makefile.depend projects/sendfile/usr.sbin/amd/libamu/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/libamu/Makefile.depend projects/sendfile/usr.sbin/amd/mk-amd-map/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/mk-amd-map/Makefile.depend projects/sendfile/usr.sbin/amd/pawd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/pawd/Makefile.depend projects/sendfile/usr.sbin/amd/scripts/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/scripts/Makefile.depend projects/sendfile/usr.sbin/amd/wire-test/Makefile.depend - copied unchanged from r286879, head/usr.sbin/amd/wire-test/Makefile.depend projects/sendfile/usr.sbin/ancontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ancontrol/Makefile.depend projects/sendfile/usr.sbin/apm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/apm/Makefile.depend projects/sendfile/usr.sbin/apmd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/apmd/Makefile.depend projects/sendfile/usr.sbin/arp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/arp/Makefile.depend projects/sendfile/usr.sbin/asf/Makefile.depend - copied unchanged from r286879, head/usr.sbin/asf/Makefile.depend projects/sendfile/usr.sbin/audit/Makefile.depend - copied unchanged from r286879, head/usr.sbin/audit/Makefile.depend projects/sendfile/usr.sbin/auditd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/auditd/Makefile.depend projects/sendfile/usr.sbin/auditreduce/Makefile.depend - copied unchanged from r286879, head/usr.sbin/auditreduce/Makefile.depend projects/sendfile/usr.sbin/authpf/Makefile.depend - copied unchanged from r286879, head/usr.sbin/authpf/Makefile.depend projects/sendfile/usr.sbin/bhyve/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bhyve/Makefile.depend projects/sendfile/usr.sbin/bhyve/bootrom.c - copied unchanged from r286879, head/usr.sbin/bhyve/bootrom.c projects/sendfile/usr.sbin/bhyve/bootrom.h - copied unchanged from r286879, head/usr.sbin/bhyve/bootrom.h projects/sendfile/usr.sbin/bluetooth/ath3kfw/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/ath3kfw/Makefile.depend projects/sendfile/usr.sbin/bluetooth/bcmfw/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/bcmfw/Makefile.depend projects/sendfile/usr.sbin/bluetooth/bt3cfw/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/bt3cfw/Makefile.depend projects/sendfile/usr.sbin/bluetooth/bthidcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/bthidcontrol/Makefile.depend projects/sendfile/usr.sbin/bluetooth/bthidd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/bthidd/Makefile.depend projects/sendfile/usr.sbin/bluetooth/btpand/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/btpand/Makefile.depend projects/sendfile/usr.sbin/bluetooth/hccontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/hccontrol/Makefile.depend projects/sendfile/usr.sbin/bluetooth/hcsecd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/hcsecd/Makefile.depend projects/sendfile/usr.sbin/bluetooth/hcseriald/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/hcseriald/Makefile.depend projects/sendfile/usr.sbin/bluetooth/l2control/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/l2control/Makefile.depend projects/sendfile/usr.sbin/bluetooth/l2ping/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/l2ping/Makefile.depend projects/sendfile/usr.sbin/bluetooth/rfcomm_pppd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/rfcomm_pppd/Makefile.depend projects/sendfile/usr.sbin/bluetooth/sdpcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/sdpcontrol/Makefile.depend projects/sendfile/usr.sbin/bluetooth/sdpd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bluetooth/sdpd/Makefile.depend projects/sendfile/usr.sbin/boot0cfg/Makefile.depend - copied unchanged from r286879, head/usr.sbin/boot0cfg/Makefile.depend projects/sendfile/usr.sbin/boot98cfg/Makefile.depend - copied unchanged from r286879, head/usr.sbin/boot98cfg/Makefile.depend projects/sendfile/usr.sbin/bootparamd/bootparamd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bootparamd/bootparamd/Makefile.depend projects/sendfile/usr.sbin/bootparamd/callbootd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bootparamd/callbootd/Makefile.depend projects/sendfile/usr.sbin/bsdconfig/packages/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdconfig/packages/Makefile.depend projects/sendfile/usr.sbin/bsdconfig/packages/include/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdconfig/packages/include/Makefile.depend projects/sendfile/usr.sbin/bsdconfig/share/packages/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdconfig/share/packages/Makefile.depend projects/sendfile/usr.sbin/bsdinstall/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdinstall/Makefile.depend projects/sendfile/usr.sbin/bsdinstall/distextract/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdinstall/distextract/Makefile.depend projects/sendfile/usr.sbin/bsdinstall/distfetch/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdinstall/distfetch/Makefile.depend projects/sendfile/usr.sbin/bsdinstall/partedit/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdinstall/partedit/Makefile.depend projects/sendfile/usr.sbin/bsdinstall/scripts/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsdinstall/scripts/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/bsnmpd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/bsnmpd/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/gensnmptree/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/gensnmptree/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_atm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_atm/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_bridge/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_bridge/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_hast/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_lm75/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_lm75/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_pf/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_pf/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_target/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_target/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_usm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_usm/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_vacm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_vacm/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/tools/bsnmptools/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/tools/bsnmptools/Makefile.depend projects/sendfile/usr.sbin/bsnmpd/tools/libbsnmptools/Makefile.depend - copied unchanged from r286879, head/usr.sbin/bsnmpd/tools/libbsnmptools/Makefile.depend projects/sendfile/usr.sbin/btxld/Makefile.depend - copied unchanged from r286879, head/usr.sbin/btxld/Makefile.depend projects/sendfile/usr.sbin/cdcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/cdcontrol/Makefile.depend projects/sendfile/usr.sbin/chkgrp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/chkgrp/Makefile.depend projects/sendfile/usr.sbin/chown/Makefile.depend - copied unchanged from r286879, head/usr.sbin/chown/Makefile.depend projects/sendfile/usr.sbin/chroot/Makefile.depend - copied unchanged from r286879, head/usr.sbin/chroot/Makefile.depend projects/sendfile/usr.sbin/ckdist/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ckdist/Makefile.depend projects/sendfile/usr.sbin/clear_locks/Makefile.depend - copied unchanged from r286879, head/usr.sbin/clear_locks/Makefile.depend projects/sendfile/usr.sbin/config/Makefile.depend - copied unchanged from r286879, head/usr.sbin/config/Makefile.depend projects/sendfile/usr.sbin/cpucontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/cpucontrol/Makefile.depend projects/sendfile/usr.sbin/crashinfo/Makefile.depend - copied unchanged from r286879, head/usr.sbin/crashinfo/Makefile.depend projects/sendfile/usr.sbin/cron/cron/Makefile.depend - copied unchanged from r286879, head/usr.sbin/cron/cron/Makefile.depend projects/sendfile/usr.sbin/cron/crontab/Makefile.depend - copied unchanged from r286879, head/usr.sbin/cron/crontab/Makefile.depend projects/sendfile/usr.sbin/cron/lib/Makefile.depend - copied unchanged from r286879, head/usr.sbin/cron/lib/Makefile.depend projects/sendfile/usr.sbin/crunch/crunchgen/Makefile.depend - copied unchanged from r286879, head/usr.sbin/crunch/crunchgen/Makefile.depend projects/sendfile/usr.sbin/crunch/crunchide/Makefile.depend - copied unchanged from r286879, head/usr.sbin/crunch/crunchide/Makefile.depend projects/sendfile/usr.sbin/ctladm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ctladm/Makefile.depend projects/sendfile/usr.sbin/ctm/ctm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ctm/ctm/Makefile.depend projects/sendfile/usr.sbin/ctm/ctm_dequeue/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ctm/ctm_dequeue/Makefile.depend projects/sendfile/usr.sbin/ctm/ctm_rmail/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ctm/ctm_rmail/Makefile.depend projects/sendfile/usr.sbin/ctm/ctm_smail/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ctm/ctm_smail/Makefile.depend projects/sendfile/usr.sbin/daemon/Makefile.depend - copied unchanged from r286879, head/usr.sbin/daemon/Makefile.depend projects/sendfile/usr.sbin/dconschat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/dconschat/Makefile.depend projects/sendfile/usr.sbin/devinfo/Makefile.depend - copied unchanged from r286879, head/usr.sbin/devinfo/Makefile.depend projects/sendfile/usr.sbin/digictl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/digictl/Makefile.depend projects/sendfile/usr.sbin/diskinfo/Makefile.depend - copied unchanged from r286879, head/usr.sbin/diskinfo/Makefile.depend projects/sendfile/usr.sbin/dumpcis/Makefile.depend - copied unchanged from r286879, head/usr.sbin/dumpcis/Makefile.depend projects/sendfile/usr.sbin/editmap/Makefile.depend - copied unchanged from r286879, head/usr.sbin/editmap/Makefile.depend projects/sendfile/usr.sbin/edquota/Makefile.depend - copied unchanged from r286879, head/usr.sbin/edquota/Makefile.depend projects/sendfile/usr.sbin/eeprom/Makefile.depend - copied unchanged from r286879, head/usr.sbin/eeprom/Makefile.depend projects/sendfile/usr.sbin/etcupdate/Makefile.depend - copied unchanged from r286879, head/usr.sbin/etcupdate/Makefile.depend projects/sendfile/usr.sbin/extattr/Makefile.depend - copied unchanged from r286879, head/usr.sbin/extattr/Makefile.depend projects/sendfile/usr.sbin/extattrctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/extattrctl/Makefile.depend projects/sendfile/usr.sbin/fdcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fdcontrol/Makefile.depend projects/sendfile/usr.sbin/fdformat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fdformat/Makefile.depend projects/sendfile/usr.sbin/fdread/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fdread/Makefile.depend projects/sendfile/usr.sbin/fdwrite/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fdwrite/Makefile.depend projects/sendfile/usr.sbin/fifolog/fifolog_create/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fifolog/fifolog_create/Makefile.depend projects/sendfile/usr.sbin/fifolog/fifolog_reader/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fifolog/fifolog_reader/Makefile.depend projects/sendfile/usr.sbin/fifolog/fifolog_writer/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fifolog/fifolog_writer/Makefile.depend projects/sendfile/usr.sbin/fifolog/lib/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fifolog/lib/Makefile.depend projects/sendfile/usr.sbin/flowctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/flowctl/Makefile.depend projects/sendfile/usr.sbin/freebsd-update/Makefile.depend - copied unchanged from r286879, head/usr.sbin/freebsd-update/Makefile.depend projects/sendfile/usr.sbin/fstyp/geli.c - copied unchanged from r286879, head/usr.sbin/fstyp/geli.c projects/sendfile/usr.sbin/fstyp/zfs.c - copied unchanged from r286879, head/usr.sbin/fstyp/zfs.c projects/sendfile/usr.sbin/fwcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/fwcontrol/Makefile.depend projects/sendfile/usr.sbin/getfmac/Makefile.depend - copied unchanged from r286879, head/usr.sbin/getfmac/Makefile.depend projects/sendfile/usr.sbin/getpmac/Makefile.depend - copied unchanged from r286879, head/usr.sbin/getpmac/Makefile.depend projects/sendfile/usr.sbin/gpioctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/gpioctl/Makefile.depend projects/sendfile/usr.sbin/gssd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/gssd/Makefile.depend projects/sendfile/usr.sbin/gstat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/gstat/Makefile.depend projects/sendfile/usr.sbin/i2c/Makefile.depend - copied unchanged from r286879, head/usr.sbin/i2c/Makefile.depend projects/sendfile/usr.sbin/ifmcstat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ifmcstat/Makefile.depend projects/sendfile/usr.sbin/inetd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/inetd/Makefile.depend projects/sendfile/usr.sbin/iostat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/iostat/Makefile.depend projects/sendfile/usr.sbin/ip6addrctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ip6addrctl/Makefile.depend projects/sendfile/usr.sbin/ipfwpcap/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ipfwpcap/Makefile.depend projects/sendfile/usr.sbin/jail/Makefile.depend - copied unchanged from r286879, head/usr.sbin/jail/Makefile.depend projects/sendfile/usr.sbin/jexec/Makefile.depend - copied unchanged from r286879, head/usr.sbin/jexec/Makefile.depend projects/sendfile/usr.sbin/jls/Makefile.depend - copied unchanged from r286879, head/usr.sbin/jls/Makefile.depend projects/sendfile/usr.sbin/kbdcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/kbdcontrol/Makefile.depend projects/sendfile/usr.sbin/kbdmap/Makefile.depend - copied unchanged from r286879, head/usr.sbin/kbdmap/Makefile.depend projects/sendfile/usr.sbin/keyserv/Makefile.depend - copied unchanged from r286879, head/usr.sbin/keyserv/Makefile.depend projects/sendfile/usr.sbin/kgmon/Makefile.depend - copied unchanged from r286879, head/usr.sbin/kgmon/Makefile.depend projects/sendfile/usr.sbin/kgzip/Makefile.depend - copied unchanged from r286879, head/usr.sbin/kgzip/Makefile.depend projects/sendfile/usr.sbin/kldxref/Makefile.depend - copied unchanged from r286879, head/usr.sbin/kldxref/Makefile.depend projects/sendfile/usr.sbin/lastlogin/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lastlogin/Makefile.depend projects/sendfile/usr.sbin/lmcconfig/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lmcconfig/Makefile.depend projects/sendfile/usr.sbin/lpr/chkprintcap/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/chkprintcap/Makefile.depend projects/sendfile/usr.sbin/lpr/common_source/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/common_source/Makefile.depend projects/sendfile/usr.sbin/lpr/filters.ru/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/filters.ru/Makefile.depend projects/sendfile/usr.sbin/lpr/filters.ru/koi2855/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/filters.ru/koi2855/Makefile.depend projects/sendfile/usr.sbin/lpr/filters.ru/koi2alt/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/filters.ru/koi2alt/Makefile.depend projects/sendfile/usr.sbin/lpr/filters/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/filters/Makefile.depend projects/sendfile/usr.sbin/lpr/lp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lp/Makefile.depend projects/sendfile/usr.sbin/lpr/lpc/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lpc/Makefile.depend projects/sendfile/usr.sbin/lpr/lpd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lpd/Makefile.depend projects/sendfile/usr.sbin/lpr/lpq/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lpq/Makefile.depend projects/sendfile/usr.sbin/lpr/lpr/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lpr/Makefile.depend projects/sendfile/usr.sbin/lpr/lprm/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lprm/Makefile.depend projects/sendfile/usr.sbin/lpr/lptest/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/lptest/Makefile.depend projects/sendfile/usr.sbin/lpr/pac/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lpr/pac/Makefile.depend projects/sendfile/usr.sbin/lptcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/lptcontrol/Makefile.depend projects/sendfile/usr.sbin/mailstats/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mailstats/Makefile.depend projects/sendfile/usr.sbin/mailwrapper/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mailwrapper/Makefile.depend projects/sendfile/usr.sbin/makefs/Makefile.depend - copied unchanged from r286879, head/usr.sbin/makefs/Makefile.depend projects/sendfile/usr.sbin/makemap/Makefile.depend - copied unchanged from r286879, head/usr.sbin/makemap/Makefile.depend projects/sendfile/usr.sbin/manctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/manctl/Makefile.depend projects/sendfile/usr.sbin/memcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/memcontrol/Makefile.depend projects/sendfile/usr.sbin/mergemaster/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mergemaster/Makefile.depend projects/sendfile/usr.sbin/mfiutil/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mfiutil/Makefile.depend projects/sendfile/usr.sbin/mixer/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mixer/Makefile.depend projects/sendfile/usr.sbin/mld6query/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mld6query/Makefile.depend projects/sendfile/usr.sbin/mlxcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mlxcontrol/Makefile.depend projects/sendfile/usr.sbin/mount_smbfs/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mount_smbfs/Makefile.depend projects/sendfile/usr.sbin/mountd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mountd/Makefile.depend projects/sendfile/usr.sbin/moused/Makefile.depend - copied unchanged from r286879, head/usr.sbin/moused/Makefile.depend projects/sendfile/usr.sbin/mptable/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mptable/Makefile.depend projects/sendfile/usr.sbin/mptutil/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mptutil/Makefile.depend projects/sendfile/usr.sbin/mtest/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mtest/Makefile.depend projects/sendfile/usr.sbin/mtree/Makefile.depend - copied unchanged from r286879, head/usr.sbin/mtree/Makefile.depend projects/sendfile/usr.sbin/ndiscvt/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ndiscvt/Makefile.depend projects/sendfile/usr.sbin/ndp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ndp/Makefile.depend projects/sendfile/usr.sbin/newsyslog/Makefile.depend - copied unchanged from r286879, head/usr.sbin/newsyslog/Makefile.depend projects/sendfile/usr.sbin/nfscbd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nfscbd/Makefile.depend projects/sendfile/usr.sbin/nfsd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nfsd/Makefile.depend projects/sendfile/usr.sbin/nfsdumpstate/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nfsdumpstate/Makefile.depend projects/sendfile/usr.sbin/nfsrevoke/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nfsrevoke/Makefile.depend projects/sendfile/usr.sbin/nfsuserd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nfsuserd/Makefile.depend projects/sendfile/usr.sbin/ngctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ngctl/Makefile.depend projects/sendfile/usr.sbin/nghook/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nghook/Makefile.depend projects/sendfile/usr.sbin/nmtree/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nmtree/Makefile.depend projects/sendfile/usr.sbin/nologin/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nologin/Makefile.depend projects/sendfile/usr.sbin/nscd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/nscd/Makefile.depend projects/sendfile/usr.sbin/ntp/doc/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/doc/Makefile.depend projects/sendfile/usr.sbin/ntp/libntp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/libntp/Makefile.depend projects/sendfile/usr.sbin/ntp/libntpevent/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/libntpevent/Makefile.depend projects/sendfile/usr.sbin/ntp/libopts/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/libopts/Makefile.depend projects/sendfile/usr.sbin/ntp/libparse/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/libparse/Makefile.depend projects/sendfile/usr.sbin/ntp/ntp-keygen/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/ntp-keygen/Makefile.depend projects/sendfile/usr.sbin/ntp/ntpd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/ntpd/Makefile.depend projects/sendfile/usr.sbin/ntp/ntpdate/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/ntpdate/Makefile.depend projects/sendfile/usr.sbin/ntp/ntpdc/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/ntpdc/Makefile.depend projects/sendfile/usr.sbin/ntp/ntpq/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/ntpq/Makefile.depend projects/sendfile/usr.sbin/ntp/ntptime/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/ntptime/Makefile.depend projects/sendfile/usr.sbin/ntp/sntp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ntp/sntp/Makefile.depend projects/sendfile/usr.sbin/ofwdump/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ofwdump/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/backend-partmanager/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/backend-query/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/backend-query/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/backend/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/backend/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/conf/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/conf/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/doc/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/doc/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/examples/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/examples/Makefile.depend projects/sendfile/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile.depend projects/sendfile/usr.sbin/pciconf/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pciconf/Makefile.depend projects/sendfile/usr.sbin/periodic/Makefile.depend - copied unchanged from r286879, head/usr.sbin/periodic/Makefile.depend projects/sendfile/usr.sbin/pkg/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pkg/Makefile.depend projects/sendfile/usr.sbin/pmcannotate/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pmcannotate/Makefile.depend projects/sendfile/usr.sbin/pmccontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pmccontrol/Makefile.depend projects/sendfile/usr.sbin/pmcstat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pmcstat/Makefile.depend projects/sendfile/usr.sbin/pnpinfo/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pnpinfo/Makefile.depend projects/sendfile/usr.sbin/portsnap/make_index/Makefile.depend - copied unchanged from r286879, head/usr.sbin/portsnap/make_index/Makefile.depend projects/sendfile/usr.sbin/portsnap/phttpget/Makefile.depend - copied unchanged from r286879, head/usr.sbin/portsnap/phttpget/Makefile.depend projects/sendfile/usr.sbin/portsnap/portsnap/Makefile.depend - copied unchanged from r286879, head/usr.sbin/portsnap/portsnap/Makefile.depend projects/sendfile/usr.sbin/powerd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/powerd/Makefile.depend projects/sendfile/usr.sbin/ppp/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ppp/Makefile.depend projects/sendfile/usr.sbin/pppctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pppctl/Makefile.depend projects/sendfile/usr.sbin/praliases/Makefile.depend - copied unchanged from r286879, head/usr.sbin/praliases/Makefile.depend projects/sendfile/usr.sbin/praudit/Makefile.depend - copied unchanged from r286879, head/usr.sbin/praudit/Makefile.depend projects/sendfile/usr.sbin/procctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/procctl/Makefile.depend projects/sendfile/usr.sbin/pstat/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pstat/Makefile.depend projects/sendfile/usr.sbin/pw/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pw/Makefile.depend projects/sendfile/usr.sbin/pw/pw_utils.c - copied unchanged from r286879, head/usr.sbin/pw/pw_utils.c projects/sendfile/usr.sbin/pw/strtounum.c - copied unchanged from r286879, head/usr.sbin/pw/strtounum.c projects/sendfile/usr.sbin/pw/tests/pw-modified.conf - copied unchanged from r286879, head/usr.sbin/pw/tests/pw-modified.conf projects/sendfile/usr.sbin/pw/tests/pw.conf - copied unchanged from r286879, head/usr.sbin/pw/tests/pw.conf projects/sendfile/usr.sbin/pw/tests/pw_config.sh - copied unchanged from r286879, head/usr.sbin/pw/tests/pw_config.sh projects/sendfile/usr.sbin/pw/tests/pw_groupadd.sh - copied unchanged from r286879, head/usr.sbin/pw/tests/pw_groupadd.sh projects/sendfile/usr.sbin/pwd_mkdb/Makefile.depend - copied unchanged from r286879, head/usr.sbin/pwd_mkdb/Makefile.depend projects/sendfile/usr.sbin/quot/Makefile.depend - copied unchanged from r286879, head/usr.sbin/quot/Makefile.depend projects/sendfile/usr.sbin/quotaon/Makefile.depend - copied unchanged from r286879, head/usr.sbin/quotaon/Makefile.depend projects/sendfile/usr.sbin/rarpd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rarpd/Makefile.depend projects/sendfile/usr.sbin/repquota/Makefile.depend - copied unchanged from r286879, head/usr.sbin/repquota/Makefile.depend projects/sendfile/usr.sbin/rip6query/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rip6query/Makefile.depend projects/sendfile/usr.sbin/rmt/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rmt/Makefile.depend projects/sendfile/usr.sbin/route6d/Makefile.depend - copied unchanged from r286879, head/usr.sbin/route6d/Makefile.depend projects/sendfile/usr.sbin/rpc.lockd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpc.lockd/Makefile.depend projects/sendfile/usr.sbin/rpc.statd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpc.statd/Makefile.depend projects/sendfile/usr.sbin/rpc.umntall/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpc.umntall/Makefile.depend projects/sendfile/usr.sbin/rpc.yppasswdd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpc.yppasswdd/Makefile.depend projects/sendfile/usr.sbin/rpc.ypupdated/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpc.ypupdated/Makefile.depend projects/sendfile/usr.sbin/rpc.ypxfrd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpc.ypxfrd/Makefile.depend projects/sendfile/usr.sbin/rpcbind/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rpcbind/Makefile.depend projects/sendfile/usr.sbin/rrenumd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rrenumd/Makefile.depend projects/sendfile/usr.sbin/rtadvctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rtadvctl/Makefile.depend projects/sendfile/usr.sbin/rtadvd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rtadvd/Makefile.depend projects/sendfile/usr.sbin/rtprio/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rtprio/Makefile.depend projects/sendfile/usr.sbin/rtsold/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rtsold/Makefile.depend projects/sendfile/usr.sbin/rwhod/Makefile.depend - copied unchanged from r286879, head/usr.sbin/rwhod/Makefile.depend projects/sendfile/usr.sbin/sa/Makefile.depend - copied unchanged from r286879, head/usr.sbin/sa/Makefile.depend projects/sendfile/usr.sbin/sendmail/Makefile.depend - copied unchanged from r286879, head/usr.sbin/sendmail/Makefile.depend projects/sendfile/usr.sbin/service/Makefile.depend - copied unchanged from r286879, head/usr.sbin/service/Makefile.depend projects/sendfile/usr.sbin/services_mkdb/Makefile.depend - copied unchanged from r286879, head/usr.sbin/services_mkdb/Makefile.depend projects/sendfile/usr.sbin/setfib/Makefile.depend - copied unchanged from r286879, head/usr.sbin/setfib/Makefile.depend projects/sendfile/usr.sbin/setfmac/Makefile.depend - copied unchanged from r286879, head/usr.sbin/setfmac/Makefile.depend projects/sendfile/usr.sbin/setpmac/Makefile.depend - copied unchanged from r286879, head/usr.sbin/setpmac/Makefile.depend projects/sendfile/usr.sbin/sicontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/sicontrol/Makefile.depend projects/sendfile/usr.sbin/smbmsg/Makefile.depend - copied unchanged from r286879, head/usr.sbin/smbmsg/Makefile.depend projects/sendfile/usr.sbin/snapinfo/Makefile.depend - copied unchanged from r286879, head/usr.sbin/snapinfo/Makefile.depend projects/sendfile/usr.sbin/spkrtest/Makefile.depend - copied unchanged from r286879, head/usr.sbin/spkrtest/Makefile.depend projects/sendfile/usr.sbin/spray/Makefile.depend - copied unchanged from r286879, head/usr.sbin/spray/Makefile.depend projects/sendfile/usr.sbin/syslogd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/syslogd/Makefile.depend projects/sendfile/usr.sbin/tcpdchk/Makefile.depend - copied unchanged from r286879, head/usr.sbin/tcpdchk/Makefile.depend projects/sendfile/usr.sbin/tcpdmatch/Makefile.depend - copied unchanged from r286879, head/usr.sbin/tcpdmatch/Makefile.depend projects/sendfile/usr.sbin/tcpdrop/Makefile.depend - copied unchanged from r286879, head/usr.sbin/tcpdrop/Makefile.depend projects/sendfile/usr.sbin/tcpdump/tcpdump/Makefile.depend - copied unchanged from r286879, head/usr.sbin/tcpdump/tcpdump/Makefile.depend projects/sendfile/usr.sbin/timed/timed/Makefile.depend - copied unchanged from r286879, head/usr.sbin/timed/timed/Makefile.depend projects/sendfile/usr.sbin/timed/timedc/Makefile.depend - copied unchanged from r286879, head/usr.sbin/timed/timedc/Makefile.depend projects/sendfile/usr.sbin/traceroute/Makefile.depend - copied unchanged from r286879, head/usr.sbin/traceroute/Makefile.depend projects/sendfile/usr.sbin/traceroute6/Makefile.depend - copied unchanged from r286879, head/usr.sbin/traceroute6/Makefile.depend projects/sendfile/usr.sbin/trpt/Makefile.depend - copied unchanged from r286879, head/usr.sbin/trpt/Makefile.depend projects/sendfile/usr.sbin/tzsetup/Makefile.depend - copied unchanged from r286879, head/usr.sbin/tzsetup/Makefile.depend projects/sendfile/usr.sbin/uathload/Makefile.depend - copied unchanged from r286879, head/usr.sbin/uathload/Makefile.depend projects/sendfile/usr.sbin/ugidfw/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ugidfw/Makefile.depend projects/sendfile/usr.sbin/uhsoctl/Makefile.depend - copied unchanged from r286879, head/usr.sbin/uhsoctl/Makefile.depend projects/sendfile/usr.sbin/usbconfig/Makefile.depend - copied unchanged from r286879, head/usr.sbin/usbconfig/Makefile.depend projects/sendfile/usr.sbin/usbdump/Makefile.depend - copied unchanged from r286879, head/usr.sbin/usbdump/Makefile.depend projects/sendfile/usr.sbin/utx/Makefile.depend - copied unchanged from r286879, head/usr.sbin/utx/Makefile.depend projects/sendfile/usr.sbin/vidcontrol/Makefile.depend - copied unchanged from r286879, head/usr.sbin/vidcontrol/Makefile.depend projects/sendfile/usr.sbin/vipw/Makefile.depend - copied unchanged from r286879, head/usr.sbin/vipw/Makefile.depend projects/sendfile/usr.sbin/wake/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wake/Makefile.depend projects/sendfile/usr.sbin/watch/Makefile.depend - copied unchanged from r286879, head/usr.sbin/watch/Makefile.depend projects/sendfile/usr.sbin/watchdogd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/watchdogd/Makefile.depend projects/sendfile/usr.sbin/wlandebug/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wlandebug/Makefile.depend projects/sendfile/usr.sbin/wlconfig/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wlconfig/Makefile.depend projects/sendfile/usr.sbin/wpa/hostapd/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wpa/hostapd/Makefile.depend projects/sendfile/usr.sbin/wpa/hostapd_cli/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wpa/hostapd_cli/Makefile.depend projects/sendfile/usr.sbin/wpa/ndis_events/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wpa/ndis_events/Makefile.depend projects/sendfile/usr.sbin/wpa/wpa_cli/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wpa/wpa_cli/Makefile.depend projects/sendfile/usr.sbin/wpa/wpa_passphrase/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wpa/wpa_passphrase/Makefile.depend projects/sendfile/usr.sbin/wpa/wpa_supplicant/Makefile.depend - copied unchanged from r286879, head/usr.sbin/wpa/wpa_supplicant/Makefile.depend projects/sendfile/usr.sbin/yp_mkdb/Makefile.depend - copied unchanged from r286879, head/usr.sbin/yp_mkdb/Makefile.depend projects/sendfile/usr.sbin/ypbind/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ypbind/Makefile.depend projects/sendfile/usr.sbin/yppoll/Makefile.depend - copied unchanged from r286879, head/usr.sbin/yppoll/Makefile.depend projects/sendfile/usr.sbin/yppush/Makefile.depend - copied unchanged from r286879, head/usr.sbin/yppush/Makefile.depend projects/sendfile/usr.sbin/ypserv/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ypserv/Makefile.depend projects/sendfile/usr.sbin/ypset/Makefile.depend - copied unchanged from r286879, head/usr.sbin/ypset/Makefile.depend projects/sendfile/usr.sbin/zic/zdump/Makefile.depend - copied unchanged from r286879, head/usr.sbin/zic/zdump/Makefile.depend projects/sendfile/usr.sbin/zic/zic/Makefile.depend - copied unchanged from r286879, head/usr.sbin/zic/zic/Makefile.depend projects/sendfile/usr.sbin/zzz/Makefile.depend - copied unchanged from r286879, head/usr.sbin/zzz/Makefile.depend Directory Properties: projects/sendfile/contrib/elftoolchain/ar/ (props changed) projects/sendfile/contrib/elftoolchain/brandelf/ (props changed) projects/sendfile/contrib/elftoolchain/elfdump/ (props changed) projects/sendfile/targets/ (props changed) Deleted: projects/sendfile/contrib/ntp/scripts/update-leap/update-leap projects/sendfile/contrib/ntp/sntp/tests/crypto.cpp projects/sendfile/contrib/ntp/sntp/tests/keyFile.cpp projects/sendfile/contrib/ntp/sntp/tests/kodDatabase.cpp projects/sendfile/contrib/ntp/sntp/tests/kodFile.cpp projects/sendfile/contrib/ntp/sntp/tests/networking.cpp projects/sendfile/contrib/ntp/sntp/tests/packetHandling.cpp projects/sendfile/contrib/ntp/sntp/tests/packetProcessing.cpp projects/sendfile/contrib/ntp/sntp/tests/utilities.cpp projects/sendfile/contrib/ntp/tests/libntp/a_md5encrypt.cpp projects/sendfile/contrib/ntp/tests/libntp/atoint.cpp projects/sendfile/contrib/ntp/tests/libntp/atouint.cpp projects/sendfile/contrib/ntp/tests/libntp/authkeys.cpp projects/sendfile/contrib/ntp/tests/libntp/buftvtots.cpp projects/sendfile/contrib/ntp/tests/libntp/calendar.cpp projects/sendfile/contrib/ntp/tests/libntp/caljulian.cpp projects/sendfile/contrib/ntp/tests/libntp/caltontp.cpp projects/sendfile/contrib/ntp/tests/libntp/calyearstart.cpp projects/sendfile/contrib/ntp/tests/libntp/clocktime.cpp projects/sendfile/contrib/ntp/tests/libntp/decodenetnum.cpp projects/sendfile/contrib/ntp/tests/libntp/hextoint.cpp projects/sendfile/contrib/ntp/tests/libntp/hextolfp.cpp projects/sendfile/contrib/ntp/tests/libntp/humandate.cpp projects/sendfile/contrib/ntp/tests/libntp/lfpfunc.cpp projects/sendfile/contrib/ntp/tests/libntp/lfptostr.cpp projects/sendfile/contrib/ntp/tests/libntp/libntptest.cpp projects/sendfile/contrib/ntp/tests/libntp/libntptest.h projects/sendfile/contrib/ntp/tests/libntp/modetoa.cpp projects/sendfile/contrib/ntp/tests/libntp/msyslog.cpp projects/sendfile/contrib/ntp/tests/libntp/netof.cpp projects/sendfile/contrib/ntp/tests/libntp/numtoa.cpp projects/sendfile/contrib/ntp/tests/libntp/numtohost.cpp projects/sendfile/contrib/ntp/tests/libntp/octtoint.cpp projects/sendfile/contrib/ntp/tests/libntp/prettydate.cpp projects/sendfile/contrib/ntp/tests/libntp/recvbuff.cpp projects/sendfile/contrib/ntp/tests/libntp/refnumtoa.cpp projects/sendfile/contrib/ntp/tests/libntp/sfptostr.cpp projects/sendfile/contrib/ntp/tests/libntp/socktoa.cpp projects/sendfile/contrib/ntp/tests/libntp/ssl_init.cpp projects/sendfile/contrib/ntp/tests/libntp/statestr.cpp projects/sendfile/contrib/ntp/tests/libntp/strtolfp.cpp projects/sendfile/contrib/ntp/tests/libntp/timespecops.cpp projects/sendfile/contrib/ntp/tests/libntp/timestructs.cpp projects/sendfile/contrib/ntp/tests/libntp/timestructs.h projects/sendfile/contrib/ntp/tests/libntp/timevalops.cpp projects/sendfile/contrib/ntp/tests/libntp/tstotv.cpp projects/sendfile/contrib/ntp/tests/libntp/tvtots.cpp projects/sendfile/contrib/ntp/tests/libntp/uglydate.cpp projects/sendfile/contrib/ntp/tests/libntp/vi64ops.cpp projects/sendfile/contrib/ntp/tests/libntp/ymd2yd.cpp projects/sendfile/contrib/ntp/util/ansi2knr.1 projects/sendfile/contrib/ntp/util/ansi2knr.c projects/sendfile/contrib/sendmail/libsm/path.c projects/sendfile/contrib/tcpdump/bootp.h projects/sendfile/contrib/top/top.X projects/sendfile/contrib/top/top.local.H projects/sendfile/gnu/usr.bin/binutils/addr2line/ projects/sendfile/gnu/usr.bin/binutils/ar/ projects/sendfile/gnu/usr.bin/binutils/nm/ projects/sendfile/gnu/usr.bin/binutils/ranlib/ projects/sendfile/gnu/usr.bin/binutils/readelf/ projects/sendfile/gnu/usr.bin/binutils/size/ projects/sendfile/gnu/usr.bin/binutils/strings/ projects/sendfile/gnu/usr.bin/binutils/strip/ projects/sendfile/gnu/usr.bin/cc/c++filt/Makefile projects/sendfile/gnu/usr.bin/rcs/ident/ projects/sendfile/lib/libarchive/libarchive.pc projects/sendfile/lib/libc/amd64/sys/reboot.S projects/sendfile/lib/libc/i386/sys/reboot.S projects/sendfile/lib/libc/sys/stack_protector.c projects/sendfile/lib/libc/sys/stack_protector_compat.c projects/sendfile/lib/libmd/sha256.h projects/sendfile/lib/libmd/sha256c.c projects/sendfile/lib/libnv/nv.3 projects/sendfile/release/tools/gce-package.sh projects/sendfile/share/man/man4/dtrace-io.4 projects/sendfile/share/man/man4/dtrace-ip.4 projects/sendfile/share/man/man4/dtrace-proc.4 projects/sendfile/share/man/man4/dtrace-sched.4 projects/sendfile/share/man/man4/dtrace-tcp.4 projects/sendfile/share/man/man4/dtrace-udp.4 projects/sendfile/sys/amd64/include/xen/xenfunc.h projects/sendfile/sys/amd64/include/xen/xenvar.h projects/sendfile/sys/arm/annapurna/alpine/hal/ projects/sendfile/sys/cam/ctl/ctl_frontend_internal.c projects/sendfile/sys/cam/ctl/ctl_frontend_internal.h projects/sendfile/sys/cddl/contrib/opensolaris/common/nvpair/fnvpair.c projects/sendfile/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c projects/sendfile/sys/cddl/contrib/opensolaris/common/nvpair/nvpair_alloc_fixed.c projects/sendfile/sys/cddl/dev/lockstat/ projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmobject.c projects/sendfile/sys/dev/cxgbe/firmware/t4fw-1.11.27.0.bin.uu projects/sendfile/sys/dev/cxgbe/firmware/t5fw-1.11.27.0.bin.uu projects/sendfile/sys/dev/random/dummy_rng.c projects/sendfile/sys/dev/random/live_entropy_sources.c projects/sendfile/sys/dev/random/live_entropy_sources.h projects/sendfile/sys/dev/random/random_adaptors.c projects/sendfile/sys/dev/random/random_adaptors.h projects/sendfile/sys/dev/random/randomdev_soft.c projects/sendfile/sys/dev/random/randomdev_soft.h projects/sendfile/sys/i386/include/privatespace.h projects/sendfile/sys/i386/include/xen/xenfunc.h projects/sendfile/sys/i386/include/xen/xenvar.h projects/sendfile/sys/kern/subr_dnvlist.c projects/sendfile/sys/kern/subr_nvlist.c projects/sendfile/sys/kern/subr_nvpair.c projects/sendfile/sys/mips/rmi/dev/iic/ds1374u.c projects/sendfile/sys/modules/dtrace/lockstat/ projects/sendfile/sys/modules/random/Makefile projects/sendfile/sys/pc98/include/privatespace.h projects/sendfile/sys/powerpc/aim/interrupt.c projects/sendfile/sys/powerpc/booke/interrupt.c projects/sendfile/sys/sys/nv_impl.h projects/sendfile/sys/sys/nvlist_impl.h projects/sendfile/sys/sys/nvpair_impl.h projects/sendfile/tools/build/options/WITHOUT_ELFTOOLCHAIN_TOOLS projects/sendfile/tools/build/options/WITHOUT_SYSINSTALL projects/sendfile/tools/bus_space/C/libbus_space.h projects/sendfile/tools/bus_space/bus_space.c projects/sendfile/tools/bus_space/bus_space.h projects/sendfile/usr.bin/make/ projects/sendfile/usr.bin/vgrind/vgrindefs.c projects/sendfile/usr.sbin/pw/fileupd.c Modified: projects/sendfile/.arcconfig projects/sendfile/Makefile projects/sendfile/Makefile.inc1 projects/sendfile/ObsoleteFiles.inc projects/sendfile/UPDATING projects/sendfile/bin/chmod/chmod.c projects/sendfile/bin/cp/cp.1 projects/sendfile/bin/cp/cp.c projects/sendfile/bin/cp/extern.h projects/sendfile/bin/cp/utils.c projects/sendfile/bin/dd/dd.1 projects/sendfile/bin/ls/Makefile projects/sendfile/bin/ls/extern.h projects/sendfile/bin/ls/ls.1 projects/sendfile/bin/ls/ls.c projects/sendfile/bin/ls/ls.h projects/sendfile/bin/ls/print.c projects/sendfile/bin/ls/util.c projects/sendfile/bin/mv/mv.c projects/sendfile/bin/ps/ps.1 projects/sendfile/bin/sh/alias.c projects/sendfile/bin/sh/exec.c projects/sendfile/bin/sh/miscbltin.c projects/sendfile/bin/sh/options.c projects/sendfile/bin/sh/sh.1 projects/sendfile/bin/sh/tests/builtins/Makefile projects/sendfile/bin/stty/stty.c projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoofew.d projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoomany.d projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_owner.d projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_type_adaptive.d projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv4remote.pl projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv6remote.pl projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4remotetcp.ksh projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.localtcpstate.ksh projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.remotetcpstate.ksh projects/sendfile/cddl/contrib/opensolaris/cmd/lockstat/lockstat.c projects/sendfile/cddl/contrib/opensolaris/cmd/zdb/zdb.c projects/sendfile/cddl/contrib/opensolaris/cmd/zfs/zfs.8 projects/sendfile/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c projects/sendfile/cddl/contrib/opensolaris/cmd/zhack/zhack.c projects/sendfile/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c projects/sendfile/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.c projects/sendfile/cddl/contrib/opensolaris/cmd/ztest/ztest.c projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_impl.h projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_module.c projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_module.h projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_pragma.c projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_printf.c projects/sendfile/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h projects/sendfile/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c projects/sendfile/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c projects/sendfile/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c projects/sendfile/cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.c projects/sendfile/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h projects/sendfile/cddl/lib/Makefile projects/sendfile/cddl/lib/libdtrace/Makefile projects/sendfile/cddl/lib/libdtrace/io.d projects/sendfile/cddl/lib/libdtrace/ip.d projects/sendfile/cddl/lib/libdtrace/nfs.d projects/sendfile/cddl/lib/libdtrace/nfssrv.d projects/sendfile/cddl/lib/libdtrace/psinfo.d projects/sendfile/cddl/lib/libdtrace/regs_x86.d projects/sendfile/cddl/lib/libdtrace/sched.d projects/sendfile/cddl/lib/libdtrace/siftr.d projects/sendfile/cddl/lib/libdtrace/tcp.d projects/sendfile/cddl/lib/libdtrace/udp.d projects/sendfile/cddl/lib/libnvpair/Makefile projects/sendfile/cddl/lib/libzfs/Makefile projects/sendfile/cddl/lib/libzfs_core/Makefile projects/sendfile/cddl/usr.sbin/Makefile projects/sendfile/cddl/usr.sbin/dtrace/Makefile projects/sendfile/contrib/apr/CHANGES projects/sendfile/contrib/apr/CMakeLists.txt projects/sendfile/contrib/apr/Makefile.in projects/sendfile/contrib/apr/NOTICE projects/sendfile/contrib/apr/NWGNUmakefile projects/sendfile/contrib/apr/apr.dsp projects/sendfile/contrib/apr/apr.spec projects/sendfile/contrib/apr/build-outputs.mk projects/sendfile/contrib/apr/configure projects/sendfile/contrib/apr/configure.in projects/sendfile/contrib/apr/encoding/apr_escape.c projects/sendfile/contrib/apr/include/apr_skiplist.h projects/sendfile/contrib/apr/include/apr_version.h projects/sendfile/contrib/apr/libapr.dsp projects/sendfile/contrib/apr/locks/unix/proc_mutex.c projects/sendfile/contrib/apr/memory/unix/apr_pools.c projects/sendfile/contrib/apr/misc/unix/errorcodes.c projects/sendfile/contrib/apr/network_io/unix/sockaddr.c projects/sendfile/contrib/apr/network_io/unix/sockets.c projects/sendfile/contrib/apr/poll/unix/epoll.c projects/sendfile/contrib/apr/poll/unix/kqueue.c projects/sendfile/contrib/apr/poll/unix/poll.c projects/sendfile/contrib/apr/poll/unix/pollcb.c projects/sendfile/contrib/apr/poll/unix/port.c projects/sendfile/contrib/apr/poll/unix/z_asio.c projects/sendfile/contrib/apr/tables/apr_skiplist.c projects/sendfile/contrib/binutils/gas/config/tc-i386.c projects/sendfile/contrib/bmake/ChangeLog projects/sendfile/contrib/bmake/Makefile projects/sendfile/contrib/bmake/bmake.1 projects/sendfile/contrib/bmake/bmake.cat1 projects/sendfile/contrib/bmake/make.1 projects/sendfile/contrib/bmake/mk/ChangeLog projects/sendfile/contrib/bmake/mk/dirdeps.mk projects/sendfile/contrib/bmake/mk/gendirdeps.mk projects/sendfile/contrib/bmake/mk/install-mk projects/sendfile/contrib/bmake/mk/meta.stage.mk projects/sendfile/contrib/bmake/mk/meta.sys.mk projects/sendfile/contrib/bmake/mk/meta2deps.sh projects/sendfile/contrib/bmake/mk/mkopt.sh projects/sendfile/contrib/bmake/targ.c projects/sendfile/contrib/bsnmp/snmp_mibII/mibII_ip.c projects/sendfile/contrib/compiler-rt/lib/builtins/floatditf.c projects/sendfile/contrib/compiler-rt/lib/builtins/floatunditf.c projects/sendfile/contrib/dtc/checks.c projects/sendfile/contrib/elftoolchain/common/elfdefinitions.h projects/sendfile/contrib/elftoolchain/elfcopy/sections.c projects/sendfile/contrib/elftoolchain/libdwarf/dwarf_sections.c projects/sendfile/contrib/elftoolchain/readelf/readelf.c projects/sendfile/contrib/file/ChangeLog projects/sendfile/contrib/file/Makefile.in projects/sendfile/contrib/file/TODO projects/sendfile/contrib/file/aclocal.m4 projects/sendfile/contrib/file/compile projects/sendfile/contrib/file/config.h.in projects/sendfile/contrib/file/configure projects/sendfile/contrib/file/configure.ac projects/sendfile/contrib/file/depcomp projects/sendfile/contrib/file/doc/Makefile.in projects/sendfile/contrib/file/doc/file.man projects/sendfile/contrib/file/doc/libmagic.man projects/sendfile/contrib/file/ltmain.sh projects/sendfile/contrib/file/magic/Magdir/android projects/sendfile/contrib/file/magic/Magdir/apple projects/sendfile/contrib/file/magic/Magdir/archive projects/sendfile/contrib/file/magic/Magdir/audio projects/sendfile/contrib/file/magic/Magdir/cafebabe projects/sendfile/contrib/file/magic/Magdir/commands projects/sendfile/contrib/file/magic/Magdir/compress projects/sendfile/contrib/file/magic/Magdir/console projects/sendfile/contrib/file/magic/Magdir/dyadic projects/sendfile/contrib/file/magic/Magdir/filesystems projects/sendfile/contrib/file/magic/Magdir/gnu projects/sendfile/contrib/file/magic/Magdir/images projects/sendfile/contrib/file/magic/Magdir/jpeg projects/sendfile/contrib/file/magic/Magdir/linux projects/sendfile/contrib/file/magic/Magdir/mach projects/sendfile/contrib/file/magic/Magdir/mathematica projects/sendfile/contrib/file/magic/Magdir/misctools projects/sendfile/contrib/file/magic/Magdir/modem projects/sendfile/contrib/file/magic/Magdir/mozilla projects/sendfile/contrib/file/magic/Magdir/os2 projects/sendfile/contrib/file/magic/Magdir/pdf projects/sendfile/contrib/file/magic/Magdir/perl projects/sendfile/contrib/file/magic/Magdir/riff projects/sendfile/contrib/file/magic/Magdir/sereal projects/sendfile/contrib/file/magic/Magdir/sgml projects/sendfile/contrib/file/magic/Magdir/varied.script projects/sendfile/contrib/file/magic/Magdir/vorbis projects/sendfile/contrib/file/magic/Makefile.am projects/sendfile/contrib/file/magic/Makefile.in projects/sendfile/contrib/file/missing projects/sendfile/contrib/file/python/Makefile.in projects/sendfile/contrib/file/src/Makefile.in projects/sendfile/contrib/file/src/apprentice.c projects/sendfile/contrib/file/src/ascmagic.c projects/sendfile/contrib/file/src/cdf.c projects/sendfile/contrib/file/src/cdf.h projects/sendfile/contrib/file/src/compress.c projects/sendfile/contrib/file/src/encoding.c projects/sendfile/contrib/file/src/file.c projects/sendfile/contrib/file/src/file.h projects/sendfile/contrib/file/src/file_opts.h projects/sendfile/contrib/file/src/fsmagic.c projects/sendfile/contrib/file/src/funcs.c projects/sendfile/contrib/file/src/is_tar.c projects/sendfile/contrib/file/src/magic.c projects/sendfile/contrib/file/src/magic.h projects/sendfile/contrib/file/src/magic.h.in projects/sendfile/contrib/file/src/print.c projects/sendfile/contrib/file/src/readcdf.c projects/sendfile/contrib/file/src/readelf.c projects/sendfile/contrib/file/src/softmagic.c projects/sendfile/contrib/file/tests/Makefile.in projects/sendfile/contrib/gcc/c-cppbuiltin.c projects/sendfile/contrib/gcc/cfgexpand.c projects/sendfile/contrib/gcc/common.opt projects/sendfile/contrib/gcc/doc/cpp.texi projects/sendfile/contrib/gcc/doc/gcc.1 projects/sendfile/contrib/gcc/doc/invoke.texi projects/sendfile/contrib/gcc/gcc.c projects/sendfile/contrib/gcc/longlong.h projects/sendfile/contrib/gcclibs/libcpp/files.c projects/sendfile/contrib/jemalloc/COPYING projects/sendfile/contrib/jemalloc/ChangeLog projects/sendfile/contrib/jemalloc/FREEBSD-Xlist projects/sendfile/contrib/jemalloc/FREEBSD-diffs projects/sendfile/contrib/jemalloc/FREEBSD-upgrade projects/sendfile/contrib/jemalloc/VERSION projects/sendfile/contrib/jemalloc/doc/jemalloc.3 projects/sendfile/contrib/jemalloc/include/jemalloc/internal/arena.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/atomic.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/base.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/bitmap.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/chunk.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/chunk_dss.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/chunk_mmap.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/ckh.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/ctl.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/extent.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/hash.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/huge.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/mutex.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/private_namespace.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/prng.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/prof.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/public_namespace.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/ql.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/qr.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/quarantine.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/rb.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/rtree.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/size_classes.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/stats.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/tcache.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/tsd.h projects/sendfile/contrib/jemalloc/include/jemalloc/internal/util.h projects/sendfile/contrib/jemalloc/include/jemalloc/jemalloc.h projects/sendfile/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h projects/sendfile/contrib/jemalloc/src/arena.c projects/sendfile/contrib/jemalloc/src/base.c projects/sendfile/contrib/jemalloc/src/bitmap.c projects/sendfile/contrib/jemalloc/src/chunk.c projects/sendfile/contrib/jemalloc/src/chunk_dss.c projects/sendfile/contrib/jemalloc/src/chunk_mmap.c projects/sendfile/contrib/jemalloc/src/ckh.c projects/sendfile/contrib/jemalloc/src/ctl.c projects/sendfile/contrib/jemalloc/src/extent.c projects/sendfile/contrib/jemalloc/src/huge.c projects/sendfile/contrib/jemalloc/src/jemalloc.c projects/sendfile/contrib/jemalloc/src/mutex.c projects/sendfile/contrib/jemalloc/src/prof.c projects/sendfile/contrib/jemalloc/src/quarantine.c projects/sendfile/contrib/jemalloc/src/rtree.c projects/sendfile/contrib/jemalloc/src/stats.c projects/sendfile/contrib/jemalloc/src/tcache.c projects/sendfile/contrib/jemalloc/src/tsd.c projects/sendfile/contrib/jemalloc/src/util.c projects/sendfile/contrib/libarchive/libarchive/archive_read_support_format_tar.c projects/sendfile/contrib/libcxxrt/FREEBSD-upgrade projects/sendfile/contrib/libcxxrt/libelftc_dem_gnu3.c projects/sendfile/contrib/libxo/libxo/libxo.c projects/sendfile/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp projects/sendfile/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp projects/sendfile/contrib/llvm/tools/lldb/docs/lldb.1 projects/sendfile/contrib/mdocml/read.c projects/sendfile/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c projects/sendfile/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c projects/sendfile/contrib/ntp/ChangeLog projects/sendfile/contrib/ntp/CommitLog projects/sendfile/contrib/ntp/Makefile.am projects/sendfile/contrib/ntp/Makefile.in projects/sendfile/contrib/ntp/NEWS projects/sendfile/contrib/ntp/aclocal.m4 projects/sendfile/contrib/ntp/adjtimed/Makefile.in projects/sendfile/contrib/ntp/bootstrap projects/sendfile/contrib/ntp/clockstuff/Makefile.in projects/sendfile/contrib/ntp/config.h.in projects/sendfile/contrib/ntp/configure projects/sendfile/contrib/ntp/configure.ac projects/sendfile/contrib/ntp/html/drivers/driver22.html projects/sendfile/contrib/ntp/html/drivers/driver40.html projects/sendfile/contrib/ntp/html/drivers/driver46.html projects/sendfile/contrib/ntp/html/miscopt.html projects/sendfile/contrib/ntp/html/refclock.html projects/sendfile/contrib/ntp/include/Makefile.am projects/sendfile/contrib/ntp/include/Makefile.in projects/sendfile/contrib/ntp/include/isc/Makefile.in projects/sendfile/contrib/ntp/include/ntp_io.h projects/sendfile/contrib/ntp/include/ntp_stdlib.h projects/sendfile/contrib/ntp/include/ntp_types.h projects/sendfile/contrib/ntp/include/ntpd.h projects/sendfile/contrib/ntp/include/parse.h projects/sendfile/contrib/ntp/kernel/Makefile.in projects/sendfile/contrib/ntp/kernel/sys/Makefile.in projects/sendfile/contrib/ntp/lib/isc/unix/ifiter_getifaddrs.c projects/sendfile/contrib/ntp/libjsmn/Makefile projects/sendfile/contrib/ntp/libjsmn/README.md projects/sendfile/contrib/ntp/libjsmn/jsmn.c projects/sendfile/contrib/ntp/libjsmn/jsmn.h projects/sendfile/contrib/ntp/libjsmn/jsmn_test.c projects/sendfile/contrib/ntp/libntp/Makefile.am projects/sendfile/contrib/ntp/libntp/Makefile.in projects/sendfile/contrib/ntp/libntp/emalloc.c projects/sendfile/contrib/ntp/libntp/strdup.c projects/sendfile/contrib/ntp/libntp/work_fork.c projects/sendfile/contrib/ntp/libparse/Makefile.in projects/sendfile/contrib/ntp/libparse/clk_meinberg.c projects/sendfile/contrib/ntp/libparse/clk_rawdcf.c projects/sendfile/contrib/ntp/libparse/clk_schmid.c projects/sendfile/contrib/ntp/libparse/parse.c projects/sendfile/contrib/ntp/ntpd/Makefile.am projects/sendfile/contrib/ntp/ntpd/Makefile.in projects/sendfile/contrib/ntp/ntpd/complete.conf.in projects/sendfile/contrib/ntp/ntpd/invoke-ntp.conf.texi projects/sendfile/contrib/ntp/ntpd/invoke-ntp.keys.texi projects/sendfile/contrib/ntp/ntpd/invoke-ntpd.texi projects/sendfile/contrib/ntp/ntpd/keyword-gen-utd projects/sendfile/contrib/ntp/ntpd/keyword-gen.c projects/sendfile/contrib/ntp/ntpd/ntp.conf.5man projects/sendfile/contrib/ntp/ntpd/ntp.conf.5mdoc projects/sendfile/contrib/ntp/ntpd/ntp.conf.def projects/sendfile/contrib/ntp/ntpd/ntp.conf.html projects/sendfile/contrib/ntp/ntpd/ntp.conf.man.in projects/sendfile/contrib/ntp/ntpd/ntp.conf.mdoc.in projects/sendfile/contrib/ntp/ntpd/ntp.keys.5man projects/sendfile/contrib/ntp/ntpd/ntp.keys.5mdoc projects/sendfile/contrib/ntp/ntpd/ntp.keys.html projects/sendfile/contrib/ntp/ntpd/ntp.keys.man.in projects/sendfile/contrib/ntp/ntpd/ntp.keys.mdoc.in projects/sendfile/contrib/ntp/ntpd/ntp_config.c projects/sendfile/contrib/ntp/ntpd/ntp_control.c projects/sendfile/contrib/ntp/ntpd/ntp_crypto.c projects/sendfile/contrib/ntp/ntpd/ntp_io.c projects/sendfile/contrib/ntp/ntpd/ntp_keyword.h projects/sendfile/contrib/ntp/ntpd/ntp_leapsec.c projects/sendfile/contrib/ntp/ntpd/ntp_leapsec.h projects/sendfile/contrib/ntp/ntpd/ntp_loopfilter.c projects/sendfile/contrib/ntp/ntpd/ntp_monitor.c projects/sendfile/contrib/ntp/ntpd/ntp_parser.c projects/sendfile/contrib/ntp/ntpd/ntp_parser.h projects/sendfile/contrib/ntp/ntpd/ntp_proto.c projects/sendfile/contrib/ntp/ntpd/ntp_scanner.c projects/sendfile/contrib/ntp/ntpd/ntp_scanner.h projects/sendfile/contrib/ntp/ntpd/ntp_timer.c projects/sendfile/contrib/ntp/ntpd/ntpd-opts.c projects/sendfile/contrib/ntp/ntpd/ntpd-opts.h projects/sendfile/contrib/ntp/ntpd/ntpd.1ntpdman projects/sendfile/contrib/ntp/ntpd/ntpd.1ntpdmdoc projects/sendfile/contrib/ntp/ntpd/ntpd.html projects/sendfile/contrib/ntp/ntpd/ntpd.man.in projects/sendfile/contrib/ntp/ntpd/ntpd.mdoc.in projects/sendfile/contrib/ntp/ntpd/refclock_gpsdjson.c projects/sendfile/contrib/ntp/ntpd/refclock_jjy.c projects/sendfile/contrib/ntp/ntpd/refclock_parse.c projects/sendfile/contrib/ntp/ntpd/refclock_shm.c projects/sendfile/contrib/ntp/ntpd/refclock_true.c projects/sendfile/contrib/ntp/ntpdate/Makefile.in projects/sendfile/contrib/ntp/ntpdc/Makefile.in projects/sendfile/contrib/ntp/ntpdc/invoke-ntpdc.texi projects/sendfile/contrib/ntp/ntpdc/nl.pl projects/sendfile/contrib/ntp/ntpdc/ntpdc-opts.c projects/sendfile/contrib/ntp/ntpdc/ntpdc-opts.h projects/sendfile/contrib/ntp/ntpdc/ntpdc.1ntpdcman projects/sendfile/contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc projects/sendfile/contrib/ntp/ntpdc/ntpdc.html projects/sendfile/contrib/ntp/ntpdc/ntpdc.man.in projects/sendfile/contrib/ntp/ntpdc/ntpdc.mdoc.in projects/sendfile/contrib/ntp/ntpq/Makefile.in projects/sendfile/contrib/ntp/ntpq/invoke-ntpq.texi projects/sendfile/contrib/ntp/ntpq/ntpq-opts.c projects/sendfile/contrib/ntp/ntpq/ntpq-opts.def projects/sendfile/contrib/ntp/ntpq/ntpq-opts.h projects/sendfile/contrib/ntp/ntpq/ntpq-subs.c projects/sendfile/contrib/ntp/ntpq/ntpq.1ntpqman projects/sendfile/contrib/ntp/ntpq/ntpq.1ntpqmdoc projects/sendfile/contrib/ntp/ntpq/ntpq.c projects/sendfile/contrib/ntp/ntpq/ntpq.html projects/sendfile/contrib/ntp/ntpq/ntpq.man.in projects/sendfile/contrib/ntp/ntpq/ntpq.mdoc.in projects/sendfile/contrib/ntp/ntpsnmpd/Makefile.in projects/sendfile/contrib/ntp/ntpsnmpd/invoke-ntpsnmpd.texi projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.c projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.h projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdman projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd.html projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd.man.in projects/sendfile/contrib/ntp/ntpsnmpd/ntpsnmpd.mdoc.in projects/sendfile/contrib/ntp/packageinfo.sh projects/sendfile/contrib/ntp/parseutil/Makefile.in projects/sendfile/contrib/ntp/parseutil/dcfd.c projects/sendfile/contrib/ntp/parseutil/testdcf.c projects/sendfile/contrib/ntp/scripts/Makefile.in projects/sendfile/contrib/ntp/scripts/build/Makefile.in projects/sendfile/contrib/ntp/scripts/calc_tickadj/Makefile.in projects/sendfile/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman projects/sendfile/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc projects/sendfile/contrib/ntp/scripts/calc_tickadj/calc_tickadj.html projects/sendfile/contrib/ntp/scripts/calc_tickadj/calc_tickadj.man.in projects/sendfile/contrib/ntp/scripts/calc_tickadj/calc_tickadj.mdoc.in projects/sendfile/contrib/ntp/scripts/calc_tickadj/invoke-calc_tickadj.texi projects/sendfile/contrib/ntp/scripts/invoke-plot_summary.texi projects/sendfile/contrib/ntp/scripts/invoke-summary.texi projects/sendfile/contrib/ntp/scripts/lib/Makefile.in projects/sendfile/contrib/ntp/scripts/lib/NTP/Util.pm projects/sendfile/contrib/ntp/scripts/ntp-wait/Makefile.in projects/sendfile/contrib/ntp/scripts/ntp-wait/invoke-ntp-wait.texi projects/sendfile/contrib/ntp/scripts/ntp-wait/ntp-wait-opts projects/sendfile/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitman projects/sendfile/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc projects/sendfile/contrib/ntp/scripts/ntp-wait/ntp-wait.html projects/sendfile/contrib/ntp/scripts/ntp-wait/ntp-wait.man.in projects/sendfile/contrib/ntp/scripts/ntp-wait/ntp-wait.mdoc.in projects/sendfile/contrib/ntp/scripts/ntpsweep/Makefile.in projects/sendfile/contrib/ntp/scripts/ntpsweep/invoke-ntpsweep.texi projects/sendfile/contrib/ntp/scripts/ntpsweep/ntpsweep-opts projects/sendfile/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepman projects/sendfile/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc projects/sendfile/contrib/ntp/scripts/ntpsweep/ntpsweep.html projects/sendfile/contrib/ntp/scripts/ntpsweep/ntpsweep.man.in projects/sendfile/contrib/ntp/scripts/ntpsweep/ntpsweep.mdoc.in projects/sendfile/contrib/ntp/scripts/ntptrace/Makefile.in projects/sendfile/contrib/ntp/scripts/ntptrace/invoke-ntptrace.texi projects/sendfile/contrib/ntp/scripts/ntptrace/ntptrace-opts projects/sendfile/contrib/ntp/scripts/ntptrace/ntptrace.1ntptraceman projects/sendfile/contrib/ntp/scripts/ntptrace/ntptrace.1ntptracemdoc projects/sendfile/contrib/ntp/scripts/ntptrace/ntptrace.html projects/sendfile/contrib/ntp/scripts/ntptrace/ntptrace.man.in projects/sendfile/contrib/ntp/scripts/ntptrace/ntptrace.mdoc.in projects/sendfile/contrib/ntp/scripts/plot_summary-opts projects/sendfile/contrib/ntp/scripts/plot_summary.1plot_summaryman projects/sendfile/contrib/ntp/scripts/plot_summary.1plot_summarymdoc projects/sendfile/contrib/ntp/scripts/plot_summary.html projects/sendfile/contrib/ntp/scripts/plot_summary.man.in projects/sendfile/contrib/ntp/scripts/plot_summary.mdoc.in projects/sendfile/contrib/ntp/scripts/summary-opts projects/sendfile/contrib/ntp/scripts/summary.1summaryman projects/sendfile/contrib/ntp/scripts/summary.1summarymdoc projects/sendfile/contrib/ntp/scripts/summary.html projects/sendfile/contrib/ntp/scripts/summary.man.in projects/sendfile/contrib/ntp/scripts/summary.mdoc.in projects/sendfile/contrib/ntp/scripts/update-leap/Makefile.am projects/sendfile/contrib/ntp/scripts/update-leap/Makefile.in projects/sendfile/contrib/ntp/scripts/update-leap/invoke-update-leap.texi projects/sendfile/contrib/ntp/scripts/update-leap/update-leap-opts projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.1update-leapman projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.1update-leapmdoc projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.html projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.man.in projects/sendfile/contrib/ntp/scripts/update-leap/update-leap.mdoc.in projects/sendfile/contrib/ntp/sntp/Makefile.am projects/sendfile/contrib/ntp/sntp/Makefile.in projects/sendfile/contrib/ntp/sntp/aclocal.m4 projects/sendfile/contrib/ntp/sntp/config.h.in projects/sendfile/contrib/ntp/sntp/configure projects/sendfile/contrib/ntp/sntp/configure.ac projects/sendfile/contrib/ntp/sntp/include/Makefile.in projects/sendfile/contrib/ntp/sntp/include/autogen-version.def projects/sendfile/contrib/ntp/sntp/include/version.def projects/sendfile/contrib/ntp/sntp/include/version.texi projects/sendfile/contrib/ntp/sntp/invoke-sntp.texi projects/sendfile/contrib/ntp/sntp/kod_management.c projects/sendfile/contrib/ntp/sntp/libevent/Makefile.in projects/sendfile/contrib/ntp/sntp/libevent/aclocal.m4 projects/sendfile/contrib/ntp/sntp/libevent/build-aux/ltmain.sh projects/sendfile/contrib/ntp/sntp/libevent/config.h.in projects/sendfile/contrib/ntp/sntp/libevent/configure projects/sendfile/contrib/ntp/sntp/libevent/listener.c projects/sendfile/contrib/ntp/sntp/libevent/m4/ltversion.m4 projects/sendfile/contrib/ntp/sntp/libopts/COPYING.gplv3 projects/sendfile/contrib/ntp/sntp/libopts/COPYING.lgplv3 projects/sendfile/contrib/ntp/sntp/libopts/COPYING.mbsd projects/sendfile/contrib/ntp/sntp/libopts/Makefile.in projects/sendfile/contrib/ntp/sntp/libopts/README projects/sendfile/contrib/ntp/sntp/libopts/ag-char-map.h projects/sendfile/contrib/ntp/sntp/libopts/alias.c projects/sendfile/contrib/ntp/sntp/libopts/ao-strs.c projects/sendfile/contrib/ntp/sntp/libopts/ao-strs.h projects/sendfile/contrib/ntp/sntp/libopts/autoopts.c projects/sendfile/contrib/ntp/sntp/libopts/autoopts.h projects/sendfile/contrib/ntp/sntp/libopts/autoopts/options.h projects/sendfile/contrib/ntp/sntp/libopts/autoopts/project.h projects/sendfile/contrib/ntp/sntp/libopts/autoopts/usage-txt.h projects/sendfile/contrib/ntp/sntp/libopts/boolean.c projects/sendfile/contrib/ntp/sntp/libopts/check.c projects/sendfile/contrib/ntp/sntp/libopts/compat/compat.h projects/sendfile/contrib/ntp/sntp/libopts/compat/pathfind.c projects/sendfile/contrib/ntp/sntp/libopts/compat/windows-config.h projects/sendfile/contrib/ntp/sntp/libopts/configfile.c projects/sendfile/contrib/ntp/sntp/libopts/cook.c projects/sendfile/contrib/ntp/sntp/libopts/enum.c projects/sendfile/contrib/ntp/sntp/libopts/env.c projects/sendfile/contrib/ntp/sntp/libopts/file.c projects/sendfile/contrib/ntp/sntp/libopts/find.c projects/sendfile/contrib/ntp/sntp/libopts/genshell.c projects/sendfile/contrib/ntp/sntp/libopts/gettext.h projects/sendfile/contrib/ntp/sntp/libopts/init.c projects/sendfile/contrib/ntp/sntp/libopts/intprops.h projects/sendfile/contrib/ntp/sntp/libopts/libopts.c projects/sendfile/contrib/ntp/sntp/libopts/load.c projects/sendfile/contrib/ntp/sntp/libopts/m4/libopts.m4 projects/sendfile/contrib/ntp/sntp/libopts/m4/liboptschk.m4 projects/sendfile/contrib/ntp/sntp/libopts/m4/stdnoreturn.m4 projects/sendfile/contrib/ntp/sntp/libopts/makeshell.c projects/sendfile/contrib/ntp/sntp/libopts/nested.c projects/sendfile/contrib/ntp/sntp/libopts/numeric.c projects/sendfile/contrib/ntp/sntp/libopts/option-value-type.c projects/sendfile/contrib/ntp/sntp/libopts/option-value-type.h projects/sendfile/contrib/ntp/sntp/libopts/option-xat-attribute.c projects/sendfile/contrib/ntp/sntp/libopts/option-xat-attribute.h projects/sendfile/contrib/ntp/sntp/libopts/parse-duration.c projects/sendfile/contrib/ntp/sntp/libopts/parse-duration.h projects/sendfile/contrib/ntp/sntp/libopts/pgusage.c projects/sendfile/contrib/ntp/sntp/libopts/proto.h projects/sendfile/contrib/ntp/sntp/libopts/putshell.c projects/sendfile/contrib/ntp/sntp/libopts/reset.c projects/sendfile/contrib/ntp/sntp/libopts/restore.c projects/sendfile/contrib/ntp/sntp/libopts/save.c projects/sendfile/contrib/ntp/sntp/libopts/sort.c projects/sendfile/contrib/ntp/sntp/libopts/stack.c projects/sendfile/contrib/ntp/sntp/libopts/stdnoreturn.in.h projects/sendfile/contrib/ntp/sntp/libopts/streqvcmp.c projects/sendfile/contrib/ntp/sntp/libopts/text_mmap.c projects/sendfile/contrib/ntp/sntp/libopts/time.c projects/sendfile/contrib/ntp/sntp/libopts/tokenize.c projects/sendfile/contrib/ntp/sntp/libopts/usage.c projects/sendfile/contrib/ntp/sntp/libopts/version.c projects/sendfile/contrib/ntp/sntp/m4/ltversion.m4 projects/sendfile/contrib/ntp/sntp/m4/ntp_libntp.m4 projects/sendfile/contrib/ntp/sntp/m4/ntp_openssl.m4 projects/sendfile/contrib/ntp/sntp/m4/os_cflags.m4 projects/sendfile/contrib/ntp/sntp/m4/version.m4 projects/sendfile/contrib/ntp/sntp/main.c projects/sendfile/contrib/ntp/sntp/scripts/Makefile.in projects/sendfile/contrib/ntp/sntp/scripts/genLocInfo projects/sendfile/contrib/ntp/sntp/sntp-opts.c projects/sendfile/contrib/ntp/sntp/sntp-opts.h projects/sendfile/contrib/ntp/sntp/sntp.1sntpman projects/sendfile/contrib/ntp/sntp/sntp.1sntpmdoc projects/sendfile/contrib/ntp/sntp/sntp.html projects/sendfile/contrib/ntp/sntp/sntp.man.in projects/sendfile/contrib/ntp/sntp/sntp.mdoc.in projects/sendfile/contrib/ntp/sntp/tests/Makefile.am projects/sendfile/contrib/ntp/sntp/tests/Makefile.in projects/sendfile/contrib/ntp/sntp/tests/fileHandlingTest.h projects/sendfile/contrib/ntp/sntp/tests/sntptest.h projects/sendfile/contrib/ntp/sntp/tests_main.cpp projects/sendfile/contrib/ntp/tests/Makefile.am projects/sendfile/contrib/ntp/tests/Makefile.in projects/sendfile/contrib/ntp/tests/libntp/Makefile.am projects/sendfile/contrib/ntp/tests/libntp/Makefile.in projects/sendfile/contrib/ntp/tests/libntp/lfptest.h projects/sendfile/contrib/ntp/tests/libntp/sockaddrtest.h projects/sendfile/contrib/ntp/tests/ntpd/Makefile.in projects/sendfile/contrib/ntp/tests/ntpd/leapsec.cpp projects/sendfile/contrib/ntp/util/Makefile.in projects/sendfile/contrib/ntp/util/invoke-ntp-keygen.texi projects/sendfile/contrib/ntp/util/ntp-keygen-opts.c projects/sendfile/contrib/ntp/util/ntp-keygen-opts.h projects/sendfile/contrib/ntp/util/ntp-keygen.1ntp-keygenman projects/sendfile/contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc projects/sendfile/contrib/ntp/util/ntp-keygen.html projects/sendfile/contrib/ntp/util/ntp-keygen.man.in projects/sendfile/contrib/ntp/util/ntp-keygen.mdoc.in projects/sendfile/contrib/pf/pflogd/pflogd.8 projects/sendfile/contrib/sendmail/CACerts projects/sendfile/contrib/sendmail/FAQ projects/sendfile/contrib/sendmail/FREEBSD-upgrade projects/sendfile/contrib/sendmail/INSTALL projects/sendfile/contrib/sendmail/KNOWNBUGS projects/sendfile/contrib/sendmail/PGPKEYS projects/sendfile/contrib/sendmail/README projects/sendfile/contrib/sendmail/RELEASE_NOTES projects/sendfile/contrib/sendmail/cf/README projects/sendfile/contrib/sendmail/cf/cf/Makefile projects/sendfile/contrib/sendmail/cf/cf/submit.cf projects/sendfile/contrib/sendmail/cf/cf/submit.mc projects/sendfile/contrib/sendmail/cf/feature/block_bad_helo.m4 projects/sendfile/contrib/sendmail/cf/feature/ldap_routing.m4 projects/sendfile/contrib/sendmail/cf/m4/cfhead.m4 projects/sendfile/contrib/sendmail/cf/m4/proto.m4 projects/sendfile/contrib/sendmail/cf/m4/version.m4 projects/sendfile/contrib/sendmail/doc/op/op.me projects/sendfile/contrib/sendmail/editmap/editmap.c projects/sendfile/contrib/sendmail/include/sendmail/sendmail.h projects/sendfile/contrib/sendmail/include/sm/bdb.h projects/sendfile/contrib/sendmail/include/sm/cdefs.h projects/sendfile/contrib/sendmail/include/sm/conf.h projects/sendfile/contrib/sendmail/include/sm/errstring.h projects/sendfile/contrib/sendmail/include/sm/fdset.h projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setsymlist.html projects/sendfile/contrib/sendmail/libmilter/engine.c projects/sendfile/contrib/sendmail/libmilter/handler.c projects/sendfile/contrib/sendmail/libmilter/listener.c projects/sendfile/contrib/sendmail/libmilter/signal.c projects/sendfile/contrib/sendmail/libmilter/smfi.c projects/sendfile/contrib/sendmail/libmilter/worker.c projects/sendfile/contrib/sendmail/libsm/Makefile.m4 projects/sendfile/contrib/sendmail/libsm/errstring.c projects/sendfile/contrib/sendmail/libsm/local.h projects/sendfile/contrib/sendmail/libsm/mbdb.c projects/sendfile/contrib/sendmail/libsm/refill.c projects/sendfile/contrib/sendmail/libsm/stdio.c projects/sendfile/contrib/sendmail/libsm/vfprintf.c projects/sendfile/contrib/sendmail/libsmdb/smdb.c projects/sendfile/contrib/sendmail/makemap/makemap.c projects/sendfile/contrib/sendmail/src/README projects/sendfile/contrib/sendmail/src/TRACEFLAGS projects/sendfile/contrib/sendmail/src/TUNING projects/sendfile/contrib/sendmail/src/bf.c projects/sendfile/contrib/sendmail/src/collect.c projects/sendfile/contrib/sendmail/src/conf.c projects/sendfile/contrib/sendmail/src/daemon.c projects/sendfile/contrib/sendmail/src/deliver.c projects/sendfile/contrib/sendmail/src/envelope.c projects/sendfile/contrib/sendmail/src/err.c projects/sendfile/contrib/sendmail/src/headers.c projects/sendfile/contrib/sendmail/src/main.c projects/sendfile/contrib/sendmail/src/map.c projects/sendfile/contrib/sendmail/src/mci.c projects/sendfile/contrib/sendmail/src/milter.c projects/sendfile/contrib/sendmail/src/parseaddr.c projects/sendfile/contrib/sendmail/src/queue.c projects/sendfile/contrib/sendmail/src/readcf.c projects/sendfile/contrib/sendmail/src/recipient.c projects/sendfile/contrib/sendmail/src/savemail.c projects/sendfile/contrib/sendmail/src/sendmail.8 projects/sendfile/contrib/sendmail/src/sendmail.h projects/sendfile/contrib/sendmail/src/sfsasl.c projects/sendfile/contrib/sendmail/src/sm_resolve.c projects/sendfile/contrib/sendmail/src/srvrsmtp.c projects/sendfile/contrib/sendmail/src/tls.c projects/sendfile/contrib/sendmail/src/usersmtp.c projects/sendfile/contrib/sendmail/src/util.c projects/sendfile/contrib/sendmail/src/version.c projects/sendfile/contrib/serf/CHANGES projects/sendfile/contrib/serf/auth/auth_spnego_sspi.c projects/sendfile/contrib/serf/buckets/deflate_buckets.c projects/sendfile/contrib/serf/buckets/ssl_buckets.c projects/sendfile/contrib/serf/serf.h projects/sendfile/contrib/sqlite3/Makefile.am projects/sendfile/contrib/sqlite3/Makefile.in projects/sendfile/contrib/sqlite3/configure projects/sendfile/contrib/sqlite3/configure.ac projects/sendfile/contrib/sqlite3/shell.c projects/sendfile/contrib/sqlite3/sqlite3.c projects/sendfile/contrib/sqlite3/sqlite3.h projects/sendfile/contrib/sqlite3/sqlite3ext.h projects/sendfile/contrib/subversion/CHANGES projects/sendfile/contrib/subversion/Makefile.in projects/sendfile/contrib/subversion/NOTICE projects/sendfile/contrib/subversion/autogen.sh projects/sendfile/contrib/subversion/build-outputs.mk projects/sendfile/contrib/subversion/build.conf projects/sendfile/contrib/subversion/configure projects/sendfile/contrib/subversion/configure.ac projects/sendfile/contrib/subversion/get-deps.sh projects/sendfile/contrib/subversion/subversion/include/private/svn_diff_private.h projects/sendfile/contrib/subversion/subversion/include/private/svn_mergeinfo_private.h projects/sendfile/contrib/subversion/subversion/include/private/svn_repos_private.h projects/sendfile/contrib/subversion/subversion/include/private/svn_sqlite.h projects/sendfile/contrib/subversion/subversion/include/svn_io.h projects/sendfile/contrib/subversion/subversion/include/svn_version.h projects/sendfile/contrib/subversion/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c projects/sendfile/contrib/subversion/subversion/libsvn_client/copy.c projects/sendfile/contrib/subversion/subversion/libsvn_client/externals.c projects/sendfile/contrib/subversion/subversion/libsvn_client/log.c projects/sendfile/contrib/subversion/subversion/libsvn_client/merge.c projects/sendfile/contrib/subversion/subversion/libsvn_client/patch.c projects/sendfile/contrib/subversion/subversion/libsvn_client/upgrade.c projects/sendfile/contrib/subversion/subversion/libsvn_delta/svndiff.c projects/sendfile/contrib/subversion/subversion/libsvn_diff/parse-diff.c projects/sendfile/contrib/subversion/subversion/libsvn_diff/util.c projects/sendfile/contrib/subversion/subversion/libsvn_fs_fs/caching.c projects/sendfile/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c projects/sendfile/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h projects/sendfile/contrib/subversion/subversion/libsvn_fs_fs/tree.c projects/sendfile/contrib/subversion/subversion/libsvn_ra_serf/commit.c projects/sendfile/contrib/subversion/subversion/libsvn_ra_serf/options.c projects/sendfile/contrib/subversion/subversion/libsvn_repos/commit.c projects/sendfile/contrib/subversion/subversion/libsvn_repos/load-fs-vtable.c projects/sendfile/contrib/subversion/subversion/libsvn_repos/rev_hunt.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/cache-membuffer.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/config.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/dso.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/error.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/gpg_agent.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/internal_statements.h projects/sendfile/contrib/subversion/subversion/libsvn_subr/io.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/mergeinfo.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/sqlite3wrapper.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/string.c projects/sendfile/contrib/subversion/subversion/libsvn_subr/version.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/adm_ops.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/cleanup.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/conflicts.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/copy.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/diff.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/diff_editor.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/diff_local.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/entries.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/externals.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/update_editor.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc-checks.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc-metadata.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc-metadata.sql projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc-queries.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc-queries.sql projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc_db.c projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc_db.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc_db_private.h projects/sendfile/contrib/subversion/subversion/libsvn_wc/wc_db_wcroot.c projects/sendfile/contrib/subversion/subversion/svn/conflict-callbacks.c projects/sendfile/contrib/subversion/subversion/svn/list-cmd.c projects/sendfile/contrib/subversion/subversion/svn/svn.c projects/sendfile/contrib/subversion/subversion/svn_private_config.h.in projects/sendfile/contrib/subversion/subversion/svnadmin/svnadmin.c projects/sendfile/contrib/subversion/subversion/svndumpfilter/svndumpfilter.c projects/sendfile/contrib/subversion/subversion/svnrdump/load_editor.c projects/sendfile/contrib/subversion/subversion/svnserve/serve.c projects/sendfile/contrib/subversion/subversion/svnsync/sync.c projects/sendfile/contrib/subversion/win-tests.py projects/sendfile/contrib/tcpdump/CHANGES projects/sendfile/contrib/tcpdump/CREDITS projects/sendfile/contrib/tcpdump/INSTALL.txt projects/sendfile/contrib/tcpdump/Makefile.in projects/sendfile/contrib/tcpdump/VERSION projects/sendfile/contrib/tcpdump/addrtoname.c projects/sendfile/contrib/tcpdump/addrtoname.h projects/sendfile/contrib/tcpdump/config.guess projects/sendfile/contrib/tcpdump/config.h.in projects/sendfile/contrib/tcpdump/config.sub projects/sendfile/contrib/tcpdump/configure projects/sendfile/contrib/tcpdump/configure.in projects/sendfile/contrib/tcpdump/extract.h projects/sendfile/contrib/tcpdump/interface.h projects/sendfile/contrib/tcpdump/ip.h projects/sendfile/contrib/tcpdump/machdep.c projects/sendfile/contrib/tcpdump/missing/strsep.c projects/sendfile/contrib/tcpdump/mkdep projects/sendfile/contrib/tcpdump/netdissect.h projects/sendfile/contrib/tcpdump/openflow.h projects/sendfile/contrib/tcpdump/oui.c projects/sendfile/contrib/tcpdump/oui.h projects/sendfile/contrib/tcpdump/print-ahcp.c projects/sendfile/contrib/tcpdump/print-aodv.c projects/sendfile/contrib/tcpdump/print-arcnet.c projects/sendfile/contrib/tcpdump/print-arp.c projects/sendfile/contrib/tcpdump/print-ascii.c projects/sendfile/contrib/tcpdump/print-atm.c projects/sendfile/contrib/tcpdump/print-babel.c projects/sendfile/contrib/tcpdump/print-bgp.c projects/sendfile/contrib/tcpdump/print-bootp.c projects/sendfile/contrib/tcpdump/print-cdp.c projects/sendfile/contrib/tcpdump/print-cfm.c projects/sendfile/contrib/tcpdump/print-chdlc.c projects/sendfile/contrib/tcpdump/print-cnfp.c projects/sendfile/contrib/tcpdump/print-dccp.c projects/sendfile/contrib/tcpdump/print-decnet.c projects/sendfile/contrib/tcpdump/print-eigrp.c projects/sendfile/contrib/tcpdump/print-enc.c projects/sendfile/contrib/tcpdump/print-ether.c projects/sendfile/contrib/tcpdump/print-forces.c projects/sendfile/contrib/tcpdump/print-fr.c projects/sendfile/contrib/tcpdump/print-geonet.c projects/sendfile/contrib/tcpdump/print-gre.c projects/sendfile/contrib/tcpdump/print-icmp.c projects/sendfile/contrib/tcpdump/print-icmp6.c projects/sendfile/contrib/tcpdump/print-ip.c projects/sendfile/contrib/tcpdump/print-ip6.c projects/sendfile/contrib/tcpdump/print-ipnet.c projects/sendfile/contrib/tcpdump/print-isoclns.c projects/sendfile/contrib/tcpdump/print-juniper.c projects/sendfile/contrib/tcpdump/print-ldp.c projects/sendfile/contrib/tcpdump/print-lldp.c projects/sendfile/contrib/tcpdump/print-lmp.c projects/sendfile/contrib/tcpdump/print-lspping.c projects/sendfile/contrib/tcpdump/print-lwapp.c projects/sendfile/contrib/tcpdump/print-mobility.c projects/sendfile/contrib/tcpdump/print-mpcp.c projects/sendfile/contrib/tcpdump/print-mpls.c projects/sendfile/contrib/tcpdump/print-nflog.c projects/sendfile/contrib/tcpdump/print-null.c projects/sendfile/contrib/tcpdump/print-olsr.c projects/sendfile/contrib/tcpdump/print-openflow-1.0.c projects/sendfile/contrib/tcpdump/print-openflow.c projects/sendfile/contrib/tcpdump/print-ospf.c projects/sendfile/contrib/tcpdump/print-pflog.c projects/sendfile/contrib/tcpdump/print-pim.c projects/sendfile/contrib/tcpdump/print-ppi.c projects/sendfile/contrib/tcpdump/print-ppp.c projects/sendfile/contrib/tcpdump/print-radius.c projects/sendfile/contrib/tcpdump/print-rpki-rtr.c projects/sendfile/contrib/tcpdump/print-rsvp.c projects/sendfile/contrib/tcpdump/print-sflow.c projects/sendfile/contrib/tcpdump/print-sip.c projects/sendfile/contrib/tcpdump/print-sl.c projects/sendfile/contrib/tcpdump/print-sll.c projects/sendfile/contrib/tcpdump/print-slow.c projects/sendfile/contrib/tcpdump/print-smb.c projects/sendfile/contrib/tcpdump/print-tcp.c projects/sendfile/contrib/tcpdump/print-telnet.c projects/sendfile/contrib/tcpdump/print-udp.c projects/sendfile/contrib/tcpdump/print-vxlan.c projects/sendfile/contrib/tcpdump/print-wb.c projects/sendfile/contrib/tcpdump/print-zeromq.c projects/sendfile/contrib/tcpdump/tcp.h projects/sendfile/contrib/tcpdump/tcpdump.1.in projects/sendfile/contrib/tcpdump/tcpdump.c projects/sendfile/contrib/tcpdump/udp.h projects/sendfile/contrib/tcpdump/util.c projects/sendfile/contrib/tzdata/africa projects/sendfile/contrib/tzdata/asia projects/sendfile/contrib/tzdata/europe projects/sendfile/contrib/tzdata/leap-seconds.list projects/sendfile/contrib/tzdata/northamerica projects/sendfile/contrib/tzdata/southamerica projects/sendfile/contrib/tzdata/zone.tab projects/sendfile/contrib/tzdata/zone1970.tab projects/sendfile/crypto/openssh/auth2-chall.c projects/sendfile/crypto/openssh/ssh.c projects/sendfile/crypto/openssh/sshconnect.c projects/sendfile/crypto/openssl/CHANGES projects/sendfile/crypto/openssl/Configure projects/sendfile/crypto/openssl/Makefile projects/sendfile/crypto/openssl/Makefile.org projects/sendfile/crypto/openssl/NEWS projects/sendfile/crypto/openssl/README projects/sendfile/crypto/openssl/apps/Makefile projects/sendfile/crypto/openssl/apps/apps.c projects/sendfile/crypto/openssl/apps/asn1pars.c projects/sendfile/crypto/openssl/apps/ca.c projects/sendfile/crypto/openssl/apps/cms.c projects/sendfile/crypto/openssl/apps/dhparam.c projects/sendfile/crypto/openssl/apps/enc.c projects/sendfile/crypto/openssl/apps/gendh.c projects/sendfile/crypto/openssl/apps/ocsp.c projects/sendfile/crypto/openssl/apps/s_cb.c projects/sendfile/crypto/openssl/apps/s_client.c projects/sendfile/crypto/openssl/apps/s_server.c projects/sendfile/crypto/openssl/apps/s_time.c projects/sendfile/crypto/openssl/apps/smime.c projects/sendfile/crypto/openssl/apps/srp.c projects/sendfile/crypto/openssl/apps/verify.c projects/sendfile/crypto/openssl/crypto/Makefile projects/sendfile/crypto/openssl/crypto/aes/Makefile projects/sendfile/crypto/openssl/crypto/asn1/Makefile projects/sendfile/crypto/openssl/crypto/asn1/a_int.c projects/sendfile/crypto/openssl/crypto/asn1/asn1_gen.c projects/sendfile/crypto/openssl/crypto/asn1/asn_mime.c projects/sendfile/crypto/openssl/crypto/asn1/bio_ndef.c projects/sendfile/crypto/openssl/crypto/asn1/tasn_new.c projects/sendfile/crypto/openssl/crypto/asn1/tasn_prn.c projects/sendfile/crypto/openssl/crypto/asn1/x_x509.c projects/sendfile/crypto/openssl/crypto/bf/Makefile projects/sendfile/crypto/openssl/crypto/bio/Makefile projects/sendfile/crypto/openssl/crypto/bio/b_print.c projects/sendfile/crypto/openssl/crypto/bio/bf_nbio.c projects/sendfile/crypto/openssl/crypto/bio/bio.h projects/sendfile/crypto/openssl/crypto/bio/bio_lib.c projects/sendfile/crypto/openssl/crypto/bio/bss_dgram.c projects/sendfile/crypto/openssl/crypto/bn/Makefile projects/sendfile/crypto/openssl/crypto/bn/bn.h projects/sendfile/crypto/openssl/crypto/bn/bn_err.c projects/sendfile/crypto/openssl/crypto/bn/bn_gf2m.c projects/sendfile/crypto/openssl/crypto/bn/bn_lcl.h projects/sendfile/crypto/openssl/crypto/bn/bn_print.c projects/sendfile/crypto/openssl/crypto/bn/bn_rand.c projects/sendfile/crypto/openssl/crypto/bn/bn_shift.c projects/sendfile/crypto/openssl/crypto/buffer/Makefile projects/sendfile/crypto/openssl/crypto/buffer/buffer.c projects/sendfile/crypto/openssl/crypto/camellia/Makefile projects/sendfile/crypto/openssl/crypto/cast/Makefile projects/sendfile/crypto/openssl/crypto/cmac/Makefile projects/sendfile/crypto/openssl/crypto/cmac/cmac.c projects/sendfile/crypto/openssl/crypto/cms/Makefile projects/sendfile/crypto/openssl/crypto/cms/cms_pwri.c projects/sendfile/crypto/openssl/crypto/cms/cms_smime.c projects/sendfile/crypto/openssl/crypto/comp/Makefile projects/sendfile/crypto/openssl/crypto/conf/Makefile projects/sendfile/crypto/openssl/crypto/cryptlib.c projects/sendfile/crypto/openssl/crypto/des/Makefile projects/sendfile/crypto/openssl/crypto/des/des.c projects/sendfile/crypto/openssl/crypto/des/enc_writ.c projects/sendfile/crypto/openssl/crypto/dh/Makefile projects/sendfile/crypto/openssl/crypto/dh/dh_ameth.c projects/sendfile/crypto/openssl/crypto/dsa/Makefile projects/sendfile/crypto/openssl/crypto/dsa/dsa_gen.c projects/sendfile/crypto/openssl/crypto/dsa/dsa_ossl.c projects/sendfile/crypto/openssl/crypto/dso/Makefile projects/sendfile/crypto/openssl/crypto/dso/dso_lib.c projects/sendfile/crypto/openssl/crypto/ec/Makefile projects/sendfile/crypto/openssl/crypto/ec/ec2_oct.c projects/sendfile/crypto/openssl/crypto/ec/ec_asn1.c projects/sendfile/crypto/openssl/crypto/ec/ec_check.c projects/sendfile/crypto/openssl/crypto/ec/ec_key.c projects/sendfile/crypto/openssl/crypto/ec/ec_lcl.h projects/sendfile/crypto/openssl/crypto/ec/ec_lib.c projects/sendfile/crypto/openssl/crypto/ec/eck_prn.c projects/sendfile/crypto/openssl/crypto/ec/ecp_oct.c projects/sendfile/crypto/openssl/crypto/ec/ectest.c projects/sendfile/crypto/openssl/crypto/ecdh/Makefile projects/sendfile/crypto/openssl/crypto/ecdsa/Makefile projects/sendfile/crypto/openssl/crypto/ecdsa/ecdsatest.c projects/sendfile/crypto/openssl/crypto/engine/Makefile projects/sendfile/crypto/openssl/crypto/engine/eng_table.c projects/sendfile/crypto/openssl/crypto/err/Makefile projects/sendfile/crypto/openssl/crypto/evp/Makefile projects/sendfile/crypto/openssl/crypto/evp/bio_ok.c projects/sendfile/crypto/openssl/crypto/evp/e_aes.c projects/sendfile/crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c projects/sendfile/crypto/openssl/crypto/evp/e_rc4_hmac_md5.c projects/sendfile/crypto/openssl/crypto/evp/encode.c projects/sendfile/crypto/openssl/crypto/evp/evp.h projects/sendfile/crypto/openssl/crypto/evp/p_seal.c projects/sendfile/crypto/openssl/crypto/hmac/Makefile projects/sendfile/crypto/openssl/crypto/hmac/hmac.c projects/sendfile/crypto/openssl/crypto/hmac/hmactest.c projects/sendfile/crypto/openssl/crypto/idea/Makefile projects/sendfile/crypto/openssl/crypto/jpake/Makefile projects/sendfile/crypto/openssl/crypto/krb5/Makefile projects/sendfile/crypto/openssl/crypto/lhash/Makefile projects/sendfile/crypto/openssl/crypto/md2/Makefile projects/sendfile/crypto/openssl/crypto/md32_common.h projects/sendfile/crypto/openssl/crypto/md4/Makefile projects/sendfile/crypto/openssl/crypto/md5/Makefile projects/sendfile/crypto/openssl/crypto/mdc2/Makefile projects/sendfile/crypto/openssl/crypto/mem.c projects/sendfile/crypto/openssl/crypto/modes/Makefile projects/sendfile/crypto/openssl/crypto/modes/gcm128.c projects/sendfile/crypto/openssl/crypto/objects/Makefile projects/sendfile/crypto/openssl/crypto/objects/o_names.c projects/sendfile/crypto/openssl/crypto/objects/obj_dat.c projects/sendfile/crypto/openssl/crypto/objects/objects.README projects/sendfile/crypto/openssl/crypto/objects/objects.pl projects/sendfile/crypto/openssl/crypto/ocsp/Makefile projects/sendfile/crypto/openssl/crypto/ocsp/ocsp_ext.c projects/sendfile/crypto/openssl/crypto/ocsp/ocsp_vfy.c projects/sendfile/crypto/openssl/crypto/opensslconf.h projects/sendfile/crypto/openssl/crypto/opensslconf.h.in projects/sendfile/crypto/openssl/crypto/opensslv.h projects/sendfile/crypto/openssl/crypto/pem/Makefile projects/sendfile/crypto/openssl/crypto/pem/pem_lib.c projects/sendfile/crypto/openssl/crypto/pem/pem_pk8.c projects/sendfile/crypto/openssl/crypto/pkcs12/Makefile projects/sendfile/crypto/openssl/crypto/pkcs12/p12_kiss.c projects/sendfile/crypto/openssl/crypto/pkcs12/p12_mutl.c projects/sendfile/crypto/openssl/crypto/pkcs7/Makefile projects/sendfile/crypto/openssl/crypto/pkcs7/pk7_doit.c projects/sendfile/crypto/openssl/crypto/pqueue/Makefile projects/sendfile/crypto/openssl/crypto/rand/Makefile projects/sendfile/crypto/openssl/crypto/rc2/Makefile projects/sendfile/crypto/openssl/crypto/rc4/Makefile projects/sendfile/crypto/openssl/crypto/rc5/Makefile projects/sendfile/crypto/openssl/crypto/ripemd/Makefile projects/sendfile/crypto/openssl/crypto/rsa/Makefile projects/sendfile/crypto/openssl/crypto/rsa/rsa_pmeth.c projects/sendfile/crypto/openssl/crypto/seed/Makefile projects/sendfile/crypto/openssl/crypto/sha/Makefile projects/sendfile/crypto/openssl/crypto/srp/Makefile projects/sendfile/crypto/openssl/crypto/srp/srp_vfy.c projects/sendfile/crypto/openssl/crypto/stack/Makefile projects/sendfile/crypto/openssl/crypto/store/Makefile projects/sendfile/crypto/openssl/crypto/threads/mttest.c projects/sendfile/crypto/openssl/crypto/threads/pthread2.sh projects/sendfile/crypto/openssl/crypto/threads/th-lock.c projects/sendfile/crypto/openssl/crypto/ts/Makefile projects/sendfile/crypto/openssl/crypto/txt_db/Makefile projects/sendfile/crypto/openssl/crypto/ui/Makefile projects/sendfile/crypto/openssl/crypto/whrlpool/Makefile projects/sendfile/crypto/openssl/crypto/x509/Makefile projects/sendfile/crypto/openssl/crypto/x509/x509_lu.c projects/sendfile/crypto/openssl/crypto/x509/x509_vfy.c projects/sendfile/crypto/openssl/crypto/x509/x509_vfy.h projects/sendfile/crypto/openssl/crypto/x509/x509_vpm.c projects/sendfile/crypto/openssl/crypto/x509/x509type.c projects/sendfile/crypto/openssl/crypto/x509v3/Makefile projects/sendfile/crypto/openssl/crypto/x509v3/v3_alt.c projects/sendfile/crypto/openssl/crypto/x509v3/v3_cpols.c projects/sendfile/crypto/openssl/crypto/x509v3/v3_utl.c projects/sendfile/crypto/openssl/doc/apps/cms.pod projects/sendfile/crypto/openssl/doc/apps/config.pod projects/sendfile/crypto/openssl/doc/apps/dhparam.pod projects/sendfile/crypto/openssl/doc/apps/ocsp.pod projects/sendfile/crypto/openssl/doc/apps/s_client.pod projects/sendfile/crypto/openssl/doc/apps/s_server.pod projects/sendfile/crypto/openssl/doc/apps/smime.pod projects/sendfile/crypto/openssl/doc/apps/verify.pod projects/sendfile/crypto/openssl/doc/crypto/BN_rand.pod projects/sendfile/crypto/openssl/doc/crypto/BN_set_bit.pod projects/sendfile/crypto/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod projects/sendfile/crypto/openssl/doc/crypto/X509_STORE_CTX_new.pod projects/sendfile/crypto/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod projects/sendfile/crypto/openssl/doc/crypto/X509_verify_cert.pod projects/sendfile/crypto/openssl/doc/crypto/pem.pod projects/sendfile/crypto/openssl/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod projects/sendfile/crypto/openssl/e_os2.h projects/sendfile/crypto/openssl/engines/Makefile projects/sendfile/crypto/openssl/engines/ccgost/Makefile projects/sendfile/crypto/openssl/engines/ccgost/e_gost_err.c projects/sendfile/crypto/openssl/engines/ccgost/e_gost_err.h projects/sendfile/crypto/openssl/engines/ccgost/gost2001.c projects/sendfile/crypto/openssl/engines/ccgost/gost94_keyx.c projects/sendfile/crypto/openssl/engines/ccgost/gost_ameth.c projects/sendfile/crypto/openssl/engines/ccgost/gost_pmeth.c projects/sendfile/crypto/openssl/engines/ccgost/gost_sign.c projects/sendfile/crypto/openssl/engines/e_sureware.c projects/sendfile/crypto/openssl/ssl/Makefile projects/sendfile/crypto/openssl/ssl/d1_both.c projects/sendfile/crypto/openssl/ssl/d1_clnt.c projects/sendfile/crypto/openssl/ssl/d1_lib.c projects/sendfile/crypto/openssl/ssl/d1_pkt.c projects/sendfile/crypto/openssl/ssl/d1_srvr.c projects/sendfile/crypto/openssl/ssl/s2_pkt.c projects/sendfile/crypto/openssl/ssl/s2_srvr.c projects/sendfile/crypto/openssl/ssl/s3_both.c projects/sendfile/crypto/openssl/ssl/s3_cbc.c projects/sendfile/crypto/openssl/ssl/s3_clnt.c projects/sendfile/crypto/openssl/ssl/s3_pkt.c projects/sendfile/crypto/openssl/ssl/s3_srvr.c projects/sendfile/crypto/openssl/ssl/ssl.h projects/sendfile/crypto/openssl/ssl/ssl_err.c projects/sendfile/crypto/openssl/ssl/ssl_lib.c projects/sendfile/crypto/openssl/ssl/ssl_locl.h projects/sendfile/crypto/openssl/ssl/ssl_sess.c projects/sendfile/crypto/openssl/ssl/ssl_stat.c projects/sendfile/crypto/openssl/ssl/ssltest.c projects/sendfile/crypto/openssl/ssl/t1_enc.c projects/sendfile/crypto/openssl/ssl/t1_lib.c projects/sendfile/crypto/openssl/ssl/tls_srp.c projects/sendfile/crypto/openssl/util/mk1mf.pl projects/sendfile/crypto/openssl/util/mkerr.pl projects/sendfile/crypto/openssl/util/pl/BC-32.pl projects/sendfile/crypto/openssl/util/pl/VC-32.pl projects/sendfile/etc/Makefile projects/sendfile/etc/defaults/periodic.conf projects/sendfile/etc/defaults/rc.conf projects/sendfile/etc/devd.conf projects/sendfile/etc/devd/usb.conf projects/sendfile/etc/etc.arm/ttys projects/sendfile/etc/group projects/sendfile/etc/inetd.conf projects/sendfile/etc/mtree/BSD.tests.dist projects/sendfile/etc/mtree/BSD.usr.dist projects/sendfile/etc/portsnap.conf projects/sendfile/etc/rc.d/hostname projects/sendfile/etc/rc.d/iovctl projects/sendfile/etc/rc.d/random projects/sendfile/etc/rc.d/rctl projects/sendfile/etc/rc.firewall projects/sendfile/etc/rc.subr projects/sendfile/etc/sendmail/freebsd.mc projects/sendfile/etc/sendmail/freebsd.submit.mc projects/sendfile/etc/services projects/sendfile/games/fortune/datfiles/fortunes projects/sendfile/games/grdc/grdc.c projects/sendfile/gnu/lib/Makefile projects/sendfile/gnu/lib/csu/Makefile projects/sendfile/gnu/lib/libgcc/Makefile projects/sendfile/gnu/lib/libreadline/readline/Makefile projects/sendfile/gnu/usr.bin/Makefile projects/sendfile/gnu/usr.bin/binutils/Makefile projects/sendfile/gnu/usr.bin/binutils/ld/Makefile projects/sendfile/gnu/usr.bin/binutils/libbfd/Makefile projects/sendfile/gnu/usr.bin/cc/Makefile projects/sendfile/gnu/usr.bin/cc/cc_tools/Makefile projects/sendfile/gnu/usr.bin/gdb/kgdb/trgt.c projects/sendfile/gnu/usr.bin/groff/Makefile.inc projects/sendfile/gnu/usr.bin/groff/font/devX100-12/Makefile projects/sendfile/gnu/usr.bin/groff/font/devX100/Makefile projects/sendfile/gnu/usr.bin/groff/font/devX75-12/Makefile projects/sendfile/gnu/usr.bin/groff/font/devX75/Makefile projects/sendfile/gnu/usr.bin/rcs/Makefile projects/sendfile/include/Makefile projects/sendfile/include/arpa/Makefile projects/sendfile/include/gssapi/Makefile projects/sendfile/include/malloc_np.h projects/sendfile/include/mk-osreldate.sh projects/sendfile/include/protocols/Makefile projects/sendfile/include/stdio.h projects/sendfile/include/unistd.h projects/sendfile/include/xlocale/Makefile projects/sendfile/kerberos5/Makefile.inc projects/sendfile/kerberos5/lib/libasn1/Makefile projects/sendfile/kerberos5/lib/libhdb/Makefile projects/sendfile/kerberos5/lib/libheimipcc/Makefile projects/sendfile/kerberos5/lib/libhx509/Makefile projects/sendfile/lib/Makefile projects/sendfile/lib/clang/clang.build.mk projects/sendfile/lib/clang/include/Makefile projects/sendfile/lib/csu/Makefile.inc projects/sendfile/lib/csu/aarch64/crt1.c projects/sendfile/lib/libarchive/Makefile projects/sendfile/lib/libarchive/test/Makefile projects/sendfile/lib/libc++/Makefile projects/sendfile/lib/libc/Makefile projects/sendfile/lib/libc/aarch64/Symbol.map projects/sendfile/lib/libc/aarch64/gen/Makefile.inc projects/sendfile/lib/libc/aarch64/gen/_setjmp.S projects/sendfile/lib/libc/aarch64/gen/setjmp.S projects/sendfile/lib/libc/aarch64/gen/sigsetjmp.S projects/sendfile/lib/libc/aarch64/sys/brk.S projects/sendfile/lib/libc/aarch64/sys/sbrk.S projects/sendfile/lib/libc/amd64/sys/Makefile.inc projects/sendfile/lib/libc/amd64/sys/__vdso_gettc.c projects/sendfile/lib/libc/arm/aeabi/Makefile.inc projects/sendfile/lib/libc/arm/aeabi/Symbol.map projects/sendfile/lib/libc/gen/fts.c projects/sendfile/lib/libc/gen/sysctl.c projects/sendfile/lib/libc/gen/syslog.3 projects/sendfile/lib/libc/gen/tls.c projects/sendfile/lib/libc/gen/wordexp.3 projects/sendfile/lib/libc/gen/wordexp.c projects/sendfile/lib/libc/i386/sys/Makefile.inc projects/sendfile/lib/libc/i386/sys/__vdso_gettc.c projects/sendfile/lib/libc/locale/utf8.c projects/sendfile/lib/libc/net/sctp_bindx.3 projects/sendfile/lib/libc/posix1e/mac.3 projects/sendfile/lib/libc/posix1e/mac.conf.5 projects/sendfile/lib/libc/resolv/res_comp.c projects/sendfile/lib/libc/stdio/Symbol.map projects/sendfile/lib/libc/stdio/fclose.3 projects/sendfile/lib/libc/stdio/fclose.c projects/sendfile/lib/libc/stdio/open_memstream.3 projects/sendfile/lib/libc/stdlib/jemalloc/Makefile.inc projects/sendfile/lib/libc/stdlib/jemalloc/Symbol.map projects/sendfile/lib/libc/stdlib/system.3 projects/sendfile/lib/libc/string/bcopy.3 projects/sendfile/lib/libc/string/strchr.3 projects/sendfile/lib/libc/sys/Makefile.inc projects/sendfile/lib/libc/sys/Symbol.map projects/sendfile/lib/libc/sys/__vdso_gettimeofday.c projects/sendfile/lib/libc/sys/kqueue.2 projects/sendfile/lib/libc/sys/madvise.2 projects/sendfile/lib/libc/sys/open.2 projects/sendfile/lib/libc/sys/ptrace.2 projects/sendfile/lib/libc/sys/reboot.2 projects/sendfile/lib/libc/sys/shutdown.2 projects/sendfile/lib/libc/sys/unlink.2 projects/sendfile/lib/libc/sys/wait.2 projects/sendfile/lib/libc/tests/sys/Makefile projects/sendfile/lib/libcapsicum/libcapsicum.c projects/sendfile/lib/libcapsicum/libcapsicum_dns.c projects/sendfile/lib/libcapsicum/libcapsicum_grp.c projects/sendfile/lib/libcapsicum/libcapsicum_pwd.c projects/sendfile/lib/libcapsicum/libcapsicum_random.c projects/sendfile/lib/libcapsicum/libcapsicum_service.c projects/sendfile/lib/libcapsicum/libcapsicum_sysctl.c projects/sendfile/lib/libcasper/libcasper.c projects/sendfile/lib/libcxxrt/Version.map projects/sendfile/lib/libdevstat/devstat.c projects/sendfile/lib/libdpv/dprompt.c projects/sendfile/lib/libedit/edit/readline/readline.h projects/sendfile/lib/libedit/readline.c projects/sendfile/lib/libfetch/http.c projects/sendfile/lib/libgeom/geom_xml2tree.c projects/sendfile/lib/libgpio/gpio.3 projects/sendfile/lib/libgssapi/gss_accept_sec_context.c projects/sendfile/lib/libiconv_modules/BIG5/Makefile projects/sendfile/lib/libiconv_modules/EUC/Makefile projects/sendfile/lib/libiconv_modules/EUCTW/Makefile projects/sendfile/lib/libiconv_modules/UTF1632/Makefile projects/sendfile/lib/libiconv_modules/UTF7/Makefile projects/sendfile/lib/libiconv_modules/iconv_std/Makefile projects/sendfile/lib/libipsec/pfkey_dump.c projects/sendfile/lib/libkvm/kvm_proc.c projects/sendfile/lib/liblzma/config.h projects/sendfile/lib/libmagic/config.h projects/sendfile/lib/libmd/Makefile projects/sendfile/lib/libmd/mdXhl.c projects/sendfile/lib/libnv/Makefile projects/sendfile/lib/libnv/tests/Makefile projects/sendfile/lib/libnv/tests/dnv_tests.cc projects/sendfile/lib/libnv/tests/nv_tests.cc projects/sendfile/lib/libnv/tests/nvlist_add_test.c projects/sendfile/lib/libnv/tests/nvlist_exists_test.c projects/sendfile/lib/libnv/tests/nvlist_free_test.c projects/sendfile/lib/libnv/tests/nvlist_get_test.c projects/sendfile/lib/libnv/tests/nvlist_move_test.c projects/sendfile/lib/libnv/tests/nvlist_send_recv_test.c projects/sendfile/lib/libpam/Makefile projects/sendfile/lib/libpam/libpam/Makefile projects/sendfile/lib/libpmc/libpmc.c projects/sendfile/lib/libproc/Makefile projects/sendfile/lib/libproc/proc_bkpt.c projects/sendfile/lib/libproc/proc_regs.c projects/sendfile/lib/libproc/tests/proc_test.c projects/sendfile/lib/libsbuf/Makefile projects/sendfile/lib/libsbuf/Symbol.map projects/sendfile/lib/libsbuf/Version.def projects/sendfile/lib/libsm/Makefile projects/sendfile/lib/libsqlite3/Makefile projects/sendfile/lib/libtelnet/Makefile projects/sendfile/lib/libthr/arch/amd64/Makefile.inc projects/sendfile/lib/libthr/arch/i386/Makefile.inc projects/sendfile/lib/libthr/thread/thr_create.c projects/sendfile/lib/libthr/thread/thr_rtld.c projects/sendfile/lib/libthr/thread/thr_sig.c projects/sendfile/lib/libugidfw/Makefile projects/sendfile/lib/libugidfw/ugidfw.c projects/sendfile/lib/libusb/Makefile projects/sendfile/lib/libusb/libusb10.c projects/sendfile/lib/libusb/libusb20_desc.c projects/sendfile/lib/libutil/Makefile projects/sendfile/lib/libutil/gr_util.c projects/sendfile/lib/libutil/hexdump.3 projects/sendfile/lib/libutil/pw_util.3 projects/sendfile/lib/libutil/pw_util.c projects/sendfile/lib/libutil/tests/Makefile projects/sendfile/lib/libvmmapi/vmmapi.c projects/sendfile/lib/libvmmapi/vmmapi.h projects/sendfile/lib/msun/Makefile projects/sendfile/lib/msun/arm/Makefile.inc projects/sendfile/lib/msun/man/cacos.3 projects/sendfile/lib/msun/src/s_ccosh.c projects/sendfile/lib/msun/src/s_ccoshf.c projects/sendfile/lib/msun/src/s_csinh.c projects/sendfile/lib/msun/src/s_csinhf.c projects/sendfile/lib/msun/src/s_ctanh.c projects/sendfile/lib/msun/src/s_ctanhf.c projects/sendfile/lib/msun/src/s_exp2.c projects/sendfile/lib/ncurses/ncurses/Makefile projects/sendfile/libexec/atrun/atrun.man projects/sendfile/libexec/casper/dns/dns.c projects/sendfile/libexec/casper/grp/grp.c projects/sendfile/libexec/casper/pwd/pwd.c projects/sendfile/libexec/casper/random/random.c projects/sendfile/libexec/casper/sysctl/sysctl.c projects/sendfile/libexec/ftpd/Makefile projects/sendfile/libexec/rtld-elf/aarch64/reloc.c projects/sendfile/libexec/rtld-elf/aarch64/rtld_start.S projects/sendfile/libexec/rtld-elf/amd64/Makefile.inc projects/sendfile/libexec/rtld-elf/i386/Makefile.inc projects/sendfile/libexec/save-entropy/Makefile projects/sendfile/libexec/ypxfr/ypxfr_getmap.c projects/sendfile/libexec/ypxfr/ypxfr_main.c projects/sendfile/libexec/ypxfr/ypxfrd_getmap.c projects/sendfile/release/Makefile.ec2 projects/sendfile/release/Makefile.mirrors projects/sendfile/release/Makefile.vm projects/sendfile/release/arm/BEAGLEBONE.conf projects/sendfile/release/arm/WANDBOARD.conf projects/sendfile/release/doc/en_US.ISO8859-1/hardware/article.xml projects/sendfile/release/doc/en_US.ISO8859-1/relnotes/article.xml projects/sendfile/release/doc/share/xml/sponsor.ent projects/sendfile/release/picobsd/build/picobsd projects/sendfile/release/picobsd/floppy.tree/etc/ttys projects/sendfile/release/tools/arm.subr projects/sendfile/release/tools/azure.conf projects/sendfile/release/tools/ec2.conf projects/sendfile/sbin/badsect/Makefile projects/sendfile/sbin/camcontrol/Makefile projects/sendfile/sbin/camcontrol/camcontrol.8 projects/sendfile/sbin/camcontrol/camcontrol.c projects/sendfile/sbin/camcontrol/camcontrol.h projects/sendfile/sbin/camcontrol/persist.c projects/sendfile/sbin/casperd/casperd.c projects/sendfile/sbin/casperd/zygote.c projects/sendfile/sbin/casperd/zygote.h projects/sendfile/sbin/devd/devd.conf.5 projects/sendfile/sbin/geom/class/eli/geli.8 projects/sendfile/sbin/geom/class/eli/geom_eli.c projects/sendfile/sbin/geom/class/multipath/gmultipath.8 projects/sendfile/sbin/geom/class/part/geom_part.c projects/sendfile/sbin/geom/class/part/gpart.8 projects/sendfile/sbin/ggate/ggatec/ggatec.8 projects/sendfile/sbin/ggate/ggatec/ggatec.c projects/sendfile/sbin/ggate/ggated/ggated.8 projects/sendfile/sbin/ggate/ggated/ggated.c projects/sendfile/sbin/ggate/ggatel/ggatel.8 projects/sendfile/sbin/ggate/ggatel/ggatel.c projects/sendfile/sbin/ifconfig/ifconfig.8 projects/sendfile/sbin/ifconfig/iflagg.c projects/sendfile/sbin/init/init.8 projects/sendfile/sbin/ipfw/ipfw2.c projects/sendfile/sbin/ipfw/tables.c projects/sendfile/sbin/mdconfig/mdconfig.8 projects/sendfile/sbin/mount_nfs/mount_nfs.c projects/sendfile/sbin/newfs/newfs.8 projects/sendfile/sbin/newfs_nandfs/newfs_nandfs.c projects/sendfile/sbin/nvmecontrol/logpage.c projects/sendfile/sbin/pfctl/parse.y projects/sendfile/sbin/pfctl/pfctl.c projects/sendfile/sbin/pfctl/pfctl_altq.c projects/sendfile/sbin/pfctl/pfctl_parser.h projects/sendfile/sbin/pfctl/pfctl_qstats.c projects/sendfile/sbin/ping6/Makefile projects/sendfile/sbin/ping6/ping6.c projects/sendfile/sbin/reboot/nextboot.8 projects/sendfile/sbin/routed/input.c projects/sendfile/sbin/setkey/parse.y projects/sendfile/sbin/setkey/setkey.8 projects/sendfile/sbin/setkey/token.l projects/sendfile/sbin/swapon/swapon.c projects/sendfile/sbin/sysctl/sysctl.c projects/sendfile/sbin/umount/umount.8 projects/sendfile/secure/lib/libcrypt/crypt-blowfish.c projects/sendfile/secure/lib/libcrypto/Makefile.inc projects/sendfile/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 projects/sendfile/secure/lib/libcrypto/man/ASN1_STRING_length.3 projects/sendfile/secure/lib/libcrypto/man/ASN1_STRING_new.3 projects/sendfile/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 projects/sendfile/secure/lib/libcrypto/man/ASN1_generate_nconf.3 projects/sendfile/secure/lib/libcrypto/man/BIO_ctrl.3 projects/sendfile/secure/lib/libcrypto/man/BIO_f_base64.3 projects/sendfile/secure/lib/libcrypto/man/BIO_f_buffer.3 projects/sendfile/secure/lib/libcrypto/man/BIO_f_cipher.3 projects/sendfile/secure/lib/libcrypto/man/BIO_f_md.3 projects/sendfile/secure/lib/libcrypto/man/BIO_f_null.3 projects/sendfile/secure/lib/libcrypto/man/BIO_f_ssl.3 projects/sendfile/secure/lib/libcrypto/man/BIO_find_type.3 projects/sendfile/secure/lib/libcrypto/man/BIO_new.3 projects/sendfile/secure/lib/libcrypto/man/BIO_new_CMS.3 projects/sendfile/secure/lib/libcrypto/man/BIO_push.3 projects/sendfile/secure/lib/libcrypto/man/BIO_read.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_accept.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_bio.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_connect.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_fd.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_file.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_mem.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_null.3 projects/sendfile/secure/lib/libcrypto/man/BIO_s_socket.3 projects/sendfile/secure/lib/libcrypto/man/BIO_set_callback.3 projects/sendfile/secure/lib/libcrypto/man/BIO_should_retry.3 projects/sendfile/secure/lib/libcrypto/man/BN_BLINDING_new.3 projects/sendfile/secure/lib/libcrypto/man/BN_CTX_new.3 projects/sendfile/secure/lib/libcrypto/man/BN_CTX_start.3 projects/sendfile/secure/lib/libcrypto/man/BN_add.3 projects/sendfile/secure/lib/libcrypto/man/BN_add_word.3 projects/sendfile/secure/lib/libcrypto/man/BN_bn2bin.3 projects/sendfile/secure/lib/libcrypto/man/BN_cmp.3 projects/sendfile/secure/lib/libcrypto/man/BN_copy.3 projects/sendfile/secure/lib/libcrypto/man/BN_generate_prime.3 projects/sendfile/secure/lib/libcrypto/man/BN_mod_inverse.3 projects/sendfile/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 projects/sendfile/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 projects/sendfile/secure/lib/libcrypto/man/BN_new.3 projects/sendfile/secure/lib/libcrypto/man/BN_num_bytes.3 projects/sendfile/secure/lib/libcrypto/man/BN_rand.3 projects/sendfile/secure/lib/libcrypto/man/BN_set_bit.3 projects/sendfile/secure/lib/libcrypto/man/BN_swap.3 projects/sendfile/secure/lib/libcrypto/man/BN_zero.3 projects/sendfile/secure/lib/libcrypto/man/CMS_add0_cert.3 projects/sendfile/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 projects/sendfile/secure/lib/libcrypto/man/CMS_add1_signer.3 projects/sendfile/secure/lib/libcrypto/man/CMS_compress.3 projects/sendfile/secure/lib/libcrypto/man/CMS_decrypt.3 projects/sendfile/secure/lib/libcrypto/man/CMS_encrypt.3 projects/sendfile/secure/lib/libcrypto/man/CMS_final.3 projects/sendfile/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 projects/sendfile/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 projects/sendfile/secure/lib/libcrypto/man/CMS_get0_type.3 projects/sendfile/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 projects/sendfile/secure/lib/libcrypto/man/CMS_sign.3 projects/sendfile/secure/lib/libcrypto/man/CMS_sign_receipt.3 projects/sendfile/secure/lib/libcrypto/man/CMS_uncompress.3 projects/sendfile/secure/lib/libcrypto/man/CMS_verify.3 projects/sendfile/secure/lib/libcrypto/man/CMS_verify_receipt.3 projects/sendfile/secure/lib/libcrypto/man/CONF_modules_free.3 projects/sendfile/secure/lib/libcrypto/man/CONF_modules_load_file.3 projects/sendfile/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 projects/sendfile/secure/lib/libcrypto/man/DH_generate_key.3 projects/sendfile/secure/lib/libcrypto/man/DH_generate_parameters.3 projects/sendfile/secure/lib/libcrypto/man/DH_get_ex_new_index.3 projects/sendfile/secure/lib/libcrypto/man/DH_new.3 projects/sendfile/secure/lib/libcrypto/man/DH_set_method.3 projects/sendfile/secure/lib/libcrypto/man/DH_size.3 projects/sendfile/secure/lib/libcrypto/man/DSA_SIG_new.3 projects/sendfile/secure/lib/libcrypto/man/DSA_do_sign.3 projects/sendfile/secure/lib/libcrypto/man/DSA_dup_DH.3 projects/sendfile/secure/lib/libcrypto/man/DSA_generate_key.3 projects/sendfile/secure/lib/libcrypto/man/DSA_generate_parameters.3 projects/sendfile/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 projects/sendfile/secure/lib/libcrypto/man/DSA_new.3 projects/sendfile/secure/lib/libcrypto/man/DSA_set_method.3 projects/sendfile/secure/lib/libcrypto/man/DSA_sign.3 projects/sendfile/secure/lib/libcrypto/man/DSA_size.3 projects/sendfile/secure/lib/libcrypto/man/ERR_GET_LIB.3 projects/sendfile/secure/lib/libcrypto/man/ERR_clear_error.3 projects/sendfile/secure/lib/libcrypto/man/ERR_error_string.3 projects/sendfile/secure/lib/libcrypto/man/ERR_get_error.3 projects/sendfile/secure/lib/libcrypto/man/ERR_load_crypto_strings.3 projects/sendfile/secure/lib/libcrypto/man/ERR_load_strings.3 projects/sendfile/secure/lib/libcrypto/man/ERR_print_errors.3 projects/sendfile/secure/lib/libcrypto/man/ERR_put_error.3 projects/sendfile/secure/lib/libcrypto/man/ERR_remove_state.3 projects/sendfile/secure/lib/libcrypto/man/ERR_set_mark.3 projects/sendfile/secure/lib/libcrypto/man/EVP_BytesToKey.3 projects/sendfile/secure/lib/libcrypto/man/EVP_DigestInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_DigestSignInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_EncryptInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_OpenInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_cmp.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_derive.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_keygen.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_new.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_print_private.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_sign.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_verify.3 projects/sendfile/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3 projects/sendfile/secure/lib/libcrypto/man/EVP_SealInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_SignInit.3 projects/sendfile/secure/lib/libcrypto/man/EVP_VerifyInit.3 projects/sendfile/secure/lib/libcrypto/man/OBJ_nid2obj.3 projects/sendfile/secure/lib/libcrypto/man/OPENSSL_Applink.3 projects/sendfile/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 projects/sendfile/secure/lib/libcrypto/man/OPENSSL_config.3 projects/sendfile/secure/lib/libcrypto/man/OPENSSL_ia32cap.3 projects/sendfile/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 projects/sendfile/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 projects/sendfile/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 projects/sendfile/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 projects/sendfile/secure/lib/libcrypto/man/PKCS12_create.3 projects/sendfile/secure/lib/libcrypto/man/PKCS12_parse.3 projects/sendfile/secure/lib/libcrypto/man/PKCS7_decrypt.3 projects/sendfile/secure/lib/libcrypto/man/PKCS7_encrypt.3 projects/sendfile/secure/lib/libcrypto/man/PKCS7_sign.3 projects/sendfile/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3 projects/sendfile/secure/lib/libcrypto/man/PKCS7_verify.3 projects/sendfile/secure/lib/libcrypto/man/RAND_add.3 projects/sendfile/secure/lib/libcrypto/man/RAND_bytes.3 projects/sendfile/secure/lib/libcrypto/man/RAND_cleanup.3 projects/sendfile/secure/lib/libcrypto/man/RAND_egd.3 projects/sendfile/secure/lib/libcrypto/man/RAND_load_file.3 projects/sendfile/secure/lib/libcrypto/man/RAND_set_rand_method.3 projects/sendfile/secure/lib/libcrypto/man/RSA_blinding_on.3 projects/sendfile/secure/lib/libcrypto/man/RSA_check_key.3 projects/sendfile/secure/lib/libcrypto/man/RSA_generate_key.3 projects/sendfile/secure/lib/libcrypto/man/RSA_get_ex_new_index.3 projects/sendfile/secure/lib/libcrypto/man/RSA_new.3 projects/sendfile/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 projects/sendfile/secure/lib/libcrypto/man/RSA_print.3 projects/sendfile/secure/lib/libcrypto/man/RSA_private_encrypt.3 projects/sendfile/secure/lib/libcrypto/man/RSA_public_encrypt.3 projects/sendfile/secure/lib/libcrypto/man/RSA_set_method.3 projects/sendfile/secure/lib/libcrypto/man/RSA_sign.3 projects/sendfile/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 projects/sendfile/secure/lib/libcrypto/man/RSA_size.3 projects/sendfile/secure/lib/libcrypto/man/SMIME_read_CMS.3 projects/sendfile/secure/lib/libcrypto/man/SMIME_read_PKCS7.3 projects/sendfile/secure/lib/libcrypto/man/SMIME_write_CMS.3 projects/sendfile/secure/lib/libcrypto/man/SMIME_write_PKCS7.3 projects/sendfile/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 projects/sendfile/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 projects/sendfile/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 projects/sendfile/secure/lib/libcrypto/man/X509_NAME_print_ex.3 projects/sendfile/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3 projects/sendfile/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 projects/sendfile/secure/lib/libcrypto/man/X509_STORE_CTX_new.3 projects/sendfile/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 projects/sendfile/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 projects/sendfile/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 projects/sendfile/secure/lib/libcrypto/man/X509_new.3 projects/sendfile/secure/lib/libcrypto/man/X509_verify_cert.3 projects/sendfile/secure/lib/libcrypto/man/bio.3 projects/sendfile/secure/lib/libcrypto/man/blowfish.3 projects/sendfile/secure/lib/libcrypto/man/bn.3 projects/sendfile/secure/lib/libcrypto/man/bn_internal.3 projects/sendfile/secure/lib/libcrypto/man/buffer.3 projects/sendfile/secure/lib/libcrypto/man/crypto.3 projects/sendfile/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 projects/sendfile/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3 projects/sendfile/secure/lib/libcrypto/man/d2i_DHparams.3 projects/sendfile/secure/lib/libcrypto/man/d2i_DSAPublicKey.3 projects/sendfile/secure/lib/libcrypto/man/d2i_ECPrivateKey.3 projects/sendfile/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 projects/sendfile/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 projects/sendfile/secure/lib/libcrypto/man/d2i_X509.3 projects/sendfile/secure/lib/libcrypto/man/d2i_X509_ALGOR.3 projects/sendfile/secure/lib/libcrypto/man/d2i_X509_CRL.3 projects/sendfile/secure/lib/libcrypto/man/d2i_X509_NAME.3 projects/sendfile/secure/lib/libcrypto/man/d2i_X509_REQ.3 projects/sendfile/secure/lib/libcrypto/man/d2i_X509_SIG.3 projects/sendfile/secure/lib/libcrypto/man/des.3 projects/sendfile/secure/lib/libcrypto/man/dh.3 projects/sendfile/secure/lib/libcrypto/man/dsa.3 projects/sendfile/secure/lib/libcrypto/man/ecdsa.3 projects/sendfile/secure/lib/libcrypto/man/engine.3 projects/sendfile/secure/lib/libcrypto/man/err.3 projects/sendfile/secure/lib/libcrypto/man/evp.3 projects/sendfile/secure/lib/libcrypto/man/hmac.3 projects/sendfile/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3 projects/sendfile/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 projects/sendfile/secure/lib/libcrypto/man/lh_stats.3 projects/sendfile/secure/lib/libcrypto/man/lhash.3 projects/sendfile/secure/lib/libcrypto/man/md5.3 projects/sendfile/secure/lib/libcrypto/man/mdc2.3 projects/sendfile/secure/lib/libcrypto/man/pem.3 projects/sendfile/secure/lib/libcrypto/man/rand.3 projects/sendfile/secure/lib/libcrypto/man/rc4.3 projects/sendfile/secure/lib/libcrypto/man/ripemd.3 projects/sendfile/secure/lib/libcrypto/man/rsa.3 projects/sendfile/secure/lib/libcrypto/man/sha.3 projects/sendfile/secure/lib/libcrypto/man/threads.3 projects/sendfile/secure/lib/libcrypto/man/ui.3 projects/sendfile/secure/lib/libcrypto/man/ui_compat.3 projects/sendfile/secure/lib/libcrypto/man/x509.3 projects/sendfile/secure/lib/libssl/man/SSL_CIPHER_get_name.3 projects/sendfile/secure/lib/libssl/man/SSL_COMP_add_compression_method.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_add_session.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_ctrl.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_flush_sessions.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_free.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_new.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_sess_number.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_sessions.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_cert_store.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_info_callback.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_mode.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_options.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_timeout.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_set_verify.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_use_certificate.3 projects/sendfile/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3 projects/sendfile/secure/lib/libssl/man/SSL_SESSION_free.3 projects/sendfile/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3 projects/sendfile/secure/lib/libssl/man/SSL_SESSION_get_time.3 projects/sendfile/secure/lib/libssl/man/SSL_accept.3 projects/sendfile/secure/lib/libssl/man/SSL_alert_type_string.3 projects/sendfile/secure/lib/libssl/man/SSL_clear.3 projects/sendfile/secure/lib/libssl/man/SSL_connect.3 projects/sendfile/secure/lib/libssl/man/SSL_do_handshake.3 projects/sendfile/secure/lib/libssl/man/SSL_free.3 projects/sendfile/secure/lib/libssl/man/SSL_get_SSL_CTX.3 projects/sendfile/secure/lib/libssl/man/SSL_get_ciphers.3 projects/sendfile/secure/lib/libssl/man/SSL_get_client_CA_list.3 projects/sendfile/secure/lib/libssl/man/SSL_get_current_cipher.3 projects/sendfile/secure/lib/libssl/man/SSL_get_default_timeout.3 projects/sendfile/secure/lib/libssl/man/SSL_get_error.3 projects/sendfile/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 projects/sendfile/secure/lib/libssl/man/SSL_get_ex_new_index.3 projects/sendfile/secure/lib/libssl/man/SSL_get_fd.3 projects/sendfile/secure/lib/libssl/man/SSL_get_peer_cert_chain.3 projects/sendfile/secure/lib/libssl/man/SSL_get_peer_certificate.3 projects/sendfile/secure/lib/libssl/man/SSL_get_psk_identity.3 projects/sendfile/secure/lib/libssl/man/SSL_get_rbio.3 projects/sendfile/secure/lib/libssl/man/SSL_get_session.3 projects/sendfile/secure/lib/libssl/man/SSL_get_verify_result.3 projects/sendfile/secure/lib/libssl/man/SSL_get_version.3 projects/sendfile/secure/lib/libssl/man/SSL_library_init.3 projects/sendfile/secure/lib/libssl/man/SSL_load_client_CA_file.3 projects/sendfile/secure/lib/libssl/man/SSL_new.3 projects/sendfile/secure/lib/libssl/man/SSL_pending.3 projects/sendfile/secure/lib/libssl/man/SSL_read.3 projects/sendfile/secure/lib/libssl/man/SSL_rstate_string.3 projects/sendfile/secure/lib/libssl/man/SSL_session_reused.3 projects/sendfile/secure/lib/libssl/man/SSL_set_bio.3 projects/sendfile/secure/lib/libssl/man/SSL_set_connect_state.3 projects/sendfile/secure/lib/libssl/man/SSL_set_fd.3 projects/sendfile/secure/lib/libssl/man/SSL_set_session.3 projects/sendfile/secure/lib/libssl/man/SSL_set_shutdown.3 projects/sendfile/secure/lib/libssl/man/SSL_set_verify_result.3 projects/sendfile/secure/lib/libssl/man/SSL_shutdown.3 projects/sendfile/secure/lib/libssl/man/SSL_state_string.3 projects/sendfile/secure/lib/libssl/man/SSL_want.3 projects/sendfile/secure/lib/libssl/man/SSL_write.3 projects/sendfile/secure/lib/libssl/man/d2i_SSL_SESSION.3 projects/sendfile/secure/lib/libssl/man/ssl.3 projects/sendfile/secure/usr.bin/openssl/man/CA.pl.1 projects/sendfile/secure/usr.bin/openssl/man/asn1parse.1 projects/sendfile/secure/usr.bin/openssl/man/c_rehash.1 projects/sendfile/secure/usr.bin/openssl/man/ca.1 projects/sendfile/secure/usr.bin/openssl/man/ciphers.1 projects/sendfile/secure/usr.bin/openssl/man/cms.1 projects/sendfile/secure/usr.bin/openssl/man/crl.1 projects/sendfile/secure/usr.bin/openssl/man/crl2pkcs7.1 projects/sendfile/secure/usr.bin/openssl/man/dgst.1 projects/sendfile/secure/usr.bin/openssl/man/dhparam.1 projects/sendfile/secure/usr.bin/openssl/man/dsa.1 projects/sendfile/secure/usr.bin/openssl/man/dsaparam.1 projects/sendfile/secure/usr.bin/openssl/man/ec.1 projects/sendfile/secure/usr.bin/openssl/man/ecparam.1 projects/sendfile/secure/usr.bin/openssl/man/enc.1 projects/sendfile/secure/usr.bin/openssl/man/errstr.1 projects/sendfile/secure/usr.bin/openssl/man/gendsa.1 projects/sendfile/secure/usr.bin/openssl/man/genpkey.1 projects/sendfile/secure/usr.bin/openssl/man/genrsa.1 projects/sendfile/secure/usr.bin/openssl/man/nseq.1 projects/sendfile/secure/usr.bin/openssl/man/ocsp.1 projects/sendfile/secure/usr.bin/openssl/man/openssl.1 projects/sendfile/secure/usr.bin/openssl/man/passwd.1 projects/sendfile/secure/usr.bin/openssl/man/pkcs12.1 projects/sendfile/secure/usr.bin/openssl/man/pkcs7.1 projects/sendfile/secure/usr.bin/openssl/man/pkcs8.1 projects/sendfile/secure/usr.bin/openssl/man/pkey.1 projects/sendfile/secure/usr.bin/openssl/man/pkeyparam.1 projects/sendfile/secure/usr.bin/openssl/man/pkeyutl.1 projects/sendfile/secure/usr.bin/openssl/man/rand.1 projects/sendfile/secure/usr.bin/openssl/man/req.1 projects/sendfile/secure/usr.bin/openssl/man/rsa.1 projects/sendfile/secure/usr.bin/openssl/man/rsautl.1 projects/sendfile/secure/usr.bin/openssl/man/s_client.1 projects/sendfile/secure/usr.bin/openssl/man/s_server.1 projects/sendfile/secure/usr.bin/openssl/man/s_time.1 projects/sendfile/secure/usr.bin/openssl/man/sess_id.1 projects/sendfile/secure/usr.bin/openssl/man/smime.1 projects/sendfile/secure/usr.bin/openssl/man/speed.1 projects/sendfile/secure/usr.bin/openssl/man/spkac.1 projects/sendfile/secure/usr.bin/openssl/man/ts.1 projects/sendfile/secure/usr.bin/openssl/man/tsget.1 projects/sendfile/secure/usr.bin/openssl/man/verify.1 projects/sendfile/secure/usr.bin/openssl/man/version.1 projects/sendfile/secure/usr.bin/openssl/man/x509.1 projects/sendfile/secure/usr.bin/openssl/man/x509v3_config.1 projects/sendfile/share/colldef/Makefile projects/sendfile/share/dict/Makefile projects/sendfile/share/doc/IPv6/Makefile projects/sendfile/share/doc/atf/Makefile projects/sendfile/share/doc/legal/intel_ipw/Makefile projects/sendfile/share/doc/legal/intel_iwi/Makefile projects/sendfile/share/doc/legal/intel_iwn/Makefile projects/sendfile/share/doc/legal/intel_wpi/Makefile projects/sendfile/share/doc/legal/realtek/Makefile projects/sendfile/share/doc/llvm/Makefile projects/sendfile/share/doc/llvm/clang/Makefile projects/sendfile/share/doc/papers/bufbio/bio.ms projects/sendfile/share/doc/pjdfstest/Makefile projects/sendfile/share/doc/usd/13.viref/Makefile projects/sendfile/share/dtrace/Makefile projects/sendfile/share/dtrace/toolkit/Makefile projects/sendfile/share/examples/bhyve/vmrun.sh projects/sendfile/share/examples/csh/dot.cshrc projects/sendfile/share/examples/pf/Makefile projects/sendfile/share/examples/tests/tests/plain/cp_test.sh projects/sendfile/share/i18n/csmapper/Makefile.inc projects/sendfile/share/i18n/esdb/Makefile.inc projects/sendfile/share/man/man3/Makefile projects/sendfile/share/man/man3/queue.3 projects/sendfile/share/man/man4/Makefile projects/sendfile/share/man/man4/aacraid.4 projects/sendfile/share/man/man4/acpi_hp.4 projects/sendfile/share/man/man4/acpi_ibm.4 projects/sendfile/share/man/man4/acpi_panasonic.4 projects/sendfile/share/man/man4/ada.4 projects/sendfile/share/man/man4/altq.4 projects/sendfile/share/man/man4/bwi.4 projects/sendfile/share/man/man4/bwn.4 projects/sendfile/share/man/man4/capsicum.4 projects/sendfile/share/man/man4/ctl.4 projects/sendfile/share/man/man4/em.4 projects/sendfile/share/man/man4/geom.4 projects/sendfile/share/man/man4/geom_map.4 projects/sendfile/share/man/man4/gre.4 projects/sendfile/share/man/man4/hptiop.4 projects/sendfile/share/man/man4/iscsi.4 projects/sendfile/share/man/man4/mac.4 projects/sendfile/share/man/man4/mac_ifoff.4 projects/sendfile/share/man/man4/mac_mls.4 projects/sendfile/share/man/man4/mac_none.4 projects/sendfile/share/man/man4/mac_partition.4 projects/sendfile/share/man/man4/mac_seeotheruids.4 projects/sendfile/share/man/man4/mac_stub.4 projects/sendfile/share/man/man4/mac_test.4 projects/sendfile/share/man/man4/malo.4 projects/sendfile/share/man/man4/man4.i386/wl.4 projects/sendfile/share/man/man4/ng_btsocket.4 projects/sendfile/share/man/man4/procdesc.4 projects/sendfile/share/man/man4/proto.4 projects/sendfile/share/man/man4/ral.4 projects/sendfile/share/man/man4/random.4 projects/sendfile/share/man/man4/siftr.4 projects/sendfile/share/man/man4/snp.4 projects/sendfile/share/man/man4/timecounters.4 projects/sendfile/share/man/man4/uart.4 projects/sendfile/share/man/man4/uftdi.4 projects/sendfile/share/man/man4/vt.4 projects/sendfile/share/man/man4/wlan.4 projects/sendfile/share/man/man5/device.hints.5 projects/sendfile/share/man/man5/fstab.5 projects/sendfile/share/man/man5/pf.conf.5 projects/sendfile/share/man/man5/rc.conf.5 projects/sendfile/share/man/man5/src.conf.5 projects/sendfile/share/man/man7/release.7 projects/sendfile/share/man/man8/Makefile projects/sendfile/share/man/man8/nanobsd.8 projects/sendfile/share/man/man8/uefi.8 projects/sendfile/share/man/man8/yp.8 projects/sendfile/share/man/man9/CTASSERT.9 projects/sendfile/share/man/man9/Makefile projects/sendfile/share/man/man9/PCI_IOV_ADD_VF.9 projects/sendfile/share/man/man9/PCI_IOV_INIT.9 projects/sendfile/share/man/man9/SDT.9 projects/sendfile/share/man/man9/altq.9 projects/sendfile/share/man/man9/atomic.9 projects/sendfile/share/man/man9/crypto.9 projects/sendfile/share/man/man9/hash.9 projects/sendfile/share/man/man9/ifnet.9 projects/sendfile/share/man/man9/locking.9 projects/sendfile/share/man/man9/mac.9 projects/sendfile/share/man/man9/pci.9 projects/sendfile/share/man/man9/pci_iov_schema.9 projects/sendfile/share/man/man9/pmap.9 projects/sendfile/share/man/man9/random.9 projects/sendfile/share/man/man9/random_harvest.9 projects/sendfile/share/man/man9/sbuf.9 projects/sendfile/share/man/man9/style.9 projects/sendfile/share/man/man9/sysctl.9 projects/sendfile/share/man/man9/taskqueue.9 projects/sendfile/share/misc/Makefile projects/sendfile/share/misc/bsd-family-tree projects/sendfile/share/misc/committers-ports.dot projects/sendfile/share/misc/committers-src.dot projects/sendfile/share/misc/pci_vendors projects/sendfile/share/mk/Makefile projects/sendfile/share/mk/atf.test.mk projects/sendfile/share/mk/bsd.compiler.mk projects/sendfile/share/mk/bsd.cpu.mk projects/sendfile/share/mk/bsd.crunchgen.mk projects/sendfile/share/mk/bsd.dep.mk projects/sendfile/share/mk/bsd.doc.mk projects/sendfile/share/mk/bsd.files.mk projects/sendfile/share/mk/bsd.incs.mk projects/sendfile/share/mk/bsd.init.mk projects/sendfile/share/mk/bsd.lib.mk projects/sendfile/share/mk/bsd.man.mk projects/sendfile/share/mk/bsd.mkopt.mk projects/sendfile/share/mk/bsd.nls.mk projects/sendfile/share/mk/bsd.obj.mk projects/sendfile/share/mk/bsd.opts.mk projects/sendfile/share/mk/bsd.own.mk projects/sendfile/share/mk/bsd.prog.mk projects/sendfile/share/mk/bsd.progs.mk projects/sendfile/share/mk/bsd.subdir.mk projects/sendfile/share/mk/bsd.sys.mk projects/sendfile/share/mk/bsd.test.mk projects/sendfile/share/mk/src.libnames.mk projects/sendfile/share/mk/src.opts.mk projects/sendfile/share/mk/src.sys.mk projects/sendfile/share/mk/suite.test.mk projects/sendfile/share/mk/sys.mk projects/sendfile/share/mklocale/Makefile projects/sendfile/share/monetdef/Makefile projects/sendfile/share/msgdef/Makefile projects/sendfile/share/numericdef/Makefile projects/sendfile/share/sendmail/Makefile projects/sendfile/share/skel/Makefile projects/sendfile/share/snmp/mibs/Makefile projects/sendfile/share/syscons/fonts/Makefile projects/sendfile/share/syscons/keymaps/Makefile projects/sendfile/share/timedef/Makefile projects/sendfile/sys/amd64/amd64/atomic.c projects/sendfile/sys/amd64/amd64/db_trace.c projects/sendfile/sys/amd64/amd64/fpu.c projects/sendfile/sys/amd64/amd64/gdb_machdep.c projects/sendfile/sys/amd64/amd64/genassym.c projects/sendfile/sys/amd64/amd64/initcpu.c projects/sendfile/sys/amd64/amd64/machdep.c projects/sendfile/sys/amd64/amd64/mp_machdep.c projects/sendfile/sys/amd64/amd64/pmap.c projects/sendfile/sys/amd64/amd64/ptrace_machdep.c projects/sendfile/sys/amd64/amd64/stack_machdep.c projects/sendfile/sys/amd64/amd64/trap.c projects/sendfile/sys/amd64/amd64/vm_machdep.c projects/sendfile/sys/amd64/amd64/xen-locore.S projects/sendfile/sys/amd64/conf/GENERIC projects/sendfile/sys/amd64/conf/NOTES projects/sendfile/sys/amd64/include/atomic.h projects/sendfile/sys/amd64/include/in_cksum.h projects/sendfile/sys/amd64/include/md_var.h projects/sendfile/sys/amd64/include/param.h projects/sendfile/sys/amd64/include/pcb.h projects/sendfile/sys/amd64/include/pmc_mdep.h projects/sendfile/sys/amd64/include/stack.h projects/sendfile/sys/amd64/include/vmm.h (contents, props changed) projects/sendfile/sys/amd64/include/vmm_dev.h (contents, props changed) projects/sendfile/sys/amd64/include/vmparam.h projects/sendfile/sys/amd64/linux/linux_machdep.c projects/sendfile/sys/amd64/linux/linux_support.s projects/sendfile/sys/amd64/linux32/linux32_machdep.c projects/sendfile/sys/amd64/vmm/amd/svm.c projects/sendfile/sys/amd64/vmm/amd/svm.h projects/sendfile/sys/amd64/vmm/amd/svm_genassym.c projects/sendfile/sys/amd64/vmm/amd/svm_support.S projects/sendfile/sys/amd64/vmm/intel/vmx.c projects/sendfile/sys/amd64/vmm/intel/vmx.h projects/sendfile/sys/amd64/vmm/intel/vmx_msr.c projects/sendfile/sys/amd64/vmm/io/ppt.c projects/sendfile/sys/amd64/vmm/vmm.c projects/sendfile/sys/amd64/vmm/vmm_dev.c projects/sendfile/sys/amd64/vmm/vmm_instruction_emul.c projects/sendfile/sys/amd64/vmm/vmm_mem.c projects/sendfile/sys/amd64/vmm/vmm_mem.h projects/sendfile/sys/arm/allwinner/a10_clk.c projects/sendfile/sys/arm/allwinner/a10_clk.h projects/sendfile/sys/arm/allwinner/a10_gpio.c projects/sendfile/sys/arm/allwinner/a10_gpio.h projects/sendfile/sys/arm/allwinner/a10_mmc.c projects/sendfile/sys/arm/allwinner/a10_mmc.h projects/sendfile/sys/arm/allwinner/files.allwinner projects/sendfile/sys/arm/allwinner/if_emac.c projects/sendfile/sys/arm/arm/bcopyinout.S projects/sendfile/sys/arm/arm/bcopyinout_xscale.S projects/sendfile/sys/arm/arm/copystr.S projects/sendfile/sys/arm/arm/cpu_asm-v6.S projects/sendfile/sys/arm/arm/cpufunc.c projects/sendfile/sys/arm/arm/exception.S projects/sendfile/sys/arm/arm/genassym.c projects/sendfile/sys/arm/arm/generic_timer.c projects/sendfile/sys/arm/arm/identcpu.c projects/sendfile/sys/arm/arm/locore-v4.S projects/sendfile/sys/arm/arm/locore-v6.S projects/sendfile/sys/arm/arm/machdep.c projects/sendfile/sys/arm/arm/mp_machdep.c projects/sendfile/sys/arm/arm/pmap-v6-new.c projects/sendfile/sys/arm/arm/pmap-v6.c projects/sendfile/sys/arm/arm/pmap.c projects/sendfile/sys/arm/arm/stdatomic.c projects/sendfile/sys/arm/arm/swtch.S projects/sendfile/sys/arm/arm/sys_machdep.c projects/sendfile/sys/arm/arm/trap-v6.c projects/sendfile/sys/arm/arm/trap.c projects/sendfile/sys/arm/arm/vfp.c projects/sendfile/sys/arm/arm/vm_machdep.c projects/sendfile/sys/arm/at91/at91_machdep.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_spi.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_systimer.c projects/sendfile/sys/arm/cavium/cns11xx/econa_machdep.c projects/sendfile/sys/arm/conf/BEAGLEBONE projects/sendfile/sys/arm/conf/CUBIEBOARD projects/sendfile/sys/arm/conf/CUBIEBOARD2 projects/sendfile/sys/arm/conf/NOTES projects/sendfile/sys/arm/conf/std.armv6 projects/sendfile/sys/arm/freescale/imx/imx6_sdma.c projects/sendfile/sys/arm/include/armreg.h projects/sendfile/sys/arm/include/atomic.h projects/sendfile/sys/arm/include/float.h projects/sendfile/sys/arm/include/param.h projects/sendfile/sys/arm/include/pcpu.h projects/sendfile/sys/arm/include/vmparam.h projects/sendfile/sys/arm/samsung/s3c2xx0/s3c24x0_machdep.c projects/sendfile/sys/arm/ti/am335x/am335x_dmtimer.c projects/sendfile/sys/arm/ti/am335x/am335x_lcd.c projects/sendfile/sys/arm/ti/am335x/am335x_lcd.h projects/sendfile/sys/arm/ti/am335x/am335x_pmic.c projects/sendfile/sys/arm/ti/am335x/am335x_prcm.c projects/sendfile/sys/arm/ti/am335x/am335x_scm_padconf.h projects/sendfile/sys/arm/ti/am335x/files.am335x projects/sendfile/sys/arm/ti/omap4/omap4_prcm_clks.c projects/sendfile/sys/arm/ti/ti_gpio.c projects/sendfile/sys/arm/ti/ti_hwmods.c projects/sendfile/sys/arm/ti/ti_hwmods.h projects/sendfile/sys/arm/ti/ti_prcm.c projects/sendfile/sys/arm/ti/ti_prcm.h projects/sendfile/sys/arm/ti/ti_scm.c projects/sendfile/sys/arm/versatile/sp804.c projects/sendfile/sys/arm/xscale/i80321/ep80219_machdep.c projects/sendfile/sys/arm/xscale/i80321/iq31244_machdep.c projects/sendfile/sys/arm/xscale/i8134x/crb_machdep.c projects/sendfile/sys/arm/xscale/ixp425/avila_machdep.c projects/sendfile/sys/arm/xscale/pxa/pxa_machdep.c projects/sendfile/sys/arm64/arm64/bus_machdep.c projects/sendfile/sys/arm64/arm64/bus_space_asm.S projects/sendfile/sys/arm64/arm64/cpufunc_asm.S projects/sendfile/sys/arm64/arm64/db_interface.c projects/sendfile/sys/arm64/arm64/db_trace.c projects/sendfile/sys/arm64/arm64/elf_machdep.c projects/sendfile/sys/arm64/arm64/exception.S projects/sendfile/sys/arm64/arm64/gic.c projects/sendfile/sys/arm64/arm64/gic_v3.c projects/sendfile/sys/arm64/arm64/gic_v3_fdt.c projects/sendfile/sys/arm64/arm64/gic_v3_reg.h projects/sendfile/sys/arm64/arm64/gic_v3_var.h projects/sendfile/sys/arm64/arm64/identcpu.c projects/sendfile/sys/arm64/arm64/intr_machdep.c projects/sendfile/sys/arm64/arm64/locore.S projects/sendfile/sys/arm64/arm64/machdep.c projects/sendfile/sys/arm64/arm64/mem.c projects/sendfile/sys/arm64/arm64/nexus.c projects/sendfile/sys/arm64/arm64/pmap.c projects/sendfile/sys/arm64/arm64/stack_machdep.c projects/sendfile/sys/arm64/arm64/swtch.S projects/sendfile/sys/arm64/arm64/trap.c projects/sendfile/sys/arm64/arm64/uio_machdep.c projects/sendfile/sys/arm64/arm64/vfp.c projects/sendfile/sys/arm64/arm64/vm_machdep.c projects/sendfile/sys/arm64/conf/GENERIC projects/sendfile/sys/arm64/include/_types.h projects/sendfile/sys/arm64/include/armreg.h projects/sendfile/sys/arm64/include/atomic.h projects/sendfile/sys/arm64/include/cpu.h projects/sendfile/sys/arm64/include/float.h projects/sendfile/sys/arm64/include/ieeefp.h projects/sendfile/sys/arm64/include/in_cksum.h projects/sendfile/sys/arm64/include/param.h projects/sendfile/sys/arm64/include/pcb.h projects/sendfile/sys/arm64/include/pcpu.h projects/sendfile/sys/arm64/include/pte.h projects/sendfile/sys/arm64/include/smp.h projects/sendfile/sys/arm64/include/stack.h projects/sendfile/sys/arm64/include/ucontext.h projects/sendfile/sys/arm64/include/vfp.h projects/sendfile/sys/arm64/include/vmparam.h projects/sendfile/sys/boot/Makefile projects/sendfile/sys/boot/arm/ixp425/boot2/arm_init.S projects/sendfile/sys/boot/arm/ixp425/boot2/ixp425_board.c projects/sendfile/sys/boot/arm/ixp425/boot2/lib.h projects/sendfile/sys/boot/arm/uboot/Makefile projects/sendfile/sys/boot/common/Makefile.inc projects/sendfile/sys/boot/common/loader.8 projects/sendfile/sys/boot/common/module.c projects/sendfile/sys/boot/efi/libefi/efipart.c projects/sendfile/sys/boot/efi/loader/arch/arm64/exec.c projects/sendfile/sys/boot/fdt/dts/arm/beaglebone-black.dts projects/sendfile/sys/boot/fdt/dts/arm/cubieboard.dts projects/sendfile/sys/boot/fdt/dts/arm/sun4i-a10.dtsi projects/sendfile/sys/boot/fdt/dts/arm/sun7i-a20.dtsi projects/sendfile/sys/boot/fdt/dts/mips/beri-sim.dts projects/sendfile/sys/boot/forth/Makefile projects/sendfile/sys/boot/forth/loader.conf projects/sendfile/sys/boot/forth/loader.conf.5 projects/sendfile/sys/boot/forth/loader.rc projects/sendfile/sys/boot/forth/menu.rc projects/sendfile/sys/boot/forth/support.4th projects/sendfile/sys/boot/i386/boot2/boot2.c projects/sendfile/sys/boot/i386/loader/Makefile projects/sendfile/sys/boot/kshim/bsd_kernel.h projects/sendfile/sys/boot/mips/beri/loader/Makefile projects/sendfile/sys/boot/pc98/boot2/boot2.c projects/sendfile/sys/boot/pc98/loader/Makefile projects/sendfile/sys/boot/powerpc/kboot/Makefile projects/sendfile/sys/boot/powerpc/ofw/Makefile projects/sendfile/sys/boot/powerpc/ps3/Makefile projects/sendfile/sys/boot/sparc64/loader/Makefile projects/sendfile/sys/boot/uboot/fdt/uboot_fdt.c projects/sendfile/sys/boot/uboot/lib/copy.c projects/sendfile/sys/boot/uboot/lib/glue.c projects/sendfile/sys/boot/userboot/userboot/conf.c projects/sendfile/sys/boot/zfs/zfsimpl.c projects/sendfile/sys/cam/ata/ata_da.c projects/sendfile/sys/cam/cam.c projects/sendfile/sys/cam/cam.h projects/sendfile/sys/cam/cam_periph.c projects/sendfile/sys/cam/ctl/README.ctl.txt projects/sendfile/sys/cam/ctl/ctl.c projects/sendfile/sys/cam/ctl/ctl.h projects/sendfile/sys/cam/ctl/ctl_backend.c projects/sendfile/sys/cam/ctl/ctl_backend_block.c projects/sendfile/sys/cam/ctl/ctl_backend_ramdisk.c projects/sendfile/sys/cam/ctl/ctl_cmd_table.c projects/sendfile/sys/cam/ctl/ctl_error.c projects/sendfile/sys/cam/ctl/ctl_frontend.c projects/sendfile/sys/cam/ctl/ctl_frontend.h projects/sendfile/sys/cam/ctl/ctl_frontend_cam_sim.c projects/sendfile/sys/cam/ctl/ctl_frontend_iscsi.c projects/sendfile/sys/cam/ctl/ctl_ioctl.h projects/sendfile/sys/cam/ctl/ctl_private.h projects/sendfile/sys/cam/ctl/ctl_ser_table.c projects/sendfile/sys/cam/ctl/ctl_tpc.c projects/sendfile/sys/cam/ctl/ctl_tpc_local.c projects/sendfile/sys/cam/ctl/scsi_ctl.c projects/sendfile/sys/cam/scsi/scsi_all.c projects/sendfile/sys/cam/scsi/scsi_all.h projects/sendfile/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c projects/sendfile/sys/cddl/compat/opensolaris/sys/file.h projects/sendfile/sys/cddl/compat/opensolaris/sys/kstat.h projects/sendfile/sys/cddl/compat/opensolaris/sys/nvpair.h projects/sendfile/sys/cddl/compat/opensolaris/sys/proc.h projects/sendfile/sys/cddl/compat/opensolaris/sys/vnode.h projects/sendfile/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.c projects/sendfile/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/Makefile.files projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/vnode.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_bookmark.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deadlist.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deleg.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_userhold.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/rrwlock.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bpobj.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_objset.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_send.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_pool.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/rrwlock.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa_impl.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_impl.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_leaf.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_checksum.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfeature.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_sa.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/sys/sysmacros.h projects/sendfile/sys/cddl/dev/dtrace/amd64/dtrace_isa.c projects/sendfile/sys/cddl/dev/dtrace/arm/dtrace_asm.S projects/sendfile/sys/cddl/dev/dtrace/i386/dtrace_isa.c projects/sendfile/sys/cddl/dev/fbt/arm/fbt_isa.c projects/sendfile/sys/cddl/dev/fbt/fbt.c projects/sendfile/sys/cddl/dev/fbt/fbt.h projects/sendfile/sys/cddl/dev/fbt/powerpc/fbt_isa.c projects/sendfile/sys/cddl/dev/fbt/x86/fbt_isa.c projects/sendfile/sys/cddl/dev/profile/profile.c projects/sendfile/sys/cddl/dev/sdt/sdt.c projects/sendfile/sys/compat/freebsd32/freebsd32_syscall.h projects/sendfile/sys/compat/freebsd32/freebsd32_syscalls.c projects/sendfile/sys/compat/freebsd32/freebsd32_sysent.c projects/sendfile/sys/compat/freebsd32/freebsd32_systrace_args.c projects/sendfile/sys/compat/freebsd32/syscalls.master projects/sendfile/sys/compat/linprocfs/linprocfs.c projects/sendfile/sys/compat/linsysfs/linsysfs.c projects/sendfile/sys/compat/linux/linux_emul.c projects/sendfile/sys/compat/linux/linux_event.c projects/sendfile/sys/compat/linux/linux_event.h projects/sendfile/sys/compat/linux/linux_file.c projects/sendfile/sys/compat/linux/linux_fork.c projects/sendfile/sys/compat/linux/linux_misc.c projects/sendfile/sys/compat/linux/linux_socket.c projects/sendfile/sys/compat/linux/linux_stats.c projects/sendfile/sys/compat/ndis/subr_ndis.c projects/sendfile/sys/compat/svr4/imgact_svr4.c projects/sendfile/sys/compat/svr4/svr4_misc.c projects/sendfile/sys/compat/svr4/svr4_resource.c projects/sendfile/sys/compat/svr4/svr4_sysvec.c projects/sendfile/sys/conf/Makefile.arm projects/sendfile/sys/conf/NOTES projects/sendfile/sys/conf/WITHOUT_SOURCELESS_UCODE projects/sendfile/sys/conf/files projects/sendfile/sys/conf/files.amd64 projects/sendfile/sys/conf/files.arm projects/sendfile/sys/conf/files.arm64 projects/sendfile/sys/conf/files.i386 projects/sendfile/sys/conf/files.mips projects/sendfile/sys/conf/files.powerpc projects/sendfile/sys/conf/kern.post.mk projects/sendfile/sys/conf/kern.pre.mk projects/sendfile/sys/conf/kmod.mk projects/sendfile/sys/conf/ldscript.amd64 projects/sendfile/sys/conf/options projects/sendfile/sys/conf/options.arm64 projects/sendfile/sys/contrib/dev/acpica/acpica_prep.sh projects/sendfile/sys/contrib/dev/acpica/changes.txt projects/sendfile/sys/contrib/dev/acpica/common/adisasm.c projects/sendfile/sys/contrib/dev/acpica/common/ahids.c projects/sendfile/sys/contrib/dev/acpica/common/ahpredef.c projects/sendfile/sys/contrib/dev/acpica/common/ahuuids.c projects/sendfile/sys/contrib/dev/acpica/common/dmextern.c projects/sendfile/sys/contrib/dev/acpica/common/dmrestag.c projects/sendfile/sys/contrib/dev/acpica/common/dmtable.c projects/sendfile/sys/contrib/dev/acpica/common/dmtbdump.c projects/sendfile/sys/contrib/dev/acpica/common/dmtbinfo.c projects/sendfile/sys/contrib/dev/acpica/common/getopt.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslanalyze.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslascii.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslcodegen.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslcompile.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslcompiler.h projects/sendfile/sys/contrib/dev/acpica/compiler/aslcompiler.l projects/sendfile/sys/contrib/dev/acpica/compiler/asldefine.h projects/sendfile/sys/contrib/dev/acpica/compiler/aslerror.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslfileio.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslfiles.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslfold.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslglobal.h projects/sendfile/sys/contrib/dev/acpica/compiler/asllookup.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslmain.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslmapenter.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslmapoutput.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslmessages.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslmessages.h projects/sendfile/sys/contrib/dev/acpica/compiler/aslmethod.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslnamesp.c projects/sendfile/sys/contrib/dev/acpica/compiler/asloffset.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslopcodes.c projects/sendfile/sys/contrib/dev/acpica/compiler/asloperands.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslopt.c projects/sendfile/sys/contrib/dev/acpica/compiler/asloptions.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslprintf.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslstartup.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslstubs.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslsupport.l projects/sendfile/sys/contrib/dev/acpica/compiler/asltypes.h projects/sendfile/sys/contrib/dev/acpica/compiler/aslutils.c projects/sendfile/sys/contrib/dev/acpica/compiler/asluuid.c projects/sendfile/sys/contrib/dev/acpica/compiler/aslxref.c projects/sendfile/sys/contrib/dev/acpica/compiler/dtcompile.c projects/sendfile/sys/contrib/dev/acpica/compiler/dtcompiler.h projects/sendfile/sys/contrib/dev/acpica/compiler/dtexpress.c projects/sendfile/sys/contrib/dev/acpica/compiler/dtfield.c projects/sendfile/sys/contrib/dev/acpica/compiler/dtio.c projects/sendfile/sys/contrib/dev/acpica/compiler/dtparser.y projects/sendfile/sys/contrib/dev/acpica/compiler/dtsubtable.c projects/sendfile/sys/contrib/dev/acpica/compiler/dttable.c projects/sendfile/sys/contrib/dev/acpica/compiler/dttemplate.c projects/sendfile/sys/contrib/dev/acpica/compiler/dttemplate.h projects/sendfile/sys/contrib/dev/acpica/compiler/dtutils.c projects/sendfile/sys/contrib/dev/acpica/compiler/prparser.l projects/sendfile/sys/contrib/dev/acpica/compiler/prparser.y projects/sendfile/sys/contrib/dev/acpica/compiler/prscan.c projects/sendfile/sys/contrib/dev/acpica/compiler/prutils.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbcmds.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbconvert.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbdisply.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbexec.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbfileio.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbhistry.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbinput.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbmethod.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbnames.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbtest.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbutils.c projects/sendfile/sys/contrib/dev/acpica/components/debugger/dbxface.c projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmbuffer.c projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmcstyle.c projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmnames.c projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmopcode.c projects/sendfile/sys/contrib/dev/acpica/components/disassembler/dmwalk.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsargs.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsfield.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsinit.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsmethod.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsobject.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dsutils.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dswload.c projects/sendfile/sys/contrib/dev/acpica/components/dispatcher/dswload2.c projects/sendfile/sys/contrib/dev/acpica/components/events/evgpe.c projects/sendfile/sys/contrib/dev/acpica/components/events/evgpeinit.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exconfig.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exconvrt.c projects/sendfile/sys/contrib/dev/acpica/components/executer/excreate.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exdebug.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exdump.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exfield.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exfldio.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exmisc.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exnames.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exoparg2.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exoparg3.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exregion.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exstorob.c projects/sendfile/sys/contrib/dev/acpica/components/executer/exutils.c projects/sendfile/sys/contrib/dev/acpica/components/hardware/hwgpe.c projects/sendfile/sys/contrib/dev/acpica/components/hardware/hwxfsleep.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsaccess.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsconvert.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsdump.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nseval.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsinit.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsnames.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsparse.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsrepair2.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nssearch.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsutils.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsxfeval.c projects/sendfile/sys/contrib/dev/acpica/components/namespace/nsxfname.c projects/sendfile/sys/contrib/dev/acpica/components/parser/psargs.c projects/sendfile/sys/contrib/dev/acpica/components/parser/psloop.c projects/sendfile/sys/contrib/dev/acpica/components/parser/psobject.c projects/sendfile/sys/contrib/dev/acpica/components/parser/psparse.c projects/sendfile/sys/contrib/dev/acpica/components/parser/psutils.c projects/sendfile/sys/contrib/dev/acpica/components/parser/psxface.c projects/sendfile/sys/contrib/dev/acpica/components/resources/rscreate.c projects/sendfile/sys/contrib/dev/acpica/components/resources/rsmisc.c projects/sendfile/sys/contrib/dev/acpica/components/resources/rsutils.c projects/sendfile/sys/contrib/dev/acpica/components/resources/rsxface.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbdata.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbfadt.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbfind.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbinstal.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbprint.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbutils.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbxface.c projects/sendfile/sys/contrib/dev/acpica/components/tables/tbxfload.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utalloc.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utbuffer.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utcache.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utcopy.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utdebug.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utdelete.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utids.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utinit.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utmisc.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utosi.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utpredef.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utprint.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utstring.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/uttrack.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utxface.c projects/sendfile/sys/contrib/dev/acpica/components/utilities/utxfinit.c projects/sendfile/sys/contrib/dev/acpica/include/accommon.h projects/sendfile/sys/contrib/dev/acpica/include/acdebug.h projects/sendfile/sys/contrib/dev/acpica/include/acdisasm.h projects/sendfile/sys/contrib/dev/acpica/include/acdispat.h projects/sendfile/sys/contrib/dev/acpica/include/acglobal.h projects/sendfile/sys/contrib/dev/acpica/include/acinterp.h projects/sendfile/sys/contrib/dev/acpica/include/aclocal.h projects/sendfile/sys/contrib/dev/acpica/include/acmacros.h projects/sendfile/sys/contrib/dev/acpica/include/acnames.h projects/sendfile/sys/contrib/dev/acpica/include/acnamesp.h projects/sendfile/sys/contrib/dev/acpica/include/acobject.h projects/sendfile/sys/contrib/dev/acpica/include/acoutput.h projects/sendfile/sys/contrib/dev/acpica/include/acparser.h projects/sendfile/sys/contrib/dev/acpica/include/acpiosxf.h projects/sendfile/sys/contrib/dev/acpica/include/acpixf.h projects/sendfile/sys/contrib/dev/acpica/include/acstruct.h projects/sendfile/sys/contrib/dev/acpica/include/actbl.h projects/sendfile/sys/contrib/dev/acpica/include/actbl1.h projects/sendfile/sys/contrib/dev/acpica/include/actbl2.h projects/sendfile/sys/contrib/dev/acpica/include/actbl3.h projects/sendfile/sys/contrib/dev/acpica/include/actypes.h projects/sendfile/sys/contrib/dev/acpica/include/acutils.h projects/sendfile/sys/contrib/dev/acpica/include/acuuid.h projects/sendfile/sys/contrib/dev/acpica/include/platform/acenv.h projects/sendfile/sys/contrib/dev/acpica/include/platform/acenvex.h projects/sendfile/sys/contrib/dev/acpica/include/platform/acgcc.h projects/sendfile/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c projects/sendfile/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c projects/sendfile/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c projects/sendfile/sys/crypto/aesni/aesencdec.h projects/sendfile/sys/crypto/aesni/aesni.c projects/sendfile/sys/crypto/aesni/aesni.h projects/sendfile/sys/crypto/aesni/aesni_ghash.c projects/sendfile/sys/crypto/sha2/sha256.h projects/sendfile/sys/crypto/sha2/sha256c.c projects/sendfile/sys/ddb/db_examine.c projects/sendfile/sys/ddb/db_main.c projects/sendfile/sys/ddb/db_print.c projects/sendfile/sys/ddb/db_ps.c projects/sendfile/sys/ddb/db_sym.c projects/sendfile/sys/dev/acpi_support/acpi_ibm.c projects/sendfile/sys/dev/acpica/Osd/OsdHardware.c projects/sendfile/sys/dev/acpica/acpi.c projects/sendfile/sys/dev/acpica/acpi_cpu.c projects/sendfile/sys/dev/ahci/ahci.c projects/sendfile/sys/dev/ahci/ahci.h projects/sendfile/sys/dev/ahci/ahci_pci.c projects/sendfile/sys/dev/aic7xxx/aic79xx_pci.c projects/sendfile/sys/dev/ata/ata-all.c projects/sendfile/sys/dev/ata/ata-all.h projects/sendfile/sys/dev/ata/ata-lowlevel.c projects/sendfile/sys/dev/ata/chipsets/ata-intel.c projects/sendfile/sys/dev/ath/if_ath.c projects/sendfile/sys/dev/ath/if_ath_ahb.c projects/sendfile/sys/dev/ath/if_ath_keycache.c projects/sendfile/sys/dev/ath/if_ath_rx.c projects/sendfile/sys/dev/ath/if_ath_sysctl.c projects/sendfile/sys/dev/ath/if_ath_tdma.c projects/sendfile/sys/dev/ath/if_ath_tx.c projects/sendfile/sys/dev/atkbdc/psm.c projects/sendfile/sys/dev/beri/virtio/virtio_mmio_platform.c projects/sendfile/sys/dev/bwi/if_bwi.c projects/sendfile/sys/dev/bwn/if_bwn.c projects/sendfile/sys/dev/bxe/bxe.c projects/sendfile/sys/dev/bxe/bxe.h projects/sendfile/sys/dev/bxe/ecore_hsi.h projects/sendfile/sys/dev/bxe/ecore_reg.h projects/sendfile/sys/dev/bxe/ecore_sp.c projects/sendfile/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c projects/sendfile/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c projects/sendfile/sys/dev/cxgb/ulp/tom/cxgb_listen.c projects/sendfile/sys/dev/cxgbe/adapter.h projects/sendfile/sys/dev/cxgbe/common/t4_hw.c projects/sendfile/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt projects/sendfile/sys/dev/cxgbe/firmware/t4fw_interface.h projects/sendfile/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt projects/sendfile/sys/dev/cxgbe/t4_main.c projects/sendfile/sys/dev/cxgbe/t4_netmap.c projects/sendfile/sys/dev/cxgbe/t4_sge.c projects/sendfile/sys/dev/cxgbe/tom/t4_connect.c projects/sendfile/sys/dev/cxgbe/tom/t4_cpl_io.c projects/sendfile/sys/dev/cxgbe/tom/t4_listen.c projects/sendfile/sys/dev/cxgbe/tom/t4_tom.c projects/sendfile/sys/dev/drm/drmP.h projects/sendfile/sys/dev/drm/drm_agpsupport.c projects/sendfile/sys/dev/drm/drm_bufs.c projects/sendfile/sys/dev/drm/drm_drv.c projects/sendfile/sys/dev/drm/drm_irq.c projects/sendfile/sys/dev/drm/i915_drv.c projects/sendfile/sys/dev/drm/mach64_drv.c projects/sendfile/sys/dev/drm/mga_drv.c projects/sendfile/sys/dev/drm/r128_drv.c projects/sendfile/sys/dev/drm/radeon_drv.c projects/sendfile/sys/dev/drm/savage_drv.c projects/sendfile/sys/dev/drm/sis_drv.c projects/sendfile/sys/dev/drm/tdfx_drv.c projects/sendfile/sys/dev/drm2/drmP.h projects/sendfile/sys/dev/drm2/drm_bufs.c projects/sendfile/sys/dev/drm2/i915/i915_drv.h projects/sendfile/sys/dev/drm2/i915/i915_gem.c projects/sendfile/sys/dev/drm2/i915/i915_gem_gtt.c projects/sendfile/sys/dev/drm2/ttm/ttm_page_alloc.c projects/sendfile/sys/dev/dwc/if_dwc.c projects/sendfile/sys/dev/dwc/if_dwc.h projects/sendfile/sys/dev/e1000/e1000_80003es2lan.c projects/sendfile/sys/dev/e1000/e1000_80003es2lan.h projects/sendfile/sys/dev/e1000/e1000_82540.c projects/sendfile/sys/dev/e1000/e1000_82541.c projects/sendfile/sys/dev/e1000/e1000_82541.h projects/sendfile/sys/dev/e1000/e1000_82542.c projects/sendfile/sys/dev/e1000/e1000_82543.c projects/sendfile/sys/dev/e1000/e1000_82543.h projects/sendfile/sys/dev/e1000/e1000_82571.c projects/sendfile/sys/dev/e1000/e1000_82571.h projects/sendfile/sys/dev/e1000/e1000_82575.c projects/sendfile/sys/dev/e1000/e1000_82575.h projects/sendfile/sys/dev/e1000/e1000_api.c projects/sendfile/sys/dev/e1000/e1000_api.h projects/sendfile/sys/dev/e1000/e1000_defines.h projects/sendfile/sys/dev/e1000/e1000_hw.h projects/sendfile/sys/dev/e1000/e1000_i210.c projects/sendfile/sys/dev/e1000/e1000_i210.h projects/sendfile/sys/dev/e1000/e1000_ich8lan.c projects/sendfile/sys/dev/e1000/e1000_ich8lan.h projects/sendfile/sys/dev/e1000/e1000_mac.c projects/sendfile/sys/dev/e1000/e1000_mac.h projects/sendfile/sys/dev/e1000/e1000_manage.c projects/sendfile/sys/dev/e1000/e1000_manage.h projects/sendfile/sys/dev/e1000/e1000_mbx.c projects/sendfile/sys/dev/e1000/e1000_mbx.h projects/sendfile/sys/dev/e1000/e1000_nvm.c projects/sendfile/sys/dev/e1000/e1000_nvm.h projects/sendfile/sys/dev/e1000/e1000_osdep.c projects/sendfile/sys/dev/e1000/e1000_osdep.h projects/sendfile/sys/dev/e1000/e1000_phy.c projects/sendfile/sys/dev/e1000/e1000_phy.h projects/sendfile/sys/dev/e1000/e1000_regs.h projects/sendfile/sys/dev/e1000/e1000_vf.c projects/sendfile/sys/dev/e1000/e1000_vf.h projects/sendfile/sys/dev/e1000/if_em.c projects/sendfile/sys/dev/e1000/if_em.h projects/sendfile/sys/dev/e1000/if_igb.c projects/sendfile/sys/dev/e1000/if_igb.h projects/sendfile/sys/dev/e1000/if_lem.c projects/sendfile/sys/dev/e1000/if_lem.h projects/sendfile/sys/dev/fe/if_fe_cbus.c projects/sendfile/sys/dev/filemon/filemon.h projects/sendfile/sys/dev/filemon/filemon_wrapper.c projects/sendfile/sys/dev/glxsb/glxsb.c projects/sendfile/sys/dev/gpio/gpiobus.c projects/sendfile/sys/dev/gpio/gpioled.c projects/sendfile/sys/dev/gpio/ofw_gpiobus.c projects/sendfile/sys/dev/hifn/hifn7751.c projects/sendfile/sys/dev/hpt27xx/README projects/sendfile/sys/dev/hpt27xx/amd64-elf.hpt27xx_lib.o.uu (contents, props changed) projects/sendfile/sys/dev/hpt27xx/array.h projects/sendfile/sys/dev/hpt27xx/him.h projects/sendfile/sys/dev/hpt27xx/himfuncs.h projects/sendfile/sys/dev/hpt27xx/hpt27xx_config.c projects/sendfile/sys/dev/hpt27xx/hpt27xx_config.h projects/sendfile/sys/dev/hpt27xx/hpt27xx_os_bsd.c projects/sendfile/sys/dev/hpt27xx/hpt27xx_osm_bsd.c projects/sendfile/sys/dev/hpt27xx/hptintf.h projects/sendfile/sys/dev/hpt27xx/i386-elf.hpt27xx_lib.o.uu projects/sendfile/sys/dev/hpt27xx/ldm.h projects/sendfile/sys/dev/hpt27xx/list.h projects/sendfile/sys/dev/hpt27xx/os_bsd.h projects/sendfile/sys/dev/hpt27xx/osm.h projects/sendfile/sys/dev/hptnr/README projects/sendfile/sys/dev/hptnr/amd64-elf.hptnr_lib.o.uu projects/sendfile/sys/dev/hptnr/him.h projects/sendfile/sys/dev/hptnr/hptnr_config.c projects/sendfile/sys/dev/hptnr/hptnr_osm_bsd.c projects/sendfile/sys/dev/hptnr/i386-elf.hptnr_lib.o.uu projects/sendfile/sys/dev/hptnr/ldm.h projects/sendfile/sys/dev/hptnr/osm.h projects/sendfile/sys/dev/hwpmc/hwpmc_armv7.c projects/sendfile/sys/dev/hwpmc/hwpmc_armv7.h projects/sendfile/sys/dev/hwpmc/hwpmc_mod.c projects/sendfile/sys/dev/hwpmc/pmc_events.h projects/sendfile/sys/dev/hyperv/include/hyperv.h projects/sendfile/sys/dev/hyperv/netvsc/hv_net_vsc.c projects/sendfile/sys/dev/hyperv/netvsc/hv_net_vsc.h projects/sendfile/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c projects/sendfile/sys/dev/hyperv/netvsc/hv_rndis.h projects/sendfile/sys/dev/hyperv/netvsc/hv_rndis_filter.c projects/sendfile/sys/dev/hyperv/netvsc/hv_rndis_filter.h projects/sendfile/sys/dev/ichiic/ig4_iic.c projects/sendfile/sys/dev/ichiic/ig4_pci.c projects/sendfile/sys/dev/ichiic/ig4_var.h projects/sendfile/sys/dev/ichsmb/ichsmb_pci.c projects/sendfile/sys/dev/ichwd/ichwd.c projects/sendfile/sys/dev/ipw/if_ipw.c projects/sendfile/sys/dev/iscsi/iscsi.c projects/sendfile/sys/dev/isp/isp.c projects/sendfile/sys/dev/isp/isp_freebsd.c projects/sendfile/sys/dev/isp/isp_library.c projects/sendfile/sys/dev/isp/isp_library.h projects/sendfile/sys/dev/isp/isp_pci.c projects/sendfile/sys/dev/isp/isp_target.h projects/sendfile/sys/dev/isp/ispvar.h projects/sendfile/sys/dev/iwi/if_iwi.c projects/sendfile/sys/dev/iwn/if_iwn.c projects/sendfile/sys/dev/iwn/if_iwnreg.h projects/sendfile/sys/dev/iwn/if_iwnvar.h projects/sendfile/sys/dev/ixgbe/if_ix.c projects/sendfile/sys/dev/ixgbe/if_ixv.c projects/sendfile/sys/dev/ixgbe/ix_txrx.c projects/sendfile/sys/dev/ixgbe/ixgbe.h projects/sendfile/sys/dev/ixgbe/ixgbe_vf.c projects/sendfile/sys/dev/ixl/i40e_adminq.c projects/sendfile/sys/dev/ixl/i40e_adminq.h projects/sendfile/sys/dev/ixl/i40e_adminq_cmd.h projects/sendfile/sys/dev/ixl/i40e_common.c projects/sendfile/sys/dev/ixl/i40e_hmc.c projects/sendfile/sys/dev/ixl/i40e_hmc.h projects/sendfile/sys/dev/ixl/i40e_lan_hmc.c projects/sendfile/sys/dev/ixl/i40e_nvm.c projects/sendfile/sys/dev/ixl/i40e_osdep.h projects/sendfile/sys/dev/ixl/i40e_prototype.h projects/sendfile/sys/dev/ixl/i40e_register.h projects/sendfile/sys/dev/ixl/i40e_type.h projects/sendfile/sys/dev/ixl/i40e_virtchnl.h projects/sendfile/sys/dev/ixl/if_ixl.c projects/sendfile/sys/dev/ixl/if_ixlv.c projects/sendfile/sys/dev/ixl/ixlv.h projects/sendfile/sys/dev/ixl/ixlvc.c projects/sendfile/sys/dev/md/md.c projects/sendfile/sys/dev/mfi/mfi.c projects/sendfile/sys/dev/mii/brgphy.c projects/sendfile/sys/dev/mii/mii.h projects/sendfile/sys/dev/mii/miidevs projects/sendfile/sys/dev/mmc/host/dwmmc.c projects/sendfile/sys/dev/mmc/mmc.c projects/sendfile/sys/dev/mps/mps.c projects/sendfile/sys/dev/mps/mps_config.c projects/sendfile/sys/dev/mps/mpsvar.h projects/sendfile/sys/dev/mpt/mpt.c projects/sendfile/sys/dev/mpt/mpt.h projects/sendfile/sys/dev/mrsas/mrsas.c projects/sendfile/sys/dev/mrsas/mrsas.h projects/sendfile/sys/dev/nand/nand_generic.c projects/sendfile/sys/dev/nand/nfc_rb.c projects/sendfile/sys/dev/netmap/if_em_netmap.h projects/sendfile/sys/dev/netmap/if_igb_netmap.h projects/sendfile/sys/dev/netmap/if_ixl_netmap.h projects/sendfile/sys/dev/netmap/if_lem_netmap.h projects/sendfile/sys/dev/netmap/if_re_netmap.h projects/sendfile/sys/dev/netmap/if_vtnet_netmap.h projects/sendfile/sys/dev/netmap/ixgbe_netmap.h projects/sendfile/sys/dev/netmap/netmap.c projects/sendfile/sys/dev/netmap/netmap_freebsd.c projects/sendfile/sys/dev/netmap/netmap_generic.c projects/sendfile/sys/dev/netmap/netmap_kern.h projects/sendfile/sys/dev/netmap/netmap_mem2.c projects/sendfile/sys/dev/netmap/netmap_mem2.h projects/sendfile/sys/dev/netmap/netmap_monitor.c projects/sendfile/sys/dev/netmap/netmap_pipe.c projects/sendfile/sys/dev/netmap/netmap_vale.c projects/sendfile/sys/dev/nvd/nvd.c projects/sendfile/sys/dev/nvme/nvme.c projects/sendfile/sys/dev/nvme/nvme_ctrlr.c projects/sendfile/sys/dev/ofw/ofw_bus_subr.c projects/sendfile/sys/dev/ofw/ofw_bus_subr.h projects/sendfile/sys/dev/ofw/ofw_cpu.c projects/sendfile/sys/dev/pci/pci_pci.c projects/sendfile/sys/dev/pci/pcireg.h projects/sendfile/sys/dev/pci/vga_pci.c projects/sendfile/sys/dev/proto/proto.h projects/sendfile/sys/dev/proto/proto_bus_pci.c projects/sendfile/sys/dev/proto/proto_core.c projects/sendfile/sys/dev/proto/proto_dev.h projects/sendfile/sys/dev/psci/psci.c projects/sendfile/sys/dev/qlxgbe/ql_dbg.c projects/sendfile/sys/dev/qlxgbe/ql_dbg.h projects/sendfile/sys/dev/qlxgbe/ql_def.h projects/sendfile/sys/dev/qlxgbe/ql_glbl.h projects/sendfile/sys/dev/qlxgbe/ql_hw.c projects/sendfile/sys/dev/qlxgbe/ql_hw.h projects/sendfile/sys/dev/qlxgbe/ql_inline.h projects/sendfile/sys/dev/qlxgbe/ql_ioctl.c projects/sendfile/sys/dev/qlxgbe/ql_ioctl.h projects/sendfile/sys/dev/qlxgbe/ql_isr.c projects/sendfile/sys/dev/qlxgbe/ql_misc.c projects/sendfile/sys/dev/qlxgbe/ql_os.c projects/sendfile/sys/dev/qlxgbe/ql_os.h projects/sendfile/sys/dev/qlxgbe/ql_reset.c projects/sendfile/sys/dev/qlxgbe/ql_tmplt.h projects/sendfile/sys/dev/qlxgbe/ql_ver.h projects/sendfile/sys/dev/random/build.sh projects/sendfile/sys/dev/random/fortuna.c projects/sendfile/sys/dev/random/fortuna.h projects/sendfile/sys/dev/random/hash.c projects/sendfile/sys/dev/random/hash.h projects/sendfile/sys/dev/random/ivy.c projects/sendfile/sys/dev/random/nehemiah.c projects/sendfile/sys/dev/random/random_harvestq.c projects/sendfile/sys/dev/random/random_harvestq.h projects/sendfile/sys/dev/random/randomdev.c projects/sendfile/sys/dev/random/randomdev.h projects/sendfile/sys/dev/random/uint128.h projects/sendfile/sys/dev/random/unit_test.c projects/sendfile/sys/dev/random/unit_test.h projects/sendfile/sys/dev/random/yarrow.c projects/sendfile/sys/dev/random/yarrow.h projects/sendfile/sys/dev/re/if_re.c projects/sendfile/sys/dev/rndtest/rndtest.c projects/sendfile/sys/dev/safe/safe.c projects/sendfile/sys/dev/sfxge/common/hunt_impl.h projects/sendfile/sys/dev/sfxge/common/hunt_mac.c projects/sendfile/sys/dev/sfxge/common/hunt_nic.c projects/sendfile/sys/dev/sfxge/sfxge.c projects/sendfile/sys/dev/sound/midi/sequencer.c projects/sendfile/sys/dev/sound/pci/hda/hdaa_patches.c projects/sendfile/sys/dev/syscons/scmouse.c projects/sendfile/sys/dev/syscons/syscons.c projects/sendfile/sys/dev/ti/if_ti.c projects/sendfile/sys/dev/uart/uart_bus.h projects/sendfile/sys/dev/uart/uart_bus_pci.c projects/sendfile/sys/dev/uart/uart_core.c projects/sendfile/sys/dev/uart/uart_tty.c projects/sendfile/sys/dev/ubsec/ubsec.c projects/sendfile/sys/dev/usb/controller/dwc_otg.c projects/sendfile/sys/dev/usb/controller/dwc_otg.h projects/sendfile/sys/dev/usb/controller/dwc_otgreg.h projects/sendfile/sys/dev/usb/controller/usb_controller.c projects/sendfile/sys/dev/usb/controller/xhci.c projects/sendfile/sys/dev/usb/controller/xhci_pci.c projects/sendfile/sys/dev/usb/net/if_urndis.c projects/sendfile/sys/dev/usb/quirk/usb_quirk.c projects/sendfile/sys/dev/usb/serial/uftdi.c projects/sendfile/sys/dev/usb/serial/uftdi_reg.h projects/sendfile/sys/dev/usb/template/usb_template_midi.c projects/sendfile/sys/dev/usb/uftdiio.h projects/sendfile/sys/dev/usb/usb_bus.h projects/sendfile/sys/dev/usb/usb_dev.c projects/sendfile/sys/dev/usb/usb_device.c projects/sendfile/sys/dev/usb/usb_hub.c projects/sendfile/sys/dev/usb/usb_pf.c projects/sendfile/sys/dev/usb/usb_process.h projects/sendfile/sys/dev/usb/usb_transfer.c projects/sendfile/sys/dev/usb/usbdevs projects/sendfile/sys/dev/usb/usbdi.h projects/sendfile/sys/dev/videomode/videomode.h projects/sendfile/sys/dev/virtio/mmio/virtio_mmio.c projects/sendfile/sys/dev/virtio/mmio/virtio_mmio.h projects/sendfile/sys/dev/virtio/mmio/virtio_mmio_if.m projects/sendfile/sys/dev/virtio/network/if_vtnet.c projects/sendfile/sys/dev/virtio/random/virtio_random.c projects/sendfile/sys/dev/vt/colors/vt_termcolors.c projects/sendfile/sys/dev/vt/hw/efifb/efifb.c projects/sendfile/sys/dev/vt/hw/fb/vt_early_fb.c projects/sendfile/sys/dev/vt/hw/fb/vt_fb.c projects/sendfile/sys/dev/vt/hw/vga/vt_vga.c projects/sendfile/sys/dev/vt/hw/vga/vt_vga_reg.h projects/sendfile/sys/dev/vt/vt.h projects/sendfile/sys/dev/vt/vt_core.c projects/sendfile/sys/dev/vt/vt_sysmouse.c projects/sendfile/sys/dev/wi/if_wi.c projects/sendfile/sys/dev/wi/if_wi_macio.c projects/sendfile/sys/dev/wpi/if_wpi.c projects/sendfile/sys/dev/wtap/if_wtap.c projects/sendfile/sys/dev/wtap/if_wtapvar.h projects/sendfile/sys/dev/xen/balloon/balloon.c projects/sendfile/sys/dev/xen/blkback/blkback.c projects/sendfile/sys/dev/xen/blkfront/blkfront.c projects/sendfile/sys/dev/xen/blkfront/block.h projects/sendfile/sys/dev/xen/control/control.c projects/sendfile/sys/dev/xen/netback/netback.c projects/sendfile/sys/dev/xen/netfront/netfront.c projects/sendfile/sys/dev/xen/pcifront/pcifront.c projects/sendfile/sys/fs/devfs/devfs_vnops.c projects/sendfile/sys/fs/ext2fs/ext2_subr.c projects/sendfile/sys/fs/fdescfs/fdesc_vfsops.c projects/sendfile/sys/fs/fdescfs/fdesc_vnops.c projects/sendfile/sys/fs/nfsclient/nfs_clbio.c projects/sendfile/sys/fs/nfsclient/nfs_clport.c projects/sendfile/sys/fs/nfsclient/nfs_clrpcops.c projects/sendfile/sys/fs/nfsclient/nfs_clvfsops.c projects/sendfile/sys/fs/nfsserver/nfs_nfsdstate.c projects/sendfile/sys/fs/nullfs/null_vfsops.c projects/sendfile/sys/fs/procfs/procfs_ctl.c projects/sendfile/sys/fs/procfs/procfs_ioctl.c projects/sendfile/sys/fs/procfs/procfs_map.c projects/sendfile/sys/fs/tmpfs/tmpfs_subr.c projects/sendfile/sys/fs/tmpfs/tmpfs_vfsops.c projects/sendfile/sys/fs/unionfs/union_vfsops.c projects/sendfile/sys/geom/eli/g_eli.c projects/sendfile/sys/geom/eli/g_eli.h projects/sendfile/sys/geom/eli/g_eli_ctl.c projects/sendfile/sys/geom/eli/g_eli_integrity.c projects/sendfile/sys/geom/eli/g_eli_privacy.c projects/sendfile/sys/geom/geom_dev.c projects/sendfile/sys/geom/geom_io.c projects/sendfile/sys/geom/label/g_label.c projects/sendfile/sys/geom/label/g_label.h projects/sendfile/sys/geom/label/g_label_iso9660.c projects/sendfile/sys/geom/label/g_label_msdosfs.c projects/sendfile/sys/geom/part/g_part.c projects/sendfile/sys/geom/part/g_part_gpt.c projects/sendfile/sys/geom/raid/md_intel.c projects/sendfile/sys/geom/raid/md_jmicron.c projects/sendfile/sys/geom/raid/md_nvidia.c projects/sendfile/sys/geom/raid/md_sii.c projects/sendfile/sys/geom/uncompress/g_uncompress.c projects/sendfile/sys/geom/uzip/g_uzip.c projects/sendfile/sys/i386/conf/GENERIC projects/sendfile/sys/i386/conf/NOTES projects/sendfile/sys/i386/i386/db_trace.c projects/sendfile/sys/i386/i386/exception.s projects/sendfile/sys/i386/i386/gdb_machdep.c projects/sendfile/sys/i386/i386/genassym.c projects/sendfile/sys/i386/i386/initcpu.c projects/sendfile/sys/i386/i386/locore.s projects/sendfile/sys/i386/i386/machdep.c projects/sendfile/sys/i386/i386/mp_machdep.c projects/sendfile/sys/i386/i386/pmap.c projects/sendfile/sys/i386/i386/ptrace_machdep.c projects/sendfile/sys/i386/i386/stack_machdep.c projects/sendfile/sys/i386/i386/sys_machdep.c projects/sendfile/sys/i386/i386/trap.c projects/sendfile/sys/i386/i386/vm_machdep.c projects/sendfile/sys/i386/ibcs2/ibcs2_misc.c projects/sendfile/sys/i386/include/asmacros.h projects/sendfile/sys/i386/include/atomic.h projects/sendfile/sys/i386/include/frame.h projects/sendfile/sys/i386/include/gdb_machdep.h projects/sendfile/sys/i386/include/in_cksum.h projects/sendfile/sys/i386/include/md_var.h projects/sendfile/sys/i386/include/npx.h projects/sendfile/sys/i386/include/param.h projects/sendfile/sys/i386/include/pcpu.h projects/sendfile/sys/i386/include/pmc_mdep.h projects/sendfile/sys/i386/include/smp.h projects/sendfile/sys/i386/include/stack.h projects/sendfile/sys/i386/include/vmparam.h projects/sendfile/sys/i386/isa/npx.c projects/sendfile/sys/i386/linux/imgact_linux.c projects/sendfile/sys/i386/linux/linux_machdep.c projects/sendfile/sys/kern/genassym.sh projects/sendfile/sys/kern/imgact_aout.c projects/sendfile/sys/kern/imgact_binmisc.c projects/sendfile/sys/kern/imgact_elf.c projects/sendfile/sys/kern/imgact_gzip.c projects/sendfile/sys/kern/init_main.c projects/sendfile/sys/kern/init_sysent.c projects/sendfile/sys/kern/kern_clocksource.c projects/sendfile/sys/kern/kern_cpuset.c projects/sendfile/sys/kern/kern_descrip.c projects/sendfile/sys/kern/kern_event.c projects/sendfile/sys/kern/kern_exec.c projects/sendfile/sys/kern/kern_exit.c projects/sendfile/sys/kern/kern_fork.c projects/sendfile/sys/kern/kern_intr.c projects/sendfile/sys/kern/kern_jail.c projects/sendfile/sys/kern/kern_kthread.c projects/sendfile/sys/kern/kern_lock.c projects/sendfile/sys/kern/kern_lockstat.c projects/sendfile/sys/kern/kern_mib.c projects/sendfile/sys/kern/kern_mutex.c projects/sendfile/sys/kern/kern_ntptime.c projects/sendfile/sys/kern/kern_proc.c projects/sendfile/sys/kern/kern_prot.c projects/sendfile/sys/kern/kern_racct.c projects/sendfile/sys/kern/kern_resource.c projects/sendfile/sys/kern/kern_rmlock.c projects/sendfile/sys/kern/kern_rwlock.c projects/sendfile/sys/kern/kern_sharedpage.c projects/sendfile/sys/kern/kern_shutdown.c projects/sendfile/sys/kern/kern_sig.c projects/sendfile/sys/kern/kern_sx.c projects/sendfile/sys/kern/kern_syscalls.c projects/sendfile/sys/kern/kern_sysctl.c projects/sendfile/sys/kern/kern_tc.c projects/sendfile/sys/kern/kern_thr.c projects/sendfile/sys/kern/kern_thread.c projects/sendfile/sys/kern/kern_umtx.c projects/sendfile/sys/kern/makesyscalls.sh projects/sendfile/sys/kern/sched_4bsd.c projects/sendfile/sys/kern/sched_ule.c projects/sendfile/sys/kern/stack_protector.c projects/sendfile/sys/kern/subr_bus.c projects/sendfile/sys/kern/subr_firmware.c projects/sendfile/sys/kern/subr_param.c projects/sendfile/sys/kern/subr_prf.c projects/sendfile/sys/kern/subr_smp.c projects/sendfile/sys/kern/subr_syscall.c projects/sendfile/sys/kern/subr_trap.c projects/sendfile/sys/kern/subr_uio.c projects/sendfile/sys/kern/subr_witness.c projects/sendfile/sys/kern/sys_capability.c projects/sendfile/sys/kern/sys_generic.c projects/sendfile/sys/kern/sys_pipe.c projects/sendfile/sys/kern/sys_procdesc.c projects/sendfile/sys/kern/sys_process.c projects/sendfile/sys/kern/syscalls.c projects/sendfile/sys/kern/syscalls.master projects/sendfile/sys/kern/systrace_args.c projects/sendfile/sys/kern/sysv_shm.c projects/sendfile/sys/kern/tty_pts.c projects/sendfile/sys/kern/tty_tty.c projects/sendfile/sys/kern/uipc_debug.c projects/sendfile/sys/kern/uipc_mbuf.c projects/sendfile/sys/kern/uipc_mbuf2.c projects/sendfile/sys/kern/uipc_sem.c projects/sendfile/sys/kern/uipc_shm.c projects/sendfile/sys/kern/uipc_sockbuf.c projects/sendfile/sys/kern/uipc_socket.c projects/sendfile/sys/kern/uipc_syscalls.c projects/sendfile/sys/kern/uipc_usrreq.c projects/sendfile/sys/kern/vfs_acl.c projects/sendfile/sys/kern/vfs_aio.c projects/sendfile/sys/kern/vfs_bio.c projects/sendfile/sys/kern/vfs_cache.c projects/sendfile/sys/kern/vfs_cluster.c projects/sendfile/sys/kern/vfs_default.c projects/sendfile/sys/kern/vfs_extattr.c projects/sendfile/sys/kern/vfs_hash.c projects/sendfile/sys/kern/vfs_lookup.c projects/sendfile/sys/kern/vfs_mount.c projects/sendfile/sys/kern/vfs_subr.c projects/sendfile/sys/kern/vfs_syscalls.c projects/sendfile/sys/kern/vfs_vnops.c projects/sendfile/sys/libkern/arc4random.c projects/sendfile/sys/libkern/arm/aeabi_unwind.c projects/sendfile/sys/libkern/arm/divsi3.S projects/sendfile/sys/libkern/arm/ldivmod.S projects/sendfile/sys/libkern/arm/ldivmod_helper.c projects/sendfile/sys/libkern/arm/memcpy.S projects/sendfile/sys/libkern/arm/memset.S projects/sendfile/sys/libkern/random.c projects/sendfile/sys/mips/atheros/ar71xx_chip.c projects/sendfile/sys/mips/atheros/ar71xx_cpudef.h projects/sendfile/sys/mips/atheros/ar71xx_ehci.c projects/sendfile/sys/mips/atheros/ar71xx_machdep.c projects/sendfile/sys/mips/atheros/ar71xx_ohci.c projects/sendfile/sys/mips/atheros/ar71xx_pci.c projects/sendfile/sys/mips/atheros/ar724x_chip.c projects/sendfile/sys/mips/atheros/ar724x_pci.c projects/sendfile/sys/mips/atheros/ar91xx_chip.c projects/sendfile/sys/mips/atheros/ar933x_chip.c projects/sendfile/sys/mips/atheros/ar934x_chip.c projects/sendfile/sys/mips/atheros/if_arge.c projects/sendfile/sys/mips/atheros/qca955x_chip.c projects/sendfile/sys/mips/atheros/qca955x_pci.c projects/sendfile/sys/mips/atheros/qca955xreg.h projects/sendfile/sys/mips/cavium/octeon_rnd.c projects/sendfile/sys/mips/conf/AR71XX_BASE projects/sendfile/sys/mips/conf/AR724X_BASE projects/sendfile/sys/mips/conf/AR91XX_BASE projects/sendfile/sys/mips/conf/AR933X_BASE projects/sendfile/sys/mips/conf/AR934X_BASE projects/sendfile/sys/mips/conf/PB92 projects/sendfile/sys/mips/conf/QCA955X_BASE projects/sendfile/sys/mips/conf/QCA955X_BASE.hints projects/sendfile/sys/mips/conf/RT305X projects/sendfile/sys/mips/conf/XLR projects/sendfile/sys/mips/conf/XLR64 projects/sendfile/sys/mips/conf/XLRN32 projects/sendfile/sys/mips/include/atomic.h projects/sendfile/sys/mips/include/float.h projects/sendfile/sys/mips/include/in_cksum.h projects/sendfile/sys/mips/include/vmparam.h projects/sendfile/sys/mips/mips/pmap.c projects/sendfile/sys/mips/rmi/files.xlr projects/sendfile/sys/mips/rmi/xlr_i2c.c projects/sendfile/sys/modules/Makefile projects/sendfile/sys/modules/aesni/Makefile projects/sendfile/sys/modules/agp/Makefile projects/sendfile/sys/modules/crypto/Makefile projects/sendfile/sys/modules/ctl/Makefile projects/sendfile/sys/modules/cxgbe/t4_firmware/Makefile projects/sendfile/sys/modules/cxgbe/t5_firmware/Makefile projects/sendfile/sys/modules/dtb/allwinner/Makefile projects/sendfile/sys/modules/dtrace/Makefile projects/sendfile/sys/modules/dtrace/Makefile.inc projects/sendfile/sys/modules/dtrace/dtraceall/dtraceall.c projects/sendfile/sys/modules/em/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_apm/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_bsd/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_bsd64/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_ebr/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_gpt/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_ldm/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_mbr/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_pc98/Makefile projects/sendfile/sys/modules/geom/geom_part/geom_part_vtoc8/Makefile projects/sendfile/sys/modules/geom/geom_raid/Makefile projects/sendfile/sys/modules/gpio/gpiobus/Makefile projects/sendfile/sys/modules/hyperv/netvsc/Makefile projects/sendfile/sys/modules/i2c/Makefile projects/sendfile/sys/modules/if_stf/Makefile projects/sendfile/sys/modules/ixl/Makefile projects/sendfile/sys/modules/ixlv/Makefile projects/sendfile/sys/modules/ixv/Makefile projects/sendfile/sys/modules/kgssapi/Makefile projects/sendfile/sys/modules/kgssapi_krb5/Makefile projects/sendfile/sys/modules/ksyms/Makefile projects/sendfile/sys/modules/libiconv/Makefile projects/sendfile/sys/modules/mvs/Makefile projects/sendfile/sys/modules/nand/Makefile projects/sendfile/sys/modules/nandsim/Makefile projects/sendfile/sys/modules/proto/Makefile projects/sendfile/sys/modules/puc/Makefile projects/sendfile/sys/modules/qlxgbe/Makefile projects/sendfile/sys/modules/scc/Makefile projects/sendfile/sys/modules/uart/Makefile projects/sendfile/sys/modules/usb/Makefile projects/sendfile/sys/modules/virtio/balloon/Makefile projects/sendfile/sys/modules/virtio/block/Makefile projects/sendfile/sys/modules/virtio/console/Makefile projects/sendfile/sys/modules/virtio/network/Makefile projects/sendfile/sys/modules/virtio/pci/Makefile projects/sendfile/sys/modules/virtio/random/Makefile projects/sendfile/sys/modules/virtio/scsi/Makefile projects/sendfile/sys/modules/virtio/virtio/Makefile projects/sendfile/sys/modules/zfs/Makefile projects/sendfile/sys/net/altq/altq.h projects/sendfile/sys/net/altq/altq_subr.c projects/sendfile/sys/net/altq/altq_var.h projects/sendfile/sys/net/bpf.c projects/sendfile/sys/net/bpf.h projects/sendfile/sys/net/bpf_buffer.c projects/sendfile/sys/net/ieee8023ad_lacp.c projects/sendfile/sys/net/ieee8023ad_lacp.h projects/sendfile/sys/net/if.c projects/sendfile/sys/net/if_bridge.c projects/sendfile/sys/net/if_ethersubr.c projects/sendfile/sys/net/if_gif.c projects/sendfile/sys/net/if_lagg.c projects/sendfile/sys/net/if_lagg.h projects/sendfile/sys/net/if_llatbl.c projects/sendfile/sys/net/if_llatbl.h projects/sendfile/sys/net/if_loop.c projects/sendfile/sys/net/if_spppsubr.c projects/sendfile/sys/net/if_stf.c projects/sendfile/sys/net/if_tun.c projects/sendfile/sys/net/netmap.h projects/sendfile/sys/net/netmap_user.h projects/sendfile/sys/net/pfkeyv2.h projects/sendfile/sys/net/radix.c projects/sendfile/sys/net/radix.h projects/sendfile/sys/net/route.c projects/sendfile/sys/net/route.h projects/sendfile/sys/net80211/ieee80211.c projects/sendfile/sys/net80211/ieee80211_freebsd.c projects/sendfile/sys/net80211/ieee80211_freebsd.h projects/sendfile/sys/net80211/ieee80211_output.c projects/sendfile/sys/net80211/ieee80211_scan.c projects/sendfile/sys/net80211/ieee80211_scan.h projects/sendfile/sys/net80211/ieee80211_scan_sw.c projects/sendfile/sys/net80211/ieee80211_scan_sw.h projects/sendfile/sys/net80211/ieee80211_var.h projects/sendfile/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c projects/sendfile/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c projects/sendfile/sys/netgraph/ng_iface.c projects/sendfile/sys/netinet/if_ether.c projects/sendfile/sys/netinet/igmp.c projects/sendfile/sys/netinet/in.c projects/sendfile/sys/netinet/in_gif.c projects/sendfile/sys/netinet/in_mcast.c projects/sendfile/sys/netinet/in_pcb.c projects/sendfile/sys/netinet/in_pcb.h projects/sendfile/sys/netinet/in_rmx.c projects/sendfile/sys/netinet/in_var.h projects/sendfile/sys/netinet/ip.h projects/sendfile/sys/netinet/ip_ecn.h projects/sendfile/sys/netinet/ip_encap.c projects/sendfile/sys/netinet/ip_icmp.c projects/sendfile/sys/netinet/ip_input.c projects/sendfile/sys/netinet/ip_output.c projects/sendfile/sys/netinet/ip_var.h projects/sendfile/sys/netinet/raw_ip.c projects/sendfile/sys/netinet/sctp_asconf.c projects/sendfile/sys/netinet/sctp_indata.c projects/sendfile/sys/netinet/sctp_indata.h projects/sendfile/sys/netinet/sctp_input.c projects/sendfile/sys/netinet/sctp_input.h projects/sendfile/sys/netinet/sctp_os_bsd.h projects/sendfile/sys/netinet/sctp_output.c projects/sendfile/sys/netinet/sctp_output.h projects/sendfile/sys/netinet/sctp_pcb.c projects/sendfile/sys/netinet/sctp_pcb.h projects/sendfile/sys/netinet/sctp_structs.h projects/sendfile/sys/netinet/sctp_syscalls.c projects/sendfile/sys/netinet/sctp_sysctl.c projects/sendfile/sys/netinet/sctp_timer.c projects/sendfile/sys/netinet/sctp_uio.h projects/sendfile/sys/netinet/sctp_usrreq.c projects/sendfile/sys/netinet/sctp_var.h projects/sendfile/sys/netinet/sctputil.c projects/sendfile/sys/netinet/sctputil.h projects/sendfile/sys/netinet/tcp_input.c projects/sendfile/sys/netinet/tcp_lro.c projects/sendfile/sys/netinet/tcp_output.c projects/sendfile/sys/netinet/tcp_reass.c projects/sendfile/sys/netinet/tcp_subr.c projects/sendfile/sys/netinet/tcp_syncache.c projects/sendfile/sys/netinet/tcp_timer.c projects/sendfile/sys/netinet/tcp_timer.h projects/sendfile/sys/netinet/tcp_timewait.c projects/sendfile/sys/netinet/tcp_usrreq.c projects/sendfile/sys/netinet/tcp_var.h projects/sendfile/sys/netinet/toecore.c projects/sendfile/sys/netinet/udp_usrreq.c projects/sendfile/sys/netinet6/icmp6.c projects/sendfile/sys/netinet6/in6.c projects/sendfile/sys/netinet6/in6_gif.c projects/sendfile/sys/netinet6/in6_ifattach.c projects/sendfile/sys/netinet6/in6_pcb.c projects/sendfile/sys/netinet6/in6_rmx.c projects/sendfile/sys/netinet6/in6_src.c projects/sendfile/sys/netinet6/in6_var.h projects/sendfile/sys/netinet6/ip6_input.c projects/sendfile/sys/netinet6/ip6_mroute.c projects/sendfile/sys/netinet6/ip6_output.c projects/sendfile/sys/netinet6/ip6_var.h projects/sendfile/sys/netinet6/nd6.c projects/sendfile/sys/netinet6/nd6.h projects/sendfile/sys/netinet6/nd6_nbr.c projects/sendfile/sys/netinet6/nd6_rtr.c projects/sendfile/sys/netinet6/sctp6_usrreq.c projects/sendfile/sys/netinet6/udp6_usrreq.c projects/sendfile/sys/netipsec/ipsec.c projects/sendfile/sys/netipsec/ipsec.h projects/sendfile/sys/netipsec/ipsec_input.c projects/sendfile/sys/netipsec/ipsec_output.c projects/sendfile/sys/netipsec/key.c projects/sendfile/sys/netipsec/key.h projects/sendfile/sys/netipsec/key_debug.c projects/sendfile/sys/netipsec/keydb.h projects/sendfile/sys/netipsec/xform.h projects/sendfile/sys/netipsec/xform_ah.c projects/sendfile/sys/netipsec/xform_esp.c projects/sendfile/sys/netpfil/ipfw/dn_heap.c projects/sendfile/sys/netpfil/ipfw/dn_sched_qfq.c projects/sendfile/sys/netpfil/ipfw/ip_dn_io.c projects/sendfile/sys/netpfil/ipfw/ip_fw2.c projects/sendfile/sys/netpfil/ipfw/ip_fw_private.h projects/sendfile/sys/netpfil/ipfw/test/dn_test.h projects/sendfile/sys/netpfil/ipfw/test/main.c projects/sendfile/sys/netpfil/pf/pf.c projects/sendfile/sys/netpfil/pf/pf_altq.h projects/sendfile/sys/netpfil/pf/pf_ioctl.c projects/sendfile/sys/netpfil/pf/pf_mtag.h projects/sendfile/sys/netpfil/pf/pf_norm.c projects/sendfile/sys/ofed/drivers/infiniband/core/cma.c projects/sendfile/sys/ofed/drivers/infiniband/core/mad.c projects/sendfile/sys/ofed/drivers/infiniband/core/umem.c projects/sendfile/sys/ofed/drivers/infiniband/hw/mthca/mthca_memfree.c projects/sendfile/sys/ofed/drivers/net/mlx4/en_tx.c projects/sendfile/sys/ofed/include/linux/device.h projects/sendfile/sys/ofed/include/linux/file.h projects/sendfile/sys/ofed/include/linux/in.h projects/sendfile/sys/ofed/include/linux/linux_compat.c projects/sendfile/sys/opencrypto/criov.c projects/sendfile/sys/opencrypto/crypto.c projects/sendfile/sys/opencrypto/cryptodev.h projects/sendfile/sys/opencrypto/cryptosoft.c projects/sendfile/sys/opencrypto/xform.c projects/sendfile/sys/pc98/conf/GENERIC projects/sendfile/sys/powerpc/aim/mmu_oea.c projects/sendfile/sys/powerpc/aim/mmu_oea64.c projects/sendfile/sys/powerpc/aim/trap_subr64.S projects/sendfile/sys/powerpc/booke/booke_machdep.c projects/sendfile/sys/powerpc/booke/pmap.c projects/sendfile/sys/powerpc/booke/trap_subr.S projects/sendfile/sys/powerpc/conf/GENERIC projects/sendfile/sys/powerpc/conf/NOTES projects/sendfile/sys/powerpc/include/atomic.h projects/sendfile/sys/powerpc/include/cpu.h projects/sendfile/sys/powerpc/include/float.h projects/sendfile/sys/powerpc/include/in_cksum.h projects/sendfile/sys/powerpc/include/param.h projects/sendfile/sys/powerpc/include/pcpu.h projects/sendfile/sys/powerpc/include/pte.h projects/sendfile/sys/powerpc/include/spr.h projects/sendfile/sys/powerpc/include/vmparam.h projects/sendfile/sys/powerpc/powerpc/mmu_if.m projects/sendfile/sys/powerpc/powerpc/pmap_dispatch.c projects/sendfile/sys/powerpc/powerpc/trap.c projects/sendfile/sys/rpc/svc_vc.c projects/sendfile/sys/security/audit/audit_arg.c projects/sendfile/sys/security/audit/audit_bsm_klib.c projects/sendfile/sys/sparc64/conf/GENERIC projects/sendfile/sys/sparc64/include/atomic.h projects/sendfile/sys/sparc64/include/float.h projects/sendfile/sys/sparc64/include/in_cksum.h projects/sendfile/sys/sparc64/include/pcpu.h projects/sendfile/sys/sparc64/include/smp.h projects/sendfile/sys/sparc64/include/vmparam.h projects/sendfile/sys/sparc64/sparc64/exception.S projects/sendfile/sys/sparc64/sparc64/machdep.c projects/sendfile/sys/sparc64/sparc64/mp_machdep.c projects/sendfile/sys/sparc64/sparc64/pmap.c projects/sendfile/sys/sparc64/sparc64/stack_machdep.c projects/sendfile/sys/sparc64/sparc64/support.S projects/sendfile/sys/sparc64/sparc64/tick.c projects/sendfile/sys/sparc64/sparc64/trap.c projects/sendfile/sys/sys/ata.h projects/sendfile/sys/sys/buf.h projects/sendfile/sys/sys/bus.h projects/sendfile/sys/sys/bus_dma.h projects/sendfile/sys/sys/capsicum.h projects/sendfile/sys/sys/cdefs.h projects/sendfile/sys/sys/conf.h projects/sendfile/sys/sys/cpuset.h projects/sendfile/sys/sys/dnv.h projects/sendfile/sys/sys/domain.h projects/sendfile/sys/sys/elf_common.h projects/sendfile/sys/sys/event.h projects/sendfile/sys/sys/file.h projects/sendfile/sys/sys/filedesc.h projects/sendfile/sys/sys/imgact.h projects/sendfile/sys/sys/jail.h projects/sendfile/sys/sys/kernel.h projects/sendfile/sys/sys/kthread.h projects/sendfile/sys/sys/linker_set.h projects/sendfile/sys/sys/lockmgr.h projects/sendfile/sys/sys/lockstat.h projects/sendfile/sys/sys/mbuf.h projects/sendfile/sys/sys/mman.h projects/sendfile/sys/sys/mount.h projects/sendfile/sys/sys/msg.h projects/sendfile/sys/sys/mutex.h projects/sendfile/sys/sys/nv.h projects/sendfile/sys/sys/param.h projects/sendfile/sys/sys/pmc.h projects/sendfile/sys/sys/proc.h projects/sendfile/sys/sys/queue.h projects/sendfile/sys/sys/random.h projects/sendfile/sys/sys/resourcevar.h projects/sendfile/sys/sys/rwlock.h projects/sendfile/sys/sys/sbuf.h projects/sendfile/sys/sys/sem.h projects/sendfile/sys/sys/seq.h projects/sendfile/sys/sys/shm.h projects/sendfile/sys/sys/socketvar.h projects/sendfile/sys/sys/sx.h projects/sendfile/sys/sys/syscall.h projects/sendfile/sys/sys/syscall.mk projects/sendfile/sys/sys/syscallsubr.h projects/sendfile/sys/sys/sysent.h projects/sendfile/sys/sys/sysproto.h projects/sendfile/sys/sys/timeet.h projects/sendfile/sys/sys/timetc.h projects/sendfile/sys/sys/ucred.h projects/sendfile/sys/sys/umtx.h projects/sendfile/sys/sys/unpcb.h projects/sendfile/sys/sys/vnode.h projects/sendfile/sys/sys/wait.h projects/sendfile/sys/teken/demo/teken_demo.c projects/sendfile/sys/teken/teken.c projects/sendfile/sys/ufs/ffs/ffs_alloc.c projects/sendfile/sys/ufs/ffs/ffs_inode.c projects/sendfile/sys/ufs/ffs/ffs_rawread.c projects/sendfile/sys/ufs/ffs/ffs_subr.c projects/sendfile/sys/ufs/ffs/ffs_vfsops.c projects/sendfile/sys/ufs/ffs/ffs_vnops.c projects/sendfile/sys/vm/pmap.h projects/sendfile/sys/vm/swap_pager.c projects/sendfile/sys/vm/uma_core.c projects/sendfile/sys/vm/uma_dbg.c projects/sendfile/sys/vm/vm_extern.h projects/sendfile/sys/vm/vm_fault.c projects/sendfile/sys/vm/vm_glue.c projects/sendfile/sys/vm/vm_kern.c projects/sendfile/sys/vm/vm_map.c projects/sendfile/sys/vm/vm_map.h projects/sendfile/sys/vm/vm_mmap.c projects/sendfile/sys/vm/vm_object.c projects/sendfile/sys/vm/vm_object.h projects/sendfile/sys/vm/vm_page.c projects/sendfile/sys/vm/vm_page.h projects/sendfile/sys/vm/vm_pageout.c projects/sendfile/sys/vm/vm_pager.c projects/sendfile/sys/vm/vm_pager.h projects/sendfile/sys/vm/vm_phys.c projects/sendfile/sys/vm/vm_phys.h projects/sendfile/sys/vm/vm_reserv.c projects/sendfile/sys/vm/vm_unix.c projects/sendfile/sys/vm/vnode_pager.c projects/sendfile/sys/x86/acpica/acpi_wakeup.c projects/sendfile/sys/x86/acpica/madt.c projects/sendfile/sys/x86/include/_types.h projects/sendfile/sys/x86/include/bus.h projects/sendfile/sys/x86/include/float.h projects/sendfile/sys/x86/include/ptrace.h projects/sendfile/sys/x86/include/specialreg.h projects/sendfile/sys/x86/iommu/busdma_dmar.c projects/sendfile/sys/x86/iommu/intel_ctx.c projects/sendfile/sys/x86/iommu/intel_dmar.h projects/sendfile/sys/x86/iommu/intel_drv.c projects/sendfile/sys/x86/iommu/intel_gas.c projects/sendfile/sys/x86/iommu/intel_idpgtbl.c projects/sendfile/sys/x86/iommu/intel_qi.c projects/sendfile/sys/x86/iommu/intel_utils.c projects/sendfile/sys/x86/isa/atrtc.c projects/sendfile/sys/x86/x86/busdma_bounce.c projects/sendfile/sys/x86/x86/identcpu.c projects/sendfile/sys/x86/x86/local_apic.c projects/sendfile/sys/x86/x86/mp_x86.c projects/sendfile/sys/x86/xen/pv.c projects/sendfile/sys/x86/xen/xen_intr.c projects/sendfile/sys/xen/blkif.h projects/sendfile/sys/xen/gnttab.h projects/sendfile/sys/xen/interface/io/blkif.h projects/sendfile/tests/sys/fifo/fifo_misc.c projects/sendfile/tests/sys/file/flock_test.sh projects/sendfile/tests/sys/kern/ptrace_test.c projects/sendfile/tests/sys/kern/unix_seqpacket_test.c projects/sendfile/tests/sys/netinet/fibs_test.sh projects/sendfile/tests/sys/pjdfstest/pjdfstest/Makefile projects/sendfile/tests/sys/vm/Makefile projects/sendfile/tests/sys/vm/mmap_test.c projects/sendfile/tools/build/mk/Makefile.boot projects/sendfile/tools/build/mk/OptionalObsoleteFiles.inc projects/sendfile/tools/build/options/WITHOUT_BINUTILS projects/sendfile/tools/build/options/makeman projects/sendfile/tools/bus_space/C/Makefile projects/sendfile/tools/bus_space/C/lang.c projects/sendfile/tools/bus_space/Makefile.inc projects/sendfile/tools/bus_space/Python/Makefile projects/sendfile/tools/bus_space/Python/lang.c projects/sendfile/tools/regression/capsicum/libcapsicum/sysctl.c projects/sendfile/tools/regression/lib/libc/nss/test-getaddr.c projects/sendfile/tools/tools/cxgbetool/cxgbetool.c projects/sendfile/tools/tools/nanobsd/gateworks/common projects/sendfile/usr.bin/Makefile projects/sendfile/usr.bin/alias/Makefile projects/sendfile/usr.bin/ar/ar.1 projects/sendfile/usr.bin/ar/ar.c projects/sendfile/usr.bin/ar/write.c projects/sendfile/usr.bin/bmake/Makefile projects/sendfile/usr.bin/brandelf/brandelf.1 projects/sendfile/usr.bin/c99/c99.1 projects/sendfile/usr.bin/calendar/calendars/calendar.computer projects/sendfile/usr.bin/calendar/calendars/calendar.freebsd projects/sendfile/usr.bin/calendar/calendars/calendar.holiday projects/sendfile/usr.bin/calendar/io.c projects/sendfile/usr.bin/clang/clang.prog.mk projects/sendfile/usr.bin/clang/lldb/Makefile projects/sendfile/usr.bin/colcrt/colcrt.1 projects/sendfile/usr.bin/colrm/colrm.1 projects/sendfile/usr.bin/ctlstat/ctlstat.c projects/sendfile/usr.bin/elfcopy/Makefile projects/sendfile/usr.bin/elfdump/elfdump.c projects/sendfile/usr.bin/expand/expand.1 projects/sendfile/usr.bin/find/extern.h projects/sendfile/usr.bin/find/misc.c projects/sendfile/usr.bin/fold/fold.1 projects/sendfile/usr.bin/getopt/getopt.1 projects/sendfile/usr.bin/grep/Makefile projects/sendfile/usr.bin/ipcrm/ipcrm.c projects/sendfile/usr.bin/kdump/Makefile projects/sendfile/usr.bin/kdump/kdump.c projects/sendfile/usr.bin/kdump/mkioctls projects/sendfile/usr.bin/keylogin/Makefile projects/sendfile/usr.bin/last/last.1 projects/sendfile/usr.bin/last/last.c projects/sendfile/usr.bin/lorder/lorder.1 projects/sendfile/usr.bin/lorder/lorder.sh projects/sendfile/usr.bin/mail/Makefile projects/sendfile/usr.bin/mail/main.c projects/sendfile/usr.bin/man/man.sh projects/sendfile/usr.bin/mandoc/Makefile projects/sendfile/usr.bin/ministat/ministat.c projects/sendfile/usr.bin/mkcsmapper_static/Makefile projects/sendfile/usr.bin/mkesdb/Makefile projects/sendfile/usr.bin/mkesdb_static/Makefile projects/sendfile/usr.bin/mkimg/Makefile projects/sendfile/usr.bin/mkimg/format.c projects/sendfile/usr.bin/mkimg/gpt.c projects/sendfile/usr.bin/mkimg/image.c projects/sendfile/usr.bin/mkimg/image.h projects/sendfile/usr.bin/mkimg/mbr.c projects/sendfile/usr.bin/mkimg/mkimg.1 projects/sendfile/usr.bin/mkimg/scheme.c projects/sendfile/usr.bin/mkimg/scheme.h projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-apm.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-pc98.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-pc98.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-vtoc8.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-4096-vtoc8.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-apm.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-apm.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-bsd.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-bsd.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-ebr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-ebr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-gpt.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-gpt.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-mbr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-mbr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-pc98.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-pc98.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-apm.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-apm.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-ebr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-ebr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-gpt.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-gpt.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-mbr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-mbr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-pc98.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-pc98.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-apm.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-apm.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-bsd.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-bsd.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-ebr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-ebr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-gpt.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-gpt.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-mbr.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-mbr.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-pc98.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-pc98.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-vtoc8.vhd.gz.uu projects/sendfile/usr.bin/mkimg/tests/img-63x255-512-vtoc8.vhdf.gz.uu projects/sendfile/usr.bin/mkimg/vhd.c projects/sendfile/usr.bin/mkstr/mkstr.1 projects/sendfile/usr.bin/mkstr/mkstr.c projects/sendfile/usr.bin/netstat/ipsec.c projects/sendfile/usr.bin/netstat/main.c projects/sendfile/usr.bin/netstat/pfkey.c projects/sendfile/usr.bin/patch/backupfile.c projects/sendfile/usr.bin/patch/common.h projects/sendfile/usr.bin/patch/inp.c projects/sendfile/usr.bin/patch/patch.1 projects/sendfile/usr.bin/patch/patch.c projects/sendfile/usr.bin/patch/pathnames.h projects/sendfile/usr.bin/patch/pch.c projects/sendfile/usr.bin/patch/util.c projects/sendfile/usr.bin/patch/util.h projects/sendfile/usr.bin/quota/quota.c projects/sendfile/usr.bin/rctl/rctl.8 projects/sendfile/usr.bin/rsh/Makefile projects/sendfile/usr.bin/rsh/rsh.c projects/sendfile/usr.bin/rup/Makefile projects/sendfile/usr.bin/sockstat/sockstat.1 projects/sendfile/usr.bin/sockstat/sockstat.c projects/sendfile/usr.bin/svn/lib/libapr/apr.h projects/sendfile/usr.bin/svn/lib/libapr/apr_private.h projects/sendfile/usr.bin/svn/lib/libapr_util/apu.h projects/sendfile/usr.bin/svn/lib/libapr_util/apu_config.h projects/sendfile/usr.bin/svn/svn_private_config.h projects/sendfile/usr.bin/svn/svnversion/Makefile projects/sendfile/usr.bin/systat/Makefile projects/sendfile/usr.bin/systat/main.c projects/sendfile/usr.bin/top/Makefile projects/sendfile/usr.bin/truss/Makefile projects/sendfile/usr.bin/truss/amd64-fbsd.c projects/sendfile/usr.bin/truss/amd64-fbsd32.c projects/sendfile/usr.bin/truss/arm-fbsd.c projects/sendfile/usr.bin/truss/i386-fbsd.c projects/sendfile/usr.bin/truss/mips-fbsd.c projects/sendfile/usr.bin/truss/powerpc-fbsd.c projects/sendfile/usr.bin/truss/powerpc64-fbsd.c projects/sendfile/usr.bin/truss/sparc64-fbsd.c projects/sendfile/usr.bin/truss/syscall.h projects/sendfile/usr.bin/truss/syscalls.c projects/sendfile/usr.bin/tset/tset.1 projects/sendfile/usr.bin/units/units.c projects/sendfile/usr.bin/vgrind/regexp.c projects/sendfile/usr.bin/vtfontcvt/Makefile projects/sendfile/usr.bin/w/w.c projects/sendfile/usr.bin/wall/ttymsg.c projects/sendfile/usr.bin/wc/wc.1 projects/sendfile/usr.bin/xargs/tests/Makefile projects/sendfile/usr.bin/xargs/tests/regress.sh projects/sendfile/usr.bin/xargs/xargs.1 projects/sendfile/usr.bin/xargs/xargs.c projects/sendfile/usr.bin/xinstall/xinstall.c projects/sendfile/usr.bin/xlint/lint1/decl.c projects/sendfile/usr.bin/xlint/lint1/func.c projects/sendfile/usr.bin/xlint/lint1/init.c projects/sendfile/usr.bin/xlint/lint1/lint.h projects/sendfile/usr.bin/xlint/lint1/lint1.h projects/sendfile/usr.bin/xlint/lint1/scan.l projects/sendfile/usr.bin/xlint/lint1/tree.c projects/sendfile/usr.bin/xlint/lint2/read.c projects/sendfile/usr.bin/xlint/llib/Makefile projects/sendfile/usr.bin/ypcat/ypcat.c projects/sendfile/usr.bin/ypmatch/ypmatch.c projects/sendfile/usr.bin/ypwhich/ypwhich.c projects/sendfile/usr.sbin/acpi/acpidb/Makefile projects/sendfile/usr.sbin/acpi/iasl/Makefile projects/sendfile/usr.sbin/bhyve/Makefile projects/sendfile/usr.sbin/bhyve/bhyve.8 projects/sendfile/usr.sbin/bhyve/bhyverun.c projects/sendfile/usr.sbin/bhyve/dbgport.c projects/sendfile/usr.sbin/bhyve/pci_ahci.c projects/sendfile/usr.sbin/bhyve/pci_lpc.c projects/sendfile/usr.sbin/bhyve/pci_lpc.h projects/sendfile/usr.sbin/bhyve/pci_passthru.c projects/sendfile/usr.sbin/bhyve/uart_emul.c projects/sendfile/usr.sbin/bhyvectl/Makefile projects/sendfile/usr.sbin/bhyvectl/bhyvectl.c projects/sendfile/usr.sbin/bhyveload/bhyveload.8 projects/sendfile/usr.sbin/bhyveload/bhyveload.c projects/sendfile/usr.sbin/bsdconfig/usermgmt/share/group.subr projects/sendfile/usr.sbin/bsdconfig/usermgmt/share/user.subr projects/sendfile/usr.sbin/bsdinstall/partedit/gpart_ops.c projects/sendfile/usr.sbin/bsdinstall/partedit/part_wizard.c projects/sendfile/usr.sbin/bsdinstall/partedit/partedit.c projects/sendfile/usr.sbin/bsdinstall/partedit/partedit.h projects/sendfile/usr.sbin/bsdinstall/scripts/auto projects/sendfile/usr.sbin/bsdinstall/scripts/zfsboot projects/sendfile/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c projects/sendfile/usr.sbin/chkgrp/chkgrp.c projects/sendfile/usr.sbin/crunch/crunchgen/crunchgen.c projects/sendfile/usr.sbin/ctladm/ctladm.8 projects/sendfile/usr.sbin/ctladm/ctladm.c projects/sendfile/usr.sbin/ctld/Makefile projects/sendfile/usr.sbin/ctld/chap.c projects/sendfile/usr.sbin/ctld/ctl.conf.5 projects/sendfile/usr.sbin/ctld/ctld.h projects/sendfile/usr.sbin/ctld/kernel.c projects/sendfile/usr.sbin/ctld/login.c projects/sendfile/usr.sbin/ctld/token.l projects/sendfile/usr.sbin/dconschat/dconschat.c projects/sendfile/usr.sbin/devctl/devctl.8 projects/sendfile/usr.sbin/freebsd-update/freebsd-update.sh projects/sendfile/usr.sbin/fstyp/Makefile projects/sendfile/usr.sbin/fstyp/cd9660.c projects/sendfile/usr.sbin/fstyp/fstyp.8 projects/sendfile/usr.sbin/fstyp/fstyp.c projects/sendfile/usr.sbin/fstyp/fstyp.h projects/sendfile/usr.sbin/fstyp/msdosfs.c projects/sendfile/usr.sbin/iovctl/iovctl.8 projects/sendfile/usr.sbin/iovctl/iovctl.c projects/sendfile/usr.sbin/iovctl/iovctl.conf.5 projects/sendfile/usr.sbin/iovctl/parse.c projects/sendfile/usr.sbin/iovctl/validate.c projects/sendfile/usr.sbin/iscsid/Makefile projects/sendfile/usr.sbin/iscsid/chap.c projects/sendfile/usr.sbin/iscsid/iscsid.h projects/sendfile/usr.sbin/jail/config.c projects/sendfile/usr.sbin/jail/jail.8 projects/sendfile/usr.sbin/jail/jailp.h projects/sendfile/usr.sbin/jexec/jexec.8 projects/sendfile/usr.sbin/jexec/jexec.c projects/sendfile/usr.sbin/mfiutil/mfi_foreign.c projects/sendfile/usr.sbin/mountd/mountd.c projects/sendfile/usr.sbin/ntp/config.h projects/sendfile/usr.sbin/ntp/libntp/Makefile projects/sendfile/usr.sbin/ntp/ntpd/Makefile projects/sendfile/usr.sbin/ntp/scripts/mkver projects/sendfile/usr.sbin/pc-sysinstall/backend-partmanager/Makefile projects/sendfile/usr.sbin/pc-sysinstall/backend-query/Makefile projects/sendfile/usr.sbin/pc-sysinstall/backend/Makefile projects/sendfile/usr.sbin/pc-sysinstall/conf/Makefile projects/sendfile/usr.sbin/pc-sysinstall/doc/Makefile projects/sendfile/usr.sbin/pc-sysinstall/examples/Makefile projects/sendfile/usr.sbin/pw/Makefile projects/sendfile/usr.sbin/pw/cpdir.c projects/sendfile/usr.sbin/pw/grupd.c projects/sendfile/usr.sbin/pw/psdate.c projects/sendfile/usr.sbin/pw/pw.8 projects/sendfile/usr.sbin/pw/pw.c projects/sendfile/usr.sbin/pw/pw.h projects/sendfile/usr.sbin/pw/pw_conf.c projects/sendfile/usr.sbin/pw/pw_group.c projects/sendfile/usr.sbin/pw/pw_log.c projects/sendfile/usr.sbin/pw/pw_nis.c projects/sendfile/usr.sbin/pw/pw_user.c projects/sendfile/usr.sbin/pw/pw_vpw.c projects/sendfile/usr.sbin/pw/pwupd.c projects/sendfile/usr.sbin/pw/pwupd.h projects/sendfile/usr.sbin/pw/rm_r.c projects/sendfile/usr.sbin/pw/tests/Makefile projects/sendfile/usr.sbin/pw/tests/helper_functions.shin projects/sendfile/usr.sbin/pw/tests/pw_groupdel.sh projects/sendfile/usr.sbin/pw/tests/pw_groupmod.sh projects/sendfile/usr.sbin/pw/tests/pw_useradd.sh projects/sendfile/usr.sbin/pw/tests/pw_userdel.sh projects/sendfile/usr.sbin/pw/tests/pw_usermod.sh projects/sendfile/usr.sbin/pwd_mkdb/pwd_mkdb.8 projects/sendfile/usr.sbin/pwd_mkdb/pwd_mkdb.c projects/sendfile/usr.sbin/rtsold/probe.c projects/sendfile/usr.sbin/sendmail/Makefile projects/sendfile/usr.sbin/syslogd/syslogd.8 projects/sendfile/usr.sbin/syslogd/syslogd.c projects/sendfile/usr.sbin/sysrc/sysrc.8 projects/sendfile/usr.sbin/tcpdump/tcpdump/Makefile projects/sendfile/usr.sbin/tcpdump/tcpdump/config.h projects/sendfile/usr.sbin/tcpdump/tcpdump/tcpdump.1 projects/sendfile/usr.sbin/uefisign/uefisign.8 projects/sendfile/usr.sbin/wake/wake.8 projects/sendfile/usr.sbin/wlandebug/wlandebug.8 projects/sendfile/usr.sbin/yp_mkdb/yp_mkdb.c projects/sendfile/usr.sbin/ypbind/ypbind.c projects/sendfile/usr.sbin/yppush/yppush_main.c projects/sendfile/usr.sbin/ypserv/yp_access.c projects/sendfile/usr.sbin/ypserv/yp_dblookup.c projects/sendfile/usr.sbin/ypserv/yp_error.c projects/sendfile/usr.sbin/ypserv/yp_main.c projects/sendfile/usr.sbin/ypset/ypset.8 projects/sendfile/usr.sbin/ypset/ypset.c Directory Properties: projects/sendfile/ (props changed) projects/sendfile/cddl/ (props changed) projects/sendfile/cddl/contrib/opensolaris/ (props changed) projects/sendfile/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed) projects/sendfile/cddl/contrib/opensolaris/cmd/zfs/ (props changed) projects/sendfile/cddl/contrib/opensolaris/lib/libzfs/ (props changed) projects/sendfile/contrib/apr/ (props changed) projects/sendfile/contrib/binutils/ (props changed) projects/sendfile/contrib/bmake/ (props changed) projects/sendfile/contrib/compiler-rt/ (props changed) projects/sendfile/contrib/dtc/ (props changed) projects/sendfile/contrib/elftoolchain/ (props changed) projects/sendfile/contrib/file/ (props changed) projects/sendfile/contrib/gcc/ (props changed) projects/sendfile/contrib/libarchive/ (props changed) projects/sendfile/contrib/libarchive/libarchive/ (props changed) projects/sendfile/contrib/libcxxrt/ (props changed) projects/sendfile/contrib/llvm/ (props changed) projects/sendfile/contrib/llvm/tools/lldb/ (props changed) projects/sendfile/contrib/mdocml/ (props changed) projects/sendfile/contrib/ntp/ (props changed) projects/sendfile/contrib/pf/ (props changed) projects/sendfile/contrib/sendmail/ (props changed) projects/sendfile/contrib/serf/ (props changed) projects/sendfile/contrib/sqlite3/ (props changed) projects/sendfile/contrib/subversion/ (props changed) projects/sendfile/contrib/tcpdump/ (props changed) projects/sendfile/contrib/top/ (props changed) projects/sendfile/contrib/tzdata/ (props changed) projects/sendfile/crypto/openssh/ (props changed) projects/sendfile/crypto/openssl/ (props changed) projects/sendfile/etc/ (props changed) projects/sendfile/gnu/lib/ (props changed) projects/sendfile/gnu/usr.bin/binutils/ (props changed) projects/sendfile/gnu/usr.bin/cc/cc_tools/ (props changed) projects/sendfile/gnu/usr.bin/gdb/ (props changed) projects/sendfile/include/ (props changed) projects/sendfile/lib/libc/ (props changed) projects/sendfile/lib/libutil/ (props changed) projects/sendfile/lib/libvmmapi/ (props changed) projects/sendfile/lib/libz/ (props changed) projects/sendfile/sbin/ (props changed) projects/sendfile/sbin/dumpon/ (props changed) projects/sendfile/sbin/ipfw/ (props changed) projects/sendfile/share/ (props changed) projects/sendfile/share/man/man4/ (props changed) projects/sendfile/share/zoneinfo/ (props changed) projects/sendfile/sys/ (props changed) projects/sendfile/sys/amd64/include/xen/ (props changed) projects/sendfile/sys/amd64/vmm/ (props changed) projects/sendfile/sys/boot/ (props changed) projects/sendfile/sys/boot/powerpc/kboot/ (props changed) projects/sendfile/sys/boot/powerpc/ofw/ (props changed) projects/sendfile/sys/cddl/contrib/opensolaris/ (props changed) projects/sendfile/sys/conf/ (props changed) projects/sendfile/sys/contrib/dev/acpica/ (props changed) projects/sendfile/sys/dev/hyperv/ (props changed) projects/sendfile/sys/modules/hyperv/ (props changed) projects/sendfile/usr.bin/calendar/ (props changed) projects/sendfile/usr.bin/mkimg/ (props changed) projects/sendfile/usr.bin/procstat/ (props changed) projects/sendfile/usr.sbin/bhyve/ (props changed) projects/sendfile/usr.sbin/bhyvectl/ (props changed) projects/sendfile/usr.sbin/bhyveload/ (props changed) projects/sendfile/usr.sbin/jail/ (props changed) projects/sendfile/usr.sbin/ndiscvt/ (props changed) projects/sendfile/usr.sbin/rtadvctl/ (props changed) projects/sendfile/usr.sbin/rtadvd/ (props changed) projects/sendfile/usr.sbin/rtsold/ (props changed) projects/sendfile/usr.sbin/zic/ (props changed) Modified: projects/sendfile/.arcconfig ============================================================================== --- projects/sendfile/.arcconfig Tue Aug 18 10:15:09 2015 (r286880) +++ projects/sendfile/.arcconfig Tue Aug 18 10:35:28 2015 (r286881) @@ -1,5 +1,6 @@ { "project.name": "S", + "repository.callsign" : "S", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true } Modified: projects/sendfile/Makefile ============================================================================== --- projects/sendfile/Makefile Tue Aug 18 10:15:09 2015 (r286880) +++ projects/sendfile/Makefile Tue Aug 18 10:35:28 2015 (r286881) @@ -99,6 +99,14 @@ # # For more information, see the build(7) manual page. # + +# Note: we use this awkward construct to be compatible with FreeBSD's +# old make used in 10.0 and 9.2 and earlier. +.if defined(MK_META_MODE) && ${MK_META_MODE} == "yes" && !make(showconfig) +# targets/Makefile plays the role of top-level +.include "targets/Makefile" +.else + TGTS= all all-man buildenv buildenvvars buildkernel buildworld \ check-old check-old-dirs check-old-files check-old-libs \ checkdpadd clean cleandepend cleandir \ @@ -400,7 +408,7 @@ UNIVERSE_TARGET?= buildworld .endif KERNSRCDIR?= ${.CURDIR}/sys -targets: +targets: .PHONY @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets" .for target in ${TARGETS} .for target_arch in ${TARGET_ARCHES_${target}} @@ -430,9 +438,12 @@ universe_epilogue: universe_${target} universe_${target}: universe_${target}_prologue universe_${target}_prologue: universe_prologue @echo ">> ${target} started on `LC_ALL=C date`" +universe_${target}_worlds: + .if !defined(MAKE_JUST_KERNELS) +universe_${target}_done: universe_${target}_worlds .for target_arch in ${TARGET_ARCHES_${target}} -universe_${target}: universe_${target}_${target_arch} +universe_${target}_worlds: universe_${target}_${target_arch} universe_${target}_${target_arch}: universe_${target}_prologue .MAKE @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`" @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \ @@ -445,15 +456,11 @@ universe_${target}_${target_arch}: unive ${MAKEFAIL})) @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`" .endfor -.endif +.endif # !MAKE_JUST_KERNELS + .if !defined(MAKE_JUST_WORLDS) -# If we are building world and kernels wait for the required worlds to finish -.if !defined(MAKE_JUST_KERNELS) -.for target_arch in ${TARGET_ARCHES_${target}} -universe_${target}_kernels: universe_${target}_${target_arch} -.endfor -.endif -universe_${target}: universe_${target}_kernels +universe_${target}_done: universe_${target}_kernels +universe_${target}_kernels: universe_${target}_worlds universe_${target}_kernels: universe_${target}_prologue .MAKE .if exists(${KERNSRCDIR}/${target}/conf/NOTES) @(cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=/dev/null \ @@ -463,7 +470,11 @@ universe_${target}_kernels: universe_${t .endif @cd ${.CURDIR} && ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \ universe_kernels -.endif +.endif # !MAKE_JUST_WORLDS + +# Tell the user the worlds and kernels have completed +universe_${target}: universe_${target}_done +universe_${target}_done: @echo ">> ${target} completed on `LC_ALL=C date`" .endfor universe_kernels: universe_kernconfs @@ -517,9 +528,25 @@ buildLINT: ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT .if defined(.PARSEDIR) +# This makefile does not run in meta mode +.MAKE.MODE= normal +# Normally the things we run from here don't either. +# Using -DWITH_META_FILES +# we can buildworld with meta files created which are useful +# for debugging, but without any of the rest of a meta mode build. +MK_META_MODE= no +MK_STAGING= no +# tell meta.autodep.mk to not even think about updating anything. +UPDATE_DEPENDFILE= NO +.if !make(showconfig) +.export MK_META_MODE MK_STAGING UPDATE_DEPENDFILE +.endif + .if make(universe) # we do not want a failure of one branch abort all. MAKE_JOB_ERROR_TOKEN= no .export MAKE_JOB_ERROR_TOKEN .endif -.endif +.endif # bmake + +.endif # META_MODE Modified: projects/sendfile/Makefile.inc1 ============================================================================== --- projects/sendfile/Makefile.inc1 Tue Aug 18 10:15:09 2015 (r286880) +++ projects/sendfile/Makefile.inc1 Tue Aug 18 10:35:28 2015 (r286881) @@ -219,11 +219,16 @@ INSTALLTMP!= /usr/bin/mktemp -d -u -t in # 2. build-tools stage [TMAKE] # This stage is responsible for creating the object # tree and building any tools that are needed during -# the build process. +# the build process. Some programs are listed during +# this phase because they build binaries to generate +# files needed to build these programs. This stage also +# builds the 'build-tools' target rather than 'all'. # 3. cross-tools stage [XMAKE] # This stage is responsible for creating any tools that # are needed for building the system. A cross-compiler is one -# of them. +# of them. This differs from build tools in two ways: +# 1. the 'all' target is built rather than 'build-tools' +# 2. these tools are installed into TMPPATH for stage 4. # 4. world stage [WMAKE] # This stage actually builds the world. # 5. install stage (optional) [IMAKE] @@ -297,7 +302,6 @@ KTMAKE= TOOLS_PREFIX=${WORLDTMP} MAKEOB # world stage WMAKEENV= ${CROSSENV} \ - _SHLIBDIRPREFIX=${WORLDTMP} \ _LDSCRIPTROOT= \ VERSION="${VERSION}" \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ @@ -439,7 +443,6 @@ LIB32FLAGS+= --sysroot=${WORLDTMP} # Yes, the flags are redundant. LIB32WMAKEENV+= MAKEOBJDIRPREFIX=${LIB32_OBJTREE} \ - _SHLIBDIRPREFIX=${LIB32TMP} \ _LDSCRIPTROOT=${LIB32TMP} \ VERSION="${VERSION}" \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ @@ -809,7 +812,7 @@ __installcheck_UGID: _zoneinfo= zic tzsetup .endif -ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ +ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \ date echo egrep find grep id install ${_install-info} \ ln lockf make mkdir mtree mv pwd_mkdb \ rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \ @@ -1227,16 +1230,23 @@ update: # # -# legacy: Build compatibility shims for the next three targets. This is a minimal -# set of tools and shims necessary to compensate for older systems which don't have -# the APIs that the targets built in bootstrap-tools, build-tools or cross-tools. +# legacy: Build compatibility shims for the next three targets. This is a +# minimal set of tools and shims necessary to compensate for older systems +# which don't have the APIs required by the targets built in bootstrap-tools, +# build-tools or cross-tools. # + +# ELF Tool Chain libraries are needed for ELF tools and dtrace tools. +.if ${BOOTSTRAPPING} < 1100006 +_elftoolchain_libs= lib/libelf lib/libdwarf +.endif + legacy: .if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0 @echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \ false .endif -.for _tool in tools/build +.for _tool in tools/build ${_elftoolchain_libs} ${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \ cd ${.CURDIR}/${_tool} && \ ${MAKE} DIRPRFX=${_tool}/ obj && \ @@ -1258,7 +1268,7 @@ _bt= _bootstrap-tools _strfile= games/fortune/strfile .endif -.if ${MK_CXX} != "no" +.if ${MK_GCC} != "no" && ${MK_CXX} != "no" _gperf= gnu/usr.bin/gperf .endif @@ -1299,7 +1309,8 @@ _lex= usr.bin/lex # r277259 crunchide: Correct 64-bit section header offset # r281674 crunchide: always include both 32- and 64-bit ELF support -.if ${BOOTSTRAPPING} < 1100071 +# r285986 crunchen: use STRIPBIN rather than STRIP +.if ${BOOTSTRAPPING} < 1100078 _crunch= usr.sbin/crunch .endif @@ -1334,13 +1345,12 @@ ${_bt}-usr.bin/clang/tblgen: ${_bt}-lib/ # pre libdwarf .if ${BOOTSTRAPPING} < 1100006 || (${MACHINE} != ${TARGET} || \ ${MACHINE_ARCH} != ${TARGET_ARCH}) -_elftoolchain_libs= lib/libelf lib/libdwarf .if ${MK_CDDL} != "no" _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf cddl/usr.bin/ctfconvert \ cddl/usr.bin/ctfmerge -${_bt}-cddl/usr.bin/ctfconvert: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf -${_bt}-cddl/usr.bin/ctfmerge: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf +${_bt}-cddl/usr.bin/ctfconvert: ${_bt}-cddl/lib/libctf +${_bt}-cddl/usr.bin/ctfmerge: ${_bt}-cddl/lib/libctf .endif .endif @@ -1383,7 +1393,6 @@ bootstrap-tools: .PHONY .for _tool in \ ${_clang_tblgen} \ ${_kerberos5_bootstrap_tools} \ - ${_elftoolchain_libs} \ ${_dtrace_tools} \ ${_strfile} \ ${_gperf} \ @@ -1429,17 +1438,18 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools .endif .if ${MK_RESCUE} != "no" -_rescue= rescue/rescue +# rescue includes programs that have build-tools targets +_rescue=rescue/rescue .endif build-tools: .MAKE .for _tool in \ bin/csh \ bin/sh \ - ${_rescue} \ ${LOCAL_TOOL_DIRS} \ lib/ncurses/ncurses \ lib/ncurses/ncursesw \ + ${_rescue} \ ${_share} \ usr.bin/awk \ lib/libmagic \ @@ -1484,7 +1494,7 @@ _btxld= usr.sbin/btxld .if ${MK_BINUTILS_BOOTSTRAP} != "no" _binutils= gnu/usr.bin/binutils .endif -.if ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" _elftctools= lib/libelftc \ usr.bin/elfcopy \ usr.bin/nm \ @@ -1494,7 +1504,7 @@ _elftctools= lib/libelftc \ # cross-build on a FreeBSD 10 host: _elftctools+= usr.bin/addr2line .endif -.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" # If cross-building with an external binutils we still need to build strip for # the target (for at least crunchide). _elftctools= lib/libelftc \ @@ -1768,9 +1778,9 @@ cddl/lib/libctf__L: lib/libz__L .endif # cddl/lib/libdtrace requires lib/libproc and lib/librtld_db; it's only built # on select architectures though (see cddl/lib/Makefile) -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \ - ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "powerpc" || \ - ${MACHINE_CPUARCH} == "arm" +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64" || \ + ${MACHINE_CPUARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \ + ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "powerpc" _prebuild_libs+= lib/libproc lib/librtld_db .endif @@ -2123,7 +2133,6 @@ XDTP?=/usr/${XDDIR} CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} \ INSTALL="sh ${.CURDIR}/tools/install.sh" CDENV= ${CDBENV} \ - _SHLIBDIRPREFIX=${XDDESTDIR} \ TOOLS_PREFIX=${XDTP} CD2CFLAGS=-isystem ${XDDESTDIR}/usr/include -L${XDDESTDIR}/usr/lib \ --sysroot=${XDDESTDIR}/ -B${XDDESTDIR}/usr/libexec \ Modified: projects/sendfile/ObsoleteFiles.inc ============================================================================== --- projects/sendfile/ObsoleteFiles.inc Tue Aug 18 10:15:09 2015 (r286880) +++ projects/sendfile/ObsoleteFiles.inc Tue Aug 18 10:35:28 2015 (r286881) @@ -38,10 +38,87 @@ # xargs -n1 | sort | uniq -d; # done +# 20150802: Remove netbsd's test on pw(8) +OLD_FILES+=usr/tests/usr.sbin/pw/pw_test +# 20150719: Remove libarchive.pc +OLD_FILES+=usr/libdata/pkgconfig/libarchive.pc +# 20150705: Rename DTrace provider man pages. +OLD_FILES+=usr/share/man/man4/dtrace-io.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-ip.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-proc.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-sched.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-tcp.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-udp.4.gz +# 20150604: Move nvlist man pages to section 9. +OLD_FILES+=usr/share/man/man3/libnv.3.gz +OLD_FILES+=usr/share/man/man3/nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_null.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_stringf.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_add_stringv.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_clone.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_create.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_destroy.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_dump.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_empty.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_error.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_null.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_exists_type.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_fdump.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_flags.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_null.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_free_type.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_parent.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_get_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_move_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_move_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_move_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_move_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_next.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_pack.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_recv.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_send.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_set_error.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_size.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_take_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_take_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_take_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_take_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_take_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_take_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_unpack.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_xfer.3.gz +# 20150702: Remove duplicated nvlist includes. +OLD_FILES+=usr/include/dnv.h +OLD_FILES+=usr/include/nv.h # 20150528: PCI IOV device driver methods moved to a separate kobj interface. -OLD_FILES+=usr/share/man/man9/PCI_ADD_VF.9 -OLD_FILES+=usr/share/man/man9/PCI_INIT_IOV.9 -OLD_FILES+=usr/share/man/man9/PCI_UNINIT_IOV.9 +OLD_FILES+=usr/share/man/man9/PCI_ADD_VF.9.gz +OLD_FILES+=usr/share/man/man9/PCI_INIT_IOV.9.gz +OLD_FILES+=usr/share/man/man9/PCI_UNINIT_IOV.9.gz # 20150525: new clang import which bumps version from 3.6.0 to 3.6.1. OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h @@ -117,9 +194,13 @@ OLD_FILES+=usr/lib32/libheimsqlite.a OLD_FILES+=usr/lib32/libheimsqlite.so OLD_LIBS+=usr/lib32/libheimsqlite.so.11 OLD_FILES+=usr/lib32/libheimsqlite_p.a +# 20150518: tzdata2015c update +OLD_FILES+=usr/share/zoneinfo/America/Montreal # 20150506 OLD_FILES+=usr/share/man/man9/NDHASGIANT.9.gz # 20150504 +OLD_FILES+=usr/share/examples/etc/libmap32.conf +OLD_FILES+=usr/include/bsdstat.h OLD_LIBS+=usr/lib32/private/libatf-c++.so.2 OLD_LIBS+=usr/lib32/private/libbsdstat.so.1 OLD_LIBS+=usr/lib32/private/libheimipcs.so.11 @@ -160,6 +241,7 @@ OLD_FILES+=usr/share/man/man3/nvlist_add OLD_FILES+=usr/share/man/man3/nvlist_addv_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_existsf.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_descriptor.3.gz @@ -168,6 +250,7 @@ OLD_FILES+=usr/share/man/man3/nvlist_exi OLD_FILES+=usr/share/man/man3/nvlist_existsf_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_type.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_existsv.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_descriptor.3.gz @@ -176,6 +259,7 @@ OLD_FILES+=usr/share/man/man3/nvlist_exi OLD_FILES+=usr/share/man/man3/nvlist_existsv_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_type.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_freef.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_descriptor.3.gz @@ -184,6 +268,7 @@ OLD_FILES+=usr/share/man/man3/nvlist_fre OLD_FILES+=usr/share/man/man3/nvlist_freef_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_type.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_freev.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_descriptor.3.gz @@ -204,10 +289,33 @@ OLD_FILES+=usr/share/man/man3/nvlist_get OLD_FILES+=usr/share/man/man3/nvlist_getv_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_string.3.gz -# 20150429: -OLD_FILES+=usr/share/docs/papers/hwpmc.ascii.gz +OLD_FILES+=usr/share/man/man3/nvlist_movef_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movef_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movef_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movef_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movev_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movev_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movev_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_movev_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takef_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takef_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takef_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takef_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takef_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takef_string.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takev_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takev_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takev_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takev_number.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takev_nvlist.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_takev_string.3.gz +# 20150429: remove never written documentation +OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz # 20150427: test/sys/kern/mmap_test moved to test/sys/vm/mmap_test OLD_FILES+=usr/tests/sys/kern/mmap_test +# 20150422: zlib.c moved from net to libkern +OLD_FILES+=usr/include/net/zlib.h +OLD_FILES+=usr/include/net/zutil.h # 20150418 OLD_FILES+=sbin/mount_oldnfs OLD_FILES+=usr/share/man/man8/mount_oldnfs.8.gz @@ -226,6 +334,42 @@ OLD_FILES+=usr/include/altq/altq_rmclass OLD_FILES+=usr/include/altq/altq_cbq.h OLD_FILES+=usr/include/altq/altq_rio.h OLD_DIRS+=usr/include/altq +# 20150330: ntp 4.2.8p1 +OLD_FILES+=usr/share/doc/ntp/driver1.html +OLD_FILES+=usr/share/doc/ntp/driver10.html +OLD_FILES+=usr/share/doc/ntp/driver11.html +OLD_FILES+=usr/share/doc/ntp/driver12.html +OLD_FILES+=usr/share/doc/ntp/driver16.html +OLD_FILES+=usr/share/doc/ntp/driver18.html +OLD_FILES+=usr/share/doc/ntp/driver19.html +OLD_FILES+=usr/share/doc/ntp/driver2.html +OLD_FILES+=usr/share/doc/ntp/driver20.html +OLD_FILES+=usr/share/doc/ntp/driver22.html +OLD_FILES+=usr/share/doc/ntp/driver26.html +OLD_FILES+=usr/share/doc/ntp/driver27.html +OLD_FILES+=usr/share/doc/ntp/driver28.html +OLD_FILES+=usr/share/doc/ntp/driver29.html +OLD_FILES+=usr/share/doc/ntp/driver3.html +OLD_FILES+=usr/share/doc/ntp/driver30.html +OLD_FILES+=usr/share/doc/ntp/driver32.html +OLD_FILES+=usr/share/doc/ntp/driver33.html +OLD_FILES+=usr/share/doc/ntp/driver34.html +OLD_FILES+=usr/share/doc/ntp/driver35.html +OLD_FILES+=usr/share/doc/ntp/driver36.html +OLD_FILES+=usr/share/doc/ntp/driver37.html +OLD_FILES+=usr/share/doc/ntp/driver4.html +OLD_FILES+=usr/share/doc/ntp/driver5.html +OLD_FILES+=usr/share/doc/ntp/driver6.html +OLD_FILES+=usr/share/doc/ntp/driver7.html +OLD_FILES+=usr/share/doc/ntp/driver8.html +OLD_FILES+=usr/share/doc/ntp/driver9.html +OLD_FILES+=usr/share/doc/ntp/ldisc.html +OLD_FILES+=usr/share/doc/ntp/measure.html +OLD_FILES+=usr/share/doc/ntp/mx4200data.html +OLD_FILES+=usr/share/doc/ntp/notes.html +OLD_FILES+=usr/share/doc/ntp/patches.html +OLD_FILES+=usr/share/doc/ntp/porting.html +OLD_FILES+=usr/share/man/man1/sntp.1.gz # 20150329 .if ${TARGET_ARCH} == "arm" OLD_FILES+=usr/include/bootconfig.h @@ -297,7 +441,7 @@ OLD_FILES+=usr/bin/ppt OLD_FILES+=usr/share/man/man6/bcd.6.gz OLD_FILES+=usr/share/man/man6/ppt.6.gz # 20150217: Removed remnants of ar(4) driver -OLD_FILES+=usr/include/sys/dev/ic/hd64570.h +OLD_FILES+=usr/include/dev/ic/hd64570.h # 20150212: /usr/games moving into /usr/bin OLD_FILES+=usr/games/bcd OLD_FILES+=usr/games/caesar @@ -317,19 +461,23 @@ OLD_DIRS+=usr/games # 20150209: liblzma header OLD_FILES+=usr/include/lzma/lzma.h # 20150124: spl.9 and friends -OLD_FILES+=usr/share/man/man9/spl.9 -OLD_FILES+=usr/share/man/man9/spl0.9 -OLD_FILES+=usr/share/man/man9/splbio.9 -OLD_FILES+=usr/share/man/man9/splclock.9 -OLD_FILES+=usr/share/man/man9/splhigh.9 -OLD_FILES+=usr/share/man/man9/splimp.9 -OLD_FILES+=usr/share/man/man9/splnet.9 -OLD_FILES+=usr/share/man/man9/splsoftclock.9 -OLD_FILES+=usr/share/man/man9/splsofttty.9 -OLD_FILES+=usr/share/man/man9/splstatclock.9 -OLD_FILES+=usr/share/man/man9/spltty.9 -OLD_FILES+=usr/share/man/man9/splvm.9 -OLD_FILES+=usr/share/man/man9/splx.9 +OLD_FILES+=usr/share/man/man9/spl.9.gz +OLD_FILES+=usr/share/man/man9/spl0.9.gz +OLD_FILES+=usr/share/man/man9/splbio.9.gz +OLD_FILES+=usr/share/man/man9/splclock.9.gz +OLD_FILES+=usr/share/man/man9/splhigh.9.gz +OLD_FILES+=usr/share/man/man9/splimp.9.gz +OLD_FILES+=usr/share/man/man9/splnet.9.gz +OLD_FILES+=usr/share/man/man9/splsoftclock.9.gz +OLD_FILES+=usr/share/man/man9/splsofttty.9.gz +OLD_FILES+=usr/share/man/man9/splstatclock.9.gz +OLD_FILES+=usr/share/man/man9/spltty.9.gz +OLD_FILES+=usr/share/man/man9/splvm.9.gz +OLD_FILES+=usr/share/man/man9/splx.9.gz +# 20150122: callout changes reverted +OLD_FILES+=usr/share/man/man9/callout_drain_async.9.gz +# 20150118: toeplitz.c moved from netinet to net +OLD_FILES+=usr/include/netinet/toeplitz.h # 20150118: new clang import which bumps version from 3.5.0 to 3.5.1. OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_pclmul.h @@ -384,6 +532,8 @@ OLD_FILES+=usr/lib/clang/3.5.0/lib/freeb OLD_DIRS+=usr/lib/clang/3.5.0/lib/freebsd OLD_DIRS+=usr/lib/clang/3.5.0/lib OLD_DIRS+=usr/lib/clang/3.5.0 +# 20150102: removal of asr(4) +OLD_FILES+=usr/share/man/man4/asr.4.gz # 20150102: removal of texinfo OLD_FILES+=usr/bin/info OLD_FILES+=usr/bin/infokey @@ -452,7 +602,7 @@ OLD_FILES+=usr/include/clang/3.4.1/x86in OLD_FILES+=usr/include/clang/3.4.1/xmmintrin.h OLD_FILES+=usr/include/clang/3.4.1/xopintrin.h OLD_DIRS+=usr/include/clang/3.4.1 -# 20141226: Remove gpib/ieee488 +# 20141225: Remove gpib/ieee488 OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h OLD_FILES+=usr/include/dev/ieee488/tnt4882.h OLD_FILES+=usr/include/dev/ieee488/ugpib.h @@ -465,22 +615,37 @@ OLD_FILES+=usr/lib/libgpib_p.a OLD_FILES+=usr/lib/libgpib.so OLD_LIBS+=usr/lib/libgpib.so.3 OLD_FILES+=usr/lib/libgpib_p.a -OLD_FILES+=share/man/man4/pcii.4.gz -OLD_FILES+=share/man/man4/gpib.4.gz -OLD_FILES+=share/man/man4/tnt4882.4.gz -.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" OLD_FILES+=usr/lib32/libgpib.a OLD_FILES+=usr/lib32/libgpib_p.a OLD_FILES+=usr/lib32/libgpib.so OLD_LIBS+=usr/lib32/libgpib.so.3 -.endif - +OLD_FILES+=usr/share/man/man3/gpib.3.gz +OLD_FILES+=usr/share/man/man3/ibclr.3.gz +OLD_FILES+=usr/share/man/man3/ibdev.3.gz +OLD_FILES+=usr/share/man/man3/ibdma.3.gz +OLD_FILES+=usr/share/man/man3/ibeos.3.gz +OLD_FILES+=usr/share/man/man3/ibeot.3.gz +OLD_FILES+=usr/share/man/man3/ibloc.3.gz +OLD_FILES+=usr/share/man/man3/ibonl.3.gz +OLD_FILES+=usr/share/man/man3/ibpad.3.gz +OLD_FILES+=usr/share/man/man3/ibrd.3.gz +OLD_FILES+=usr/share/man/man3/ibsad.3.gz +OLD_FILES+=usr/share/man/man3/ibsic.3.gz +OLD_FILES+=usr/share/man/man3/ibtmo.3.gz +OLD_FILES+=usr/share/man/man3/ibtrg.3.gz +OLD_FILES+=usr/share/man/man3/ibwrt.3.gz +OLD_FILES+=usr/share/man/man4/gpib.4.gz +OLD_FILES+=usr/share/man/man4/pcii.4.gz +OLD_FILES+=usr/share/man/man4/tnt4882.4.gz # 20141224: libxo moved to /lib OLD_LIBS+=usr/lib/libxo.so.0 # 20141223: remove in6_gif.h, in_gif.h and if_stf.h OLD_FILES+=usr/include/net/if_stf.h OLD_FILES+=usr/include/netinet/in_gif.h OLD_FILES+=usr/include/netinet6/in6_gif.h +# 20141209: pw tests broken into a file per command +OLD_FILES+=usr/tests/usr.sbin/pw/pw_delete +OLD_FILES+=usr/tests/usr.sbin/pw/pw_modify # 20141202: update to mandoc CVS 20141201 OLD_FILES+=usr.bin/preconv OLD_FILES+=share/man/man1/preconv.1.gz @@ -492,6 +657,11 @@ OLD_FILES+=usr/tests/sbin/mdconfig/mdcon OLD_FILES+=usr/tests/sbin/mdconfig/run.pl # 20141126: remove xform_ipip decapsulation fallback OLD_FILES+=usr/include/netipsec/ipip_var.h +# 20141122: mandoc updated to 1.13.1 +OLD_FILES+=usr/share/mdocml/external.png +# 20141111: SF_KQUEUE code removed +OLD_FILES+=usr/include/sys/sf_base.h +OLD_FILES+=usr/include/sys/sf_sync.h # 20141109: faith/faithd removal OLD_FILES+=etc/rc.d/faith OLD_FILES+=usr/share/man/man4/faith.4.gz @@ -504,6 +674,8 @@ OLD_FILES+=usr/include/netinet/ip_gre.h OLD_FILES+=etc/rc.d/postrandom # 20141031: initrandom obsoleted by new /dev/random code OLD_FILES+=etc/rc.d/initrandom +# 20141030: atf 0.21 import +OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz # 20141028: debug files accidentally installed as directory name OLD_FILES+=usr/lib/debug/usr/lib/i18n OLD_FILES+=usr/lib/debug/usr/lib/private @@ -511,6 +683,9 @@ OLD_FILES+=usr/lib/debug/usr/lib32/i18n OLD_FILES+=usr/lib/debug/usr/lib32/private # 20141015: OpenSSL 1.0.1j import OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz +# 20141003: libproc version bump +OLD_LIBS+=usr/lib/libproc.so.2 +OLD_LIBS+=usr/lib32/libproc.so.2 # 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz @@ -520,6 +695,10 @@ OLD_FILES+=etc/rc.d/hv_kvpd OLD_LIBS+=usr/lib/libnv.so.0 # 20140829: rc.d/kerberos removed OLD_FILES+=etc/rc.d/kerberos +# 20140827: tzdata2014f import +OLD_FILES+=usr/share/zoneinfo/Asia/Chongqing +OLD_FILES+=usr/share/zoneinfo/Asia/Harbin +OLD_FILES+=usr/share/zoneinfo/Asia/Kashgar # 20140814: libopie version bump OLD_LIBS+=usr/lib/libopie.so.7 OLD_LIBS+=usr/lib32/libopie.so.7 @@ -583,14 +762,19 @@ OLD_FILES+=usr/lib/private/libucl.so OLD_FILES+=usr/lib/private/libucl_p.a # 20140803: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz +# 20140731 +OLD_FILES+=usr/share/man/man9/SYSCTL_ADD_OID.9.gz # 20140728: libsbuf restored to old version. OLD_LIBS+=lib/libsbuf.so.7 +OLD_LIBS+=usr/lib32/libsbuf.so.7 # 20140728: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/VOP_GETVOBJECT.9.gz OLD_FILES+=usr/share/man/man9/VOP_CREATEVOBJECT.9.gz OLD_FILES+=usr/share/man/man9/VOP_DESTROYVOBJECT.9.gz # 20140723: renamed to PCBGROUP.9 OLD_FILES+=usr/share/man/man9/PCBGROUPS.9.gz +# 20140722: browse_packages_ftp.sh removed +OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_ftp.sh # 20140718: Remove obsolete man pages OLD_FILES+=usr/share/man/man9/zero_copy.9.gz OLD_FILES+=usr/share/man/man9/zero_copy_sockets.9.gz @@ -611,6 +795,14 @@ OLD_FILES+=usr/lib/libhistory.a OLD_FILES+=usr/lib/libhistory_p.a OLD_FILES+=usr/lib/libhistory.so OLD_LIBS+=usr/lib/libhistory.so.8 +OLD_FILES+=usr/lib32/libhistory.a +OLD_FILES+=usr/lib32/libhistory.so +OLD_LIBS+=usr/lib32/libhistory.so.8 +OLD_FILES+=usr/lib32/libhistory_p.a +OLD_FILES+=usr/lib32/libreadline.a +OLD_FILES+=usr/lib32/libreadline.so +OLD_LIBS+=usr/lib32/libreadline.so.8 +OLD_FILES+=usr/lib32/libreadline_p.a OLD_FILES+=usr/include/readline/chardefs.h OLD_FILES+=usr/include/readline/history.h OLD_FILES+=usr/include/readline/keymaps.h @@ -623,6 +815,7 @@ OLD_FILES+=usr/include/readline/rltypede OLD_DIRS+=usr/include/readline OLD_FILES+=usr/share/info/readline.info.gz OLD_FILES+=usr/share/man/man3/readline.3.gz +OLD_FILES+=usr/share/man/man3/rlhistory.3.gz # 20140625: csup removal OLD_FILES+=usr/bin/csup OLD_FILES+=usr/bin/cpasswd @@ -683,6 +876,12 @@ OLD_FILES+=usr/share/mk/src.opts.mk OLD_FILES+=usr/tests/sbin/ifconfig/fibs_test # 20140502: Removal of lindev(4) OLD_FILES+=usr/share/man/man4/lindev.4.gz +# 20140425 +OLD_FILES+=usr/lib/libssp_p.a +OLD_FILES+=usr/lib/libstand_p.a +OLD_FILES+=usr/lib32/libc_pic.a +OLD_FILES+=usr/lib32/libssp_p.a +OLD_FILES+=usr/lib32/libstand_p.a # 20140314: AppleTalk OLD_DIRS+=usr/include/netatalk OLD_FILES+=usr/include/netatalk/aarp.h @@ -898,6 +1097,7 @@ OLD_FILES+=usr/include/lwres/net.h OLD_FILES+=usr/include/lwres/netdb.h OLD_FILES+=usr/include/lwres/platform.h OLD_FILES+=usr/include/lwres/result.h +OLD_FILES+=usr/include/lwres/string.h OLD_FILES+=usr/include/lwres/version.h OLD_FILES+=usr/lib/liblwres.a OLD_FILES+=usr/lib/liblwres.so @@ -2001,7 +2201,6 @@ OLD_LIBS+=usr/lib/libpanel.so.4 OLD_LIBS+=usr/lib/libpanelw.so.4 OLD_LIBS+=usr/lib/libpmc.so.4 OLD_LIBS+=usr/lib/libproc.so.1 -OLD_LIBS+=usr/lib/libproc.so.2 OLD_LIBS+=usr/lib/libradius.so.3 OLD_LIBS+=usr/lib/librpcsvc.so.4 OLD_LIBS+=usr/lib/libsdp.so.3 Modified: projects/sendfile/UPDATING ============================================================================== --- projects/sendfile/UPDATING Tue Aug 18 10:15:09 2015 (r286880) +++ projects/sendfile/UPDATING Tue Aug 18 10:35:28 2015 (r286881) @@ -31,6 +31,169 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150817: + Kernel-loadable modules for the random(4) device are back. To use + them, the kernel must have + + device random + options RANDOM_LOADABLE + + kldload(8) can then be used to load random_fortuna.ko + or random_yarrow.ko. Please note that due to the indirect + function calls that the loadable modules need to provide, + the build-in variants will be slightly more efficient. + + The random(4) kernel option RANDOM_DUMMY has been retired due to + unpopularity. It was not all that useful anyway. + +20150813: + The WITHOUT_ELFTOOLCHAIN_TOOLS src.conf(5) knob has been retired. + Control over building the ELF Tool Chain tools is now provided by + the WITHOUT_TOOLCHAIN knob. + +20150810: + The polarity of Pulse Per Second (PPS) capture events with the + uart(4) driver has been corrected. Prior to this change the PPS + "assert" event corresponded to the trailing edge of a positive PPS + pulse and the "clear" event was the leading edge of the next pulse. + + As the width of a PPS pulse in a typical GPS receiver is on the + order of 1 millisecond, most users will not notice any significant + difference with this change. + + Anyone who has compensated for the historical polarity reversal by + configuring a negative offset equal to the pulse width will need to + remove that workaround. + +20150809: + The default group assigned to /dev/dri entries has been changed + from 'wheel' to 'video' with the id of '44'. If you want to have + access to the dri devices please add yourself to the video group + with: + + # pw groupmod video -m $USER + +20150806: + The menu.rc and loader.rc files will now be replaced during + upgrades. Please migrate local changes to menu.rc.local and + loader.rc.local instead. + +20150805: + GNU Binutils versions of addr2line, c++filt, nm, readelf, size, + strings and strip have been removed. The src.conf(5) knob + WITHOUT_ELFTOOLCHAIN_TOOLS no longer provides the binutils tools. + +20150728: + As ZFS requires more kernel stack pages than is the default on some + architectures e.g. i386, it now warns if KSTACK_PAGES is less than + ZFS_MIN_KSTACK_PAGES (which is 4 at the time of writing). + + Please consider using 'options KSTACK_PAGES=X' where X is greater + than or equal to ZFS_MIN_KSTACK_PAGES i.e. 4 in such configurations. + +20150706: + sendmail has been updated to 8.15.2. Starting with FreeBSD 11.0 + and sendmail 8.15, sendmail uses uncompressed IPv6 addresses by + default, i.e., they will not contain "::". For example, instead + of ::1, it will be 0:0:0:0:0:0:0:1. This permits a zero subnet + to have a more specific match, such as different map entries for + IPv6:0:0 vs IPv6:0. This change requires that configuration + data (including maps, files, classes, custom ruleset, etc.) must + use the same format, so make certain such configuration data is + upgrading. As a very simple check search for patterns like + 'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'. To return to the old + behavior, set the m4 option confUSE_COMPRESSED_IPV6_ADDRESSES or + the cf option UseCompressedIPv6Addresses. + +20150630: + The default kernel entropy-processing algorithm is now + Fortuna, replacing Yarrow. + + Assuming you have 'device random' in your kernel config + file, the configurations allow a kernel option to override + this default. You may choose *ONE* of: + + options RANDOM_YARROW # Legacy /dev/random algorithm. + options RANDOM_DUMMY # Blocking-only driver. + + If you have neither, you get Fortuna. For most people, + read no further, Fortuna will give a /dev/random that works + like it always used to, and the difference will be irrelevant. + + If you remove 'device random', you get *NO* kernel-processed + entopy at all. This may be acceptable to folks building + embedded systems, but has complications. Carry on reading, + and it is assumed you know what you need. + + *PLEASE* read random(4) and random(9) if you are in the + habit of tweeking kernel configs, and/or if you are a member + of the embedded community, wanting specific and not-usual + behaviour from your security subsystems. + + NOTE!! If you use RANDOM_DUMMY and/or have no 'device + random', you will NOT have a functioning /dev/random, and + many cryptographic features will not work, including SSH. + You may also find strange behaviour from the random(3) set + of library functions, in particular sranddev(3), srandomdev(3) + and arc4random(3). The reason for this is that the KERN_ARND + sysctl only returns entropy if it thinks it has some to + share, and with RANDOM_DUMMY or no 'device random' this + will never happen. + +20150623: + An additional fix for the issue described in the 20150614 sendmail + entry below has been been committed in revision 284717. + +20150616: + FreeBSD's old make (fmake) has been removed from the system. It is + available as the devel/fmake port or via pkg install fmake. + +20150615: + The fix for the issue described in the 20150614 sendmail entry + below has been been committed in revision 284436. The work + around described in that entry is no longer needed unless the + default setting is overridden by a confDH_PARAMETERS configuration + setting of '5' or pointing to a 512 bit DH parameter file. + +20150614: + ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support has been removed from + atf.test.mk (included from bsd.test.mk). Please upgrade devel/atf + and devel/kyua to version 0.20+ and adjust any calling code to work + with Kyuafile and kyua. + +20150614: + The import of openssl to address the FreeBSD-SA-15:10.openssl + security advisory includes a change which rejects handshakes + with DH parameters below 768 bits. sendmail releases prior + to 8.15.2 (not yet released), defaulted to a 512 bit + DH parameter setting for client connections. To work around + this interoperability, sendmail can be configured to use a + 2048 bit DH parameter by: + + 1. Edit /etc/mail/`hostname`.mc + 2. If a setting for confDH_PARAMETERS does not exist or + exists and is set to a string beginning with '5', + replace it with '2'. + 3. If a setting for confDH_PARAMETERS exists and is set to + a file path, create a new file with: + openssl dhparam -out /path/to/file 2048 + 4. Rebuild the .cf file: + cd /etc/mail/; make; make install + 5. Restart sendmail: + cd /etc/mail/; make restart + + A sendmail patch is coming, at which time this file will be + updated. + +20150604: + Generation of legacy formatted entries have been disabled by default + in pwd_mkdb(8), as all base system consumers of the legacy formatted + entries were converted to use the new format by default when the new, + machine independent format have been added and supported since FreeBSD + 5.x. + + Please see the pwd_mkdb(8) manual page for further details. + 20150525: Clang and llvm have been upgraded to 3.6.1 release. Please see the 20141231 entry below for information about prerequisites and upgrading, @@ -113,14 +276,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 taken from the ELF Tool Chain project rather than GNU binutils. They should be drop-in replacements, with the addition of arm64 support. The WITHOUT_ELFTOOLCHAIN_TOOLS= knob may be used to obtain the - binutils tools, if necessary. + binutils tools, if necessary. See 20150805 for updated information. 20150105: The default Unbound configuration now enables remote control using a local socket. Users who have already enabled the local_unbound service should regenerate their configuration by running "service local_unbound setup" as root. - + 20150102: The GNU texinfo and GNU info pages have been removed. To be able to view GNU info pages please install texinfo from ports. @@ -467,6 +630,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 # pkg install pkg; ldd /usr/local/sbin/pkg | grep bsdyml 20131010: + The stable/10 branch has been created in subversion from head + revision r256279. + +20131010: The rc.d/jail script has been updated to support jail(8) configuration file. The "jail__*" rc.conf(5) variables for per-jail configuration are automatically converted to @@ -511,7 +678,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 The GNU Compiler Collection and C++ standard library (libstdc++) are no longer built by default on platforms where clang is the system compiler. You can enable them with the WITH_GCC and WITH_GNUCXX - options in src.conf. + options in src.conf. 20130905: The PROCDESC kernel option is now part of the GENERIC kernel @@ -865,7 +1032,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 20120727: The sparc64 ZFS loader has been changed to no longer try to auto- detect ZFS providers based on diskN aliases but now requires these - to be explicitly listed in the OFW boot-device environment variable. + to be explicitly listed in the OFW boot-device environment variable. 20120712: The OpenSSL has been upgraded to 1.0.1c. Any binaries requiring @@ -1009,6 +1176,13 @@ COMMON ITEMS: around can lead to problems if pam has changed too much from your starting point to allow continued authentication after the upgrade. + This file should be read as a log of events. When a later event changes + information of a prior event, the prior event should not be deleted. + Instead, a pointer to the entry with the new information should be + placed in the old entry. Readers of this file should also sanity check + older entries before relying on them blindly. Authors of new entries + should write them with this in mind. + ZFS notes --------- When upgrading the boot ZFS pool to a new version, always follow @@ -1179,7 +1353,7 @@ FORMAT: This file contains a list, in reverse chronological order, of major breakages in tracking -current. It is not guaranteed to be a complete -list of such breakages, and only contains entries since October 10, 2007. +list of such breakages, and only contains entries since September 23, 2011. If you need to see UPDATING entries from before that date, you will need to fetch an UPDATING file from an older FreeBSD release. Copied: projects/sendfile/bin/cat/Makefile.depend (from r286879, head/bin/cat/Makefile.depend) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/cat/Makefile.depend Tue Aug 18 10:35:28 2015 (r286881, copy of r286879, head/bin/cat/Makefile.depend) @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif Copied: projects/sendfile/bin/chflags/Makefile.depend (from r286879, head/bin/chflags/Makefile.depend) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/chflags/Makefile.depend Tue Aug 18 10:35:28 2015 (r286881, copy of r286879, head/bin/chflags/Makefile.depend) @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@freebsd.org Tue Aug 18 11:51:39 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDA4D9BC778 for ; Tue, 18 Aug 2015 11:51:39 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA157187F; Tue, 18 Aug 2015 11:51:39 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7IBpdKD095625; Tue, 18 Aug 2015 11:51:39 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7IBpWYj095597; Tue, 18 Aug 2015 11:51:32 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201508181151.t7IBpWYj095597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Tue, 18 Aug 2015 11:51:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r286882 - in projects/hps_head: . bin/sh bin/sh/tests/builtins cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip cddl/cont... 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.20 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: Tue, 18 Aug 2015 11:51:40 -0000 Author: hselasky Date: Tue Aug 18 11:51:29 2015 New Revision: 286882 URL: https://svnweb.freebsd.org/changeset/base/286882 Log: Merge ^/head r286119 through 286881. Added: projects/hps_head/bin/sh/tests/builtins/read8.0 - copied unchanged from r286881, head/bin/sh/tests/builtins/read8.0 - copied from r286881, head/contrib/elftoolchain/brandelf/ projects/hps_head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h - copied unchanged from r286881, head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/pages.h - copied unchanged from r286881, head/contrib/jemalloc/include/jemalloc/internal/pages.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/valgrind.h - copied unchanged from r286881, head/contrib/jemalloc/include/jemalloc/internal/valgrind.h projects/hps_head/contrib/jemalloc/include/jemalloc/jemalloc_typedefs.h - copied unchanged from r286881, head/contrib/jemalloc/include/jemalloc/jemalloc_typedefs.h projects/hps_head/contrib/jemalloc/src/pages.c - copied unchanged from r286881, head/contrib/jemalloc/src/pages.c projects/hps_head/lib/libc/secure/ - copied from r286881, head/lib/libc/secure/ projects/hps_head/lib/libnv/tests/nv_array_tests.cc - copied unchanged from r286881, head/lib/libnv/tests/nv_array_tests.cc projects/hps_head/share/man/man4/cloudabi.4 - copied unchanged from r286881, head/share/man/man4/cloudabi.4 projects/hps_head/share/man/man4/iwm.4 - copied unchanged from r286881, head/share/man/man4/iwm.4 projects/hps_head/share/man/man4/iwmfw.4 - copied unchanged from r286881, head/share/man/man4/iwmfw.4 projects/hps_head/share/man/man4/man4.arm/am335x_dmtpps.4 - copied unchanged from r286881, head/share/man/man4/man4.arm/am335x_dmtpps.4 projects/hps_head/share/man/man9/pmap_quick_enter_page.9 - copied unchanged from r286881, head/share/man/man9/pmap_quick_enter_page.9 projects/hps_head/sys/arm/ti/am335x/am335x_dmtpps.c - copied unchanged from r286881, head/sys/arm/ti/am335x/am335x_dmtpps.c projects/hps_head/sys/arm/ti/am335x/am335x_dmtreg.h - copied unchanged from r286881, head/sys/arm/ti/am335x/am335x_dmtreg.h projects/hps_head/sys/arm64/arm64/uma_machdep.c - copied unchanged from r286881, head/sys/arm64/arm64/uma_machdep.c projects/hps_head/sys/arm64/cavium/ - copied from r286881, head/sys/arm64/cavium/ projects/hps_head/sys/cam/ctl/ctl_frontend_ioctl.c - copied unchanged from r286881, head/sys/cam/ctl/ctl_frontend_ioctl.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c - copied unchanged from r286881, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/multilist.c - copied unchanged from r286881, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/multilist.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bqueue.h - copied unchanged from r286881, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bqueue.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/multilist.h - copied unchanged from r286881, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/multilist.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_priority.h - copied unchanged from r286881, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_priority.h projects/hps_head/sys/contrib/dev/iwm/ - copied from r286881, head/sys/contrib/dev/iwm/ projects/hps_head/sys/dev/cxgbe/firmware/t4fw-1.14.4.0.bin.uu - copied unchanged from r286881, head/sys/dev/cxgbe/firmware/t4fw-1.14.4.0.bin.uu projects/hps_head/sys/dev/cxgbe/firmware/t5fw-1.14.4.0.bin.uu - copied unchanged from r286881, head/sys/dev/cxgbe/firmware/t5fw-1.14.4.0.bin.uu projects/hps_head/sys/dev/iwm/ - copied from r286881, head/sys/dev/iwm/ projects/hps_head/sys/dev/random/other_algorithm.c - copied unchanged from r286881, head/sys/dev/random/other_algorithm.c projects/hps_head/sys/dev/random/other_algorithm.h - copied unchanged from r286881, head/sys/dev/random/other_algorithm.h projects/hps_head/sys/dev/random/random_infra.c - copied unchanged from r286881, head/sys/dev/random/random_infra.c projects/hps_head/sys/modules/am335x_dmtpps/ - copied from r286881, head/sys/modules/am335x_dmtpps/ projects/hps_head/sys/modules/iwm/ - copied from r286881, head/sys/modules/iwm/ projects/hps_head/sys/modules/iwmfw/ - copied from r286881, head/sys/modules/iwmfw/ projects/hps_head/sys/modules/random_fortuna/ - copied from r286881, head/sys/modules/random_fortuna/ projects/hps_head/sys/modules/random_other/ - copied from r286881, head/sys/modules/random_other/ projects/hps_head/sys/modules/random_yarrow/ - copied from r286881, head/sys/modules/random_yarrow/ projects/hps_head/sys/x86/x86/bus_machdep.c - copied unchanged from r286881, head/sys/x86/x86/bus_machdep.c projects/hps_head/tools/build/options/WITH_DTRACE_TESTS - copied unchanged from r286881, head/tools/build/options/WITH_DTRACE_TESTS projects/hps_head/tools/bus_space/examples/ - copied from r286881, head/tools/bus_space/examples/ projects/hps_head/usr.bin/xargs/tests/regress.0P1.out - copied unchanged from r286881, head/usr.bin/xargs/tests/regress.0P1.out projects/hps_head/usr.bin/xargs/tests/regress.P1.out - copied unchanged from r286881, head/usr.bin/xargs/tests/regress.P1.out projects/hps_head/usr.bin/xargs/tests/regress.n2P0.out - copied unchanged from r286881, head/usr.bin/xargs/tests/regress.n2P0.out projects/hps_head/usr.sbin/pw/pw_utils.c - copied unchanged from r286881, head/usr.sbin/pw/pw_utils.c Directory Properties: projects/hps_head/contrib/elftoolchain/brandelf/ (props changed) Deleted: projects/hps_head/gnu/usr.bin/binutils/addr2line/ projects/hps_head/gnu/usr.bin/binutils/ar/ projects/hps_head/gnu/usr.bin/binutils/nm/ projects/hps_head/gnu/usr.bin/binutils/ranlib/ projects/hps_head/gnu/usr.bin/binutils/readelf/ projects/hps_head/gnu/usr.bin/binutils/size/ projects/hps_head/gnu/usr.bin/binutils/strings/ projects/hps_head/gnu/usr.bin/binutils/strip/ projects/hps_head/gnu/usr.bin/cc/c++filt/Makefile projects/hps_head/gnu/usr.bin/cc/c++filt/Makefile.depend projects/hps_head/lib/libc/sys/stack_protector.c projects/hps_head/lib/libc/sys/stack_protector_compat.c projects/hps_head/sys/amd64/include/xen/xenfunc.h projects/hps_head/sys/amd64/include/xen/xenvar.h projects/hps_head/sys/cam/ctl/ctl_frontend_internal.c projects/hps_head/sys/cam/ctl/ctl_frontend_internal.h projects/hps_head/sys/dev/cxgbe/firmware/t4fw-1.14.2.0.bin.uu projects/hps_head/sys/dev/cxgbe/firmware/t5fw-1.14.2.0.bin.uu projects/hps_head/sys/dev/random/randomdev_none.c projects/hps_head/sys/i386/include/privatespace.h projects/hps_head/sys/i386/include/xen/xenfunc.h projects/hps_head/sys/i386/include/xen/xenvar.h projects/hps_head/sys/pc98/include/privatespace.h projects/hps_head/tools/build/options/WITHOUT_ELFTOOLCHAIN_TOOLS projects/hps_head/tools/build/options/WITHOUT_SYSINSTALL projects/hps_head/usr.bin/vgrind/vgrindefs.c Modified: projects/hps_head/Makefile.inc1 projects/hps_head/ObsoleteFiles.inc projects/hps_head/UPDATING projects/hps_head/bin/sh/miscbltin.c projects/hps_head/bin/sh/options.c projects/hps_head/bin/sh/tests/builtins/Makefile projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoofew.d projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoomany.d projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_owner.d projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_type_adaptive.d projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv4remote.pl projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv6remote.pl projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4remotetcp.ksh projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.localtcpstate.ksh projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.remotetcpstate.ksh projects/hps_head/cddl/contrib/opensolaris/cmd/zdb/zdb.c projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c projects/hps_head/cddl/contrib/opensolaris/cmd/zhack/zhack.c projects/hps_head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c projects/hps_head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.c projects/hps_head/cddl/contrib/opensolaris/cmd/ztest/ztest.c projects/hps_head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_printf.c projects/hps_head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h projects/hps_head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c projects/hps_head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c projects/hps_head/cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.c projects/hps_head/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h projects/hps_head/cddl/lib/libdtrace/io.d projects/hps_head/cddl/lib/libdtrace/ip.d projects/hps_head/cddl/lib/libdtrace/nfs.d projects/hps_head/cddl/lib/libdtrace/nfssrv.d projects/hps_head/cddl/lib/libdtrace/psinfo.d projects/hps_head/cddl/lib/libdtrace/regs_x86.d projects/hps_head/cddl/lib/libdtrace/sched.d projects/hps_head/cddl/lib/libdtrace/siftr.d projects/hps_head/cddl/lib/libdtrace/tcp.d projects/hps_head/cddl/lib/libdtrace/udp.d projects/hps_head/cddl/usr.sbin/dtrace/Makefile projects/hps_head/contrib/apr/CHANGES projects/hps_head/contrib/apr/CMakeLists.txt projects/hps_head/contrib/apr/Makefile.in projects/hps_head/contrib/apr/NOTICE projects/hps_head/contrib/apr/NWGNUmakefile projects/hps_head/contrib/apr/apr.dsp projects/hps_head/contrib/apr/apr.spec projects/hps_head/contrib/apr/build-outputs.mk projects/hps_head/contrib/apr/configure projects/hps_head/contrib/apr/configure.in projects/hps_head/contrib/apr/encoding/apr_escape.c projects/hps_head/contrib/apr/include/apr_skiplist.h projects/hps_head/contrib/apr/include/apr_version.h projects/hps_head/contrib/apr/libapr.dsp projects/hps_head/contrib/apr/locks/unix/proc_mutex.c projects/hps_head/contrib/apr/memory/unix/apr_pools.c projects/hps_head/contrib/apr/misc/unix/errorcodes.c projects/hps_head/contrib/apr/network_io/unix/sockaddr.c projects/hps_head/contrib/apr/network_io/unix/sockets.c projects/hps_head/contrib/apr/poll/unix/epoll.c projects/hps_head/contrib/apr/poll/unix/kqueue.c projects/hps_head/contrib/apr/poll/unix/poll.c projects/hps_head/contrib/apr/poll/unix/pollcb.c projects/hps_head/contrib/apr/poll/unix/port.c projects/hps_head/contrib/apr/poll/unix/z_asio.c projects/hps_head/contrib/apr/tables/apr_skiplist.c projects/hps_head/contrib/binutils/gas/config/tc-i386.c projects/hps_head/contrib/bsnmp/snmp_mibII/mibII_ip.c projects/hps_head/contrib/compiler-rt/lib/builtins/floatditf.c projects/hps_head/contrib/compiler-rt/lib/builtins/floatunditf.c projects/hps_head/contrib/gcclibs/libcpp/files.c projects/hps_head/contrib/jemalloc/COPYING projects/hps_head/contrib/jemalloc/ChangeLog projects/hps_head/contrib/jemalloc/FREEBSD-Xlist projects/hps_head/contrib/jemalloc/FREEBSD-diffs projects/hps_head/contrib/jemalloc/FREEBSD-upgrade projects/hps_head/contrib/jemalloc/VERSION projects/hps_head/contrib/jemalloc/doc/jemalloc.3 projects/hps_head/contrib/jemalloc/include/jemalloc/internal/arena.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/atomic.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/base.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/bitmap.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/chunk.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/chunk_dss.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/chunk_mmap.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/ckh.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/ctl.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/extent.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/hash.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/huge.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/mutex.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/private_namespace.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/prng.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/prof.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/public_namespace.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/ql.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/qr.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/quarantine.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/rb.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/rtree.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/size_classes.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/stats.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/tcache.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/tsd.h projects/hps_head/contrib/jemalloc/include/jemalloc/internal/util.h projects/hps_head/contrib/jemalloc/include/jemalloc/jemalloc.h projects/hps_head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h projects/hps_head/contrib/jemalloc/src/arena.c projects/hps_head/contrib/jemalloc/src/base.c projects/hps_head/contrib/jemalloc/src/bitmap.c projects/hps_head/contrib/jemalloc/src/chunk.c projects/hps_head/contrib/jemalloc/src/chunk_dss.c projects/hps_head/contrib/jemalloc/src/chunk_mmap.c projects/hps_head/contrib/jemalloc/src/ckh.c projects/hps_head/contrib/jemalloc/src/ctl.c projects/hps_head/contrib/jemalloc/src/extent.c projects/hps_head/contrib/jemalloc/src/huge.c projects/hps_head/contrib/jemalloc/src/jemalloc.c projects/hps_head/contrib/jemalloc/src/mutex.c projects/hps_head/contrib/jemalloc/src/prof.c projects/hps_head/contrib/jemalloc/src/quarantine.c projects/hps_head/contrib/jemalloc/src/rtree.c projects/hps_head/contrib/jemalloc/src/stats.c projects/hps_head/contrib/jemalloc/src/tcache.c projects/hps_head/contrib/jemalloc/src/tsd.c projects/hps_head/contrib/jemalloc/src/util.c projects/hps_head/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c projects/hps_head/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c projects/hps_head/contrib/sendmail/FREEBSD-upgrade projects/hps_head/contrib/serf/CHANGES projects/hps_head/contrib/serf/auth/auth_spnego_sspi.c projects/hps_head/contrib/serf/buckets/deflate_buckets.c projects/hps_head/contrib/serf/buckets/ssl_buckets.c projects/hps_head/contrib/serf/serf.h projects/hps_head/contrib/sqlite3/Makefile.am projects/hps_head/contrib/sqlite3/Makefile.in projects/hps_head/contrib/sqlite3/configure projects/hps_head/contrib/sqlite3/configure.ac projects/hps_head/contrib/sqlite3/shell.c projects/hps_head/contrib/sqlite3/sqlite3.c projects/hps_head/contrib/sqlite3/sqlite3.h projects/hps_head/contrib/sqlite3/sqlite3ext.h projects/hps_head/contrib/subversion/CHANGES projects/hps_head/contrib/subversion/Makefile.in projects/hps_head/contrib/subversion/NOTICE projects/hps_head/contrib/subversion/autogen.sh projects/hps_head/contrib/subversion/build-outputs.mk projects/hps_head/contrib/subversion/build.conf projects/hps_head/contrib/subversion/configure projects/hps_head/contrib/subversion/configure.ac projects/hps_head/contrib/subversion/get-deps.sh projects/hps_head/contrib/subversion/subversion/include/private/svn_diff_private.h projects/hps_head/contrib/subversion/subversion/include/private/svn_mergeinfo_private.h projects/hps_head/contrib/subversion/subversion/include/private/svn_repos_private.h projects/hps_head/contrib/subversion/subversion/include/private/svn_sqlite.h projects/hps_head/contrib/subversion/subversion/include/svn_io.h projects/hps_head/contrib/subversion/subversion/include/svn_version.h projects/hps_head/contrib/subversion/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c projects/hps_head/contrib/subversion/subversion/libsvn_client/copy.c projects/hps_head/contrib/subversion/subversion/libsvn_client/externals.c projects/hps_head/contrib/subversion/subversion/libsvn_client/log.c projects/hps_head/contrib/subversion/subversion/libsvn_client/merge.c projects/hps_head/contrib/subversion/subversion/libsvn_client/patch.c projects/hps_head/contrib/subversion/subversion/libsvn_client/upgrade.c projects/hps_head/contrib/subversion/subversion/libsvn_delta/svndiff.c projects/hps_head/contrib/subversion/subversion/libsvn_diff/parse-diff.c projects/hps_head/contrib/subversion/subversion/libsvn_diff/util.c projects/hps_head/contrib/subversion/subversion/libsvn_fs_fs/caching.c projects/hps_head/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c projects/hps_head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h projects/hps_head/contrib/subversion/subversion/libsvn_fs_fs/tree.c projects/hps_head/contrib/subversion/subversion/libsvn_ra_serf/commit.c projects/hps_head/contrib/subversion/subversion/libsvn_ra_serf/options.c projects/hps_head/contrib/subversion/subversion/libsvn_repos/commit.c projects/hps_head/contrib/subversion/subversion/libsvn_repos/load-fs-vtable.c projects/hps_head/contrib/subversion/subversion/libsvn_repos/rev_hunt.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/cache-membuffer.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/config.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/dso.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/error.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/gpg_agent.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/internal_statements.h projects/hps_head/contrib/subversion/subversion/libsvn_subr/io.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/mergeinfo.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/sqlite3wrapper.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/string.c projects/hps_head/contrib/subversion/subversion/libsvn_subr/version.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/adm_ops.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/cleanup.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/conflicts.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/copy.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/diff.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/diff_editor.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/diff_local.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/entries.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/externals.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/update_editor.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc-checks.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc-metadata.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc-metadata.sql projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc-queries.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc-queries.sql projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc_db.c projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc_db.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc_db_private.h projects/hps_head/contrib/subversion/subversion/libsvn_wc/wc_db_wcroot.c projects/hps_head/contrib/subversion/subversion/svn/conflict-callbacks.c projects/hps_head/contrib/subversion/subversion/svn/list-cmd.c projects/hps_head/contrib/subversion/subversion/svn/svn.c projects/hps_head/contrib/subversion/subversion/svn_private_config.h.in projects/hps_head/contrib/subversion/subversion/svnadmin/svnadmin.c projects/hps_head/contrib/subversion/subversion/svndumpfilter/svndumpfilter.c projects/hps_head/contrib/subversion/subversion/svnrdump/load_editor.c projects/hps_head/contrib/subversion/subversion/svnserve/serve.c projects/hps_head/contrib/subversion/subversion/svnsync/sync.c projects/hps_head/contrib/subversion/win-tests.py projects/hps_head/contrib/tzdata/africa projects/hps_head/contrib/tzdata/asia projects/hps_head/contrib/tzdata/europe projects/hps_head/contrib/tzdata/leap-seconds.list projects/hps_head/contrib/tzdata/northamerica projects/hps_head/contrib/tzdata/southamerica projects/hps_head/contrib/tzdata/zone.tab projects/hps_head/contrib/tzdata/zone1970.tab projects/hps_head/etc/defaults/rc.conf projects/hps_head/etc/group projects/hps_head/etc/mtree/BSD.usr.dist projects/hps_head/etc/portsnap.conf projects/hps_head/etc/rc.d/hostname projects/hps_head/etc/rc.d/rctl projects/hps_head/etc/rc.subr projects/hps_head/gnu/usr.bin/binutils/Makefile projects/hps_head/gnu/usr.bin/cc/Makefile projects/hps_head/include/malloc_np.h projects/hps_head/lib/Makefile projects/hps_head/lib/libc/Makefile projects/hps_head/lib/libc/amd64/sys/__vdso_gettc.c projects/hps_head/lib/libc/gen/tls.c projects/hps_head/lib/libc/gen/wordexp.c projects/hps_head/lib/libc/i386/sys/__vdso_gettc.c projects/hps_head/lib/libc/locale/utf8.c projects/hps_head/lib/libc/stdio/open_memstream.3 projects/hps_head/lib/libc/stdlib/jemalloc/Makefile.inc projects/hps_head/lib/libc/stdlib/jemalloc/Symbol.map projects/hps_head/lib/libc/string/bcopy.3 projects/hps_head/lib/libc/sys/Makefile.inc projects/hps_head/lib/libc/sys/Symbol.map projects/hps_head/lib/libc/sys/__vdso_gettimeofday.c projects/hps_head/lib/libc/sys/kqueue.2 projects/hps_head/lib/libc/tests/sys/Makefile projects/hps_head/lib/libgeom/geom_xml2tree.c projects/hps_head/lib/libnv/tests/Makefile projects/hps_head/lib/libproc/tests/proc_test.c projects/hps_head/lib/libsqlite3/Makefile projects/hps_head/lib/libthr/arch/amd64/Makefile.inc projects/hps_head/lib/libthr/arch/i386/Makefile.inc projects/hps_head/lib/libthr/thread/thr_rtld.c projects/hps_head/lib/libthr/thread/thr_sig.c projects/hps_head/lib/libusb/Makefile projects/hps_head/lib/libutil/tests/Makefile projects/hps_head/lib/msun/src/s_exp2.c projects/hps_head/libexec/rtld-elf/amd64/Makefile.inc projects/hps_head/libexec/rtld-elf/i386/Makefile.inc projects/hps_head/release/doc/en_US.ISO8859-1/hardware/article.xml projects/hps_head/release/doc/en_US.ISO8859-1/relnotes/article.xml projects/hps_head/sbin/camcontrol/camcontrol.8 projects/hps_head/sbin/geom/class/eli/geli.8 projects/hps_head/sbin/geom/class/eli/geom_eli.c projects/hps_head/sbin/ifconfig/ifconfig.8 projects/hps_head/sbin/ifconfig/iflagg.c projects/hps_head/sbin/ipfw/ipfw2.c projects/hps_head/sbin/ipfw/tables.c projects/hps_head/sbin/mdconfig/mdconfig.8 projects/hps_head/sbin/ping6/Makefile projects/hps_head/sbin/ping6/ping6.c projects/hps_head/sbin/reboot/nextboot.8 projects/hps_head/sbin/routed/input.c projects/hps_head/sbin/setkey/parse.y projects/hps_head/sbin/setkey/setkey.8 projects/hps_head/sbin/setkey/token.l projects/hps_head/sbin/swapon/swapon.c projects/hps_head/share/man/man4/Makefile projects/hps_head/share/man/man4/bwi.4 projects/hps_head/share/man/man4/ctl.4 projects/hps_head/share/man/man4/em.4 projects/hps_head/share/man/man4/gre.4 projects/hps_head/share/man/man4/hptiop.4 projects/hps_head/share/man/man4/man4.i386/wl.4 projects/hps_head/share/man/man4/ng_btsocket.4 projects/hps_head/share/man/man4/proto.4 projects/hps_head/share/man/man4/ral.4 projects/hps_head/share/man/man4/random.4 projects/hps_head/share/man/man4/siftr.4 projects/hps_head/share/man/man4/snp.4 projects/hps_head/share/man/man4/timecounters.4 projects/hps_head/share/man/man4/uart.4 projects/hps_head/share/man/man4/uftdi.4 projects/hps_head/share/man/man4/vt.4 projects/hps_head/share/man/man4/wlan.4 projects/hps_head/share/man/man5/fstab.5 projects/hps_head/share/man/man5/src.conf.5 projects/hps_head/share/man/man7/release.7 projects/hps_head/share/man/man8/nanobsd.8 projects/hps_head/share/man/man8/uefi.8 projects/hps_head/share/man/man8/yp.8 projects/hps_head/share/man/man9/CTASSERT.9 projects/hps_head/share/man/man9/Makefile projects/hps_head/share/man/man9/PCI_IOV_ADD_VF.9 projects/hps_head/share/man/man9/PCI_IOV_INIT.9 projects/hps_head/share/man/man9/altq.9 projects/hps_head/share/man/man9/atomic.9 projects/hps_head/share/man/man9/ifnet.9 projects/hps_head/share/man/man9/nv.9 projects/hps_head/share/man/man9/pmap.9 projects/hps_head/share/misc/committers-ports.dot projects/hps_head/share/misc/committers-src.dot projects/hps_head/share/misc/pci_vendors projects/hps_head/share/mk/bsd.cpu.mk projects/hps_head/share/mk/bsd.lib.mk projects/hps_head/share/mk/src.opts.mk projects/hps_head/share/mk/sys.mk projects/hps_head/sys/amd64/amd64/genassym.c projects/hps_head/sys/amd64/amd64/machdep.c projects/hps_head/sys/amd64/amd64/mp_machdep.c projects/hps_head/sys/amd64/amd64/pmap.c projects/hps_head/sys/amd64/cloudabi64/cloudabi64_sysvec.c projects/hps_head/sys/amd64/include/in_cksum.h projects/hps_head/sys/amd64/include/md_var.h projects/hps_head/sys/arm/arm/cpufunc.c projects/hps_head/sys/arm/arm/identcpu.c projects/hps_head/sys/arm/arm/machdep.c projects/hps_head/sys/arm/arm/pmap-v6-new.c projects/hps_head/sys/arm/arm/pmap-v6.c projects/hps_head/sys/arm/arm/pmap.c projects/hps_head/sys/arm/arm/stdatomic.c projects/hps_head/sys/arm/at91/at91_machdep.c projects/hps_head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c projects/hps_head/sys/arm/cavium/cns11xx/econa_machdep.c projects/hps_head/sys/arm/conf/BEAGLEBONE projects/hps_head/sys/arm/include/armreg.h projects/hps_head/sys/arm/include/float.h projects/hps_head/sys/arm/include/param.h projects/hps_head/sys/arm/include/pcpu.h projects/hps_head/sys/arm/samsung/s3c2xx0/s3c24x0_machdep.c projects/hps_head/sys/arm/ti/am335x/am335x_dmtimer.c projects/hps_head/sys/arm/ti/am335x/am335x_prcm.c projects/hps_head/sys/arm/ti/am335x/files.am335x projects/hps_head/sys/arm/ti/ti_gpio.c projects/hps_head/sys/arm/ti/ti_hwmods.c projects/hps_head/sys/arm/ti/ti_hwmods.h projects/hps_head/sys/arm/ti/ti_scm.c projects/hps_head/sys/arm/versatile/sp804.c projects/hps_head/sys/arm/xscale/i80321/ep80219_machdep.c projects/hps_head/sys/arm/xscale/i80321/iq31244_machdep.c projects/hps_head/sys/arm/xscale/i8134x/crb_machdep.c projects/hps_head/sys/arm/xscale/ixp425/avila_machdep.c projects/hps_head/sys/arm/xscale/pxa/pxa_machdep.c projects/hps_head/sys/arm64/arm64/bus_machdep.c projects/hps_head/sys/arm64/arm64/bus_space_asm.S projects/hps_head/sys/arm64/arm64/db_interface.c projects/hps_head/sys/arm64/arm64/exception.S projects/hps_head/sys/arm64/arm64/gic_v3.c projects/hps_head/sys/arm64/arm64/locore.S projects/hps_head/sys/arm64/arm64/machdep.c projects/hps_head/sys/arm64/arm64/mem.c projects/hps_head/sys/arm64/arm64/pmap.c projects/hps_head/sys/arm64/arm64/stack_machdep.c projects/hps_head/sys/arm64/arm64/swtch.S projects/hps_head/sys/arm64/arm64/trap.c projects/hps_head/sys/arm64/arm64/vfp.c projects/hps_head/sys/arm64/arm64/vm_machdep.c projects/hps_head/sys/arm64/conf/GENERIC projects/hps_head/sys/arm64/include/armreg.h projects/hps_head/sys/arm64/include/atomic.h projects/hps_head/sys/arm64/include/cpu.h projects/hps_head/sys/arm64/include/float.h projects/hps_head/sys/arm64/include/in_cksum.h projects/hps_head/sys/arm64/include/vfp.h projects/hps_head/sys/arm64/include/vmparam.h projects/hps_head/sys/boot/common/module.c projects/hps_head/sys/boot/forth/loader.rc projects/hps_head/sys/boot/forth/menu.rc projects/hps_head/sys/boot/i386/loader/Makefile projects/hps_head/sys/boot/kshim/bsd_kernel.h projects/hps_head/sys/boot/mips/beri/loader/Makefile projects/hps_head/sys/boot/pc98/loader/Makefile projects/hps_head/sys/boot/powerpc/kboot/Makefile projects/hps_head/sys/boot/powerpc/ofw/Makefile projects/hps_head/sys/boot/powerpc/ps3/Makefile projects/hps_head/sys/boot/sparc64/loader/Makefile projects/hps_head/sys/boot/uboot/fdt/uboot_fdt.c projects/hps_head/sys/cam/ata/ata_da.c projects/hps_head/sys/cam/ctl/README.ctl.txt projects/hps_head/sys/cam/ctl/ctl.c projects/hps_head/sys/cam/ctl/ctl.h projects/hps_head/sys/cam/ctl/ctl_backend.c projects/hps_head/sys/cam/ctl/ctl_backend_block.c projects/hps_head/sys/cam/ctl/ctl_backend_ramdisk.c projects/hps_head/sys/cam/ctl/ctl_cmd_table.c projects/hps_head/sys/cam/ctl/ctl_error.c projects/hps_head/sys/cam/ctl/ctl_frontend.c projects/hps_head/sys/cam/ctl/ctl_frontend_cam_sim.c projects/hps_head/sys/cam/ctl/ctl_frontend_iscsi.c projects/hps_head/sys/cam/ctl/ctl_ioctl.h projects/hps_head/sys/cam/ctl/ctl_private.h projects/hps_head/sys/cam/ctl/ctl_ser_table.c projects/hps_head/sys/cam/ctl/ctl_tpc.c projects/hps_head/sys/cam/ctl/ctl_tpc_local.c projects/hps_head/sys/cddl/compat/opensolaris/sys/kstat.h projects/hps_head/sys/cddl/compat/opensolaris/sys/nvpair.h projects/hps_head/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.c projects/hps_head/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_bookmark.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deadlist.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deleg.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_userhold.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/rrwlock.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bpobj.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_objset.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_send.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_pool.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/rrwlock.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa_impl.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_impl.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_leaf.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_checksum.h projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfeature.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_sa.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c projects/hps_head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/hps_head/sys/cddl/dev/fbt/aarch64/fbt_isa.c projects/hps_head/sys/cddl/dev/fbt/arm/fbt_isa.c projects/hps_head/sys/cddl/dev/fbt/fbt.h projects/hps_head/sys/cddl/dev/fbt/powerpc/fbt_isa.c projects/hps_head/sys/cddl/dev/fbt/x86/fbt_isa.c projects/hps_head/sys/compat/cloudabi/cloudabi_fd.c projects/hps_head/sys/compat/cloudabi/cloudabi_file.c projects/hps_head/sys/compat/cloudabi/cloudabi_futex.c projects/hps_head/sys/compat/cloudabi/cloudabi_proc.c projects/hps_head/sys/compat/cloudabi/cloudabi_sock.c projects/hps_head/sys/compat/cloudabi/cloudabi_util.h projects/hps_head/sys/compat/cloudabi64/cloudabi64_poll.c projects/hps_head/sys/compat/cloudabi64/cloudabi64_proto.h projects/hps_head/sys/compat/cloudabi64/cloudabi64_sock.c projects/hps_head/sys/compat/cloudabi64/cloudabi64_syscall.h projects/hps_head/sys/compat/cloudabi64/cloudabi64_syscalls.c projects/hps_head/sys/compat/cloudabi64/cloudabi64_sysent.c projects/hps_head/sys/compat/cloudabi64/cloudabi64_systrace_args.c projects/hps_head/sys/compat/cloudabi64/syscalls.master projects/hps_head/sys/compat/linux/linux_event.c projects/hps_head/sys/compat/linux/linux_fork.c projects/hps_head/sys/conf/Makefile.arm projects/hps_head/sys/conf/NOTES projects/hps_head/sys/conf/WITHOUT_SOURCELESS_UCODE projects/hps_head/sys/conf/files projects/hps_head/sys/conf/files.amd64 projects/hps_head/sys/conf/files.arm64 projects/hps_head/sys/conf/files.i386 projects/hps_head/sys/conf/kern.post.mk projects/hps_head/sys/conf/kern.pre.mk projects/hps_head/sys/conf/options projects/hps_head/sys/conf/options.arm64 projects/hps_head/sys/contrib/cloudabi/syscalldefs_md.h projects/hps_head/sys/contrib/cloudabi/syscalldefs_mi.h projects/hps_head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c projects/hps_head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c projects/hps_head/sys/contrib/libnv/nv_impl.h projects/hps_head/sys/contrib/libnv/nvlist.c projects/hps_head/sys/contrib/libnv/nvlist_impl.h projects/hps_head/sys/contrib/libnv/nvpair.c projects/hps_head/sys/contrib/libnv/nvpair_impl.h projects/hps_head/sys/ddb/db_ps.c projects/hps_head/sys/dev/ata/ata-all.c projects/hps_head/sys/dev/ata/ata-all.h projects/hps_head/sys/dev/ata/ata-lowlevel.c projects/hps_head/sys/dev/ata/chipsets/ata-intel.c projects/hps_head/sys/dev/ath/if_ath.c projects/hps_head/sys/dev/ath/if_ath_keycache.c projects/hps_head/sys/dev/ath/if_ath_rx.c projects/hps_head/sys/dev/ath/if_ath_tdma.c projects/hps_head/sys/dev/ath/if_ath_tx.c projects/hps_head/sys/dev/bwi/if_bwi.c projects/hps_head/sys/dev/bwn/if_bwn.c projects/hps_head/sys/dev/bxe/ecore_hsi.h projects/hps_head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c projects/hps_head/sys/dev/cxgb/ulp/tom/cxgb_listen.c projects/hps_head/sys/dev/cxgbe/firmware/t4fw_interface.h projects/hps_head/sys/dev/cxgbe/tom/t4_connect.c projects/hps_head/sys/dev/cxgbe/tom/t4_cpl_io.c projects/hps_head/sys/dev/cxgbe/tom/t4_listen.c projects/hps_head/sys/dev/drm/drmP.h projects/hps_head/sys/dev/drm2/drmP.h projects/hps_head/sys/dev/e1000/e1000_80003es2lan.c projects/hps_head/sys/dev/e1000/e1000_80003es2lan.h projects/hps_head/sys/dev/e1000/e1000_82540.c projects/hps_head/sys/dev/e1000/e1000_82541.c projects/hps_head/sys/dev/e1000/e1000_82541.h projects/hps_head/sys/dev/e1000/e1000_82542.c projects/hps_head/sys/dev/e1000/e1000_82543.c projects/hps_head/sys/dev/e1000/e1000_82543.h projects/hps_head/sys/dev/e1000/e1000_82571.c projects/hps_head/sys/dev/e1000/e1000_82571.h projects/hps_head/sys/dev/e1000/e1000_82575.c projects/hps_head/sys/dev/e1000/e1000_82575.h projects/hps_head/sys/dev/e1000/e1000_api.c projects/hps_head/sys/dev/e1000/e1000_api.h projects/hps_head/sys/dev/e1000/e1000_defines.h projects/hps_head/sys/dev/e1000/e1000_hw.h projects/hps_head/sys/dev/e1000/e1000_i210.c projects/hps_head/sys/dev/e1000/e1000_i210.h projects/hps_head/sys/dev/e1000/e1000_ich8lan.c projects/hps_head/sys/dev/e1000/e1000_ich8lan.h projects/hps_head/sys/dev/e1000/e1000_mac.c projects/hps_head/sys/dev/e1000/e1000_mac.h projects/hps_head/sys/dev/e1000/e1000_manage.c projects/hps_head/sys/dev/e1000/e1000_manage.h projects/hps_head/sys/dev/e1000/e1000_mbx.c projects/hps_head/sys/dev/e1000/e1000_mbx.h projects/hps_head/sys/dev/e1000/e1000_nvm.c projects/hps_head/sys/dev/e1000/e1000_nvm.h projects/hps_head/sys/dev/e1000/e1000_osdep.c projects/hps_head/sys/dev/e1000/e1000_osdep.h projects/hps_head/sys/dev/e1000/e1000_phy.c projects/hps_head/sys/dev/e1000/e1000_phy.h projects/hps_head/sys/dev/e1000/e1000_regs.h projects/hps_head/sys/dev/e1000/e1000_vf.c projects/hps_head/sys/dev/e1000/e1000_vf.h projects/hps_head/sys/dev/e1000/if_em.c projects/hps_head/sys/dev/e1000/if_em.h projects/hps_head/sys/dev/e1000/if_igb.c projects/hps_head/sys/dev/e1000/if_igb.h projects/hps_head/sys/dev/e1000/if_lem.c projects/hps_head/sys/dev/e1000/if_lem.h projects/hps_head/sys/dev/gpio/gpiobus.c projects/hps_head/sys/dev/gpio/gpioled.c projects/hps_head/sys/dev/ipw/if_ipw.c projects/hps_head/sys/dev/iscsi/iscsi.c projects/hps_head/sys/dev/iwn/if_iwn.c projects/hps_head/sys/dev/ixgbe/if_ix.c projects/hps_head/sys/dev/md/md.c projects/hps_head/sys/dev/mmc/host/dwmmc.c projects/hps_head/sys/dev/mps/mps.c projects/hps_head/sys/dev/mps/mps_config.c projects/hps_head/sys/dev/mps/mpsvar.h projects/hps_head/sys/dev/nand/nfc_rb.c projects/hps_head/sys/dev/pci/pci_pci.c projects/hps_head/sys/dev/pms/freebsd/driver/common/lxutil.c projects/hps_head/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c projects/hps_head/sys/dev/psci/psci.c projects/hps_head/sys/dev/random/fortuna.c projects/hps_head/sys/dev/random/random_harvestq.c projects/hps_head/sys/dev/random/random_harvestq.h projects/hps_head/sys/dev/random/randomdev.c projects/hps_head/sys/dev/random/randomdev.h projects/hps_head/sys/dev/random/unit_test.c projects/hps_head/sys/dev/random/yarrow.c projects/hps_head/sys/dev/uart/uart_bus.h projects/hps_head/sys/dev/uart/uart_bus_pci.c projects/hps_head/sys/dev/uart/uart_core.c projects/hps_head/sys/dev/uart/uart_tty.c projects/hps_head/sys/dev/usb/controller/dwc_otg.c projects/hps_head/sys/dev/usb/controller/dwc_otg.h projects/hps_head/sys/dev/usb/controller/usb_controller.c projects/hps_head/sys/dev/usb/serial/uftdi.c projects/hps_head/sys/dev/usb/serial/uftdi_reg.h projects/hps_head/sys/dev/usb/uftdiio.h projects/hps_head/sys/dev/usb/usb_bus.h projects/hps_head/sys/dev/usb/usb_device.c projects/hps_head/sys/dev/usb/usb_hub.c projects/hps_head/sys/dev/usb/usb_pf.c projects/hps_head/sys/dev/usb/usb_process.h projects/hps_head/sys/dev/usb/usb_transfer.c projects/hps_head/sys/dev/usb/usbdi.h projects/hps_head/sys/dev/vt/hw/efifb/efifb.c projects/hps_head/sys/dev/vt/hw/fb/vt_fb.c projects/hps_head/sys/dev/vt/hw/vga/vt_vga.c projects/hps_head/sys/dev/vt/hw/vga/vt_vga_reg.h projects/hps_head/sys/dev/vt/vt.h projects/hps_head/sys/dev/vt/vt_core.c projects/hps_head/sys/dev/wi/if_wi.c projects/hps_head/sys/dev/wpi/if_wpi.c projects/hps_head/sys/dev/wtap/if_wtap.c projects/hps_head/sys/dev/wtap/if_wtapvar.h projects/hps_head/sys/dev/xen/balloon/balloon.c projects/hps_head/sys/dev/xen/blkfront/blkfront.c projects/hps_head/sys/dev/xen/control/control.c projects/hps_head/sys/dev/xen/netback/netback.c projects/hps_head/sys/dev/xen/netfront/netfront.c projects/hps_head/sys/dev/xen/pcifront/pcifront.c projects/hps_head/sys/fs/devfs/devfs_vnops.c projects/hps_head/sys/fs/nfsclient/nfs_clport.c projects/hps_head/sys/fs/nfsserver/nfs_nfsdstate.c projects/hps_head/sys/geom/eli/g_eli.c projects/hps_head/sys/geom/eli/g_eli.h projects/hps_head/sys/geom/eli/g_eli_ctl.c projects/hps_head/sys/geom/eli/g_eli_integrity.c projects/hps_head/sys/geom/eli/g_eli_privacy.c projects/hps_head/sys/geom/geom_dev.c projects/hps_head/sys/geom/geom_io.c projects/hps_head/sys/geom/raid/md_intel.c projects/hps_head/sys/geom/raid/md_jmicron.c projects/hps_head/sys/geom/raid/md_nvidia.c projects/hps_head/sys/geom/raid/md_sii.c projects/hps_head/sys/geom/uncompress/g_uncompress.c projects/hps_head/sys/geom/uzip/g_uzip.c projects/hps_head/sys/i386/i386/genassym.c projects/hps_head/sys/i386/i386/locore.s projects/hps_head/sys/i386/i386/machdep.c projects/hps_head/sys/i386/i386/mp_machdep.c projects/hps_head/sys/i386/i386/pmap.c projects/hps_head/sys/i386/i386/sys_machdep.c projects/hps_head/sys/i386/include/in_cksum.h projects/hps_head/sys/i386/include/md_var.h projects/hps_head/sys/i386/include/param.h projects/hps_head/sys/i386/include/pcpu.h projects/hps_head/sys/kern/genassym.sh projects/hps_head/sys/kern/init_main.c projects/hps_head/sys/kern/kern_event.c projects/hps_head/sys/kern/kern_exec.c projects/hps_head/sys/kern/kern_exit.c projects/hps_head/sys/kern/kern_fork.c projects/hps_head/sys/kern/kern_kthread.c projects/hps_head/sys/kern/kern_lock.c projects/hps_head/sys/kern/kern_mutex.c projects/hps_head/sys/kern/kern_rmlock.c projects/hps_head/sys/kern/kern_rwlock.c projects/hps_head/sys/kern/kern_sharedpage.c projects/hps_head/sys/kern/kern_sig.c projects/hps_head/sys/kern/kern_sx.c projects/hps_head/sys/kern/kern_tc.c projects/hps_head/sys/kern/kern_umtx.c projects/hps_head/sys/kern/sched_4bsd.c projects/hps_head/sys/kern/sched_ule.c projects/hps_head/sys/kern/subr_param.c projects/hps_head/sys/kern/sys_capability.c projects/hps_head/sys/kern/sys_process.c projects/hps_head/sys/kern/uipc_mbuf.c projects/hps_head/sys/kern/uipc_mbuf2.c projects/hps_head/sys/kern/uipc_shm.c projects/hps_head/sys/kern/vfs_lookup.c projects/hps_head/sys/kern/vfs_subr.c projects/hps_head/sys/mips/include/float.h projects/hps_head/sys/mips/include/in_cksum.h projects/hps_head/sys/mips/mips/pmap.c projects/hps_head/sys/modules/Makefile projects/hps_head/sys/modules/ctl/Makefile projects/hps_head/sys/modules/cxgbe/t4_firmware/Makefile projects/hps_head/sys/modules/cxgbe/t5_firmware/Makefile projects/hps_head/sys/modules/gpio/gpiobus/Makefile projects/hps_head/sys/modules/zfs/Makefile projects/hps_head/sys/net/bpf.c projects/hps_head/sys/net/bpf.h projects/hps_head/sys/net/bpf_buffer.c projects/hps_head/sys/net/ieee8023ad_lacp.c projects/hps_head/sys/net/ieee8023ad_lacp.h projects/hps_head/sys/net/if.c projects/hps_head/sys/net/if_lagg.c projects/hps_head/sys/net/if_lagg.h projects/hps_head/sys/net/if_llatbl.c projects/hps_head/sys/net/if_llatbl.h projects/hps_head/sys/net/pfkeyv2.h projects/hps_head/sys/net/route.c projects/hps_head/sys/net/route.h projects/hps_head/sys/netinet/if_ether.c projects/hps_head/sys/netinet/in.c projects/hps_head/sys/netinet/in_pcb.c projects/hps_head/sys/netinet/in_pcb.h projects/hps_head/sys/netinet/in_rmx.c projects/hps_head/sys/netinet/ip_output.c projects/hps_head/sys/netinet/sctp_indata.c projects/hps_head/sys/netinet/sctp_indata.h projects/hps_head/sys/netinet/sctp_input.c projects/hps_head/sys/netinet/sctp_timer.c projects/hps_head/sys/netinet/tcp_input.c projects/hps_head/sys/netinet/tcp_reass.c projects/hps_head/sys/netinet/tcp_subr.c projects/hps_head/sys/netinet/tcp_syncache.c projects/hps_head/sys/netinet/tcp_timer.c projects/hps_head/sys/netinet/tcp_timer.h projects/hps_head/sys/netinet/tcp_timewait.c projects/hps_head/sys/netinet/tcp_usrreq.c projects/hps_head/sys/netinet/toecore.c projects/hps_head/sys/netinet6/in6.c projects/hps_head/sys/netinet6/in6_pcb.c projects/hps_head/sys/netinet6/in6_rmx.c projects/hps_head/sys/netinet6/in6_src.c projects/hps_head/sys/netinet6/ip6_mroute.c projects/hps_head/sys/netinet6/ip6_output.c projects/hps_head/sys/netinet6/ip6_var.h projects/hps_head/sys/netinet6/nd6.c projects/hps_head/sys/netinet6/nd6.h projects/hps_head/sys/netinet6/nd6_nbr.c projects/hps_head/sys/netinet6/nd6_rtr.c projects/hps_head/sys/netipsec/key.c projects/hps_head/sys/netipsec/key_debug.c projects/hps_head/sys/netipsec/keydb.h projects/hps_head/sys/netipsec/xform_esp.c projects/hps_head/sys/netpfil/pf/pf_ioctl.c projects/hps_head/sys/ofed/drivers/infiniband/core/cma.c projects/hps_head/sys/ofed/drivers/net/mlx4/en_tx.c projects/hps_head/sys/ofed/include/linux/in.h projects/hps_head/sys/opencrypto/cryptodev.h projects/hps_head/sys/opencrypto/cryptosoft.c projects/hps_head/sys/opencrypto/xform.c projects/hps_head/sys/powerpc/aim/mmu_oea.c projects/hps_head/sys/powerpc/aim/mmu_oea64.c projects/hps_head/sys/powerpc/booke/booke_machdep.c projects/hps_head/sys/powerpc/booke/pmap.c projects/hps_head/sys/powerpc/include/float.h projects/hps_head/sys/powerpc/include/in_cksum.h projects/hps_head/sys/powerpc/include/param.h projects/hps_head/sys/powerpc/include/pcpu.h projects/hps_head/sys/powerpc/powerpc/mmu_if.m projects/hps_head/sys/powerpc/powerpc/pmap_dispatch.c projects/hps_head/sys/powerpc/powerpc/trap.c projects/hps_head/sys/sparc64/include/float.h projects/hps_head/sys/sparc64/include/in_cksum.h projects/hps_head/sys/sparc64/include/pcpu.h projects/hps_head/sys/sparc64/sparc64/pmap.c projects/hps_head/sys/sys/ata.h projects/hps_head/sys/sys/cdefs.h projects/hps_head/sys/sys/conf.h projects/hps_head/sys/sys/event.h projects/hps_head/sys/sys/mbuf.h projects/hps_head/sys/sys/nv.h projects/hps_head/sys/sys/param.h projects/hps_head/sys/sys/proc.h projects/hps_head/sys/sys/random.h projects/hps_head/sys/sys/socketvar.h projects/hps_head/sys/sys/syscallsubr.h projects/hps_head/sys/sys/sysent.h projects/hps_head/sys/sys/timeet.h projects/hps_head/sys/sys/timetc.h projects/hps_head/sys/sys/umtx.h projects/hps_head/sys/teken/demo/teken_demo.c projects/hps_head/sys/teken/teken.c projects/hps_head/sys/vm/pmap.h projects/hps_head/sys/vm/uma_core.c projects/hps_head/sys/vm/vm_fault.c projects/hps_head/sys/vm/vm_glue.c projects/hps_head/sys/vm/vm_pageout.c projects/hps_head/sys/vm/vm_reserv.c projects/hps_head/sys/x86/include/_types.h projects/hps_head/sys/x86/include/bus.h projects/hps_head/sys/x86/include/float.h projects/hps_head/sys/x86/iommu/intel_idpgtbl.c projects/hps_head/sys/x86/x86/busdma_bounce.c projects/hps_head/sys/x86/x86/identcpu.c projects/hps_head/sys/x86/x86/local_apic.c projects/hps_head/sys/x86/x86/mp_x86.c projects/hps_head/sys/x86/xen/pv.c projects/hps_head/sys/x86/xen/xen_intr.c projects/hps_head/sys/xen/gnttab.h projects/hps_head/targets/pseudo/toolchain/Makefile.depend projects/hps_head/tests/sys/kern/ptrace_test.c projects/hps_head/tests/sys/vm/Makefile projects/hps_head/tests/sys/vm/mmap_test.c projects/hps_head/tools/build/mk/OptionalObsoleteFiles.inc projects/hps_head/tools/build/options/WITHOUT_BINUTILS projects/hps_head/tools/bus_space/C/lang.c projects/hps_head/tools/bus_space/C/libbus.h projects/hps_head/tools/bus_space/Python/lang.c projects/hps_head/tools/bus_space/busdma.c projects/hps_head/tools/bus_space/busdma.h projects/hps_head/tools/tools/nanobsd/gateworks/common projects/hps_head/usr.bin/Makefile projects/hps_head/usr.bin/brandelf/brandelf.1 projects/hps_head/usr.bin/calendar/calendars/calendar.freebsd projects/hps_head/usr.bin/ctlstat/ctlstat.c projects/hps_head/usr.bin/find/extern.h projects/hps_head/usr.bin/find/misc.c projects/hps_head/usr.bin/getopt/getopt.1 projects/hps_head/usr.bin/lorder/lorder.1 projects/hps_head/usr.bin/lorder/lorder.sh projects/hps_head/usr.bin/mkimg/image.c projects/hps_head/usr.bin/mkimg/image.h projects/hps_head/usr.bin/mkimg/mkimg.1 projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-apm.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-pc98.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-4096-vtoc8.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-apm.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-bsd.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-ebr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-gpt.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-mbr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-pc98.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-apm.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-ebr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-gpt.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-mbr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-pc98.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-apm.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-bsd.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-ebr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-gpt.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-mbr.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-pc98.vhd.gz.uu projects/hps_head/usr.bin/mkimg/tests/img-63x255-512-vtoc8.vhd.gz.uu projects/hps_head/usr.bin/mkimg/vhd.c projects/hps_head/usr.bin/patch/common.h projects/hps_head/usr.bin/patch/inp.c projects/hps_head/usr.bin/patch/patch.1 projects/hps_head/usr.bin/patch/pathnames.h projects/hps_head/usr.bin/patch/pch.c projects/hps_head/usr.bin/patch/util.c projects/hps_head/usr.bin/patch/util.h projects/hps_head/usr.bin/svn/lib/libapr/apr.h projects/hps_head/usr.bin/svn/lib/libapr/apr_private.h projects/hps_head/usr.bin/svn/lib/libapr_util/apu.h projects/hps_head/usr.bin/svn/lib/libapr_util/apu_config.h projects/hps_head/usr.bin/svn/svn_private_config.h projects/hps_head/usr.bin/svn/svnversion/Makefile projects/hps_head/usr.bin/truss/syscall.h projects/hps_head/usr.bin/truss/syscalls.c projects/hps_head/usr.bin/units/units.c projects/hps_head/usr.bin/wc/wc.1 projects/hps_head/usr.bin/xargs/tests/Makefile projects/hps_head/usr.bin/xargs/tests/regress.sh projects/hps_head/usr.bin/xargs/xargs.1 projects/hps_head/usr.bin/xargs/xargs.c projects/hps_head/usr.bin/xlint/lint1/decl.c projects/hps_head/usr.bin/xlint/lint1/func.c projects/hps_head/usr.bin/xlint/lint1/init.c projects/hps_head/usr.bin/xlint/lint1/lint.h projects/hps_head/usr.bin/xlint/lint1/lint1.h projects/hps_head/usr.bin/xlint/lint1/scan.l projects/hps_head/usr.bin/xlint/lint1/tree.c projects/hps_head/usr.bin/xlint/lint2/read.c projects/hps_head/usr.bin/ypcat/ypcat.c projects/hps_head/usr.bin/ypmatch/ypmatch.c projects/hps_head/usr.bin/ypwhich/ypwhich.c projects/hps_head/usr.sbin/bhyve/bhyve.8 projects/hps_head/usr.sbin/bhyve/pci_ahci.c projects/hps_head/usr.sbin/bsdinstall/scripts/auto projects/hps_head/usr.sbin/chkgrp/chkgrp.c projects/hps_head/usr.sbin/ctladm/ctladm.8 projects/hps_head/usr.sbin/ctladm/ctladm.c projects/hps_head/usr.sbin/ctld/kernel.c projects/hps_head/usr.sbin/ctld/login.c projects/hps_head/usr.sbin/fstyp/geli.c projects/hps_head/usr.sbin/pw/Makefile projects/hps_head/usr.sbin/pw/cpdir.c projects/hps_head/usr.sbin/pw/grupd.c projects/hps_head/usr.sbin/pw/psdate.c projects/hps_head/usr.sbin/pw/pw.8 projects/hps_head/usr.sbin/pw/pw.c projects/hps_head/usr.sbin/pw/pw.h projects/hps_head/usr.sbin/pw/pw_conf.c projects/hps_head/usr.sbin/pw/pw_group.c projects/hps_head/usr.sbin/pw/pw_log.c projects/hps_head/usr.sbin/pw/pw_nis.c projects/hps_head/usr.sbin/pw/pw_user.c projects/hps_head/usr.sbin/pw/pwupd.c projects/hps_head/usr.sbin/pw/pwupd.h projects/hps_head/usr.sbin/pw/strtounum.c projects/hps_head/usr.sbin/pw/tests/Makefile projects/hps_head/usr.sbin/pw/tests/pw_groupadd.sh projects/hps_head/usr.sbin/pw/tests/pw_groupdel.sh projects/hps_head/usr.sbin/pw/tests/pw_useradd.sh projects/hps_head/usr.sbin/pw/tests/pw_userdel.sh projects/hps_head/usr.sbin/pw/tests/pw_usermod.sh projects/hps_head/usr.sbin/pwd_mkdb/pwd_mkdb.8 projects/hps_head/usr.sbin/rtsold/probe.c projects/hps_head/usr.sbin/syslogd/syslogd.c projects/hps_head/usr.sbin/sysrc/sysrc.8 projects/hps_head/usr.sbin/wake/wake.8 projects/hps_head/usr.sbin/wlandebug/wlandebug.8 projects/hps_head/usr.sbin/ypset/ypset.8 projects/hps_head/usr.sbin/ypset/ypset.c Directory Properties: projects/hps_head/ (props changed) projects/hps_head/cddl/ (props changed) projects/hps_head/cddl/contrib/opensolaris/ (props changed) projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed) projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/ (props changed) projects/hps_head/cddl/contrib/opensolaris/lib/libzfs/ (props changed) projects/hps_head/contrib/apr/ (props changed) projects/hps_head/contrib/binutils/ (props changed) projects/hps_head/contrib/compiler-rt/ (props changed) projects/hps_head/contrib/elftoolchain/ (props changed) projects/hps_head/contrib/sendmail/ (props changed) projects/hps_head/contrib/serf/ (props changed) projects/hps_head/contrib/sqlite3/ (props changed) projects/hps_head/contrib/subversion/ (props changed) projects/hps_head/contrib/tzdata/ (props changed) projects/hps_head/etc/ (props changed) projects/hps_head/gnu/usr.bin/binutils/ (props changed) projects/hps_head/include/ (props changed) projects/hps_head/lib/libc/ (props changed) projects/hps_head/lib/libutil/ (props changed) projects/hps_head/sbin/ (props changed) projects/hps_head/sbin/ipfw/ (props changed) projects/hps_head/share/ (props changed) projects/hps_head/share/man/man4/ (props changed) projects/hps_head/sys/ (props changed) projects/hps_head/sys/amd64/include/xen/ (props changed) projects/hps_head/sys/boot/ (props changed) projects/hps_head/sys/boot/powerpc/kboot/ (props changed) projects/hps_head/sys/boot/powerpc/ofw/ (props changed) projects/hps_head/sys/cddl/contrib/opensolaris/ (props changed) projects/hps_head/sys/conf/ (props changed) projects/hps_head/targets/ (props changed) projects/hps_head/usr.bin/calendar/ (props changed) projects/hps_head/usr.bin/mkimg/ (props changed) projects/hps_head/usr.sbin/bhyve/ (props changed) projects/hps_head/usr.sbin/rtsold/ (props changed) Modified: projects/hps_head/Makefile.inc1 ============================================================================== --- projects/hps_head/Makefile.inc1 Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/Makefile.inc1 Tue Aug 18 11:51:29 2015 (r286882) @@ -219,11 +219,16 @@ INSTALLTMP!= /usr/bin/mktemp -d -u -t in # 2. build-tools stage [TMAKE] # This stage is responsible for creating the object # tree and building any tools that are needed during -# the build process. +# the build process. Some programs are listed during +# this phase because they build binaries to generate +# files needed to build these programs. This stage also +# builds the 'build-tools' target rather than 'all'. # 3. cross-tools stage [XMAKE] # This stage is responsible for creating any tools that # are needed for building the system. A cross-compiler is one -# of them. +# of them. This differs from build tools in two ways: +# 1. the 'all' target is built rather than 'build-tools' +# 2. these tools are installed into TMPPATH for stage 4. # 4. world stage [WMAKE] # This stage actually builds the world. # 5. install stage (optional) [IMAKE] @@ -807,7 +812,7 @@ __installcheck_UGID: _zoneinfo= zic tzsetup .endif -ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ +ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \ date echo egrep find grep id install ${_install-info} \ ln lockf make mkdir mtree mv pwd_mkdb \ rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \ @@ -1225,16 +1230,23 @@ update: # # -# legacy: Build compatibility shims for the next three targets. This is a minimal -# set of tools and shims necessary to compensate for older systems which don't have -# the APIs that the targets built in bootstrap-tools, build-tools or cross-tools. +# legacy: Build compatibility shims for the next three targets. This is a +# minimal set of tools and shims necessary to compensate for older systems +# which don't have the APIs required by the targets built in bootstrap-tools, +# build-tools or cross-tools. # + +# ELF Tool Chain libraries are needed for ELF tools and dtrace tools. +.if ${BOOTSTRAPPING} < 1100006 +_elftoolchain_libs= lib/libelf lib/libdwarf +.endif + legacy: .if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0 @echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \ false .endif -.for _tool in tools/build +.for _tool in tools/build ${_elftoolchain_libs} ${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \ cd ${.CURDIR}/${_tool} && \ ${MAKE} DIRPRFX=${_tool}/ obj && \ @@ -1297,7 +1309,8 @@ _lex= usr.bin/lex # r277259 crunchide: Correct 64-bit section header offset # r281674 crunchide: always include both 32- and 64-bit ELF support -.if ${BOOTSTRAPPING} < 1100071 +# r285986 crunchen: use STRIPBIN rather than STRIP +.if ${BOOTSTRAPPING} < 1100078 _crunch= usr.sbin/crunch .endif @@ -1332,13 +1345,12 @@ ${_bt}-usr.bin/clang/tblgen: ${_bt}-lib/ # pre libdwarf .if ${BOOTSTRAPPING} < 1100006 || (${MACHINE} != ${TARGET} || \ ${MACHINE_ARCH} != ${TARGET_ARCH}) -_elftoolchain_libs= lib/libelf lib/libdwarf .if ${MK_CDDL} != "no" _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf cddl/usr.bin/ctfconvert \ cddl/usr.bin/ctfmerge -${_bt}-cddl/usr.bin/ctfconvert: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf -${_bt}-cddl/usr.bin/ctfmerge: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf +${_bt}-cddl/usr.bin/ctfconvert: ${_bt}-cddl/lib/libctf +${_bt}-cddl/usr.bin/ctfmerge: ${_bt}-cddl/lib/libctf .endif .endif @@ -1381,7 +1393,6 @@ bootstrap-tools: .PHONY .for _tool in \ ${_clang_tblgen} \ ${_kerberos5_bootstrap_tools} \ - ${_elftoolchain_libs} \ ${_dtrace_tools} \ ${_strfile} \ ${_gperf} \ @@ -1427,17 +1438,18 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools .endif .if ${MK_RESCUE} != "no" -_rescue= rescue/rescue +# rescue includes programs that have build-tools targets +_rescue=rescue/rescue .endif build-tools: .MAKE .for _tool in \ bin/csh \ bin/sh \ - ${_rescue} \ ${LOCAL_TOOL_DIRS} \ lib/ncurses/ncurses \ lib/ncurses/ncursesw \ + ${_rescue} \ ${_share} \ usr.bin/awk \ lib/libmagic \ @@ -1482,7 +1494,7 @@ _btxld= usr.sbin/btxld .if ${MK_BINUTILS_BOOTSTRAP} != "no" _binutils= gnu/usr.bin/binutils .endif -.if ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" _elftctools= lib/libelftc \ usr.bin/elfcopy \ usr.bin/nm \ @@ -1492,7 +1504,7 @@ _elftctools= lib/libelftc \ # cross-build on a FreeBSD 10 host: _elftctools+= usr.bin/addr2line .endif -.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" # If cross-building with an external binutils we still need to build strip for # the target (for at least crunchide). _elftctools= lib/libelftc \ Modified: projects/hps_head/ObsoleteFiles.inc ============================================================================== --- projects/hps_head/ObsoleteFiles.inc Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/ObsoleteFiles.inc Tue Aug 18 11:51:29 2015 (r286882) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20150802: Remove netbsd's test on pw(8) +OLD_FILES+=usr/tests/usr.sbin/pw/pw_test # 20150719: Remove libarchive.pc OLD_FILES+=usr/libdata/pkgconfig/libarchive.pc # 20150705: Rename DTrace provider man pages. Modified: projects/hps_head/UPDATING ============================================================================== --- projects/hps_head/UPDATING Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/UPDATING Tue Aug 18 11:51:29 2015 (r286882) @@ -31,6 +31,58 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150817: + Kernel-loadable modules for the random(4) device are back. To use + them, the kernel must have + + device random + options RANDOM_LOADABLE + + kldload(8) can then be used to load random_fortuna.ko + or random_yarrow.ko. Please note that due to the indirect + function calls that the loadable modules need to provide, + the build-in variants will be slightly more efficient. + + The random(4) kernel option RANDOM_DUMMY has been retired due to + unpopularity. It was not all that useful anyway. + +20150813: + The WITHOUT_ELFTOOLCHAIN_TOOLS src.conf(5) knob has been retired. + Control over building the ELF Tool Chain tools is now provided by + the WITHOUT_TOOLCHAIN knob. + +20150810: + The polarity of Pulse Per Second (PPS) capture events with the + uart(4) driver has been corrected. Prior to this change the PPS + "assert" event corresponded to the trailing edge of a positive PPS + pulse and the "clear" event was the leading edge of the next pulse. + + As the width of a PPS pulse in a typical GPS receiver is on the + order of 1 millisecond, most users will not notice any significant + difference with this change. + + Anyone who has compensated for the historical polarity reversal by + configuring a negative offset equal to the pulse width will need to + remove that workaround. + +20150809: + The default group assigned to /dev/dri entries has been changed + from 'wheel' to 'video' with the id of '44'. If you want to have + access to the dri devices please add yourself to the video group + with: + + # pw groupmod video -m $USER + +20150806: + The menu.rc and loader.rc files will now be replaced during + upgrades. Please migrate local changes to menu.rc.local and + loader.rc.local instead. + +20150805: + GNU Binutils versions of addr2line, c++filt, nm, readelf, size, + strings and strip have been removed. The src.conf(5) knob + WITHOUT_ELFTOOLCHAIN_TOOLS no longer provides the binutils tools. + 20150728: As ZFS requires more kernel stack pages than is the default on some architectures e.g. i386, it now warns if KSTACK_PAGES is less than @@ -224,7 +276,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 taken from the ELF Tool Chain project rather than GNU binutils. They should be drop-in replacements, with the addition of arm64 support. The WITHOUT_ELFTOOLCHAIN_TOOLS= knob may be used to obtain the - binutils tools, if necessary. + binutils tools, if necessary. See 20150805 for updated information. 20150105: The default Unbound configuration now enables remote control Modified: projects/hps_head/bin/sh/miscbltin.c ============================================================================== --- projects/hps_head/bin/sh/miscbltin.c Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/bin/sh/miscbltin.c Tue Aug 18 11:51:29 2015 (r286882) @@ -191,9 +191,10 @@ readcmd(int argc __unused, char **argv _ CHECKSTRSPACE(1, p); if (backslash) { backslash = 0; - startword = 0; - if (c != '\n') + if (c != '\n') { + startword = 0; USTPUTC(c, p); + } continue; } if (!rflag && c == '\\') { Modified: projects/hps_head/bin/sh/options.c ============================================================================== --- projects/hps_head/bin/sh/options.c Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/bin/sh/options.c Tue Aug 18 11:51:29 2015 (r286882) @@ -73,6 +73,7 @@ char *minusc; /* argument to -c option static void options(int); static void minus_o(char *, int); static void setoption(int, int); +static void setoptionbyindex(int, int); static int getopts(char *, char *, char **, char ***, char **); @@ -269,7 +270,7 @@ minus_o(char *name, int val) } else { for (i = 0; i < NOPTS; i++) if (equal(name, optlist[i].name)) { - setoption(optlist[i].letter, val); + setoptionbyindex(i, val); return; } error("Illegal option -o %s", name); @@ -278,26 +279,32 @@ minus_o(char *name, int val) static void -setoption(int flag, int val) +setoptionbyindex(int idx, int val) { - int i; - - if (flag == 'p' && !val && privileged) { + if (optlist[idx].letter == 'p' && !val && privileged) { if (setgid(getgid()) == -1) error("setgid"); if (setuid(getuid()) == -1) error("setuid"); } + optlist[idx].val = val; + if (val) { + /* #%$ hack for ksh semantics */ + if (optlist[idx].letter == 'V') + Eflag = 0; + else if (optlist[idx].letter == 'E') + Vflag = 0; + } +} + +static void +setoption(int flag, int val) +{ + int i; + for (i = 0; i < NOPTS; i++) if (optlist[i].letter == flag) { - optlist[i].val = val; - if (val) { - /* #%$ hack for ksh semantics */ - if (flag == 'V') - Eflag = 0; - else if (flag == 'E') - Vflag = 0; - } + setoptionbyindex(i, val); return; } error("Illegal option -%c", flag); Modified: projects/hps_head/bin/sh/tests/builtins/Makefile ============================================================================== --- projects/hps_head/bin/sh/tests/builtins/Makefile Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/bin/sh/tests/builtins/Makefile Tue Aug 18 11:51:29 2015 (r286882) @@ -121,6 +121,7 @@ FILES+= read4.0 read4.0.stdout FILES+= read5.0 FILES+= read6.0 FILES+= read7.0 +FILES+= read8.0 FILES+= return1.0 FILES+= return2.1 FILES+= return3.1 Copied: projects/hps_head/bin/sh/tests/builtins/read8.0 (from r286881, head/bin/sh/tests/builtins/read8.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/hps_head/bin/sh/tests/builtins/read8.0 Tue Aug 18 11:51:29 2015 (r286882, copy of r286881, head/bin/sh/tests/builtins/read8.0) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +read a b c <<\EOF +\ +A\ + \ + \ + \ +B\ + \ + \ +C\ + \ + \ + \ +EOF +[ "$a.$b.$c" = "A.B.C" ] Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoofew.d ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoofew.d Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoofew.d Tue Aug 18 11:51:29 2015 (r286882) @@ -34,7 +34,7 @@ * */ -lockstat:kernel:mtx_lock:adaptive-acquire +lockstat:::adaptive-acquire { mutex_owned(); exit(1); Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoomany.d ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoomany.d Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.motoomany.d Tue Aug 18 11:51:29 2015 (r286882) @@ -34,7 +34,7 @@ * */ -lockstat:kernel:mtx_lock:adaptive-acquire +lockstat:::adaptive-acquire { mutex_owned((kmutex_t *)arg0, 99); exit(1); Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d Tue Aug 18 11:51:29 2015 (r286882) @@ -36,7 +36,7 @@ */ -lockstat:kernel:mtx_lock:adaptive-acquire +lockstat:::adaptive-acquire { mutex_type_adaptive(); exit(1); Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d Tue Aug 18 11:51:29 2015 (r286882) @@ -35,7 +35,7 @@ */ -lockstat:kernel:mtx_lock:adaptive-acquire +lockstat:::adaptive-acquire { mutex_type_adaptive((kmutex_t *)arg0, 99); exit(1); Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_owner.d ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_owner.d Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_owner.d Tue Aug 18 11:51:29 2015 (r286882) @@ -48,7 +48,7 @@ BEGIN i = 0; } -lockstat::mtx_lock:adaptive-acquire +lockstat:::adaptive-acquire { ptr = mutex_owner((struct mtx *)arg0); Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_type_adaptive.d ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_type_adaptive.d Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.mutex_type_adaptive.d Tue Aug 18 11:51:29 2015 (r286882) @@ -44,7 +44,7 @@ BEGIN ret = -99; } -mtx_lock:adaptive-acquire +lockstat:::adaptive-acquire { ret = mutex_type_adaptive((struct mtx *)arg0); i++; Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv4remote.pl ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv4remote.pl Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv4remote.pl Tue Aug 18 11:51:29 2015 (r286882) @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # # CDDL HEADER START # Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv6remote.pl ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv6remote.pl Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/get.ipv6remote.pl Tue Aug 18 11:51:29 2015 (r286882) @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # # CDDL HEADER START # Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh Tue Aug 18 11:51:29 2015 (r286882) @@ -58,12 +58,25 @@ fi dtrace=$1 local=127.0.0.1 -tcpport=22 DIR=/var/tmp/dtest.$$ +tcpport=1024 +bound=5000 +while [ $tcpport -lt $bound ]; do + nc -z $local $tcpport >/dev/null || break + tcpport=$(($tcpport + 1)) +done +if [ $tcpport -eq $bound ]; then + echo "couldn't find an available TCP port" + exit 1 +fi + mkdir $DIR cd $DIR +# nc will exit when the connection is closed. +nc -l $local $tcpport & + cat > test.pl <<-EOPERL use IO::Socket; my \$s = IO::Socket::INET->new( @@ -76,7 +89,7 @@ cat > test.pl <<-EOPERL sleep(2); EOPERL -$dtrace -c '/usr/bin/perl test.pl' -qs /dev/stdin < test.pl <<-EOPERL sleep(2); EOPERL -$dtrace -c '/usr/bin/perl test.pl' -qs /dev/stdin < test.pl <<-EOPERL sleep(2); EOPERL -$dtrace -c '/usr/bin/perl test.pl' -qs /dev/stdin < test.pl <<-EOPERL sleep(2); EOPERL -$dtrace -c '/usr/bin/perl test.pl' -qs /dev/stdin < @@ -95,6 +95,8 @@ static int zopt_objects = 0; static libzfs_handle_t *g_zfs; static uint64_t max_inflight = 1000; +static void snprintf_blkptr_compact(char *, size_t, const blkptr_t *); + /* * These libumem hooks provide a reasonable set of defaults for the allocator's * debugging facilities. @@ -418,6 +420,79 @@ dump_zap(objset_t *os, uint64_t object, zap_cursor_fini(&zc); } +static void +dump_bpobj(objset_t *os, uint64_t object, void *data, size_t size) +{ + bpobj_phys_t *bpop = data; + char bytes[32], comp[32], uncomp[32]; + + if (bpop == NULL) + return; + + zdb_nicenum(bpop->bpo_bytes, bytes); + zdb_nicenum(bpop->bpo_comp, comp); + zdb_nicenum(bpop->bpo_uncomp, uncomp); + + (void) printf("\t\tnum_blkptrs = %llu\n", + (u_longlong_t)bpop->bpo_num_blkptrs); + (void) printf("\t\tbytes = %s\n", bytes); + if (size >= BPOBJ_SIZE_V1) { + (void) printf("\t\tcomp = %s\n", comp); + (void) printf("\t\tuncomp = %s\n", uncomp); + } + if (size >= sizeof (*bpop)) { + (void) printf("\t\tsubobjs = %llu\n", + (u_longlong_t)bpop->bpo_subobjs); + (void) printf("\t\tnum_subobjs = %llu\n", + (u_longlong_t)bpop->bpo_num_subobjs); + } + + if (dump_opt['d'] < 5) + return; + + for (uint64_t i = 0; i < bpop->bpo_num_blkptrs; i++) { + char blkbuf[BP_SPRINTF_LEN]; + blkptr_t bp; + + int err = dmu_read(os, object, + i * sizeof (bp), sizeof (bp), &bp, 0); + if (err != 0) { + (void) printf("got error %u from dmu_read\n", err); + break; + } + snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), &bp); + (void) printf("\t%s\n", blkbuf); + } +} + +/* ARGSUSED */ +static void +dump_bpobj_subobjs(objset_t *os, uint64_t object, void *data, size_t size) +{ + dmu_object_info_t doi; + + VERIFY0(dmu_object_info(os, object, &doi)); + uint64_t *subobjs = kmem_alloc(doi.doi_max_offset, KM_SLEEP); + + int err = dmu_read(os, object, 0, doi.doi_max_offset, subobjs, 0); + if (err != 0) { + (void) printf("got error %u from dmu_read\n", err); + kmem_free(subobjs, doi.doi_max_offset); + return; + } + + int64_t last_nonzero = -1; + for (uint64_t i = 0; i < doi.doi_max_offset / 8; i++) { + if (subobjs[i] != 0) + last_nonzero = i; + } + + for (int64_t i = 0; i <= last_nonzero; i++) { + (void) printf("\t%llu\n", (longlong_t)subobjs[i]); + } + kmem_free(subobjs, doi.doi_max_offset); +} + /*ARGSUSED*/ static void dump_ddt_zap(objset_t *os, uint64_t object, void *data, size_t size) @@ -1397,7 +1472,7 @@ dump_bpobj_cb(void *arg, const blkptr_t } static void -dump_bpobj(bpobj_t *bpo, char *name, int indent) +dump_full_bpobj(bpobj_t *bpo, char *name, int indent) { char bytes[32]; char comp[32]; @@ -1411,11 +1486,12 @@ dump_bpobj(bpobj_t *bpo, char *name, int zdb_nicenum(bpo->bpo_phys->bpo_comp, comp); zdb_nicenum(bpo->bpo_phys->bpo_uncomp, uncomp); (void) printf(" %*s: object %llu, %llu local blkptrs, " - "%llu subobjs, %s (%s/%s comp)\n", + "%llu subobjs in object %llu, %s (%s/%s comp)\n", indent * 8, name, (u_longlong_t)bpo->bpo_object, (u_longlong_t)bpo->bpo_phys->bpo_num_blkptrs, (u_longlong_t)bpo->bpo_phys->bpo_num_subobjs, + (u_longlong_t)bpo->bpo_phys->bpo_subobjs, bytes, comp, uncomp); for (uint64_t i = 0; i < bpo->bpo_phys->bpo_num_subobjs; i++) { @@ -1432,7 +1508,7 @@ dump_bpobj(bpobj_t *bpo, char *name, int error, (u_longlong_t)subobj); continue; } - dump_bpobj(&subbpo, "subobj", indent + 1); + dump_full_bpobj(&subbpo, "subobj", indent + 1); bpobj_close(&subbpo); } } else { @@ -1466,7 +1542,7 @@ dump_deadlist(dsl_deadlist_t *dl) return; if (dl->dl_oldfmt) { - dump_bpobj(&dl->dl_bpobj, "old-format deadlist", 0); + dump_full_bpobj(&dl->dl_bpobj, "old-format deadlist", 0); return; } @@ -1491,7 +1567,7 @@ dump_deadlist(dsl_deadlist_t *dl) (void) snprintf(buf, sizeof (buf), "mintxg %llu -> " "obj %llu", (longlong_t)dle->dle_mintxg, (longlong_t)dle->dle_bpobj.bpo_object); - dump_bpobj(&dle->dle_bpobj, buf, 0); + dump_full_bpobj(&dle->dle_bpobj, buf, 0); } else { (void) printf("mintxg %llu -> obj %llu\n", (longlong_t)dle->dle_mintxg, @@ -1682,8 +1758,8 @@ static object_viewer_t *object_viewer[DM dump_uint64, /* object array */ dump_none, /* packed nvlist */ dump_packed_nvlist, /* packed nvlist size */ - dump_none, /* bplist */ - dump_none, /* bplist header */ + dump_none, /* bpobj */ + dump_bpobj, /* bpobj header */ dump_none, /* SPA space map header */ dump_none, /* SPA space map */ dump_none, /* ZIL intent log */ @@ -1730,7 +1806,7 @@ static object_viewer_t *object_viewer[DM dump_zap, /* deadlist */ dump_none, /* deadlist hdr */ dump_zap, /* dsl clones */ - dump_none, /* bpobj subobjs */ + dump_bpobj_subobjs, /* bpobj subobjs */ dump_unknown, /* Unknown type, must be last */ }; @@ -2145,7 +2221,7 @@ dump_label(const char *dev) (void) close(fd); } -static uint64_t num_large_blocks; +static uint64_t dataset_feature_count[SPA_FEATURES]; /*ARGSUSED*/ static int @@ -2159,8 +2235,15 @@ dump_one_dir(const char *dsname, void *a (void) printf("Could not open %s, error %d\n", dsname, error); return (0); } - if (dmu_objset_ds(os)->ds_large_blocks) - num_large_blocks++; + + for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { + if (!dmu_objset_ds(os)->ds_feature_inuse[f]) + continue; + ASSERT(spa_feature_table[f].fi_flags & + ZFEATURE_FLAG_PER_DATASET); + dataset_feature_count[f]++; + } + dump_dir(os); dmu_objset_disown(os, FTAG); fuid_table_destroy(); @@ -2352,6 +2435,9 @@ zdb_blkptr_cb(spa_t *spa, zilog_t *zilog dmu_object_type_t type; boolean_t is_metadata; + if (bp == NULL) + return (0); + if (dump_opt['b'] >= 5 && bp->blk_birth > 0) { char blkbuf[BP_SPRINTF_LEN]; snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); @@ -2841,7 +2927,7 @@ zdb_ddt_add_cb(spa_t *spa, zilog_t *zilo avl_index_t where; zdb_ddt_entry_t *zdde, zdde_search; - if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) + if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) return (0); if (dump_opt['S'] > 1 && zb->zb_level == ZB_ROOT_LEVEL) { @@ -2956,13 +3042,13 @@ dump_zpool(spa_t *spa) dump_metaslab_groups(spa); if (dump_opt['d'] || dump_opt['i']) { - uint64_t refcount; dump_dir(dp->dp_meta_objset); if (dump_opt['d'] >= 3) { - dump_bpobj(&spa->spa_deferred_bpobj, + dump_full_bpobj(&spa->spa_deferred_bpobj, "Deferred frees", 0); if (spa_version(spa) >= SPA_VERSION_DEADLISTS) { - dump_bpobj(&spa->spa_dsl_pool->dp_free_bpobj, + dump_full_bpobj( + &spa->spa_dsl_pool->dp_free_bpobj, "Pool snapshot frees", 0); } @@ -2977,17 +3063,29 @@ dump_zpool(spa_t *spa) (void) dmu_objset_find(spa_name(spa), dump_one_dir, NULL, DS_FIND_SNAPSHOTS | DS_FIND_CHILDREN); - (void) feature_get_refcount(spa, - &spa_feature_table[SPA_FEATURE_LARGE_BLOCKS], &refcount); - if (num_large_blocks != refcount) { - (void) printf("large_blocks feature refcount mismatch: " - "expected %lld != actual %lld\n", - (longlong_t)num_large_blocks, - (longlong_t)refcount); - rc = 2; - } else { - (void) printf("Verified large_blocks feature refcount " - "is correct (%llu)\n", (longlong_t)refcount); + for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { + uint64_t refcount; + + if (!(spa_feature_table[f].fi_flags & + ZFEATURE_FLAG_PER_DATASET)) { + ASSERT0(dataset_feature_count[f]); + continue; + } + (void) feature_get_refcount(spa, + &spa_feature_table[f], &refcount); + if (dataset_feature_count[f] != refcount) { + (void) printf("%s feature refcount mismatch: " + "%lld datasets != %lld refcount\n", + spa_feature_table[f].fi_uname, + (longlong_t)dataset_feature_count[f], + (longlong_t)refcount); + rc = 2; + } else { + (void) printf("Verified %s feature refcount " + "of %llu is correct\n", + spa_feature_table[f].fi_uname, + (longlong_t)refcount); + } } } if (rc == 0 && (dump_opt['b'] || dump_opt['c'])) Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Tue Aug 18 11:51:29 2015 (r286882) @@ -191,11 +191,13 @@ .Nm .Cm receive Ns | Ns Cm recv .Op Fl vnFu +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot .Nm .Cm receive Ns | Ns Cm recv .Op Fl vnFu .Op Fl d | e +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem .Nm .Cm allow @@ -939,7 +941,23 @@ Disabling checksums is .Em NOT a recommended practice. .It Sy compression Ns = Ns Cm on | off | lzjb | gzip | gzip- Ns Ar N | Cm zle | Cm lz4 -Controls the compression algorithm used for this dataset. The +Controls the compression algorithm used for this dataset. +Setting compression to +.Cm on +indicates that the current default compression algorithm should be used. +The default balances compression and decompression speed, with compression +ratio and is expected to work well on a wide variety of workloads. +Unlike all other settings for this property, on does not select a fixed +compression type. +As new compression algorithms are added to ZFS and enabled on a pool, the +default compression algorithm may change. +The current default compression algorthm is either +.Cm lzjb +or, if the +.Sy lz4_compress +feature is enabled, +.Cm lz4 . +The .Cm lzjb compression algorithm is optimized for performance while providing decent data compression. Setting compression to @@ -2689,6 +2707,7 @@ feature. .Nm .Cm receive Ns | Ns Cm recv .Op Fl vnFu +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot .Xc .It Xo @@ -2696,6 +2715,7 @@ feature. .Cm receive Ns | Ns Cm recv .Op Fl vnFu .Op Fl d | e +.Op Fl o Sy origin Ns = Ns Ar snapshot .Ar filesystem .Xc .Pp @@ -2780,6 +2800,10 @@ receive operation. Do not actually receive the stream. This can be useful in conjunction with the .Fl v option to verify the name the receive operation would use. +.It Fl o Sy origin Ns = Ns Ar snapshot +Forces the stream to be received as a clone of the given snapshot. +This is only valid if the stream is an incremental stream whose source +is the same as the provided origin. .It Fl F Force a rollback of the file system to the most recent snapshot before performing the receive operation. If receiving an incremental replication Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Tue Aug 18 11:51:29 2015 (r286882) @@ -264,8 +264,9 @@ get_usage(zfs_help_t idx) return (gettext("\tpromote \n")); case HELP_RECEIVE: return (gettext("\treceive|recv [-vnFu] \n" - "\treceive|recv [-vnFu] [-d | -e] \n")); + "snapshot>\n" + "\treceive|recv [-vnFu] [-o origin=] [-d | -e] " + "\n")); case HELP_RENAME: return (gettext("\trename [-f] " "\n" @@ -791,7 +792,7 @@ zfs_do_create(int argc, char **argv) nomem(); break; case 'o': - if (parseprop(props, optarg)) + if (parseprop(props, optarg) != 0) goto error; break; case 's': @@ -3659,7 +3660,7 @@ zfs_do_snapshot(int argc, char **argv) while ((c = getopt(argc, argv, "ro:")) != -1) { switch (c) { case 'o': - if (parseprop(props, optarg)) + if (parseprop(props, optarg) != 0) return (1); break; case 'r': @@ -3918,10 +3919,19 @@ zfs_do_receive(int argc, char **argv) { int c, err; recvflags_t flags = { 0 }; + nvlist_t *props; + nvpair_t *nvp = NULL; + + if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0) + nomem(); /* check options */ - while ((c = getopt(argc, argv, ":denuvF")) != -1) { + while ((c = getopt(argc, argv, ":o:denuvF")) != -1) { switch (c) { + case 'o': + if (parseprop(props, optarg) != 0) + return (1); + break; case 'd': flags.isprefix = B_TRUE; break; @@ -3966,6 +3976,13 @@ zfs_do_receive(int argc, char **argv) usage(B_FALSE); } + while ((nvp = nvlist_next_nvpair(props, nvp))) { + if (strcmp(nvpair_name(nvp), "origin") != 0) { + (void) fprintf(stderr, gettext("invalid option")); + usage(B_FALSE); + } + } + if (isatty(STDIN_FILENO)) { (void) fprintf(stderr, gettext("Error: Backup stream can not be read " @@ -3974,7 +3991,7 @@ zfs_do_receive(int argc, char **argv) return (1); } - err = zfs_receive(g_zfs, argv[0], &flags, STDIN_FILENO, NULL); + err = zfs_receive(g_zfs, argv[0], props, &flags, STDIN_FILENO, NULL); return (err != 0); } Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/zhack/zhack.c ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/zhack/zhack.c Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/zhack/zhack.c Tue Aug 18 11:51:29 2015 (r286882) @@ -20,7 +20,7 @@ */ /* - * Copyright (c) 2011, 2014 by Delphix. All rights reserved. + * Copyright (c) 2011, 2015 by Delphix. All rights reserved. * Copyright (c) 2013 Steven Hartland. All rights reserved. */ @@ -294,8 +294,8 @@ zhack_feature_enable_sync(void *arg, dmu feature_enable_sync(spa, feature, tx); spa_history_log_internal(spa, "zhack enable feature", tx, - "name=%s can_readonly=%u", - feature->fi_guid, feature->fi_can_readonly); + "guid=%s flags=%x", + feature->fi_guid, feature->fi_flags); } static void @@ -314,9 +314,7 @@ zhack_do_feature_enable(int argc, char * */ desc = NULL; feature.fi_uname = "zhack"; - feature.fi_mos = B_FALSE; - feature.fi_can_readonly = B_FALSE; - feature.fi_activate_on_enable = B_FALSE; + feature.fi_flags = 0; feature.fi_depends = nodeps; feature.fi_feature = SPA_FEATURE_NONE; @@ -324,7 +322,7 @@ zhack_do_feature_enable(int argc, char * while ((c = getopt(argc, argv, "rmd:")) != -1) { switch (c) { case 'r': - feature.fi_can_readonly = B_TRUE; + feature.fi_flags |= ZFEATURE_FLAG_READONLY_COMPAT; break; case 'd': desc = strdup(optarg); @@ -413,7 +411,7 @@ zhack_do_feature_ref(int argc, char **ar * disk later. */ feature.fi_uname = "zhack"; - feature.fi_mos = B_FALSE; + feature.fi_flags = 0; feature.fi_desc = NULL; feature.fi_depends = nodeps; feature.fi_feature = SPA_FEATURE_NONE; @@ -422,7 +420,7 @@ zhack_do_feature_ref(int argc, char **ar while ((c = getopt(argc, argv, "md")) != -1) { switch (c) { case 'm': - feature.fi_mos = B_TRUE; + feature.fi_flags |= ZFEATURE_FLAG_MOS; break; case 'd': decr = B_TRUE; @@ -455,10 +453,10 @@ zhack_do_feature_ref(int argc, char **ar if (0 == zap_contains(mos, spa->spa_feat_for_read_obj, feature.fi_guid)) { - feature.fi_can_readonly = B_FALSE; + feature.fi_flags &= ~ZFEATURE_FLAG_READONLY_COMPAT; } else if (0 == zap_contains(mos, spa->spa_feat_for_write_obj, feature.fi_guid)) { - feature.fi_can_readonly = B_TRUE; + feature.fi_flags |= ZFEATURE_FLAG_READONLY_COMPAT; } else { fatal(spa, FTAG, "feature is not enabled: %s", feature.fi_guid); } Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Tue Aug 18 11:51:29 2015 (r286882) @@ -22,7 +22,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. - * Copyright (c) 2011, 2014 by Delphix. All rights reserved. + * Copyright (c) 2011, 2015 by Delphix. All rights reserved. * Copyright (c) 2012 by Frederik Wessels. All rights reserved. * Copyright (c) 2012 Martin Matuska . All rights reserved. * Copyright (c) 2013 by Prasad Joshi (sTec). All rights reserved. @@ -4986,7 +4986,8 @@ zpool_do_upgrade(int argc, char **argv) "---------------\n"); for (i = 0; i < SPA_FEATURES; i++) { zfeature_info_t *fi = &spa_feature_table[i]; - const char *ro = fi->fi_can_readonly ? + const char *ro = + (fi->fi_flags & ZFEATURE_FLAG_READONLY_COMPAT) ? " (read-only compatible)" : ""; (void) printf("%-37s%s\n", fi->fi_uname, ro); Modified: projects/hps_head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.c ============================================================================== --- projects/hps_head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.c Tue Aug 18 10:35:28 2015 (r286881) +++ projects/hps_head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.c Tue Aug 18 11:51:29 2015 (r286882) @@ -25,7 +25,7 @@ */ /* - * Copyright (c) 2013 by Delphix. All rights reserved. + * Copyright (c) 2013, 2014 by Delphix. All rights reserved. */ #include @@ -34,6 +34,7 @@ #include #include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@freebsd.org Tue Aug 18 19:04:10 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4A7F9BC15B for ; Tue, 18 Aug 2015 19:04:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0EB13A1; Tue, 18 Aug 2015 19:04:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7IJ4AXu080266; Tue, 18 Aug 2015 19:04:10 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7IJ40A1080227; Tue, 18 Aug 2015 19:04:00 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201508181904.t7IJ40A1080227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Tue, 18 Aug 2015 19:04:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r286896 - projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers 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.20 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: Tue, 18 Aug 2015 19:04:11 -0000 Author: dim Date: Tue Aug 18 19:03:59 2015 New Revision: 286896 URL: https://svnweb.freebsd.org/changeset/base/286896 Log: Import r243925 from the upstream clang release_37 branch: Reverting r239883 and r240720: ------------------------------------------------------------------------ r239883 | echristo | 2015-06-17 00:09:32 -0700 (Wed, 17 Jun 2015) | 16 lines Update the intel intrinsic headers to use the target attribute support. This involved removing the conditional inclusion and replacing them with target attributes matching the original conditional inclusion and checks. The testcase update removes the macro checks for each file and replaces them with usage of the __target__ attribute, e.g.: int __attribute__((__target__(("sse3")))) foo(int a) { _mm_mwait(0, 0); return 4; } This usage does require the enclosing function have the requisite __target__ attribute for inlining and code generation - also for any macro intrinsic uses in the enclosing function. There's no change for existing uses of the intrinsic headers. ------------------------------------------------------------------------ ------------------------------------------------------------------------ r240720 | silvas | 2015-06-25 16:22:11 -0700 (Thu, 25 Jun 2015) | 6 lines Remove `requires` for x86 CPU features. Ever since the target attributes change, we don't need to guard these headers with `requires`. Actually it's a bit worse, because if we do then they are included textually under the covers, causing declarations to appear in submodules they aren't supposed to be in. ------------------------------------------------------------------------ This reverts the changes to the intrinsics headers in trunk, which could result in some ports' configure scripts misdetecting SSE (and higher) support. Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/adxintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/ammintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avxintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/emmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/immintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/module.modulemap projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/shaintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/smmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/x86intrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/xopintrin.h Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h Tue Aug 18 19:03:59 2015 (r286896) @@ -25,8 +25,12 @@ #include +#if !defined (__AES__) +# error "AES instructions not enabled" +#else + /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("aes"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_aesenc_si128(__m128i __V, __m128i __R) @@ -63,4 +67,6 @@ _mm_aesimc_si128(__m128i __V) #undef __DEFAULT_FN_ATTRS +#endif + #endif /* _WMMINTRIN_AES_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h Tue Aug 18 19:03:59 2015 (r286896) @@ -23,8 +23,12 @@ #ifndef _WMMINTRIN_PCLMUL_H #define _WMMINTRIN_PCLMUL_H +#if !defined (__PCLMUL__) +# error "PCLMUL instruction is not enabled" +#else #define _mm_clmulepi64_si128(__X, __Y, __I) \ ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(__X), \ (__v2di)(__m128i)(__Y), (char)(__I))) +#endif #endif /* _WMMINTRIN_PCLMUL_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/adxintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/adxintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/adxintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -32,7 +32,8 @@ #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* Intrinsics that are available only if __ADX__ defined */ -static __inline unsigned char __attribute__((__always_inline__, __nodebug__, __target__("adx"))) +#ifdef __ADX__ +static __inline unsigned char __DEFAULT_FN_ATTRS _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, unsigned int *__p) { @@ -40,13 +41,14 @@ _addcarryx_u32(unsigned char __cf, unsig } #ifdef __x86_64__ -static __inline unsigned char __attribute__((__always_inline__, __nodebug__, __target__("adx"))) +static __inline unsigned char __DEFAULT_FN_ATTRS _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) { return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p); } #endif +#endif /* Intrinsics that are also available if __ADX__ undefined */ static __inline unsigned char __DEFAULT_FN_ATTRS Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/ammintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/ammintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/ammintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,10 +24,14 @@ #ifndef __AMMINTRIN_H #define __AMMINTRIN_H +#ifndef __SSE4A__ +#error "SSE4A instruction set not enabled" +#else + #include /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse4a"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /// \brief Extracts the specified bits from the lower 64 bits of the 128-bit /// integer vector operand at the index idx and of the length len. @@ -206,4 +210,6 @@ _mm_stream_ss(float *__p, __m128 __a) #undef __DEFAULT_FN_ATTRS +#endif /* __SSE4A__ */ + #endif /* __AMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -29,7 +29,7 @@ #define __AVX2INTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx2"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* SSE4 Multiple Packed Sums of Absolute Difference. */ #define _mm256_mpsadbw_epu8(X, Y, M) __builtin_ia32_mpsadbw256((X), (Y), (M)) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -34,7 +34,7 @@ typedef char __v64qi __attribute__ ((__v typedef short __v32hi __attribute__ ((__vector_size__ (64))); /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512bw"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline __v64qi __DEFAULT_FN_ATTRS _mm512_setzero_qi (void) { Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -29,7 +29,7 @@ #define __AVX512DQINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512dq"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m512i __DEFAULT_FN_ATTRS _mm512_mullo_epi64 (__m512i __A, __m512i __B) { Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -47,7 +47,7 @@ typedef unsigned short __mmask16; #define _MM_FROUND_CUR_DIRECTION 0x04 /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512f"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* Create vectors with repeated elements */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -29,7 +29,7 @@ #define __AVX512VLBWINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512vl,avx512bw"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* Integer compare */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -29,7 +29,7 @@ #define __AVX512VLDQINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512vl,avx512dq"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m256i __DEFAULT_FN_ATTRS _mm256_mullo_epi64 (__m256i __A, __m256i __B) { Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -29,7 +29,7 @@ #define __AVX512VLINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512vl"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* Integer compare */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avxintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avxintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/avxintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -40,7 +40,7 @@ typedef double __m256d __attribute__((__ typedef long long __m256i __attribute__((__vector_size__(32))); /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* Arithmetic */ static __inline __m256d __DEFAULT_FN_ATTRS Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -25,11 +25,15 @@ #error "Never use directly; include instead." #endif +#ifndef __BMI2__ +# error "BMI2 instruction set not enabled" +#endif /* __BMI2__ */ + #ifndef __BMI2INTRIN_H #define __BMI2INTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("bmi2"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ unsigned int __DEFAULT_FN_ATTRS _bzhi_u32(unsigned int __X, unsigned int __Y) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -25,6 +25,10 @@ #error "Never use directly; include instead." #endif +#ifndef __BMI__ +# error "BMI instruction set not enabled" +#endif /* __BMI__ */ + #ifndef __BMIINTRIN_H #define __BMIINTRIN_H @@ -37,7 +41,7 @@ #define _tzcnt_u32(a) (__tzcnt_u32((a))) /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("bmi"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ unsigned short __DEFAULT_FN_ATTRS __tzcnt_u16(unsigned short __X) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/emmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/emmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/emmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,6 +24,10 @@ #ifndef __EMMINTRIN_H #define __EMMINTRIN_H +#ifndef __SSE2__ +#error "SSE2 instruction set not enabled" +#else + #include typedef double __m128d __attribute__((__vector_size__(16))); @@ -36,7 +40,7 @@ typedef short __v8hi __attribute__((__ve typedef char __v16qi __attribute__((__vector_size__(16))); /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse2"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_add_sd(__m128d __a, __m128d __b) @@ -1471,4 +1475,6 @@ _mm_pause(void) #define _MM_SHUFFLE2(x, y) (((x) << 1) | (y)) +#endif /* __SSE2__ */ + #endif /* __EMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -25,6 +25,10 @@ #error "Never use directly; include instead." #endif +#ifndef __F16C__ +# error "F16C instruction is not enabled" +#endif /* __F16C__ */ + #ifndef __F16CINTRIN_H #define __F16CINTRIN_H @@ -32,7 +36,7 @@ typedef float __v8sf __attribute__ ((__v typedef float __m256 __attribute__ ((__vector_size__ (32))); /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("f16c"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) #define _mm_cvtps_ph(a, imm) __extension__ ({ \ __m128 __a = (a); \ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -28,10 +28,14 @@ #ifndef __FMA4INTRIN_H #define __FMA4INTRIN_H +#ifndef __FMA4__ +# error "FMA4 instruction set is not enabled" +#else + #include /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("fma4"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m128 __DEFAULT_FN_ATTRS _mm_macc_ps(__m128 __A, __m128 __B, __m128 __C) @@ -227,4 +231,6 @@ _mm256_msubadd_pd(__m256d __A, __m256d _ #undef __DEFAULT_FN_ATTRS +#endif /* __FMA4__ */ + #endif /* __FMA4INTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -28,8 +28,12 @@ #ifndef __FMAINTRIN_H #define __FMAINTRIN_H +#ifndef __FMA__ +# error "FMA instruction set is not enabled" +#else + /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("fma"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m128 __DEFAULT_FN_ATTRS _mm_fmadd_ps(__m128 __A, __m128 __B, __m128 __C) @@ -225,4 +229,6 @@ _mm256_fmsubadd_pd(__m256d __A, __m256d #undef __DEFAULT_FN_ATTRS +#endif /* __FMA__ */ + #endif /* __FMAINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/immintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/immintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/immintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,123 +24,175 @@ #ifndef __IMMINTRIN_H #define __IMMINTRIN_H +#ifdef __MMX__ #include +#endif +#ifdef __SSE__ #include +#endif +#ifdef __SSE2__ #include +#endif +#ifdef __SSE3__ #include +#endif +#ifdef __SSSE3__ #include +#endif +#if defined (__SSE4_2__) || defined (__SSE4_1__) #include +#endif +#if defined (__AES__) || defined (__PCLMUL__) #include +#endif +#ifdef __AVX__ #include +#endif +#ifdef __AVX2__ #include +#endif +#ifdef __BMI__ #include +#endif +#ifdef __BMI2__ #include +#endif +#ifdef __LZCNT__ #include +#endif +#ifdef __FMA__ #include +#endif +#ifdef __AVX512F__ #include +#endif +#ifdef __AVX512VL__ #include +#endif +#ifdef __AVX512BW__ #include +#endif +#ifdef __AVX512CD__ #include +#endif +#ifdef __AVX512DQ__ #include +#endif +#if defined (__AVX512VL__) && defined (__AVX512BW__) #include +#endif +#if defined (__AVX512VL__) && defined (__AVX512DQ__) #include +#endif +#ifdef __AVX512ER__ #include +#endif -static __inline__ int __attribute__((__always_inline__, __nodebug__, __target__("rdrnd"))) +#ifdef __RDRND__ +static __inline__ int __attribute__((__always_inline__, __nodebug__)) _rdrand16_step(unsigned short *__p) { return __builtin_ia32_rdrand16_step(__p); } -static __inline__ int __attribute__((__always_inline__, __nodebug__, __target__("rdrnd"))) +static __inline__ int __attribute__((__always_inline__, __nodebug__)) _rdrand32_step(unsigned int *__p) { return __builtin_ia32_rdrand32_step(__p); } #ifdef __x86_64__ -static __inline__ int __attribute__((__always_inline__, __nodebug__, __target__("rdrnd"))) +static __inline__ int __attribute__((__always_inline__, __nodebug__)) _rdrand64_step(unsigned long long *__p) { return __builtin_ia32_rdrand64_step(__p); } #endif +#endif /* __RDRND__ */ +#ifdef __FSGSBASE__ #ifdef __x86_64__ -static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__)) _readfsbase_u32(void) { return __builtin_ia32_rdfsbase32(); } -static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__)) _readfsbase_u64(void) { return __builtin_ia32_rdfsbase64(); } -static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__)) _readgsbase_u32(void) { return __builtin_ia32_rdgsbase32(); } -static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__)) _readgsbase_u64(void) { return __builtin_ia32_rdgsbase64(); } -static __inline__ void __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ void __attribute__((__always_inline__, __nodebug__)) _writefsbase_u32(unsigned int __V) { return __builtin_ia32_wrfsbase32(__V); } -static __inline__ void __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ void __attribute__((__always_inline__, __nodebug__)) _writefsbase_u64(unsigned long long __V) { return __builtin_ia32_wrfsbase64(__V); } -static __inline__ void __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ void __attribute__((__always_inline__, __nodebug__)) _writegsbase_u32(unsigned int __V) { return __builtin_ia32_wrgsbase32(__V); } -static __inline__ void __attribute__((__always_inline__, __nodebug__, __target__("fsgsbase"))) +static __inline__ void __attribute__((__always_inline__, __nodebug__)) _writegsbase_u64(unsigned long long __V) { return __builtin_ia32_wrgsbase64(__V); } #endif +#endif /* __FSGSBASE__ */ +#ifdef __RTM__ #include +#endif +#ifdef __RTM__ #include +#endif +#ifdef __SHA__ #include +#endif #include Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -25,11 +25,15 @@ #error "Never use directly; include instead." #endif +#ifndef __LZCNT__ +# error "LZCNT instruction is not enabled" +#endif /* __LZCNT__ */ + #ifndef __LZCNTINTRIN_H #define __LZCNTINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ unsigned short __DEFAULT_FN_ATTRS __lzcnt16(unsigned short __X) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h Tue Aug 18 19:03:59 2015 (r286896) @@ -30,7 +30,7 @@ typedef float __v2sf __attribute__((__vector_size__(8))); /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("3dnow"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ void __DEFAULT_FN_ATTRS _m_femms() { Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/mmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,6 +24,10 @@ #ifndef __MMINTRIN_H #define __MMINTRIN_H +#ifndef __MMX__ +#error "MMX instruction set not enabled" +#else + typedef long long __m64 __attribute__((__vector_size__(8))); typedef int __v2si __attribute__((__vector_size__(8))); @@ -31,7 +35,7 @@ typedef short __v4hi __attribute__((__ve typedef char __v8qi __attribute__((__vector_size__(8))); /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("mmx"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ void __DEFAULT_FN_ATTRS _mm_empty(void) @@ -497,5 +501,7 @@ _mm_setr_pi8(char __b0, char __b1, char #define _m_pcmpgtw _mm_cmpgt_pi16 #define _m_pcmpgtd _mm_cmpgt_pi32 +#endif /* __MMX__ */ + #endif /* __MMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/module.modulemap ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/module.modulemap Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/module.modulemap Tue Aug 18 19:03:59 2015 (r286896) @@ -32,117 +32,142 @@ module _Builtin_intrinsics [system] [ext } explicit module cpuid { + requires x86 header "cpuid.h" } explicit module mmx { + requires mmx header "mmintrin.h" } explicit module f16c { + requires f16c header "f16cintrin.h" } explicit module sse { + requires sse export mmx export sse2 // note: for hackish dependency header "xmmintrin.h" } explicit module sse2 { + requires sse2 export sse header "emmintrin.h" } explicit module sse3 { + requires sse3 export sse2 header "pmmintrin.h" } explicit module ssse3 { + requires ssse3 export sse3 header "tmmintrin.h" } explicit module sse4_1 { + requires sse41 export ssse3 header "smmintrin.h" } explicit module sse4_2 { + requires sse42 export sse4_1 header "nmmintrin.h" } explicit module sse4a { + requires sse4a export sse3 header "ammintrin.h" } explicit module avx { + requires avx export sse4_2 header "avxintrin.h" } explicit module avx2 { + requires avx2 export avx header "avx2intrin.h" } explicit module avx512f { + requires avx512f export avx2 header "avx512fintrin.h" } explicit module avx512er { + requires avx512er header "avx512erintrin.h" } explicit module bmi { + requires bmi header "bmiintrin.h" } explicit module bmi2 { + requires bmi2 header "bmi2intrin.h" } explicit module fma { + requires fma header "fmaintrin.h" } explicit module fma4 { + requires fma4 export sse3 header "fma4intrin.h" } explicit module lzcnt { + requires lzcnt header "lzcntintrin.h" } explicit module popcnt { + requires popcnt header "popcntintrin.h" } explicit module mm3dnow { + requires mm3dnow header "mm3dnow.h" } explicit module xop { + requires xop export fma4 header "xopintrin.h" } explicit module aes_pclmul { + requires aes, pclmul header "wmmintrin.h" export aes export pclmul } explicit module aes { + requires aes header "__wmmintrin_aes.h" } explicit module pclmul { + requires pclmul header "__wmmintrin_pclmul.h" } } Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,7 +24,12 @@ #ifndef _NMMINTRIN_H #define _NMMINTRIN_H +#ifndef __SSE4_2__ +#error "SSE4.2 instruction set not enabled" +#else + /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h, just include it now then. */ #include +#endif /* __SSE4_2__ */ #endif /* _NMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,10 +24,14 @@ #ifndef __PMMINTRIN_H #define __PMMINTRIN_H +#ifndef __SSE3__ +#error "SSE3 instruction set not enabled" +#else + #include /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse3"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_lddqu_si128(__m128i const *__p) @@ -113,4 +117,6 @@ _mm_mwait(unsigned __extensions, unsigne #undef __DEFAULT_FN_ATTRS +#endif /* __SSE3__ */ + #endif /* __PMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -21,11 +21,15 @@ *===-----------------------------------------------------------------------=== */ +#ifndef __POPCNT__ +#error "POPCNT instruction set not enabled" +#endif + #ifndef _POPCNTINTRIN_H #define _POPCNTINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("popcnt"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ int __DEFAULT_FN_ATTRS _mm_popcnt_u32(unsigned int __A) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -28,8 +28,10 @@ #ifndef __RDSEEDINTRIN_H #define __RDSEEDINTRIN_H +#ifdef __RDSEED__ + /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("rdseed"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ int __DEFAULT_FN_ATTRS _rdseed16_step(unsigned short *__p) @@ -53,4 +55,5 @@ _rdseed64_step(unsigned long long *__p) #undef __DEFAULT_FN_ATTRS +#endif /* __RDSEED__ */ #endif /* __RDSEEDINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -38,7 +38,7 @@ #define _XABORT_CODE(x) (((x) >> 24) & 0xFF) /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("rtm"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ unsigned int __DEFAULT_FN_ATTRS _xbegin(void) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/shaintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/shaintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/shaintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -28,8 +28,12 @@ #ifndef __SHAINTRIN_H #define __SHAINTRIN_H +#if !defined (__SHA__) +# error "SHA instructions not enabled" +#endif + /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sha"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ __builtin_ia32_sha1rnds4((V1), (V2), (M)); }) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/smmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/smmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/smmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,10 +24,14 @@ #ifndef _SMMINTRIN_H #define _SMMINTRIN_H +#ifndef __SSE4_1__ +#error "SSE4.1 instruction set not enabled" +#else + #include /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse4.1"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) /* SSE4 Rounding macros. */ #define _MM_FROUND_TO_NEAREST_INT 0x00 @@ -375,13 +379,9 @@ _mm_minpos_epu16(__m128i __V) return (__m128i) __builtin_ia32_phminposuw128((__v8hi)__V); } -/* Handle the sse4.2 definitions here. */ - /* These definitions are normally in nmmintrin.h, but gcc puts them in here so we'll do the same. */ - -#undef __DEFAULT_FN_ATTRS -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sse4.2"))) +#ifdef __SSE4_2__ /* These specify the type of data that we're comparing. */ #define _SIDD_UBYTE_OPS 0x00 @@ -481,4 +481,7 @@ _mm_crc32_u64(unsigned long long __C, un #include #endif +#endif /* __SSE4_2__ */ +#endif /* __SSE4_1__ */ + #endif /* _SMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -21,6 +21,10 @@ *===-----------------------------------------------------------------------=== */ +#ifndef __TBM__ +#error "TBM instruction set is not enabled" +#endif + #ifndef __X86INTRIN_H #error "Never use directly; include instead." #endif @@ -29,7 +33,7 @@ #define __TBMINTRIN_H /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("tbm"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) #define __bextri_u32(a, b) (__builtin_ia32_bextri_u32((a), (b))) Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,10 +24,14 @@ #ifndef __TMMINTRIN_H #define __TMMINTRIN_H +#ifndef __SSSE3__ +#error "SSSE3 instruction set not enabled" +#else + #include /* Define the default attributes for the functions in this file. */ -#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("ssse3"))) +#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) static __inline__ __m64 __DEFAULT_FN_ATTRS _mm_abs_pi8(__m64 __a) @@ -221,4 +225,6 @@ _mm_sign_pi32(__m64 __a, __m64 __b) #undef __DEFAULT_FN_ATTRS +#endif /* __SSSE3__ */ + #endif /* __TMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -26,8 +26,17 @@ #include +#if !defined (__AES__) && !defined (__PCLMUL__) +# error "AES/PCLMUL instructions not enabled" +#else + +#ifdef __AES__ #include <__wmmintrin_aes.h> +#endif /* __AES__ */ +#ifdef __PCLMUL__ #include <__wmmintrin_pclmul.h> +#endif /* __PCLMUL__ */ +#endif /* __AES__ || __PCLMUL__ */ #endif /* _WMMINTRIN_H */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/x86intrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/x86intrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/x86intrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -28,29 +28,53 @@ #include +#ifdef __3dNOW__ #include +#endif +#ifdef __BMI__ #include +#endif +#ifdef __BMI2__ #include +#endif +#ifdef __LZCNT__ #include +#endif +#ifdef __POPCNT__ #include +#endif +#ifdef __RDSEED__ #include +#endif +#ifdef __PRFCHW__ #include +#endif +#ifdef __SSE4A__ #include +#endif +#ifdef __FMA4__ #include +#endif +#ifdef __XOP__ #include +#endif +#ifdef __TBM__ #include +#endif +#ifdef __F16C__ #include +#endif /* FIXME: LWP */ Modified: projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h ============================================================================== --- projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h Tue Aug 18 18:54:45 2015 (r286895) +++ projects/clang-trunk/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h Tue Aug 18 19:03:59 2015 (r286896) @@ -24,6 +24,10 @@ #ifndef __XMMINTRIN_H #define __XMMINTRIN_H +#ifndef __SSE__ +#error "SSE instruction set not enabled" +#else + #include typedef int __v4si __attribute__((__vector_size__(16))); @@ -37,7 +41,7 @@ typedef float __m128 __attribute__((__ve #endif /* Define the default attributes for the functions in this file. */ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@freebsd.org Wed Aug 19 17:11:50 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C2D29BE615 for ; Wed, 19 Aug 2015 17:11:50 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CA36105A; Wed, 19 Aug 2015 17:11:50 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7JHBogD045863; Wed, 19 Aug 2015 17:11:50 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7JHBoLU045862; Wed, 19 Aug 2015 17:11:50 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201508191711.t7JHBoLU045862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 19 Aug 2015 17:11:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r286927 - projects/clang-trunk/lib/libz 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.20 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: Wed, 19 Aug 2015 17:11:50 -0000 Author: dim Date: Wed Aug 19 17:11:49 2015 New Revision: 286927 URL: https://svnweb.freebsd.org/changeset/base/286927 Log: Tentative fix for shifting -1 in libz. Modified: projects/clang-trunk/lib/libz/inflate.c Modified: projects/clang-trunk/lib/libz/inflate.c ============================================================================== --- projects/clang-trunk/lib/libz/inflate.c Wed Aug 19 15:40:03 2015 (r286926) +++ projects/clang-trunk/lib/libz/inflate.c Wed Aug 19 17:11:49 2015 (r286927) @@ -1504,7 +1504,7 @@ z_streamp strm; { struct inflate_state FAR *state; - if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; + if (strm == Z_NULL || strm->state == Z_NULL) return -(1L << 16); state = (struct inflate_state FAR *)strm->state; return ((long)(state->back) << 16) + (state->mode == COPY ? state->length :