From owner-svn-src-projects@FreeBSD.ORG Wed Feb 12 20:21:22 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 301D8749; Wed, 12 Feb 2014 20:21:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1631C199E; Wed, 12 Feb 2014 20:21:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CKLMqx072604; Wed, 12 Feb 2014 20:21:22 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CKLFT1072566; Wed, 12 Feb 2014 20:21:15 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201402122021.s1CKLFT1072566@svn.freebsd.org> From: Gleb Smirnoff Date: Wed, 12 Feb 2014 20:21:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r261812 - in projects/sendfile: . bin/pax bin/sh bin/sh/tests/builtins bin/sh/tests/parser cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libdtrace/common cddl/contrib/... 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.17 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, 12 Feb 2014 20:21:22 -0000 Author: glebius Date: Wed Feb 12 20:21:12 2014 New Revision: 261812 URL: http://svnweb.freebsd.org/changeset/base/261812 Log: Merge head up to r261810. Added: projects/sendfile/bin/sh/tests/parser/alias11.0 - copied unchanged from r261810, head/bin/sh/tests/parser/alias11.0 projects/sendfile/bin/sh/tests/parser/alias12.0 - copied unchanged from r261810, head/bin/sh/tests/parser/alias12.0 projects/sendfile/bin/sh/tests/parser/alias13.0 - copied unchanged from r261810, head/bin/sh/tests/parser/alias13.0 projects/sendfile/bin/sh/tests/parser/alias14.0 - copied unchanged from r261810, head/bin/sh/tests/parser/alias14.0 projects/sendfile/bin/sh/tests/parser/alias15.0 - copied unchanged from r261810, head/bin/sh/tests/parser/alias15.0 projects/sendfile/bin/sh/tests/parser/alias15.0.stdout - copied unchanged from r261810, head/bin/sh/tests/parser/alias15.0.stdout projects/sendfile/contrib/elftoolchain/ - copied from r261810, head/contrib/elftoolchain/ projects/sendfile/contrib/libc++/include/experimental/ - copied from r261810, head/contrib/libc++/include/experimental/ projects/sendfile/contrib/libc++/include/shared_mutex - copied unchanged from r261810, head/contrib/libc++/include/shared_mutex projects/sendfile/contrib/libc++/src/optional.cpp - copied unchanged from r261810, head/contrib/libc++/src/optional.cpp projects/sendfile/contrib/libc++/src/shared_mutex.cpp - copied unchanged from r261810, head/contrib/libc++/src/shared_mutex.cpp projects/sendfile/contrib/mdocml/NEWS - copied unchanged from r261810, head/contrib/mdocml/NEWS projects/sendfile/contrib/mdocml/TODO - copied unchanged from r261810, head/contrib/mdocml/TODO projects/sendfile/contrib/sendmail/libsm/inet6_ntop.c - copied unchanged from r261810, head/contrib/sendmail/libsm/inet6_ntop.c projects/sendfile/contrib/sendmail/libsm/t-inet6_ntop.c - copied unchanged from r261810, head/contrib/sendmail/libsm/t-inet6_ntop.c projects/sendfile/crypto/openssh/PROTOCOL.chacha20poly1305 - copied unchanged from r261810, head/crypto/openssh/PROTOCOL.chacha20poly1305 projects/sendfile/crypto/openssh/PROTOCOL.key - copied unchanged from r261810, head/crypto/openssh/PROTOCOL.key projects/sendfile/crypto/openssh/blocks.c - copied unchanged from r261810, head/crypto/openssh/blocks.c projects/sendfile/crypto/openssh/chacha.c - copied unchanged from r261810, head/crypto/openssh/chacha.c projects/sendfile/crypto/openssh/chacha.h - copied unchanged from r261810, head/crypto/openssh/chacha.h projects/sendfile/crypto/openssh/cipher-chachapoly.c - copied unchanged from r261810, head/crypto/openssh/cipher-chachapoly.c projects/sendfile/crypto/openssh/cipher-chachapoly.h - copied unchanged from r261810, head/crypto/openssh/cipher-chachapoly.h projects/sendfile/crypto/openssh/crypto_api.h - copied unchanged from r261810, head/crypto/openssh/crypto_api.h projects/sendfile/crypto/openssh/digest.c - copied unchanged from r261810, head/crypto/openssh/digest.c projects/sendfile/crypto/openssh/digest.h - copied unchanged from r261810, head/crypto/openssh/digest.h projects/sendfile/crypto/openssh/ed25519.c - copied unchanged from r261810, head/crypto/openssh/ed25519.c projects/sendfile/crypto/openssh/fe25519.c - copied unchanged from r261810, head/crypto/openssh/fe25519.c projects/sendfile/crypto/openssh/fe25519.h - copied unchanged from r261810, head/crypto/openssh/fe25519.h projects/sendfile/crypto/openssh/ge25519.c - copied unchanged from r261810, head/crypto/openssh/ge25519.c projects/sendfile/crypto/openssh/ge25519.h - copied unchanged from r261810, head/crypto/openssh/ge25519.h projects/sendfile/crypto/openssh/ge25519_base.data - copied unchanged from r261810, head/crypto/openssh/ge25519_base.data projects/sendfile/crypto/openssh/hash.c - copied unchanged from r261810, head/crypto/openssh/hash.c projects/sendfile/crypto/openssh/kexc25519.c - copied unchanged from r261810, head/crypto/openssh/kexc25519.c projects/sendfile/crypto/openssh/kexc25519c.c - copied unchanged from r261810, head/crypto/openssh/kexc25519c.c projects/sendfile/crypto/openssh/kexc25519s.c - copied unchanged from r261810, head/crypto/openssh/kexc25519s.c projects/sendfile/crypto/openssh/openbsd-compat/arc4random.c - copied unchanged from r261810, head/crypto/openssh/openbsd-compat/arc4random.c projects/sendfile/crypto/openssh/openbsd-compat/bcrypt_pbkdf.c - copied unchanged from r261810, head/crypto/openssh/openbsd-compat/bcrypt_pbkdf.c projects/sendfile/crypto/openssh/openbsd-compat/blf.h - copied unchanged from r261810, head/crypto/openssh/openbsd-compat/blf.h projects/sendfile/crypto/openssh/openbsd-compat/blowfish.c - copied unchanged from r261810, head/crypto/openssh/openbsd-compat/blowfish.c projects/sendfile/crypto/openssh/openbsd-compat/chacha_private.h - copied unchanged from r261810, head/crypto/openssh/openbsd-compat/chacha_private.h projects/sendfile/crypto/openssh/poly1305.c - copied unchanged from r261810, head/crypto/openssh/poly1305.c projects/sendfile/crypto/openssh/poly1305.h - copied unchanged from r261810, head/crypto/openssh/poly1305.h projects/sendfile/crypto/openssh/regress/setuid-allowed.c - copied unchanged from r261810, head/crypto/openssh/regress/setuid-allowed.c projects/sendfile/crypto/openssh/regress/sftp-perm.sh - copied unchanged from r261810, head/crypto/openssh/regress/sftp-perm.sh projects/sendfile/crypto/openssh/sandbox-capsicum.c - copied unchanged from r261810, head/crypto/openssh/sandbox-capsicum.c projects/sendfile/crypto/openssh/sc25519.c - copied unchanged from r261810, head/crypto/openssh/sc25519.c projects/sendfile/crypto/openssh/sc25519.h - copied unchanged from r261810, head/crypto/openssh/sc25519.h projects/sendfile/crypto/openssh/smult_curve25519_ref.c - copied unchanged from r261810, head/crypto/openssh/smult_curve25519_ref.c projects/sendfile/crypto/openssh/ssh-ed25519.c - copied unchanged from r261810, head/crypto/openssh/ssh-ed25519.c projects/sendfile/crypto/openssh/verify.c - copied unchanged from r261810, head/crypto/openssh/verify.c projects/sendfile/share/man/man4/urndis.4 - copied unchanged from r261810, head/share/man/man4/urndis.4 projects/sendfile/share/man/man4/wsp.4 - copied unchanged from r261810, head/share/man/man4/wsp.4 projects/sendfile/sys/arm/arm/physmem.c - copied unchanged from r261810, head/sys/arm/arm/physmem.c projects/sendfile/sys/arm/conf/COLIBRI-VF50 - copied unchanged from r261810, head/sys/arm/conf/COLIBRI-VF50 projects/sendfile/sys/arm/conf/VYBRID.common - copied unchanged from r261810, head/sys/arm/conf/VYBRID.common projects/sendfile/sys/arm/freescale/vybrid/vf_dcu4.c - copied unchanged from r261810, head/sys/arm/freescale/vybrid/vf_dcu4.c projects/sendfile/sys/arm/freescale/vybrid/vf_dmamux.c - copied unchanged from r261810, head/sys/arm/freescale/vybrid/vf_dmamux.c projects/sendfile/sys/arm/freescale/vybrid/vf_dmamux.h - copied unchanged from r261810, head/sys/arm/freescale/vybrid/vf_dmamux.h projects/sendfile/sys/arm/freescale/vybrid/vf_edma.c - copied unchanged from r261810, head/sys/arm/freescale/vybrid/vf_edma.c projects/sendfile/sys/arm/freescale/vybrid/vf_edma.h - copied unchanged from r261810, head/sys/arm/freescale/vybrid/vf_edma.h projects/sendfile/sys/arm/freescale/vybrid/vf_tcon.c - copied unchanged from r261810, head/sys/arm/freescale/vybrid/vf_tcon.c projects/sendfile/sys/arm/include/physmem.h - copied unchanged from r261810, head/sys/arm/include/physmem.h projects/sendfile/sys/boot/fdt/dts/vybrid-colibri-vf50.dts - copied unchanged from r261810, head/sys/boot/fdt/dts/vybrid-colibri-vf50.dts projects/sendfile/sys/boot/libstand32/ - copied from r261810, head/sys/boot/libstand32/ projects/sendfile/sys/boot/userboot/userboot/biossmap.c - copied unchanged from r261810, head/sys/boot/userboot/userboot/biossmap.c projects/sendfile/sys/dev/hwpmc/hwpmc_ppc970.c - copied unchanged from r261810, head/sys/dev/hwpmc/hwpmc_ppc970.c projects/sendfile/sys/dev/iicbus/adt746x.c - copied unchanged from r261810, head/sys/dev/iicbus/adt746x.c projects/sendfile/sys/dev/ofw/ofwbus.c - copied unchanged from r261810, head/sys/dev/ofw/ofwbus.c projects/sendfile/sys/dev/usb/input/wsp.c - copied unchanged from r261810, head/sys/dev/usb/input/wsp.c projects/sendfile/sys/dev/usb/net/if_urndis.c - copied unchanged from r261810, head/sys/dev/usb/net/if_urndis.c projects/sendfile/sys/dev/usb/net/if_urndisreg.h - copied unchanged from r261810, head/sys/dev/usb/net/if_urndisreg.h projects/sendfile/sys/mips/beri/beri_simplebus.c - copied unchanged from r261810, head/sys/mips/beri/beri_simplebus.c - copied unchanged from r261810, head/sys/mips/beri/fdt_ic_if.m projects/sendfile/sys/modules/usb/urndis/ - copied from r261810, head/sys/modules/usb/urndis/ projects/sendfile/sys/modules/usb/wsp/ - copied from r261810, head/sys/modules/usb/wsp/ projects/sendfile/tools/build/options/WITHOUT_FMTREE - copied unchanged from r261810, head/tools/build/options/WITHOUT_FMTREE projects/sendfile/tools/build/options/WITHOUT_NCURSESW - copied unchanged from r261810, head/tools/build/options/WITHOUT_NCURSESW projects/sendfile/usr.bin/netstat/flowtable.c - copied unchanged from r261810, head/usr.bin/netstat/flowtable.c projects/sendfile/usr.sbin/bhyve/ioapic.c - copied unchanged from r261810, head/usr.sbin/bhyve/ioapic.c projects/sendfile/usr.sbin/bhyve/ioapic.h - copied unchanged from r261810, head/usr.sbin/bhyve/ioapic.h projects/sendfile/usr.sbin/nmtree/mtree.5 - copied unchanged from r261810, head/usr.sbin/nmtree/mtree.5 Directory Properties: projects/sendfile/sys/mips/beri/fdt_ic_if.m (props changed) Deleted: projects/sendfile/crypto/openssh/openbsd-compat/bsd-arc4random.c projects/sendfile/lib/libdwarf/_libdwarf.h projects/sendfile/lib/libdwarf/dwarf.h projects/sendfile/lib/libdwarf/dwarf_abbrev.c projects/sendfile/lib/libdwarf/dwarf_attr.c projects/sendfile/lib/libdwarf/dwarf_attrval.c projects/sendfile/lib/libdwarf/dwarf_cu.c projects/sendfile/lib/libdwarf/dwarf_dealloc.c projects/sendfile/lib/libdwarf/dwarf_die.c projects/sendfile/lib/libdwarf/dwarf_dump.c projects/sendfile/lib/libdwarf/dwarf_errmsg.c projects/sendfile/lib/libdwarf/dwarf_errno.c projects/sendfile/lib/libdwarf/dwarf_finish.c projects/sendfile/lib/libdwarf/dwarf_form.c projects/sendfile/lib/libdwarf/dwarf_func.c projects/sendfile/lib/libdwarf/dwarf_init.c projects/sendfile/lib/libdwarf/dwarf_loc.c projects/sendfile/lib/libdwarf/libdwarf.h projects/sendfile/lib/libelf/README projects/sendfile/lib/libelf/Version.map projects/sendfile/lib/libelf/_libelf.h projects/sendfile/lib/libelf/elf.3 projects/sendfile/lib/libelf/elf_begin.3 projects/sendfile/lib/libelf/elf_begin.c projects/sendfile/lib/libelf/elf_cntl.3 projects/sendfile/lib/libelf/elf_cntl.c projects/sendfile/lib/libelf/elf_data.c projects/sendfile/lib/libelf/elf_end.3 projects/sendfile/lib/libelf/elf_end.c projects/sendfile/lib/libelf/elf_errmsg.3 projects/sendfile/lib/libelf/elf_errmsg.c projects/sendfile/lib/libelf/elf_errno.c projects/sendfile/lib/libelf/elf_fill.3 projects/sendfile/lib/libelf/elf_fill.c projects/sendfile/lib/libelf/elf_flag.c projects/sendfile/lib/libelf/elf_flagdata.3 projects/sendfile/lib/libelf/elf_getarhdr.3 projects/sendfile/lib/libelf/elf_getarhdr.c projects/sendfile/lib/libelf/elf_getarsym.3 projects/sendfile/lib/libelf/elf_getarsym.c projects/sendfile/lib/libelf/elf_getbase.3 projects/sendfile/lib/libelf/elf_getbase.c projects/sendfile/lib/libelf/elf_getdata.3 projects/sendfile/lib/libelf/elf_getident.3 projects/sendfile/lib/libelf/elf_getident.c projects/sendfile/lib/libelf/elf_getphdrnum.3 projects/sendfile/lib/libelf/elf_getphnum.3 projects/sendfile/lib/libelf/elf_getscn.3 projects/sendfile/lib/libelf/elf_getshdrnum.3 projects/sendfile/lib/libelf/elf_getshdrstrndx.3 projects/sendfile/lib/libelf/elf_getshnum.3 projects/sendfile/lib/libelf/elf_getshstrndx.3 projects/sendfile/lib/libelf/elf_hash.3 projects/sendfile/lib/libelf/elf_hash.c projects/sendfile/lib/libelf/elf_kind.3 projects/sendfile/lib/libelf/elf_kind.c projects/sendfile/lib/libelf/elf_memory.3 projects/sendfile/lib/libelf/elf_memory.c projects/sendfile/lib/libelf/elf_next.3 projects/sendfile/lib/libelf/elf_next.c projects/sendfile/lib/libelf/elf_phnum.c projects/sendfile/lib/libelf/elf_rand.3 projects/sendfile/lib/libelf/elf_rand.c projects/sendfile/lib/libelf/elf_rawfile.3 projects/sendfile/lib/libelf/elf_rawfile.c projects/sendfile/lib/libelf/elf_scn.c projects/sendfile/lib/libelf/elf_shnum.c projects/sendfile/lib/libelf/elf_shstrndx.c projects/sendfile/lib/libelf/elf_strptr.3 projects/sendfile/lib/libelf/elf_strptr.c projects/sendfile/lib/libelf/elf_types.m4 projects/sendfile/lib/libelf/elf_update.3 projects/sendfile/lib/libelf/elf_update.c projects/sendfile/lib/libelf/elf_version.3 projects/sendfile/lib/libelf/elf_version.c projects/sendfile/lib/libelf/gelf.3 projects/sendfile/lib/libelf/gelf.h projects/sendfile/lib/libelf/gelf_cap.c projects/sendfile/lib/libelf/gelf_checksum.3 projects/sendfile/lib/libelf/gelf_checksum.c projects/sendfile/lib/libelf/gelf_dyn.c projects/sendfile/lib/libelf/gelf_ehdr.c projects/sendfile/lib/libelf/gelf_fsize.3 projects/sendfile/lib/libelf/gelf_fsize.c projects/sendfile/lib/libelf/gelf_getcap.3 projects/sendfile/lib/libelf/gelf_getclass.3 projects/sendfile/lib/libelf/gelf_getclass.c projects/sendfile/lib/libelf/gelf_getdyn.3 projects/sendfile/lib/libelf/gelf_getehdr.3 projects/sendfile/lib/libelf/gelf_getmove.3 projects/sendfile/lib/libelf/gelf_getphdr.3 projects/sendfile/lib/libelf/gelf_getrel.3 projects/sendfile/lib/libelf/gelf_getrela.3 projects/sendfile/lib/libelf/gelf_getshdr.3 projects/sendfile/lib/libelf/gelf_getsym.3 projects/sendfile/lib/libelf/gelf_getsyminfo.3 projects/sendfile/lib/libelf/gelf_getsymshndx.3 projects/sendfile/lib/libelf/gelf_move.c projects/sendfile/lib/libelf/gelf_newehdr.3 projects/sendfile/lib/libelf/gelf_newphdr.3 projects/sendfile/lib/libelf/gelf_phdr.c projects/sendfile/lib/libelf/gelf_rel.c projects/sendfile/lib/libelf/gelf_rela.c projects/sendfile/lib/libelf/gelf_shdr.c projects/sendfile/lib/libelf/gelf_sym.c projects/sendfile/lib/libelf/gelf_syminfo.c projects/sendfile/lib/libelf/gelf_symshndx.c projects/sendfile/lib/libelf/gelf_update_ehdr.3 projects/sendfile/lib/libelf/gelf_xlate.c projects/sendfile/lib/libelf/gelf_xlatetof.3 projects/sendfile/lib/libelf/libelf.c projects/sendfile/lib/libelf/libelf.h projects/sendfile/lib/libelf/libelf_align.c projects/sendfile/lib/libelf/libelf_allocate.c projects/sendfile/lib/libelf/libelf_ar.c projects/sendfile/lib/libelf/libelf_ar_util.c projects/sendfile/lib/libelf/libelf_checksum.c projects/sendfile/lib/libelf/libelf_convert.m4 projects/sendfile/lib/libelf/libelf_data.c projects/sendfile/lib/libelf/libelf_ehdr.c projects/sendfile/lib/libelf/libelf_extended.c projects/sendfile/lib/libelf/libelf_fsize.m4 projects/sendfile/lib/libelf/libelf_msize.m4 projects/sendfile/lib/libelf/libelf_phdr.c projects/sendfile/lib/libelf/libelf_shdr.c projects/sendfile/lib/libelf/libelf_xlate.c projects/sendfile/sys/dev/fdt/fdt_ic_if.m projects/sendfile/sys/dev/fdt/fdtbus.c projects/sendfile/sys/dev/ofw/ofw_nexus.c projects/sendfile/sys/dev/ofw/ofw_nexus.h projects/sendfile/tools/build/options/WITHOUT_NMTREE projects/sendfile/usr.sbin/bhyve/legacy_irq.c projects/sendfile/usr.sbin/bhyve/legacy_irq.h projects/sendfile/usr.sbin/mtree/mtree.5 Modified: projects/sendfile/Makefile.inc1 projects/sendfile/ObsoleteFiles.inc projects/sendfile/UPDATING projects/sendfile/bin/pax/options.c projects/sendfile/bin/sh/alias.c projects/sendfile/bin/sh/input.c projects/sendfile/bin/sh/parser.c projects/sendfile/bin/sh/parser.h projects/sendfile/bin/sh/sh.1 projects/sendfile/bin/sh/tests/builtins/command3.0.stdout projects/sendfile/bin/sh/tests/builtins/command5.0.stdout projects/sendfile/bin/sh/tests/builtins/command6.0.stdout projects/sendfile/bin/sh/tests/parser/Makefile projects/sendfile/cddl/contrib/opensolaris/cmd/zpool/zpool.8 projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c projects/sendfile/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c projects/sendfile/contrib/binutils/gas/config/tc-i386.c projects/sendfile/contrib/binutils/gas/config/tc-ppc.c projects/sendfile/contrib/binutils/opcodes/i386-dis.c projects/sendfile/contrib/binutils/opcodes/i386-opc.h projects/sendfile/contrib/binutils/opcodes/i386-tbl.h projects/sendfile/contrib/bmake/ChangeLog projects/sendfile/contrib/bmake/Makefile projects/sendfile/contrib/bmake/Makefile.config.in projects/sendfile/contrib/bmake/bmake.1 projects/sendfile/contrib/bmake/bmake.cat1 projects/sendfile/contrib/bmake/boot-strap projects/sendfile/contrib/bmake/compat.c projects/sendfile/contrib/bmake/configure projects/sendfile/contrib/bmake/configure.in projects/sendfile/contrib/bmake/hash.c projects/sendfile/contrib/bmake/lst.lib/lstMember.c projects/sendfile/contrib/bmake/main.c projects/sendfile/contrib/bmake/make-bootstrap.sh.in projects/sendfile/contrib/bmake/make.1 projects/sendfile/contrib/bmake/make.h projects/sendfile/contrib/bmake/meta.c projects/sendfile/contrib/bmake/mk/ChangeLog projects/sendfile/contrib/bmake/mk/dirdeps.mk projects/sendfile/contrib/bmake/mk/install-mk projects/sendfile/contrib/bmake/mk/meta2deps.py projects/sendfile/contrib/bmake/parse.c projects/sendfile/contrib/bmake/util.c projects/sendfile/contrib/dtc/Documentation/manual.txt projects/sendfile/contrib/dtc/Makefile projects/sendfile/contrib/dtc/checks.c projects/sendfile/contrib/dtc/data.c projects/sendfile/contrib/dtc/dtc-lexer.l projects/sendfile/contrib/dtc/dtc-parser.y projects/sendfile/contrib/dtc/dtc.c projects/sendfile/contrib/dtc/dtc.h projects/sendfile/contrib/dtc/fdtdump.c projects/sendfile/contrib/dtc/fdtget.c projects/sendfile/contrib/dtc/fdtput.c projects/sendfile/contrib/dtc/flattree.c projects/sendfile/contrib/dtc/libfdt/Makefile.libfdt projects/sendfile/contrib/dtc/libfdt/fdt.c projects/sendfile/contrib/dtc/libfdt/fdt.h projects/sendfile/contrib/dtc/libfdt/fdt_ro.c projects/sendfile/contrib/dtc/libfdt/fdt_rw.c projects/sendfile/contrib/dtc/libfdt/fdt_sw.c projects/sendfile/contrib/dtc/libfdt/fdt_wip.c projects/sendfile/contrib/dtc/libfdt/libfdt.h projects/sendfile/contrib/dtc/libfdt/libfdt_env.h projects/sendfile/contrib/dtc/libfdt/version.lds projects/sendfile/contrib/dtc/livetree.c projects/sendfile/contrib/dtc/srcpos.c projects/sendfile/contrib/dtc/srcpos.h projects/sendfile/contrib/dtc/treesource.c projects/sendfile/contrib/dtc/util.c projects/sendfile/contrib/dtc/util.h projects/sendfile/contrib/gcc/c.opt projects/sendfile/contrib/gcc/cp/decl.c projects/sendfile/contrib/gcc/doc/invoke.texi projects/sendfile/contrib/gdb/gdb/osabi.c projects/sendfile/contrib/groff/tmac/doc-common projects/sendfile/contrib/groff/tmac/doc-syms projects/sendfile/contrib/groff/tmac/doc.tmac projects/sendfile/contrib/groff/tmac/groff_mdoc.man projects/sendfile/contrib/libc++/CREDITS.TXT projects/sendfile/contrib/libc++/include/__bit_reference projects/sendfile/contrib/libc++/include/__config projects/sendfile/contrib/libc++/include/__debug projects/sendfile/contrib/libc++/include/__functional_03 projects/sendfile/contrib/libc++/include/__functional_base projects/sendfile/contrib/libc++/include/__functional_base_03 projects/sendfile/contrib/libc++/include/__hash_table projects/sendfile/contrib/libc++/include/__locale projects/sendfile/contrib/libc++/include/__mutex_base projects/sendfile/contrib/libc++/include/__split_buffer projects/sendfile/contrib/libc++/include/__std_stream projects/sendfile/contrib/libc++/include/__tree projects/sendfile/contrib/libc++/include/__tuple projects/sendfile/contrib/libc++/include/__tuple_03 projects/sendfile/contrib/libc++/include/__undef_min_max projects/sendfile/contrib/libc++/include/algorithm projects/sendfile/contrib/libc++/include/array projects/sendfile/contrib/libc++/include/bitset projects/sendfile/contrib/libc++/include/cctype projects/sendfile/contrib/libc++/include/chrono projects/sendfile/contrib/libc++/include/cmath projects/sendfile/contrib/libc++/include/codecvt projects/sendfile/contrib/libc++/include/complex projects/sendfile/contrib/libc++/include/cstddef projects/sendfile/contrib/libc++/include/cstdio projects/sendfile/contrib/libc++/include/cstdlib projects/sendfile/contrib/libc++/include/cstring projects/sendfile/contrib/libc++/include/cwchar projects/sendfile/contrib/libc++/include/deque projects/sendfile/contrib/libc++/include/exception projects/sendfile/contrib/libc++/include/ext/__hash projects/sendfile/contrib/libc++/include/ext/hash_map projects/sendfile/contrib/libc++/include/ext/hash_set projects/sendfile/contrib/libc++/include/forward_list projects/sendfile/contrib/libc++/include/fstream projects/sendfile/contrib/libc++/include/functional projects/sendfile/contrib/libc++/include/future projects/sendfile/contrib/libc++/include/initializer_list projects/sendfile/contrib/libc++/include/iomanip projects/sendfile/contrib/libc++/include/ios projects/sendfile/contrib/libc++/include/iosfwd projects/sendfile/contrib/libc++/include/istream projects/sendfile/contrib/libc++/include/iterator projects/sendfile/contrib/libc++/include/limits projects/sendfile/contrib/libc++/include/list projects/sendfile/contrib/libc++/include/locale projects/sendfile/contrib/libc++/include/map projects/sendfile/contrib/libc++/include/memory projects/sendfile/contrib/libc++/include/mutex projects/sendfile/contrib/libc++/include/new projects/sendfile/contrib/libc++/include/numeric projects/sendfile/contrib/libc++/include/ostream projects/sendfile/contrib/libc++/include/queue projects/sendfile/contrib/libc++/include/random projects/sendfile/contrib/libc++/include/ratio projects/sendfile/contrib/libc++/include/regex projects/sendfile/contrib/libc++/include/scoped_allocator projects/sendfile/contrib/libc++/include/set projects/sendfile/contrib/libc++/include/sstream projects/sendfile/contrib/libc++/include/stack projects/sendfile/contrib/libc++/include/streambuf projects/sendfile/contrib/libc++/include/string projects/sendfile/contrib/libc++/include/system_error projects/sendfile/contrib/libc++/include/thread projects/sendfile/contrib/libc++/include/tuple projects/sendfile/contrib/libc++/include/type_traits projects/sendfile/contrib/libc++/include/typeindex projects/sendfile/contrib/libc++/include/unordered_map projects/sendfile/contrib/libc++/include/unordered_set projects/sendfile/contrib/libc++/include/utility projects/sendfile/contrib/libc++/include/valarray projects/sendfile/contrib/libc++/include/vector projects/sendfile/contrib/libc++/src/algorithm.cpp projects/sendfile/contrib/libc++/src/debug.cpp projects/sendfile/contrib/libc++/src/exception.cpp projects/sendfile/contrib/libc++/src/future.cpp projects/sendfile/contrib/libc++/src/ios.cpp projects/sendfile/contrib/libc++/src/iostream.cpp projects/sendfile/contrib/libc++/src/locale.cpp projects/sendfile/contrib/libc++/src/mutex.cpp projects/sendfile/contrib/libc++/src/new.cpp projects/sendfile/contrib/libc++/src/random.cpp projects/sendfile/contrib/libc++/src/stdexcept.cpp projects/sendfile/contrib/libc++/src/string.cpp projects/sendfile/contrib/libc++/src/strstream.cpp projects/sendfile/contrib/libc++/src/system_error.cpp projects/sendfile/contrib/libc++/src/thread.cpp projects/sendfile/contrib/libc++/src/typeinfo.cpp projects/sendfile/contrib/libc++/src/valarray.cpp projects/sendfile/contrib/libc-vis/vis.3 projects/sendfile/contrib/libcxxrt/cxxabi.h projects/sendfile/contrib/libyaml/src/api.c projects/sendfile/contrib/libyaml/src/scanner.c projects/sendfile/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp projects/sendfile/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h projects/sendfile/contrib/mdocml/arch.in projects/sendfile/contrib/mdocml/chars.c projects/sendfile/contrib/mdocml/chars.in projects/sendfile/contrib/mdocml/config.h projects/sendfile/contrib/mdocml/eqn.7 projects/sendfile/contrib/mdocml/html.c projects/sendfile/contrib/mdocml/html.h projects/sendfile/contrib/mdocml/lib.in projects/sendfile/contrib/mdocml/libman.h projects/sendfile/contrib/mdocml/libmandoc.h projects/sendfile/contrib/mdocml/libmdoc.h projects/sendfile/contrib/mdocml/libroff.h projects/sendfile/contrib/mdocml/main.c projects/sendfile/contrib/mdocml/man.7 projects/sendfile/contrib/mdocml/man.c projects/sendfile/contrib/mdocml/man.h projects/sendfile/contrib/mdocml/man_html.c projects/sendfile/contrib/mdocml/man_macro.c projects/sendfile/contrib/mdocml/man_term.c projects/sendfile/contrib/mdocml/man_validate.c projects/sendfile/contrib/mdocml/mandoc.1 projects/sendfile/contrib/mdocml/mandoc.3 projects/sendfile/contrib/mdocml/mandoc.c projects/sendfile/contrib/mdocml/mandoc.h projects/sendfile/contrib/mdocml/mandoc_char.7 projects/sendfile/contrib/mdocml/mdoc.7 projects/sendfile/contrib/mdocml/mdoc.c projects/sendfile/contrib/mdocml/mdoc.h projects/sendfile/contrib/mdocml/mdoc_argv.c projects/sendfile/contrib/mdocml/mdoc_html.c projects/sendfile/contrib/mdocml/mdoc_macro.c projects/sendfile/contrib/mdocml/mdoc_man.c projects/sendfile/contrib/mdocml/mdoc_term.c projects/sendfile/contrib/mdocml/mdoc_validate.c projects/sendfile/contrib/mdocml/out.c projects/sendfile/contrib/mdocml/predefs.in projects/sendfile/contrib/mdocml/read.c projects/sendfile/contrib/mdocml/roff.7 projects/sendfile/contrib/mdocml/roff.c projects/sendfile/contrib/mdocml/st.in projects/sendfile/contrib/mdocml/tbl.7 projects/sendfile/contrib/mdocml/tbl.c projects/sendfile/contrib/mdocml/tbl_data.c projects/sendfile/contrib/mdocml/tbl_html.c projects/sendfile/contrib/mdocml/tbl_layout.c projects/sendfile/contrib/mdocml/tbl_term.c projects/sendfile/contrib/mdocml/term.c projects/sendfile/contrib/mdocml/term.h projects/sendfile/contrib/mdocml/term_ascii.c projects/sendfile/contrib/mdocml/tree.c projects/sendfile/contrib/pf/authpf/authpf.8 projects/sendfile/contrib/sendmail/FREEBSD-upgrade projects/sendfile/contrib/sendmail/LICENSE 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/chez.cs.mc projects/sendfile/contrib/sendmail/cf/cf/clientproto.mc projects/sendfile/contrib/sendmail/cf/cf/cs-hpux10.mc projects/sendfile/contrib/sendmail/cf/cf/cs-hpux9.mc projects/sendfile/contrib/sendmail/cf/cf/cs-osf1.mc projects/sendfile/contrib/sendmail/cf/cf/cs-solaris2.mc projects/sendfile/contrib/sendmail/cf/cf/cs-sunos4.1.mc projects/sendfile/contrib/sendmail/cf/cf/cs-ultrix4.mc projects/sendfile/contrib/sendmail/cf/cf/generic-bsd4.4.mc projects/sendfile/contrib/sendmail/cf/cf/generic-hpux10.mc projects/sendfile/contrib/sendmail/cf/cf/generic-hpux9.mc projects/sendfile/contrib/sendmail/cf/cf/generic-linux.mc projects/sendfile/contrib/sendmail/cf/cf/generic-mpeix.mc projects/sendfile/contrib/sendmail/cf/cf/generic-nextstep3.3.mc projects/sendfile/contrib/sendmail/cf/cf/generic-osf1.mc projects/sendfile/contrib/sendmail/cf/cf/generic-solaris.mc projects/sendfile/contrib/sendmail/cf/cf/generic-sunos4.1.mc projects/sendfile/contrib/sendmail/cf/cf/generic-ultrix4.mc projects/sendfile/contrib/sendmail/cf/cf/huginn.cs.mc projects/sendfile/contrib/sendmail/cf/cf/knecht.mc projects/sendfile/contrib/sendmail/cf/cf/mail.cs.mc projects/sendfile/contrib/sendmail/cf/cf/mail.eecs.mc projects/sendfile/contrib/sendmail/cf/cf/mailspool.cs.mc projects/sendfile/contrib/sendmail/cf/cf/python.cs.mc projects/sendfile/contrib/sendmail/cf/cf/s2k-osf1.mc projects/sendfile/contrib/sendmail/cf/cf/s2k-ultrix4.mc projects/sendfile/contrib/sendmail/cf/cf/submit.cf projects/sendfile/contrib/sendmail/cf/cf/submit.mc projects/sendfile/contrib/sendmail/cf/cf/tcpproto.mc projects/sendfile/contrib/sendmail/cf/cf/ucbarpa.mc projects/sendfile/contrib/sendmail/cf/cf/ucbvax.mc projects/sendfile/contrib/sendmail/cf/cf/uucpproto.mc projects/sendfile/contrib/sendmail/cf/cf/vangogh.cs.mc projects/sendfile/contrib/sendmail/cf/domain/Berkeley.EDU.m4 projects/sendfile/contrib/sendmail/cf/domain/CS.Berkeley.EDU.m4 projects/sendfile/contrib/sendmail/cf/domain/EECS.Berkeley.EDU.m4 projects/sendfile/contrib/sendmail/cf/domain/S2K.Berkeley.EDU.m4 projects/sendfile/contrib/sendmail/cf/domain/berkeley-only.m4 projects/sendfile/contrib/sendmail/cf/domain/generic.m4 projects/sendfile/contrib/sendmail/cf/feature/accept_unqualified_senders.m4 projects/sendfile/contrib/sendmail/cf/feature/accept_unresolvable_domains.m4 projects/sendfile/contrib/sendmail/cf/feature/access_db.m4 projects/sendfile/contrib/sendmail/cf/feature/allmasquerade.m4 projects/sendfile/contrib/sendmail/cf/feature/always_add_domain.m4 projects/sendfile/contrib/sendmail/cf/feature/authinfo.m4 projects/sendfile/contrib/sendmail/cf/feature/badmx.m4 projects/sendfile/contrib/sendmail/cf/feature/bestmx_is_local.m4 projects/sendfile/contrib/sendmail/cf/feature/bitdomain.m4 projects/sendfile/contrib/sendmail/cf/feature/blacklist_recipients.m4 projects/sendfile/contrib/sendmail/cf/feature/block_bad_helo.m4 projects/sendfile/contrib/sendmail/cf/feature/compat_check.m4 projects/sendfile/contrib/sendmail/cf/feature/conncontrol.m4 projects/sendfile/contrib/sendmail/cf/feature/delay_checks.m4 projects/sendfile/contrib/sendmail/cf/feature/dnsbl.m4 projects/sendfile/contrib/sendmail/cf/feature/domaintable.m4 projects/sendfile/contrib/sendmail/cf/feature/enhdnsbl.m4 projects/sendfile/contrib/sendmail/cf/feature/generics_entire_domain.m4 projects/sendfile/contrib/sendmail/cf/feature/genericstable.m4 projects/sendfile/contrib/sendmail/cf/feature/greet_pause.m4 projects/sendfile/contrib/sendmail/cf/feature/ldap_routing.m4 projects/sendfile/contrib/sendmail/cf/feature/limited_masquerade.m4 projects/sendfile/contrib/sendmail/cf/feature/local_lmtp.m4 projects/sendfile/contrib/sendmail/cf/feature/local_no_masquerade.m4 projects/sendfile/contrib/sendmail/cf/feature/local_procmail.m4 projects/sendfile/contrib/sendmail/cf/feature/lookupdotdomain.m4 projects/sendfile/contrib/sendmail/cf/feature/loose_relay_check.m4 projects/sendfile/contrib/sendmail/cf/feature/mailertable.m4 projects/sendfile/contrib/sendmail/cf/feature/masquerade_entire_domain.m4 projects/sendfile/contrib/sendmail/cf/feature/masquerade_envelope.m4 projects/sendfile/contrib/sendmail/cf/feature/msp.m4 projects/sendfile/contrib/sendmail/cf/feature/mtamark.m4 projects/sendfile/contrib/sendmail/cf/feature/no_default_msa.m4 projects/sendfile/contrib/sendmail/cf/feature/nocanonify.m4 projects/sendfile/contrib/sendmail/cf/feature/notsticky.m4 projects/sendfile/contrib/sendmail/cf/feature/nouucp.m4 projects/sendfile/contrib/sendmail/cf/feature/nullclient.m4 projects/sendfile/contrib/sendmail/cf/feature/preserve_local_plus_detail.m4 projects/sendfile/contrib/sendmail/cf/feature/preserve_luser_host.m4 projects/sendfile/contrib/sendmail/cf/feature/promiscuous_relay.m4 projects/sendfile/contrib/sendmail/cf/feature/queuegroup.m4 projects/sendfile/contrib/sendmail/cf/feature/ratecontrol.m4 projects/sendfile/contrib/sendmail/cf/feature/redirect.m4 projects/sendfile/contrib/sendmail/cf/feature/relay_based_on_MX.m4 projects/sendfile/contrib/sendmail/cf/feature/relay_entire_domain.m4 projects/sendfile/contrib/sendmail/cf/feature/relay_hosts_only.m4 projects/sendfile/contrib/sendmail/cf/feature/relay_local_from.m4 projects/sendfile/contrib/sendmail/cf/feature/relay_mail_from.m4 projects/sendfile/contrib/sendmail/cf/feature/require_rdns.m4 projects/sendfile/contrib/sendmail/cf/feature/smrsh.m4 projects/sendfile/contrib/sendmail/cf/feature/stickyhost.m4 projects/sendfile/contrib/sendmail/cf/feature/use_client_ptr.m4 projects/sendfile/contrib/sendmail/cf/feature/use_ct_file.m4 projects/sendfile/contrib/sendmail/cf/feature/use_cw_file.m4 projects/sendfile/contrib/sendmail/cf/feature/uucpdomain.m4 projects/sendfile/contrib/sendmail/cf/feature/virtuser_entire_domain.m4 projects/sendfile/contrib/sendmail/cf/feature/virtusertable.m4 projects/sendfile/contrib/sendmail/cf/hack/cssubdomain.m4 projects/sendfile/contrib/sendmail/cf/m4/cf.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/cf/mailer/cyrus.m4 projects/sendfile/contrib/sendmail/cf/mailer/cyrusv2.m4 projects/sendfile/contrib/sendmail/cf/mailer/fax.m4 projects/sendfile/contrib/sendmail/cf/mailer/local.m4 projects/sendfile/contrib/sendmail/cf/mailer/mail11.m4 projects/sendfile/contrib/sendmail/cf/mailer/phquery.m4 projects/sendfile/contrib/sendmail/cf/mailer/pop.m4 projects/sendfile/contrib/sendmail/cf/mailer/procmail.m4 projects/sendfile/contrib/sendmail/cf/mailer/qpage.m4 projects/sendfile/contrib/sendmail/cf/mailer/smtp.m4 projects/sendfile/contrib/sendmail/cf/mailer/usenet.m4 projects/sendfile/contrib/sendmail/cf/mailer/uucp.m4 projects/sendfile/contrib/sendmail/cf/ostype/a-ux.m4 projects/sendfile/contrib/sendmail/cf/ostype/aix3.m4 projects/sendfile/contrib/sendmail/cf/ostype/aix4.m4 projects/sendfile/contrib/sendmail/cf/ostype/aix5.m4 projects/sendfile/contrib/sendmail/cf/ostype/altos.m4 projects/sendfile/contrib/sendmail/cf/ostype/amdahl-uts.m4 projects/sendfile/contrib/sendmail/cf/ostype/bsd4.3.m4 projects/sendfile/contrib/sendmail/cf/ostype/bsd4.4.m4 projects/sendfile/contrib/sendmail/cf/ostype/bsdi.m4 projects/sendfile/contrib/sendmail/cf/ostype/bsdi1.0.m4 projects/sendfile/contrib/sendmail/cf/ostype/bsdi2.0.m4 projects/sendfile/contrib/sendmail/cf/ostype/darwin.m4 projects/sendfile/contrib/sendmail/cf/ostype/dgux.m4 projects/sendfile/contrib/sendmail/cf/ostype/domainos.m4 projects/sendfile/contrib/sendmail/cf/ostype/dragonfly.m4 projects/sendfile/contrib/sendmail/cf/ostype/dynix3.2.m4 projects/sendfile/contrib/sendmail/cf/ostype/freebsd4.m4 projects/sendfile/contrib/sendmail/cf/ostype/freebsd5.m4 projects/sendfile/contrib/sendmail/cf/ostype/freebsd6.m4 projects/sendfile/contrib/sendmail/cf/ostype/gnu.m4 projects/sendfile/contrib/sendmail/cf/ostype/hpux10.m4 projects/sendfile/contrib/sendmail/cf/ostype/hpux11.m4 projects/sendfile/contrib/sendmail/cf/ostype/hpux9.m4 projects/sendfile/contrib/sendmail/cf/ostype/irix4.m4 projects/sendfile/contrib/sendmail/cf/ostype/irix5.m4 projects/sendfile/contrib/sendmail/cf/ostype/irix6.m4 projects/sendfile/contrib/sendmail/cf/ostype/isc4.1.m4 projects/sendfile/contrib/sendmail/cf/ostype/linux.m4 projects/sendfile/contrib/sendmail/cf/ostype/maxion.m4 projects/sendfile/contrib/sendmail/cf/ostype/mklinux.m4 projects/sendfile/contrib/sendmail/cf/ostype/mpeix.m4 projects/sendfile/contrib/sendmail/cf/ostype/nextstep.m4 projects/sendfile/contrib/sendmail/cf/ostype/openbsd.m4 projects/sendfile/contrib/sendmail/cf/ostype/osf1.m4 projects/sendfile/contrib/sendmail/cf/ostype/powerux.m4 projects/sendfile/contrib/sendmail/cf/ostype/ptx2.m4 projects/sendfile/contrib/sendmail/cf/ostype/qnx.m4 projects/sendfile/contrib/sendmail/cf/ostype/riscos4.5.m4 projects/sendfile/contrib/sendmail/cf/ostype/sco-uw-2.1.m4 projects/sendfile/contrib/sendmail/cf/ostype/sco3.2.m4 projects/sendfile/contrib/sendmail/cf/ostype/sinix.m4 projects/sendfile/contrib/sendmail/cf/ostype/solaris11.m4 projects/sendfile/contrib/sendmail/cf/ostype/solaris2.m4 projects/sendfile/contrib/sendmail/cf/ostype/solaris2.ml.m4 projects/sendfile/contrib/sendmail/cf/ostype/solaris2.pre5.m4 projects/sendfile/contrib/sendmail/cf/ostype/solaris8.m4 projects/sendfile/contrib/sendmail/cf/ostype/sunos3.5.m4 projects/sendfile/contrib/sendmail/cf/ostype/sunos4.1.m4 projects/sendfile/contrib/sendmail/cf/ostype/svr4.m4 projects/sendfile/contrib/sendmail/cf/ostype/ultrix4.m4 projects/sendfile/contrib/sendmail/cf/ostype/unicos.m4 projects/sendfile/contrib/sendmail/cf/ostype/unicosmk.m4 projects/sendfile/contrib/sendmail/cf/ostype/unicosmp.m4 projects/sendfile/contrib/sendmail/cf/ostype/unixware7.m4 projects/sendfile/contrib/sendmail/cf/ostype/unknown.m4 projects/sendfile/contrib/sendmail/cf/ostype/uxpds.m4 projects/sendfile/contrib/sendmail/cf/sendmail.schema projects/sendfile/contrib/sendmail/cf/sh/makeinfo.sh projects/sendfile/contrib/sendmail/contrib/dnsblaccess.m4 projects/sendfile/contrib/sendmail/contrib/link_hash.sh projects/sendfile/contrib/sendmail/contrib/qtool.8 projects/sendfile/contrib/sendmail/contrib/qtool.pl projects/sendfile/contrib/sendmail/doc/op/op.me projects/sendfile/contrib/sendmail/editmap/editmap.8 projects/sendfile/contrib/sendmail/editmap/editmap.c projects/sendfile/contrib/sendmail/include/libmilter/mfapi.h projects/sendfile/contrib/sendmail/include/libmilter/mfdef.h projects/sendfile/contrib/sendmail/include/libmilter/milter.h projects/sendfile/contrib/sendmail/include/libsmdb/smdb.h projects/sendfile/contrib/sendmail/include/sendmail/mailstats.h projects/sendfile/contrib/sendmail/include/sendmail/pathnames.h projects/sendfile/contrib/sendmail/include/sendmail/sendmail.h projects/sendfile/contrib/sendmail/include/sm/assert.h projects/sendfile/contrib/sendmail/include/sm/bdb.h projects/sendfile/contrib/sendmail/include/sm/bitops.h projects/sendfile/contrib/sendmail/include/sm/cdefs.h projects/sendfile/contrib/sendmail/include/sm/cf.h projects/sendfile/contrib/sendmail/include/sm/clock.h projects/sendfile/contrib/sendmail/include/sm/conf.h projects/sendfile/contrib/sendmail/include/sm/config.h projects/sendfile/contrib/sendmail/include/sm/debug.h projects/sendfile/contrib/sendmail/include/sm/errstring.h projects/sendfile/contrib/sendmail/include/sm/exc.h projects/sendfile/contrib/sendmail/include/sm/fdset.h projects/sendfile/contrib/sendmail/include/sm/gen.h projects/sendfile/contrib/sendmail/include/sm/heap.h projects/sendfile/contrib/sendmail/include/sm/io.h projects/sendfile/contrib/sendmail/include/sm/ldap.h projects/sendfile/contrib/sendmail/include/sm/limits.h projects/sendfile/contrib/sendmail/include/sm/mbdb.h projects/sendfile/contrib/sendmail/include/sm/misc.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_aix.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_dragonfly.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_freebsd.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_hp.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_irix.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_linux.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_mpeix.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_next.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_openbsd.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_openunix.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_osf1.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_qnx.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_sunos.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_ultrix.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_unicos.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_unicosmk.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_unicosmp.h projects/sendfile/contrib/sendmail/include/sm/os/sm_os_unixware.h projects/sendfile/contrib/sendmail/include/sm/path.h projects/sendfile/contrib/sendmail/include/sm/rpool.h projects/sendfile/contrib/sendmail/include/sm/sem.h projects/sendfile/contrib/sendmail/include/sm/sendmail.h projects/sendfile/contrib/sendmail/include/sm/setjmp.h projects/sendfile/contrib/sendmail/include/sm/shm.h projects/sendfile/contrib/sendmail/include/sm/signal.h projects/sendfile/contrib/sendmail/include/sm/string.h projects/sendfile/contrib/sendmail/include/sm/sysexits.h projects/sendfile/contrib/sendmail/include/sm/test.h projects/sendfile/contrib/sendmail/include/sm/time.h projects/sendfile/contrib/sendmail/include/sm/types.h projects/sendfile/contrib/sendmail/include/sm/varargs.h projects/sendfile/contrib/sendmail/include/sm/xtrap.h projects/sendfile/contrib/sendmail/libmilter/Makefile.m4 projects/sendfile/contrib/sendmail/libmilter/comm.c projects/sendfile/contrib/sendmail/libmilter/docs/api.html projects/sendfile/contrib/sendmail/libmilter/docs/design.html projects/sendfile/contrib/sendmail/libmilter/docs/index.html projects/sendfile/contrib/sendmail/libmilter/docs/installation.html projects/sendfile/contrib/sendmail/libmilter/docs/other.html projects/sendfile/contrib/sendmail/libmilter/docs/overview.html projects/sendfile/contrib/sendmail/libmilter/docs/sample.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_addheader.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_addrcpt.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_chgfrom.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_chgheader.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_delrcpt.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_getpriv.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_getsymval.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_insheader.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_main.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_opensocket.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_progress.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_quarantine.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_register.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_replacebody.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setbacklog.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setconn.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setdbg.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setmlreply.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setpriv.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setreply.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_setsymlist.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_settimeout.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_stop.html projects/sendfile/contrib/sendmail/libmilter/docs/smfi_version.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_abort.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_body.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_close.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_connect.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_data.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_envfrom.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_eoh.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_eom.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_header.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_helo.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_negotiate.html projects/sendfile/contrib/sendmail/libmilter/docs/xxfi_unknown.html projects/sendfile/contrib/sendmail/libmilter/engine.c projects/sendfile/contrib/sendmail/libmilter/example.c projects/sendfile/contrib/sendmail/libmilter/handler.c projects/sendfile/contrib/sendmail/libmilter/libmilter.h projects/sendfile/contrib/sendmail/libmilter/listener.c projects/sendfile/contrib/sendmail/libmilter/main.c projects/sendfile/contrib/sendmail/libmilter/monitor.c projects/sendfile/contrib/sendmail/libmilter/signal.c projects/sendfile/contrib/sendmail/libmilter/sm_gethost.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/README projects/sendfile/contrib/sendmail/libsm/assert.c projects/sendfile/contrib/sendmail/libsm/b-strcmp.c projects/sendfile/contrib/sendmail/libsm/b-strl.c projects/sendfile/contrib/sendmail/libsm/cf.c projects/sendfile/contrib/sendmail/libsm/clock.c projects/sendfile/contrib/sendmail/libsm/clrerr.c projects/sendfile/contrib/sendmail/libsm/config.c projects/sendfile/contrib/sendmail/libsm/debug.c projects/sendfile/contrib/sendmail/libsm/errstring.c projects/sendfile/contrib/sendmail/libsm/exc.c projects/sendfile/contrib/sendmail/libsm/fclose.c projects/sendfile/contrib/sendmail/libsm/feof.c projects/sendfile/contrib/sendmail/libsm/ferror.c projects/sendfile/contrib/sendmail/libsm/fflush.c projects/sendfile/contrib/sendmail/libsm/fget.c projects/sendfile/contrib/sendmail/libsm/findfp.c projects/sendfile/contrib/sendmail/libsm/flags.c projects/sendfile/contrib/sendmail/libsm/fopen.c projects/sendfile/contrib/sendmail/libsm/fpos.c projects/sendfile/contrib/sendmail/libsm/fprintf.c projects/sendfile/contrib/sendmail/libsm/fpurge.c projects/sendfile/contrib/sendmail/libsm/fput.c projects/sendfile/contrib/sendmail/libsm/fread.c projects/sendfile/contrib/sendmail/libsm/fscanf.c projects/sendfile/contrib/sendmail/libsm/fseek.c projects/sendfile/contrib/sendmail/libsm/fvwrite.c projects/sendfile/contrib/sendmail/libsm/fvwrite.h projects/sendfile/contrib/sendmail/libsm/fwalk.c projects/sendfile/contrib/sendmail/libsm/fwrite.c projects/sendfile/contrib/sendmail/libsm/get.c projects/sendfile/contrib/sendmail/libsm/glue.h projects/sendfile/contrib/sendmail/libsm/heap.c projects/sendfile/contrib/sendmail/libsm/ldap.c projects/sendfile/contrib/sendmail/libsm/local.h projects/sendfile/contrib/sendmail/libsm/makebuf.c projects/sendfile/contrib/sendmail/libsm/match.c projects/sendfile/contrib/sendmail/libsm/mbdb.c projects/sendfile/contrib/sendmail/libsm/memstat.c projects/sendfile/contrib/sendmail/libsm/mpeix.c projects/sendfile/contrib/sendmail/libsm/niprop.c projects/sendfile/contrib/sendmail/libsm/path.c projects/sendfile/contrib/sendmail/libsm/put.c projects/sendfile/contrib/sendmail/libsm/refill.c projects/sendfile/contrib/sendmail/libsm/rewind.c projects/sendfile/contrib/sendmail/libsm/rpool.c projects/sendfile/contrib/sendmail/libsm/sem.c projects/sendfile/contrib/sendmail/libsm/setvbuf.c projects/sendfile/contrib/sendmail/libsm/shm.c projects/sendfile/contrib/sendmail/libsm/signal.c projects/sendfile/contrib/sendmail/libsm/smstdio.c projects/sendfile/contrib/sendmail/libsm/snprintf.c projects/sendfile/contrib/sendmail/libsm/sscanf.c projects/sendfile/contrib/sendmail/libsm/stdio.c projects/sendfile/contrib/sendmail/libsm/strcasecmp.c projects/sendfile/contrib/sendmail/libsm/strdup.c projects/sendfile/contrib/sendmail/libsm/strerror.c projects/sendfile/contrib/sendmail/libsm/strexit.c projects/sendfile/contrib/sendmail/libsm/string.c projects/sendfile/contrib/sendmail/libsm/stringf.c projects/sendfile/contrib/sendmail/libsm/strio.c projects/sendfile/contrib/sendmail/libsm/strl.c projects/sendfile/contrib/sendmail/libsm/strrevcmp.c projects/sendfile/contrib/sendmail/libsm/strto.c projects/sendfile/contrib/sendmail/libsm/syslogio.c projects/sendfile/contrib/sendmail/libsm/t-cf.c projects/sendfile/contrib/sendmail/libsm/t-event.c projects/sendfile/contrib/sendmail/libsm/t-exc.c projects/sendfile/contrib/sendmail/libsm/t-fget.c (contents, props changed) projects/sendfile/contrib/sendmail/libsm/t-float.c projects/sendfile/contrib/sendmail/libsm/t-fopen.c projects/sendfile/contrib/sendmail/libsm/t-heap.c projects/sendfile/contrib/sendmail/libsm/t-match.c projects/sendfile/contrib/sendmail/libsm/t-memstat.c projects/sendfile/contrib/sendmail/libsm/t-path.c projects/sendfile/contrib/sendmail/libsm/t-qic.c projects/sendfile/contrib/sendmail/libsm/t-rpool.c projects/sendfile/contrib/sendmail/libsm/t-scanf.c projects/sendfile/contrib/sendmail/libsm/t-sem.c projects/sendfile/contrib/sendmail/libsm/t-shm.c projects/sendfile/contrib/sendmail/libsm/t-smstdio.c projects/sendfile/contrib/sendmail/libsm/t-string.c projects/sendfile/contrib/sendmail/libsm/t-strio.c projects/sendfile/contrib/sendmail/libsm/t-strl.c projects/sendfile/contrib/sendmail/libsm/t-strrevcmp.c projects/sendfile/contrib/sendmail/libsm/t-types.c projects/sendfile/contrib/sendmail/libsm/test.c projects/sendfile/contrib/sendmail/libsm/ungetc.c projects/sendfile/contrib/sendmail/libsm/util.c projects/sendfile/contrib/sendmail/libsm/vasprintf.c projects/sendfile/contrib/sendmail/libsm/vfprintf.c projects/sendfile/contrib/sendmail/libsm/vfscanf.c projects/sendfile/contrib/sendmail/libsm/vprintf.c projects/sendfile/contrib/sendmail/libsm/vsnprintf.c projects/sendfile/contrib/sendmail/libsm/wbuf.c projects/sendfile/contrib/sendmail/libsm/wsetup.c projects/sendfile/contrib/sendmail/libsm/xtrap.c projects/sendfile/contrib/sendmail/libsmdb/smdb.c projects/sendfile/contrib/sendmail/libsmdb/smdb1.c projects/sendfile/contrib/sendmail/libsmdb/smdb2.c projects/sendfile/contrib/sendmail/libsmdb/smndbm.c projects/sendfile/contrib/sendmail/libsmutil/cf.c projects/sendfile/contrib/sendmail/libsmutil/debug.c projects/sendfile/contrib/sendmail/libsmutil/err.c projects/sendfile/contrib/sendmail/libsmutil/lockfile.c projects/sendfile/contrib/sendmail/libsmutil/safefile.c projects/sendfile/contrib/sendmail/libsmutil/snprintf.c projects/sendfile/contrib/sendmail/mail.local/mail.local.8 projects/sendfile/contrib/sendmail/mail.local/mail.local.c projects/sendfile/contrib/sendmail/mailstats/mailstats.8 projects/sendfile/contrib/sendmail/mailstats/mailstats.c projects/sendfile/contrib/sendmail/makemap/makemap.8 projects/sendfile/contrib/sendmail/makemap/makemap.c projects/sendfile/contrib/sendmail/praliases/praliases.8 projects/sendfile/contrib/sendmail/praliases/praliases.c projects/sendfile/contrib/sendmail/rmail/rmail.8 projects/sendfile/contrib/sendmail/rmail/rmail.c projects/sendfile/contrib/sendmail/smrsh/smrsh.8 projects/sendfile/contrib/sendmail/smrsh/smrsh.c projects/sendfile/contrib/sendmail/src/Makefile.m4 projects/sendfile/contrib/sendmail/src/README projects/sendfile/contrib/sendmail/src/SECURITY projects/sendfile/contrib/sendmail/src/TRACEFLAGS projects/sendfile/contrib/sendmail/src/TUNING projects/sendfile/contrib/sendmail/src/alias.c projects/sendfile/contrib/sendmail/src/aliases.5 projects/sendfile/contrib/sendmail/src/arpadate.c projects/sendfile/contrib/sendmail/src/bf.c projects/sendfile/contrib/sendmail/src/bf.h projects/sendfile/contrib/sendmail/src/collect.c projects/sendfile/contrib/sendmail/src/conf.c projects/sendfile/contrib/sendmail/src/conf.h projects/sendfile/contrib/sendmail/src/control.c projects/sendfile/contrib/sendmail/src/convtime.c projects/sendfile/contrib/sendmail/src/daemon.c projects/sendfile/contrib/sendmail/src/daemon.h projects/sendfile/contrib/sendmail/src/deliver.c projects/sendfile/contrib/sendmail/src/domain.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/helpfile projects/sendfile/contrib/sendmail/src/macro.c projects/sendfile/contrib/sendmail/src/mailq.1 projects/sendfile/contrib/sendmail/src/main.c projects/sendfile/contrib/sendmail/src/map.c projects/sendfile/contrib/sendmail/src/map.h projects/sendfile/contrib/sendmail/src/mci.c projects/sendfile/contrib/sendmail/src/milter.c projects/sendfile/contrib/sendmail/src/mime.c projects/sendfile/contrib/sendmail/src/newaliases.1 projects/sendfile/contrib/sendmail/src/parseaddr.c projects/sendfile/contrib/sendmail/src/queue.c projects/sendfile/contrib/sendmail/src/ratectrl.c projects/sendfile/contrib/sendmail/src/readcf.c projects/sendfile/contrib/sendmail/src/recipient.c projects/sendfile/contrib/sendmail/src/sasl.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/sfsasl.h projects/sendfile/contrib/sendmail/src/shmticklib.c projects/sendfile/contrib/sendmail/src/sm_resolve.c projects/sendfile/contrib/sendmail/src/sm_resolve.h projects/sendfile/contrib/sendmail/src/srvrsmtp.c projects/sendfile/contrib/sendmail/src/stab.c projects/sendfile/contrib/sendmail/src/stats.c projects/sendfile/contrib/sendmail/src/statusd_shm.h projects/sendfile/contrib/sendmail/src/sysexits.c projects/sendfile/contrib/sendmail/src/timers.c projects/sendfile/contrib/sendmail/src/timers.h projects/sendfile/contrib/sendmail/src/tls.c projects/sendfile/contrib/sendmail/src/trace.c projects/sendfile/contrib/sendmail/src/udb.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/sendmail/test/README projects/sendfile/contrib/sendmail/test/t_dropgid.c projects/sendfile/contrib/sendmail/test/t_exclopen.c projects/sendfile/contrib/sendmail/test/t_pathconf.c projects/sendfile/contrib/sendmail/test/t_seteuid.c projects/sendfile/contrib/sendmail/test/t_setgid.c projects/sendfile/contrib/sendmail/test/t_setreuid.c projects/sendfile/contrib/sendmail/test/t_setuid.c projects/sendfile/contrib/sendmail/test/t_snprintf.c projects/sendfile/contrib/sendmail/vacation/vacation.1 projects/sendfile/contrib/sendmail/vacation/vacation.c projects/sendfile/crypto/openssh/ChangeLog projects/sendfile/crypto/openssh/Makefile.in projects/sendfile/crypto/openssh/PROTOCOL projects/sendfile/crypto/openssh/README projects/sendfile/crypto/openssh/aclocal.m4 projects/sendfile/crypto/openssh/addrmatch.c projects/sendfile/crypto/openssh/atomicio.c projects/sendfile/crypto/openssh/auth-krb5.c projects/sendfile/crypto/openssh/auth-options.c projects/sendfile/crypto/openssh/auth-pam.c projects/sendfile/crypto/openssh/auth2-hostbased.c projects/sendfile/crypto/openssh/auth2-pubkey.c projects/sendfile/crypto/openssh/authfd.c projects/sendfile/crypto/openssh/authfile.c projects/sendfile/crypto/openssh/authfile.h projects/sendfile/crypto/openssh/bufaux.c projects/sendfile/crypto/openssh/bufbn.c projects/sendfile/crypto/openssh/buffer.c projects/sendfile/crypto/openssh/buffer.h projects/sendfile/crypto/openssh/canohost.c projects/sendfile/crypto/openssh/channels.c projects/sendfile/crypto/openssh/cipher.c projects/sendfile/crypto/openssh/cipher.h projects/sendfile/crypto/openssh/clientloop.c projects/sendfile/crypto/openssh/compat.c projects/sendfile/crypto/openssh/compat.h projects/sendfile/crypto/openssh/config.h projects/sendfile/crypto/openssh/config.h.in projects/sendfile/crypto/openssh/configure projects/sendfile/crypto/openssh/configure.ac projects/sendfile/crypto/openssh/contrib/caldera/openssh.spec projects/sendfile/crypto/openssh/contrib/cygwin/ssh-host-config projects/sendfile/crypto/openssh/contrib/redhat/openssh.spec projects/sendfile/crypto/openssh/contrib/suse/openssh.spec projects/sendfile/crypto/openssh/defines.h projects/sendfile/crypto/openssh/dh.c projects/sendfile/crypto/openssh/dh.h projects/sendfile/crypto/openssh/gss-serv-krb5.c projects/sendfile/crypto/openssh/hostfile.c projects/sendfile/crypto/openssh/kex.c projects/sendfile/crypto/openssh/kex.h projects/sendfile/crypto/openssh/kexdh.c projects/sendfile/crypto/openssh/kexdhc.c projects/sendfile/crypto/openssh/kexdhs.c projects/sendfile/crypto/openssh/kexecdh.c projects/sendfile/crypto/openssh/kexecdhc.c projects/sendfile/crypto/openssh/kexecdhs.c projects/sendfile/crypto/openssh/kexgex.c projects/sendfile/crypto/openssh/kexgexc.c projects/sendfile/crypto/openssh/kexgexs.c projects/sendfile/crypto/openssh/key.c projects/sendfile/crypto/openssh/key.h projects/sendfile/crypto/openssh/loginrec.c projects/sendfile/crypto/openssh/mac.c projects/sendfile/crypto/openssh/mac.h projects/sendfile/crypto/openssh/match.c projects/sendfile/crypto/openssh/misc.c projects/sendfile/crypto/openssh/misc.h projects/sendfile/crypto/openssh/moduli.c projects/sendfile/crypto/openssh/monitor.c projects/sendfile/crypto/openssh/monitor_mm.c projects/sendfile/crypto/openssh/monitor_mm.h projects/sendfile/crypto/openssh/myproposal.h projects/sendfile/crypto/openssh/openbsd-compat/Makefile.in projects/sendfile/crypto/openssh/openbsd-compat/bsd-cygwin_util.h projects/sendfile/crypto/openssh/openbsd-compat/bsd-misc.c projects/sendfile/crypto/openssh/openbsd-compat/bsd-poll.c projects/sendfile/crypto/openssh/openbsd-compat/bsd-setres_id.c projects/sendfile/crypto/openssh/openbsd-compat/bsd-snprintf.c projects/sendfile/crypto/openssh/openbsd-compat/bsd-statvfs.c projects/sendfile/crypto/openssh/openbsd-compat/bsd-statvfs.h projects/sendfile/crypto/openssh/openbsd-compat/openbsd-compat.h projects/sendfile/crypto/openssh/openbsd-compat/openssl-compat.c projects/sendfile/crypto/openssh/openbsd-compat/openssl-compat.h projects/sendfile/crypto/openssh/openbsd-compat/setproctitle.c projects/sendfile/crypto/openssh/packet.c projects/sendfile/crypto/openssh/pathnames.h projects/sendfile/crypto/openssh/pkcs11.h projects/sendfile/crypto/openssh/platform.c projects/sendfile/crypto/openssh/platform.h projects/sendfile/crypto/openssh/progressmeter.c projects/sendfile/crypto/openssh/readconf.c projects/sendfile/crypto/openssh/readconf.h projects/sendfile/crypto/openssh/regress/Makefile projects/sendfile/crypto/openssh/regress/agent-ptrace.sh projects/sendfile/crypto/openssh/regress/agent.sh projects/sendfile/crypto/openssh/regress/cert-hostkey.sh projects/sendfile/crypto/openssh/regress/cert-userkey.sh projects/sendfile/crypto/openssh/regress/cipher-speed.sh projects/sendfile/crypto/openssh/regress/forward-control.sh projects/sendfile/crypto/openssh/regress/integrity.sh projects/sendfile/crypto/openssh/regress/kextype.sh projects/sendfile/crypto/openssh/regress/keytype.sh projects/sendfile/crypto/openssh/regress/krl.sh projects/sendfile/crypto/openssh/regress/modpipe.c projects/sendfile/crypto/openssh/regress/rekey.sh projects/sendfile/crypto/openssh/regress/scp-ssh-wrapper.sh projects/sendfile/crypto/openssh/regress/scp.sh projects/sendfile/crypto/openssh/regress/test-exec.sh projects/sendfile/crypto/openssh/regress/try-ciphers.sh projects/sendfile/crypto/openssh/roaming_client.c projects/sendfile/crypto/openssh/roaming_common.c projects/sendfile/crypto/openssh/sandbox-darwin.c projects/sendfile/crypto/openssh/sandbox-null.c projects/sendfile/crypto/openssh/sandbox-rlimit.c projects/sendfile/crypto/openssh/sandbox-seccomp-filter.c projects/sendfile/crypto/openssh/sandbox-systrace.c projects/sendfile/crypto/openssh/schnorr.c projects/sendfile/crypto/openssh/schnorr.h projects/sendfile/crypto/openssh/scp.0 projects/sendfile/crypto/openssh/scp.1 projects/sendfile/crypto/openssh/scp.c projects/sendfile/crypto/openssh/servconf.c projects/sendfile/crypto/openssh/servconf.h projects/sendfile/crypto/openssh/serverloop.c projects/sendfile/crypto/openssh/session.c projects/sendfile/crypto/openssh/session.h projects/sendfile/crypto/openssh/sftp-client.c projects/sendfile/crypto/openssh/sftp-client.h projects/sendfile/crypto/openssh/sftp-common.c projects/sendfile/crypto/openssh/sftp-glob.c projects/sendfile/crypto/openssh/sftp-server.0 projects/sendfile/crypto/openssh/sftp-server.8 projects/sendfile/crypto/openssh/sftp-server.c projects/sendfile/crypto/openssh/sftp.0 projects/sendfile/crypto/openssh/sftp.1 projects/sendfile/crypto/openssh/sftp.c projects/sendfile/crypto/openssh/ssh-add.0 projects/sendfile/crypto/openssh/ssh-add.1 projects/sendfile/crypto/openssh/ssh-add.c projects/sendfile/crypto/openssh/ssh-agent.0 projects/sendfile/crypto/openssh/ssh-agent.1 projects/sendfile/crypto/openssh/ssh-agent.c projects/sendfile/crypto/openssh/ssh-dss.c projects/sendfile/crypto/openssh/ssh-ecdsa.c projects/sendfile/crypto/openssh/ssh-keygen.0 projects/sendfile/crypto/openssh/ssh-keygen.1 projects/sendfile/crypto/openssh/ssh-keygen.c projects/sendfile/crypto/openssh/ssh-keyscan.0 projects/sendfile/crypto/openssh/ssh-keyscan.1 projects/sendfile/crypto/openssh/ssh-keyscan.c projects/sendfile/crypto/openssh/ssh-keysign.0 projects/sendfile/crypto/openssh/ssh-keysign.8 projects/sendfile/crypto/openssh/ssh-keysign.c projects/sendfile/crypto/openssh/ssh-pkcs11-helper.c projects/sendfile/crypto/openssh/ssh-pkcs11.c projects/sendfile/crypto/openssh/ssh-rsa.c projects/sendfile/crypto/openssh/ssh-sandbox.h projects/sendfile/crypto/openssh/ssh.0 projects/sendfile/crypto/openssh/ssh.1 projects/sendfile/crypto/openssh/ssh.c projects/sendfile/crypto/openssh/ssh_config projects/sendfile/crypto/openssh/ssh_config.0 projects/sendfile/crypto/openssh/ssh_config.5 projects/sendfile/crypto/openssh/ssh_namespace.h projects/sendfile/crypto/openssh/sshconnect.c projects/sendfile/crypto/openssh/sshconnect.h projects/sendfile/crypto/openssh/sshconnect1.c projects/sendfile/crypto/openssh/sshconnect2.c projects/sendfile/crypto/openssh/sshd.0 projects/sendfile/crypto/openssh/sshd.8 projects/sendfile/crypto/openssh/sshd.c projects/sendfile/crypto/openssh/sshd_config projects/sendfile/crypto/openssh/sshd_config.0 projects/sendfile/crypto/openssh/sshd_config.5 projects/sendfile/crypto/openssh/uidswap.c projects/sendfile/crypto/openssh/version.h projects/sendfile/crypto/openssh/xmalloc.c projects/sendfile/etc/Makefile projects/sendfile/etc/devd.conf projects/sendfile/etc/devd/usb.conf projects/sendfile/etc/mtree/BSD.include.dist projects/sendfile/etc/rc.d/sshd projects/sendfile/etc/sendmail/freebsd.mc projects/sendfile/etc/sendmail/freebsd.submit.mc projects/sendfile/gnu/usr.bin/dialog/Makefile projects/sendfile/gnu/usr.bin/gdb/kgdb/trgt_arm.c projects/sendfile/gnu/usr.bin/groff/tmac/mdoc.local projects/sendfile/kerberos5/lib/libasn1/Makefile projects/sendfile/kerberos5/lib/libgssapi_spnego/Makefile projects/sendfile/kerberos5/lib/libhdb/Makefile projects/sendfile/kerberos5/lib/libhx509/Makefile projects/sendfile/lib/libc++/Makefile projects/sendfile/lib/libc/gen/Makefile.inc projects/sendfile/lib/libc/gen/fts.c projects/sendfile/lib/libc/gen/pmadvise.c projects/sendfile/lib/libc/iconv/__iconv_get_list.3 projects/sendfile/lib/libc/iconv/iconv_canonicalize.3 projects/sendfile/lib/libc/iconv/iconvctl.3 projects/sendfile/lib/libc/iconv/iconvlist.3 projects/sendfile/lib/libc/inet/inet_ntop.c projects/sendfile/lib/libc/net/ip6opt.c projects/sendfile/lib/libc/sys/cap_enter.2 projects/sendfile/lib/libc/sys/madvise.2 projects/sendfile/lib/libc/sys/posix_fadvise.2 projects/sendfile/lib/libc/sys/posix_fallocate.2 projects/sendfile/lib/libc/sys/procctl.2 projects/sendfile/lib/libcasper/libcasper.c projects/sendfile/lib/libdwarf/Makefile projects/sendfile/lib/libelf/Makefile projects/sendfile/lib/libfetch/common.c projects/sendfile/lib/libfetch/common.h projects/sendfile/lib/libfetch/http.c projects/sendfile/lib/libkvm/kvm.h projects/sendfile/lib/libkvm/kvm_arm.c projects/sendfile/lib/libkvm/kvm_getpcpu.3 projects/sendfile/lib/libkvm/kvm_minidump_amd64.c projects/sendfile/lib/libkvm/kvm_minidump_arm.c projects/sendfile/lib/libkvm/kvm_pcpu.c projects/sendfile/lib/libmandoc/Makefile projects/sendfile/lib/libmemstat/libmemstat.3 projects/sendfile/lib/libmemstat/memstat.c projects/sendfile/lib/libmemstat/memstat.h projects/sendfile/lib/libmemstat/memstat_internal.h projects/sendfile/lib/libmemstat/memstat_uma.c projects/sendfile/lib/libnv/msgio.c projects/sendfile/lib/libpmc/libpmc.c projects/sendfile/lib/libsm/Makefile projects/sendfile/lib/libstand/Makefile projects/sendfile/lib/libstand/libstand.3 projects/sendfile/lib/libstand/powerpc/_setjmp.S projects/sendfile/lib/libstand/sbrk.c projects/sendfile/lib/libstand/zalloc.c projects/sendfile/lib/libstand/zalloc_defs.h projects/sendfile/lib/libstand/zalloc_mem.h projects/sendfile/lib/libthr/thread/thr_kill.c projects/sendfile/lib/libusb/libusb10.c projects/sendfile/lib/libvmmapi/vmmapi.c projects/sendfile/lib/libvmmapi/vmmapi.h projects/sendfile/lib/libvmmapi/vmmapi_freebsd.c projects/sendfile/lib/msun/arm/fenv.h projects/sendfile/lib/msun/src/fenv-softfloat.h projects/sendfile/lib/ncurses/Makefile 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/misc/dev.archlist.txt projects/sendfile/sbin/casperd/casperd.8 projects/sendfile/sbin/casperd/zygote.c projects/sendfile/sbin/dhclient/bpf.c projects/sendfile/sbin/dhclient/dhclient.c projects/sendfile/sbin/etherswitchcfg/etherswitchcfg.8 projects/sendfile/sbin/growfs/growfs.c projects/sendfile/sbin/hastd/refcnt.h projects/sendfile/sbin/init/init.c projects/sendfile/sbin/ipfw/Makefile projects/sendfile/sbin/ipfw/ipfw2.h projects/sendfile/sbin/mount_udf/mount_udf.c projects/sendfile/sbin/newfs/mkfs.c projects/sendfile/sbin/ping/Makefile projects/sendfile/sbin/ping/ping.c projects/sendfile/secure/lib/libssh/Makefile projects/sendfile/secure/usr.sbin/sshd/Makefile projects/sendfile/share/man/man3/stdarg.3 projects/sendfile/share/man/man4/Makefile projects/sendfile/share/man/man4/atp.4 projects/sendfile/share/man/man4/capsicum.4 projects/sendfile/share/man/man4/iwn.4 projects/sendfile/share/man/man4/iwnfw.4 projects/sendfile/share/man/man4/mfi.4 projects/sendfile/share/man/man4/multicast.4 projects/sendfile/share/man/man4/nvd.4 projects/sendfile/share/man/man4/nvme.4 projects/sendfile/share/man/man4/procdesc.4 projects/sendfile/share/man/man4/rights.4 projects/sendfile/share/man/man4/scsi.4 projects/sendfile/share/man/man4/sem.4 projects/sendfile/share/man/man5/src.conf.5 projects/sendfile/share/man/man9/Makefile projects/sendfile/share/man/man9/VOP_STRATEGY.9 projects/sendfile/share/man/man9/counter.9 projects/sendfile/share/man/man9/vnode.9 projects/sendfile/share/man/man9/zone.9 projects/sendfile/share/misc/bsd-family-tree projects/sendfile/share/misc/committers-doc.dot projects/sendfile/share/misc/committers-ports.dot projects/sendfile/share/mk/bsd.own.mk projects/sendfile/sys/amd64/amd64/db_disasm.c projects/sendfile/sys/amd64/amd64/pmap.c projects/sendfile/sys/amd64/include/resource.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/vmm_instruction_emul.h (contents, props changed) projects/sendfile/sys/amd64/vmm/intel/vmcs.h projects/sendfile/sys/amd64/vmm/intel/vmx.c projects/sendfile/sys/amd64/vmm/intel/vmx.h projects/sendfile/sys/amd64/vmm/intel/vmx_genassym.c projects/sendfile/sys/amd64/vmm/intel/vmx_support.S projects/sendfile/sys/amd64/vmm/io/vlapic.c projects/sendfile/sys/amd64/vmm/io/vlapic_priv.h projects/sendfile/sys/amd64/vmm/vmm.c projects/sendfile/sys/amd64/vmm/vmm_dev.c projects/sendfile/sys/amd64/vmm/vmm_host.c projects/sendfile/sys/amd64/vmm/vmm_host.h projects/sendfile/sys/amd64/vmm/vmm_instruction_emul.c projects/sendfile/sys/amd64/vmm/vmm_stat.c projects/sendfile/sys/amd64/vmm/vmm_stat.h projects/sendfile/sys/amd64/vmm/x86.c projects/sendfile/sys/arm/allwinner/a10_clk.c projects/sendfile/sys/arm/allwinner/a10_ehci.c projects/sendfile/sys/arm/allwinner/a10_gpio.c projects/sendfile/sys/arm/allwinner/a10_wdog.c projects/sendfile/sys/arm/allwinner/a20/a20_cpu_cfg.c projects/sendfile/sys/arm/allwinner/a20/std.a20 projects/sendfile/sys/arm/allwinner/aintc.c projects/sendfile/sys/arm/allwinner/std.a10 projects/sendfile/sys/arm/arm/bcopyinout.S projects/sendfile/sys/arm/arm/bcopyinout_xscale.S projects/sendfile/sys/arm/arm/busdma_machdep-v6.c projects/sendfile/sys/arm/arm/copystr.S projects/sendfile/sys/arm/arm/cpufunc_asm_arm8.S projects/sendfile/sys/arm/arm/cpufunc_asm_sa1.S projects/sendfile/sys/arm/arm/cpufunc_asm_sa11x0.S projects/sendfile/sys/arm/arm/cpufunc_asm_xscale.S projects/sendfile/sys/arm/arm/cpufunc_asm_xscale_c3.S projects/sendfile/sys/arm/arm/db_trace.c projects/sendfile/sys/arm/arm/elf_trampoline.c projects/sendfile/sys/arm/arm/exception.S projects/sendfile/sys/arm/arm/fiq_subr.S projects/sendfile/sys/arm/arm/fusu.S projects/sendfile/sys/arm/arm/genassym.c projects/sendfile/sys/arm/arm/generic_timer.c projects/sendfile/sys/arm/arm/gic.c projects/sendfile/sys/arm/arm/locore.S projects/sendfile/sys/arm/arm/machdep.c projects/sendfile/sys/arm/arm/mem.c projects/sendfile/sys/arm/arm/mp_machdep.c projects/sendfile/sys/arm/arm/mpcore_timer.c projects/sendfile/sys/arm/arm/nexus.c projects/sendfile/sys/arm/arm/pl190.c projects/sendfile/sys/arm/arm/pl310.c projects/sendfile/sys/arm/arm/pmap-v6.c projects/sendfile/sys/arm/arm/pmap.c projects/sendfile/sys/arm/arm/setcpsr.S projects/sendfile/sys/arm/arm/setstack.s projects/sendfile/sys/arm/arm/support.S projects/sendfile/sys/arm/arm/swtch.S 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.c projects/sendfile/sys/arm/at91/at91_machdep.c projects/sendfile/sys/arm/at91/at91_mci.c projects/sendfile/sys/arm/at91/at91_pio.c projects/sendfile/sys/arm/at91/at91_pit.c projects/sendfile/sys/arm/at91/at91_pmc.c projects/sendfile/sys/arm/at91/at91_rst.c projects/sendfile/sys/arm/at91/at91_spi.c projects/sendfile/sys/arm/at91/at91_twi.c projects/sendfile/sys/arm/at91/at91_wdt.c projects/sendfile/sys/arm/at91/at91rm92reg.h projects/sendfile/sys/arm/at91/at91sam9260reg.h projects/sendfile/sys/arm/at91/at91sam9g20reg.h projects/sendfile/sys/arm/at91/at91sam9g45reg.h projects/sendfile/sys/arm/at91/board_sam9260ek.c projects/sendfile/sys/arm/at91/board_tsc4370.c projects/sendfile/sys/arm/at91/if_ate.c projects/sendfile/sys/arm/at91/std.bwct projects/sendfile/sys/arm/at91/std.eb9200 projects/sendfile/sys/arm/at91/std.ethernut5 projects/sendfile/sys/arm/at91/std.hl200 projects/sendfile/sys/arm/at91/std.hl201 projects/sendfile/sys/arm/at91/std.kb920x projects/sendfile/sys/arm/at91/std.qila9g20 projects/sendfile/sys/arm/at91/std.sam9260ek projects/sendfile/sys/arm/at91/std.sam9g20ek projects/sendfile/sys/arm/at91/std.sam9x25ek projects/sendfile/sys/arm/at91/std.sn9g45 projects/sendfile/sys/arm/at91/std.tsc4370 projects/sendfile/sys/arm/at91/uart_bus_at91usart.c projects/sendfile/sys/arm/at91/uart_cpu_at91usart.c projects/sendfile/sys/arm/at91/uart_dev_at91usart.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_bsc.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_dma.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_fb.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_fbd.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_gpio.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_intr.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_mbox.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_spi.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_systimer.c projects/sendfile/sys/arm/broadcom/bcm2835/bcm2835_wdog.c projects/sendfile/sys/arm/broadcom/bcm2835/std.rpi projects/sendfile/sys/arm/conf/AC100 projects/sendfile/sys/arm/conf/ARMADAXP projects/sendfile/sys/arm/conf/ATMEL projects/sendfile/sys/arm/conf/AVILA projects/sendfile/sys/arm/conf/BWCT projects/sendfile/sys/arm/conf/CAMBRIA projects/sendfile/sys/arm/conf/CNS11XXNAS projects/sendfile/sys/arm/conf/COSMIC projects/sendfile/sys/arm/conf/CRB projects/sendfile/sys/arm/conf/DB-78XXX projects/sendfile/sys/arm/conf/DB-88F5XXX projects/sendfile/sys/arm/conf/DB-88F6XXX projects/sendfile/sys/arm/conf/DIGI-CCWMX53 projects/sendfile/sys/arm/conf/EA3250 projects/sendfile/sys/arm/conf/EB9200 projects/sendfile/sys/arm/conf/EFIKA_MX projects/sendfile/sys/arm/conf/EP80219 projects/sendfile/sys/arm/conf/ETHERNUT5 projects/sendfile/sys/arm/conf/GUMSTIX projects/sendfile/sys/arm/conf/HL200 projects/sendfile/sys/arm/conf/HL201 projects/sendfile/sys/arm/conf/IMX53-QSB projects/sendfile/sys/arm/conf/IQ31244 projects/sendfile/sys/arm/conf/KB920X projects/sendfile/sys/arm/conf/LN2410SBC projects/sendfile/sys/arm/conf/NSLU projects/sendfile/sys/arm/conf/QILA9G20 projects/sendfile/sys/arm/conf/RPI-B projects/sendfile/sys/arm/conf/SAM9260EK projects/sendfile/sys/arm/conf/SAM9G20EK projects/sendfile/sys/arm/conf/SAM9X25EK projects/sendfile/sys/arm/conf/SHEEVAPLUG projects/sendfile/sys/arm/conf/SN9G45 projects/sendfile/sys/arm/conf/TS7800 projects/sendfile/sys/arm/conf/VERSATILEPB projects/sendfile/sys/arm/conf/ZEDBOARD projects/sendfile/sys/arm/econa/econa_machdep.c projects/sendfile/sys/arm/econa/files.econa projects/sendfile/sys/arm/econa/std.econa projects/sendfile/sys/arm/freescale/imx/i2c.c projects/sendfile/sys/arm/freescale/imx/imx51_ccm.c projects/sendfile/sys/arm/freescale/imx/imx51_gpio.c projects/sendfile/sys/arm/freescale/imx/imx51_iomux.c projects/sendfile/sys/arm/freescale/imx/imx51_ipuv3.c projects/sendfile/sys/arm/freescale/imx/imx51_ipuv3_fbd.c projects/sendfile/sys/arm/freescale/imx/imx6_anatop.c projects/sendfile/sys/arm/freescale/imx/imx6_ccm.c projects/sendfile/sys/arm/freescale/imx/imx6_usbphy.c projects/sendfile/sys/arm/freescale/imx/imx_gpt.c projects/sendfile/sys/arm/freescale/imx/imx_nop_usbphy.c projects/sendfile/sys/arm/freescale/imx/imx_sdhci.c projects/sendfile/sys/arm/freescale/imx/imx_wdog.c projects/sendfile/sys/arm/freescale/imx/std.imx51 projects/sendfile/sys/arm/freescale/imx/std.imx53 projects/sendfile/sys/arm/freescale/imx/std.imx6 projects/sendfile/sys/arm/freescale/imx/tzic.c projects/sendfile/sys/arm/freescale/vybrid/files.vybrid projects/sendfile/sys/arm/freescale/vybrid/std.vybrid projects/sendfile/sys/arm/freescale/vybrid/vf_anadig.c projects/sendfile/sys/arm/freescale/vybrid/vf_ccm.c projects/sendfile/sys/arm/freescale/vybrid/vf_common.h projects/sendfile/sys/arm/freescale/vybrid/vf_ehci.c projects/sendfile/sys/arm/freescale/vybrid/vf_gpio.c projects/sendfile/sys/arm/freescale/vybrid/vf_iomuxc.c projects/sendfile/sys/arm/freescale/vybrid/vf_mscm.c projects/sendfile/sys/arm/freescale/vybrid/vf_nfc.c projects/sendfile/sys/arm/freescale/vybrid/vf_src.c projects/sendfile/sys/arm/include/armreg.h projects/sendfile/sys/arm/include/asmacros.h projects/sendfile/sys/arm/include/atomic.h projects/sendfile/sys/arm/include/cpu.h projects/sendfile/sys/arm/include/machdep.h projects/sendfile/sys/arm/include/pcpu.h projects/sendfile/sys/arm/include/pmap.h projects/sendfile/sys/arm/include/sf_buf.h projects/sendfile/sys/arm/include/vmparam.h projects/sendfile/sys/arm/lpc/if_lpe.c projects/sendfile/sys/arm/lpc/lpc_dmac.c projects/sendfile/sys/arm/lpc/lpc_fb.c projects/sendfile/sys/arm/lpc/lpc_gpio.c projects/sendfile/sys/arm/lpc/lpc_intc.c projects/sendfile/sys/arm/lpc/lpc_mmc.c projects/sendfile/sys/arm/lpc/lpc_ohci.c projects/sendfile/sys/arm/lpc/lpc_pwr.c projects/sendfile/sys/arm/lpc/lpc_rtc.c projects/sendfile/sys/arm/lpc/lpc_spi.c projects/sendfile/sys/arm/lpc/lpc_timer.c projects/sendfile/sys/arm/lpc/std.lpc projects/sendfile/sys/arm/mv/armadaxp/std.armadaxp projects/sendfile/sys/arm/mv/discovery/std.db78xxx projects/sendfile/sys/arm/mv/gpio.c projects/sendfile/sys/arm/mv/ic.c projects/sendfile/sys/arm/mv/kirkwood/std.kirkwood projects/sendfile/sys/arm/mv/mpic.c projects/sendfile/sys/arm/mv/mv_localbus.c projects/sendfile/sys/arm/mv/mv_pci.c projects/sendfile/sys/arm/mv/mv_sata.c projects/sendfile/sys/arm/mv/mv_ts.c projects/sendfile/sys/arm/mv/orion/std.db88f5xxx projects/sendfile/sys/arm/mv/orion/std.ts7800 projects/sendfile/sys/arm/mv/rtc.c projects/sendfile/sys/arm/mv/timer.c projects/sendfile/sys/arm/mv/twsi.c projects/sendfile/sys/arm/rockchip/rk30xx_gpio.c projects/sendfile/sys/arm/rockchip/rk30xx_grf.c projects/sendfile/sys/arm/rockchip/rk30xx_pmu.c projects/sendfile/sys/arm/rockchip/rk30xx_wdog.c projects/sendfile/sys/arm/rockchip/std.rk30xx projects/sendfile/sys/arm/s3c2xx0/s3c24x0_machdep.c projects/sendfile/sys/arm/s3c2xx0/std.ln2410sbc projects/sendfile/sys/arm/sa11x0/assabet_machdep.c projects/sendfile/sys/arm/samsung/exynos/arch_timer.c projects/sendfile/sys/arm/samsung/exynos/ehci_exynos5.c projects/sendfile/sys/arm/samsung/exynos/std.exynos5 projects/sendfile/sys/arm/tegra/std.tegra2 projects/sendfile/sys/arm/ti/aintc.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_prcm.c projects/sendfile/sys/arm/ti/am335x/am335x_pwm.c projects/sendfile/sys/arm/ti/am335x/am335x_usbss.c projects/sendfile/sys/arm/ti/am335x/files.am335x projects/sendfile/sys/arm/ti/am335x/std.am335x projects/sendfile/sys/arm/ti/cpsw/if_cpsw.c projects/sendfile/sys/arm/ti/omap4/omap4_prcm_clks.c projects/sendfile/sys/arm/ti/omap4/std.omap4 projects/sendfile/sys/arm/ti/ti_edma3.c projects/sendfile/sys/arm/ti/ti_gpio.c projects/sendfile/sys/arm/ti/ti_i2c.c projects/sendfile/sys/arm/ti/ti_mbox.c projects/sendfile/sys/arm/ti/ti_mmchs.c projects/sendfile/sys/arm/ti/ti_pruss.c projects/sendfile/sys/arm/ti/ti_scm.c projects/sendfile/sys/arm/ti/ti_sdhci.c projects/sendfile/sys/arm/ti/ti_sdma.c projects/sendfile/sys/arm/ti/usb/omap_ehci.c projects/sendfile/sys/arm/versatile/if_smc_fdt.c projects/sendfile/sys/arm/versatile/pl050.c projects/sendfile/sys/arm/versatile/sp804.c projects/sendfile/sys/arm/versatile/versatile_clcd.c projects/sendfile/sys/arm/versatile/versatile_pci.c projects/sendfile/sys/arm/versatile/versatile_sic.c projects/sendfile/sys/arm/xilinx/std.zynq7 projects/sendfile/sys/arm/xilinx/zy7_devcfg.c projects/sendfile/sys/arm/xilinx/zy7_ehci.c projects/sendfile/sys/arm/xilinx/zy7_gpio.c projects/sendfile/sys/arm/xilinx/zy7_slcr.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/ixp425/std.avila projects/sendfile/sys/arm/xscale/pxa/pxa_machdep.c projects/sendfile/sys/arm/xscale/pxa/std.pxa projects/sendfile/sys/boot/Makefile.amd64 projects/sendfile/sys/boot/Makefile.i386 projects/sendfile/sys/boot/Makefile.powerpc projects/sendfile/sys/boot/common/load_elf32.c projects/sendfile/sys/boot/common/load_elf32_obj.c projects/sendfile/sys/boot/efi/Makefile.inc projects/sendfile/sys/boot/fdt/dts/bindings-gpio.txt projects/sendfile/sys/boot/fdt/dts/vybrid-cosmic.dts projects/sendfile/sys/boot/fdt/dts/vybrid.dtsi projects/sendfile/sys/boot/i386/cdboot/cdboot.S projects/sendfile/sys/boot/i386/efi/Makefile projects/sendfile/sys/boot/i386/gptboot/Makefile projects/sendfile/sys/boot/i386/gptboot/gptboot.8 projects/sendfile/sys/boot/i386/gptzfsboot/Makefile projects/sendfile/sys/boot/i386/loader/Makefile projects/sendfile/sys/boot/i386/pxeldr/pxeldr.S projects/sendfile/sys/boot/i386/zfsboot/Makefile projects/sendfile/sys/boot/powerpc/ofw/Makefile projects/sendfile/sys/boot/powerpc/ps3/Makefile projects/sendfile/sys/boot/powerpc/uboot/Makefile projects/sendfile/sys/boot/userboot/userboot/Makefile projects/sendfile/sys/boot/userboot/userboot/bootinfo32.c projects/sendfile/sys/boot/userboot/userboot/bootinfo64.c projects/sendfile/sys/boot/userboot/userboot/elf32_freebsd.c projects/sendfile/sys/boot/userboot/userboot/libuserboot.h projects/sendfile/sys/cam/ctl/ctl_backend_block.c projects/sendfile/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c projects/sendfile/sys/compat/freebsd32/freebsd32_misc.c projects/sendfile/sys/conf/Makefile.amd64 projects/sendfile/sys/conf/Makefile.arm projects/sendfile/sys/conf/Makefile.i386 projects/sendfile/sys/conf/Makefile.ia64 projects/sendfile/sys/conf/Makefile.mips projects/sendfile/sys/conf/Makefile.pc98 projects/sendfile/sys/conf/Makefile.powerpc projects/sendfile/sys/conf/Makefile.sparc64 projects/sendfile/sys/conf/NOTES projects/sendfile/sys/conf/files projects/sendfile/sys/conf/files.arm projects/sendfile/sys/conf/files.i386 projects/sendfile/sys/conf/files.powerpc projects/sendfile/sys/conf/kern.mk projects/sendfile/sys/conf/kern.pre.mk projects/sendfile/sys/conf/ldscript.arm projects/sendfile/sys/conf/newvers.sh projects/sendfile/sys/conf/options.arm projects/sendfile/sys/dev/acpica/acpi.c projects/sendfile/sys/dev/acpica/acpi_pcib_acpi.c projects/sendfile/sys/dev/acpica/acpi_pcib_pci.c projects/sendfile/sys/dev/altera/atse/if_atse_fdt.c projects/sendfile/sys/dev/altera/avgen/altera_avgen_fdt.c projects/sendfile/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c projects/sendfile/sys/dev/altera/sdcard/altera_sdcard_fdt.c projects/sendfile/sys/dev/ata/chipsets/ata-fsl.c projects/sendfile/sys/dev/bvm/bvm_console.c projects/sendfile/sys/dev/cardbus/cardbus.c projects/sendfile/sys/dev/cardbus/cardbusvar.h projects/sendfile/sys/dev/cesa/cesa.c projects/sendfile/sys/dev/cfi/cfi_bus_fdt.c projects/sendfile/sys/dev/cxgbe/adapter.h projects/sendfile/sys/dev/cxgbe/common/t4_hw.c projects/sendfile/sys/dev/cxgbe/t4_main.c projects/sendfile/sys/dev/cxgbe/t4_sge.c projects/sendfile/sys/dev/drm2/radeon/r600.c projects/sendfile/sys/dev/drm2/radeon/rv770.c projects/sendfile/sys/dev/e1000/e1000_defines.h projects/sendfile/sys/dev/e1000/if_igb.c projects/sendfile/sys/dev/ed/if_ed.c projects/sendfile/sys/dev/ed/if_ed_hpp.c projects/sendfile/sys/dev/fdt/fdt_common.c projects/sendfile/sys/dev/fdt/simplebus.c projects/sendfile/sys/dev/ffec/if_ffec.c projects/sendfile/sys/dev/hwpmc/hwpmc_mpc7xxx.c projects/sendfile/sys/dev/hwpmc/hwpmc_powerpc.c projects/sendfile/sys/dev/hwpmc/hwpmc_powerpc.h projects/sendfile/sys/dev/hwpmc/pmc_events.h projects/sendfile/sys/dev/isp/isp_library.c projects/sendfile/sys/dev/mfi/mfi_pci.c projects/sendfile/sys/dev/mfi/mfi_tbolt.c projects/sendfile/sys/dev/mfi/mfivar.h projects/sendfile/sys/dev/mge/if_mge.c projects/sendfile/sys/dev/mmc/mmc.c projects/sendfile/sys/dev/msk/if_msk.c projects/sendfile/sys/dev/mvs/mvs_soc.c projects/sendfile/sys/dev/ofw/ofw_bus.h projects/sendfile/sys/dev/ofw/ofw_bus_if.m projects/sendfile/sys/dev/ofw/ofw_bus_subr.c projects/sendfile/sys/dev/ofw/ofw_bus_subr.h projects/sendfile/sys/dev/pccbb/pccbb.c projects/sendfile/sys/dev/pccbb/pccbb_isa.c projects/sendfile/sys/dev/pccbb/pccbb_pci.c projects/sendfile/sys/dev/pccbb/pccbbvar.h projects/sendfile/sys/dev/pci/pci.c projects/sendfile/sys/dev/pci/pci_pci.c projects/sendfile/sys/dev/pci/pci_private.h projects/sendfile/sys/dev/pci/pci_subr.c projects/sendfile/sys/dev/pci/pcib_private.h projects/sendfile/sys/dev/pci/vga_pci.c projects/sendfile/sys/dev/powermac_nvram/powermac_nvram.c projects/sendfile/sys/dev/quicc/quicc_bfe_fdt.c projects/sendfile/sys/dev/re/if_re.c projects/sendfile/sys/dev/sdhci/sdhci_fdt.c projects/sendfile/sys/dev/sec/sec.c projects/sendfile/sys/dev/sound/pci/hda/hdaa_patches.c projects/sendfile/sys/dev/sound/pci/hda/hdac.h projects/sendfile/sys/dev/terasic/de4led/terasic_de4led_fdt.c projects/sendfile/sys/dev/terasic/mtl/terasic_mtl_fdt.c projects/sendfile/sys/dev/tsec/if_tsec_fdt.c projects/sendfile/sys/dev/uart/uart_bus_fdt.c projects/sendfile/sys/dev/usb/controller/at91dci_atmelarm.c projects/sendfile/sys/dev/usb/controller/dwc_otg_fdt.c projects/sendfile/sys/dev/usb/controller/ehci.c projects/sendfile/sys/dev/usb/controller/ehci_fsl.c projects/sendfile/sys/dev/usb/controller/ehci_imx.c projects/sendfile/sys/dev/usb/controller/ehci_mv.c projects/sendfile/sys/dev/usb/controller/ohci_atmelarm.c projects/sendfile/sys/dev/usb/input/ukbd.c projects/sendfile/sys/dev/usb/quirk/usb_quirk.c projects/sendfile/sys/dev/usb/usb.h projects/sendfile/sys/dev/usb/usb_busdma.c projects/sendfile/sys/dev/usb/usb_dev.c projects/sendfile/sys/dev/usb/usb_hub.c projects/sendfile/sys/dev/usb/usbdevs projects/sendfile/sys/dev/usb/wlan/if_run.c projects/sendfile/sys/dev/usb/wlan/if_urtwn.c projects/sendfile/sys/dev/virtio/network/if_vtnet.c projects/sendfile/sys/dev/virtio/network/if_vtnetvar.h projects/sendfile/sys/dev/virtio/scsi/virtio_scsi.c projects/sendfile/sys/dev/vt/hw/fb/vt_fb.c projects/sendfile/sys/dev/vt/hw/ofwfb/ofwfb.c (contents, props changed) projects/sendfile/sys/dev/vt/hw/vga/vga.c projects/sendfile/sys/dev/vt/vt.h projects/sendfile/sys/dev/vt/vt_core.c projects/sendfile/sys/dev/watchdog/watchdog.c projects/sendfile/sys/fs/ext2fs/ext2_alloc.c projects/sendfile/sys/fs/ext2fs/ext2_bmap.c projects/sendfile/sys/fs/ext2fs/ext2_htree.c projects/sendfile/sys/fs/ext2fs/ext2_inode_cnv.c projects/sendfile/sys/fs/ext2fs/ext2_lookup.c projects/sendfile/sys/fs/ext2fs/ext2_subr.c projects/sendfile/sys/fs/ext2fs/ext2_vfsops.c projects/sendfile/sys/fs/ext2fs/ext2_vnops.c projects/sendfile/sys/fs/ext2fs/inode.h projects/sendfile/sys/geom/eli/g_eli_crypto.c projects/sendfile/sys/geom/uncompress/g_uncompress.c projects/sendfile/sys/geom/uzip/g_uzip.c projects/sendfile/sys/i386/i386/machdep.c projects/sendfile/sys/i386/i386/pmap.c projects/sendfile/sys/i386/include/pmap.h projects/sendfile/sys/i386/include/resource.h projects/sendfile/sys/i386/xen/pmap.c projects/sendfile/sys/kern/capabilities.conf projects/sendfile/sys/kern/init_sysent.c projects/sendfile/sys/kern/kern_cons.c projects/sendfile/sys/kern/kern_ktr.c projects/sendfile/sys/kern/kern_proc.c projects/sendfile/sys/kern/kern_rwlock.c projects/sendfile/sys/kern/kern_sysctl.c projects/sendfile/sys/kern/sched_ule.c projects/sendfile/sys/kern/subr_counter.c projects/sendfile/sys/kern/subr_lock.c projects/sendfile/sys/kern/subr_pcpu.c projects/sendfile/sys/kern/subr_prf.c projects/sendfile/sys/kern/subr_sleepqueue.c projects/sendfile/sys/kern/subr_smp.c projects/sendfile/sys/kern/uipc_shm.c projects/sendfile/sys/kern/vfs_syscalls.c projects/sendfile/sys/mips/beri/beri_pic.c projects/sendfile/sys/mips/beri/files.beri projects/sendfile/sys/mips/mips/machdep.c projects/sendfile/sys/mips/mips/nexus.c projects/sendfile/sys/modules/hwpmc/Makefile projects/sendfile/sys/modules/usb/Makefile projects/sendfile/sys/net/flowtable.c projects/sendfile/sys/net/flowtable.h projects/sendfile/sys/net/route.c projects/sendfile/sys/net/vnet.c projects/sendfile/sys/net/vnet.h projects/sendfile/sys/netinet/cc/cc_cdg.c projects/sendfile/sys/netinet/in_pcb.c projects/sendfile/sys/netinet/ip_input.c projects/sendfile/sys/netinet/ip_output.c projects/sendfile/sys/netinet/sctp_sysctl.c projects/sendfile/sys/netinet/tcp_input.c projects/sendfile/sys/netinet/tcp_reass.c projects/sendfile/sys/netinet/tcp_syncache.c projects/sendfile/sys/netinet/tcp_usrreq.c projects/sendfile/sys/netinet6/in6_proto.c 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/nd6.c projects/sendfile/sys/opencrypto/cryptosoft.c projects/sendfile/sys/pc98/pc98/machdep.c projects/sendfile/sys/pci/if_rlreg.h projects/sendfile/sys/powerpc/aim/machdep.c projects/sendfile/sys/powerpc/aim/mmu_oea.c projects/sendfile/sys/powerpc/aim/mp_cpudep.c projects/sendfile/sys/powerpc/aim/trap_subr32.S projects/sendfile/sys/powerpc/aim/trap_subr64.S projects/sendfile/sys/powerpc/booke/pmap.c projects/sendfile/sys/powerpc/conf/GENERIC projects/sendfile/sys/powerpc/conf/MPC85XX projects/sendfile/sys/powerpc/include/cpu.h projects/sendfile/sys/powerpc/include/platform.h projects/sendfile/sys/powerpc/include/pmc_mdep.h projects/sendfile/sys/powerpc/include/spr.h projects/sendfile/sys/powerpc/mambo/mambo.c projects/sendfile/sys/powerpc/mpc85xx/lbc.c projects/sendfile/sys/powerpc/mpc85xx/pci_mpc85xx.c projects/sendfile/sys/powerpc/ofw/ofw_cpu.c projects/sendfile/sys/powerpc/ofw/ofw_pci.c projects/sendfile/sys/powerpc/ofw/ofw_pcib_pci.c projects/sendfile/sys/powerpc/ofw/ofw_pcibus.c projects/sendfile/sys/powerpc/ofw/openpic_ofw.c projects/sendfile/sys/powerpc/powermac/cpcht.c projects/sendfile/sys/powerpc/powermac/grackle.c projects/sendfile/sys/powerpc/powermac/platform_powermac.c projects/sendfile/sys/powerpc/powermac/pmu.c projects/sendfile/sys/powerpc/powermac/smu.c projects/sendfile/sys/powerpc/powermac/uninorth.c projects/sendfile/sys/powerpc/powermac/uninorthpci.c projects/sendfile/sys/powerpc/powerpc/genassym.c projects/sendfile/sys/powerpc/powerpc/mp_machdep.c projects/sendfile/sys/powerpc/powerpc/nexus.c projects/sendfile/sys/powerpc/powerpc/platform.c projects/sendfile/sys/powerpc/powerpc/platform_if.m projects/sendfile/sys/powerpc/pseries/rtas_dev.c projects/sendfile/sys/powerpc/pseries/rtas_pci.c projects/sendfile/sys/powerpc/pseries/vdevice.c projects/sendfile/sys/powerpc/pseries/xics.c projects/sendfile/sys/powerpc/psim/iobus.c projects/sendfile/sys/rpc/svc.c projects/sendfile/sys/sparc64/pci/apb.c projects/sendfile/sys/sys/_rwlock.h projects/sendfile/sys/sys/elf_common.h projects/sendfile/sys/sys/lock.h projects/sendfile/sys/sys/mbuf.h projects/sendfile/sys/sys/mutex.h projects/sendfile/sys/sys/param.h projects/sendfile/sys/sys/pcpu.h projects/sendfile/sys/sys/pmc.h projects/sendfile/sys/sys/refcount.h projects/sendfile/sys/sys/rwlock.h projects/sendfile/sys/sys/sleepqueue.h projects/sendfile/sys/sys/sysctl.h projects/sendfile/sys/sys/systm.h projects/sendfile/sys/sys/turnstile.h projects/sendfile/sys/sys/user.h projects/sendfile/sys/teken/teken.c projects/sendfile/sys/vm/device_pager.c projects/sendfile/sys/vm/uma.h projects/sendfile/sys/vm/uma_core.c projects/sendfile/sys/vm/vm_fault.c projects/sendfile/sys/vm/vm_page.c projects/sendfile/sys/x86/acpica/madt.c projects/sendfile/sys/x86/include/apicvar.h projects/sendfile/sys/x86/include/legacyvar.h projects/sendfile/sys/x86/include/specialreg.h projects/sendfile/sys/x86/isa/atpic.c projects/sendfile/sys/x86/isa/elcr.c projects/sendfile/sys/x86/pci/pci_bus.c projects/sendfile/sys/x86/pci/qpi.c projects/sendfile/sys/x86/x86/intr_machdep.c projects/sendfile/sys/x86/x86/io_apic.c projects/sendfile/sys/x86/x86/local_apic.c projects/sendfile/sys/x86/x86/mptable_pci.c projects/sendfile/tests/Makefile projects/sendfile/tests/sys/Makefile projects/sendfile/tools/build/mk/OptionalObsoleteFiles.inc projects/sendfile/tools/regression/security/cap_test/cap_test_capabilities.c projects/sendfile/tools/regression/sockets/unix_passfd/unix_passfd.c projects/sendfile/tools/tools/cxgbetool/cxgbetool.c projects/sendfile/tools/tools/makeroot/makeroot.sh projects/sendfile/usr.bin/Makefile projects/sendfile/usr.bin/bmake/Makefile projects/sendfile/usr.bin/bmake/Makefile.config projects/sendfile/usr.bin/bmake/config.h projects/sendfile/usr.bin/chpass/chpass.1 projects/sendfile/usr.bin/csplit/csplit.1 projects/sendfile/usr.bin/fetch/fetch.1 projects/sendfile/usr.bin/fetch/fetch.c projects/sendfile/usr.bin/grep/grep.1 projects/sendfile/usr.bin/indent/indent.1 projects/sendfile/usr.bin/iscsictl/iscsictl.c projects/sendfile/usr.bin/iscsictl/parse.y projects/sendfile/usr.bin/iscsictl/token.l projects/sendfile/usr.bin/kdump/Makefile projects/sendfile/usr.bin/kdump/mkioctls projects/sendfile/usr.bin/login/login.c projects/sendfile/usr.bin/mandoc/Makefile projects/sendfile/usr.bin/netstat/Makefile projects/sendfile/usr.bin/netstat/inet.c projects/sendfile/usr.bin/netstat/main.c projects/sendfile/usr.bin/netstat/netstat.h projects/sendfile/usr.bin/nfsstat/nfsstat.c projects/sendfile/usr.bin/procstat/procstat.1 projects/sendfile/usr.bin/procstat/procstat_vm.c projects/sendfile/usr.bin/rpcgen/rpcgen.1 projects/sendfile/usr.bin/systat/Makefile projects/sendfile/usr.bin/systat/main.c projects/sendfile/usr.bin/units/units.lib projects/sendfile/usr.bin/vi/Makefile projects/sendfile/usr.bin/whois/whois.1 projects/sendfile/usr.bin/xargs/xargs.1 projects/sendfile/usr.sbin/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/consport.c projects/sendfile/usr.sbin/bhyve/dbgport.c projects/sendfile/usr.sbin/bhyve/mptbl.c projects/sendfile/usr.sbin/bhyve/pci_ahci.c projects/sendfile/usr.sbin/bhyve/pci_emul.c projects/sendfile/usr.sbin/bhyve/pci_emul.h projects/sendfile/usr.sbin/bhyve/pci_uart.c projects/sendfile/usr.sbin/bhyve/pci_virtio_block.c projects/sendfile/usr.sbin/bhyve/pci_virtio_net.c projects/sendfile/usr.sbin/bhyve/virtio.c projects/sendfile/usr.sbin/bhyve/virtio.h projects/sendfile/usr.sbin/bhyveload/bhyveload.8 projects/sendfile/usr.sbin/bhyveload/bhyveload.c projects/sendfile/usr.sbin/bluetooth/btpand/btpand.8 projects/sendfile/usr.sbin/bsdinstall/distextract/Makefile projects/sendfile/usr.sbin/bsdinstall/distfetch/Makefile projects/sendfile/usr.sbin/bsdinstall/partedit/Makefile projects/sendfile/usr.sbin/bsnmpd/modules/Makefile projects/sendfile/usr.sbin/config/configvers.h projects/sendfile/usr.sbin/config/mkmakefile.c projects/sendfile/usr.sbin/cron/cron/cron.c projects/sendfile/usr.sbin/ctld/ctl.conf.5 projects/sendfile/usr.sbin/ctld/ctld.c projects/sendfile/usr.sbin/ctld/ctld.h projects/sendfile/usr.sbin/ctld/discovery.c projects/sendfile/usr.sbin/ctld/kernel.c projects/sendfile/usr.sbin/ctld/keys.c projects/sendfile/usr.sbin/ctld/login.c projects/sendfile/usr.sbin/ctld/parse.y projects/sendfile/usr.sbin/ctld/token.l projects/sendfile/usr.sbin/ifmcstat/ifmcstat.8 projects/sendfile/usr.sbin/iscsid/discovery.c projects/sendfile/usr.sbin/iscsid/iscsid.c projects/sendfile/usr.sbin/iscsid/iscsid.h projects/sendfile/usr.sbin/iscsid/keys.c projects/sendfile/usr.sbin/iscsid/login.c projects/sendfile/usr.sbin/mtree/Makefile projects/sendfile/usr.sbin/newsyslog/newsyslog.c projects/sendfile/usr.sbin/nmtree/Makefile projects/sendfile/usr.sbin/powerd/powerd.c projects/sendfile/usr.sbin/ppp/ppp.8 projects/sendfile/usr.sbin/pwd_mkdb/pwd_mkdb.8 projects/sendfile/usr.sbin/tzsetup/Makefile projects/sendfile/usr.sbin/watchdogd/watchdogd.8 Directory Properties: projects/sendfile/ (props changed) projects/sendfile/cddl/ (props changed) projects/sendfile/cddl/contrib/opensolaris/ (props changed) projects/sendfile/contrib/binutils/ (props changed) projects/sendfile/contrib/bmake/ (props changed) projects/sendfile/contrib/dtc/ (props changed) projects/sendfile/contrib/gcc/ (props changed) projects/sendfile/contrib/gdb/ (props changed) projects/sendfile/contrib/groff/ (props changed) projects/sendfile/contrib/libc++/ (props changed) projects/sendfile/contrib/libc-vis/ (props changed) projects/sendfile/contrib/libcxxrt/ (props changed) projects/sendfile/contrib/libyaml/ (props changed) projects/sendfile/contrib/llvm/ (props changed) projects/sendfile/contrib/llvm/tools/clang/ (props changed) projects/sendfile/contrib/mdocml/ (props changed) projects/sendfile/contrib/pf/ (props changed) projects/sendfile/contrib/sendmail/ (props changed) projects/sendfile/crypto/openssh/ (props changed) projects/sendfile/etc/ (props changed) projects/sendfile/gnu/usr.bin/gdb/ (props changed) projects/sendfile/lib/libc/ (props changed) projects/sendfile/lib/libvmmapi/ (props changed) projects/sendfile/sbin/ (props changed) projects/sendfile/sbin/ipfw/ (props changed) projects/sendfile/share/man/man4/ (props changed) projects/sendfile/sys/ (props changed) projects/sendfile/sys/amd64/vmm/ (props changed) projects/sendfile/sys/boot/ (props changed) projects/sendfile/sys/boot/i386/efi/ (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/dev/bvm/ (props changed) projects/sendfile/usr.bin/procstat/ (props changed) projects/sendfile/usr.sbin/bhyve/ (props changed) projects/sendfile/usr.sbin/bhyveload/ (props changed) Modified: projects/sendfile/Makefile.inc1 ============================================================================== --- projects/sendfile/Makefile.inc1 Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/Makefile.inc1 Wed Feb 12 20:21:12 2014 (r261812) @@ -246,7 +246,7 @@ BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ SSP_CFLAGS= \ -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \ -DNO_PIC -DNO_PROFILE -DNO_SHARED \ - -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD + -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS # build-tools stage TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \ @@ -256,12 +256,12 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \ BOOTSTRAPPING=${OSRELDATE} \ SSP_CFLAGS= \ -DNO_LINT \ - -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD + -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS # cross-tools stage XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \ TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \ - -DWITHOUT_GDB + -DWITHOUT_GDB -DNO_TESTS # kernel-tools stage KTMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \ @@ -414,10 +414,11 @@ LIB32WMAKEFLAGS+= \ -DLIBRARIES_ONLY \ -DNO_CPU_CFLAGS \ -DNO_CTF \ - -DNO_LINT + -DNO_LINT \ + -DNO_TESTS LIB32WMAKE= ${LIB32WMAKEENV} ${MAKE} ${LIB32WMAKEFLAGS} \ - -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML -DNO_TESTS + -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML LIB32IMAKE= ${LIB32WMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} -DNO_INCS \ ${IMAKE_INSTALL} .endif @@ -447,7 +448,7 @@ MTREEFLAGS+= -W .endif .if defined(DB_FROM_SRC) || defined(NO_ROOT) IMAKE_INSTALL= INSTALL="install ${INSTALLFLAGS}" -IMAKE_MTREE= MTREE_CMD="nmtree ${MTREEFLAGS}" +IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}" .endif # kernel stage @@ -569,7 +570,7 @@ _libraries: @echo "--------------------------------------------------------------" ${_+_}cd ${.CURDIR}; \ ${WMAKE} -DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \ - -DWITHOUT_MAN -DNO_PROFILE libraries + -DWITHOUT_MAN -DNO_PROFILE -DNO_TESTS libraries _depend: @echo @echo "--------------------------------------------------------------" @@ -764,13 +765,9 @@ _install-info= install-info _zoneinfo= zic tzsetup .endif -.if exists(/usr/sbin/nmtree) -_nmtree_itools= nmtree -.endif - ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ date echo egrep find grep id install ${_install-info} \ - ln lockf make mkdir mtree ${_nmtree_itools} mv pwd_mkdb \ + ln lockf make mkdir mtree mv pwd_mkdb \ rm sed services_mkdb sh sysctl test true uname wc ${_zoneinfo} # @@ -833,11 +830,11 @@ distributeworld installworld: _installch -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib >/dev/null .endif .if defined(NO_ROOT) - ${IMAKEENV} nmtree -C -f ${.CURDIR}/etc/mtree/BSD.root.dist | \ + ${IMAKEENV} mtree -C -f ${.CURDIR}/etc/mtree/BSD.root.dist | \ sed -e 's#^\./#./${dist}/#' >> ${METALOG} - ${IMAKEENV} nmtree -C -f ${.CURDIR}/etc/mtree/BSD.usr.dist | \ + ${IMAKEENV} mtree -C -f ${.CURDIR}/etc/mtree/BSD.usr.dist | \ sed -e 's#^\./#./${dist}/usr/#' >> ${METALOG} - ${IMAKEENV} nmtree -C -f ${.CURDIR}/etc/mtree/BSD.include.dist | \ + ${IMAKEENV} mtree -C -f ${.CURDIR}/etc/mtree/BSD.include.dist | \ sed -e 's#^\./#./${dist}/usr/include/#' >> ${METALOG} .endif .endfor @@ -1501,7 +1498,12 @@ _prebuild_libs= ${_kerberos5_lib_libasn1 ${_secure_lib_libcrypto} ${_lib_libldns} \ ${_secure_lib_libssh} ${_secure_lib_libssl} -.if ${MK_TESTS} != "no" +.if defined(WITH_ATF) || ${MK_TESTS} != "no" +.if !defined(WITH_ATF) +# Ensure that the ATF libraries will be built during make libraries, even +# though they will have -DNO_TESTS +MAKE+= -DWITH_ATF +.endif _lib_atf= lib/atf .endif @@ -1877,7 +1879,7 @@ XDEV_CPUTYPE?=${TARGET_CPUTYPE} NOFUN=-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \ -DWITHOUT_MAN -DWITHOUT_NLS -DNO_PROFILE \ - -DWITHOUT_KERBEROS -DWITHOUT_RESCUE -DNO_WARNS \ + -DWITHOUT_KERBEROS -DWITHOUT_RESCUE -DNO_TESTS -DNO_WARNS \ TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} \ CPUTYPE=${XDEV_CPUTYPE} Modified: projects/sendfile/ObsoleteFiles.inc ============================================================================== --- projects/sendfile/ObsoleteFiles.inc Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/ObsoleteFiles.inc Wed Feb 12 20:21:12 2014 (r261812) @@ -38,6 +38,15 @@ # xargs -n1 | sort | uniq -d; # done +# 20140205: Open Firmware device moved +OLD_FILES+=usr/include/dev/ofw/ofw_nexus.h +# 20140128: libelf and libdwarf import +OLD_LIBS+=usr/lib/libelf.so.1 +OLD_LIBS+=usr/lib32/libelf.so.1 +OLD_LIBS+=usr/lib/libdwarf.so.3 +OLD_LIBS+=usr/lib32/libdwarf.so.3 +# 20140123: apicvar header moved to x86 +OLD_FILES+=usr/include/machine/apicvar.h # 20131215: libcam version bumped OLD_LIBS+=lib/libcam.so.6 usr/lib32/libcam.so.6 # 20131202: libcapsicum and libcasper moved to /lib/ Modified: projects/sendfile/UPDATING ============================================================================== --- projects/sendfile/UPDATING Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/UPDATING Wed Feb 12 20:21:12 2014 (r261812) @@ -31,6 +31,20 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140212: + An ABI incompatibility crept into the libc++ 3.4 import in r261283. + This could cause certain C++ applications using shared libraries built + against the previous version of libc++ to crash. The incompatibility + has now been fixed, but any C++ applications or shared libraries built + between r261283 and r261801 should be recompiled. + +20140128: + The libelf and libdwarf libraries have been updated to newer + versions from upstream. Shared library version numbers for + these two libraries were bumped. Any ports or binaries + requiring these two libraries should be recompiled. + __FreeBSD_version is bumped to 1100006. + 20140110: If a Makefile in a tests/ directory was auto-generating a Kyuafile instead of providing an explicit one, this would prevent such Modified: projects/sendfile/bin/pax/options.c ============================================================================== --- projects/sendfile/bin/pax/options.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/pax/options.c Wed Feb 12 20:21:12 2014 (r261812) @@ -1385,6 +1385,7 @@ opt_add(const char *str) free(lstr); return(-1); } + lstr = NULL; /* parts of string going onto the OPLIST */ *pt++ = '\0'; opt->name = frpt; opt->value = pt; @@ -1400,6 +1401,7 @@ opt_add(const char *str) optail->fow = opt; optail = opt; } + free(lstr); return(0); } Modified: projects/sendfile/bin/sh/alias.c ============================================================================== --- projects/sendfile/bin/sh/alias.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/alias.c Wed Feb 12 20:21:12 2014 (r261812) @@ -68,18 +68,7 @@ setalias(const char *name, const char *v if (equal(name, ap->name)) { INTOFF; ckfree(ap->val); - /* See HACK below. */ -#ifdef notyet ap->val = savestr(val); -#else - { - size_t len = strlen(val); - ap->val = ckmalloc(len + 2); - memcpy(ap->val, val, len); - ap->val[len] = ' '; - ap->val[len+1] = '\0'; - } -#endif INTON; return; } @@ -88,34 +77,7 @@ setalias(const char *name, const char *v INTOFF; ap = ckmalloc(sizeof (struct alias)); ap->name = savestr(name); - /* - * XXX - HACK: in order that the parser will not finish reading the - * alias value off the input before processing the next alias, we - * dummy up an extra space at the end of the alias. This is a crock - * and should be re-thought. The idea (if you feel inclined to help) - * is to avoid alias recursions. The mechanism used is: when - * expanding an alias, the value of the alias is pushed back on the - * input as a string and a pointer to the alias is stored with the - * string. The alias is marked as being in use. When the input - * routine finishes reading the string, it marks the alias not - * in use. The problem is synchronization with the parser. Since - * it reads ahead, the alias is marked not in use before the - * resulting token(s) is next checked for further alias sub. The - * H A C K is that we add a little fluff after the alias value - * so that the string will not be exhausted. This is a good - * idea ------- ***NOT*** - */ -#ifdef notyet ap->val = savestr(val); -#else /* hack */ - { - size_t len = strlen(val); - ap->val = ckmalloc(len + 2); - memcpy(ap->val, val, len); - ap->val[len] = ' '; /* fluff */ - ap->val[len+1] = '\0'; - } -#endif ap->flag = 0; ap->next = *app; *app = ap; @@ -207,14 +169,8 @@ comparealiases(const void *p1, const voi static void printalias(const struct alias *a) { - char *p; - out1fmt("%s=", a->name); - /* Don't print the space added above. */ - p = a->val + strlen(a->val) - 1; - *p = '\0'; out1qstr(a->val); - *p = ' '; out1c('\n'); } Modified: projects/sendfile/bin/sh/input.c ============================================================================== --- projects/sendfile/bin/sh/input.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/input.c Wed Feb 12 20:21:12 2014 (r261812) @@ -226,7 +226,14 @@ preadbuffer(void) int more; char savec; - if (parsefile->strpush) { + while (parsefile->strpush) { + /* + * Add a space to the end of an alias to ensure that the + * alias remains in use while parsing its last word. + * This avoids alias recursions. + */ + if (parsenleft == -1 && parsefile->strpush->ap != NULL) + return ' '; popstring(); if (--parsenleft >= 0) return (*parsenextc++); @@ -360,12 +367,16 @@ popstring(void) struct strpush *sp = parsefile->strpush; INTOFF; + if (sp->ap) { + if (parsenextc != sp->ap->val && + (parsenextc[-1] == ' ' || parsenextc[-1] == '\t')) + forcealias(); + sp->ap->flag &= ~ALIASINUSE; + } parsenextc = sp->prevstring; parsenleft = sp->prevnleft; parselleft = sp->prevlleft; /*out2fmt_flush("*** calling popstring: restoring to '%s'\n", parsenextc);*/ - if (sp->ap) - sp->ap->flag &= ~ALIASINUSE; parsefile->strpush = sp->prev; if (sp != &(parsefile->basestrpush)) ckfree(sp); Modified: projects/sendfile/bin/sh/parser.c ============================================================================== --- projects/sendfile/bin/sh/parser.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/parser.c Wed Feb 12 20:21:12 2014 (r261812) @@ -683,6 +683,12 @@ makebinary(int type, union node *n1, uni } void +forcealias(void) +{ + checkkwd |= CHKALIAS; +} + +void fixredir(union node *n, const char *text, int err) { TRACE(("Fix redir %s %d\n", text, err)); Modified: projects/sendfile/bin/sh/parser.h ============================================================================== --- projects/sendfile/bin/sh/parser.h Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/parser.h Wed Feb 12 20:21:12 2014 (r261812) @@ -76,6 +76,7 @@ extern const char *const parsekwd[]; union node *parsecmd(int); +void forcealias(void); void fixredir(union node *, const char *, int); int goodname(const char *); int isassignment(const char *); Modified: projects/sendfile/bin/sh/sh.1 ============================================================================== --- projects/sendfile/bin/sh/sh.1 Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/sh.1 Wed Feb 12 20:21:12 2014 (r261812) @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD$ .\" -.Dd January 3, 2014 +.Dd January 26, 2014 .Dt SH 1 .Os .Sh NAME @@ -533,6 +533,20 @@ would become .Pp .Dl "ls -F foobar" .Pp +Aliases are also recognized after an alias +whose value ends with a space or tab. +For example, if there is also an alias called +.Dq Li nohup +with the value +.Dq Li "nohup " , +then the input +.Pp +.Dl "nohup lf foobar" +.Pp +would become +.Pp +.Dl "nohup ls -F foobar" +.Pp Aliases provide a convenient way for naive users to create shorthands for commands without having to learn how to create functions with arguments. Modified: projects/sendfile/bin/sh/tests/builtins/command3.0.stdout ============================================================================== --- projects/sendfile/bin/sh/tests/builtins/command3.0.stdout Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/tests/builtins/command3.0.stdout Wed Feb 12 20:21:12 2014 (r261812) @@ -4,4 +4,4 @@ true fun break if -alias foo='bar ' +alias foo=bar Modified: projects/sendfile/bin/sh/tests/builtins/command5.0.stdout ============================================================================== --- projects/sendfile/bin/sh/tests/builtins/command5.0.stdout Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/tests/builtins/command5.0.stdout Wed Feb 12 20:21:12 2014 (r261812) @@ -5,4 +5,4 @@ fun is a shell function break is a special shell builtin if is a shell keyword { is a shell keyword -foo is an alias for bar +foo is an alias for bar Modified: projects/sendfile/bin/sh/tests/builtins/command6.0.stdout ============================================================================== --- projects/sendfile/bin/sh/tests/builtins/command6.0.stdout Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/tests/builtins/command6.0.stdout Wed Feb 12 20:21:12 2014 (r261812) @@ -4,4 +4,4 @@ fun is a shell function break is a special shell builtin if is a shell keyword { is a shell keyword -foo is an alias for bar +foo is an alias for bar Modified: projects/sendfile/bin/sh/tests/parser/Makefile ============================================================================== --- projects/sendfile/bin/sh/tests/parser/Makefile Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/bin/sh/tests/parser/Makefile Wed Feb 12 20:21:12 2014 (r261812) @@ -15,6 +15,11 @@ FILES+= alias7.0 FILES+= alias8.0 FILES+= alias9.0 FILES+= alias10.0 +FILES+= alias11.0 +FILES+= alias12.0 +FILES+= alias13.0 +FILES+= alias14.0 +FILES+= alias15.0 alias15.0.stdout FILES+= and-pipe-not.0 FILES+= case1.0 FILES+= case2.0 Copied: projects/sendfile/bin/sh/tests/parser/alias11.0 (from r261810, head/bin/sh/tests/parser/alias11.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/sh/tests/parser/alias11.0 Wed Feb 12 20:21:12 2014 (r261812, copy of r261810, head/bin/sh/tests/parser/alias11.0) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +alias alias0=alias1 +alias alias1=exit +eval 'alias0 0' +exit 3 Copied: projects/sendfile/bin/sh/tests/parser/alias12.0 (from r261810, head/bin/sh/tests/parser/alias12.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/sh/tests/parser/alias12.0 Wed Feb 12 20:21:12 2014 (r261812, copy of r261810, head/bin/sh/tests/parser/alias12.0) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +unalias -a +alias alias0=command +alias true='echo bad' +eval 'alias0 true' Copied: projects/sendfile/bin/sh/tests/parser/alias13.0 (from r261810, head/bin/sh/tests/parser/alias13.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/sh/tests/parser/alias13.0 Wed Feb 12 20:21:12 2014 (r261812, copy of r261810, head/bin/sh/tests/parser/alias13.0) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +unalias -a +alias command=command +alias true='echo bad' +eval 'command true' Copied: projects/sendfile/bin/sh/tests/parser/alias14.0 (from r261810, head/bin/sh/tests/parser/alias14.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/sh/tests/parser/alias14.0 Wed Feb 12 20:21:12 2014 (r261812, copy of r261810, head/bin/sh/tests/parser/alias14.0) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +alias command='command ' +alias alias0=exit +eval 'command alias0 0' +exit 3 Copied: projects/sendfile/bin/sh/tests/parser/alias15.0 (from r261810, head/bin/sh/tests/parser/alias15.0) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/sh/tests/parser/alias15.0 Wed Feb 12 20:21:12 2014 (r261812, copy of r261810, head/bin/sh/tests/parser/alias15.0) @@ -0,0 +1,12 @@ +# $FreeBSD$ + +f_echoanddo() { + printf '%s\n' "$*" + "$@" +} + +alias echoanddo='f_echoanddo ' +alias alias0='echo test2' +eval 'echoanddo echo test1' +eval 'echoanddo alias0' +exit 0 Copied: projects/sendfile/bin/sh/tests/parser/alias15.0.stdout (from r261810, head/bin/sh/tests/parser/alias15.0.stdout) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/sendfile/bin/sh/tests/parser/alias15.0.stdout Wed Feb 12 20:21:12 2014 (r261812, copy of r261810, head/bin/sh/tests/parser/alias15.0.stdout) @@ -0,0 +1,4 @@ +echo test1 +test1 +echo test2 +test2 Modified: projects/sendfile/cddl/contrib/opensolaris/cmd/zpool/zpool.8 ============================================================================== --- projects/sendfile/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Wed Feb 12 20:21:12 2014 (r261812) @@ -1956,3 +1956,9 @@ The .Xr mdoc 7 implementation of this manual page was initially written by .An Martin Matuska Aq mm@FreeBSD.org . +.Sh CAVEATS +The +.Cm spare +feature requires a utility to detect zpool degradation and initiate +disk replacement within the zpool. FreeBSD does not provide such a +utility at this time. Modified: projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c ============================================================================== --- projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c Wed Feb 12 20:21:12 2014 (r261812) @@ -734,11 +734,6 @@ dt_zalloc(dtrace_hdl_t *dtp, size_t size { void *data; - if (size > 16 * 1024 * 1024) { - (void) dt_set_errno(dtp, EDT_NOMEM); - return (NULL); - } - if ((data = malloc(size)) == NULL) (void) dt_set_errno(dtp, EDT_NOMEM); else @@ -752,11 +747,6 @@ dt_alloc(dtrace_hdl_t *dtp, size_t size) { void *data; - if (size > 16 * 1024 * 1024) { - (void) dt_set_errno(dtp, EDT_NOMEM); - return (NULL); - } - if ((data = malloc(size)) == NULL) (void) dt_set_errno(dtp, EDT_NOMEM); Modified: projects/sendfile/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c ============================================================================== --- projects/sendfile/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c Wed Feb 12 20:21:12 2014 (r261812) @@ -96,9 +96,6 @@ #include "list.h" #include "traverse.h" -/* The version of DWARF which we support. */ -#define DWARF_VERSION 2 - /* * We need to define a couple of our own intrinsics, to smooth out some of the * differences between the GCC and DevPro DWARF emitters. See the referenced @@ -271,7 +268,7 @@ die_off(dwarf_t *dw, Dwarf_Die die) return (off); terminate("failed to get offset for die: %s\n", - dwarf_errmsg(&dw->dw_err)); + dwarf_errmsg(dw->dw_err)); /*NOTREACHED*/ return (0); } @@ -289,7 +286,7 @@ die_sibling(dwarf_t *dw, Dwarf_Die die) return (NULL); terminate("die %llu: failed to find type sibling: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); /*NOTREACHED*/ return (NULL); } @@ -306,7 +303,7 @@ die_child(dwarf_t *dw, Dwarf_Die die) return (NULL); terminate("die %llu: failed to find type child: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); /*NOTREACHED*/ return (NULL); } @@ -320,7 +317,7 @@ die_tag(dwarf_t *dw, Dwarf_Die die) return (tag); terminate("die %llu: failed to get tag for type: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); /*NOTREACHED*/ return (0); } @@ -343,7 +340,7 @@ die_attr(dwarf_t *dw, Dwarf_Die die, Dwa } terminate("die %llu: failed to get attribute for type: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); /*NOTREACHED*/ return (NULL); } @@ -353,10 +350,10 @@ die_signed(dwarf_t *dw, Dwarf_Die die, D int req) { *valp = 0; - if (dwarf_attrval_signed(die, name, valp, &dw->dw_err) != DWARF_E_NONE) { + if (dwarf_attrval_signed(die, name, valp, &dw->dw_err) != DW_DLV_OK) { if (req) terminate("die %llu: failed to get signed: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); return (0); } @@ -368,10 +365,10 @@ die_unsigned(dwarf_t *dw, Dwarf_Die die, int req) { *valp = 0; - if (dwarf_attrval_unsigned(die, name, valp, &dw->dw_err) != DWARF_E_NONE) { + if (dwarf_attrval_unsigned(die, name, valp, &dw->dw_err) != DW_DLV_OK) { if (req) terminate("die %llu: failed to get unsigned: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); return (0); } @@ -383,10 +380,10 @@ die_bool(dwarf_t *dw, Dwarf_Die die, Dwa { *valp = 0; - if (dwarf_attrval_flag(die, name, valp, &dw->dw_err) != DWARF_E_NONE) { + if (dwarf_attrval_flag(die, name, valp, &dw->dw_err) != DW_DLV_OK) { if (req) terminate("die %llu: failed to get flag: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); return (0); } @@ -398,11 +395,11 @@ die_string(dwarf_t *dw, Dwarf_Die die, D { const char *str = NULL; - if (dwarf_attrval_string(die, name, &str, &dw->dw_err) != DWARF_E_NONE || + if (dwarf_attrval_string(die, name, &str, &dw->dw_err) != DW_DLV_OK || str == NULL) { if (req) terminate("die %llu: failed to get string: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); else *strp = NULL; return (0); @@ -417,9 +414,9 @@ die_attr_ref(dwarf_t *dw, Dwarf_Die die, { Dwarf_Off off; - if (dwarf_attrval_unsigned(die, name, &off, &dw->dw_err) != DWARF_E_NONE) { + if (dwarf_attrval_unsigned(die, name, &off, &dw->dw_err) != DW_DLV_OK) { terminate("die %llu: failed to get ref: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + die_off(dw, die), dwarf_errmsg(dw->dw_err)); } return (off); @@ -431,6 +428,8 @@ die_name(dwarf_t *dw, Dwarf_Die die) char *str = NULL; (void) die_string(dw, die, DW_AT_name, &str, 0); + if (str == NULL) + str = xstrdup(""); return (str); } @@ -489,21 +488,73 @@ die_mem_offset(dwarf_t *dw, Dwarf_Die di { Dwarf_Locdesc *loc = NULL; Dwarf_Signed locnum = 0; + Dwarf_Attribute at; + Dwarf_Half form; + + if (name != DW_AT_data_member_location) + terminate("die %llu: can only process attribute " + "DW_AT_data_member_location\n", die_off(dw, die)); - if (dwarf_locdesc(die, name, &loc, &locnum, &dw->dw_err) != DW_DLV_OK) + if ((at = die_attr(dw, die, name, 0)) == NULL) return (0); - if (locnum != 1 || loc->ld_s->lr_atom != DW_OP_plus_uconst) { - terminate("die %llu: cannot parse member offset\n", - die_off(dw, die)); - } + if (dwarf_whatform(at, &form, &dw->dw_err) != DW_DLV_OK) + return (0); - *valp = loc->ld_s->lr_number; + switch (form) { + case DW_FORM_sec_offset: + case DW_FORM_block: + case DW_FORM_block1: + case DW_FORM_block2: + case DW_FORM_block4: + /* + * GCC in base and Clang (3.3 or below) generates + * DW_AT_data_member_location attribute with DW_FORM_block* + * form. The attribute contains one DW_OP_plus_uconst + * operator. The member offset stores in the operand. + */ + if (dwarf_loclist(at, &loc, &locnum, &dw->dw_err) != DW_DLV_OK) + return (0); + if (locnum != 1 || loc->ld_s->lr_atom != DW_OP_plus_uconst) { + terminate("die %llu: cannot parse member offset with " + "operator other than DW_OP_plus_uconst\n", + die_off(dw, die)); + } + *valp = loc->ld_s->lr_number; + if (loc != NULL) { + dwarf_dealloc(dw->dw_dw, loc->ld_s, DW_DLA_LOC_BLOCK); + dwarf_dealloc(dw->dw_dw, loc, DW_DLA_LOCDESC); + } + break; - if (loc != NULL) - if (dwarf_locdesc_free(loc, &dw->dw_err) != DW_DLV_OK) - terminate("die %llu: cannot free location descriptor: %s\n", - die_off(dw, die), dwarf_errmsg(&dw->dw_err)); + case DW_FORM_data1: + case DW_FORM_data2: + case DW_FORM_data4: + case DW_FORM_data8: + case DW_FORM_udata: + /* + * Clang 3.4 generates DW_AT_data_member_location attribute + * with DW_FORM_data* form (constant class). The attribute + * stores a contant value which is the member offset. + * + * However, note that DW_FORM_data[48] in DWARF version 2 or 3 + * could be used as a section offset (offset into .debug_loc in + * this case). Here we assume the attribute always stores a + * constant because we know Clang 3.4 does this and GCC in + * base won't emit DW_FORM_data[48] for this attribute. This + * code will remain correct if future vesrions of Clang and + * GCC conform to DWARF4 standard and only use the form + * DW_FORM_sec_offset for section offset. + */ + if (dwarf_attrval_unsigned(die, name, valp, &dw->dw_err) != + DW_DLV_OK) + return (0); + break; + + default: + terminate("die %llu: cannot parse member offset with form " + "%u\n", die_off(dw, die), form); + } return (1); } @@ -885,6 +936,9 @@ die_sou_create(dwarf_t *dw, Dwarf_Die st int type, const char *typename) { Dwarf_Unsigned sz, bitsz, bitoff, maxsz=0; +#if BYTE_ORDER == _LITTLE_ENDIAN + Dwarf_Unsigned bysz; +#endif Dwarf_Die mem; mlist_t *ml, **mlastp; iidesc_t *ii; @@ -959,8 +1013,26 @@ die_sou_create(dwarf_t *dw, Dwarf_Die st #if BYTE_ORDER == _BIG_ENDIAN ml->ml_offset += bitoff; #else - ml->ml_offset += tdesc_bitsize(ml->ml_type) - bitoff - - ml->ml_size; + /* + * Note that Clang 3.4 will sometimes generate + * member DIE before generating the DIE for the + * member's type. The code can not handle this + * properly so that tdesc_bitsize(ml->ml_type) will + * return 0 because ml->ml_type is unknown. As a + * result, a wrong member offset will be calculated. + * To workaround this, we can instead try to + * retrieve the value of DW_AT_byte_size attribute + * which stores the byte size of the space occupied + * by the type. If this attribute exists, its value + * should equal to tdesc_bitsize(ml->ml_type)/NBBY. + */ + if (die_unsigned(dw, mem, DW_AT_byte_size, &bysz, 0) && + bysz > 0) + ml->ml_offset += bysz * NBBY - bitoff - + ml->ml_size; + else + ml->ml_offset += tdesc_bitsize(ml->ml_type) - + bitoff - ml->ml_size; #endif } @@ -1852,7 +1924,7 @@ int dw_read(tdata_t *td, Elf *elf, char *filename __unused) { Dwarf_Unsigned abboff, hdrlen, nxthdr; - Dwarf_Half vers, addrsz; + Dwarf_Half vers, addrsz, offsz; Dwarf_Die cu = 0; Dwarf_Die child = 0; dwarf_t dw; @@ -1869,7 +1941,7 @@ dw_read(tdata_t *td, Elf *elf, char *fil dw.dw_enumhash = hash_new(TDESC_HASH_BUCKETS, tdesc_namehash, tdesc_namecmp); - if ((rc = dwarf_elf_init(elf, DW_DLC_READ, &dw.dw_dw, + if ((rc = dwarf_elf_init(elf, DW_DLC_READ, NULL, NULL, &dw.dw_dw, &dw.dw_err)) == DW_DLV_NO_ENTRY) { if (should_have_dwarf(elf)) { errno = ENOENT; @@ -1878,7 +1950,7 @@ dw_read(tdata_t *td, Elf *elf, char *fil return (0); } } else if (rc != DW_DLV_OK) { - if (dwarf_errno(&dw.dw_err) == DW_DLE_DEBUG_INFO_NULL) { + if (dwarf_errno(dw.dw_err) == DW_DLE_DEBUG_INFO_NULL) { /* * There's no type data in the DWARF section, but * libdwarf is too clever to handle that properly. @@ -1887,12 +1959,12 @@ dw_read(tdata_t *td, Elf *elf, char *fil } terminate("failed to initialize DWARF: %s\n", - dwarf_errmsg(&dw.dw_err)); + dwarf_errmsg(dw.dw_err)); } - if ((rc = dwarf_next_cu_header(dw.dw_dw, &hdrlen, &vers, &abboff, - &addrsz, &nxthdr, &dw.dw_err)) != DW_DLV_OK) - terminate("rc = %d %s\n", rc, dwarf_errmsg(&dw.dw_err)); + if ((rc = dwarf_next_cu_header_b(dw.dw_dw, &hdrlen, &vers, &abboff, + &addrsz, &offsz, NULL, &nxthdr, &dw.dw_err)) != DW_DLV_OK) + terminate("rc = %d %s\n", rc, dwarf_errmsg(dw.dw_err)); if ((cu = die_sibling(&dw, NULL)) == NULL || (((child = die_child(&dw, cu)) == NULL) && @@ -1909,9 +1981,9 @@ dw_read(tdata_t *td, Elf *elf, char *fil terminate("file contains too many types\n"); debug(1, "DWARF version: %d\n", vers); - if (vers != DWARF_VERSION) { + if (vers < 2 || vers > 4) { terminate("file contains incompatible version %d DWARF code " - "(version 2 required)\n", vers); + "(version 2, 3 or 4 required)\n", vers); } if (die_string(&dw, cu, DW_AT_producer, &prod, 0)) { @@ -1930,11 +2002,11 @@ dw_read(tdata_t *td, Elf *elf, char *fil if ((child = die_child(&dw, cu)) != NULL) die_create(&dw, child); - if ((rc = dwarf_next_cu_header(dw.dw_dw, &hdrlen, &vers, &abboff, - &addrsz, &nxthdr, &dw.dw_err)) != DW_DLV_NO_ENTRY) + if ((rc = dwarf_next_cu_header_b(dw.dw_dw, &hdrlen, &vers, &abboff, + &addrsz, &offsz, NULL, &nxthdr, &dw.dw_err)) != DW_DLV_NO_ENTRY) terminate("multiple compilation units not supported\n"); - (void) dwarf_finish(&dw.dw_dw, &dw.dw_err); + (void) dwarf_finish(dw.dw_dw, &dw.dw_err); die_resolve(&dw); Modified: projects/sendfile/contrib/binutils/gas/config/tc-i386.c ============================================================================== --- projects/sendfile/contrib/binutils/gas/config/tc-i386.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/binutils/gas/config/tc-i386.c Wed Feb 12 20:21:12 2014 (r261812) @@ -1827,7 +1827,7 @@ md_assemble (line) { expressionS *exp; - if ((i.tm.cpu_flags & CpuSSE3) && i.operands > 0) + if ((i.tm.cpu_flags & (CpuSSE3|CpuSMAP)) && i.operands > 0) { /* Streaming SIMD extensions 3 Instructions have the fixed operands with an opcode suffix which is coded in the same Modified: projects/sendfile/contrib/binutils/gas/config/tc-ppc.c ============================================================================== --- projects/sendfile/contrib/binutils/gas/config/tc-ppc.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/binutils/gas/config/tc-ppc.c Wed Feb 12 20:21:12 2014 (r261812) @@ -681,7 +681,7 @@ ppc_parse_name (const char *name, expres /* The type of processor we are assembling for. This is one or more of the PPC_OPCODE flags defined in opcode/ppc.h. */ -static unsigned long ppc_cpu = 0; +static unsigned long ppc_cpu = PPC_OPCODE_ANY; /* Whether to target xcoff64/elf64. */ static unsigned int ppc_obj64 = BFD_DEFAULT_TARGET_SIZE == 64; Modified: projects/sendfile/contrib/binutils/opcodes/i386-dis.c ============================================================================== --- projects/sendfile/contrib/binutils/opcodes/i386-dis.c Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/binutils/opcodes/i386-dis.c Wed Feb 12 20:21:12 2014 (r261812) @@ -6257,6 +6257,16 @@ PNI_Fixup (int extrachar ATTRIBUTE_UNUSE codep++; } + else if (modrm.mod == 3 && modrm.reg == 1 && modrm.rm <= 3) + { + size_t olen = strlen (obuf); + char *p = obuf + olen - 4; + if (*codep == 0xca) + strcpy (p, "clac"); + else if (*codep == 0xcb) + strcpy (p, "stac"); + codep++; + } else OP_M (0, sizeflag); } Modified: projects/sendfile/contrib/binutils/opcodes/i386-opc.h ============================================================================== --- projects/sendfile/contrib/binutils/opcodes/i386-opc.h Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/binutils/opcodes/i386-opc.h Wed Feb 12 20:21:12 2014 (r261812) @@ -80,6 +80,7 @@ typedef struct template #define CpuPCLMUL 0x10000000 /* Carry-less Multiplication extensions */ #define CpuRdRnd 0x20000000 /* Intel Random Number Generator extensions */ +#define CpuSMAP 0x40000000 /* Intel Supervisor Mode Access Prevention */ /* SSE4.1/4.2 Instructions required */ #define CpuSSE4 (CpuSSE4_1|CpuSSE4_2) @@ -88,7 +89,7 @@ typedef struct template #define CpuUnknownFlags (Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686 \ |CpuP4|CpuSledgehammer|CpuMMX|CpuMMX2|CpuSSE|CpuSSE2|CpuSSE3|CpuVMX \ |Cpu3dnow|Cpu3dnowA|CpuK6|CpuPadLock|CpuSVME|CpuSSSE3|CpuSSE4_1 \ - |CpuSSE4_2|CpuABM|CpuSSE4a|CpuXSAVE|CpuAES|CpuPCLMUL|CpuRdRnd) + |CpuSSE4_2|CpuABM|CpuSSE4a|CpuXSAVE|CpuAES|CpuPCLMUL|CpuRdRnd|CpuSMAP) /* the bits in opcode_modifier are used to generate the final opcode from the base_opcode. These bits also are used to detect alternate forms of Modified: projects/sendfile/contrib/binutils/opcodes/i386-tbl.h ============================================================================== --- projects/sendfile/contrib/binutils/opcodes/i386-tbl.h Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/binutils/opcodes/i386-tbl.h Wed Feb 12 20:21:12 2014 (r261812) @@ -4379,6 +4379,12 @@ const template i386_optab[] = {"rdrand", 1, 0x0fc7, 0x6, CpuRdRnd, Modrm|NoSuf, { Reg16|Reg32|Reg64 } }, + + /* Intel Supervisor Mode Access Prevention extensions */ + {"clac", 0, 0x0f01, 0xca, CpuSMAP, + NoSuf|ImmExt, { 0, 0, 0 } }, + {"stac", 0, 0x0f01, 0xcb, CpuSMAP, + NoSuf|ImmExt, { 0, 0, 0 } }, { NULL, 0, 0, 0, 0, 0, { 0 } } }; Modified: projects/sendfile/contrib/bmake/ChangeLog ============================================================================== --- projects/sendfile/contrib/bmake/ChangeLog Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/bmake/ChangeLog Wed Feb 12 20:21:12 2014 (r261812) @@ -1,3 +1,37 @@ +2014-01-03 Simon J. Gerraty + + * boot-strap: ignore mksrc=none + +2014-01-02 Simon J. Gerraty + + * Makefile (DEFAULT_SYS_PATH?): use just ${prefix}/share/mk + +2014-01-01 Simon J. Gerraty + + * Makefile (MAKE_VERSION): 20140101 + * configure.in: set bmake_path_max to min(_SC_PATH_MAX,1024) + * Makefile.config: defined BMAKE_PATH_MAX to bmake_path_max + * make.h: use BMAKE_PATH_MAX if MAXPATHLEN not defined (needed for + Hurd) + * configure.in: Add AC_PREREQ and check for + sysctl; patch from Andrew Shadura andrewsh at debian.org + +2013-10-16 Simon J. Gerraty + + * Makefile (MAKE_VERSION): 20131010 + * lose the const from arg to systcl to avoid problems on older BSDs. + +2013-10-01 Simon J. Gerraty + + * Makefile (MAKE_VERSION): 20131001 + Merge with NetBSD make, pick up + o main.c: for NATIVE build sysctl to get MACHINE_ARCH from + hw.machine_arch if necessary. + o meta.c: meta_oodate - need to look at src of Link and target + of Move as well. + * main.c: check that CTL_HW and HW_MACHINE_ARCH exist. + provide __arraycount() if needed. + 2013-09-04 Simon J. Gerraty * Makefile (MAKE_VERSION): 20130904 Modified: projects/sendfile/contrib/bmake/Makefile ============================================================================== --- projects/sendfile/contrib/bmake/Makefile Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/bmake/Makefile Wed Feb 12 20:21:12 2014 (r261812) @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.20 2013/09/04 15:42:03 sjg Exp $ +# $Id: Makefile,v 1.23 2014/01/02 22:20:52 sjg Exp $ # Base version on src date -MAKE_VERSION= 20130904 +MAKE_VERSION= 20140101 PROG= bmake @@ -68,7 +68,7 @@ SRCS+= ${LIBOBJS:T:.o=.c} prefix?= /usr srcdir?= ${.CURDIR} -DEFAULT_SYS_PATH?= .../share/mk:${prefix}/share/mk +DEFAULT_SYS_PATH?= ${prefix}/share/mk CPPFLAGS+= -DUSE_META CFLAGS+= ${CPPFLAGS} Modified: projects/sendfile/contrib/bmake/Makefile.config.in ============================================================================== --- projects/sendfile/contrib/bmake/Makefile.config.in Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/bmake/Makefile.config.in Wed Feb 12 20:21:12 2014 (r261812) @@ -14,3 +14,7 @@ LIBOBJS= @LIBOBJS@ LDADD= @LIBS@ USE_META= @use_meta@ FILEMON_H= @filemon_h@ +BMAKE_PATH_MAX?= @bmake_path_max@ +# used if MAXPATHLEN not defined +CPPFLAGS+= -DBMAKE_PATH_MAX=${BMAKE_PATH_MAX} + Modified: projects/sendfile/contrib/bmake/bmake.1 ============================================================================== --- projects/sendfile/contrib/bmake/bmake.1 Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/bmake/bmake.1 Wed Feb 12 20:21:12 2014 (r261812) @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.222 2013/08/11 09:53:49 apb Exp $ +.\" $NetBSD: make.1,v 1.226 2013/11/07 18:50:46 dholland Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd August 11, 2013 +.Dd October 25, 2013 .Dt MAKE 1 .Os .Sh NAME @@ -745,7 +745,7 @@ then output for each target is prefixed .Ql --- target --- the first part of which can be controlled via .Va .MAKE.JOB.PREFIX . -If +If .Va .MAKE.JOB.PREFIX is empty, no token is printed. .br @@ -1066,6 +1066,13 @@ may be used. The wildcard characters may be escaped with a backslash .Pq Ql \e . +As a consequence of the way values are split into words, matched, +and then joined, a construct like +.Dl ${VAR:M*} +will normalise the inter-word spacing, removing all leading and +trailing space, and converting multiple consecutive spaces +to single spaces. +. .It Cm \&:N Ns Ar pattern This is identical to .Ql Cm \&:M , @@ -1209,7 +1216,7 @@ The modifier is just like the .Cm \&:S modifier except that the old and new strings, instead of being -simple strings, are a regular expression (see +simple strings, are an extended regular expression (see .Xr regex 3 ) string .Ar pattern @@ -1751,7 +1758,7 @@ or .Fl t options were specified. Normally used to mark recursive -.Nm Ns 's . +.Nm Ns s . .It Ic .META Create a meta file for the target, even if it is flagged as .Ic .PHONY , Modified: projects/sendfile/contrib/bmake/bmake.cat1 ============================================================================== --- projects/sendfile/contrib/bmake/bmake.cat1 Wed Feb 12 20:11:20 2014 (r261811) +++ projects/sendfile/contrib/bmake/bmake.cat1 Wed Feb 12 20:21:12 2014 (r261812) *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***