Date: Sun, 28 Jun 2009 15:38:51 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195137 - in projects/clangbsd: . bin/chflags bin/chmod bin/df bin/hostname bin/sh cddl/contrib/opensolaris contrib/bind9 contrib/bind9/bin/check contrib/bind9/bin/dnssec contrib/bind9/... Message-ID: <200906281538.n5SFcpOQ015206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Sun Jun 28 15:38:50 2009 New Revision: 195137 URL: http://svn.freebsd.org/changeset/base/195137 Log: Integrate newer LLVM and Clang sources. Clang is now installed as `CC' and `c++' as well. Unfortunately it will still call `g++' for the compilation step, but assembling and linking is performed using Clang's Hostinfo, which means we can already test that. Added: projects/clangbsd/contrib/bind9/KNOWN-DEFECTS - copied unchanged from r195101, head/contrib/bind9/KNOWN-DEFECTS projects/clangbsd/contrib/llvm/docs/ReleaseNotes-2.6.html - copied unchanged from r195101, vendor/llvm/dist/docs/ReleaseNotes-2.6.html projects/clangbsd/contrib/llvm/include/llvm/Analysis/LoopDependenceAnalysis.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/Analysis/LoopDependenceAnalysis.h projects/clangbsd/contrib/llvm/include/llvm/CompilerDriver/BuiltinOptions.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/CompilerDriver/BuiltinOptions.h projects/clangbsd/contrib/llvm/include/llvm/CompilerDriver/ForceLinkage.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/CompilerDriver/ForceLinkage.h projects/clangbsd/contrib/llvm/include/llvm/CompilerDriver/ForceLinkageMacros.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/CompilerDriver/ForceLinkageMacros.h projects/clangbsd/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/ExecutionEngine/JITEventListener.h projects/clangbsd/contrib/llvm/include/llvm/MC/MCContext.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/MC/MCContext.h projects/clangbsd/contrib/llvm/include/llvm/MC/MCSection.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/MC/MCSection.h projects/clangbsd/contrib/llvm/include/llvm/MC/MCStreamer.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/MC/MCStreamer.h projects/clangbsd/contrib/llvm/include/llvm/MC/MCSymbol.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/MC/MCSymbol.h projects/clangbsd/contrib/llvm/include/llvm/MC/MCValue.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/MC/MCValue.h projects/clangbsd/contrib/llvm/include/llvm/System/ThreadLocal.h - copied unchanged from r195101, vendor/llvm/dist/include/llvm/System/ThreadLocal.h projects/clangbsd/contrib/llvm/lib/Analysis/LoopDependenceAnalysis.cpp - copied unchanged from r195101, vendor/llvm/dist/lib/Analysis/LoopDependenceAnalysis.cpp projects/clangbsd/contrib/llvm/lib/ExecutionEngine/JIT/MacOSJITEventListener.cpp - copied unchanged from r195101, vendor/llvm/dist/lib/ExecutionEngine/JIT/MacOSJITEventListener.cpp projects/clangbsd/contrib/llvm/lib/MC/ - copied from r195101, vendor/llvm/dist/lib/MC/ projects/clangbsd/contrib/llvm/lib/System/ThreadLocal.cpp - copied unchanged from r195101, vendor/llvm/dist/lib/System/ThreadLocal.cpp projects/clangbsd/contrib/llvm/lib/System/Unix/ThreadLocal.inc - copied unchanged from r195101, vendor/llvm/dist/lib/System/Unix/ThreadLocal.inc projects/clangbsd/contrib/llvm/lib/System/Win32/ThreadLocal.inc - copied unchanged from r195101, vendor/llvm/dist/lib/System/Win32/ThreadLocal.inc projects/clangbsd/contrib/llvm/lib/Target/ARM/ThumbInstrInfo.cpp - copied unchanged from r195101, vendor/llvm/dist/lib/Target/ARM/ThumbInstrInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ThumbInstrInfo.h - copied unchanged from r195101, vendor/llvm/dist/lib/Target/ARM/ThumbInstrInfo.h projects/clangbsd/contrib/llvm/test/Analysis/ScalarEvolution/trip-count6.ll - copied unchanged from r195101, vendor/llvm/dist/test/Analysis/ScalarEvolution/trip-count6.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/bic.ll - copied unchanged from r195101, vendor/llvm/dist/test/CodeGen/ARM/bic.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/carry.ll - copied unchanged from r195101, vendor/llvm/dist/test/CodeGen/ARM/carry.ll projects/clangbsd/contrib/llvm/test/CodeGen/Thumb/ - copied from r195101, vendor/llvm/dist/test/CodeGen/Thumb/ projects/clangbsd/contrib/llvm/test/CodeGen/Thumb2/ - copied from r195101, vendor/llvm/dist/test/CodeGen/Thumb2/ projects/clangbsd/contrib/llvm/test/CodeGen/X86/constpool.ll - copied unchanged from r195101, vendor/llvm/dist/test/CodeGen/X86/constpool.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/inline-asm-modifier-n.ll - copied unchanged from r195101, vendor/llvm/dist/test/CodeGen/X86/inline-asm-modifier-n.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/inline-asm-tied.ll - copied unchanged from r195101, vendor/llvm/dist/test/CodeGen/X86/inline-asm-tied.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/scev-interchange.ll - copied unchanged from r195101, vendor/llvm/dist/test/CodeGen/X86/scev-interchange.ll projects/clangbsd/contrib/llvm/test/Feature/mdnode.ll - copied unchanged from r195101, vendor/llvm/dist/test/Feature/mdnode.ll projects/clangbsd/contrib/llvm/test/MC/ - copied from r195101, vendor/llvm/dist/test/MC/ projects/clangbsd/contrib/llvm/test/Transforms/IndVarSimplify/loop-invariant-step.ll - copied unchanged from r195101, vendor/llvm/dist/test/Transforms/IndVarSimplify/loop-invariant-step.ll projects/clangbsd/contrib/llvm/test/Transforms/IndVarSimplify/loop_evaluate7.ll - copied unchanged from r195101, vendor/llvm/dist/test/Transforms/IndVarSimplify/loop_evaluate7.ll projects/clangbsd/contrib/llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll - copied unchanged from r195101, vendor/llvm/dist/test/Transforms/IndVarSimplify/loop_evaluate8.ll projects/clangbsd/contrib/llvm/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll - copied unchanged from r195101, vendor/llvm/dist/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll projects/clangbsd/contrib/llvm/test/Transforms/LCSSA/invoke-dest.ll - copied unchanged from r195101, vendor/llvm/dist/test/Transforms/LCSSA/invoke-dest.ll projects/clangbsd/contrib/llvm/tools/clang/clang.xcodeproj/project.pbxproj - copied unchanged from r194611, projects/clangbsd/contrib/llvm/tools/clang/clang.xcodeproj/project.pbxproj projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/SValuator.h - copied unchanged from r195101, vendor/clang/dist/include/clang/Analysis/PathSensitive/SValuator.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h - copied unchanged from r195101, vendor/clang/dist/include/clang/Frontend/CommandLineSourceLoc.h projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/SimpleSValuator.cpp - copied unchanged from r195101, vendor/clang/dist/lib/Analysis/SimpleSValuator.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/ResolveLocation.cpp - copied unchanged from r195101, vendor/clang/dist/lib/Frontend/ResolveLocation.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/class/class.local/p1.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/class/class.local/p1.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/class/class.local/p2.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/class/class.local/p2.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/class/class.local/p3.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/class/class.local/p3.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/class/class.local/p4.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/class/class.local/p4.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/class/class.nested.type/p1.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/class/class.nested.type/p1.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/p4-cxx0x.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/p4-cxx0x.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/p1-cxx0x.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.array/p1-cxx0x.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p4-neg.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p4-neg.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p4.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p4.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/basic.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/basic.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p2.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p2.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3.cpp - copied unchanged from r195101, vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3.cpp projects/clangbsd/contrib/llvm/tools/clang/test/CodeGenObjC/deadcode_strip_used_var.m - copied unchanged from r195101, vendor/clang/dist/test/CodeGenObjC/deadcode_strip_used_var.m projects/clangbsd/contrib/llvm/tools/clang/test/Index/ - copied from r195101, vendor/clang/dist/test/Index/ projects/clangbsd/contrib/llvm/tools/clang/test/Sema/attr-format_arg.c - copied unchanged from r195101, vendor/clang/dist/test/Sema/attr-format_arg.c projects/clangbsd/contrib/llvm/tools/clang/test/Sema/ext_vector_casts.c - copied unchanged from r195101, vendor/clang/dist/test/Sema/ext_vector_casts.c projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/auto-cxx0x.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/auto-cxx0x.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/auto-cxx98.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/auto-cxx98.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/decltype-pr4444.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/decltype-pr4444.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/decltype-pr4448.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/decltype-pr4448.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/default-assignment-operator.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/default-assignment-operator.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/using-decl-1.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/using-decl-1.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/using-decl-pr4441.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/using-decl-pr4441.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/using-decl-pr4450.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaCXX/using-decl-pr4450.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaTemplate/operator-template.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaTemplate/operator-template.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaTemplate/template-decl-fail.cpp - copied unchanged from r195101, vendor/clang/dist/test/SemaTemplate/template-decl-fail.cpp projects/clangbsd/contrib/llvm/tools/clang/tools/index-test/ - copied from r195101, vendor/clang/dist/tools/index-test/ projects/clangbsd/contrib/llvm/tools/clang/www/analyzer/images/ - copied from r195101, vendor/clang/dist/www/analyzer/images/ projects/clangbsd/contrib/llvm/tools/clang/www/performance-2009-03-02.html - copied unchanged from r195101, vendor/clang/dist/www/performance-2009-03-02.html projects/clangbsd/contrib/llvm/tools/clang/www/timing-data/2009-06-26/ - copied from r195101, vendor/clang/dist/www/timing-data/2009-06-26/ projects/clangbsd/contrib/llvm/unittests/ExecutionEngine/ - copied from r195101, vendor/llvm/dist/unittests/ExecutionEngine/ projects/clangbsd/contrib/llvm/unittests/MC/ - copied from r195101, vendor/llvm/dist/unittests/MC/ projects/clangbsd/lib/libc/include/compat.h - copied unchanged from r195101, head/lib/libc/include/compat.h projects/clangbsd/lib/libc/posix1e/acl_add_flag_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_add_flag_np.3 projects/clangbsd/lib/libc/posix1e/acl_branding.c - copied unchanged from r195101, head/lib/libc/posix1e/acl_branding.c projects/clangbsd/lib/libc/posix1e/acl_clear_flags_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_clear_flags_np.3 projects/clangbsd/lib/libc/posix1e/acl_delete_flag_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_delete_flag_np.3 projects/clangbsd/lib/libc/posix1e/acl_flag.c - copied unchanged from r195101, head/lib/libc/posix1e/acl_flag.c projects/clangbsd/lib/libc/posix1e/acl_from_text_nfs4.c - copied unchanged from r195101, head/lib/libc/posix1e/acl_from_text_nfs4.c projects/clangbsd/lib/libc/posix1e/acl_get_brand_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_get_brand_np.3 projects/clangbsd/lib/libc/posix1e/acl_get_entry_type_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_get_entry_type_np.3 projects/clangbsd/lib/libc/posix1e/acl_get_flag_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_get_flag_np.3 projects/clangbsd/lib/libc/posix1e/acl_get_flagset_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_get_flagset_np.3 projects/clangbsd/lib/libc/posix1e/acl_is_trivial_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_is_trivial_np.3 projects/clangbsd/lib/libc/posix1e/acl_set_entry_type_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_set_entry_type_np.3 projects/clangbsd/lib/libc/posix1e/acl_set_flagset_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_set_flagset_np.3 projects/clangbsd/lib/libc/posix1e/acl_strip.c - copied unchanged from r195101, head/lib/libc/posix1e/acl_strip.c projects/clangbsd/lib/libc/posix1e/acl_strip_np.3 - copied unchanged from r195101, head/lib/libc/posix1e/acl_strip_np.3 projects/clangbsd/lib/libc/posix1e/acl_support_nfs4.c - copied unchanged from r195101, head/lib/libc/posix1e/acl_support_nfs4.c projects/clangbsd/lib/libc/posix1e/acl_to_text_nfs4.c - copied unchanged from r195101, head/lib/libc/posix1e/acl_to_text_nfs4.c projects/clangbsd/lib/libjail/ - copied from r195101, head/lib/libjail/ projects/clangbsd/share/man/man4/bridge.4 - copied unchanged from r195101, head/share/man/man4/bridge.4 projects/clangbsd/share/man/man4/epair.4 - copied unchanged from r195101, head/share/man/man4/epair.4 projects/clangbsd/sys/amd64/include/vm.h - copied unchanged from r195101, head/sys/amd64/include/vm.h projects/clangbsd/sys/arm/include/vm.h - copied unchanged from r195101, head/sys/arm/include/vm.h projects/clangbsd/sys/arm/mv/mv_sata.c - copied unchanged from r195101, head/sys/arm/mv/mv_sata.c projects/clangbsd/sys/dev/gem/if_gem_sbus.c - copied unchanged from r195101, head/sys/dev/gem/if_gem_sbus.c projects/clangbsd/sys/i386/include/vm.h - copied unchanged from r195101, head/sys/i386/include/vm.h projects/clangbsd/sys/ia64/include/vm.h - copied unchanged from r195101, head/sys/ia64/include/vm.h projects/clangbsd/sys/mips/include/vm.h - copied unchanged from r195101, head/sys/mips/include/vm.h projects/clangbsd/sys/net/if_epair.c - copied unchanged from r195101, head/sys/net/if_epair.c projects/clangbsd/sys/pc98/include/vm.h - copied unchanged from r195101, head/sys/pc98/include/vm.h projects/clangbsd/sys/powerpc/include/vm.h - copied unchanged from r195101, head/sys/powerpc/include/vm.h projects/clangbsd/sys/sparc64/include/vm.h - copied unchanged from r195101, head/sys/sparc64/include/vm.h projects/clangbsd/sys/sun4v/include/vm.h - copied unchanged from r195101, head/sys/sun4v/include/vm.h projects/clangbsd/tools/regression/bin/sh/builtins/eval2.0 - copied unchanged from r195101, head/tools/regression/bin/sh/builtins/eval2.0 projects/clangbsd/tools/regression/bin/sh/execution/fork2.0 - copied unchanged from r195101, head/tools/regression/bin/sh/execution/fork2.0 projects/clangbsd/tools/regression/bin/sh/expansion/ - copied from r195101, head/tools/regression/bin/sh/expansion/ projects/clangbsd/usr.bin/clang/lib/libllvmmc/ projects/clangbsd/usr.bin/clang/lib/libllvmmc/Makefile (contents, props changed) projects/clangbsd/usr.sbin/sysinstall/usb.c - copied unchanged from r195101, head/usr.sbin/sysinstall/usb.c Deleted: projects/clangbsd/contrib/llvm/include/llvm/MC/MCImm.h projects/clangbsd/contrib/llvm/test/CodeGen/ARM/2007-01-31-RegInfoAssert.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/2007-05-05-InvalidPushPop.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/2009-06-18-ThumbCommuteMul.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/frame_thumb.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/inlineasm-imm-thumb.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/thumb-imm.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/thumb2-add.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/thumb2-mov.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/thumb2-mov2.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/thumb2-shifter.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/vargs2.ll projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/GRSimpleVals.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/GRSimpleVals.h projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/GRTransferFuncs.cpp projects/clangbsd/share/man/man4/if_bridge.4 Modified: projects/clangbsd/ (props changed) projects/clangbsd/MAINTAINERS projects/clangbsd/Makefile.inc1 projects/clangbsd/ObsoleteFiles.inc projects/clangbsd/UPDATING projects/clangbsd/bin/chflags/chflags.c projects/clangbsd/bin/chmod/chmod.c projects/clangbsd/bin/df/df.c projects/clangbsd/bin/hostname/hostname.c projects/clangbsd/bin/sh/eval.c projects/clangbsd/bin/sh/exec.c projects/clangbsd/bin/sh/expand.c projects/clangbsd/bin/sh/histedit.c projects/clangbsd/bin/sh/miscbltin.c projects/clangbsd/bin/sh/parser.c projects/clangbsd/bin/sh/sh.1 projects/clangbsd/bin/sh/var.c projects/clangbsd/cddl/contrib/opensolaris/ (props changed) projects/clangbsd/contrib/bind9/ (props changed) projects/clangbsd/contrib/bind9/CHANGES projects/clangbsd/contrib/bind9/bin/check/named-checkzone.c projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.8 projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.c projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.docbook projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.html projects/clangbsd/contrib/bind9/bin/dnssec/dnssectool.c projects/clangbsd/contrib/bind9/doc/arm/Bv9ARM-book.xml projects/clangbsd/contrib/bind9/doc/arm/Bv9ARM.ch06.html projects/clangbsd/contrib/bind9/doc/arm/Bv9ARM.ch07.html projects/clangbsd/contrib/bind9/doc/arm/Bv9ARM.ch08.html projects/clangbsd/contrib/bind9/doc/arm/Bv9ARM.ch09.html projects/clangbsd/contrib/bind9/doc/arm/Bv9ARM.html projects/clangbsd/contrib/bind9/doc/arm/man.dig.html projects/clangbsd/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html projects/clangbsd/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html projects/clangbsd/contrib/bind9/doc/arm/man.dnssec-keygen.html projects/clangbsd/contrib/bind9/doc/arm/man.dnssec-signzone.html projects/clangbsd/contrib/bind9/doc/arm/man.host.html projects/clangbsd/contrib/bind9/doc/arm/man.named-checkconf.html projects/clangbsd/contrib/bind9/doc/arm/man.named-checkzone.html projects/clangbsd/contrib/bind9/doc/arm/man.named.html projects/clangbsd/contrib/bind9/doc/arm/man.nsupdate.html projects/clangbsd/contrib/bind9/doc/arm/man.rndc-confgen.html projects/clangbsd/contrib/bind9/doc/arm/man.rndc.conf.html projects/clangbsd/contrib/bind9/doc/arm/man.rndc.html projects/clangbsd/contrib/bind9/lib/bind9/api projects/clangbsd/contrib/bind9/lib/bind9/check.c projects/clangbsd/contrib/bind9/lib/dns/api projects/clangbsd/contrib/bind9/lib/dns/dnssec.c projects/clangbsd/contrib/bind9/lib/dns/include/dns/dnssec.h projects/clangbsd/contrib/bind9/lib/dns/include/dns/keyvalues.h projects/clangbsd/contrib/bind9/lib/dns/nsec3.c projects/clangbsd/contrib/bind9/lib/dns/resolver.c projects/clangbsd/contrib/bind9/lib/isc/ia64/include/isc/atomic.h projects/clangbsd/contrib/bind9/version projects/clangbsd/contrib/llvm/ (props changed) projects/clangbsd/contrib/llvm/CMakeLists.txt projects/clangbsd/contrib/llvm/Makefile.rules projects/clangbsd/contrib/llvm/autoconf/configure.ac projects/clangbsd/contrib/llvm/bindings/ocaml/analysis/Makefile projects/clangbsd/contrib/llvm/bindings/ocaml/bitreader/Makefile projects/clangbsd/contrib/llvm/bindings/ocaml/bitwriter/Makefile projects/clangbsd/contrib/llvm/bindings/ocaml/executionengine/Makefile projects/clangbsd/contrib/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c projects/clangbsd/contrib/llvm/bindings/ocaml/llvm/Makefile projects/clangbsd/contrib/llvm/bindings/ocaml/target/Makefile projects/clangbsd/contrib/llvm/cmake/config-ix.cmake projects/clangbsd/contrib/llvm/cmake/modules/AddLLVM.cmake projects/clangbsd/contrib/llvm/cmake/modules/TableGen.cmake projects/clangbsd/contrib/llvm/configure projects/clangbsd/contrib/llvm/docs/CommandGuide/llvmc.pod projects/clangbsd/contrib/llvm/docs/CompilerDriver.html projects/clangbsd/contrib/llvm/docs/SourceLevelDebugging.html projects/clangbsd/contrib/llvm/docs/TestingGuide.html projects/clangbsd/contrib/llvm/include/llvm-c/ExecutionEngine.h projects/clangbsd/contrib/llvm/include/llvm-c/Target.h projects/clangbsd/contrib/llvm/include/llvm/ADT/Statistic.h projects/clangbsd/contrib/llvm/include/llvm/ADT/Trie.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/DebugInfo.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/LoopInfo.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/LoopPass.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/Passes.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/ProfileInfoLoader.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h projects/clangbsd/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/MachineOperand.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h projects/clangbsd/contrib/llvm/include/llvm/CodeGen/ValueTypes.h projects/clangbsd/contrib/llvm/include/llvm/CompilerDriver/Main.inc projects/clangbsd/contrib/llvm/include/llvm/Config/Targets.def.in projects/clangbsd/contrib/llvm/include/llvm/Config/config.h.cmake projects/clangbsd/contrib/llvm/include/llvm/Config/config.h.in projects/clangbsd/contrib/llvm/include/llvm/Constants.h projects/clangbsd/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h projects/clangbsd/contrib/llvm/include/llvm/ExecutionEngine/Interpreter.h projects/clangbsd/contrib/llvm/include/llvm/ExecutionEngine/JIT.h projects/clangbsd/contrib/llvm/include/llvm/IntrinsicsARM.td projects/clangbsd/contrib/llvm/include/llvm/LinkAllPasses.h projects/clangbsd/contrib/llvm/include/llvm/MC/MCInst.h projects/clangbsd/contrib/llvm/include/llvm/Support/DOTGraphTraits.h projects/clangbsd/contrib/llvm/include/llvm/Support/GraphWriter.h projects/clangbsd/contrib/llvm/include/llvm/Support/Timer.h projects/clangbsd/contrib/llvm/include/llvm/System/Atomic.h projects/clangbsd/contrib/llvm/include/llvm/Target/TargetLowering.h projects/clangbsd/contrib/llvm/include/llvm/Target/TargetSelect.h projects/clangbsd/contrib/llvm/include/llvm/Transforms/Utils/Local.h projects/clangbsd/contrib/llvm/include/llvm/Type.h projects/clangbsd/contrib/llvm/lib/Analysis/CFGPrinter.cpp projects/clangbsd/contrib/llvm/lib/Analysis/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Analysis/DbgInfoPrinter.cpp projects/clangbsd/contrib/llvm/lib/Analysis/DebugInfo.cpp projects/clangbsd/contrib/llvm/lib/Analysis/IPA/Andersens.cpp projects/clangbsd/contrib/llvm/lib/Analysis/ProfileInfoLoader.cpp projects/clangbsd/contrib/llvm/lib/Analysis/ScalarEvolution.cpp projects/clangbsd/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/AsmPrinter/Makefile projects/clangbsd/contrib/llvm/lib/CodeGen/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/CodeGen/ELF.h projects/clangbsd/contrib/llvm/lib/CodeGen/ELFCodeEmitter.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/ELFCodeEmitter.h projects/clangbsd/contrib/llvm/lib/CodeGen/ELFWriter.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/ELFWriter.h projects/clangbsd/contrib/llvm/lib/CodeGen/IfConversion.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/LiveInterval.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/MachineFunction.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/MachineInstr.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/Makefile projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/Spiller.cpp projects/clangbsd/contrib/llvm/lib/CodeGen/VirtRegRewriter.h projects/clangbsd/contrib/llvm/lib/CompilerDriver/Action.cpp projects/clangbsd/contrib/llvm/lib/CompilerDriver/CompilationGraph.cpp projects/clangbsd/contrib/llvm/lib/CompilerDriver/Plugin.cpp projects/clangbsd/contrib/llvm/lib/CompilerDriver/Tool.cpp projects/clangbsd/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp projects/clangbsd/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp projects/clangbsd/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h projects/clangbsd/contrib/llvm/lib/ExecutionEngine/JIT/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp projects/clangbsd/contrib/llvm/lib/ExecutionEngine/JIT/JIT.h projects/clangbsd/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp projects/clangbsd/contrib/llvm/lib/Makefile projects/clangbsd/contrib/llvm/lib/Support/Annotation.cpp projects/clangbsd/contrib/llvm/lib/Support/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Support/PrettyStackTrace.cpp projects/clangbsd/contrib/llvm/lib/Support/Statistic.cpp projects/clangbsd/contrib/llvm/lib/Support/Timer.cpp projects/clangbsd/contrib/llvm/lib/System/Atomic.cpp projects/clangbsd/contrib/llvm/lib/System/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/System/DynamicLibrary.cpp projects/clangbsd/contrib/llvm/lib/System/Win32/DynamicLibrary.inc projects/clangbsd/contrib/llvm/lib/Target/ARM/ARM.h projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMTargetAsmInfo.h projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h projects/clangbsd/contrib/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/ARM/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/ARM/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/ARM/README.txt projects/clangbsd/contrib/llvm/lib/Target/Alpha/AlphaJITInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/Alpha/AlphaJITInfo.h projects/clangbsd/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.h projects/clangbsd/contrib/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/Alpha/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/CBackend/CBackend.cpp projects/clangbsd/contrib/llvm/lib/Target/CellSPU/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp projects/clangbsd/contrib/llvm/lib/Target/IA64/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/IA64/AsmPrinter/IA64AsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/IA64/IA64TargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/MSIL/MSILWriter.cpp projects/clangbsd/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/Mips/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp projects/clangbsd/contrib/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp projects/clangbsd/contrib/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/PowerPC/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/Sparc/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/AsmPrinter/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h projects/clangbsd/contrib/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86.td projects/clangbsd/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86FastISel.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86Instr64bit.td projects/clangbsd/contrib/llvm/lib/Target/X86/X86InstrBuilder.h projects/clangbsd/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86InstrInfo.h projects/clangbsd/contrib/llvm/lib/Target/X86/X86InstrInfo.td projects/clangbsd/contrib/llvm/lib/Target/X86/X86InstrMMX.td projects/clangbsd/contrib/llvm/lib/Target/X86/X86RegisterInfo.td projects/clangbsd/contrib/llvm/lib/Target/X86/X86Subtarget.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86Subtarget.h projects/clangbsd/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Target/X86/X86TargetMachine.h projects/clangbsd/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp projects/clangbsd/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp projects/clangbsd/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp projects/clangbsd/contrib/llvm/lib/Transforms/Scalar/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp projects/clangbsd/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp projects/clangbsd/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp projects/clangbsd/contrib/llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp projects/clangbsd/contrib/llvm/lib/Transforms/Utils/CMakeLists.txt projects/clangbsd/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp projects/clangbsd/contrib/llvm/lib/Transforms/Utils/Local.cpp projects/clangbsd/contrib/llvm/lib/VMCore/Constants.cpp projects/clangbsd/contrib/llvm/lib/VMCore/Mangler.cpp projects/clangbsd/contrib/llvm/lib/VMCore/Pass.cpp projects/clangbsd/contrib/llvm/projects/sample/lib/sample/Makefile projects/clangbsd/contrib/llvm/test/CodeGen/ARM/dyn-stackalloc.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/fpconv.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/fpow.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/iabs.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/ispositive.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/large-stack.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/ldr_ext.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/ldr_frame.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/long-setcc.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/long.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/long_shift.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/mul.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/select.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/stack-frame.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/tst_teq.ll projects/clangbsd/contrib/llvm/test/CodeGen/ARM/unord.ll projects/clangbsd/contrib/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/pic-1.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/pic-jtbl.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/pic_jumptable.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/pr3495.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/remat-constant.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/tls3.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/x86-64-pic-6.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/x86-64-pic-7.ll projects/clangbsd/contrib/llvm/test/CodeGen/X86/x86-64-pic-9.ll projects/clangbsd/contrib/llvm/test/DebugInfo/printdbginfo.ll projects/clangbsd/contrib/llvm/test/Makefile projects/clangbsd/contrib/llvm/tools/clang/ (props changed) projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/Attr.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/Decl.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/Type.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/LocalCheckers.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/ConstraintManager.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/GRExprEngine.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/GRState.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/GRTransferFuncs.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/SVals.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/Store.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/SymbolManager.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Analysis/PathSensitive/ValueManager.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td projects/clangbsd/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td projects/clangbsd/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def projects/clangbsd/contrib/llvm/tools/clang/include/clang/Frontend/Analyses.def projects/clangbsd/contrib/llvm/tools/clang/include/clang/Frontend/PCHBitCodes.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Parse/Action.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Parse/AttributeList.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Parse/DeclSpec.h projects/clangbsd/contrib/llvm/tools/clang/include/clang/Parse/Parser.h projects/clangbsd/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/CFG.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/Decl.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/Expr.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/StmtViz.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/AST/Type.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/BasicConstraintManager.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/BasicStore.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/BugReporter.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/CFRefCount.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/CMakeLists.txt projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/CheckObjCUnusedIVars.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/GRExprEngine.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/GRExprEngineInternalChecks.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/GRState.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/PathDiagnostic.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/RangeConstraintManager.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/RegionStore.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/SVals.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Analysis/SymbolManager.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Basic/Targets.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/CodeGen/Mangle.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Driver/Driver.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Driver/Tools.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/AnalysisConsumer.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/CMakeLists.txt projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/PCHReader.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/PCHReaderDecl.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Frontend/PCHWriter.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Headers/CMakeLists.txt projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/AttributeList.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/DeclSpec.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/MinimalAction.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Parse/Parser.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/Sema.h projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateExpr.cpp projects/clangbsd/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/NoReturn.m projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/ObjCProperties.m projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/array-struct.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/complex.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/dead-stores.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/elementtype.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/exercise-ps.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/func.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/null-deref-ps.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/outofbound.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/ptr-arith.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/region-only-test.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/stack-addr-ps.c projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/uninit-msg-expr.m projects/clangbsd/contrib/llvm/tools/clang/test/Analysis/uninit-vals-ps-region.c projects/clangbsd/contrib/llvm/tools/clang/test/CodeGen/2009-06-16-inc_test.c projects/clangbsd/contrib/llvm/tools/clang/test/CodeGen/2009-06-16-test.c projects/clangbsd/contrib/llvm/tools/clang/test/Coverage/html-diagnostics.c projects/clangbsd/contrib/llvm/tools/clang/test/Parser/check-syntax-1.m projects/clangbsd/contrib/llvm/tools/clang/test/Parser/cxx-template-decl.cpp projects/clangbsd/contrib/llvm/tools/clang/test/Sema/ext_vector_components.c projects/clangbsd/contrib/llvm/tools/clang/test/Sema/vector-cast.c projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/basic_lookup_argdep.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/nested-name-spec.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaCXX/template-specialization.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaTemplate/implicit-instantiation-1.cpp projects/clangbsd/contrib/llvm/tools/clang/test/SemaTemplate/temp_arg_template.cpp projects/clangbsd/contrib/llvm/tools/clang/tools/CMakeLists.txt projects/clangbsd/contrib/llvm/tools/clang/tools/Makefile projects/clangbsd/contrib/llvm/tools/clang/tools/clang-cc/CMakeLists.txt projects/clangbsd/contrib/llvm/tools/clang/tools/clang-cc/clang-cc.cpp projects/clangbsd/contrib/llvm/tools/clang/www/analyzer/annotations.html projects/clangbsd/contrib/llvm/tools/clang/www/analyzer/scan-build.html projects/clangbsd/contrib/llvm/tools/clang/www/comparison.html projects/clangbsd/contrib/llvm/tools/clang/www/cxx_status.html projects/clangbsd/contrib/llvm/tools/clang/www/performance.html projects/clangbsd/contrib/llvm/tools/gold/Makefile projects/clangbsd/contrib/llvm/tools/lli/lli.cpp projects/clangbsd/contrib/llvm/tools/llvm-mc/AsmLexer.cpp projects/clangbsd/contrib/llvm/tools/llvm-mc/AsmLexer.h projects/clangbsd/contrib/llvm/tools/llvm-mc/AsmParser.cpp projects/clangbsd/contrib/llvm/tools/llvm-mc/AsmParser.h projects/clangbsd/contrib/llvm/tools/llvm-mc/CMakeLists.txt projects/clangbsd/contrib/llvm/tools/llvm-mc/Makefile projects/clangbsd/contrib/llvm/tools/llvm-mc/llvm-mc.cpp projects/clangbsd/contrib/llvm/tools/llvmc/doc/LLVMC-Reference.rst projects/clangbsd/contrib/llvm/tools/llvmc/driver/Makefile projects/clangbsd/contrib/llvm/tools/llvmc/example/Skeleton/Makefile projects/clangbsd/contrib/llvm/tools/llvmc/example/Skeleton/driver/Makefile projects/clangbsd/contrib/llvm/tools/llvmc/example/mcc16/Makefile projects/clangbsd/contrib/llvm/tools/llvmc/example/mcc16/driver/Makefile projects/clangbsd/contrib/llvm/tools/lto/LTOCodeGenerator.cpp projects/clangbsd/contrib/llvm/tools/lto/Makefile projects/clangbsd/contrib/llvm/tools/lto/lto.cpp projects/clangbsd/contrib/llvm/tools/opt/GraphPrinters.cpp projects/clangbsd/contrib/llvm/unittests/Makefile projects/clangbsd/contrib/llvm/utils/NewNightlyTest.pl projects/clangbsd/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp projects/clangbsd/contrib/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp projects/clangbsd/contrib/tcsh/sh.func.c projects/clangbsd/contrib/tcsh/tcsh.man projects/clangbsd/etc/login.conf projects/clangbsd/etc/network.subr projects/clangbsd/etc/rc.d/NETWORKING projects/clangbsd/etc/rc.d/ipfw projects/clangbsd/etc/rc.d/netif projects/clangbsd/etc/rc.d/pf projects/clangbsd/etc/rc.d/pflog projects/clangbsd/etc/rc.d/pfsync projects/clangbsd/gnu/usr.bin/cc/c++/Makefile projects/clangbsd/gnu/usr.bin/groff/tmac/mdoc.local projects/clangbsd/include/stdio.h projects/clangbsd/lib/Makefile projects/clangbsd/lib/libc/db/btree/bt_split.c projects/clangbsd/lib/libc/db/mpool/mpool.c projects/clangbsd/lib/libc/gen/Symbol.map projects/clangbsd/lib/libc/gen/fmtcheck.c projects/clangbsd/lib/libc/gen/semctl.c projects/clangbsd/lib/libc/posix1e/Makefile.inc projects/clangbsd/lib/libc/posix1e/Symbol.map projects/clangbsd/lib/libc/posix1e/acl.3 projects/clangbsd/lib/libc/posix1e/acl_add_perm.3 projects/clangbsd/lib/libc/posix1e/acl_calc_mask.c projects/clangbsd/lib/libc/posix1e/acl_copy.c projects/clangbsd/lib/libc/posix1e/acl_create_entry.3 projects/clangbsd/lib/libc/posix1e/acl_delete_entry.3 projects/clangbsd/lib/libc/posix1e/acl_delete_entry.c projects/clangbsd/lib/libc/posix1e/acl_entry.c projects/clangbsd/lib/libc/posix1e/acl_from_text.c projects/clangbsd/lib/libc/posix1e/acl_get.3 projects/clangbsd/lib/libc/posix1e/acl_get.c projects/clangbsd/lib/libc/posix1e/acl_init.c projects/clangbsd/lib/libc/posix1e/acl_set.3 projects/clangbsd/lib/libc/posix1e/acl_set.c projects/clangbsd/lib/libc/posix1e/acl_set_tag_type.3 projects/clangbsd/lib/libc/posix1e/acl_support.c projects/clangbsd/lib/libc/posix1e/acl_support.h projects/clangbsd/lib/libc/posix1e/acl_to_text.3 projects/clangbsd/lib/libc/posix1e/acl_to_text.c projects/clangbsd/lib/libc/posix1e/acl_valid.c projects/clangbsd/lib/libc/rpc/getnetconfig.c projects/clangbsd/lib/libc/stdtime/localtime.c projects/clangbsd/lib/libc/stdtime/strptime.c projects/clangbsd/lib/libc/sys/Makefile.inc projects/clangbsd/lib/libc/sys/Symbol.map projects/clangbsd/lib/libc/sys/getrlimit.2 projects/clangbsd/lib/libc/sys/jail.2 projects/clangbsd/lib/libc/sys/pathconf.2 projects/clangbsd/lib/libcompat/4.3/cfree.c projects/clangbsd/lib/libcompat/4.3/regex.c projects/clangbsd/lib/libcompat/4.4/cuserid.c projects/clangbsd/lib/libusb/ (props changed) projects/clangbsd/lib/libusb/libusb20.3 (props changed) projects/clangbsd/lib/libutil/humanize_number.c projects/clangbsd/lib/libutil/kinfo_getvmmap.3 projects/clangbsd/lib/libutil/login_class.c projects/clangbsd/release/Makefile projects/clangbsd/rescue/rescue/Makefile projects/clangbsd/sbin/ifconfig/Makefile projects/clangbsd/sbin/ifconfig/af_atalk.c projects/clangbsd/sbin/ifconfig/af_inet.c projects/clangbsd/sbin/ifconfig/af_inet6.c projects/clangbsd/sbin/ifconfig/ifclone.c projects/clangbsd/sbin/ifconfig/ifconfig.8 projects/clangbsd/sbin/ifconfig/ifconfig.c projects/clangbsd/sbin/ifconfig/ifconfig.h projects/clangbsd/sbin/ifconfig/ifgif.c projects/clangbsd/sbin/ifconfig/ifgre.c projects/clangbsd/sbin/ifconfig/ifmac.c projects/clangbsd/sbin/ifconfig/ifmedia.c projects/clangbsd/sbin/ifconfig/ifvlan.c projects/clangbsd/sbin/ipfw/Makefile projects/clangbsd/sbin/ipfw/dummynet.c projects/clangbsd/sbin/ipfw/ipfw.8 projects/clangbsd/sbin/ipfw/ipfw2.h projects/clangbsd/sbin/kldload/kldload.8 projects/clangbsd/sbin/mount_nfs/mount_nfs.c projects/clangbsd/sbin/umount/umount.c projects/clangbsd/share/doc/bind9/Makefile projects/clangbsd/share/man/man4/Makefile projects/clangbsd/share/man/man4/ata.4 projects/clangbsd/share/man/man4/gem.4 projects/clangbsd/share/man/man4/pcm.4 projects/clangbsd/share/man/man4/usb.4 projects/clangbsd/share/man/man7/tuning.7 projects/clangbsd/share/man/man8/picobsd.8 projects/clangbsd/share/man/man8/yp.8 projects/clangbsd/share/man/man9/Makefile projects/clangbsd/share/man/man9/stack.9 projects/clangbsd/share/man/man9/usbdi.9 projects/clangbsd/share/man/man9/vm_map.9 projects/clangbsd/share/misc/bsd-family-tree projects/clangbsd/share/mk/bsd.libnames.mk projects/clangbsd/sys/amd64/amd64/intr_machdep.c projects/clangbsd/sys/amd64/amd64/io_apic.c projects/clangbsd/sys/amd64/amd64/local_apic.c projects/clangbsd/sys/amd64/amd64/machdep.c projects/clangbsd/sys/amd64/amd64/mp_machdep.c projects/clangbsd/sys/amd64/amd64/msi.c projects/clangbsd/sys/amd64/include/intr_machdep.h projects/clangbsd/sys/amd64/isa/clock.c projects/clangbsd/sys/arm/arm/elf_machdep.c projects/clangbsd/sys/arm/arm/pmap.c projects/clangbsd/sys/arm/arm/vm_machdep.c projects/clangbsd/sys/arm/at91/at91_machdep.c projects/clangbsd/sys/arm/at91/if_ate.c projects/clangbsd/sys/arm/conf/CAMBRIA.hints projects/clangbsd/sys/arm/conf/DB-78XXX projects/clangbsd/sys/arm/conf/DB-88F5XXX projects/clangbsd/sys/arm/conf/DB-88F6XXX projects/clangbsd/sys/arm/mv/discovery/discovery.c projects/clangbsd/sys/arm/mv/files.mv projects/clangbsd/sys/arm/mv/kirkwood/kirkwood.c projects/clangbsd/sys/arm/mv/mv_machdep.c projects/clangbsd/sys/arm/mv/mvreg.h projects/clangbsd/sys/arm/mv/mvwin.h projects/clangbsd/sys/arm/mv/orion/orion.c projects/clangbsd/sys/arm/sa11x0/assabet_machdep.c projects/clangbsd/sys/arm/xscale/i80321/ep80219_machdep.c projects/clangbsd/sys/arm/xscale/i80321/iq31244_machdep.c projects/clangbsd/sys/arm/xscale/i8134x/crb_machdep.c projects/clangbsd/sys/arm/xscale/ixp425/avila_machdep.c projects/clangbsd/sys/arm/xscale/ixp425/if_npe.c projects/clangbsd/sys/arm/xscale/pxa/pxa_machdep.c projects/clangbsd/sys/boot/i386/libi386/biosdisk.c projects/clangbsd/sys/cam/scsi/scsi_target.c projects/clangbsd/sys/cddl/contrib/opensolaris/ (props changed) projects/clangbsd/sys/cddl/dev/dtrace/amd64/dtrace_isa.c projects/clangbsd/sys/cddl/dev/dtrace/amd64/dtrace_subr.c projects/clangbsd/sys/compat/freebsd32/freebsd32_ipc.h projects/clangbsd/sys/compat/freebsd32/freebsd32_misc.c projects/clangbsd/sys/compat/freebsd32/freebsd32_proto.h projects/clangbsd/sys/compat/freebsd32/freebsd32_syscall.h projects/clangbsd/sys/compat/freebsd32/freebsd32_syscalls.c projects/clangbsd/sys/compat/freebsd32/freebsd32_sysent.c projects/clangbsd/sys/compat/freebsd32/syscalls.master projects/clangbsd/sys/compat/linux/linux_ipc.c projects/clangbsd/sys/compat/ndis/subr_usbd.c projects/clangbsd/sys/compat/svr4/svr4_ipc.c projects/clangbsd/sys/conf/NOTES projects/clangbsd/sys/conf/files projects/clangbsd/sys/contrib/ngatm/netnatm/sig/sig_uni.c projects/clangbsd/sys/contrib/rdma/rdma_addr.c projects/clangbsd/sys/contrib/rdma/rdma_cma.c projects/clangbsd/sys/dev/ae/if_ae.c projects/clangbsd/sys/dev/age/if_age.c projects/clangbsd/sys/dev/alc/if_alc.c projects/clangbsd/sys/dev/ale/if_ale.c projects/clangbsd/sys/dev/asmc/asmc.c projects/clangbsd/sys/dev/asmc/asmcvar.h projects/clangbsd/sys/dev/ata/ata-all.h projects/clangbsd/sys/dev/ata/ata-dma.c projects/clangbsd/sys/dev/ata/ata-pci.h projects/clangbsd/sys/dev/ata/ata-sata.c projects/clangbsd/sys/dev/ata/chipsets/ata-acard.c projects/clangbsd/sys/dev/ata/chipsets/ata-acerlabs.c projects/clangbsd/sys/dev/ata/chipsets/ata-adaptec.c projects/clangbsd/sys/dev/ata/chipsets/ata-amd.c projects/clangbsd/sys/dev/ata/chipsets/ata-ati.c projects/clangbsd/sys/dev/ata/chipsets/ata-cenatek.c projects/clangbsd/sys/dev/ata/chipsets/ata-cypress.c projects/clangbsd/sys/dev/ata/chipsets/ata-cyrix.c projects/clangbsd/sys/dev/ata/chipsets/ata-highpoint.c projects/clangbsd/sys/dev/ata/chipsets/ata-intel.c projects/clangbsd/sys/dev/ata/chipsets/ata-ite.c projects/clangbsd/sys/dev/ata/chipsets/ata-jmicron.c projects/clangbsd/sys/dev/ata/chipsets/ata-marvell.c projects/clangbsd/sys/dev/ata/chipsets/ata-micron.c projects/clangbsd/sys/dev/ata/chipsets/ata-national.c projects/clangbsd/sys/dev/ata/chipsets/ata-netcell.c projects/clangbsd/sys/dev/ata/chipsets/ata-nvidia.c projects/clangbsd/sys/dev/ata/chipsets/ata-promise.c projects/clangbsd/sys/dev/ata/chipsets/ata-serverworks.c projects/clangbsd/sys/dev/ata/chipsets/ata-siliconimage.c projects/clangbsd/sys/dev/ata/chipsets/ata-sis.c projects/clangbsd/sys/dev/ata/chipsets/ata-via.c projects/clangbsd/sys/dev/ath/if_ath.c projects/clangbsd/sys/dev/bce/if_bce.c projects/clangbsd/sys/dev/bce/if_bcereg.h projects/clangbsd/sys/dev/bfe/if_bfe.c projects/clangbsd/sys/dev/bge/if_bge.c projects/clangbsd/sys/dev/bm/if_bm.c projects/clangbsd/sys/dev/cas/if_cas.c projects/clangbsd/sys/dev/cas/if_casvar.h projects/clangbsd/sys/dev/cpuctl/cpuctl.c projects/clangbsd/sys/dev/cs/if_cs.c projects/clangbsd/sys/dev/cxgb/cxgb_adapter.h projects/clangbsd/sys/dev/cxgb/cxgb_main.c projects/clangbsd/sys/dev/cxgb/cxgb_sge.c projects/clangbsd/sys/dev/cxgb/sys/mvec.h projects/clangbsd/sys/dev/cxgb/sys/uipc_mvec.c projects/clangbsd/sys/dev/dc/if_dc.c projects/clangbsd/sys/dev/de/if_de.c projects/clangbsd/sys/dev/drm/drm_irq.c projects/clangbsd/sys/dev/drm/drm_sysctl.c projects/clangbsd/sys/dev/drm/i915_dma.c projects/clangbsd/sys/dev/drm/i915_drv.h projects/clangbsd/sys/dev/drm/i915_irq.c projects/clangbsd/sys/dev/drm/radeon_cp.c projects/clangbsd/sys/dev/drm/radeon_irq.c projects/clangbsd/sys/dev/e1000/e1000_82540.c projects/clangbsd/sys/dev/e1000/e1000_82541.c projects/clangbsd/sys/dev/e1000/e1000_82571.c projects/clangbsd/sys/dev/e1000/e1000_82575.c projects/clangbsd/sys/dev/e1000/e1000_82575.h projects/clangbsd/sys/dev/e1000/e1000_api.c projects/clangbsd/sys/dev/e1000/e1000_defines.h projects/clangbsd/sys/dev/e1000/e1000_hw.h projects/clangbsd/sys/dev/e1000/e1000_ich8lan.c projects/clangbsd/sys/dev/e1000/e1000_ich8lan.h projects/clangbsd/sys/dev/e1000/e1000_mac.c projects/clangbsd/sys/dev/e1000/e1000_osdep.c projects/clangbsd/sys/dev/e1000/e1000_phy.c projects/clangbsd/sys/dev/e1000/e1000_phy.h projects/clangbsd/sys/dev/e1000/e1000_regs.h projects/clangbsd/sys/dev/e1000/if_em.c projects/clangbsd/sys/dev/e1000/if_em.h projects/clangbsd/sys/dev/e1000/if_igb.c projects/clangbsd/sys/dev/e1000/if_igb.h projects/clangbsd/sys/dev/ed/if_ed.c projects/clangbsd/sys/dev/et/if_et.c projects/clangbsd/sys/dev/ex/if_ex.c projects/clangbsd/sys/dev/fdc/fdc.c projects/clangbsd/sys/dev/fe/if_fe.c projects/clangbsd/sys/dev/fxp/if_fxp.c projects/clangbsd/sys/dev/gem/if_gem.c projects/clangbsd/sys/dev/gem/if_gem_pci.c projects/clangbsd/sys/dev/gem/if_gemreg.h projects/clangbsd/sys/dev/gem/if_gemvar.h projects/clangbsd/sys/dev/hme/if_hme.c projects/clangbsd/sys/dev/hptmv/atapi.h projects/clangbsd/sys/dev/hwpmc/hwpmc_logging.c projects/clangbsd/sys/dev/hwpmc/hwpmc_mod.c projects/clangbsd/sys/dev/ie/if_ie.c projects/clangbsd/sys/dev/if_ndis/if_ndis.c projects/clangbsd/sys/dev/iscsi/initiator/isc_soc.c projects/clangbsd/sys/dev/ixgb/if_ixgb.c projects/clangbsd/sys/dev/ixgbe/ixgbe.c projects/clangbsd/sys/dev/ixgbe/ixgbe.h projects/clangbsd/sys/dev/ixgbe/ixgbe_82598.c projects/clangbsd/sys/dev/ixgbe/ixgbe_82599.c projects/clangbsd/sys/dev/ixgbe/ixgbe_api.c projects/clangbsd/sys/dev/ixgbe/ixgbe_api.h projects/clangbsd/sys/dev/ixgbe/ixgbe_common.c projects/clangbsd/sys/dev/ixgbe/ixgbe_osdep.h projects/clangbsd/sys/dev/ixgbe/ixgbe_phy.c projects/clangbsd/sys/dev/ixgbe/ixgbe_phy.h projects/clangbsd/sys/dev/ixgbe/ixgbe_type.h projects/clangbsd/sys/dev/jme/if_jme.c projects/clangbsd/sys/dev/le/lance.c projects/clangbsd/sys/dev/lge/if_lge.c projects/clangbsd/sys/dev/malo/if_malo.c projects/clangbsd/sys/dev/md/md.c projects/clangbsd/sys/dev/mfi/mfi.c projects/clangbsd/sys/dev/mge/if_mge.c projects/clangbsd/sys/dev/mpt/mpt_cam.c projects/clangbsd/sys/dev/msk/if_msk.c projects/clangbsd/sys/dev/mxge/if_mxge.c projects/clangbsd/sys/dev/mxge/if_mxge_var.h projects/clangbsd/sys/dev/my/if_my.c projects/clangbsd/sys/dev/nfe/if_nfe.c projects/clangbsd/sys/dev/nge/if_nge.c projects/clangbsd/sys/dev/nve/if_nve.c projects/clangbsd/sys/dev/nxge/if_nxge.c projects/clangbsd/sys/dev/pcn/if_pcn.c projects/clangbsd/sys/dev/pdq/pdq_ifsubr.c projects/clangbsd/sys/dev/re/if_re.c projects/clangbsd/sys/dev/sf/if_sf.c projects/clangbsd/sys/dev/sis/if_sis.c projects/clangbsd/sys/dev/sk/if_sk.c projects/clangbsd/sys/dev/sn/if_sn.c projects/clangbsd/sys/dev/snc/dp83932.c projects/clangbsd/sys/dev/sound/midi/midi.c projects/clangbsd/sys/dev/sound/midi/sequencer.c projects/clangbsd/sys/dev/sound/pci/hda/hdac.c projects/clangbsd/sys/dev/sound/pcm/feeder_rate.c projects/clangbsd/sys/dev/speaker/spkr.c projects/clangbsd/sys/dev/ste/if_ste.c projects/clangbsd/sys/dev/stge/if_stge.c projects/clangbsd/sys/dev/ti/if_ti.c projects/clangbsd/sys/dev/tl/if_tl.c projects/clangbsd/sys/dev/tsec/if_tsec.c projects/clangbsd/sys/dev/tx/if_tx.c projects/clangbsd/sys/dev/txp/if_txp.c projects/clangbsd/sys/dev/usb/net/if_aue.c projects/clangbsd/sys/dev/usb/net/if_axe.c projects/clangbsd/sys/dev/usb/net/if_cue.c projects/clangbsd/sys/dev/usb/net/if_kue.c projects/clangbsd/sys/dev/usb/net/if_rue.c projects/clangbsd/sys/dev/usb/net/if_udav.c projects/clangbsd/sys/dev/usb/storage/umass.c projects/clangbsd/sys/dev/usb/usbdevs projects/clangbsd/sys/dev/usb/wlan/if_upgt.c projects/clangbsd/sys/dev/usb/wlan/if_urtw.c projects/clangbsd/sys/dev/usb/wlan/if_zyd.c projects/clangbsd/sys/dev/vge/if_vge.c projects/clangbsd/sys/dev/vr/if_vr.c projects/clangbsd/sys/dev/wb/if_wb.c projects/clangbsd/sys/dev/wi/if_wi.c projects/clangbsd/sys/dev/wl/if_wl.c projects/clangbsd/sys/dev/xe/if_xe.c projects/clangbsd/sys/dev/xen/netfront/ (props changed) projects/clangbsd/sys/dev/xen/xenpci/ (props changed) projects/clangbsd/sys/dev/xl/if_xl.c projects/clangbsd/sys/fs/coda/coda_psdev.c projects/clangbsd/sys/fs/coda/coda_vnops.c projects/clangbsd/sys/fs/nfsclient/nfs_clvnops.c projects/clangbsd/sys/fs/procfs/procfs_map.c projects/clangbsd/sys/fs/pseudofs/pseudofs_vnops.c projects/clangbsd/sys/fs/tmpfs/tmpfs_subr.c projects/clangbsd/sys/geom/geom_redboot.c projects/clangbsd/sys/geom/linux_lvm/g_linux_lvm.c projects/clangbsd/sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c projects/clangbsd/sys/gnu/fs/xfs/FreeBSD/xfs_iops.h projects/clangbsd/sys/gnu/fs/xfs/FreeBSD/xfs_vnode.h projects/clangbsd/sys/gnu/fs/xfs/xfs_rw.h projects/clangbsd/sys/gnu/fs/xfs/xfs_vnodeops.c projects/clangbsd/sys/i386/i386/elf_machdep.c projects/clangbsd/sys/i386/i386/intr_machdep.c projects/clangbsd/sys/i386/i386/io_apic.c projects/clangbsd/sys/i386/i386/local_apic.c projects/clangbsd/sys/i386/i386/machdep.c projects/clangbsd/sys/i386/i386/mp_machdep.c projects/clangbsd/sys/i386/i386/msi.c projects/clangbsd/sys/i386/ibcs2/ibcs2_ipc.c projects/clangbsd/sys/i386/include/intr_machdep.h projects/clangbsd/sys/i386/isa/clock.c projects/clangbsd/sys/i386/linux/linux_machdep.c projects/clangbsd/sys/i386/xen/mp_machdep.c projects/clangbsd/sys/ia64/ia64/elf_machdep.c projects/clangbsd/sys/ia64/ia64/machdep.c projects/clangbsd/sys/ia64/ia64/mp_machdep.c projects/clangbsd/sys/kern/init_sysent.c projects/clangbsd/sys/kern/kern_descrip.c projects/clangbsd/sys/kern/kern_fork.c projects/clangbsd/sys/kern/kern_intr.c projects/clangbsd/sys/kern/kern_jail.c projects/clangbsd/sys/kern/kern_lockf.c projects/clangbsd/sys/kern/kern_mbuf.c projects/clangbsd/sys/kern/kern_resource.c projects/clangbsd/sys/kern/kern_switch.c projects/clangbsd/sys/kern/kern_vimage.c projects/clangbsd/sys/kern/link_elf.c projects/clangbsd/sys/kern/link_elf_obj.c projects/clangbsd/sys/kern/makesyscalls.sh projects/clangbsd/sys/kern/sched_ule.c projects/clangbsd/sys/kern/subr_pcpu.c projects/clangbsd/sys/kern/subr_stack.c projects/clangbsd/sys/kern/sys_process.c projects/clangbsd/sys/kern/syscalls.c projects/clangbsd/sys/kern/syscalls.master projects/clangbsd/sys/kern/systrace_args.c projects/clangbsd/sys/kern/sysv_ipc.c projects/clangbsd/sys/kern/sysv_msg.c projects/clangbsd/sys/kern/sysv_sem.c projects/clangbsd/sys/kern/sysv_shm.c projects/clangbsd/sys/kern/tty.c projects/clangbsd/sys/kern/uipc_shm.c projects/clangbsd/sys/mips/adm5120/if_admsw.c projects/clangbsd/sys/mips/mips/elf_machdep.c projects/clangbsd/sys/mips/mips/mp_machdep.c projects/clangbsd/sys/mips/mips/pmap.c projects/clangbsd/sys/modules/dtrace/dtnfsclient/ (props changed) projects/clangbsd/sys/modules/gem/Makefile projects/clangbsd/sys/modules/igb/Makefile projects/clangbsd/sys/modules/ip6_mroute_mod/ (props changed) projects/clangbsd/sys/modules/ipmi/ipmi_linux/ (props changed) projects/clangbsd/sys/modules/ixgbe/Makefile projects/clangbsd/sys/net/if.c projects/clangbsd/sys/net/if_ethersubr.c projects/clangbsd/sys/net/if_fddisubr.c projects/clangbsd/sys/net/if_media.h projects/clangbsd/sys/net/if_spppsubr.c projects/clangbsd/sys/net/if_stf.c projects/clangbsd/sys/net/if_tap.c projects/clangbsd/sys/net/if_tun.c projects/clangbsd/sys/net/if_var.h projects/clangbsd/sys/net/netisr.c projects/clangbsd/sys/net/route.c projects/clangbsd/sys/net/rtsock.c projects/clangbsd/sys/net80211/ieee80211.c projects/clangbsd/sys/netatalk/aarp.c projects/clangbsd/sys/netatalk/at_control.c projects/clangbsd/sys/netatalk/at_extern.h projects/clangbsd/sys/netatalk/at_rmx.c projects/clangbsd/sys/netatalk/at_var.h projects/clangbsd/sys/netatalk/ddp_input.c projects/clangbsd/sys/netatalk/ddp_output.c projects/clangbsd/sys/netatalk/ddp_pcb.c projects/clangbsd/sys/netatalk/ddp_usrreq.c projects/clangbsd/sys/netgraph/atm/uni/ng_uni.c projects/clangbsd/sys/netgraph/ng_eiface.c projects/clangbsd/sys/netgraph/ng_ether.c projects/clangbsd/sys/netgraph/ng_iface.c projects/clangbsd/sys/netinet/if_ether.c projects/clangbsd/sys/netinet/igmp.c projects/clangbsd/sys/netinet/in.c projects/clangbsd/sys/netinet/in_gif.c projects/clangbsd/sys/netinet/in_mcast.c projects/clangbsd/sys/netinet/in_pcb.c projects/clangbsd/sys/netinet/in_var.h projects/clangbsd/sys/netinet/ip_carp.c projects/clangbsd/sys/netinet/ip_divert.c projects/clangbsd/sys/netinet/ip_dummynet.h projects/clangbsd/sys/netinet/ip_icmp.c projects/clangbsd/sys/netinet/ip_input.c projects/clangbsd/sys/netinet/ip_mroute.c projects/clangbsd/sys/netinet/ip_options.c projects/clangbsd/sys/netinet/ip_output.c projects/clangbsd/sys/netinet/ipfw/ip_dummynet.c (contents, props changed) projects/clangbsd/sys/netinet/ipfw/ip_fw2.c (contents, props changed) projects/clangbsd/sys/netinet/ipfw/ip_fw_nat.c projects/clangbsd/sys/netinet/ipfw/ip_fw_pfil.c (props changed) projects/clangbsd/sys/netinet/raw_ip.c projects/clangbsd/sys/netinet/tcp_input.c projects/clangbsd/sys/netinet/tcp_usrreq.c projects/clangbsd/sys/netinet6/frag6.c projects/clangbsd/sys/netinet6/icmp6.c projects/clangbsd/sys/netinet6/in6.c projects/clangbsd/sys/netinet6/in6_ifattach.c projects/clangbsd/sys/netinet6/in6_pcb.c projects/clangbsd/sys/netinet6/in6_pcb.h projects/clangbsd/sys/netinet6/in6_src.c projects/clangbsd/sys/netinet6/in6_var.h projects/clangbsd/sys/netinet6/ip6_input.c projects/clangbsd/sys/netinet6/ip6_output.c projects/clangbsd/sys/netinet6/ip6_var.h projects/clangbsd/sys/netinet6/mld6.c projects/clangbsd/sys/netinet6/nd6.c projects/clangbsd/sys/netinet6/nd6_nbr.c projects/clangbsd/sys/netinet6/nd6_rtr.c projects/clangbsd/sys/netinet6/raw_ip6.c projects/clangbsd/sys/netinet6/udp6_usrreq.c projects/clangbsd/sys/netinet6/vinet6.h projects/clangbsd/sys/netipsec/key.c projects/clangbsd/sys/netipx/ipx.c projects/clangbsd/sys/netipx/ipx_if.h projects/clangbsd/sys/netipx/ipx_input.c projects/clangbsd/sys/netipx/ipx_outputfl.c projects/clangbsd/sys/netipx/ipx_pcb.c projects/clangbsd/sys/nfsclient/nfs_vnops.c projects/clangbsd/sys/pc98/pc98/machdep.c projects/clangbsd/sys/pci/if_rl.c projects/clangbsd/sys/powerpc/aim/mmu_oea.c projects/clangbsd/sys/powerpc/aim/mmu_oea64.c projects/clangbsd/sys/powerpc/booke/pmap.c projects/clangbsd/sys/powerpc/conf/MPC85XX projects/clangbsd/sys/powerpc/mpc85xx/ds1553_bus_lbc.c projects/clangbsd/sys/powerpc/powerpc/elf_machdep.c projects/clangbsd/sys/powerpc/powerpc/mp_machdep.c projects/clangbsd/sys/rpc/clnt_rc.c projects/clangbsd/sys/rpc/rpcsec_gss/rpcsec_gss.c projects/clangbsd/sys/security/mac_biba/mac_biba.c projects/clangbsd/sys/security/mac_lomac/mac_lomac.c projects/clangbsd/sys/sparc64/conf/GENERIC projects/clangbsd/sys/sparc64/include/pcpu.h projects/clangbsd/sys/sparc64/sparc64/elf_machdep.c projects/clangbsd/sys/sparc64/sparc64/machdep.c projects/clangbsd/sys/sparc64/sparc64/mp_machdep.c projects/clangbsd/sys/sparc64/sparc64/pmap.c projects/clangbsd/sys/sun4v/conf/GENERIC projects/clangbsd/sys/sun4v/include/pcpu.h projects/clangbsd/sys/sun4v/sun4v/machdep.c projects/clangbsd/sys/sun4v/sun4v/mp_machdep.c projects/clangbsd/sys/sun4v/sun4v/pmap.c projects/clangbsd/sys/sys/acl.h projects/clangbsd/sys/sys/ata.h projects/clangbsd/sys/sys/conf.h projects/clangbsd/sys/sys/ipc.h projects/clangbsd/sys/sys/jail.h projects/clangbsd/sys/sys/linker.h projects/clangbsd/sys/sys/msg.h projects/clangbsd/sys/sys/param.h projects/clangbsd/sys/sys/pcpu.h projects/clangbsd/sys/sys/priv.h projects/clangbsd/sys/sys/resource.h projects/clangbsd/sys/sys/resourcevar.h projects/clangbsd/sys/sys/sched.h projects/clangbsd/sys/sys/sem.h projects/clangbsd/sys/sys/shm.h projects/clangbsd/sys/sys/stack.h projects/clangbsd/sys/sys/syscall.h projects/clangbsd/sys/sys/syscall.mk projects/clangbsd/sys/sys/sysctl.h projects/clangbsd/sys/sys/sysproto.h projects/clangbsd/sys/sys/tty.h projects/clangbsd/sys/sys/uio.h projects/clangbsd/sys/sys/unistd.h projects/clangbsd/sys/sys/vnode.h projects/clangbsd/sys/ufs/ufs/ufs_dirhash.c projects/clangbsd/sys/vm/default_pager.c projects/clangbsd/sys/vm/device_pager.c projects/clangbsd/sys/vm/phys_pager.c projects/clangbsd/sys/vm/swap_pager.c projects/clangbsd/sys/vm/vm.h projects/clangbsd/sys/vm/vm_contig.c projects/clangbsd/sys/vm/vm_extern.h projects/clangbsd/sys/vm/vm_fault.c projects/clangbsd/sys/vm/vm_kern.c projects/clangbsd/sys/vm/vm_map.c projects/clangbsd/sys/vm/vm_map.h projects/clangbsd/sys/vm/vm_mmap.c projects/clangbsd/sys/vm/vm_object.c projects/clangbsd/sys/vm/vm_object.h projects/clangbsd/sys/vm/vm_pageout.c projects/clangbsd/sys/vm/vm_pager.c projects/clangbsd/sys/vm/vm_pager.h projects/clangbsd/sys/vm/vm_phys.c projects/clangbsd/sys/vm/vm_phys.h projects/clangbsd/sys/vm/vnode_pager.c projects/clangbsd/tools/build/mk/OptionalObsoleteFiles.inc projects/clangbsd/tools/regression/bin/sh/builtins/command5.0.stdout projects/clangbsd/tools/regression/lib/msun/test-conj.t (props changed) projects/clangbsd/tools/tools/ath/athpoke/Makefile projects/clangbsd/tools/tools/ath/athpoke/athpoke.c projects/clangbsd/tools/tools/ath/common/dumpregs.h (props changed) projects/clangbsd/tools/tools/ath/common/dumpregs_5210.c (props changed) projects/clangbsd/tools/tools/ath/common/dumpregs_5211.c (props changed) projects/clangbsd/tools/tools/ath/common/dumpregs_5212.c (props changed) projects/clangbsd/tools/tools/ath/common/dumpregs_5416.c (props changed) projects/clangbsd/tools/tools/nanobsd/nanobsd.sh projects/clangbsd/usr.bin/clang/bin/clang-cc/Makefile projects/clangbsd/usr.bin/clang/bin/clang/Makefile projects/clangbsd/usr.bin/clang/lib/Makefile projects/clangbsd/usr.bin/clang/lib/libclanganalysis/Makefile projects/clangbsd/usr.bin/clang/lib/libllvmarmcodegen/Makefile projects/clangbsd/usr.bin/clang/lib/libllvmsystem/Makefile projects/clangbsd/usr.bin/fstat/fstat.c projects/clangbsd/usr.bin/gzip/gzip.1 projects/clangbsd/usr.bin/gzip/gzip.c projects/clangbsd/usr.bin/gzip/zuncompress.c projects/clangbsd/usr.bin/hexdump/parse.c projects/clangbsd/usr.bin/ipcs/ipcs.c projects/clangbsd/usr.bin/keylogout/keylogout.c projects/clangbsd/usr.bin/killall/Makefile projects/clangbsd/usr.bin/killall/killall.c projects/clangbsd/usr.bin/limits/limits.c projects/clangbsd/usr.bin/make/arch.c projects/clangbsd/usr.bin/makewhatis/makewhatis.c projects/clangbsd/usr.bin/nfsstat/nfsstat.c projects/clangbsd/usr.bin/showmount/showmount.c projects/clangbsd/usr.bin/usbhidctl/usbhid.c projects/clangbsd/usr.bin/ypcat/ypcat.c projects/clangbsd/usr.bin/ypmatch/ypmatch.c projects/clangbsd/usr.bin/ypwhich/ypwhich.c projects/clangbsd/usr.sbin/amd/include/config.h projects/clangbsd/usr.sbin/cxgbtool/cxgbtool.c projects/clangbsd/usr.sbin/fdcontrol/fdcontrol.c projects/clangbsd/usr.sbin/fdformat/fdformat.c projects/clangbsd/usr.sbin/fdread/fdread.c projects/clangbsd/usr.sbin/fdwrite/fdwrite.c projects/clangbsd/usr.sbin/jail/Makefile projects/clangbsd/usr.sbin/jail/jail.8 projects/clangbsd/usr.sbin/jail/jail.c projects/clangbsd/usr.sbin/jexec/Makefile projects/clangbsd/usr.sbin/jexec/jexec.c projects/clangbsd/usr.sbin/jls/Makefile projects/clangbsd/usr.sbin/jls/jls.c projects/clangbsd/usr.sbin/lpr/common_source/displayq.c projects/clangbsd/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/clangbsd/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/clangbsd/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/clangbsd/usr.sbin/makefs/getid.c (props changed) projects/clangbsd/usr.sbin/mountd/mountd.c projects/clangbsd/usr.sbin/nfsd/nfsd.c projects/clangbsd/usr.sbin/rpc.lockd/kern.c projects/clangbsd/usr.sbin/rpc.umntall/mounttab.c projects/clangbsd/usr.sbin/rpc.umntall/mounttab.h projects/clangbsd/usr.sbin/rpc.umntall/rpc.umntall.c projects/clangbsd/usr.sbin/sysinstall/Makefile projects/clangbsd/usr.sbin/sysinstall/devices.c projects/clangbsd/usr.sbin/sysinstall/dispatch.c projects/clangbsd/usr.sbin/sysinstall/help/usage.hlp projects/clangbsd/usr.sbin/sysinstall/label.c projects/clangbsd/usr.sbin/sysinstall/media.c projects/clangbsd/usr.sbin/sysinstall/menus.c projects/clangbsd/usr.sbin/sysinstall/options.c projects/clangbsd/usr.sbin/sysinstall/sysinstall.h projects/clangbsd/usr.sbin/sysinstall/ufs.c projects/clangbsd/usr.sbin/ypserv/Makefile.yp projects/clangbsd/usr.sbin/ypserv/yp_access.c projects/clangbsd/usr.sbin/ypserv/ypserv.8 Modified: projects/clangbsd/MAINTAINERS ============================================================================== --- projects/clangbsd/MAINTAINERS Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/MAINTAINERS Sun Jun 28 15:38:50 2009 (r195137) @@ -124,7 +124,6 @@ usr.bin/bluetooth emax Pre-commit review usr.sbin/bluetooth emax Pre-commit review preferred. gnu/usr.bin/send-pr bugmaster Pre-commit review requested. BSD.{local,x11*}.dist portmgr Pre-commit review requested, since these files interface with ports. -usb core Please contact core@ before any major changes ncurses rafan Heads-up appreciated, try not to break it. Following are the entries from the Makefiles, and a few other sources. Modified: projects/clangbsd/Makefile.inc1 ============================================================================== --- projects/clangbsd/Makefile.inc1 Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/Makefile.inc1 Sun Jun 28 15:38:50 2009 (r195137) @@ -285,7 +285,7 @@ LIB32WMAKEENV= MAKEOBJDIRPREFIX=${OBJTRE INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${TMPPATH} \ CC="gcc ${LIB32FLAGS}" \ - CXX="${CXX} ${LIB32FLAGS}" \ + CXX="g++ ${LIB32FLAGS}" \ OBJC="gcc ${LIB32FLAGS}" \ LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" \ AS="${AS} --32" \ Modified: projects/clangbsd/ObsoleteFiles.inc ============================================================================== --- projects/clangbsd/ObsoleteFiles.inc Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/ObsoleteFiles.inc Sun Jun 28 15:38:50 2009 (r195137) @@ -14,11 +14,73 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20090624: update usbdi(9) +OLD_FILES+=usr/share/man/man9/usbd_abort_default_pipe.9.gz +OLD_FILES+=usr/share/man/man9/usbd_abort_pipe.9.gz +OLD_FILES+=usr/share/man/man9/usbd_alloc_buffer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_alloc_xfer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall.9.gz +OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall_async.9.gz +OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_toggle.9.gz +OLD_FILES+=usr/share/man/man9/usbd_close_pipe.9.gz +OLD_FILES+=usr/share/man/man9/usbd_device2interface_handle.9.gz +OLD_FILES+=usr/share/man/man9/usbd_do_request_async.9.gz +OLD_FILES+=usr/share/man/man9/usbd_do_request_flags_pipe.9.gz +OLD_FILES+=usr/share/man/man9/usbd_endpoint_count.9.gz +OLD_FILES+=usr/share/man/man9/usbd_find_edesc.9.gz +OLD_FILES+=usr/share/man/man9/usbd_find_idesc.9.gz +OLD_FILES+=usr/share/man/man9/usbd_free_buffer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_free_xfer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_buffer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_config.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_config_desc.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_config_desc_full.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_config_descriptor.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_device_descriptor.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_endpoint_descriptor.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_interface_altindex.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_interface_descriptor.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_no_alts.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_quirks.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_speed.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_string.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_string_desc.9.gz +OLD_FILES+=usr/share/man/man9/usbd_get_xfer_status.9.gz +OLD_FILES+=usr/share/man/man9/usbd_interface2device_handle.9.gz +OLD_FILES+=usr/share/man/man9/usbd_interface2endpoint_descriptor.9.gz +OLD_FILES+=usr/share/man/man9/usbd_interface_count.9.gz +OLD_FILES+=usr/share/man/man9/usbd_open_pipe.9.gz +OLD_FILES+=usr/share/man/man9/usbd_open_pipe_intr.9.gz +OLD_FILES+=usr/share/man/man9/usbd_pipe2device_handle.9.gz +OLD_FILES+=usr/share/man/man9/usbd_set_config_index.9.gz +OLD_FILES+=usr/share/man/man9/usbd_set_config_no.9.gz +OLD_FILES+=usr/share/man/man9/usbd_set_interface.9.gz +OLD_FILES+=usr/share/man/man9/usbd_setup_default_xfer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_setup_isoc_xfer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_setup_xfer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_sync_transfer.9.gz +OLD_FILES+=usr/share/man/man9/usbd_transfer.9.gz +OLD_FILES+=usr/share/man/man9/usb_find_desc.9.gz +# 20090623: number of headers needed for a usb driver reduced +OLD_FILES+=usr/include/dev/usb/usb_defs.h +OLD_FILES+=usr/include/dev/usb/usb_error.h +OLD_FILES+=usr/include/dev/usb/usb_handle_request.h +OLD_FILES+=usr/include/dev/usb/usb_hid.h +OLD_FILES+=usr/include/dev/usb/usb_lookup.h +OLD_FILES+=usr/include/dev/usb/usb_mfunc.h +OLD_FILES+=usr/include/dev/usb/usb_parse.h +OLD_FILES+=usr/include/dev/usb/usb_revision.h +# 20090609: devclass_add_driver is no longer public +OLD_FILES+=usr/share/man/man9/devclass_add_driver.9.gz +OLD_FILES+=usr/share/man/man9/devclass_delete_driver.9.gz +OLD_FILES+=usr/share/man/man9/devclass_find_driver.9.gz # 20090605: removal of clists OLD_FILES+=usr/include/sys/clist.h # 20090602: removal of window(1) OLD_FILES+=usr/bin/window OLD_FILES+=usr/share/man/man1/window.1.gz +# 20090531: bind 9.6.1rc1 import +OLD_LIBS+=usr/lib/liblwres.so.30 # 20090530: removal of early.sh OLD_FILES+=etc/rc.d/early.sh # 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER() @@ -58,7 +120,7 @@ OLD_DIRS+=usr/include/legacy/dev/usb OLD_DIRS+=usr/include/legacy/dev OLD_DIRS+=usr/include/legacy # 20090526: removal of makekey(8) -OLD_FILES+=libexec/makekey +OLD_FILES+=usr/libexec/makekey OLD_FILES+=usr/share/man/man8/makekey.8.gz # 20090522: removal of University of Michigan NFSv4 client OLD_FILES+=etc/rc.d/idmapd Modified: projects/clangbsd/UPDATING ============================================================================== --- projects/clangbsd/UPDATING Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/UPDATING Sun Jun 28 15:38:50 2009 (r195137) @@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090624: + The ABI of various structures related to the SYSV IPC API have + been changed. As a result, the COMPAT_FREEBSD[456] kernel + options now all require COMPAT_FREEBSD7. Bump __FreeBSD_version + to 800100. + 20090622: Layout of struct vnet has changed as routing related variables were moved to their own Vimage module. Modules need to be @@ -80,12 +86,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. rebuilt. Bump __FreeBSD_version to 800096. -20090531: - For those who use ipfw and especially pf, those two firewalls - are now started BEFORE the network is initialized (i.e., before - rc.d/netif). Please review your rules to make sure that your - interfaces will be properly described. - 20090530: Remove the tunable/sysctl debug.mpsafevfs as its initial purpose is no more valid. Modified: projects/clangbsd/bin/chflags/chflags.c ============================================================================== --- projects/clangbsd/bin/chflags/chflags.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/chflags/chflags.c Sun Jun 28 15:38:50 2009 (r195137) @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -void usage(void); +static void usage(void); int main(int argc, char *argv[]) @@ -196,7 +196,7 @@ main(int argc, char *argv[]) exit(rval); } -void +static void usage(void) { (void)fprintf(stderr, Modified: projects/clangbsd/bin/chmod/chmod.c ============================================================================== --- projects/clangbsd/bin/chmod/chmod.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/chmod/chmod.c Sun Jun 28 15:38:50 2009 (r195137) @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -void usage(void); +static void usage(void); int main(int argc, char *argv[]) @@ -212,7 +212,7 @@ done: argv += optind; exit(rval); } -void +static void usage(void) { (void)fprintf(stderr, Modified: projects/clangbsd/bin/df/df.c ============================================================================== --- projects/clangbsd/bin/df/df.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/df/df.c Sun Jun 28 15:38:50 2009 (r195137) @@ -476,7 +476,7 @@ prtstat(struct statfs *sfsp, struct maxw (void)printf("\n"); } -void +static void addstat(struct statfs *totalfsp, struct statfs *statfsp) { uint64_t bsize; Modified: projects/clangbsd/bin/hostname/hostname.c ============================================================================== --- projects/clangbsd/bin/hostname/hostname.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/hostname/hostname.c Sun Jun 28 15:38:50 2009 (r195137) @@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -void usage(void); +static void usage(void); int main(int argc, char *argv[]) @@ -96,7 +96,7 @@ main(int argc, char *argv[]) exit(0); } -void +static void usage(void) { Modified: projects/clangbsd/bin/sh/eval.c ============================================================================== --- projects/clangbsd/bin/sh/eval.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/eval.c Sun Jun 28 15:38:50 2009 (r195137) @@ -401,8 +401,8 @@ evalsubshell(union node *n, int flags) int backgnd = (n->type == NBACKGND); expredir(n->nredir.redirect); - jp = makejob(n, 1); - if (forkshell(jp, n, backgnd) == 0) { + if ((!backgnd && flags & EV_EXIT && !have_traps()) || + forkshell(jp = makejob(n, 1), n, backgnd) == 0) { if (backgnd) flags &=~ EV_TESTED; redirect(n->nredir.redirect, 0); @@ -589,22 +589,14 @@ evalcommand(union node *cmd, int flags, struct cmdentry cmdentry; struct job *jp; struct jmploc jmploc; - struct jmploc *volatile savehandler; - char *volatile savecmdname; - volatile struct shparam saveparam; - struct localvar *volatile savelocalvars; + struct jmploc *savehandler; + char *savecmdname; + struct shparam saveparam; + struct localvar *savelocalvars; volatile int e; char *lastarg; int realstatus; int do_clearcmdentry; -#ifdef __GNUC__ - /* Avoid longjmp clobbering */ - (void) &argv; - (void) &argc; - (void) &lastarg; - (void) &flags; - (void) &do_clearcmdentry; -#endif /* First expand the arguments. */ TRACE(("evalcommand(%p, %d) called\n", (void *)cmd, flags)); @@ -650,17 +642,32 @@ evalcommand(union node *cmd, int flags, /* Print the command if xflag is set. */ if (xflag) { char sep = 0; + const char *p; out2str(ps4val()); for (sp = varlist.list ; sp ; sp = sp->next) { if (sep != 0) outc(' ', &errout); - out2str(sp->text); + p = sp->text; + while (*p != '=' && *p != '\0') + out2c(*p++); + if (*p != '\0') { + out2c(*p++); + out2qstr(p); + } sep = ' '; } for (sp = arglist.list ; sp ; sp = sp->next) { if (sep != 0) outc(' ', &errout); - out2str(sp->text); + /* Disambiguate command looking like assignment. */ + if (sp == arglist.list && + strchr(sp->text, '=') != NULL && + strchr(sp->text, '\'') == NULL) { + out2c('\''); + out2str(sp->text); + out2c('\''); + } else + out2qstr(sp->text); sep = ' '; } outc('\n', &errout); @@ -779,9 +786,10 @@ evalcommand(union node *cmd, int flags, savelocalvars = localvars; localvars = NULL; INTON; + savehandler = handler; if (setjmp(jmploc.loc)) { if (exception == EXSHELLPROC) - freeparam((struct shparam *)&saveparam); + freeparam(&saveparam); else { freeparam(&shellparam); shellparam = saveparam; @@ -791,7 +799,6 @@ evalcommand(union node *cmd, int flags, handler = savehandler; longjmp(handler->loc, 1); } - savehandler = handler; handler = &jmploc; for (sp = varlist.list ; sp ; sp = sp->next) mklocal(sp->text); @@ -830,12 +837,12 @@ evalcommand(union node *cmd, int flags, savecmdname = commandname; cmdenviron = varlist.list; e = -1; + savehandler = handler; if (setjmp(jmploc.loc)) { e = exception; exitstatus = (e == EXINT)? SIGINT+128 : 2; goto cmddone; } - savehandler = handler; handler = &jmploc; redirect(cmd->ncmd.redirect, mode); if (cmdentry.special) Modified: projects/clangbsd/bin/sh/exec.c ============================================================================== --- projects/clangbsd/bin/sh/exec.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/exec.c Sun Jun 28 15:38:50 2009 (r195137) @@ -756,6 +756,7 @@ typecmd_impl(int argc, char **argv, int if ((cmdp = cmdlookup(argv[i], 0)) != NULL) { entry.cmdtype = cmdp->cmdtype; entry.u = cmdp->param; + entry.special = cmdp->special; } else { /* Finally use brute force */ @@ -804,6 +805,9 @@ typecmd_impl(int argc, char **argv, int case CMDBUILTIN: if (cmd == TYPECMD_SMALLV) out1fmt("%s\n", argv[i]); + else if (entry.special) + out1fmt("%s is a special shell builtin\n", + argv[i]); else out1fmt("%s is a shell builtin\n", argv[i]); break; Modified: projects/clangbsd/bin/sh/expand.c ============================================================================== --- projects/clangbsd/bin/sh/expand.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/expand.c Sun Jun 28 15:38:50 2009 (r195137) @@ -82,7 +82,7 @@ struct ifsregion { struct ifsregion *next; /* next region in list */ int begoff; /* offset of start of region */ int endoff; /* offset of end of region */ - int nulonly; /* search for nul bytes only */ + int inquotes; /* search for nul bytes only */ }; @@ -936,13 +936,19 @@ numvar: */ STATIC void -recordregion(int start, int end, int nulonly) +recordregion(int start, int end, int inquotes) { struct ifsregion *ifsp; if (ifslastp == NULL) { ifsp = &ifsfirst; } else { + if (ifslastp->endoff == start + && ifslastp->inquotes == inquotes) { + /* extend previous area */ + ifslastp->endoff = end; + return; + } ifsp = (struct ifsregion *)ckmalloc(sizeof (struct ifsregion)); ifslastp->next = ifsp; } @@ -950,7 +956,7 @@ recordregion(int start, int end, int nul ifslastp->next = NULL; ifslastp->begoff = start; ifslastp->endoff = end; - ifslastp->nulonly = nulonly; + ifslastp->inquotes = inquotes; } @@ -969,75 +975,89 @@ ifsbreakup(char *string, struct arglist char *p; char *q; char *ifs; - int ifsspc; - int nulonly; - + const char *ifsspc; + int had_param_ch = 0; start = string; - ifsspc = 0; - nulonly = 0; - if (ifslastp != NULL) { - ifsp = &ifsfirst; - do { - p = string + ifsp->begoff; - nulonly = ifsp->nulonly; - ifs = nulonly ? nullstr : - ( ifsset() ? ifsval() : " \t\n" ); - ifsspc = 0; - while (p < string + ifsp->endoff) { - q = p; - if (*p == CTLESC) + + if (ifslastp == NULL) { + /* Return entire argument, IFS doesn't apply to any of it */ + sp = (struct strlist *)stalloc(sizeof *sp); + sp->text = start; + *arglist->lastp = sp; + arglist->lastp = &sp->next; + return; + } + + ifs = ifsset() ? ifsval() : " \t\n"; + + for (ifsp = &ifsfirst; ifsp != NULL; ifsp = ifsp->next) { + p = string + ifsp->begoff; + while (p < string + ifsp->endoff) { + q = p; + if (*p == CTLESC) + p++; + if (ifsp->inquotes) { + /* Only NULs (should be from "$@") end args */ + had_param_ch = 1; + if (*p != 0) { p++; - if (strchr(ifs, *p)) { - if (!nulonly) - ifsspc = (strchr(" \t\n", *p) != NULL); - /* Ignore IFS whitespace at start */ - if (q == start && ifsspc) { - p++; - start = p; - continue; - } - *q = '\0'; - sp = (struct strlist *)stalloc(sizeof *sp); - sp->text = start; - *arglist->lastp = sp; - arglist->lastp = &sp->next; + continue; + } + ifsspc = NULL; + } else { + if (!strchr(ifs, *p)) { + had_param_ch = 1; p++; - if (!nulonly) { - for (;;) { - if (p >= string + ifsp->endoff) { - break; - } - q = p; - if (*p == CTLESC) - p++; - if (strchr(ifs, *p) == NULL ) { - p = q; - break; - } else if (strchr(" \t\n",*p) == NULL) { - if (ifsspc) { - p++; - ifsspc = 0; - } else { - p = q; - break; - } - } else - p++; - } - } - start = p; - } else + continue; + } + ifsspc = strchr(" \t\n", *p); + + /* Ignore IFS whitespace at start */ + if (q == start && ifsspc != NULL) { p++; + start = p; + continue; + } + had_param_ch = 0; } - } while ((ifsp = ifsp->next) != NULL); - if (*start || (!ifsspc && start > string)) { + + /* Save this argument... */ + *q = '\0'; sp = (struct strlist *)stalloc(sizeof *sp); sp->text = start; *arglist->lastp = sp; arglist->lastp = &sp->next; + p++; + + if (ifsspc != NULL) { + /* Ignore further trailing IFS whitespace */ + for (; p < string + ifsp->endoff; p++) { + q = p; + if (*p == CTLESC) + p++; + if (strchr(ifs, *p) == NULL) { + p = q; + break; + } + if (strchr(" \t\n", *p) == NULL) { + p++; + break; + } + } + } + start = p; } - } else { + } + + /* + * Save anything left as an argument. + * Traditionally we have treated 'IFS=':'; set -- x$IFS' as + * generating 2 arguments, the second of which is empty. + * Some recent clarification of the Posix spec say that it + * should only generate one.... + */ + if (had_param_ch || *start != 0) { sp = (struct strlist *)stalloc(sizeof *sp); sp->text = start; *arglist->lastp = sp; Modified: projects/clangbsd/bin/sh/histedit.c ============================================================================== --- projects/clangbsd/bin/sh/histedit.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/histedit.c Sun Jun 28 15:38:50 2009 (r195137) @@ -173,25 +173,11 @@ histcmd(int argc, char **argv) char *pat = NULL, *repl; static int active = 0; struct jmploc jmploc; - struct jmploc *volatile savehandler; - char editfile[PATH_MAX]; + struct jmploc *savehandler; + char editfilestr[PATH_MAX]; + char *volatile editfile; FILE *efp; int oldhistnum; -#ifdef __GNUC__ - /* Avoid longjmp clobbering */ - (void) &editor; - (void) &lflg; - (void) &nflg; - (void) &rflg; - (void) &sflg; - (void) &firststr; - (void) &laststr; - (void) &pat; - (void) &repl; - (void) &efp; - (void) &argc; - (void) &argv; -#endif if (hist == NULL) error("history not active"); @@ -232,19 +218,19 @@ histcmd(int argc, char **argv) */ if (lflg == 0 || editor || sflg) { lflg = 0; /* ignore */ - editfile[0] = '\0'; + editfile = NULL; /* * Catch interrupts to reset active counter and * cleanup temp files. */ + savehandler = handler; if (setjmp(jmploc.loc)) { active = 0; - if (*editfile) + if (editfile) unlink(editfile); handler = savehandler; longjmp(handler->loc, 1); } - savehandler = handler; handler = &jmploc; if (++active > MAXHISTLOOPS) { active = 0; @@ -318,9 +304,10 @@ histcmd(int argc, char **argv) if (editor) { int fd; INTOFF; /* easier */ - sprintf(editfile, "%s/_shXXXXXX", _PATH_TMP); - if ((fd = mkstemp(editfile)) < 0) + sprintf(editfilestr, "%s/_shXXXXXX", _PATH_TMP); + if ((fd = mkstemp(editfilestr)) < 0) error("can't create temporary file %s", editfile); + editfile = editfilestr; if ((efp = fdopen(fd, "w")) == NULL) { close(fd); error("can't allocate stdio buffer for temp"); Modified: projects/clangbsd/bin/sh/miscbltin.c ============================================================================== --- projects/clangbsd/bin/sh/miscbltin.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/miscbltin.c Sun Jun 28 15:38:50 2009 (r195137) @@ -403,7 +403,7 @@ ulimitcmd(int argc __unused, char **argv struct rlimit limit; what = 'f'; - while ((optc = nextopt("HSatfdsmcnuvlbp")) != '\0') + while ((optc = nextopt("HSatfdsmcnuvlbpw")) != '\0') switch (optc) { case 'H': how = HARD; Modified: projects/clangbsd/bin/sh/parser.c ============================================================================== --- projects/clangbsd/bin/sh/parser.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/parser.c Sun Jun 28 15:38:50 2009 (r195137) @@ -898,19 +898,6 @@ readtoken1(int firstc, char const *synta int oldstyle; char const *prevsyntax; /* syntax before arithmetic */ int synentry; -#ifdef __GNUC__ - /* Avoid longjmp clobbering */ - (void) &out; - (void) "ef; - (void) &dblquote; - (void) &varnest; - (void) &arinest; - (void) &parenlevel; - (void) &oldstyle; - (void) &prevsyntax; - (void) &syntax; - (void) &synentry; -#endif startlinno = plinno; dblquote = 0; @@ -1320,13 +1307,9 @@ parsebackq: { union node *n; char *volatile str; struct jmploc jmploc; - struct jmploc *volatile savehandler; + struct jmploc *const savehandler = handler; int savelen; int saveprompt; -#ifdef __GNUC__ - /* Avoid longjmp clobbering */ - (void) &saveprompt; -#endif savepbq = parsebackquote; if (setjmp(jmploc.loc)) { @@ -1343,7 +1326,6 @@ parsebackq: { str = ckmalloc(savelen); memcpy(str, stackblock(), savelen); } - savehandler = handler; handler = &jmploc; INTON; if (oldstyle) { Modified: projects/clangbsd/bin/sh/sh.1 ============================================================================== --- projects/clangbsd/bin/sh/sh.1 Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/sh.1 Sun Jun 28 15:38:50 2009 (r195137) @@ -606,6 +606,12 @@ This all occurs within the current shell .Pp Shell built-in commands are executed internally to the shell, without spawning a new process. +There are two kinds of built-in commands: regular and special. +Assignments before special builtins persist after they finish +executing and assignment errors, redirection errors and certain +operand errors cause a script to be aborted. +Both regular and special builtins can affect the shell in ways +normal programs cannot. .Pp Otherwise, if the command name does not match a function or built-in command, the command is searched for as a normal @@ -885,7 +891,7 @@ loops. The .Ic continue command continues with the next iteration of the innermost loop. -These are implemented as built-in commands. +These are implemented as special built-in commands. .Pp The syntax of the .Ic case @@ -1001,7 +1007,7 @@ It terminates the current executional sc nested function, sourced script, or shell instance, in that order. The .Ic return -command is implemented as a built-in command. +command is implemented as a special built-in command. .Ss Variables and Parameters The shell maintains a set of parameters. A parameter @@ -1590,6 +1596,7 @@ where is either the path name to .Ar utility , +a special shell builtin, a shell builtin, a shell function, a shell keyword @@ -2114,7 +2121,8 @@ Interpret each .Ar name as a command and print the resolution of the command search. Possible resolutions are: -shell keyword, alias, shell built-in command, command, tracked alias +shell keyword, alias, special shell builtin, shell builtin, command, +tracked alias and not found. For aliases the alias expansion is printed; for commands and tracked aliases Modified: projects/clangbsd/bin/sh/var.c ============================================================================== --- projects/clangbsd/bin/sh/var.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/bin/sh/var.c Sun Jun 28 15:38:50 2009 (r195137) @@ -193,12 +193,8 @@ int setvarsafe(char *name, char *val, int flags) { struct jmploc jmploc; - struct jmploc *volatile savehandler = handler; + struct jmploc *const savehandler = handler; int err = 0; -#ifdef __GNUC__ - /* Avoid longjmp clobbering */ - (void) &err; -#endif if (setjmp(jmploc.loc)) err = 1; Modified: projects/clangbsd/contrib/bind9/CHANGES ============================================================================== --- projects/clangbsd/contrib/bind9/CHANGES Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/contrib/bind9/CHANGES Sun Jun 28 15:38:50 2009 (r195137) @@ -1,4 +1,23 @@ + --- 9.6.1 released --- + +2607. [bug] named could incorrectly delete NSEC3 records for + empty nodes when processing a update request. + [RT #19749] + +2606. [bug] "delegation-only" was not being accepted in + delegation-only type zones. [RT #19717] + +2605. [bug] Accept DS responses from delegation only zones. + [RT # 19296] + +2603. [port] win32: handle .exe extension of named-checkzone and + named-comilezone argv[0] names under windows. + [RT #19767] + +2602. [port] win32: fix debugging command line build of libisccfg. + [RT #19767] + --- 9.6.1rc1 released --- 2599. [bug] Address rapid memory growth when validation fails. Copied: projects/clangbsd/contrib/bind9/KNOWN-DEFECTS (from r195101, head/contrib/bind9/KNOWN-DEFECTS) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/clangbsd/contrib/bind9/KNOWN-DEFECTS Sun Jun 28 15:38:50 2009 (r195137, copy of r195101, head/contrib/bind9/KNOWN-DEFECTS) @@ -0,0 +1,15 @@ +dnssec-signzone was designed so that it could sign a zone partially, using +only a subset of the DNSSEC keys needed to produce a fully-signed zone. +This permits a zone administrator, for example, to sign a zone with one +key on one machine, move the resulting partially-signed zone to a second +machine, and sign it again with a second key. + +An unfortunate side-effect of this flexibility is that dnssec-signzone +does not check to make sure it's signing a zone with any valid keys at +all. An attempt to sign a zone without any keys will appear to succeed, +producing a "signed" zone with no signatures. There is no warning issued +when a zone is not signed. + +This will be corrected in a future release. In the meantime, ISC +recommends examining the output of dnssec-signzone to confirm that +the zone is properly signed by all keys before using it. Modified: projects/clangbsd/contrib/bind9/bin/check/named-checkzone.c ============================================================================== --- projects/clangbsd/contrib/bind9/bin/check/named-checkzone.c Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/contrib/bind9/bin/check/named-checkzone.c Sun Jun 28 15:38:50 2009 (r195137) @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkzone.c,v 1.51.34.2 2009/02/16 23:47:15 tbox Exp $ */ +/* $Id: named-checkzone.c,v 1.51.34.3 2009/05/29 02:17:43 marka Exp $ */ /*! \file */ @@ -123,9 +123,13 @@ main(int argc, char **argv) { */ if (strncmp(prog_name, "lt-", 3) == 0) prog_name += 3; - if (strcmp(prog_name, "named-checkzone") == 0) + +#define PROGCMP(X) \ + (strcasecmp(prog_name, X) == 0 || strcasecmp(prog_name, X ".exe") == 0) + + if (PROGCMP("named-checkzone")) progmode = progmode_check; - else if (strcmp(prog_name, "named-compilezone") == 0) + else if (PROGCMP("named-compilezone")) progmode = progmode_compile; else INSIST(0); Modified: projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.8 ============================================================================== --- projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.8 Sun Jun 28 12:02:15 2009 (r195136) +++ projects/clangbsd/contrib/bind9/bin/dnssec/dnssec-signzone.8 Sun Jun 28 15:38:50 2009 (r195137) @@ -1,4 +1,4 @@ -.\" Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2000-2003 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,275 +13,163 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: dnssec-signzone.8,v 1.47 2008/10/15 01:11:35 tbox Exp $ +.\" $Id: dnssec-signzone.8,v 1.47.44.4 2009/06/09 01:47:19 each Exp $ .\" .hy 0 .ad l -.\" Title: dnssec\-signzone -.\" Author: -.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/> -.\" Date: June 30, 2000 -.\" Manual: BIND9 -.\" Source: BIND9 -.\" -.TH "DNSSEC\-SIGNZONE" "8" "June 30, 2000" "BIND9" "BIND9" -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH "NAME" -dnssec\-signzone \- DNSSEC zone signing tool +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "DNSSEC-SIGNZONE" 8 "June 08, 2009" "" "" +.SH NAME +dnssec-signzone \- DNSSEC zone signing tool .SH "SYNOPSIS" .HP 16 -\fBdnssec\-signzone\fR [\fB\-a\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-d\ \fR\fB\fIdirectory\fR\fR] [\fB\-e\ \fR\fB\fIend\-time\fR\fR] [\fB\-f\ \fR\fB\fIoutput\-file\fR\fR] [\fB\-g\fR] [\fB\-h\fR] [\fB\-k\ \fR\fB\fIkey\fR\fR] [\fB\-l\ \fR\fB\fIdomain\fR\fR] [\fB\-i\ \fR\fB\fIinterval\fR\fR] [\fB\-I\ \fR\fB\fIinput\-format\fR\fR] [\fB\-j\ \fR\fB\fIjitter\fR\fR] [\fB\-N\ \fR\fB\fIsoa\-serial\-format\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [\fB\-O\ \fR\fB\fIoutput\-format\fR\fR] [\fB\-p\fR] [\fB\-r\ \fR\fB\fIrandomdev\fR\fR] [\fB\-s\ \fR\fB\fIstart\-time\fR\fR] [\fB\-t\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-z\fR] [\fB\-3\ \fR\fB\fIsalt\fR\fR] [\fB\-H\ \fR\fB\fIiterations\fR\fR] [\fB\-A\fR] {zonefile} [key...] +\fBdnssec\-signzone\fR [\fB\-a\fR] [\fB\-c\ \fIclass\fR\fR] [\fB\-d\ \fIdirectory\fR\fR] [\fB\-e\ \fIend\-time\fR\fR] [\fB\-f\ \fIoutput\-file\fR\fR] [\fB\-g\fR] [\fB\-h\fR] [\fB\-k\ \fIkey\fR\fR] [\fB\-l\ \fIdomain\fR\fR] [\fB\-i\ \fIinterval\fR\fR] [\fB\-I\ \fIinput\-format\fR\fR] [\fB\-j\ \fIjitter\fR\fR] [\fB\-N\ \fIsoa\-serial\-format\fR\fR] [\fB\-o\ \fIorigin\fR\fR] [\fB\-O\ \fIoutput\-format\fR\fR] [\fB\-p\fR] [\fB\-r\ \fIrandomdev\fR\fR] [\fB\-s\ \fIstart\-time\fR\fR] [\fB\-t\fR] [\fB\-v\ \fIlevel\fR\fR] [\fB\-z\fR] [\fB\-3\ \fIsalt\fR\fR] [\fB\-H\ \fIiterations\fR\fR] [\fB\-A\fR] {zonefile} [key...] .SH "DESCRIPTION" .PP -\fBdnssec\-signzone\fR -signs a zone. It generates NSEC and RRSIG records and produces a signed version of the zone. The security status of delegations from the signed zone (that is, whether the child zones are secure or not) is determined by the presence or absence of a -\fIkeyset\fR -file for each child zone. +\fBdnssec\-signzone\fR signs a zone\&. It generates NSEC and RRSIG records and produces a signed version of the zone\&. The security status of delegations from the signed zone (that is, whether the child zones are secure or not) is determined by the presence or absence of a \fIkeyset\fR file for each child zone\&. .SH "OPTIONS" -.PP +.TP \-a -.RS 4 -Verify all generated signatures. -.RE -.PP +Verify all generated signatures\&. +.TP \-c \fIclass\fR -.RS 4 -Specifies the DNS class of the zone. -.RE -.PP +Specifies the DNS class of the zone\&. +.TP \-k \fIkey\fR -.RS 4 -Treat specified key as a key signing key ignoring any key flags. This option may be specified multiple times. -.RE -.PP +Treat specified key as a key signing key ignoring any key flags\&. This option may be specified multiple times\&. +.TP \-l \fIdomain\fR -.RS 4 -Generate a DLV set in addition to the key (DNSKEY) and DS sets. The domain is appended to the name of the records. -.RE -.PP +Generate a DLV set in addition to the key (DNSKEY) and DS sets\&. The domain is appended to the name of the records\&. +.TP \-d \fIdirectory\fR -.RS 4 -Look for -\fIkeyset\fR -files in -\fBdirectory\fR -as the directory -.RE -.PP +Look for \fIkeyset\fR files in \fBdirectory\fR as the directory +.TP \-g -.RS 4 -Generate DS records for child zones from keyset files. Existing DS records will be removed. -.RE -.PP +Generate DS records for child zones from keyset files\&. Existing DS records will be removed\&. +.TP \-s \fIstart\-time\fR -.RS 4 -Specify the date and time when the generated RRSIG records become valid. This can be either an absolute or relative time. An absolute start time is indicated by a number in YYYYMMDDHHMMSS notation; 20000530144500 denotes 14:45:00 UTC on May 30th, 2000. A relative start time is indicated by +N, which is N seconds from the current time. If no -\fBstart\-time\fR -is specified, the current time minus 1 hour (to allow for clock skew) is used. -.RE -.PP +Specify the date and time when the generated RRSIG records become valid\&. This can be either an absolute or relative time\&. An absolute start time is indicated by a number in YYYYMMDDHHMMSS notation; 20000530144500 denotes 14:45:00 UTC on May 30th, 2000\&. A relative start time is indicated by +N, which is N seconds from the current time\&. If no \fBstart\-time\fR is specified, the current time minus 1 hour (to allow for clock skew) is used\&. +.TP \-e \fIend\-time\fR -.RS 4 -Specify the date and time when the generated RRSIG records expire. As with -\fBstart\-time\fR, an absolute time is indicated in YYYYMMDDHHMMSS notation. A time relative to the start time is indicated with +N, which is N seconds from the start time. A time relative to the current time is indicated with now+N. If no -\fBend\-time\fR -is specified, 30 days from the start time is used as a default. -.RE -.PP +Specify the date and time when the generated RRSIG records expire\&. As with \fBstart\-time\fR, an absolute time is indicated in YYYYMMDDHHMMSS notation\&. A time relative to the start time is indicated with +N, which is N seconds from the start time\&. A time relative to the current time is indicated with now+N\&. If no \fBend\-time\fR is specified, 30 days from the start time is used as a default\&. +.TP \-f \fIoutput\-file\fR -.RS 4 -The name of the output file containing the signed zone. The default is to append -\fI.signed\fR -to the input filename. -.RE -.PP +The name of the output file containing the signed zone\&. The default is to append \fI\&.signed\fR to the input filename\&. +.TP \-h -.RS 4 -Prints a short summary of the options and arguments to -\fBdnssec\-signzone\fR. -.RE -.PP +Prints a short summary of the options and arguments to \fBdnssec\-signzone\fR\&. +.TP \-i \fIinterval\fR -.RS 4 -When a previously\-signed zone is passed as input, records may be resigned. The -\fBinterval\fR -option specifies the cycle interval as an offset from the current time (in seconds). If a RRSIG record expires after the cycle interval, it is retained. Otherwise, it is considered to be expiring soon, and it will be replaced. -.sp -The default cycle interval is one quarter of the difference between the signature end and start times. So if neither -\fBend\-time\fR -or -\fBstart\-time\fR -are specified, -\fBdnssec\-signzone\fR -generates signatures that are valid for 30 days, with a cycle interval of 7.5 days. Therefore, if any existing RRSIG records are due to expire in less than 7.5 days, they would be replaced. -.RE -.PP +When a previously\-signed zone is passed as input, records may be resigned\&. The \fBinterval\fR option specifies the cycle interval as an offset from the current time (in seconds)\&. If a RRSIG record expires after the cycle interval, it is retained\&. Otherwise, it is considered to be expiring soon, and it will be replaced\&. +The default cycle interval is one quarter of the difference between the signature end and start times\&. So if neither \fBend\-time\fR or \fBstart\-time\fR are specified, \fBdnssec\-signzone\fR generates signatures that are valid for 30 days, with a cycle interval of 7\&.5 days\&. Therefore, if any existing RRSIG records are due to expire in less than 7\&.5 days, they would be replaced\&. +.TP \-I \fIinput\-format\fR -.RS 4 -The format of the input zone file. Possible formats are -\fB"text"\fR -(default) and -\fB"raw"\fR. This option is primarily intended to be used for dynamic signed zones so that the dumped zone file in a non\-text format containing updates can be signed directly. The use of this option does not make much sense for non\-dynamic zones. -.RE -.PP +The format of the input zone file\&. Possible formats are \fB"text"\fR (default) and \fB"raw"\fR\&. This option is primarily intended to be used for dynamic signed zones so that the dumped zone file in a non\-text format containing updates can be signed directly\&. The use of this option does not make much sense for non\-dynamic zones\&. +.TP \-j \fIjitter\fR -.RS 4 -When signing a zone with a fixed signature lifetime, all RRSIG records issued at the time of signing expires simultaneously. If the zone is incrementally signed, i.e. a previously\-signed zone is passed as input to the signer, all expired signatures have to be regenerated at about the same time. The -\fBjitter\fR -option specifies a jitter window that will be used to randomize the signature expire time, thus spreading incremental signature regeneration over time. -.sp -Signature lifetime jitter also to some extent benefits validators and servers by spreading out cache expiration, i.e. if large numbers of RRSIGs don't expire at the same time from all caches there will be less congestion than if all validators need to refetch at mostly the same time. -.RE -.PP +When signing a zone with a fixed signature lifetime, all RRSIG records issued at the time of signing expires simultaneously\&. If the zone is incrementally signed, i\&.e\&. a previously\-signed zone is passed as input to the signer, all expired signatures have to be regenerated at about the same time\&. The \fBjitter\fR option specifies a jitter window that will be used to randomize the signature expire time, thus spreading incremental signature regeneration over time\&. +Signature lifetime jitter also to some extent benefits validators and servers by spreading out cache expiration, i\&.e\&. if large numbers of RRSIGs don't expire at the same time from all caches there will be less congestion than if all validators need to refetch at mostly the same time\&. +.TP \-n \fIncpus\fR -.RS 4 -Specifies the number of threads to use. By default, one thread is started for each detected CPU. -.RE -.PP +Specifies the number of threads to use\&. By default, one thread is started for each detected CPU\&. +.TP \-N \fIsoa\-serial\-format\fR -.RS 4 -The SOA serial number format of the signed zone. Possible formats are -\fB"keep"\fR -(default), -\fB"increment"\fR -and -\fB"unixtime"\fR. -.RS 4 -.PP +The SOA serial number format of the signed zone\&. Possible formats are \fB"keep"\fR (default), \fB"increment"\fR and \fB"unixtime"\fR\&. +.RS +.TP \fB"keep"\fR -.RS 4 -Do not modify the SOA serial number. -.RE -.PP +Do not modify the SOA serial number\&. +.TP *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281538.n5SFcpOQ015206>