From owner-svn-soc-all@freebsd.org Mon Jan 11 20:41:32 2016 Return-Path: Delivered-To: svn-soc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D38BDA6C802 for ; Mon, 11 Jan 2016 20:41:32 +0000 (UTC) (envelope-from clord@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C820810F2 for ; Mon, 11 Jan 2016 20:41:32 +0000 (UTC) (envelope-from clord@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.15.2/8.15.2) with ESMTP id u0BKfWAC090678 for ; Mon, 11 Jan 2016 20:41:32 GMT (envelope-from clord@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.15.2/8.15.2/Submit) id u0BKfWUo090662 for svn-soc-all@FreeBSD.org; Mon, 11 Jan 2016 20:41:32 GMT (envelope-from clord@FreeBSD.org) Date: Mon, 11 Jan 2016 20:41:32 GMT Message-Id: <201601112041.u0BKfWUo090662@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to clord@FreeBSD.org using -f From: clord@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r296804 - soc2015/clord/head/sys/contrib/ficl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 20:41:32 -0000 Author: clord Date: Mon Jan 11 20:41:31 2016 New Revision: 296804 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=296804 Log: Remove unnecessary "ok> " prompts that get printed at boot time. Modified: soc2015/clord/head/sys/contrib/ficl/ficl.h Modified: soc2015/clord/head/sys/contrib/ficl/ficl.h ============================================================================== --- soc2015/clord/head/sys/contrib/ficl/ficl.h Mon Jan 11 19:36:44 2016 (r296803) +++ soc2015/clord/head/sys/contrib/ficl/ficl.h Mon Jan 11 20:41:31 2016 (r296804) @@ -640,7 +640,7 @@ #define FICL_VERSION_MINOR 1 #if !defined (FICL_PROMPT) -#define FICL_PROMPT "ok> " +#define FICL_PROMPT "" #endif /* From owner-svn-soc-all@freebsd.org Fri Jan 15 06:33:32 2016 Return-Path: Delivered-To: svn-soc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96BBDA81E5C for ; Fri, 15 Jan 2016 06:33:32 +0000 (UTC) (envelope-from clord@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80EC81CE6 for ; Fri, 15 Jan 2016 06:33:32 +0000 (UTC) (envelope-from clord@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.15.2/8.15.2) with ESMTP id u0F6XW0j083954 for ; Fri, 15 Jan 2016 06:33:32 GMT (envelope-from clord@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.15.2/8.15.2/Submit) id u0F6XUj5083823 for svn-soc-all@FreeBSD.org; Fri, 15 Jan 2016 06:33:30 GMT (envelope-from clord@FreeBSD.org) Date: Fri, 15 Jan 2016 06:33:30 GMT Message-Id: <201601150633.u0F6XUj5083823@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to clord@FreeBSD.org using -f From: clord@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r297192 - in soc2015/clord/head: . bin bin/cat bin/cat/tests bin/csh bin/date/tests bin/dd bin/dd/tests bin/df bin/ed bin/expr/tests bin/freebsd-version bin/ls bin/ls/tests bin/mv/te... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 06:33:32 -0000 Author: clord Date: Fri Jan 15 06:33:07 2016 New Revision: 297192 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=297192 Log: Merge with HEAD Added: soc2015/clord/head/bin/dd/tests/ - copied from r297187, mirror/FreeBSD/head/bin/dd/tests/ soc2015/clord/head/bin/ls/tests/ - copied from r297187, mirror/FreeBSD/head/bin/ls/tests/ soc2015/clord/head/bin/sh/tests/builtins/case20.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/builtins/case20.0 soc2015/clord/head/bin/sh/tests/builtins/cd9.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/builtins/cd9.0 soc2015/clord/head/bin/sh/tests/builtins/cd9.0.stdout - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/builtins/cd9.0.stdout soc2015/clord/head/bin/sh/tests/builtins/getopts10.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/builtins/getopts10.0 soc2015/clord/head/bin/sh/tests/builtins/local5.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/builtins/local5.0 soc2015/clord/head/bin/sh/tests/builtins/read9.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/builtins/read9.0 soc2015/clord/head/bin/sh/tests/errors/bad-parm-exp7.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/errors/bad-parm-exp7.0 soc2015/clord/head/bin/sh/tests/errors/bad-parm-exp8.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/errors/bad-parm-exp8.0 soc2015/clord/head/bin/sh/tests/expansion/trim9.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/expansion/trim9.0 soc2015/clord/head/bin/sh/tests/parameters/positional8.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/parameters/positional8.0 soc2015/clord/head/bin/sh/tests/parameters/positional9.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/parameters/positional9.0 soc2015/clord/head/bin/sh/tests/parser/heredoc13.0 - copied unchanged from r297187, mirror/FreeBSD/head/bin/sh/tests/parser/heredoc13.0 soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/tst.kpriv.ksh - copied unchanged from r297187, mirror/FreeBSD/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/tst.kpriv.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/err.bigglobal.d - copied unchanged from r297187, mirror/FreeBSD/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/err.bigglobal.d soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/err.biglocal.d - copied unchanged from r297187, mirror/FreeBSD/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/err.biglocal.d soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.sameprovmulti.ksh - copied unchanged from r297187, mirror/FreeBSD/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.sameprovmulti.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.sameprovmulti.ksh.out - copied unchanged from r297187, mirror/FreeBSD/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.sameprovmulti.ksh.out soc2015/clord/head/cddl/usr.sbin/dtrace/tests/dtrace.test.mk - copied unchanged from r297187, mirror/FreeBSD/head/cddl/usr.sbin/dtrace/tests/dtrace.test.mk soc2015/clord/head/cddl/usr.sbin/plockstat/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/cddl/usr.sbin/plockstat/Makefile.depend soc2015/clord/head/contrib/bmake/metachar.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/bmake/metachar.c soc2015/clord/head/contrib/bmake/metachar.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/bmake/metachar.h soc2015/clord/head/contrib/compiler-rt/lib/builtins/atomic_flag_clear.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/atomic_flag_clear.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/atomic_flag_clear_explicit.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/atomic_flag_clear_explicit.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set_explicit.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set_explicit.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/atomic_signal_fence.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/atomic_signal_fence.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/atomic_thread_fence.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/atomic_thread_fence.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/extendhfsf2.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/extendhfsf2.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/i386/chkstk.S - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/i386/chkstk.S soc2015/clord/head/contrib/compiler-rt/lib/builtins/truncdfhf2.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/truncdfhf2.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/truncsfhf2.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/truncsfhf2.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/x86_64/chkstk.S - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/x86_64/chkstk.S soc2015/clord/head/contrib/compiler-rt/lib/profile/InstrProfilingUtil.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/profile/InstrProfilingUtil.c soc2015/clord/head/contrib/compiler-rt/lib/profile/InstrProfilingUtil.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/profile/InstrProfilingUtil.h soc2015/clord/head/contrib/compiler-rt/lib/safestack/ - copied from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/safestack/ soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_process_libcdep.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_process_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_init_standalone.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/ubsan/ubsan_init_standalone.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_platform.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/ubsan/ubsan_platform.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc soc2015/clord/head/contrib/less/compose.uni - copied unchanged from r297187, mirror/FreeBSD/head/contrib/less/compose.uni soc2015/clord/head/contrib/less/mkutable - copied unchanged from r297187, mirror/FreeBSD/head/contrib/less/mkutable soc2015/clord/head/contrib/less/ubin.uni - copied unchanged from r297187, mirror/FreeBSD/head/contrib/less/ubin.uni soc2015/clord/head/contrib/less/wide.uni - copied unchanged from r297187, mirror/FreeBSD/head/contrib/less/wide.uni soc2015/clord/head/contrib/libucl/CMakeLists.txt - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/CMakeLists.txt soc2015/clord/head/contrib/libucl/examples/ - copied from r297187, mirror/FreeBSD/head/contrib/libucl/examples/ soc2015/clord/head/contrib/libucl/include/ucl++.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/include/ucl++.h soc2015/clord/head/contrib/libucl/m4/ - copied from r297187, mirror/FreeBSD/head/contrib/libucl/m4/ soc2015/clord/head/contrib/libucl/python/ - copied from r297187, mirror/FreeBSD/head/contrib/libucl/python/ soc2015/clord/head/contrib/libucl/src/ucl_msgpack.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/src/ucl_msgpack.c soc2015/clord/head/contrib/libucl/src/ucl_sexp.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/src/ucl_sexp.c soc2015/clord/head/contrib/libucl/tests/basic/15.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/15.in soc2015/clord/head/contrib/libucl/tests/basic/15.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/15.inc soc2015/clord/head/contrib/libucl/tests/basic/15.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/15.res soc2015/clord/head/contrib/libucl/tests/basic/16.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/16.in soc2015/clord/head/contrib/libucl/tests/basic/16.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/16.inc soc2015/clord/head/contrib/libucl/tests/basic/16.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/16.res soc2015/clord/head/contrib/libucl/tests/basic/17.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/17.in soc2015/clord/head/contrib/libucl/tests/basic/17.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/17.res soc2015/clord/head/contrib/libucl/tests/basic/18.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/18.in soc2015/clord/head/contrib/libucl/tests/basic/18.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/18.res soc2015/clord/head/contrib/libucl/tests/basic/19-append.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/19-append.inc soc2015/clord/head/contrib/libucl/tests/basic/19-merge.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/19-merge.inc soc2015/clord/head/contrib/libucl/tests/basic/19-rewrite.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/19-rewrite.inc soc2015/clord/head/contrib/libucl/tests/basic/19.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/19.in soc2015/clord/head/contrib/libucl/tests/basic/19.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/19.res soc2015/clord/head/contrib/libucl/tests/basic/20.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/20.in soc2015/clord/head/contrib/libucl/tests/basic/20.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/20.res soc2015/clord/head/contrib/libucl/tests/basic/21.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/21.in soc2015/clord/head/contrib/libucl/tests/basic/21.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/21.res soc2015/clord/head/contrib/libucl/tests/basic/22.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/22.in soc2015/clord/head/contrib/libucl/tests/basic/22.res - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/basic/22.res soc2015/clord/head/contrib/libucl/tests/msgpack.test - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/msgpack.test soc2015/clord/head/contrib/libucl/tests/test_msgpack.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/tests/test_msgpack.c soc2015/clord/head/contrib/libucl/utils/ucl-tool.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libucl/utils/ucl-tool.c soc2015/clord/head/contrib/libxo/INSTALL.md - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/INSTALL.md soc2015/clord/head/contrib/libxo/encoder/ - copied from r297187, mirror/FreeBSD/head/contrib/libxo/encoder/ soc2015/clord/head/contrib/libxo/libxo/add.man - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/add.man soc2015/clord/head/contrib/libxo/libxo/add.man.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/add.man.in soc2015/clord/head/contrib/libxo/libxo/xo_buf.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_buf.h soc2015/clord/head/contrib/libxo/libxo/xo_config.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_config.h soc2015/clord/head/contrib/libxo/libxo/xo_emit_err.3 - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_emit_err.3 soc2015/clord/head/contrib/libxo/libxo/xo_encoder.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_encoder.c soc2015/clord/head/contrib/libxo/libxo/xo_encoder.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_encoder.h soc2015/clord/head/contrib/libxo/libxo/xo_humanize.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_humanize.h soc2015/clord/head/contrib/libxo/libxo/xo_message.3 - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_message.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_syslog_enterprise_id.3 - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_set_syslog_enterprise_id.3 soc2015/clord/head/contrib/libxo/libxo/xo_syslog.3 - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_syslog.3 soc2015/clord/head/contrib/libxo/libxo/xo_syslog.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_syslog.c soc2015/clord/head/contrib/libxo/libxo/xo_wcwidth.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/libxo/xo_wcwidth.h soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_01.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_01.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_02.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_02.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_03.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_03.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_03.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_03.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_04.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_04.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_04.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_04.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_05.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_05.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_06.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_06.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_06.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_06.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_07.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_07.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_07.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_07.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_08.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_08.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_09.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_09.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_09.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_09.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_10.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_10.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_10.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_10.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.E.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.E.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.E.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.E.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.H.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.H.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.H.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.H.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.HIPx.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.HIPx.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.HIPx.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.HIPx.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.HP.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.HP.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.HP.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.HP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.J.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.J.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.J.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.J.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.JP.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.JP.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.JP.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.JP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.T.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.T.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.T.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.T.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.X.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.X.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.X.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.X.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.XP.err - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.XP.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_11.XP.out - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/saved/test_11.XP.out soc2015/clord/head/contrib/libxo/tests/core/test_11.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/libxo/tests/core/test_11.c soc2015/clord/head/contrib/libxo/tests/gettext/ - copied from r297187, mirror/FreeBSD/head/contrib/libxo/tests/gettext/ soc2015/clord/head/contrib/libxo/xopo/ - copied from r297187, mirror/FreeBSD/head/contrib/libxo/xopo/ soc2015/clord/head/contrib/llvm/include/llvm/ADT/EpochTracker.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/ADT/EpochTracker.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/LoopAccessAnalysis.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/LoopAccessAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/MemoryLocation.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/MemoryLocation.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.def soc2015/clord/head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/VectorUtils.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Analysis/VectorUtils.h soc2015/clord/head/contrib/llvm/include/llvm/AsmParser/SlotMapping.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/AsmParser/SlotMapping.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/BasicTTIImpl.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/BasicTTIImpl.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/DIEValue.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/DIEValue.def soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/FaultMaps.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/FaultMaps.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MIRParser/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/MIRParser/ soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MIRYamlMapping.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/MIRYamlMapping.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineFunctionInitializer.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/MachineFunctionInitializer.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/WinEHFuncInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/CodeGen/WinEHFuncInfo.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARF/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/DebugInfo/DWARF/ soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/PDB/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/DebugInfo/PDB/ soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/JITSymbolFlags.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/ExecutionEngine/JITSymbolFlags.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/OrcMCJITReplacement.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/ExecutionEngine/OrcMCJITReplacement.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DebugInfoFlags.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/DebugInfoFlags.def soc2015/clord/head/contrib/llvm/include/llvm/IR/DebugInfoMetadata.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/DebugInfoMetadata.h soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsAMDGPU.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/IntrinsicsAMDGPU.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsBPF.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/IntrinsicsBPF.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsSystemZ.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/IntrinsicsSystemZ.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsWebAssembly.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/IntrinsicsWebAssembly.td soc2015/clord/head/contrib/llvm/include/llvm/IR/ModuleSlotTracker.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/ModuleSlotTracker.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Value.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/IR/Value.def soc2015/clord/head/contrib/llvm/include/llvm/LibDriver/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/LibDriver/ soc2015/clord/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSymbolCOFF.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/MC/MCSymbolCOFF.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSymbolELF.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/MC/MCSymbolELF.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSymbolMachO.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/MC/MCSymbolMachO.h soc2015/clord/head/contrib/llvm/include/llvm/Object/ArchiveWriter.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Object/ArchiveWriter.h soc2015/clord/head/contrib/llvm/include/llvm/Object/StackMapParser.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Object/StackMapParser.h soc2015/clord/head/contrib/llvm/include/llvm/Object/SymbolSize.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Object/SymbolSize.h soc2015/clord/head/contrib/llvm/include/llvm/Passes/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Passes/ soc2015/clord/head/contrib/llvm/include/llvm/Support/COM.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Support/COM.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Dwarf.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Support/Dwarf.def soc2015/clord/head/contrib/llvm/include/llvm/Support/MipsABIFlags.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Support/MipsABIFlags.h soc2015/clord/head/contrib/llvm/include/llvm/Support/StringSaver.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Support/StringSaver.h soc2015/clord/head/contrib/llvm/include/llvm/Support/TargetParser.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Support/TargetParser.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetRecip.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Target/TargetRecip.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/IPO/LowerBitSets.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Transforms/IPO/LowerBitSets.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/InstCombine/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Transforms/InstCombine/ soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Scalar/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Transforms/Scalar/ soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/LoopVersioning.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/include/llvm/Transforms/Utils/LoopVersioning.h soc2015/clord/head/contrib/llvm/lib/Analysis/DivergenceAnalysis.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/DivergenceAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/LoopAccessAnalysis.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/LoopAccessAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/MemDerefPrinter.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/MemDerefPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/MemoryLocation.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/MemoryLocation.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/VectorUtils.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Analysis/VectorUtils.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.h soc2015/clord/head/contrib/llvm/lib/CodeGen/CoreCLRGC.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/CoreCLRGC.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/FaultMaps.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/FaultMaps.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/GCRootLowering.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/GCRootLowering.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ImplicitNullChecks.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/ImplicitNullChecks.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/InterleavedAccessPass.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/InterleavedAccessPass.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MIRParser/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/MIRParser/ soc2015/clord/head/contrib/llvm/lib/CodeGen/MIRPrinter.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/MIRPrinter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MIRPrinter.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/MIRPrinter.h soc2015/clord/head/contrib/llvm/lib/CodeGen/MIRPrintingPass.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/MIRPrintingPass.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ShrinkWrap.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/ShrinkWrap.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/WinEHPrepare.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/CodeGen/WinEHPrepare.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARF/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/DebugInfo/DWARF/ soc2015/clord/head/contrib/llvm/lib/DebugInfo/PDB/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/DebugInfo/PDB/ soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/Orc/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/ExecutionEngine/Orc/ soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp soc2015/clord/head/contrib/llvm/lib/IR/DebugInfoMetadata.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/IR/DebugInfoMetadata.cpp soc2015/clord/head/contrib/llvm/lib/IR/MetadataImpl.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/IR/MetadataImpl.h soc2015/clord/head/contrib/llvm/lib/IR/Operator.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/IR/Operator.cpp soc2015/clord/head/contrib/llvm/lib/LibDriver/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/LibDriver/ soc2015/clord/head/contrib/llvm/lib/MC/MCInstrDesc.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/MC/MCInstrDesc.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSchedule.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/MC/MCSchedule.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSymbolELF.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/MC/MCSymbolELF.cpp soc2015/clord/head/contrib/llvm/lib/Object/ArchiveWriter.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Object/ArchiveWriter.cpp soc2015/clord/head/contrib/llvm/lib/Object/SymbolSize.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Object/SymbolSize.cpp soc2015/clord/head/contrib/llvm/lib/Passes/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Passes/ soc2015/clord/head/contrib/llvm/lib/Support/COM.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Support/COM.cpp soc2015/clord/head/contrib/llvm/lib/Support/StringSaver.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Support/StringSaver.cpp soc2015/clord/head/contrib/llvm/lib/Support/TargetParser.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Support/TargetParser.cpp soc2015/clord/head/contrib/llvm/lib/Support/Unix/COM.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Support/Unix/COM.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/COM.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Support/Windows/COM.inc soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/AMDGPU/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/AMDGPU/ soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/BPF/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/BPF/ soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/BitTracker.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/BitTracker.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/BitTracker.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/BitTracker.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoVector.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoVector.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonIsetDx.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonIsetDx.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrHTM.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCInstrHTM.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrQPX.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCInstrQPX.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCLoopDataPrefetch.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCLoopDataPrefetch.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrVector.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrVector.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Target/TargetRecip.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/TargetRecip.cpp soc2015/clord/head/contrib/llvm/lib/Target/WebAssembly/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/WebAssembly/ soc2015/clord/head/contrib/llvm/lib/Target/X86/X86ExpandPseudo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/X86/X86ExpandPseudo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrMPX.td - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/X86/X86InstrMPX.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86WinEHState.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/X86/X86WinEHState.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/LowerBitSets.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/IPO/LowerBitSets.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineInternal.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineInternal.h soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/SafeStack.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Instrumentation/SafeStack.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ARCInstKind.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/ObjCARC/ARCInstKind.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ARCInstKind.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/ObjCARC/ARCInstKind.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/BlotMapVector.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/ObjCARC/BlotMapVector.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/PtrState.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/ObjCARC/PtrState.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/PtrState.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/ObjCARC/PtrState.h soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/BDCE.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/BDCE.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/Float2Int.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/Float2Int.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopDistribute.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/LoopDistribute.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopInterchange.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/LoopInterchange.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/NaryReassociate.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/NaryReassociate.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LoopUtils.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Utils/LoopUtils.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LoopVersioning.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/lib/Transforms/Utils/LoopVersioning.cpp soc2015/clord/head/contrib/llvm/patches/patch-01-clang-vendor-suffix.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-01-clang-vendor-suffix.diff soc2015/clord/head/contrib/llvm/patches/patch-03-enable-armv6-clrex.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-03-enable-armv6-clrex.diff soc2015/clord/head/contrib/llvm/patches/patch-04-clang-add-mips-triples.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-04-clang-add-mips-triples.diff soc2015/clord/head/contrib/llvm/patches/patch-05-clang-r244063-missing-atomic-libcall.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-05-clang-r244063-missing-atomic-libcall.diff soc2015/clord/head/contrib/llvm/patches/patch-06-llvm-r248439-fdiv-hoisting.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-06-llvm-r248439-fdiv-hoisting.diff soc2015/clord/head/contrib/llvm/patches/patch-07-undo-llvm-r240144-iostream-sigbus.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-07-undo-llvm-r240144-iostream-sigbus.diff soc2015/clord/head/contrib/llvm/patches/patch-08-clang-cc1as-dwarf2.diff - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/patches/patch-08-clang-cc1as-dwarf2.diff soc2015/clord/head/contrib/llvm/projects/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/projects/ soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAMDGPU.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAMDGPU.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsSystemZ.def - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsSystemZ.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteBuffer.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteBuffer.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/DiagnosticOptions.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Basic/DiagnosticOptions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/MinGWToolChain.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Driver/MinGWToolChain.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/PCHContainerOperations.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Frontend/PCHContainerOperations.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512cdintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/avx512cdintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/cuda/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/cuda/ soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/cuda_builtin_vars.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/cuda_builtin_vars.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/fxsrintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/fxsrintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/htmintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/htmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/htmxlintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/htmxlintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/inttypes.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/inttypes.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/s390intrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/s390intrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/vecintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/vecintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/xtestintrin.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/clang/lib/Headers/xtestintrin.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBAttachInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/API/SBAttachInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBLanguageRuntime.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/API/SBLanguageRuntime.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBLaunchInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/API/SBLaunchInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBVariablesOptions.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/API/SBVariablesOptions.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SystemInitializerFull.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/API/SystemInitializerFull.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/CxaDemangle.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Core/CxaDemangle.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/FastDemangle.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Core/FastDemangle.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Logging.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Core/Logging.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseSet.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseSet.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorType.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorType.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/LockFile.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/LockFile.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/LockFileBase.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/LockFileBase.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/MainLoop.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/MainLoop.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/MainLoopBase.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/MainLoopBase.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/StringConvert.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/StringConvert.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/Time.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/Time.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/XML.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/XML.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/common/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/common/ soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/Fcntl.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/Fcntl.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/LockFilePosix.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/LockFilePosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/MainLoopPosix.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/MainLoopPosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Initialization/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Initialization/ soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/ConvertEnum.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Utility/ConvertEnum.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/JSON.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Utility/JSON.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/LLDBAssert.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Utility/LLDBAssert.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/NameMatches.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Utility/NameMatches.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractor.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractor.h soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBAttachInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/API/SBAttachInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBLanguageRuntime.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/API/SBLanguageRuntime.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBLaunchInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/API/SBLaunchInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBVariablesOptions.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/API/SBVariablesOptions.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/CxaDemangle.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Core/CxaDemangle.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Logging.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Core/Logging.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/CoreMedia.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/DataFormatters/CoreMedia.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/VectorType.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/DataFormatters/VectorType.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/FileSystem.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/FileSystem.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/LockFileBase.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/LockFileBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContext.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeWatchpointList.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/NativeWatchpointList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/StringConvert.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/StringConvert.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/XML.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/common/XML.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/LockFilePosix.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/posix/LockFilePosix.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/MainLoopPosix.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Host/posix/MainLoopPosix.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Initialization/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Initialization/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueLanguage.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueLanguage.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/ soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXThread.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXThread.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXThread.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessPOSIX.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessPOSIX.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessPOSIX.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessPOSIX.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/ConvertEnum.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Utility/ConvertEnum.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/JSON.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Utility/JSON.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/LLDBAssert.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Utility/LLDBAssert.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/NameMatches.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/source/Utility/NameMatches.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/argdumper/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/argdumper/ soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIExtensions.txt - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIExtensions.txt soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-server/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lldb/tools/lldb-server/ soc2015/clord/head/contrib/llvm/tools/lli/OrcLazyJIT.cpp - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lli/OrcLazyJIT.cpp soc2015/clord/head/contrib/llvm/tools/lli/OrcLazyJIT.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/lli/OrcLazyJIT.h soc2015/clord/head/contrib/llvm/tools/llvm-cxxdump/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/llvm-cxxdump/ soc2015/clord/head/contrib/llvm/tools/llvm-dwarfdump/ (props changed) - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/llvm-dwarfdump/ soc2015/clord/head/contrib/llvm/tools/llvm-lto/ (props changed) - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/llvm-lto/ soc2015/clord/head/contrib/llvm/tools/llvm-pdbdump/ - copied from r297187, mirror/FreeBSD/head/contrib/llvm/tools/llvm-pdbdump/ soc2015/clord/head/contrib/llvm/tools/llvm-readobj/StackMapPrinter.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/llvm/tools/llvm-readobj/StackMapPrinter.h soc2015/clord/head/contrib/ntp/include/rc_cmdlength.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/include/rc_cmdlength.h soc2015/clord/head/contrib/ntp/include/safecast.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/include/safecast.h soc2015/clord/head/contrib/ntp/sntp/m4/ntp_problemtests.m4 - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/m4/ntp_problemtests.m4 soc2015/clord/head/contrib/ntp/sntp/tests/fileHandlingTest.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/tests/fileHandlingTest.c soc2015/clord/head/contrib/ntp/sntp/tests/run-t-log.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/tests/run-t-log.c soc2015/clord/head/contrib/ntp/sntp/tests/sntptest.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/tests/sntptest.c soc2015/clord/head/contrib/ntp/sntp/tests/t-log.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/tests/t-log.c soc2015/clord/head/contrib/ntp/sntp/unity/auto/parseOutput.rb - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/unity/auto/parseOutput.rb soc2015/clord/head/contrib/ntp/sntp/unity/auto/type_sanitizer.rb - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/unity/auto/type_sanitizer.rb soc2015/clord/head/contrib/ntp/sntp/unity/auto/unity_test_summary.py - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/unity/auto/unity_test_summary.py soc2015/clord/head/contrib/ntp/sntp/unity/unity_config.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/sntp/unity/unity_config.h soc2015/clord/head/contrib/ntp/tests/libntp/lfptest.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/libntp/lfptest.c soc2015/clord/head/contrib/ntp/tests/libntp/sockaddrtest.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/libntp/sockaddrtest.c soc2015/clord/head/contrib/ntp/tests/ntpd/leapsec.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/leapsec.c soc2015/clord/head/contrib/ntp/tests/ntpd/ntp_prio_q.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/ntp_prio_q.c soc2015/clord/head/contrib/ntp/tests/ntpd/ntp_restrict.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/ntp_restrict.c soc2015/clord/head/contrib/ntp/tests/ntpd/rc_cmdlength.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/rc_cmdlength.c soc2015/clord/head/contrib/ntp/tests/ntpd/run-leapsec.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/run-leapsec.c soc2015/clord/head/contrib/ntp/tests/ntpd/run-ntp_prio_q.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/run-ntp_prio_q.c soc2015/clord/head/contrib/ntp/tests/ntpd/run-ntp_restrict.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/run-ntp_restrict.c soc2015/clord/head/contrib/ntp/tests/ntpd/run-rc_cmdlength.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/run-rc_cmdlength.c soc2015/clord/head/contrib/ntp/tests/ntpd/run-t-ntp_scanner.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/run-t-ntp_scanner.c soc2015/clord/head/contrib/ntp/tests/ntpd/run-t-ntp_signd.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/run-t-ntp_signd.c soc2015/clord/head/contrib/ntp/tests/ntpd/t-ntp_scanner.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/t-ntp_scanner.c soc2015/clord/head/contrib/ntp/tests/ntpd/t-ntp_signd.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpd/t-ntp_signd.c soc2015/clord/head/contrib/ntp/tests/ntpq/ - copied from r297187, mirror/FreeBSD/head/contrib/ntp/tests/ntpq/ soc2015/clord/head/contrib/openbsm/.travis.yml - copied unchanged from r297187, mirror/FreeBSD/head/contrib/openbsm/.travis.yml soc2015/clord/head/contrib/openbsm/libbsm/au_notify.3 - copied unchanged from r297187, mirror/FreeBSD/head/contrib/openbsm/libbsm/au_notify.3 soc2015/clord/head/contrib/subversion/.ycm_extra_conf.py - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/.ycm_extra_conf.py soc2015/clord/head/contrib/subversion/doc/programmer/gtest-guide.txt - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/doc/programmer/gtest-guide.txt soc2015/clord/head/contrib/subversion/subversion/include/private/svn_client_mtcc.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/include/private/svn_client_mtcc.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_fs_fs_private.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/include/private/svn_fs_fs_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_object_pool.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/include/private/svn_object_pool.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_packed_data.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/include/private/svn_packed_data.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_sorts_private.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/include/private/svn_sorts_private.h soc2015/clord/head/contrib/subversion/subversion/include/svn_x509.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/include/svn_x509.h soc2015/clord/head/contrib/subversion/subversion/libsvn_auth_gnome_keyring/libsvn_auth_gnome_keyring.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_auth_gnome_keyring/libsvn_auth_gnome_keyring.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_auth_kwallet/libsvn_auth_kwallet.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_auth_kwallet/libsvn_auth_kwallet.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_client/libsvn_client.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_client/libsvn_client.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_client/mtcc.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_client/mtcc.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/libsvn_delta.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_delta/libsvn_delta.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/binary_diff.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_diff/binary_diff.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/libsvn_diff.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_diff/libsvn_diff.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_fs/deprecated.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs/libsvn_fs.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs/libsvn_fs.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/libsvn_fs_base.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_base/libsvn_fs_base.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/cached_data.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/cached_data.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/cached_data.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/cached_data.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/dump-index.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/dump-index.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/hotcopy.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/hotcopy.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/hotcopy.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/hotcopy.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/index.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/index.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/index.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/index.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/libsvn_fs_fs.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/libsvn_fs_fs.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/load-index.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/load-index.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/low_level.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/low_level.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/low_level.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/low_level.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/pack.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/pack.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/pack.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/pack.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/recovery.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/recovery.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/recovery.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/recovery.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/rev_file.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/rev_file.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/rev_file.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/rev_file.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/revprops.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/revprops.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/revprops.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/revprops.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/stats.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/stats.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/structure-indexes - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/structure-indexes soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/transaction.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/transaction.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/transaction.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/transaction.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/util.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/util.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/util.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/verify.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/verify.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/verify.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_fs/verify.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_util/libsvn_fs_util.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_util/libsvn_fs_util.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_x/ - copied from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_fs_x/ soc2015/clord/head/contrib/subversion/subversion/libsvn_ra/libsvn_ra.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra/libsvn_ra.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_local/libsvn_ra_local.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_local/libsvn_ra_local.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/eagain_bucket.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/eagain_bucket.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/get_file.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/get_file.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/get_lock.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/get_lock.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/libsvn_ra_serf.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/libsvn_ra_serf.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/lock.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/lock.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/multistatus.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/multistatus.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/stat.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_serf/stat.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/libsvn_ra_svn.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_ra_svn/libsvn_ra_svn.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/authz_pool.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_repos/authz_pool.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/config_pool.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_repos/config_pool.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/libsvn_repos.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_repos/libsvn_repos.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/bit_array.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/bit_array.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/checksum.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/checksum.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/compress.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/compress.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/config_keys.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/config_keys.inc soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/errorcode.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/errorcode.inc soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/fnv1a.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/fnv1a.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/fnv1a.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/fnv1a.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/libsvn_subr.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/libsvn_subr.pc.in soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/object_pool.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/object_pool.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/packed_data.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/packed_data.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/prefix_string.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/prefix_string.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/root_pools.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/root_pools.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/utf8proc/ - copied from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/utf8proc/ soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/utf8proc.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/utf8proc.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/x509.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/x509.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/x509info.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/x509info.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/x509parse.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_subr/x509parse.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/libsvn_wc.pc.in - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/libsvn_wc/libsvn_wc.pc.in soc2015/clord/head/contrib/subversion/subversion/svn/auth-cmd.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svn/auth-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/cl-log.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svn/cl-log.h soc2015/clord/head/contrib/subversion/subversion/svn/similarity.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svn/similarity.c soc2015/clord/head/contrib/subversion/subversion/svnbench/ - copied from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svnbench/ soc2015/clord/head/contrib/subversion/subversion/svnfsfs/ - copied from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svnfsfs/ soc2015/clord/head/contrib/subversion/subversion/svnserve/logger.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svnserve/logger.c soc2015/clord/head/contrib/subversion/subversion/svnserve/logger.h - copied unchanged from r297187, mirror/FreeBSD/head/contrib/subversion/subversion/svnserve/logger.h soc2015/clord/head/contrib/unbound/.gitignore - copied unchanged from r297187, mirror/FreeBSD/head/contrib/unbound/.gitignore soc2015/clord/head/contrib/unbound/compat/isblank.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/unbound/compat/isblank.c soc2015/clord/head/contrib/unbound/compat/reallocarray.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/unbound/compat/reallocarray.c soc2015/clord/head/contrib/unbound/libunbound/python/file_py3.i - copied unchanged from r297187, mirror/FreeBSD/head/contrib/unbound/libunbound/python/file_py3.i soc2015/clord/head/contrib/unbound/sldns/ - copied from r297187, mirror/FreeBSD/head/contrib/unbound/sldns/ soc2015/clord/head/contrib/wpa/patches/openssl-0.9.8zf-tls-extensions.patch - copied unchanged from r297187, mirror/FreeBSD/head/contrib/wpa/patches/openssl-0.9.8zf-tls-extensions.patch soc2015/clord/head/contrib/wpa/src/crypto/sha384-prf.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/wpa/src/crypto/sha384-prf.c soc2015/clord/head/contrib/wpa/src/fst/ - copied from r297187, mirror/FreeBSD/head/contrib/wpa/src/fst/ soc2015/clord/head/contrib/wpa/wpa_supplicant/eapol_test.py - copied unchanged from r297187, mirror/FreeBSD/head/contrib/wpa/wpa_supplicant/eapol_test.py soc2015/clord/head/contrib/wpa/wpa_supplicant/p2p_supplicant_sd.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/wpa/wpa_supplicant/p2p_supplicant_sd.c soc2015/clord/head/crypto/openssl/CONTRIBUTING - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/CONTRIBUTING soc2015/clord/head/crypto/openssl/appveyor.yml - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/appveyor.yml soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesni-mb-x86_64.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/aesni-mb-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesp8-ppc.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/aesp8-ppc.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aest4-sparcv9.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/aest4-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesv8-armx.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/aesv8-armx.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/bsaes-armv7.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/bsaes-armv7.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/vpaes-ppc.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/aes/asm/vpaes-ppc.pl soc2015/clord/head/crypto/openssl/crypto/arm64cpuid.S - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/arm64cpuid.S soc2015/clord/head/crypto/openssl/crypto/bn/asm/mips3.s - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/asm/mips3.s soc2015/clord/head/crypto/openssl/crypto/bn/asm/rsaz-avx2.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/asm/rsaz-avx2.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/rsaz-x86_64.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/asm/rsaz-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/sparct4-mont.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/asm/sparct4-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/sparcv9-gf2m.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/asm/sparcv9-gf2m.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/vis3-mont.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/asm/vis3-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/rsaz_exp.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/rsaz_exp.c soc2015/clord/head/crypto/openssl/crypto/bn/rsaz_exp.h - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/bn/rsaz_exp.h soc2015/clord/head/crypto/openssl/crypto/camellia/asm/cmllt4-sparcv9.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/camellia/asm/cmllt4-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/cms/cms_kari.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/cms/cms_kari.c soc2015/clord/head/crypto/openssl/crypto/des/asm/dest4-sparcv9.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/des/asm/dest4-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/dh/dh_kdf.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/dh/dh_kdf.c soc2015/clord/head/crypto/openssl/crypto/dh/dh_rfc5114.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/dh/dh_rfc5114.c soc2015/clord/head/crypto/openssl/crypto/ec/asm/ - copied from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/ec/asm/ soc2015/clord/head/crypto/openssl/crypto/ec/ecp_nistz256.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/ec/ecp_nistz256.c soc2015/clord/head/crypto/openssl/crypto/ec/ecp_nistz256_table.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/ec/ecp_nistz256_table.c soc2015/clord/head/crypto/openssl/crypto/ecdh/ech_kdf.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/ecdh/ech_kdf.c soc2015/clord/head/crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c soc2015/clord/head/crypto/openssl/crypto/md5/asm/md5-sparcv9.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/md5/asm/md5-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/aesni-gcm-x86_64.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/modes/asm/aesni-gcm-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghashp8-ppc.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/modes/asm/ghashp8-ppc.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghashv8-armx.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/modes/asm/ghashv8-armx.pl soc2015/clord/head/crypto/openssl/crypto/modes/wrap128.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/modes/wrap128.c soc2015/clord/head/crypto/openssl/crypto/perlasm/sparcv9_modes.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/perlasm/sparcv9_modes.pl soc2015/clord/head/crypto/openssl/crypto/ppc_arch.h - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/ppc_arch.h soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-armv8.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/sha/asm/sha1-armv8.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-mb-x86_64.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/sha/asm/sha1-mb-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha256-mb-x86_64.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/sha/asm/sha256-mb-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-armv8.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/sha/asm/sha512-armv8.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512p8-ppc.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/sha/asm/sha512p8-ppc.pl soc2015/clord/head/crypto/openssl/crypto/sparc_arch.h - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/sparc_arch.h soc2015/clord/head/crypto/openssl/crypto/x509/vpm_int.h - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/x509/vpm_int.h soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_scts.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/x509v3/v3_scts.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3nametest.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/crypto/x509v3/v3nametest.c soc2015/clord/head/crypto/openssl/doc/crypto/ASN1_TIME_set.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/ASN1_TIME_set.pod soc2015/clord/head/crypto/openssl/doc/crypto/EC_GFp_simple_method.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/EC_GFp_simple_method.pod soc2015/clord/head/crypto/openssl/doc/crypto/EC_GROUP_copy.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/EC_GROUP_copy.pod soc2015/clord/head/crypto/openssl/doc/crypto/EC_GROUP_new.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/EC_GROUP_new.pod soc2015/clord/head/crypto/openssl/doc/crypto/EC_KEY_new.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/EC_KEY_new.pod soc2015/clord/head/crypto/openssl/doc/crypto/EC_POINT_add.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/EC_POINT_add.pod soc2015/clord/head/crypto/openssl/doc/crypto/EC_POINT_new.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/EC_POINT_new.pod soc2015/clord/head/crypto/openssl/doc/crypto/OPENSSL_instrument_bus.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/OPENSSL_instrument_bus.pod soc2015/clord/head/crypto/openssl/doc/crypto/SSLeay_version.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/SSLeay_version.pod soc2015/clord/head/crypto/openssl/doc/crypto/X509_check_host.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/X509_check_host.pod soc2015/clord/head/crypto/openssl/doc/crypto/d2i_ECPKParameters.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/d2i_ECPKParameters.pod soc2015/clord/head/crypto/openssl/doc/crypto/ec.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/crypto/ec.pod soc2015/clord/head/crypto/openssl/doc/dir-locals.example.el - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/dir-locals.example.el soc2015/clord/head/crypto/openssl/doc/openssl-c-indent.el - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/openssl-c-indent.el soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_new.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_new.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CONF_cmd.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CONF_cmd.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CONF_cmd_argv.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CONF_cmd_argv.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_get0_param.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_get0_param.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set1_curves.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_set1_curves.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set_cert_cb.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_set_cert_cb.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_use_serverinfo.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_CTX_use_serverinfo.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_check_chain.pod - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/doc/ssl/SSL_check_chain.pod soc2015/clord/head/crypto/openssl/ssl/clienthellotest.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/ssl/clienthellotest.c soc2015/clord/head/crypto/openssl/ssl/ssl_conf.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/ssl/ssl_conf.c soc2015/clord/head/crypto/openssl/ssl/t1_ext.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/ssl/t1_ext.c soc2015/clord/head/crypto/openssl/ssl/t1_trce.c - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/ssl/t1_trce.c soc2015/clord/head/crypto/openssl/util/copy-if-different.pl - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/util/copy-if-different.pl soc2015/clord/head/crypto/openssl/util/toutf8.sh - copied unchanged from r297187, mirror/FreeBSD/head/crypto/openssl/util/toutf8.sh soc2015/clord/head/etc/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/etc/Makefile.depend soc2015/clord/head/etc/etc.riscv/ - copied from r297187, mirror/FreeBSD/head/etc/etc.riscv/ soc2015/clord/head/etc/mtree/BSD.lib32.dist - copied unchanged from r297187, mirror/FreeBSD/head/etc/mtree/BSD.lib32.dist soc2015/clord/head/etc/mtree/BSD.libsoft.dist - copied unchanged from r297187, mirror/FreeBSD/head/etc/mtree/BSD.libsoft.dist soc2015/clord/head/etc/newsyslog.conf.d/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/etc/newsyslog.conf.d/Makefile.depend soc2015/clord/head/etc/ntp/ - copied from r297187, mirror/FreeBSD/head/etc/ntp/ soc2015/clord/head/etc/periodic/daily/430.status-uptime - copied unchanged from r297187, mirror/FreeBSD/head/etc/periodic/daily/430.status-uptime soc2015/clord/head/gnu/usr.bin/groff/tmac/fr.ISO8859-1.in - copied unchanged from r297187, mirror/FreeBSD/head/gnu/usr.bin/groff/tmac/fr.ISO8859-1.in soc2015/clord/head/gnu/usr.bin/groff/tmac/mdoc.local.in - copied unchanged from r297187, mirror/FreeBSD/head/gnu/usr.bin/groff/tmac/mdoc.local.in soc2015/clord/head/gnu/usr.bin/groff/tmac/ru.KOI8-R.in - copied unchanged from r297187, mirror/FreeBSD/head/gnu/usr.bin/groff/tmac/ru.KOI8-R.in soc2015/clord/head/lib/clang/liblldbInitialization/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbInitialization/ soc2015/clord/head/lib/clang/liblldbPluginABISysV_arm/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginABISysV_arm/ soc2015/clord/head/lib/clang/liblldbPluginABISysV_arm64/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginABISysV_arm64/ soc2015/clord/head/lib/clang/liblldbPluginABISysV_i386/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginABISysV_i386/ soc2015/clord/head/lib/clang/liblldbPluginABISysV_mips/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginABISysV_mips/ soc2015/clord/head/lib/clang/liblldbPluginABISysV_mips64/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginABISysV_mips64/ soc2015/clord/head/lib/clang/liblldbPluginInstructionMIPS/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginInstructionMIPS/ soc2015/clord/head/lib/clang/liblldbPluginInstructionMIPS64/ - copied from r297187, mirror/FreeBSD/head/lib/clang/liblldbPluginInstructionMIPS64/ soc2015/clord/head/lib/clang/libllvmdebuginfodwarf/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmdebuginfodwarf/ soc2015/clord/head/lib/clang/libllvmdebuginfopdb/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmdebuginfopdb/ soc2015/clord/head/lib/clang/libllvmlibdriver/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmlibdriver/ soc2015/clord/head/lib/clang/libllvmlto/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmlto/ soc2015/clord/head/lib/clang/libllvmmirparser/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmmirparser/ soc2015/clord/head/lib/clang/libllvmorcjit/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmorcjit/ soc2015/clord/head/lib/clang/libllvmpasses/ - copied from r297187, mirror/FreeBSD/head/lib/clang/libllvmpasses/ soc2015/clord/head/lib/csu/riscv/ - copied from r297187, mirror/FreeBSD/head/lib/csu/riscv/ soc2015/clord/head/lib/lib80211/ - copied from r297187, mirror/FreeBSD/head/lib/lib80211/ soc2015/clord/head/lib/libarchive/tests/ - copied from r297187, mirror/FreeBSD/head/lib/libarchive/tests/ soc2015/clord/head/lib/libbsdstat/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libbsdstat/Makefile.depend soc2015/clord/head/lib/libc/aarch64/sys/__vdso_gettc.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/aarch64/sys/__vdso_gettc.c soc2015/clord/head/lib/libc/arm/sys/__vdso_gettc.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/arm/sys/__vdso_gettc.c soc2015/clord/head/lib/libc/riscv/ - copied from r297187, mirror/FreeBSD/head/lib/libc/riscv/ soc2015/clord/head/lib/libc/stdlib/hcreate_r.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/stdlib/hcreate_r.c soc2015/clord/head/lib/libc/stdlib/hdestroy_r.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/stdlib/hdestroy_r.c soc2015/clord/head/lib/libc/stdlib/hsearch.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/stdlib/hsearch.h soc2015/clord/head/lib/libc/stdlib/hsearch_r.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/stdlib/hsearch_r.c soc2015/clord/head/lib/libc/stdlib/tsearch_path.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/stdlib/tsearch_path.h soc2015/clord/head/lib/libc/tests/gen/fmtcheck_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/fmtcheck_test.c soc2015/clord/head/lib/libc/tests/gen/fmtmsg_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/fmtmsg_test.c soc2015/clord/head/lib/libc/tests/gen/fnmatch_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/fnmatch_test.c soc2015/clord/head/lib/libc/tests/gen/fnmatch_testcases.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/fnmatch_testcases.h soc2015/clord/head/lib/libc/tests/gen/ftw_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/ftw_test.c soc2015/clord/head/lib/libc/tests/gen/popen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/popen_test.c soc2015/clord/head/lib/libc/tests/gen/posix_spawn_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/posix_spawn_test.c soc2015/clord/head/lib/libc/tests/gen/test-fnmatch.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/test-fnmatch.c soc2015/clord/head/lib/libc/tests/gen/wordexp_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/gen/wordexp_test.c soc2015/clord/head/lib/libc/tests/locale/btowc_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/btowc_test.c soc2015/clord/head/lib/libc/tests/locale/c16rtomb_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/c16rtomb_test.c soc2015/clord/head/lib/libc/tests/locale/iswctype_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/iswctype_test.c soc2015/clord/head/lib/libc/tests/locale/mblen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mblen_test.c soc2015/clord/head/lib/libc/tests/locale/mbrlen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbrlen_test.c soc2015/clord/head/lib/libc/tests/locale/mbrtoc16_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbrtoc16_test.c soc2015/clord/head/lib/libc/tests/locale/mbrtowc_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbrtowc_test.c soc2015/clord/head/lib/libc/tests/locale/mbsnrtowcs_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbsnrtowcs_test.c soc2015/clord/head/lib/libc/tests/locale/mbsrtowcs_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbsrtowcs_test.c soc2015/clord/head/lib/libc/tests/locale/mbstowcs_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbstowcs_test.c soc2015/clord/head/lib/libc/tests/locale/mbtowc_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/mbtowc_test.c soc2015/clord/head/lib/libc/tests/locale/towctrans_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/towctrans_test.c soc2015/clord/head/lib/libc/tests/locale/wcrtomb_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/wcrtomb_test.c soc2015/clord/head/lib/libc/tests/locale/wcsnrtombs_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/wcsnrtombs_test.c soc2015/clord/head/lib/libc/tests/locale/wcsrtombs_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/wcsrtombs_test.c soc2015/clord/head/lib/libc/tests/locale/wcstombs_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/wcstombs_test.c soc2015/clord/head/lib/libc/tests/locale/wctomb_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/locale/wctomb_test.c soc2015/clord/head/lib/libc/tests/net/ether_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/net/ether_test.c soc2015/clord/head/lib/libc/tests/net/eui64_aton_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/net/eui64_aton_test.c soc2015/clord/head/lib/libc/tests/net/eui64_ntoa_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/net/eui64_ntoa_test.c soc2015/clord/head/lib/libc/tests/net/test-eui64.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/net/test-eui64.h soc2015/clord/head/lib/libc/tests/nss/ - copied from r297187, mirror/FreeBSD/head/lib/libc/tests/nss/ soc2015/clord/head/lib/libc/tests/resolv/ - copied from r297187, mirror/FreeBSD/head/lib/libc/tests/resolv/ soc2015/clord/head/lib/libc/tests/stdio/fdopen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/fdopen_test.c soc2015/clord/head/lib/libc/tests/stdio/fopen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/fopen_test.c soc2015/clord/head/lib/libc/tests/stdio/freopen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/freopen_test.c soc2015/clord/head/lib/libc/tests/stdio/getdelim_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/getdelim_test.c soc2015/clord/head/lib/libc/tests/stdio/mkostemp_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/mkostemp_test.c soc2015/clord/head/lib/libc/tests/stdio/open_memstream_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/open_memstream_test.c soc2015/clord/head/lib/libc/tests/stdio/open_wmemstream_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/open_wmemstream_test.c soc2015/clord/head/lib/libc/tests/stdio/perror_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/perror_test.c soc2015/clord/head/lib/libc/tests/stdio/print_positional_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/print_positional_test.c soc2015/clord/head/lib/libc/tests/stdio/printbasic_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/printbasic_test.c soc2015/clord/head/lib/libc/tests/stdio/printfloat_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/printfloat_test.c soc2015/clord/head/lib/libc/tests/stdio/scanfloat_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdio/scanfloat_test.c soc2015/clord/head/lib/libc/tests/stdlib/heapsort_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdlib/heapsort_test.c soc2015/clord/head/lib/libc/tests/stdlib/mergesort_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdlib/mergesort_test.c soc2015/clord/head/lib/libc/tests/stdlib/qsort_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdlib/qsort_test.c soc2015/clord/head/lib/libc/tests/stdlib/test-sort.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdlib/test-sort.h soc2015/clord/head/lib/libc/tests/stdlib/tsearch_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/stdlib/tsearch_test.c soc2015/clord/head/lib/libc/tests/string/stpncpy_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/string/stpncpy_test.c soc2015/clord/head/lib/libc/tests/string/strerror_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/string/strerror_test.c soc2015/clord/head/lib/libc/tests/string/wcscasecmp_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/string/wcscasecmp_test.c soc2015/clord/head/lib/libc/tests/string/wcsnlen_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/string/wcsnlen_test.c soc2015/clord/head/lib/libc/tests/sys/queue_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/tests/sys/queue_test.c soc2015/clord/head/lib/libcasper/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libcasper/Makefile.depend soc2015/clord/head/lib/libclang_rt/asan-preinit/ - copied from r297187, mirror/FreeBSD/head/lib/libclang_rt/asan-preinit/ soc2015/clord/head/lib/libclang_rt/asan/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libclang_rt/asan/Makefile.depend soc2015/clord/head/lib/libclang_rt/asan_cxx/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libclang_rt/asan_cxx/Makefile.depend soc2015/clord/head/lib/libclang_rt/include/ - copied from r297187, mirror/FreeBSD/head/lib/libclang_rt/include/ soc2015/clord/head/lib/libclang_rt/profile/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libclang_rt/profile/Makefile.depend soc2015/clord/head/lib/libclang_rt/safestack/ - copied from r297187, mirror/FreeBSD/head/lib/libclang_rt/safestack/ soc2015/clord/head/lib/libclang_rt/ubsan_standalone/ - copied from r297187, mirror/FreeBSD/head/lib/libclang_rt/ubsan_standalone/ soc2015/clord/head/lib/libclang_rt/ubsan_standalone_cxx/ - copied from r297187, mirror/FreeBSD/head/lib/libclang_rt/ubsan_standalone_cxx/ soc2015/clord/head/lib/libdevctl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libdevctl/Makefile.depend soc2015/clord/head/lib/libkvm/kvm_aarch64.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_aarch64.h soc2015/clord/head/lib/libkvm/kvm_amd64.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_amd64.h soc2015/clord/head/lib/libkvm/kvm_arm.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_arm.h soc2015/clord/head/lib/libkvm/kvm_i386.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_i386.h soc2015/clord/head/lib/libkvm/kvm_mips.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_mips.h soc2015/clord/head/lib/libkvm/kvm_native.3 - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_native.3 soc2015/clord/head/lib/libkvm/kvm_sparc64.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/libkvm/kvm_sparc64.h soc2015/clord/head/lib/libnandfs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libnandfs/Makefile.depend soc2015/clord/head/lib/libopenbsd/ - copied from r297187, mirror/FreeBSD/head/lib/libopenbsd/ soc2015/clord/head/lib/libpjdlog/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/lib/libpjdlog/Makefile.depend soc2015/clord/head/lib/librt/Symbol.map - copied unchanged from r297187, mirror/FreeBSD/head/lib/librt/Symbol.map soc2015/clord/head/lib/libstand/uuid_from_string.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libstand/uuid_from_string.c soc2015/clord/head/lib/libstand/uuid_to_string.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libstand/uuid_to_string.c soc2015/clord/head/lib/libsysdecode/ - copied from r297187, mirror/FreeBSD/head/lib/libsysdecode/ soc2015/clord/head/lib/libthr/arch/riscv/ - copied from r297187, mirror/FreeBSD/head/lib/libthr/arch/riscv/ soc2015/clord/head/lib/libxo/tests/ - copied from r297187, mirror/FreeBSD/head/lib/libxo/tests/ soc2015/clord/head/lib/msun/riscv/ - copied from r297187, mirror/FreeBSD/head/lib/msun/riscv/ soc2015/clord/head/lib/msun/tests/cexp_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/cexp_test.c soc2015/clord/head/lib/msun/tests/conj_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/conj_test.c soc2015/clord/head/lib/msun/tests/csqrt_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/csqrt_test.c soc2015/clord/head/lib/msun/tests/ctrig_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/ctrig_test.c soc2015/clord/head/lib/msun/tests/exponential_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/exponential_test.c soc2015/clord/head/lib/msun/tests/fenv_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/fenv_test.c soc2015/clord/head/lib/msun/tests/fma_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/fma_test.c soc2015/clord/head/lib/msun/tests/fmaxmin_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/fmaxmin_test.c soc2015/clord/head/lib/msun/tests/ilogb_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/ilogb_test.c soc2015/clord/head/lib/msun/tests/invctrig_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/invctrig_test.c soc2015/clord/head/lib/msun/tests/invtrig_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/invtrig_test.c soc2015/clord/head/lib/msun/tests/logarithm_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/logarithm_test.c soc2015/clord/head/lib/msun/tests/lrint_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/lrint_test.c soc2015/clord/head/lib/msun/tests/lround_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/lround_test.c soc2015/clord/head/lib/msun/tests/lround_test.t - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/lround_test.t soc2015/clord/head/lib/msun/tests/nan_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/nan_test.c soc2015/clord/head/lib/msun/tests/nearbyint_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/nearbyint_test.c soc2015/clord/head/lib/msun/tests/next_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/next_test.c soc2015/clord/head/lib/msun/tests/rem_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/rem_test.c soc2015/clord/head/lib/msun/tests/test-utils.h - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/test-utils.h soc2015/clord/head/lib/msun/tests/trig_test.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/msun/tests/trig_test.c soc2015/clord/head/libexec/casper/dns/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/libexec/casper/dns/Makefile.depend soc2015/clord/head/libexec/casper/grp/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/libexec/casper/grp/Makefile.depend soc2015/clord/head/libexec/casper/pwd/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/libexec/casper/pwd/Makefile.depend soc2015/clord/head/libexec/casper/random/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/libexec/casper/random/Makefile.depend soc2015/clord/head/libexec/casper/sysctl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/libexec/casper/sysctl/Makefile.depend soc2015/clord/head/libexec/dma/Makefile.inc - copied unchanged from r297187, mirror/FreeBSD/head/libexec/dma/Makefile.inc soc2015/clord/head/libexec/dma/dma-mbox-create/ - copied from r297187, mirror/FreeBSD/head/libexec/dma/dma-mbox-create/ soc2015/clord/head/libexec/dma/dmagent/ - copied from r297187, mirror/FreeBSD/head/libexec/dma/dmagent/ soc2015/clord/head/libexec/hyperv/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/libexec/hyperv/Makefile.depend soc2015/clord/head/libexec/rtld-elf/paths.h - copied unchanged from r297187, mirror/FreeBSD/head/libexec/rtld-elf/paths.h soc2015/clord/head/libexec/rtld-elf/riscv/ - copied from r297187, mirror/FreeBSD/head/libexec/rtld-elf/riscv/ soc2015/clord/head/release/arm/BANANAPI.conf - copied unchanged from r297187, mirror/FreeBSD/head/release/arm/BANANAPI.conf soc2015/clord/head/release/arm/CUBIEBOARD.conf - copied unchanged from r297187, mirror/FreeBSD/head/release/arm/CUBIEBOARD.conf soc2015/clord/head/release/arm/CUBIEBOARD2.conf - copied unchanged from r297187, mirror/FreeBSD/head/release/arm/CUBIEBOARD2.conf soc2015/clord/head/sbin/casperd/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sbin/casperd/Makefile.depend soc2015/clord/head/sbin/nandfs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sbin/nandfs/Makefile.depend soc2015/clord/head/sbin/newfs_msdos/mkfs_msdos.c - copied unchanged from r297187, mirror/FreeBSD/head/sbin/newfs_msdos/mkfs_msdos.c soc2015/clord/head/sbin/newfs_msdos/mkfs_msdos.h - copied unchanged from r297187, mirror/FreeBSD/head/sbin/newfs_msdos/mkfs_msdos.h soc2015/clord/head/sbin/newfs_nandfs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sbin/newfs_nandfs/Makefile.depend soc2015/clord/head/secure/lib/libcrypto/amd64/aesni-gcm-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/aesni-gcm-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/aesni-mb-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/aesni-mb-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/ecp_nistz256-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/ecp_nistz256-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/rsaz-avx2.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/rsaz-avx2.S soc2015/clord/head/secure/lib/libcrypto/amd64/rsaz-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/rsaz-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/sha1-mb-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/sha1-mb-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/sha256-mb-x86_64.S - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/amd64/sha256-mb-x86_64.S soc2015/clord/head/secure/lib/libcrypto/engines/libcapi/ - copied from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/engines/libcapi/ soc2015/clord/head/secure/lib/libcrypto/man/ASN1_TIME_set.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/ASN1_TIME_set.3 soc2015/clord/head/secure/lib/libcrypto/man/EC_GFp_simple_method.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/EC_GFp_simple_method.3 soc2015/clord/head/secure/lib/libcrypto/man/EC_GROUP_copy.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/EC_GROUP_copy.3 soc2015/clord/head/secure/lib/libcrypto/man/EC_GROUP_new.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/EC_GROUP_new.3 soc2015/clord/head/secure/lib/libcrypto/man/EC_KEY_new.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/EC_KEY_new.3 soc2015/clord/head/secure/lib/libcrypto/man/EC_POINT_add.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/EC_POINT_add.3 soc2015/clord/head/secure/lib/libcrypto/man/EC_POINT_new.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/EC_POINT_new.3 soc2015/clord/head/secure/lib/libcrypto/man/OPENSSL_instrument_bus.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/OPENSSL_instrument_bus.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_check_host.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/X509_check_host.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_ECPKParameters.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/d2i_ECPKParameters.3 soc2015/clord/head/secure/lib/libcrypto/man/ec.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libcrypto/man/ec.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CONF_CTX_new.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CONF_CTX_new.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CONF_CTX_set1_prefix.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CONF_CTX_set1_prefix.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CONF_CTX_set_flags.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CONF_CTX_set_flags.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CONF_CTX_set_ssl_ctx.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CONF_CTX_set_ssl_ctx.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CONF_cmd.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CONF_cmd.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CONF_cmd_argv.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CONF_cmd_argv.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_add1_chain_cert.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_add1_chain_cert.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_get0_param.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_get0_param.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set1_curves.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_set1_curves.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set1_verify_cert_store.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_set1_verify_cert_store.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_cert_cb.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_set_cert_cb.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_custom_cli_ext.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_set_custom_cli_ext.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_use_serverinfo.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_CTX_use_serverinfo.3 soc2015/clord/head/secure/lib/libssl/man/SSL_check_chain.3 - copied unchanged from r297187, mirror/FreeBSD/head/secure/lib/libssl/man/SSL_check_chain.3 soc2015/clord/head/share/colldef/af_ZA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/af_ZA.UTF-8.src soc2015/clord/head/share/colldef/am_ET.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/am_ET.UTF-8.src soc2015/clord/head/share/colldef/ar_SA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/ar_SA.UTF-8.src soc2015/clord/head/share/colldef/be_BY.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/be_BY.UTF-8.src soc2015/clord/head/share/colldef/ca_AD.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/ca_AD.UTF-8.src soc2015/clord/head/share/colldef/cs_CZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/cs_CZ.UTF-8.src soc2015/clord/head/share/colldef/da_DK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/da_DK.UTF-8.src soc2015/clord/head/share/colldef/el_GR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/el_GR.UTF-8.src soc2015/clord/head/share/colldef/en_US.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/en_US.UTF-8.src soc2015/clord/head/share/colldef/es_MX.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/es_MX.UTF-8.src soc2015/clord/head/share/colldef/et_EE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/et_EE.UTF-8.src soc2015/clord/head/share/colldef/fi_FI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/fi_FI.UTF-8.src soc2015/clord/head/share/colldef/he_IL.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/he_IL.UTF-8.src soc2015/clord/head/share/colldef/hi_IN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/hi_IN.UTF-8.src soc2015/clord/head/share/colldef/hr_HR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/hr_HR.UTF-8.src soc2015/clord/head/share/colldef/hu_HU.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/hu_HU.UTF-8.src soc2015/clord/head/share/colldef/hy_AM.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/hy_AM.UTF-8.src soc2015/clord/head/share/colldef/is_IS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/is_IS.UTF-8.src soc2015/clord/head/share/colldef/ja_JP.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/ja_JP.UTF-8.src soc2015/clord/head/share/colldef/kk_Cyrl_KZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/kk_Cyrl_KZ.UTF-8.src soc2015/clord/head/share/colldef/ko_KR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/ko_KR.UTF-8.src soc2015/clord/head/share/colldef/lt_LT.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/lt_LT.UTF-8.src soc2015/clord/head/share/colldef/lv_LV.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/lv_LV.UTF-8.src soc2015/clord/head/share/colldef/nb_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/nb_NO.UTF-8.src soc2015/clord/head/share/colldef/pl_PL.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/pl_PL.UTF-8.src soc2015/clord/head/share/colldef/ro_RO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/ro_RO.UTF-8.src soc2015/clord/head/share/colldef/ru_RU.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/ru_RU.UTF-8.src soc2015/clord/head/share/colldef/se_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/se_NO.UTF-8.src soc2015/clord/head/share/colldef/sk_SK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/sk_SK.UTF-8.src soc2015/clord/head/share/colldef/sl_SI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/sl_SI.UTF-8.src soc2015/clord/head/share/colldef/sv_SE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/sv_SE.UTF-8.src soc2015/clord/head/share/colldef/tr_TR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/tr_TR.UTF-8.src soc2015/clord/head/share/colldef/uk_UA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/uk_UA.UTF-8.src soc2015/clord/head/share/colldef/zh_Hans_CN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/zh_Hans_CN.UTF-8.src soc2015/clord/head/share/colldef/zh_Hant_TW.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/colldef/zh_Hant_TW.UTF-8.src soc2015/clord/head/share/ctypedef/ - copied from r297187, mirror/FreeBSD/head/share/ctypedef/ soc2015/clord/head/share/doc/papers/bsdreferences.bib - copied unchanged from r297187, mirror/FreeBSD/head/share/doc/papers/bsdreferences.bib soc2015/clord/head/share/dtrace/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/dtrace/Makefile.depend soc2015/clord/head/share/dtrace/blocking - copied unchanged from r297187, mirror/FreeBSD/head/share/dtrace/blocking soc2015/clord/head/share/dtrace/retval - copied unchanged from r297187, mirror/FreeBSD/head/share/dtrace/retval soc2015/clord/head/share/dtrace/tcpdebug - copied unchanged from r297187, mirror/FreeBSD/head/share/dtrace/tcpdebug soc2015/clord/head/share/examples/smbfs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/examples/smbfs/Makefile.depend soc2015/clord/head/share/examples/smbfs/print/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/examples/smbfs/print/Makefile.depend soc2015/clord/head/share/examples/ypldap/ - copied from r297187, mirror/FreeBSD/head/share/examples/ypldap/ soc2015/clord/head/share/keys/pkg/trusted/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/keys/pkg/trusted/Makefile.depend soc2015/clord/head/share/locale-links/ - copied from r297187, mirror/FreeBSD/head/share/locale-links/ soc2015/clord/head/share/man/man4/ioat.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/ioat.4 soc2015/clord/head/share/man/man4/mdio.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/mdio.4 soc2015/clord/head/share/man/man4/mlx5en.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/mlx5en.4 soc2015/clord/head/share/man/man4/otus.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/otus.4 soc2015/clord/head/share/man/man4/otusfw.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/otusfw.4 soc2015/clord/head/share/man/man4/ow.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/ow.4 soc2015/clord/head/share/man/man4/ow_temp.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/ow_temp.4 soc2015/clord/head/share/man/man4/owc.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/owc.4 soc2015/clord/head/share/man/man4/rtwn.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/rtwn.4 soc2015/clord/head/share/man/man4/rtwnfw.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/rtwnfw.4 soc2015/clord/head/share/man/man4/ure.4 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man4/ure.4 soc2015/clord/head/share/man/man9/PHOLD.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/PHOLD.9 soc2015/clord/head/share/man/man9/bitset.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/bitset.9 soc2015/clord/head/share/man/man9/bus_get_resource.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/bus_get_resource.9 soc2015/clord/head/share/man/man9/cpuset.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/cpuset.9 soc2015/clord/head/share/man/man9/kern_testfrwk.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/kern_testfrwk.9 soc2015/clord/head/share/man/man9/owll.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/owll.9 soc2015/clord/head/share/man/man9/own.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/own.9 soc2015/clord/head/share/man/man9/proc_rwmem.9 - copied unchanged from r297187, mirror/FreeBSD/head/share/man/man9/proc_rwmem.9 soc2015/clord/head/share/mk/bsd.confs.mk - copied unchanged from r297187, mirror/FreeBSD/head/share/mk/bsd.confs.mk soc2015/clord/head/share/mk/bsd.stand.mk - copied unchanged from r297187, mirror/FreeBSD/head/share/mk/bsd.stand.mk soc2015/clord/head/share/mk/src.init.mk - copied unchanged from r297187, mirror/FreeBSD/head/share/mk/src.init.mk soc2015/clord/head/share/monetdef/ar_AE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ar_AE.UTF-8.src soc2015/clord/head/share/monetdef/ar_EG.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ar_EG.UTF-8.src soc2015/clord/head/share/monetdef/ar_JO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ar_JO.UTF-8.src soc2015/clord/head/share/monetdef/ar_MA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ar_MA.UTF-8.src soc2015/clord/head/share/monetdef/ar_QA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ar_QA.UTF-8.src soc2015/clord/head/share/monetdef/ar_SA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ar_SA.UTF-8.src soc2015/clord/head/share/monetdef/da_DK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/da_DK.UTF-8.src soc2015/clord/head/share/monetdef/de_AT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/de_AT.ISO8859-15.src soc2015/clord/head/share/monetdef/en_AU.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_AU.UTF-8.src soc2015/clord/head/share/monetdef/en_CA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_CA.UTF-8.src soc2015/clord/head/share/monetdef/en_GB.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_GB.ISO8859-15.src soc2015/clord/head/share/monetdef/en_GB.US-ASCII.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_GB.US-ASCII.src soc2015/clord/head/share/monetdef/en_IE.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_IE.ISO8859-1.src soc2015/clord/head/share/monetdef/en_IE.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_IE.ISO8859-15.src soc2015/clord/head/share/monetdef/en_NZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_NZ.UTF-8.src soc2015/clord/head/share/monetdef/en_PH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_PH.UTF-8.src soc2015/clord/head/share/monetdef/en_SG.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_SG.UTF-8.src soc2015/clord/head/share/monetdef/en_US.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_US.UTF-8.src soc2015/clord/head/share/monetdef/en_ZA.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_ZA.ISO8859-15.src soc2015/clord/head/share/monetdef/en_ZA.US-ASCII.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_ZA.US-ASCII.src soc2015/clord/head/share/monetdef/en_ZA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/en_ZA.UTF-8.src soc2015/clord/head/share/monetdef/es_AR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/es_AR.UTF-8.src soc2015/clord/head/share/monetdef/es_CR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/es_CR.UTF-8.src soc2015/clord/head/share/monetdef/es_MX.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/es_MX.UTF-8.src soc2015/clord/head/share/monetdef/fr_CA.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/fr_CA.ISO8859-15.src soc2015/clord/head/share/monetdef/fr_CA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/fr_CA.UTF-8.src soc2015/clord/head/share/monetdef/fr_CH.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/fr_CH.ISO8859-15.src soc2015/clord/head/share/monetdef/fr_CH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/fr_CH.UTF-8.src soc2015/clord/head/share/monetdef/hi_IN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/hi_IN.UTF-8.src soc2015/clord/head/share/monetdef/hr_HR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/hr_HR.UTF-8.src soc2015/clord/head/share/monetdef/hu_HU.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/hu_HU.UTF-8.src soc2015/clord/head/share/monetdef/is_IS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/is_IS.UTF-8.src soc2015/clord/head/share/monetdef/it_CH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/it_CH.UTF-8.src soc2015/clord/head/share/monetdef/ja_JP.SJIS.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ja_JP.SJIS.src soc2015/clord/head/share/monetdef/kk_Cyrl_KZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/kk_Cyrl_KZ.UTF-8.src soc2015/clord/head/share/monetdef/lv_LV.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/lv_LV.UTF-8.src soc2015/clord/head/share/monetdef/mn_Cyrl_MN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/mn_Cyrl_MN.UTF-8.src soc2015/clord/head/share/monetdef/nb_NO.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/nb_NO.ISO8859-15.src soc2015/clord/head/share/monetdef/nb_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/nb_NO.UTF-8.src soc2015/clord/head/share/monetdef/nl_BE.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/nl_BE.ISO8859-15.src soc2015/clord/head/share/monetdef/nl_NL.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/nl_NL.ISO8859-15.src soc2015/clord/head/share/monetdef/nn_NO.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/nn_NO.ISO8859-15.src soc2015/clord/head/share/monetdef/pt_BR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/pt_BR.UTF-8.src soc2015/clord/head/share/monetdef/ro_RO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/ro_RO.UTF-8.src soc2015/clord/head/share/monetdef/se_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/se_NO.UTF-8.src soc2015/clord/head/share/monetdef/sk_SK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sk_SK.UTF-8.src soc2015/clord/head/share/monetdef/sl_SI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sl_SI.UTF-8.src soc2015/clord/head/share/monetdef/sr_Latn_RS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sr_Latn_RS.UTF-8.src soc2015/clord/head/share/monetdef/sv_FI.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sv_FI.ISO8859-1.src soc2015/clord/head/share/monetdef/sv_FI.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sv_FI.ISO8859-15.src soc2015/clord/head/share/monetdef/sv_FI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sv_FI.UTF-8.src soc2015/clord/head/share/monetdef/sv_SE.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sv_SE.ISO8859-15.src soc2015/clord/head/share/monetdef/sv_SE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sv_SE.UTF-8.src soc2015/clord/head/share/monetdef/tr_TR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/tr_TR.UTF-8.src soc2015/clord/head/share/monetdef/zh_Hans_CN.GB2312.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hans_CN.GB2312.src soc2015/clord/head/share/monetdef/zh_Hans_CN.GBK.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hans_CN.GBK.src soc2015/clord/head/share/monetdef/zh_Hans_CN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hans_CN.UTF-8.src soc2015/clord/head/share/monetdef/zh_Hans_CN.eucCN.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hans_CN.eucCN.src soc2015/clord/head/share/monetdef/zh_Hant_HK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hant_HK.UTF-8.src soc2015/clord/head/share/monetdef/zh_Hant_TW.Big5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hant_TW.Big5.src soc2015/clord/head/share/monetdef/zh_Hant_TW.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/zh_Hant_TW.UTF-8.src soc2015/clord/head/share/msgdef/ar_SA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/ar_SA.UTF-8.src soc2015/clord/head/share/msgdef/cs_CZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/cs_CZ.UTF-8.src soc2015/clord/head/share/msgdef/de_DE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/de_DE.UTF-8.src soc2015/clord/head/share/msgdef/en_US.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/en_US.UTF-8.src soc2015/clord/head/share/msgdef/es_MX.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/es_MX.ISO8859-1.src soc2015/clord/head/share/msgdef/es_MX.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/es_MX.UTF-8.src soc2015/clord/head/share/msgdef/et_EE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/et_EE.UTF-8.src soc2015/clord/head/share/msgdef/eu_ES.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/eu_ES.UTF-8.src soc2015/clord/head/share/msgdef/fi_FI.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/fi_FI.ISO8859-15.src soc2015/clord/head/share/msgdef/fi_FI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/fi_FI.UTF-8.src soc2015/clord/head/share/msgdef/fr_FR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/fr_FR.UTF-8.src soc2015/clord/head/share/msgdef/hi_IN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/hi_IN.UTF-8.src soc2015/clord/head/share/msgdef/hu_HU.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/hu_HU.UTF-8.src soc2015/clord/head/share/msgdef/is_IS.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/is_IS.ISO8859-15.src soc2015/clord/head/share/msgdef/is_IS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/is_IS.UTF-8.src soc2015/clord/head/share/msgdef/it_IT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/it_IT.ISO8859-15.src soc2015/clord/head/share/msgdef/it_IT.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/it_IT.UTF-8.src soc2015/clord/head/share/msgdef/kk_Cyrl_KZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/kk_Cyrl_KZ.UTF-8.src soc2015/clord/head/share/msgdef/lt_LT.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/lt_LT.UTF-8.src soc2015/clord/head/share/msgdef/mn_Cyrl_MN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/mn_Cyrl_MN.UTF-8.src soc2015/clord/head/share/msgdef/nb_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/nb_NO.UTF-8.src soc2015/clord/head/share/msgdef/nl_NL.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/nl_NL.UTF-8.src soc2015/clord/head/share/msgdef/nn_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/nn_NO.UTF-8.src soc2015/clord/head/share/msgdef/pl_PL.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/pl_PL.UTF-8.src soc2015/clord/head/share/msgdef/pt_PT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/pt_PT.ISO8859-15.src soc2015/clord/head/share/msgdef/pt_PT.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/pt_PT.UTF-8.src soc2015/clord/head/share/msgdef/ro_RO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/ro_RO.UTF-8.src soc2015/clord/head/share/msgdef/se_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/se_NO.UTF-8.src soc2015/clord/head/share/msgdef/sk_SK.ISO8859-2.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sk_SK.ISO8859-2.src soc2015/clord/head/share/msgdef/sk_SK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sk_SK.UTF-8.src soc2015/clord/head/share/msgdef/sl_SI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sl_SI.UTF-8.src soc2015/clord/head/share/msgdef/sr_Cyrl_RS.ISO8859-5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sr_Cyrl_RS.ISO8859-5.src soc2015/clord/head/share/msgdef/sr_Latn_RS.ISO8859-2.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sr_Latn_RS.ISO8859-2.src soc2015/clord/head/share/msgdef/sr_Latn_RS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sr_Latn_RS.UTF-8.src soc2015/clord/head/share/msgdef/sv_SE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/sv_SE.UTF-8.src soc2015/clord/head/share/msgdef/tr_TR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/tr_TR.UTF-8.src soc2015/clord/head/share/msgdef/zh_Hans_CN.GB2312.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hans_CN.GB2312.src soc2015/clord/head/share/msgdef/zh_Hans_CN.GBK.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hans_CN.GBK.src soc2015/clord/head/share/msgdef/zh_Hans_CN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hans_CN.UTF-8.src soc2015/clord/head/share/msgdef/zh_Hant_HK.Big5HKSCS.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hant_HK.Big5HKSCS.src soc2015/clord/head/share/msgdef/zh_Hant_HK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hant_HK.UTF-8.src soc2015/clord/head/share/msgdef/zh_Hant_TW.Big5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hant_TW.Big5.src soc2015/clord/head/share/msgdef/zh_Hant_TW.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/zh_Hant_TW.UTF-8.src soc2015/clord/head/share/numericdef/ar_SA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/ar_SA.UTF-8.src soc2015/clord/head/share/numericdef/en_US.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/en_US.UTF-8.src soc2015/clord/head/share/numericdef/en_ZA.US-ASCII.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/en_ZA.US-ASCII.src soc2015/clord/head/share/numericdef/fr_CH.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/fr_CH.ISO8859-15.src soc2015/clord/head/share/numericdef/fr_CH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/fr_CH.UTF-8.src soc2015/clord/head/share/numericdef/hi_IN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/hi_IN.UTF-8.src soc2015/clord/head/share/numericdef/hy_AM.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/hy_AM.UTF-8.src soc2015/clord/head/share/numericdef/it_CH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/it_CH.UTF-8.src soc2015/clord/head/share/numericdef/ru_RU.CP866.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/ru_RU.CP866.src soc2015/clord/head/share/numericdef/sr_Latn_RS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/sr_Latn_RS.UTF-8.src soc2015/clord/head/share/numericdef/tr_TR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/tr_TR.UTF-8.src soc2015/clord/head/share/numericdef/uk_UA.ISO8859-5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/uk_UA.ISO8859-5.src soc2015/clord/head/share/numericdef/uk_UA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/uk_UA.UTF-8.src soc2015/clord/head/share/numericdef/zh_Hans_CN.GB2312.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/zh_Hans_CN.GB2312.src soc2015/clord/head/share/numericdef/zh_Hans_CN.eucCN.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/zh_Hans_CN.eucCN.src soc2015/clord/head/share/numericdef/zh_Hant_TW.Big5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/zh_Hant_TW.Big5.src soc2015/clord/head/share/timedef/af_ZA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/af_ZA.UTF-8.src soc2015/clord/head/share/timedef/ar_JO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/ar_JO.UTF-8.src soc2015/clord/head/share/timedef/ar_MA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/ar_MA.UTF-8.src soc2015/clord/head/share/timedef/ar_SA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/ar_SA.UTF-8.src soc2015/clord/head/share/timedef/ca_IT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/ca_IT.ISO8859-15.src soc2015/clord/head/share/timedef/ca_IT.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/ca_IT.UTF-8.src soc2015/clord/head/share/timedef/da_DK.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/da_DK.ISO8859-15.src soc2015/clord/head/share/timedef/de_AT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/de_AT.ISO8859-15.src soc2015/clord/head/share/timedef/de_DE.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/de_DE.ISO8859-15.src soc2015/clord/head/share/timedef/en_CA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_CA.UTF-8.src soc2015/clord/head/share/timedef/en_GB.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_GB.UTF-8.src soc2015/clord/head/share/timedef/en_HK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_HK.UTF-8.src soc2015/clord/head/share/timedef/en_IE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_IE.UTF-8.src soc2015/clord/head/share/timedef/en_PH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_PH.UTF-8.src soc2015/clord/head/share/timedef/en_SG.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_SG.UTF-8.src soc2015/clord/head/share/timedef/en_US.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_US.UTF-8.src soc2015/clord/head/share/timedef/en_ZA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/en_ZA.UTF-8.src soc2015/clord/head/share/timedef/es_AR.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/es_AR.ISO8859-1.src soc2015/clord/head/share/timedef/es_CR.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/es_CR.UTF-8.src soc2015/clord/head/share/timedef/es_ES.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/es_ES.ISO8859-15.src soc2015/clord/head/share/timedef/es_MX.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/es_MX.ISO8859-1.src soc2015/clord/head/share/timedef/es_MX.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/es_MX.UTF-8.src soc2015/clord/head/share/timedef/eu_ES.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/eu_ES.UTF-8.src soc2015/clord/head/share/timedef/fi_FI.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fi_FI.ISO8859-15.src soc2015/clord/head/share/timedef/fr_BE.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_BE.ISO8859-15.src soc2015/clord/head/share/timedef/fr_BE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_BE.UTF-8.src soc2015/clord/head/share/timedef/fr_CA.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_CA.ISO8859-15.src soc2015/clord/head/share/timedef/fr_CA.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_CA.UTF-8.src soc2015/clord/head/share/timedef/fr_CH.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_CH.ISO8859-15.src soc2015/clord/head/share/timedef/fr_CH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_CH.UTF-8.src soc2015/clord/head/share/timedef/fr_FR.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/fr_FR.ISO8859-15.src soc2015/clord/head/share/timedef/hi_IN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/hi_IN.UTF-8.src soc2015/clord/head/share/timedef/is_IS.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/is_IS.ISO8859-15.src soc2015/clord/head/share/timedef/it_CH.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/it_CH.ISO8859-15.src soc2015/clord/head/share/timedef/it_CH.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/it_CH.UTF-8.src soc2015/clord/head/share/timedef/it_IT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/it_IT.ISO8859-15.src soc2015/clord/head/share/timedef/kk_Cyrl_KZ.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/kk_Cyrl_KZ.UTF-8.src soc2015/clord/head/share/timedef/mn_Cyrl_MN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/mn_Cyrl_MN.UTF-8.src soc2015/clord/head/share/timedef/nb_NO.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/nb_NO.ISO8859-15.src soc2015/clord/head/share/timedef/nl_BE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/nl_BE.UTF-8.src soc2015/clord/head/share/timedef/nl_NL.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/nl_NL.UTF-8.src soc2015/clord/head/share/timedef/nn_NO.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/nn_NO.ISO8859-15.src soc2015/clord/head/share/timedef/pt_PT.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/pt_PT.ISO8859-15.src soc2015/clord/head/share/timedef/se_FI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/se_FI.UTF-8.src soc2015/clord/head/share/timedef/se_NO.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/se_NO.UTF-8.src soc2015/clord/head/share/timedef/sr_Cyrl_RS.ISO8859-5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/sr_Cyrl_RS.ISO8859-5.src soc2015/clord/head/share/timedef/sr_Latn_RS.ISO8859-2.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/sr_Latn_RS.ISO8859-2.src soc2015/clord/head/share/timedef/sr_Latn_RS.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/sr_Latn_RS.UTF-8.src soc2015/clord/head/share/timedef/sv_FI.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/sv_FI.ISO8859-15.src soc2015/clord/head/share/timedef/sv_FI.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/sv_FI.UTF-8.src soc2015/clord/head/share/timedef/sv_SE.ISO8859-15.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/sv_SE.ISO8859-15.src soc2015/clord/head/share/timedef/zh_Hans_CN.GB2312.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hans_CN.GB2312.src soc2015/clord/head/share/timedef/zh_Hans_CN.GBK.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hans_CN.GBK.src soc2015/clord/head/share/timedef/zh_Hans_CN.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hans_CN.UTF-8.src soc2015/clord/head/share/timedef/zh_Hans_CN.eucCN.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hans_CN.eucCN.src soc2015/clord/head/share/timedef/zh_Hant_HK.Big5HKSCS.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hant_HK.Big5HKSCS.src soc2015/clord/head/share/timedef/zh_Hant_HK.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hant_HK.UTF-8.src soc2015/clord/head/share/timedef/zh_Hant_TW.Big5.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hant_TW.Big5.src soc2015/clord/head/share/timedef/zh_Hant_TW.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/zh_Hant_TW.UTF-8.src soc2015/clord/head/share/vt/fonts/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/vt/fonts/Makefile.depend soc2015/clord/head/share/vt/fonts/vgarom-16x32.hex - copied unchanged from r297187, mirror/FreeBSD/head/share/vt/fonts/vgarom-16x32.hex soc2015/clord/head/share/vt/keymaps/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/vt/keymaps/Makefile.depend soc2015/clord/head/sys/arm/allwinner/a20/a20_if_dwc.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/allwinner/a20/a20_if_dwc.c soc2015/clord/head/sys/arm/amlogic/aml8726/aml8726_if_dwc.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/amlogic/aml8726/aml8726_if_dwc.c soc2015/clord/head/sys/arm/arm/hdmi_if.m - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/arm/hdmi_if.m soc2015/clord/head/sys/arm/arm/machdep_intr.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/arm/machdep_intr.c soc2015/clord/head/sys/arm/arm/ofw_machdep.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/arm/ofw_machdep.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_vcio.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/broadcom/bcm2835/bcm2835_vcio.c soc2015/clord/head/sys/arm/conf/A20 - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/conf/A20 soc2015/clord/head/sys/arm/freescale/imx/imx6_hdmi.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/freescale/imx/imx6_hdmi.c soc2015/clord/head/sys/arm/freescale/imx/imx6_hdmireg.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/freescale/imx/imx6_hdmireg.h soc2015/clord/head/sys/arm/freescale/imx/imx6_ipu.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/freescale/imx/imx6_ipu.c soc2015/clord/head/sys/arm/freescale/imx/imx6_src.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/freescale/imx/imx6_src.c soc2015/clord/head/sys/arm/freescale/imx/imx6_src.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/freescale/imx/imx6_src.h soc2015/clord/head/sys/arm/freescale/imx/imx_iomuxreg.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm/freescale/imx/imx_iomuxreg.h soc2015/clord/head/sys/arm64/arm64/ofw_machdep.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/arm64/arm64/ofw_machdep.c soc2015/clord/head/sys/arm64/cloudabi64/ - copied from r297187, mirror/FreeBSD/head/sys/arm64/cloudabi64/ soc2015/clord/head/sys/boot/common/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/common/Makefile.depend soc2015/clord/head/sys/boot/efi/boot1/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/boot1/Makefile.depend soc2015/clord/head/sys/boot/efi/boot1/boot_module.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/boot1/boot_module.h soc2015/clord/head/sys/boot/efi/boot1/ufs_module.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/boot1/ufs_module.c soc2015/clord/head/sys/boot/efi/boot1/zfs_module.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/boot1/zfs_module.c soc2015/clord/head/sys/boot/efi/fdt/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/fdt/Makefile.depend soc2015/clord/head/sys/boot/efi/include/efipciio.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/include/efipciio.h soc2015/clord/head/sys/boot/efi/include/efiuga.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/include/efiuga.h soc2015/clord/head/sys/boot/efi/loader/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/efi/loader/Makefile.depend soc2015/clord/head/sys/boot/fdt/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/fdt/Makefile.depend soc2015/clord/head/sys/boot/fdt/dts/arm/zybo.dts - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/fdt/dts/arm/zybo.dts soc2015/clord/head/sys/boot/ficl32/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/ficl32/Makefile.depend soc2015/clord/head/sys/boot/forth/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/forth/Makefile.depend soc2015/clord/head/sys/boot/i386/btx/btx/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/btx/btx/Makefile.depend soc2015/clord/head/sys/boot/i386/btx/btxldr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/btx/btxldr/Makefile.depend soc2015/clord/head/sys/boot/i386/btx/lib/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/btx/lib/Makefile.depend soc2015/clord/head/sys/boot/i386/cdboot/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/cdboot/Makefile.depend soc2015/clord/head/sys/boot/i386/gptboot/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/gptboot/Makefile.depend soc2015/clord/head/sys/boot/i386/gptzfsboot/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/gptzfsboot/Makefile.depend soc2015/clord/head/sys/boot/i386/kgzldr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/kgzldr/Makefile.depend soc2015/clord/head/sys/boot/i386/libfirewire/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/libfirewire/Makefile.depend soc2015/clord/head/sys/boot/i386/libi386/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/libi386/Makefile.depend soc2015/clord/head/sys/boot/i386/mbr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/mbr/Makefile.depend soc2015/clord/head/sys/boot/i386/pmbr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/pmbr/Makefile.depend soc2015/clord/head/sys/boot/i386/pxeldr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/pxeldr/Makefile.depend soc2015/clord/head/sys/boot/i386/zfsboot/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/i386/zfsboot/Makefile.depend soc2015/clord/head/sys/boot/libstand32/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/libstand32/Makefile.depend soc2015/clord/head/sys/boot/userboot/ficl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/userboot/ficl/Makefile.depend soc2015/clord/head/sys/boot/userboot/libstand/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/userboot/libstand/Makefile.depend soc2015/clord/head/sys/boot/userboot/test/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/userboot/test/Makefile.depend soc2015/clord/head/sys/boot/userboot/userboot/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/userboot/userboot/Makefile.depend soc2015/clord/head/sys/boot/userboot/zfs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/userboot/zfs/Makefile.depend soc2015/clord/head/sys/boot/zfs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/sys/boot/zfs/Makefile.depend soc2015/clord/head/sys/cam/ctl/ctl_ha.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/cam/ctl/ctl_ha.c soc2015/clord/head/sys/cddl/contrib/opensolaris/common/atomic/aarch64/ - copied from r297187, mirror/FreeBSD/head/sys/cddl/contrib/opensolaris/common/atomic/aarch64/ soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/edonr_zfs.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/edonr_zfs.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/skein_zfs.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/skein_zfs.c soc2015/clord/head/sys/compat/cloudabi64/cloudabi64_module.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/compat/cloudabi64/cloudabi64_module.c soc2015/clord/head/sys/compat/linuxkpi/ - copied from r297187, mirror/FreeBSD/head/sys/compat/linuxkpi/ soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p0_initvals.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p0_initvals.h soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p1_initvals.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p1_initvals.h soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar953x.ini - copied unchanged from r297187, mirror/FreeBSD/head/sys/contrib/dev/ath/ath_hal/ar9300/ar953x.ini soc2015/clord/head/sys/contrib/dev/otus/ - copied from r297187, mirror/FreeBSD/head/sys/contrib/dev/otus/ soc2015/clord/head/sys/contrib/dev/rtwn/ - copied from r297187, mirror/FreeBSD/head/sys/contrib/dev/rtwn/ soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_debugfs.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_debugfs.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_debugfs.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_debugfs.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_killable.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_killable.h soc2015/clord/head/sys/crypto/sha2/sha384.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/crypto/sha2/sha384.h soc2015/clord/head/sys/crypto/sha2/sha512.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/crypto/sha2/sha512.h soc2015/clord/head/sys/crypto/sha2/sha512c.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/crypto/sha2/sha512c.c soc2015/clord/head/sys/dev/ahci/ahci_generic.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ahci/ahci_generic.c soc2015/clord/head/sys/dev/ath/if_ath_descdma.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ath/if_ath_descdma.c soc2015/clord/head/sys/dev/ath/if_ath_descdma.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ath/if_ath_descdma.h soc2015/clord/head/sys/dev/ath/if_ath_ioctl.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ath/if_ath_ioctl.c soc2015/clord/head/sys/dev/ath/if_ath_ioctl.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ath/if_ath_ioctl.h soc2015/clord/head/sys/dev/bxe/bxe_dump.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/bxe/bxe_dump.h soc2015/clord/head/sys/dev/bxe/bxe_ioctl.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/bxe/bxe_ioctl.h soc2015/clord/head/sys/dev/cxgbe/cxgbei/ - copied from r297187, mirror/FreeBSD/head/sys/dev/cxgbe/cxgbei/ soc2015/clord/head/sys/dev/dwc/if_dwc_if.m - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/dwc/if_dwc_if.m soc2015/clord/head/sys/dev/dwc/if_dwcvar.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/dwc/if_dwcvar.h soc2015/clord/head/sys/dev/etherswitch/e6000sw/ - copied from r297187, mirror/FreeBSD/head/sys/dev/etherswitch/e6000sw/ soc2015/clord/head/sys/dev/hyperv/vmbus/hv_et.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/hyperv/vmbus/hv_et.c soc2015/clord/head/sys/dev/ioat/ - copied from r297187, mirror/FreeBSD/head/sys/dev/ioat/ soc2015/clord/head/sys/dev/ixgbe/ixgbe_osdep.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ixgbe/ixgbe_osdep.c soc2015/clord/head/sys/dev/mdio/ - copied from r297187, mirror/FreeBSD/head/sys/dev/mdio/ soc2015/clord/head/sys/dev/mlx5/ - copied from r297187, mirror/FreeBSD/head/sys/dev/mlx5/ soc2015/clord/head/sys/dev/mmc/host/dwmmc_hisi.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/mmc/host/dwmmc_hisi.c soc2015/clord/head/sys/dev/mmc/host/dwmmc_reg.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/mmc/host/dwmmc_reg.h soc2015/clord/head/sys/dev/mmc/host/dwmmc_var.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/mmc/host/dwmmc_var.h soc2015/clord/head/sys/dev/ofw/ofw_subr.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ofw/ofw_subr.c soc2015/clord/head/sys/dev/ofw/ofw_subr.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/ofw/ofw_subr.h soc2015/clord/head/sys/dev/otus/ - copied from r297187, mirror/FreeBSD/head/sys/dev/otus/ soc2015/clord/head/sys/dev/ow/ - copied from r297187, mirror/FreeBSD/head/sys/dev/ow/ soc2015/clord/head/sys/dev/rtwn/ - copied from r297187, mirror/FreeBSD/head/sys/dev/rtwn/ soc2015/clord/head/sys/dev/sfxge/common/ef10_impl.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/sfxge/common/ef10_impl.h soc2015/clord/head/sys/dev/sfxge/common/efx_lic.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/sfxge/common/efx_lic.c soc2015/clord/head/sys/dev/sfxge/common/medford_impl.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/sfxge/common/medford_impl.h soc2015/clord/head/sys/dev/sfxge/common/medford_nic.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/sfxge/common/medford_nic.c soc2015/clord/head/sys/dev/syscons/plasma/ - copied from r297187, mirror/FreeBSD/head/sys/dev/syscons/plasma/ soc2015/clord/head/sys/dev/uart/uart_ppstypes.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/uart/uart_ppstypes.h soc2015/clord/head/sys/dev/usb/controller/dwc_otg_hisi.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/usb/controller/dwc_otg_hisi.c soc2015/clord/head/sys/dev/usb/net/if_ure.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/usb/net/if_ure.c soc2015/clord/head/sys/dev/usb/net/if_urereg.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/usb/net/if_urereg.h soc2015/clord/head/sys/dev/usb/wlan/if_urtwnvar.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/usb/wlan/if_urtwnvar.h soc2015/clord/head/sys/dev/vnic/ - copied from r297187, mirror/FreeBSD/head/sys/dev/vnic/ soc2015/clord/head/sys/dev/xen/console/xen_console.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/dev/xen/console/xen_console.c soc2015/clord/head/sys/geom/eli/g_eli_hmac.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/geom/eli/g_eli_hmac.c soc2015/clord/head/sys/geom/sched/gs_delay.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/geom/sched/gs_delay.c soc2015/clord/head/sys/kern/pic_if.m - copied unchanged from r297187, mirror/FreeBSD/head/sys/kern/pic_if.m soc2015/clord/head/sys/kern/subr_intr.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/kern/subr_intr.c soc2015/clord/head/sys/libkern/ffsll.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/libkern/ffsll.c soc2015/clord/head/sys/mips/atheros/qca953x_chip.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/atheros/qca953x_chip.c soc2015/clord/head/sys/mips/atheros/qca953x_chip.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/atheros/qca953x_chip.h soc2015/clord/head/sys/mips/atheros/qca953xreg.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/atheros/qca953xreg.h soc2015/clord/head/sys/mips/conf/AP143 - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/AP143 soc2015/clord/head/sys/mips/conf/AP143.hints - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/AP143.hints soc2015/clord/head/sys/mips/conf/ERL - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/ERL soc2015/clord/head/sys/mips/conf/MT7620 - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/MT7620 soc2015/clord/head/sys/mips/conf/MT7620.hints - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/MT7620.hints soc2015/clord/head/sys/mips/conf/ONIONOMEGA - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/ONIONOMEGA soc2015/clord/head/sys/mips/conf/ONIONOMEGA.hints - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/ONIONOMEGA.hints soc2015/clord/head/sys/mips/conf/QCA953X_BASE - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/QCA953X_BASE soc2015/clord/head/sys/mips/conf/QCA953X_BASE.hints - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/QCA953X_BASE.hints soc2015/clord/head/sys/mips/conf/RT5350 - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/RT5350 soc2015/clord/head/sys/mips/conf/RT5350.hints - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/RT5350.hints soc2015/clord/head/sys/mips/conf/TL-WR740Nv4 - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/TL-WR740Nv4 soc2015/clord/head/sys/mips/conf/TL-WR740Nv4.hints - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/conf/TL-WR740Nv4.hints soc2015/clord/head/sys/mips/mips/ofw_machdep.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/mips/ofw_machdep.c soc2015/clord/head/sys/mips/rt305x/rt305x_ehci.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/rt305x/rt305x_ehci.c soc2015/clord/head/sys/mips/rt305x/rt305x_ohci.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/rt305x/rt305x_ohci.c soc2015/clord/head/sys/mips/rt305x/rt305x_pci.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/rt305x/rt305x_pci.c soc2015/clord/head/sys/mips/rt305x/rt305x_pcireg.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/rt305x/rt305x_pcireg.h soc2015/clord/head/sys/mips/rt305x/rt305x_spi.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/mips/rt305x/rt305x_spi.c soc2015/clord/head/sys/modules/cxgbe/cxgbei/ - copied from r297187, mirror/FreeBSD/head/sys/modules/cxgbe/cxgbei/ soc2015/clord/head/sys/modules/dtrace/systrace_linux/ - copied from r297187, mirror/FreeBSD/head/sys/modules/dtrace/systrace_linux/ soc2015/clord/head/sys/modules/geom/geom_sched/gsched_delay/ - copied from r297187, mirror/FreeBSD/head/sys/modules/geom/geom_sched/gsched_delay/ soc2015/clord/head/sys/modules/if_enc/ - copied from r297187, mirror/FreeBSD/head/sys/modules/if_enc/ soc2015/clord/head/sys/modules/ioat/ - copied from r297187, mirror/FreeBSD/head/sys/modules/ioat/ soc2015/clord/head/sys/modules/linuxkpi/ - copied from r297187, mirror/FreeBSD/head/sys/modules/linuxkpi/ soc2015/clord/head/sys/modules/mdio/ - copied from r297187, mirror/FreeBSD/head/sys/modules/mdio/ soc2015/clord/head/sys/modules/mlx5/ - copied from r297187, mirror/FreeBSD/head/sys/modules/mlx5/ soc2015/clord/head/sys/modules/mlx5en/ - copied from r297187, mirror/FreeBSD/head/sys/modules/mlx5en/ soc2015/clord/head/sys/modules/otus/ - copied from r297187, mirror/FreeBSD/head/sys/modules/otus/ soc2015/clord/head/sys/modules/otusfw/ - copied from r297187, mirror/FreeBSD/head/sys/modules/otusfw/ soc2015/clord/head/sys/modules/ow/ - copied from r297187, mirror/FreeBSD/head/sys/modules/ow/ soc2015/clord/head/sys/modules/rtwn/ - copied from r297187, mirror/FreeBSD/head/sys/modules/rtwn/ soc2015/clord/head/sys/modules/rtwnfw/ - copied from r297187, mirror/FreeBSD/head/sys/modules/rtwnfw/ soc2015/clord/head/sys/modules/syscons/plasma/ - copied from r297187, mirror/FreeBSD/head/sys/modules/syscons/plasma/ soc2015/clord/head/sys/modules/tcp/ - copied from r297187, mirror/FreeBSD/head/sys/modules/tcp/ soc2015/clord/head/sys/modules/tests/ - copied from r297187, mirror/FreeBSD/head/sys/modules/tests/ soc2015/clord/head/sys/modules/usb/ure/ - copied from r297187, mirror/FreeBSD/head/sys/modules/usb/ure/ soc2015/clord/head/sys/net/altq/altq_codel.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/net/altq/altq_codel.c soc2015/clord/head/sys/net/altq/altq_codel.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/net/altq/altq_codel.h soc2015/clord/head/sys/netinet/in_fib.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet/in_fib.c soc2015/clord/head/sys/netinet/in_fib.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet/in_fib.h soc2015/clord/head/sys/netinet/tcp_fastopen.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet/tcp_fastopen.c soc2015/clord/head/sys/netinet/tcp_fastopen.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet/tcp_fastopen.h soc2015/clord/head/sys/netinet/tcp_pcap.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet/tcp_pcap.c soc2015/clord/head/sys/netinet/tcp_pcap.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet/tcp_pcap.h soc2015/clord/head/sys/netinet/tcp_stacks/ - copied from r297187, mirror/FreeBSD/head/sys/netinet/tcp_stacks/ soc2015/clord/head/sys/netinet6/in6_fib.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet6/in6_fib.c soc2015/clord/head/sys/netinet6/in6_fib.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/netinet6/in6_fib.h soc2015/clord/head/sys/opencrypto/xform_aes_icm.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_aes_icm.c soc2015/clord/head/sys/opencrypto/xform_aes_xts.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_aes_xts.c soc2015/clord/head/sys/opencrypto/xform_auth.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_auth.h soc2015/clord/head/sys/opencrypto/xform_blf.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_blf.c soc2015/clord/head/sys/opencrypto/xform_cast5.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_cast5.c soc2015/clord/head/sys/opencrypto/xform_cml.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_cml.c soc2015/clord/head/sys/opencrypto/xform_comp.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_comp.h soc2015/clord/head/sys/opencrypto/xform_deflate.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_deflate.c soc2015/clord/head/sys/opencrypto/xform_des1.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_des1.c soc2015/clord/head/sys/opencrypto/xform_des3.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_des3.c soc2015/clord/head/sys/opencrypto/xform_enc.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_enc.h soc2015/clord/head/sys/opencrypto/xform_gmac.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_gmac.c soc2015/clord/head/sys/opencrypto/xform_md5.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_md5.c soc2015/clord/head/sys/opencrypto/xform_null.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_null.c soc2015/clord/head/sys/opencrypto/xform_rijndael.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_rijndael.c soc2015/clord/head/sys/opencrypto/xform_rmd160.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_rmd160.c soc2015/clord/head/sys/opencrypto/xform_sha1.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_sha1.c soc2015/clord/head/sys/opencrypto/xform_sha2.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_sha2.c soc2015/clord/head/sys/opencrypto/xform_skipjack.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_skipjack.c soc2015/clord/head/sys/opencrypto/xform_userland.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/opencrypto/xform_userland.h soc2015/clord/head/sys/pc98/include/ofw_machdep.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/pc98/include/ofw_machdep.h soc2015/clord/head/sys/powerpc/mikrotik/ - copied from r297187, mirror/FreeBSD/head/sys/powerpc/mikrotik/ soc2015/clord/head/sys/powerpc/mpc85xx/qoriq_gpio.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/powerpc/mpc85xx/qoriq_gpio.c soc2015/clord/head/sys/riscv/ - copied from r297187, mirror/FreeBSD/head/sys/riscv/ soc2015/clord/head/sys/sparc64/pci/ofw_pci.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/sparc64/pci/ofw_pci.c soc2015/clord/head/sys/tests/ - copied from r297187, mirror/FreeBSD/head/sys/tests/ soc2015/clord/head/sys/x86/include/cputypes.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/x86/include/cputypes.h soc2015/clord/head/sys/x86/include/metadata.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/x86/include/metadata.h soc2015/clord/head/sys/x86/include/stack.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/x86/include/stack.h soc2015/clord/head/sys/x86/include/x86_smp.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/x86/include/x86_smp.h soc2015/clord/head/sys/x86/include/x86_var.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/x86/include/x86_var.h soc2015/clord/head/sys/x86/include/xen/ - copied from r297187, mirror/FreeBSD/head/sys/x86/include/xen/ soc2015/clord/head/sys/x86/x86/stack_machdep.c - copied unchanged from r297187, mirror/FreeBSD/head/sys/x86/x86/stack_machdep.c soc2015/clord/head/sys/xen/interface/arch-x86/pmu.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/arch-x86/pmu.h soc2015/clord/head/sys/xen/interface/errno.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/errno.h soc2015/clord/head/sys/xen/interface/gcov.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/gcov.h soc2015/clord/head/sys/xen/interface/hvm/hvm_xs_strings.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/hvm/hvm_xs_strings.h soc2015/clord/head/sys/xen/interface/hvm/pvdrivers.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/hvm/pvdrivers.h soc2015/clord/head/sys/xen/interface/pmu.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/pmu.h soc2015/clord/head/sys/xen/interface/vm_event.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/xen/interface/vm_event.h soc2015/clord/head/tests/sys/acl/ - copied from r297187, mirror/FreeBSD/head/tests/sys/acl/ soc2015/clord/head/tests/sys/geom/ - copied from r297187, mirror/FreeBSD/head/tests/sys/geom/ soc2015/clord/head/tests/sys/kern/acct/ - copied from r297187, mirror/FreeBSD/head/tests/sys/kern/acct/ soc2015/clord/head/tests/sys/kern/kern_copyin.c - copied unchanged from r297187, mirror/FreeBSD/head/tests/sys/kern/kern_copyin.c soc2015/clord/head/tests/sys/kern/pipe/ - copied from r297187, mirror/FreeBSD/head/tests/sys/kern/pipe/ soc2015/clord/head/tests/sys/kern/unix_passfd_test.c - copied unchanged from r297187, mirror/FreeBSD/head/tests/sys/kern/unix_passfd_test.c soc2015/clord/head/tests/sys/mac/ - copied from r297187, mirror/FreeBSD/head/tests/sys/mac/ soc2015/clord/head/tests/sys/posixshm/ - copied from r297187, mirror/FreeBSD/head/tests/sys/posixshm/ soc2015/clord/head/tests/sys/vfs/ - copied from r297187, mirror/FreeBSD/head/tests/sys/vfs/ soc2015/clord/head/tools/build/options/WITHOUT_DEBUG_FILES - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITHOUT_DEBUG_FILES soc2015/clord/head/tools/build/options/WITHOUT_LLDB - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITHOUT_LLDB soc2015/clord/head/tools/build/options/WITHOUT_LLVM_LIBUNWIND - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITHOUT_LLVM_LIBUNWIND soc2015/clord/head/tools/build/options/WITH_CCACHE_BUILD - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITH_CCACHE_BUILD soc2015/clord/head/tools/build/options/WITH_DIRDEPS_BUILD - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITH_DIRDEPS_BUILD soc2015/clord/head/tools/build/options/WITH_FAST_DEPEND - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITH_FAST_DEPEND soc2015/clord/head/tools/build/options/WITH_LLVM_LIBUNWIND - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITH_LLVM_LIBUNWIND soc2015/clord/head/tools/test/net/ - copied from r297187, mirror/FreeBSD/head/tools/test/net/ soc2015/clord/head/tools/tools/indent_wrapper/ - copied from r297187, mirror/FreeBSD/head/tools/tools/indent_wrapper/ soc2015/clord/head/tools/tools/ioat/ - copied from r297187, mirror/FreeBSD/head/tools/tools/ioat/ soc2015/clord/head/tools/tools/locale/ - copied from r297187, mirror/FreeBSD/head/tools/tools/locale/ soc2015/clord/head/tools/tools/nanobsd/embedded/ - copied from r297187, mirror/FreeBSD/head/tools/tools/nanobsd/embedded/ soc2015/clord/head/tools/tools/nanobsd/mtree-dedup.awk - copied unchanged from r297187, mirror/FreeBSD/head/tools/tools/nanobsd/mtree-dedup.awk soc2015/clord/head/usr.bin/caesar/ - copied from r297187, mirror/FreeBSD/head/usr.bin/caesar/ soc2015/clord/head/usr.bin/clang/clang/CC.sh - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/clang/clang/CC.sh soc2015/clord/head/usr.bin/clang/llvm-cxxdump/ - copied from r297187, mirror/FreeBSD/head/usr.bin/clang/llvm-cxxdump/ soc2015/clord/head/usr.bin/clang/llvm-dwarfdump/ - copied from r297187, mirror/FreeBSD/head/usr.bin/clang/llvm-dwarfdump/ soc2015/clord/head/usr.bin/clang/llvm-lto/ - copied from r297187, mirror/FreeBSD/head/usr.bin/clang/llvm-lto/ soc2015/clord/head/usr.bin/clang/llvm-pdbdump/ - copied from r297187, mirror/FreeBSD/head/usr.bin/clang/llvm-pdbdump/ soc2015/clord/head/usr.bin/cpio/tests/ - copied from r297187, mirror/FreeBSD/head/usr.bin/cpio/tests/ soc2015/clord/head/usr.bin/cxxfilt/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/cxxfilt/Makefile.depend soc2015/clord/head/usr.bin/dpv/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/dpv/Makefile.depend soc2015/clord/head/usr.bin/drill/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/drill/Makefile.depend soc2015/clord/head/usr.bin/dtc/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/dtc/Makefile.depend soc2015/clord/head/usr.bin/factor/ - copied from r297187, mirror/FreeBSD/head/usr.bin/factor/ soc2015/clord/head/usr.bin/fortune/ - copied from r297187, mirror/FreeBSD/head/usr.bin/fortune/ soc2015/clord/head/usr.bin/grdc/ - copied from r297187, mirror/FreeBSD/head/usr.bin/grdc/ soc2015/clord/head/usr.bin/iconv/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/iconv/Makefile.depend soc2015/clord/head/usr.bin/ident/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/ident/Makefile.depend soc2015/clord/head/usr.bin/iscsictl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/iscsictl/Makefile.depend soc2015/clord/head/usr.bin/limits/tests/ - copied from r297187, mirror/FreeBSD/head/usr.bin/limits/tests/ soc2015/clord/head/usr.bin/localedef/ - copied from r297187, mirror/FreeBSD/head/usr.bin/localedef/ soc2015/clord/head/usr.bin/mkcsmapper/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/mkcsmapper/Makefile.depend soc2015/clord/head/usr.bin/mkesdb/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/mkesdb/Makefile.depend soc2015/clord/head/usr.bin/mkimg/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/mkimg/Makefile.depend soc2015/clord/head/usr.bin/morse/ - copied from r297187, mirror/FreeBSD/head/usr.bin/morse/ soc2015/clord/head/usr.bin/netstat/nlist_symbols - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/netstat/nlist_symbols soc2015/clord/head/usr.bin/numactl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/numactl/Makefile.depend soc2015/clord/head/usr.bin/number/ - copied from r297187, mirror/FreeBSD/head/usr.bin/number/ soc2015/clord/head/usr.bin/patch/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/patch/Makefile.depend soc2015/clord/head/usr.bin/pom/ - copied from r297187, mirror/FreeBSD/head/usr.bin/pom/ soc2015/clord/head/usr.bin/primes/ - copied from r297187, mirror/FreeBSD/head/usr.bin/primes/ soc2015/clord/head/usr.bin/protect/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/protect/Makefile.depend soc2015/clord/head/usr.bin/random/ - copied from r297187, mirror/FreeBSD/head/usr.bin/random/ soc2015/clord/head/usr.bin/send-pr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/send-pr/Makefile.depend soc2015/clord/head/usr.bin/soelim/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/soelim/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_fs_x/ - copied from r297187, mirror/FreeBSD/head/usr.bin/svn/lib/libsvn_fs_x/ soc2015/clord/head/usr.bin/svn/svnbench/ - copied from r297187, mirror/FreeBSD/head/usr.bin/svn/svnbench/ soc2015/clord/head/usr.bin/svn/svnfsfs/ - copied from r297187, mirror/FreeBSD/head/usr.bin/svn/svnfsfs/ soc2015/clord/head/usr.bin/systat/sctp.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/systat/sctp.c soc2015/clord/head/usr.bin/systat/zarc.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/systat/zarc.c soc2015/clord/head/usr.bin/tar/tests/ - copied from r297187, mirror/FreeBSD/head/usr.bin/tar/tests/ soc2015/clord/head/usr.bin/truss/aarch64-cloudabi64.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/aarch64-cloudabi64.c soc2015/clord/head/usr.bin/truss/aarch64-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/aarch64-freebsd.c soc2015/clord/head/usr.bin/truss/amd64-cloudabi64.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/amd64-cloudabi64.c soc2015/clord/head/usr.bin/truss/amd64-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/amd64-freebsd.c soc2015/clord/head/usr.bin/truss/amd64-freebsd32.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/amd64-freebsd32.c soc2015/clord/head/usr.bin/truss/arm-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/arm-freebsd.c soc2015/clord/head/usr.bin/truss/cloudabi.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/cloudabi.c soc2015/clord/head/usr.bin/truss/cloudabi.h - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/cloudabi.h soc2015/clord/head/usr.bin/truss/i386-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/i386-freebsd.c soc2015/clord/head/usr.bin/truss/makesyscallsconf.sh - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/makesyscallsconf.sh soc2015/clord/head/usr.bin/truss/mips-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/mips-freebsd.c soc2015/clord/head/usr.bin/truss/powerpc-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/powerpc-freebsd.c soc2015/clord/head/usr.bin/truss/powerpc64-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/powerpc64-freebsd.c soc2015/clord/head/usr.bin/truss/powerpc64-freebsd32.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/powerpc64-freebsd32.c soc2015/clord/head/usr.bin/truss/sparc64-freebsd.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/truss/sparc64-freebsd.c soc2015/clord/head/usr.bin/vi/catalog/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/vi/catalog/Makefile.depend soc2015/clord/head/usr.bin/xo/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.bin/xo/Makefile.depend soc2015/clord/head/usr.bin/xo/tests/ - copied from r297187, mirror/FreeBSD/head/usr.bin/xo/tests/ soc2015/clord/head/usr.sbin/Makefile.arm64 - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/Makefile.arm64 soc2015/clord/head/usr.sbin/auditdistd/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/auditdistd/Makefile.depend soc2015/clord/head/usr.sbin/autofs/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/autofs/Makefile.depend soc2015/clord/head/usr.sbin/bhyve/fwctl.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bhyve/fwctl.c soc2015/clord/head/usr.sbin/bhyve/fwctl.h - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bhyve/fwctl.h soc2015/clord/head/usr.sbin/bhyvectl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bhyvectl/Makefile.depend soc2015/clord/head/usr.sbin/bhyvectl/bhyvectl.8 - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bhyvectl/bhyvectl.8 soc2015/clord/head/usr.sbin/bhyveload/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bhyveload/Makefile.depend soc2015/clord/head/usr.sbin/binmiscctl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/binmiscctl/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/console/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/console/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/console/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/console/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/diskmgmt/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/diskmgmt/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/diskmgmt/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/diskmgmt/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/docsinstall/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/docsinstall/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/docsinstall/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/docsinstall/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/dot/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/dot/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/dot/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/dot/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/examples/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/examples/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/includes/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/includes/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/includes/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/includes/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/includes/includes.sh - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/includes/includes.sh soc2015/clord/head/usr.sbin/bsdconfig/mouse/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/mouse/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/mouse/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/mouse/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/networking/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/networking/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/networking/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/networking/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/networking/share/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/networking/share/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/password/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/password/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/password/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/password/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/password/share/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/password/share/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/security/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/security/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/security/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/security/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/share/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/share/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/share/media/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/share/media/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/startup/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/startup/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/startup/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/startup/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/startup/share/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/startup/share/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/timezone/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/timezone/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/timezone/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/timezone/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/timezone/share/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/timezone/share/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/ttys/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/ttys/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/ttys/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/ttys/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/usermgmt/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/usermgmt/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/usermgmt/include/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/usermgmt/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/usermgmt/share/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/bsdconfig/usermgmt/share/Makefile.depend soc2015/clord/head/usr.sbin/camdd/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/camdd/ soc2015/clord/head/usr.sbin/ctld/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ctld/Makefile.depend soc2015/clord/head/usr.sbin/devctl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/devctl/Makefile.depend soc2015/clord/head/usr.sbin/fmtree/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/fmtree/ soc2015/clord/head/usr.sbin/fstyp/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/fstyp/Makefile.depend soc2015/clord/head/usr.sbin/ftp-proxy/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ftp-proxy/Makefile.depend soc2015/clord/head/usr.sbin/hyperv/tools/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/hyperv/tools/Makefile.depend soc2015/clord/head/usr.sbin/iovctl/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/iovctl/Makefile.depend soc2015/clord/head/usr.sbin/iscsid/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/iscsid/Makefile.depend soc2015/clord/head/usr.sbin/kldxref/ef_aarch64.c - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/kldxref/ef_aarch64.c soc2015/clord/head/usr.sbin/makefs/tests/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/makefs/tests/ soc2015/clord/head/usr.sbin/mpsutil/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/mpsutil/ soc2015/clord/head/usr.sbin/nandsim/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/nandsim/Makefile.depend soc2015/clord/head/usr.sbin/nandtool/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/nandtool/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/drivers/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/drivers/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/drivers/icons/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/drivers/icons/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/drivers/scripts/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/drivers/scripts/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/hints/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/hints/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/icons/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/icons/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/pic/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/pic/Makefile.depend soc2015/clord/head/usr.sbin/ntp/doc/scripts/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ntp/doc/scripts/Makefile.depend soc2015/clord/head/usr.sbin/ppp/ppp.conf - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/ppp/ppp.conf soc2015/clord/head/usr.sbin/rpcbind/tests/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/rpcbind/tests/ soc2015/clord/head/usr.sbin/sesutil/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/sesutil/ soc2015/clord/head/usr.sbin/sysrc/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/sysrc/Makefile.depend soc2015/clord/head/usr.sbin/uefisign/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/uefisign/Makefile.depend soc2015/clord/head/usr.sbin/unbound/anchor/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/unbound/anchor/Makefile.depend soc2015/clord/head/usr.sbin/unbound/checkconf/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/unbound/checkconf/Makefile.depend soc2015/clord/head/usr.sbin/unbound/control/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/unbound/control/Makefile.depend soc2015/clord/head/usr.sbin/unbound/daemon/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/unbound/daemon/Makefile.depend soc2015/clord/head/usr.sbin/unbound/local-setup/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/unbound/local-setup/Makefile.depend soc2015/clord/head/usr.sbin/vigr/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/usr.sbin/vigr/Makefile.depend soc2015/clord/head/usr.sbin/ypldap/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/ypldap/ soc2015/clord/head/usr.sbin/ypserv/common/ - copied from r297187, mirror/FreeBSD/head/usr.sbin/ypserv/common/ Replaced: soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixtfdi.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fixtfdi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixtfsi.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fixtfsi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixtfti.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fixtfti.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixunstfdi.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fixunstfdi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixunstfsi.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fixunstfsi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixunstfti.c - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fixunstfti.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fp_fixint_impl.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fp_fixint_impl.inc soc2015/clord/head/contrib/compiler-rt/lib/builtins/fp_fixuint_impl.inc - copied unchanged from r297187, mirror/FreeBSD/head/contrib/compiler-rt/lib/builtins/fp_fixuint_impl.inc soc2015/clord/head/contrib/libc++/ (props changed) - copied from r297187, mirror/FreeBSD/head/contrib/libc++/ soc2015/clord/head/lib/libc/locale/ascii.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/locale/ascii.c soc2015/clord/head/lib/libc/stdlib/hcreate.c - copied unchanged from r297187, mirror/FreeBSD/head/lib/libc/stdlib/hcreate.c soc2015/clord/head/libexec/dma/Makefile - copied unchanged from r297187, mirror/FreeBSD/head/libexec/dma/Makefile soc2015/clord/head/share/monetdef/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/Makefile.depend soc2015/clord/head/share/monetdef/de_AT.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/de_AT.ISO8859-1.src soc2015/clord/head/share/monetdef/nl_NL.ISO8859-1.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/nl_NL.ISO8859-1.src soc2015/clord/head/share/monetdef/sl_SI.ISO8859-2.src - copied unchanged from r297187, mirror/FreeBSD/head/share/monetdef/sl_SI.ISO8859-2.src soc2015/clord/head/share/msgdef/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/msgdef/Makefile.depend soc2015/clord/head/share/numericdef/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/Makefile.depend soc2015/clord/head/share/numericdef/uk_UA.KOI8-U.src - copied unchanged from r297187, mirror/FreeBSD/head/share/numericdef/uk_UA.KOI8-U.src soc2015/clord/head/share/timedef/Makefile.depend - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/Makefile.depend soc2015/clord/head/share/timedef/de_DE.UTF-8.src - copied unchanged from r297187, mirror/FreeBSD/head/share/timedef/de_DE.UTF-8.src soc2015/clord/head/sys/amd64/include/metadata.h - copied unchanged from r297187, mirror/FreeBSD/head/sys/amd64/include/metadata.h soc2015/clord/head/tools/build/options/WITH_META_MODE - copied unchanged from r297187, mirror/FreeBSD/head/tools/build/options/WITH_META_MODE Deleted: soc2015/clord/head/cddl/contrib/opensolaris/cmd/sgs/ soc2015/clord/head/cddl/contrib/opensolaris/common/avl/avl.c soc2015/clord/head/cddl/usr.bin/sgsmsg/ soc2015/clord/head/cddl/usr.sbin/dtrace/tests/Makefile.inc1 soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc soc2015/clord/head/contrib/dma/BSDmakefile soc2015/clord/head/contrib/dma/debian/ soc2015/clord/head/contrib/libucl/cmake/ soc2015/clord/head/contrib/libxo/libxo/xoconfig.h soc2015/clord/head/contrib/libxo/libxo/xoconfig.h.in soc2015/clord/head/contrib/libxo/libxo/xoversion.h soc2015/clord/head/contrib/libxo/libxo/xoversion.h.in soc2015/clord/head/contrib/llvm/include/llvm/Analysis/ConstantsScanner.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/FunctionTargetTransformInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/JumpInstrTableInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ForwardControlFlowIntegrity.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/JumpInstrTables.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/StackMapLivenessAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFAcceleratorTable.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFCompileUnit.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFContext.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAbbrev.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugArangeSet.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAranges.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugFrame.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugInfoEntry.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLine.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLoc.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugRangeList.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFFormValue.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFRelocMap.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFSection.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFTypeUnit.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DWARFUnit.h soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsR600.td soc2015/clord/head/contrib/llvm/include/llvm/MC/MCELF.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCELFSymbolFlags.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCMachOSymbolFlags.h soc2015/clord/head/contrib/llvm/include/llvm/PassManager.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/VectorUtils.h soc2015/clord/head/contrib/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/JumpInstrTableInfo.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.h soc2015/clord/head/contrib/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/JumpInstrTables.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.h soc2015/clord/head/contrib/llvm/lib/DebugInfo/DIContext.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFContext.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugAbbrev.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugFrame.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugLine.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFFormValue.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/DWARFUnit.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.cpp soc2015/clord/head/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.h soc2015/clord/head/contrib/llvm/lib/DebugInfo/module.modulemap soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/EventListenerCommon.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp soc2015/clord/head/contrib/llvm/lib/IR/AsmWriter.h soc2015/clord/head/contrib/llvm/lib/IR/LeaksContext.h soc2015/clord/head/contrib/llvm/lib/IR/UseListOrder.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCELF.cpp soc2015/clord/head/contrib/llvm/lib/Support/IsInf.cpp soc2015/clord/head/contrib/llvm/lib/Support/IsNAN.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMFPUName.def soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMFPUName.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMArchName.def soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMArchName.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonVarargsCallingConvention.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16HardFloat.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsOs16.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerStructArgs.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXutil.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXutil.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/R600/ soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/TargetLibraryInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCUtil.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp soc2015/clord/head/contrib/llvm/patches/patch-01-freebsd-kprintf.diff soc2015/clord/head/contrib/llvm/patches/patch-02-clang-vendor-suffix.diff soc2015/clord/head/contrib/llvm/patches/patch-03-add-CC-aliases.diff soc2015/clord/head/contrib/llvm/patches/patch-04-add-llvm-gvn-option.diff soc2015/clord/head/contrib/llvm/patches/patch-05-enable-armv6-clrex.diff soc2015/clord/head/contrib/llvm/patches/patch-06-clang-add-mips-triples.diff soc2015/clord/head/contrib/llvm/patches/patch-07-llvm-r227752-boot2-shrink.diff soc2015/clord/head/contrib/llvm/patches/patch-08-llvm-r230348-arm-fix-bad-ha.diff soc2015/clord/head/contrib/llvm/patches/patch-09-clang-r227115-constantarraytype.diff soc2015/clord/head/contrib/llvm/patches/patch-10-llvm-r241142-r241143-mmx-undef.diff soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsR600.def soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/NativeRegisterContext.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/NativeRegisterContextRegisterInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-private-log.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpoint.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpointList.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/SoftwareBreakpoint.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXStopInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXStopInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_arm64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_arm64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_mips64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/NativeRegisterContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/NativeRegisterContextRegisterInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/StringExtractor.h soc2015/clord/head/contrib/llvm/tools/lldb/source/lldb-log.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/Driver.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/Driver.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinLinux.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinLinux.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinWindows.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinWindows.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilTermios.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilTermios.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-platform/ soc2015/clord/head/contrib/llvm/tools/llvm-cov/CoverageSummary.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/CoverageSummary.h soc2015/clord/head/contrib/llvm/tools/opt/PassRegistry.def soc2015/clord/head/contrib/llvm/tools/opt/Passes.cpp soc2015/clord/head/contrib/llvm/tools/opt/Passes.h soc2015/clord/head/contrib/ntp/FREEBSD-Xlist soc2015/clord/head/contrib/ntp/FREEBSD-upgrade soc2015/clord/head/contrib/ntp/sntp/libevent/sample/ soc2015/clord/head/contrib/ntp/sntp/tests/fileHandlingTest.h soc2015/clord/head/contrib/ntp/sntp/tests/g_fileHandlingTest.h soc2015/clord/head/contrib/ntp/sntp/tests/g_networking.cpp soc2015/clord/head/contrib/ntp/sntp/tests/g_packetHandling.cpp soc2015/clord/head/contrib/ntp/sntp/tests/g_packetProcessing.cpp soc2015/clord/head/contrib/ntp/sntp/tests/g_sntptest.h soc2015/clord/head/contrib/ntp/sntp/tests_main.cpp soc2015/clord/head/contrib/ntp/sntp/tests_main.h soc2015/clord/head/contrib/ntp/tests/libntp/g_a_md5encrypt.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_atoint.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_atouint.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_authkeys.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_buftvtots.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_calendar.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_caljulian.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_caltontp.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_calyearstart.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_clocktime.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_decodenetnum.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_hextoint.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_hextolfp.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_humandate.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_lfpfunc.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_lfptest.h soc2015/clord/head/contrib/ntp/tests/libntp/g_lfptostr.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_libntptest.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_libntptest.h soc2015/clord/head/contrib/ntp/tests/libntp/g_modetoa.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_msyslog.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_netof.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_numtoa.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_numtohost.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_octtoint.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_prettydate.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_recvbuff.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_refnumtoa.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_sfptostr.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_sockaddrtest.h soc2015/clord/head/contrib/ntp/tests/libntp/g_socktoa.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_ssl_init.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_statestr.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_strtolfp.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_timespecops.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_timestructs.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_timestructs.h soc2015/clord/head/contrib/ntp/tests/libntp/g_timevalops.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_tstotv.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_tvtots.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_uglydate.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_vi64ops.cpp soc2015/clord/head/contrib/ntp/tests/libntp/g_ymd2yd.cpp soc2015/clord/head/contrib/ntp/tests/ntpd/leapsec.cpp soc2015/clord/head/contrib/ntp/tests/ntpd/ntpdtest.cpp soc2015/clord/head/contrib/ntp/tests/ntpd/ntpdtest.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_named_atomic.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_pseudo_md5.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/key-gen.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/key-gen.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/locks.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/md5.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/named_atomic.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/pseudo_md5.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sha1.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sha1.h soc2015/clord/head/contrib/subversion/subversion/svn/client_errors.h soc2015/clord/head/contrib/unbound/ldns/ soc2015/clord/head/contrib/wpa/src/crypto/crypto_cryptoapi.c soc2015/clord/head/contrib/wpa/src/crypto/tls_schannel.c soc2015/clord/head/crypto/openssh/schnorr.c soc2015/clord/head/crypto/openssl/crypto/bn/asm/modexp512-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/engine/eng_rsax.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_fips.c soc2015/clord/head/crypto/openssl/doc/openssl_button.gif soc2015/clord/head/crypto/openssl/doc/openssl_button.html soc2015/clord/head/crypto/openssl/ssl/d1_enc.c soc2015/clord/head/crypto/openssl/util/pod2mantest soc2015/clord/head/etc/dma/ soc2015/clord/head/etc/periodic/daily/430.status-rwho soc2015/clord/head/etc/ppp/ soc2015/clord/head/games/ soc2015/clord/head/gnu/usr.bin/cc/c++filt/ soc2015/clord/head/gnu/usr.bin/cc/collect2/ soc2015/clord/head/gnu/usr.bin/cc/protoize/ soc2015/clord/head/gnu/usr.bin/groff/src/devices/xditview/ soc2015/clord/head/gnu/usr.bin/groff/tmac/fr.ISO8859-1 soc2015/clord/head/gnu/usr.bin/groff/tmac/mdoc.local soc2015/clord/head/gnu/usr.bin/groff/tmac/ru.KOI8-R soc2015/clord/head/lib/clang/libllvmdebuginfo/ soc2015/clord/head/lib/libarchive/test/ soc2015/clord/head/lib/libclang_rt/san/ soc2015/clord/head/lib/libclang_rt/ubsan/ soc2015/clord/head/lib/libclang_rt/ubsan_cxx/ soc2015/clord/head/lib/libgpib/ soc2015/clord/head/lib/libkvm/kvm_aarch64.c soc2015/clord/head/lib/libkvm/kvm_mips.c soc2015/clord/head/lib/libkvm/kvm_sparc.c soc2015/clord/head/lib/libmd/Makefile.depend.host soc2015/clord/head/lib/libmd/sha512.h soc2015/clord/head/lib/libmd/sha512c.c soc2015/clord/head/lib/libohash/ soc2015/clord/head/lib/librt/Version.map soc2015/clord/head/libexec/dma-mbox-create/ soc2015/clord/head/sbin/ifconfig/regdomain.c soc2015/clord/head/sbin/ifconfig/regdomain.h soc2015/clord/head/sbin/ipf/ipsend/ soc2015/clord/head/sbin/ipf/iptest/ soc2015/clord/head/sbin/ipf/rules/ soc2015/clord/head/secure/lib/libcrypto/amd64/modexp512-x86_64.S soc2015/clord/head/secure/lib/libcrypto/i386/cast-586.s soc2015/clord/head/share/colldef/README soc2015/clord/head/share/colldef/be_BY.CP1131.src soc2015/clord/head/share/colldef/be_BY.CP1251.src soc2015/clord/head/share/colldef/be_BY.ISO8859-5.src soc2015/clord/head/share/colldef/bg_BG.CP1251.src soc2015/clord/head/share/colldef/ca_ES.ISO8859-1.src soc2015/clord/head/share/colldef/ca_ES.ISO8859-15.src soc2015/clord/head/share/colldef/cs_CZ.ISO8859-2.src soc2015/clord/head/share/colldef/de_DE.ISO8859-1.src soc2015/clord/head/share/colldef/de_DE.ISO8859-15.src soc2015/clord/head/share/colldef/el_GR.ISO8859-7.src soc2015/clord/head/share/colldef/en_DK.example soc2015/clord/head/share/colldef/es_ES.ISO8859-1.src soc2015/clord/head/share/colldef/es_ES.ISO8859-15.src soc2015/clord/head/share/colldef/et_EE.ISO8859-15.src soc2015/clord/head/share/colldef/hi_IN.ISCII-DEV.src soc2015/clord/head/share/colldef/hr_HR.ISO8859-2.src soc2015/clord/head/share/colldef/hy_AM.ARMSCII-8.src soc2015/clord/head/share/colldef/is_IS.ISO8859-1.src soc2015/clord/head/share/colldef/is_IS.ISO8859-15.src soc2015/clord/head/share/colldef/kk_KZ.PT154.src soc2015/clord/head/share/colldef/la_LN.ISO8859-1.src soc2015/clord/head/share/colldef/la_LN.ISO8859-13.src soc2015/clord/head/share/colldef/la_LN.ISO8859-15.src soc2015/clord/head/share/colldef/la_LN.ISO8859-2.src soc2015/clord/head/share/colldef/la_LN.ISO8859-4.src soc2015/clord/head/share/colldef/la_LN.US-ASCII.src soc2015/clord/head/share/colldef/lt_LT.ISO8859-4.src soc2015/clord/head/share/colldef/map.ARMSCII-8 soc2015/clord/head/share/colldef/map.CP1131 soc2015/clord/head/share/colldef/map.CP1251 soc2015/clord/head/share/colldef/map.CP866 soc2015/clord/head/share/colldef/map.ISCII-DEV soc2015/clord/head/share/colldef/map.ISO8859-1 soc2015/clord/head/share/colldef/map.ISO8859-13 soc2015/clord/head/share/colldef/map.ISO8859-15 soc2015/clord/head/share/colldef/map.ISO8859-2 soc2015/clord/head/share/colldef/map.ISO8859-4 soc2015/clord/head/share/colldef/map.ISO8859-5 soc2015/clord/head/share/colldef/map.ISO8859-7 soc2015/clord/head/share/colldef/map.ISO8859-9 soc2015/clord/head/share/colldef/map.KOI8-R soc2015/clord/head/share/colldef/map.KOI8-U soc2015/clord/head/share/colldef/map.PT154 soc2015/clord/head/share/colldef/no_NO.ISO8859-1.src soc2015/clord/head/share/colldef/no_NO.ISO8859-15.src soc2015/clord/head/share/colldef/pl_PL.ISO8859-2.src soc2015/clord/head/share/colldef/ru_RU.CP1251.src soc2015/clord/head/share/colldef/ru_RU.CP866.src soc2015/clord/head/share/colldef/ru_RU.ISO8859-5.src soc2015/clord/head/share/colldef/ru_RU.KOI8-R.src soc2015/clord/head/share/colldef/sl_SI.ISO8859-2.src soc2015/clord/head/share/colldef/sr_YU.ISO8859-5.src soc2015/clord/head/share/colldef/sv_SE.ISO8859-1.src soc2015/clord/head/share/colldef/sv_SE.ISO8859-15.src soc2015/clord/head/share/colldef/tr_TR.ISO8859-9.src soc2015/clord/head/share/colldef/uk_UA.CP1251.src soc2015/clord/head/share/colldef/uk_UA.ISO8859-5.src soc2015/clord/head/share/colldef/uk_UA.KOI8-U.src soc2015/clord/head/share/examples/dma/ soc2015/clord/head/share/mklocale/ soc2015/clord/head/share/monetdef/af_ZA.ISO8859-1.src soc2015/clord/head/share/monetdef/ca_ES.ISO8859-1.src soc2015/clord/head/share/monetdef/ca_ES.UTF-8.src soc2015/clord/head/share/monetdef/da_DK.ISO8859-1.src soc2015/clord/head/share/monetdef/de_CH.ISO8859-1.src soc2015/clord/head/share/monetdef/de_DE.ISO8859-1.src soc2015/clord/head/share/monetdef/de_DE.UTF-8.src soc2015/clord/head/share/monetdef/el_GR.ISO8859-7.src soc2015/clord/head/share/monetdef/el_GR.UTF-8.src soc2015/clord/head/share/monetdef/en_AU.ISO8859-1.src soc2015/clord/head/share/monetdef/en_CA.ISO8859-1.src soc2015/clord/head/share/monetdef/en_GB.ISO8859-1.src soc2015/clord/head/share/monetdef/en_NZ.ISO8859-1.src soc2015/clord/head/share/monetdef/en_US.ISO8859-1.src soc2015/clord/head/share/monetdef/es_ES.ISO8859-1.src soc2015/clord/head/share/monetdef/es_ES.UTF-8.src soc2015/clord/head/share/monetdef/et_EE.ISO8859-15.src soc2015/clord/head/share/monetdef/fi_FI.ISO8859-1.src soc2015/clord/head/share/monetdef/fi_FI.UTF-8.src soc2015/clord/head/share/monetdef/fr_BE.ISO8859-1.src soc2015/clord/head/share/monetdef/fr_BE.UTF-8.src soc2015/clord/head/share/monetdef/fr_CA.ISO8859-1.src soc2015/clord/head/share/monetdef/fr_FR.ISO8859-1.src soc2015/clord/head/share/monetdef/fr_FR.UTF-8.src soc2015/clord/head/share/monetdef/hr_HR.ISO8859-2.src soc2015/clord/head/share/monetdef/is_IS.ISO8859-1.src soc2015/clord/head/share/monetdef/it_IT.ISO8859-1.src soc2015/clord/head/share/monetdef/it_IT.UTF-8.src soc2015/clord/head/share/monetdef/kk_KZ.PT154.src soc2015/clord/head/share/monetdef/kk_KZ.UTF-8.src soc2015/clord/head/share/monetdef/lt_LT.ISO8859-13.src soc2015/clord/head/share/monetdef/mn_MN.UTF-8.src soc2015/clord/head/share/monetdef/nl_BE.ISO8859-1.src soc2015/clord/head/share/monetdef/nl_BE.UTF-8.src soc2015/clord/head/share/monetdef/no_NO.ISO8859-1.src soc2015/clord/head/share/monetdef/pt_BR.ISO8859-1.src soc2015/clord/head/share/monetdef/pt_PT.ISO8859-1.src soc2015/clord/head/share/monetdef/pt_PT.ISO8859-15.src soc2015/clord/head/share/monetdef/pt_PT.UTF-8.src soc2015/clord/head/share/monetdef/ro_RO.ISO8859-2.src soc2015/clord/head/share/monetdef/sk_SK.ISO8859-2.src soc2015/clord/head/share/monetdef/sr_YU.ISO8859-2.src soc2015/clord/head/share/monetdef/sr_YU.ISO8859-5.src soc2015/clord/head/share/monetdef/sr_YU.UTF-8.src soc2015/clord/head/share/monetdef/sv_SE.ISO8859-1.src soc2015/clord/head/share/monetdef/zh_CN.GB18030.src soc2015/clord/head/share/monetdef/zh_CN.GB2312.src soc2015/clord/head/share/monetdef/zh_CN.UTF-8.src soc2015/clord/head/share/monetdef/zh_CN.eucCN.src soc2015/clord/head/share/monetdef/zh_HK.UTF-8.src soc2015/clord/head/share/monetdef/zh_TW.Big5.src soc2015/clord/head/share/msgdef/af_ZA.ISO8859-1.src soc2015/clord/head/share/msgdef/ca_ES.ISO8859-1.src soc2015/clord/head/share/msgdef/cs_CZ.ISO8859-2.src soc2015/clord/head/share/msgdef/da_DK.ISO8859-1.src soc2015/clord/head/share/msgdef/de_DE.ISO8859-1.src soc2015/clord/head/share/msgdef/en_CA.ISO8859-1.src soc2015/clord/head/share/msgdef/en_GB.ISO8859-1.src soc2015/clord/head/share/msgdef/en_US.ISO8859-1.src soc2015/clord/head/share/msgdef/es_ES.ISO8859-1.src soc2015/clord/head/share/msgdef/et_EE.ISO8859-15.src soc2015/clord/head/share/msgdef/eu_ES.ISO8859-1.src soc2015/clord/head/share/msgdef/fi_FI.ISO8859-1.src soc2015/clord/head/share/msgdef/fr_BE.ISO8859-1.src soc2015/clord/head/share/msgdef/fr_CH.ISO8859-1.src soc2015/clord/head/share/msgdef/fr_FR.ISO8859-1.src soc2015/clord/head/share/msgdef/hr_HR.ISO8859-2.src soc2015/clord/head/share/msgdef/hu_HU.ISO8859-2.src soc2015/clord/head/share/msgdef/is_IS.ISO8859-1.src soc2015/clord/head/share/msgdef/it_IT.ISO8859-1.src soc2015/clord/head/share/msgdef/kk_KZ.PT154.src soc2015/clord/head/share/msgdef/kk_KZ.UTF-8.src soc2015/clord/head/share/msgdef/lt_LT.ISO8859-13.src soc2015/clord/head/share/msgdef/mn_MN.UTF-8.src soc2015/clord/head/share/msgdef/nl_NL.ISO8859-1.src soc2015/clord/head/share/msgdef/no_NO.ISO8859-1.src soc2015/clord/head/share/msgdef/pl_PL.ISO8859-2.src soc2015/clord/head/share/msgdef/pt_PT.ISO8859-1.src soc2015/clord/head/share/msgdef/ro_RO.ISO8859-2.src soc2015/clord/head/share/msgdef/sl_SI.ISO8859-2.src soc2015/clord/head/share/msgdef/sr_YU.ISO8859-2.src soc2015/clord/head/share/msgdef/sr_YU.ISO8859-5.src soc2015/clord/head/share/msgdef/sr_YU.UTF-8.src soc2015/clord/head/share/msgdef/sv_SE.ISO8859-1.src soc2015/clord/head/share/msgdef/zh_CN.GB18030.src soc2015/clord/head/share/msgdef/zh_CN.GB2312.src soc2015/clord/head/share/msgdef/zh_CN.UTF-8.src soc2015/clord/head/share/msgdef/zh_CN.eucCN.src soc2015/clord/head/share/msgdef/zh_TW.Big5.src soc2015/clord/head/share/msgdef/zh_TW.UTF-8.src soc2015/clord/head/share/numericdef/af_ZA.ISO8859-1.src soc2015/clord/head/share/numericdef/am_ET.UTF-8.src soc2015/clord/head/share/numericdef/be_BY.CP1251.src soc2015/clord/head/share/numericdef/bg_BG.CP1251.src soc2015/clord/head/share/numericdef/ca_ES.ISO8859-1.src soc2015/clord/head/share/numericdef/cs_CZ.ISO8859-2.src soc2015/clord/head/share/numericdef/da_DK.ISO8859-1.src soc2015/clord/head/share/numericdef/de_CH.ISO8859-1.src soc2015/clord/head/share/numericdef/de_DE.ISO8859-1.src soc2015/clord/head/share/numericdef/el_GR.ISO8859-7.src soc2015/clord/head/share/numericdef/en_US.ISO8859-1.src soc2015/clord/head/share/numericdef/es_ES.ISO8859-1.src soc2015/clord/head/share/numericdef/et_EE.ISO8859-15.src soc2015/clord/head/share/numericdef/eu_ES.ISO8859-1.src soc2015/clord/head/share/numericdef/fi_FI.ISO8859-1.src soc2015/clord/head/share/numericdef/fr_BE.ISO8859-1.src soc2015/clord/head/share/numericdef/fr_FR.ISO8859-1.src soc2015/clord/head/share/numericdef/hi_IN.ISCII-DEV.src soc2015/clord/head/share/numericdef/hr_HR.ISO8859-2.src soc2015/clord/head/share/numericdef/hu_HU.ISO8859-2.src soc2015/clord/head/share/numericdef/hy_AM.ARMSCII-8.src soc2015/clord/head/share/numericdef/is_IS.ISO8859-1.src soc2015/clord/head/share/numericdef/it_IT.ISO8859-1.src soc2015/clord/head/share/numericdef/ja_JP.eucJP.src soc2015/clord/head/share/numericdef/kk_KZ.PT154.src soc2015/clord/head/share/numericdef/ko_KR.eucKR.src soc2015/clord/head/share/numericdef/lt_LT.ISO8859-13.src soc2015/clord/head/share/numericdef/mn_MN.UTF-8.src soc2015/clord/head/share/numericdef/nl_NL.ISO8859-1.src soc2015/clord/head/share/numericdef/no_NO.ISO8859-1.src soc2015/clord/head/share/numericdef/pl_PL.ISO8859-2.src soc2015/clord/head/share/numericdef/pt_BR.ISO8859-1.src soc2015/clord/head/share/numericdef/pt_PT.ISO8859-1.src soc2015/clord/head/share/numericdef/ro_RO.ISO8859-2.src soc2015/clord/head/share/numericdef/ru_RU.KOI8-R.src soc2015/clord/head/share/numericdef/sk_SK.ISO8859-2.src soc2015/clord/head/share/numericdef/sl_SI.ISO8859-2.src soc2015/clord/head/share/numericdef/sr_YU.ISO8859-2.src soc2015/clord/head/share/numericdef/sr_YU.ISO8859-5.src soc2015/clord/head/share/numericdef/sv_SE.ISO8859-1.src soc2015/clord/head/share/numericdef/tr_TR.ISO8859-9.src soc2015/clord/head/share/numericdef/zh_CN.eucCN.src soc2015/clord/head/share/timedef/ca_ES.ISO8859-1.src soc2015/clord/head/share/timedef/ca_ES.UTF-8.src soc2015/clord/head/share/timedef/da_DK.ISO8859-1.src soc2015/clord/head/share/timedef/de_AT.ISO8859-1.src soc2015/clord/head/share/timedef/de_DE.ISO8859-1.src soc2015/clord/head/share/timedef/en_GB.ISO8859-1.src soc2015/clord/head/share/timedef/en_US.ISO8859-1.src soc2015/clord/head/share/timedef/es_ES.ISO8859-1.src soc2015/clord/head/share/timedef/eu_ES.ISO8859-1.src soc2015/clord/head/share/timedef/fi_FI.ISO8859-1.src soc2015/clord/head/share/timedef/fr_FR.ISO8859-1.src soc2015/clord/head/share/timedef/is_IS.ISO8859-1.src soc2015/clord/head/share/timedef/it_IT.ISO8859-1.src soc2015/clord/head/share/timedef/kk_KZ.PT154.src soc2015/clord/head/share/timedef/kk_KZ.UTF-8.src soc2015/clord/head/share/timedef/la_LN.ISO8859-1.src soc2015/clord/head/share/timedef/lt_LT.ISO8859-4.src soc2015/clord/head/share/timedef/mn_MN.UTF-8.src soc2015/clord/head/share/timedef/nb_NO.ISO8859-1.src soc2015/clord/head/share/timedef/nl_NL.ISO8859-1.src soc2015/clord/head/share/timedef/nn_NO.ISO8859-1.src soc2015/clord/head/share/timedef/pt_PT.ISO8859-1.src soc2015/clord/head/share/timedef/sr_YU.ISO8859-2.src soc2015/clord/head/share/timedef/sr_YU.ISO8859-5.src soc2015/clord/head/share/timedef/sr_YU.UTF-8.src soc2015/clord/head/share/timedef/sv_SE.ISO8859-1.src soc2015/clord/head/share/timedef/zh_CN.GB18030.src soc2015/clord/head/share/timedef/zh_CN.GB2312.src soc2015/clord/head/share/timedef/zh_CN.UTF-8.src soc2015/clord/head/share/timedef/zh_CN.eucCN.src soc2015/clord/head/share/timedef/zh_TW.Big5.src soc2015/clord/head/share/timedef/zh_TW.UTF-8.src soc2015/clord/head/sys/amd64/amd64/stack_machdep.c soc2015/clord/head/sys/arm/conf/CUBIEBOARD2 soc2015/clord/head/sys/arm/conf/EP80219 soc2015/clord/head/sys/arm/conf/IQ31244 soc2015/clord/head/sys/arm/conf/LN2410SBC soc2015/clord/head/sys/arm/include/katelib.h soc2015/clord/head/sys/arm/samsung/s3c2xx0/ soc2015/clord/head/sys/arm/ti/am335x/hdmi.h soc2015/clord/head/sys/arm/ti/am335x/hdmi_if.m soc2015/clord/head/sys/boot/i386/boot0/boot0ext.S soc2015/clord/head/sys/boot/i386/boot0ext/ soc2015/clord/head/sys/cam/ctl/ctl_backend_block.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_proc.c soc2015/clord/head/sys/crypto/sha2/sha2.c soc2015/clord/head/sys/crypto/sha2/sha2.h soc2015/clord/head/sys/dev/etherswitch/mdio.c soc2015/clord/head/sys/dev/etherswitch/mdio.h soc2015/clord/head/sys/dev/etherswitch/mdio_if.m soc2015/clord/head/sys/dev/ixgbe/LICENSE soc2015/clord/head/sys/dev/ixgbe/README soc2015/clord/head/sys/dev/mmc/host/dwmmc.h soc2015/clord/head/sys/dev/usb/usb_compat_linux.c soc2015/clord/head/sys/dev/usb/usb_compat_linux.h soc2015/clord/head/sys/dev/xen/console/console.c soc2015/clord/head/sys/dev/xen/console/xencons_ring.c soc2015/clord/head/sys/dev/xen/console/xencons_ring.h soc2015/clord/head/sys/i386/i386/stack_machdep.c soc2015/clord/head/sys/mips/rmi/dev/xlr/rge.c soc2015/clord/head/sys/mips/rmi/dev/xlr/rge.h soc2015/clord/head/sys/modules/ispfw/isp_1040_it/ soc2015/clord/head/sys/modules/ispfw/isp_1080_it/ soc2015/clord/head/sys/modules/ispfw/isp_12160_it/ soc2015/clord/head/sys/modules/ispfw/isp_2400_multi/ soc2015/clord/head/sys/modules/ispfw/isp_2500_multi/ soc2015/clord/head/sys/modules/linuxapi/ soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_ethtool.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_selftest.c soc2015/clord/head/sys/ofed/include/asm/ soc2015/clord/head/sys/ofed/include/linux/bitops.h soc2015/clord/head/sys/ofed/include/linux/cache.h soc2015/clord/head/sys/ofed/include/linux/cdev.h soc2015/clord/head/sys/ofed/include/linux/clocksource.h soc2015/clord/head/sys/ofed/include/linux/compat.h soc2015/clord/head/sys/ofed/include/linux/compiler.h soc2015/clord/head/sys/ofed/include/linux/completion.h soc2015/clord/head/sys/ofed/include/linux/delay.h soc2015/clord/head/sys/ofed/include/linux/device.h soc2015/clord/head/sys/ofed/include/linux/dma-attrs.h soc2015/clord/head/sys/ofed/include/linux/dma-mapping.h soc2015/clord/head/sys/ofed/include/linux/dmapool.h soc2015/clord/head/sys/ofed/include/linux/err.h soc2015/clord/head/sys/ofed/include/linux/errno.h soc2015/clord/head/sys/ofed/include/linux/etherdevice.h soc2015/clord/head/sys/ofed/include/linux/file.h soc2015/clord/head/sys/ofed/include/linux/fs.h soc2015/clord/head/sys/ofed/include/linux/gfp.h soc2015/clord/head/sys/ofed/include/linux/hardirq.h soc2015/clord/head/sys/ofed/include/linux/idr.h soc2015/clord/head/sys/ofed/include/linux/if_arp.h soc2015/clord/head/sys/ofed/include/linux/if_ether.h soc2015/clord/head/sys/ofed/include/linux/if_vlan.h soc2015/clord/head/sys/ofed/include/linux/in.h soc2015/clord/head/sys/ofed/include/linux/in6.h soc2015/clord/head/sys/ofed/include/linux/inetdevice.h soc2015/clord/head/sys/ofed/include/linux/interrupt.h soc2015/clord/head/sys/ofed/include/linux/io-mapping.h soc2015/clord/head/sys/ofed/include/linux/io.h soc2015/clord/head/sys/ofed/include/linux/ioctl.h soc2015/clord/head/sys/ofed/include/linux/jhash.h soc2015/clord/head/sys/ofed/include/linux/jiffies.h soc2015/clord/head/sys/ofed/include/linux/kdev_t.h soc2015/clord/head/sys/ofed/include/linux/kernel.h soc2015/clord/head/sys/ofed/include/linux/kmod.h soc2015/clord/head/sys/ofed/include/linux/kobject.h soc2015/clord/head/sys/ofed/include/linux/kref.h soc2015/clord/head/sys/ofed/include/linux/kthread.h soc2015/clord/head/sys/ofed/include/linux/ktime.h soc2015/clord/head/sys/ofed/include/linux/linux_compat.c soc2015/clord/head/sys/ofed/include/linux/linux_idr.c soc2015/clord/head/sys/ofed/include/linux/linux_kmod.c soc2015/clord/head/sys/ofed/include/linux/linux_pci.c soc2015/clord/head/sys/ofed/include/linux/linux_radix.c soc2015/clord/head/sys/ofed/include/linux/list.h soc2015/clord/head/sys/ofed/include/linux/lockdep.h soc2015/clord/head/sys/ofed/include/linux/log2.h soc2015/clord/head/sys/ofed/include/linux/math64.h soc2015/clord/head/sys/ofed/include/linux/miscdevice.h soc2015/clord/head/sys/ofed/include/linux/mm.h soc2015/clord/head/sys/ofed/include/linux/module.h soc2015/clord/head/sys/ofed/include/linux/moduleparam.h soc2015/clord/head/sys/ofed/include/linux/mutex.h soc2015/clord/head/sys/ofed/include/linux/net.h soc2015/clord/head/sys/ofed/include/linux/netdevice.h soc2015/clord/head/sys/ofed/include/linux/notifier.h soc2015/clord/head/sys/ofed/include/linux/page.h soc2015/clord/head/sys/ofed/include/linux/pci.h soc2015/clord/head/sys/ofed/include/linux/poll.h soc2015/clord/head/sys/ofed/include/linux/printk.h soc2015/clord/head/sys/ofed/include/linux/radix-tree.h soc2015/clord/head/sys/ofed/include/linux/random.h soc2015/clord/head/sys/ofed/include/linux/rbtree.h soc2015/clord/head/sys/ofed/include/linux/rwlock.h soc2015/clord/head/sys/ofed/include/linux/rwsem.h soc2015/clord/head/sys/ofed/include/linux/scatterlist.h soc2015/clord/head/sys/ofed/include/linux/sched.h soc2015/clord/head/sys/ofed/include/linux/semaphore.h soc2015/clord/head/sys/ofed/include/linux/slab.h soc2015/clord/head/sys/ofed/include/linux/socket.h soc2015/clord/head/sys/ofed/include/linux/spinlock.h soc2015/clord/head/sys/ofed/include/linux/string.h soc2015/clord/head/sys/ofed/include/linux/sysfs.h soc2015/clord/head/sys/ofed/include/linux/timer.h soc2015/clord/head/sys/ofed/include/linux/types.h soc2015/clord/head/sys/ofed/include/linux/uaccess.h soc2015/clord/head/sys/ofed/include/linux/vmalloc.h soc2015/clord/head/sys/ofed/include/linux/wait.h soc2015/clord/head/sys/ofed/include/linux/workqueue.h soc2015/clord/head/sys/ofed/include/net/ soc2015/clord/head/sys/ofed/include/rdma/Kbuild soc2015/clord/head/sys/xen/interface/acm.h soc2015/clord/head/sys/xen/interface/acm_ops.h soc2015/clord/head/sys/xen/interface/arch-powerpc.h soc2015/clord/head/sys/xen/interface/elfstructs.h soc2015/clord/head/sys/xen/interface/foreign/ soc2015/clord/head/sys/xen/interface/libelf.h soc2015/clord/head/sys/xen/interface/mem_event.h soc2015/clord/head/tools/build/options/WITH_META_FILES soc2015/clord/head/tools/build/options/WITH_OPENSSH_NONE_CIPHER soc2015/clord/head/tools/regression/acct/ soc2015/clord/head/tools/regression/acltools/ soc2015/clord/head/tools/regression/geom_concat/ soc2015/clord/head/tools/regression/geom_eli/ soc2015/clord/head/tools/regression/geom_gate/ soc2015/clord/head/tools/regression/geom_mirror/ soc2015/clord/head/tools/regression/geom_nop/ soc2015/clord/head/tools/regression/geom_raid3/ soc2015/clord/head/tools/regression/geom_shsec/ soc2015/clord/head/tools/regression/geom_stripe/ soc2015/clord/head/tools/regression/geom_subr.sh soc2015/clord/head/tools/regression/geom_uzip/ soc2015/clord/head/tools/regression/lib/libc/gen/ soc2015/clord/head/tools/regression/lib/libc/locale/ soc2015/clord/head/tools/regression/lib/libc/net/ soc2015/clord/head/tools/regression/lib/libc/nss/ soc2015/clord/head/tools/regression/lib/libc/resolv/ soc2015/clord/head/tools/regression/lib/libc/stdio/ soc2015/clord/head/tools/regression/lib/libc/stdlib/ soc2015/clord/head/tools/regression/lib/libc/string/ soc2015/clord/head/tools/regression/lib/msun/ soc2015/clord/head/tools/regression/mac/ soc2015/clord/head/tools/regression/pipe/ soc2015/clord/head/tools/regression/posixshm/ soc2015/clord/head/tools/regression/sockets/unix_passfd/ soc2015/clord/head/tools/regression/vfs/ soc2015/clord/head/tools/test/posixshm/ soc2015/clord/head/usr.bin/cpio/test/ soc2015/clord/head/usr.bin/kdump/mkioctls soc2015/clord/head/usr.bin/tar/test/ soc2015/clord/head/usr.bin/truss/amd64-fbsd.c soc2015/clord/head/usr.bin/truss/amd64-fbsd32.c soc2015/clord/head/usr.bin/truss/amd64linux32.conf soc2015/clord/head/usr.bin/truss/arm-fbsd.c soc2015/clord/head/usr.bin/truss/fbsd32.conf soc2015/clord/head/usr.bin/truss/i386-fbsd.c soc2015/clord/head/usr.bin/truss/i386.conf soc2015/clord/head/usr.bin/truss/i386linux.conf soc2015/clord/head/usr.bin/truss/mips-fbsd.c soc2015/clord/head/usr.bin/truss/powerpc-fbsd.c soc2015/clord/head/usr.bin/truss/powerpc64-fbsd.c soc2015/clord/head/usr.bin/truss/sparc64-fbsd.c soc2015/clord/head/usr.bin/vgrind/RETEST/ soc2015/clord/head/usr.bin/xinstall/Makefile.depend.host soc2015/clord/head/usr.sbin/bsdconfig/includes/includes soc2015/clord/head/usr.sbin/mtree/ Modified: soc2015/clord/head/ (props changed) soc2015/clord/head/COPYRIGHT soc2015/clord/head/MAINTAINERS (contents, props changed) soc2015/clord/head/Makefile soc2015/clord/head/Makefile.inc1 soc2015/clord/head/ObsoleteFiles.inc soc2015/clord/head/UPDATING soc2015/clord/head/bin/Makefile soc2015/clord/head/bin/cat/cat.c soc2015/clord/head/bin/cat/tests/Makefile soc2015/clord/head/bin/csh/config_p.h soc2015/clord/head/bin/date/tests/Makefile soc2015/clord/head/bin/dd/Makefile soc2015/clord/head/bin/df/df.1 soc2015/clord/head/bin/df/df.c soc2015/clord/head/bin/ed/main.c soc2015/clord/head/bin/expr/tests/Makefile soc2015/clord/head/bin/freebsd-version/Makefile soc2015/clord/head/bin/ls/Makefile soc2015/clord/head/bin/ls/ls.1 soc2015/clord/head/bin/ls/print.c soc2015/clord/head/bin/mv/tests/Makefile soc2015/clord/head/bin/pax/pat_rep.c soc2015/clord/head/bin/pax/tests/Makefile soc2015/clord/head/bin/pkill/Makefile soc2015/clord/head/bin/pkill/Makefile.depend soc2015/clord/head/bin/pkill/pkill.1 soc2015/clord/head/bin/pkill/pkill.c soc2015/clord/head/bin/pkill/tests/Makefile soc2015/clord/head/bin/pkill/tests/pgrep-j_test.sh soc2015/clord/head/bin/pkill/tests/pkill-j_test.sh soc2015/clord/head/bin/ps/Makefile.depend soc2015/clord/head/bin/ps/ps.1 soc2015/clord/head/bin/rm/rm.1 soc2015/clord/head/bin/rm/rm.c soc2015/clord/head/bin/rmail/Makefile soc2015/clord/head/bin/rmail/Makefile.depend soc2015/clord/head/bin/setfacl/setfacl.1 soc2015/clord/head/bin/sh/builtins.def soc2015/clord/head/bin/sh/eval.c soc2015/clord/head/bin/sh/eval.h soc2015/clord/head/bin/sh/exec.c soc2015/clord/head/bin/sh/expand.c soc2015/clord/head/bin/sh/expand.h soc2015/clord/head/bin/sh/miscbltin.c soc2015/clord/head/bin/sh/mkbuiltins soc2015/clord/head/bin/sh/mknodes.c soc2015/clord/head/bin/sh/nodes.c.pat soc2015/clord/head/bin/sh/options.c soc2015/clord/head/bin/sh/options.h soc2015/clord/head/bin/sh/parser.c soc2015/clord/head/bin/sh/parser.h soc2015/clord/head/bin/sh/sh.1 soc2015/clord/head/bin/sh/tests/Makefile soc2015/clord/head/bin/sh/tests/builtins/Makefile soc2015/clord/head/bin/sh/tests/errors/Makefile soc2015/clord/head/bin/sh/tests/expansion/Makefile soc2015/clord/head/bin/sh/tests/parameters/Makefile soc2015/clord/head/bin/sh/tests/parser/Makefile soc2015/clord/head/bin/sh/var.c soc2015/clord/head/bin/sh/var.h soc2015/clord/head/bin/sleep/tests/Makefile soc2015/clord/head/bin/test/tests/Makefile soc2015/clord/head/bin/test/tests/legacy_test.sh soc2015/clord/head/bin/tests/Makefile soc2015/clord/head/cddl/ (props changed) soc2015/clord/head/cddl/Makefile soc2015/clord/head/cddl/contrib/opensolaris/ (props changed) soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed) soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/tst.walltimestamp.ksh.out soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.corruptenv.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.eliminate.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.enabled.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.enabled2.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.entryreturn.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.fork.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.header.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.linkpriv.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.linkunpriv.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.multiple.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.multiprov.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.noprobes.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.noreap.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.noreapring.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.onlyenabled.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.reap.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.reeval.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.static.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.static2.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.user.ksh soc2015/clord/head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 soc2015/clord/head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.c soc2015/clord/head/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c soc2015/clord/head/cddl/contrib/opensolaris/cmd/zdb/zdb.c soc2015/clord/head/cddl/contrib/opensolaris/cmd/zfs/ (props changed) soc2015/clord/head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 soc2015/clord/head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c soc2015/clord/head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c soc2015/clord/head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_pid.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/ (props changed) soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_compat.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_diff.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_iter.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_util.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.h soc2015/clord/head/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c soc2015/clord/head/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h soc2015/clord/head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c soc2015/clord/head/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c soc2015/clord/head/cddl/lib/Makefile soc2015/clord/head/cddl/lib/drti/Makefile soc2015/clord/head/cddl/lib/libavl/Makefile.depend soc2015/clord/head/cddl/lib/libctf/Makefile soc2015/clord/head/cddl/lib/libctf/Makefile.depend soc2015/clord/head/cddl/lib/libdtrace/Makefile soc2015/clord/head/cddl/lib/libdtrace/Makefile.depend soc2015/clord/head/cddl/lib/libdtrace/ip.d soc2015/clord/head/cddl/lib/libdtrace/tcp.d soc2015/clord/head/cddl/lib/libnvpair/Makefile.depend soc2015/clord/head/cddl/lib/libumem/Makefile.depend soc2015/clord/head/cddl/lib/libuutil/Makefile.depend soc2015/clord/head/cddl/lib/libzfs/Makefile soc2015/clord/head/cddl/lib/libzfs/Makefile.depend soc2015/clord/head/cddl/lib/libzfs_core/Makefile soc2015/clord/head/cddl/lib/libzfs_core/Makefile.depend soc2015/clord/head/cddl/lib/libzpool/Makefile soc2015/clord/head/cddl/lib/libzpool/Makefile.depend soc2015/clord/head/cddl/lib/tests/Makefile soc2015/clord/head/cddl/sbin/tests/Makefile soc2015/clord/head/cddl/sbin/zfs/Makefile soc2015/clord/head/cddl/sbin/zfs/Makefile.depend soc2015/clord/head/cddl/sbin/zpool/Makefile soc2015/clord/head/cddl/sbin/zpool/Makefile.depend soc2015/clord/head/cddl/tests/Makefile soc2015/clord/head/cddl/usr.bin/Makefile soc2015/clord/head/cddl/usr.bin/ctfconvert/Makefile.depend soc2015/clord/head/cddl/usr.bin/ctfdump/Makefile.depend soc2015/clord/head/cddl/usr.bin/ctfmerge/Makefile.depend soc2015/clord/head/cddl/usr.bin/tests/Makefile soc2015/clord/head/cddl/usr.bin/zinject/Makefile soc2015/clord/head/cddl/usr.bin/zstreamdump/Makefile soc2015/clord/head/cddl/usr.bin/ztest/Makefile soc2015/clord/head/cddl/usr.sbin/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/Makefile.depend soc2015/clord/head/cddl/usr.sbin/dtrace/tests/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/aggs/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/arithmetic/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/arrays/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/assocs/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/begin/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/bitfields/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/buffering/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/builtinvar/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/cg/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/clauses/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/cpc/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/decls/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/docsExamples/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/drops/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/dtraceUtil/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/end/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/enum/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/error/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/exit/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/fbtprovider/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/funcs/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/grammar/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/include/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/inline/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/io/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/ip/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/java_api/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/json/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/lexer/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/llquantize/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/mdb/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/mib/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/misc/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/multiaggs/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/nfs/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/offsetof/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/operators/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/pid/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/plockstat/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/pointers/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/pragma/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/predicates/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/preprocessor/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/print/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/printa/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/printf/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/privs/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/probes/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/proc/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/profile-n/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/providers/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/raise/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/rates/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/safety/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/scalars/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/sched/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/scripting/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/sdt/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/speculation/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/stability/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/stack/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/stackdepth/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/stop/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/strlen/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/strtoll/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/struct/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/syscall/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/sysevent/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/tick-n/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/trace/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/tracemem/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/translators/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/typedef/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/types/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/uctf/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/union/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/usdt/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/ustack/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/vars/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/common/version/Makefile soc2015/clord/head/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh soc2015/clord/head/cddl/usr.sbin/dtruss/Makefile.depend soc2015/clord/head/cddl/usr.sbin/tests/Makefile soc2015/clord/head/cddl/usr.sbin/zdb/Makefile soc2015/clord/head/cddl/usr.sbin/zhack/Makefile soc2015/clord/head/contrib/apr/ (props changed) soc2015/clord/head/contrib/binutils/ (props changed) soc2015/clord/head/contrib/binutils/bfd/elf32-arm.c soc2015/clord/head/contrib/binutils/opcodes/arm-dis.c soc2015/clord/head/contrib/bmake/ (props changed) soc2015/clord/head/contrib/bmake/ChangeLog soc2015/clord/head/contrib/bmake/FILES soc2015/clord/head/contrib/bmake/Makefile soc2015/clord/head/contrib/bmake/arch.c soc2015/clord/head/contrib/bmake/boot-strap soc2015/clord/head/contrib/bmake/compat.c soc2015/clord/head/contrib/bmake/cond.c soc2015/clord/head/contrib/bmake/config.h.in soc2015/clord/head/contrib/bmake/configure soc2015/clord/head/contrib/bmake/configure.in soc2015/clord/head/contrib/bmake/for.c soc2015/clord/head/contrib/bmake/job.c soc2015/clord/head/contrib/bmake/main.c soc2015/clord/head/contrib/bmake/make-bootstrap.sh.in soc2015/clord/head/contrib/bmake/make.c soc2015/clord/head/contrib/bmake/make.h soc2015/clord/head/contrib/bmake/meta.c soc2015/clord/head/contrib/bmake/mk/ChangeLog soc2015/clord/head/contrib/bmake/mk/auto.obj.mk soc2015/clord/head/contrib/bmake/mk/dirdeps.mk soc2015/clord/head/contrib/bmake/mk/doc.mk soc2015/clord/head/contrib/bmake/mk/gendirdeps.mk soc2015/clord/head/contrib/bmake/mk/host-target.mk soc2015/clord/head/contrib/bmake/mk/init.mk soc2015/clord/head/contrib/bmake/mk/install-mk soc2015/clord/head/contrib/bmake/mk/lib.mk soc2015/clord/head/contrib/bmake/mk/meta.autodep.mk soc2015/clord/head/contrib/bmake/mk/meta.stage.mk soc2015/clord/head/contrib/bmake/mk/meta.subdir.mk soc2015/clord/head/contrib/bmake/mk/meta.sys.mk soc2015/clord/head/contrib/bmake/mk/own.mk soc2015/clord/head/contrib/bmake/mk/rst2htm.mk soc2015/clord/head/contrib/bmake/mk/sys.mk soc2015/clord/head/contrib/bmake/nonints.h soc2015/clord/head/contrib/bmake/os.sh soc2015/clord/head/contrib/bmake/parse.c soc2015/clord/head/contrib/bmake/suff.c soc2015/clord/head/contrib/bmake/unit-tests/Makefile.in soc2015/clord/head/contrib/bmake/unit-tests/cond2.mk soc2015/clord/head/contrib/bmake/unit-tests/doterror.exp soc2015/clord/head/contrib/bmake/unit-tests/modts.mk soc2015/clord/head/contrib/bmake/unit-tests/varmisc.exp soc2015/clord/head/contrib/bmake/unit-tests/varmisc.mk soc2015/clord/head/contrib/bmake/var.c soc2015/clord/head/contrib/bsnmp/snmpd/action.c soc2015/clord/head/contrib/bsnmp/snmpd/main.c soc2015/clord/head/contrib/bsnmp/snmpd/trap.c soc2015/clord/head/contrib/compiler-rt/ (props changed) soc2015/clord/head/contrib/compiler-rt/LICENSE.TXT soc2015/clord/head/contrib/compiler-rt/include/sanitizer/coverage_interface.h soc2015/clord/head/contrib/compiler-rt/include/sanitizer/dfsan_interface.h soc2015/clord/head/contrib/compiler-rt/include/sanitizer/lsan_interface.h soc2015/clord/head/contrib/compiler-rt/include/sanitizer/msan_interface.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_allocator.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_allocator.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_fake_stack.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_flags.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_globals.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_interceptors.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_interceptors.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_interface_internal.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_internal.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_linux.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_mac.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_mapping.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_poisoning.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_poisoning.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_posix.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_report.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_report.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_rtl.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_stats.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_stats.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_suppressions.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_suppressions.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_thread.h soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_win.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/scripts/asan_symbolize.py soc2015/clord/head/contrib/compiler-rt/lib/asan/tests/asan_asm_test.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/tests/asan_str_test.cc soc2015/clord/head/contrib/compiler-rt/lib/asan/tests/asan_test.cc soc2015/clord/head/contrib/compiler-rt/lib/builtins/arm/aeabi_memcmp.S soc2015/clord/head/contrib/compiler-rt/lib/builtins/arm/aeabi_memcpy.S soc2015/clord/head/contrib/compiler-rt/lib/builtins/arm/aeabi_memmove.S soc2015/clord/head/contrib/compiler-rt/lib/builtins/arm/aeabi_memset.S soc2015/clord/head/contrib/compiler-rt/lib/builtins/clear_cache.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/enable_execute_stack.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixdfdi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixsfdi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixunsdfdi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixunsdfti.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fixunssfdi.c soc2015/clord/head/contrib/compiler-rt/lib/builtins/fp_extend.h soc2015/clord/head/contrib/compiler-rt/lib/builtins/fp_extend_impl.inc soc2015/clord/head/contrib/compiler-rt/lib/builtins/fp_trunc.h soc2015/clord/head/contrib/compiler-rt/lib/builtins/fp_trunc_impl.inc soc2015/clord/head/contrib/compiler-rt/lib/builtins/int_endianness.h soc2015/clord/head/contrib/compiler-rt/lib/builtins/int_lib.h soc2015/clord/head/contrib/compiler-rt/lib/dfsan/dfsan.cc soc2015/clord/head/contrib/compiler-rt/lib/dfsan/dfsan_custom.cc soc2015/clord/head/contrib/compiler-rt/lib/dfsan/done_abilist.txt soc2015/clord/head/contrib/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh soc2015/clord/head/contrib/compiler-rt/lib/interception/interception.h soc2015/clord/head/contrib/compiler-rt/lib/interception/interception_win.cc soc2015/clord/head/contrib/compiler-rt/lib/lsan/lsan_common.cc soc2015/clord/head/contrib/compiler-rt/lib/lsan/lsan_common.h soc2015/clord/head/contrib/compiler-rt/lib/lsan/lsan_common_linux.cc soc2015/clord/head/contrib/compiler-rt/lib/lsan/lsan_interceptors.cc soc2015/clord/head/contrib/compiler-rt/lib/lsan/lsan_thread.h soc2015/clord/head/contrib/compiler-rt/lib/msan/msan.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan.h soc2015/clord/head/contrib/compiler-rt/lib/msan/msan.syms.extra soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_allocator.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_interceptors.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_interface_internal.h soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_linux.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_new_delete.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_origin.h soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_poisoning.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_report.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/msan_thread.cc soc2015/clord/head/contrib/compiler-rt/lib/msan/tests/msan_test.cc soc2015/clord/head/contrib/compiler-rt/lib/profile/GCDAProfiling.c soc2015/clord/head/contrib/compiler-rt/lib/profile/InstrProfiling.h soc2015/clord/head/contrib/compiler-rt/lib/profile/InstrProfilingFile.c soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/scripts/cpplint.py soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/scripts/litlint.py soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/scripts/sancov.py soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_posix_test.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc soc2015/clord/head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_stoptheworld_test.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/dd/dd_rtl.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/go/buildgo.sh soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan.syms.extra soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_defs.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_fd.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_fd.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_inl.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_symbolize.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_symbolize.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.cc soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.h soc2015/clord/head/contrib/compiler-rt/lib/tsan/rtl/tsan_update_shadow_word_inl.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_diag.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_diag.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_flags.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_flags.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_handlers.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_init.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_init.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.h soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_value.cc soc2015/clord/head/contrib/compiler-rt/lib/ubsan/ubsan_value.h soc2015/clord/head/contrib/dma/ (props changed) soc2015/clord/head/contrib/dma/LICENSE soc2015/clord/head/contrib/dma/README.markdown soc2015/clord/head/contrib/dma/TODO soc2015/clord/head/contrib/dma/VERSION soc2015/clord/head/contrib/dma/aliases_parse.y soc2015/clord/head/contrib/dma/aliases_scan.l soc2015/clord/head/contrib/dma/conf.c soc2015/clord/head/contrib/dma/dma-mbox-create.c soc2015/clord/head/contrib/dma/dma.8 soc2015/clord/head/contrib/dma/dma.c soc2015/clord/head/contrib/dma/dma.h soc2015/clord/head/contrib/dma/dns.c soc2015/clord/head/contrib/dma/get-version.sh soc2015/clord/head/contrib/dma/local.c soc2015/clord/head/contrib/dma/mail.c soc2015/clord/head/contrib/dma/net.c soc2015/clord/head/contrib/dma/spool.c soc2015/clord/head/contrib/dma/util.c soc2015/clord/head/contrib/dtc/ (props changed) soc2015/clord/head/contrib/elftoolchain/ (props changed) soc2015/clord/head/contrib/elftoolchain/addr2line/addr2line.1 soc2015/clord/head/contrib/elftoolchain/addr2line/addr2line.c soc2015/clord/head/contrib/elftoolchain/ar/ (props changed) soc2015/clord/head/contrib/elftoolchain/ar/ar.1 soc2015/clord/head/contrib/elftoolchain/ar/ar.c soc2015/clord/head/contrib/elftoolchain/brandelf/ (props changed) soc2015/clord/head/contrib/elftoolchain/brandelf/brandelf.1 soc2015/clord/head/contrib/elftoolchain/brandelf/brandelf.c soc2015/clord/head/contrib/elftoolchain/common/_elftc.h soc2015/clord/head/contrib/elftoolchain/common/elfdefinitions.h soc2015/clord/head/contrib/elftoolchain/elfcopy/binary.c soc2015/clord/head/contrib/elftoolchain/elfcopy/elfcopy.1 soc2015/clord/head/contrib/elftoolchain/elfcopy/main.c soc2015/clord/head/contrib/elftoolchain/elfcopy/sections.c soc2015/clord/head/contrib/elftoolchain/elfcopy/segments.c soc2015/clord/head/contrib/elftoolchain/elfdump/ (props changed) soc2015/clord/head/contrib/elftoolchain/elfdump/elfdump.1 soc2015/clord/head/contrib/elftoolchain/elfdump/elfdump.c soc2015/clord/head/contrib/elftoolchain/libdwarf/dwarf_sections.c soc2015/clord/head/contrib/elftoolchain/libelf/elf_data.c soc2015/clord/head/contrib/elftoolchain/readelf/readelf.c soc2015/clord/head/contrib/elftoolchain/size/size.c soc2015/clord/head/contrib/expat/ (props changed) soc2015/clord/head/contrib/file/ (props changed) soc2015/clord/head/contrib/file/ChangeLog soc2015/clord/head/contrib/file/configure soc2015/clord/head/contrib/file/configure.ac soc2015/clord/head/contrib/file/doc/file.man soc2015/clord/head/contrib/file/doc/libmagic.man soc2015/clord/head/contrib/file/doc/magic.man soc2015/clord/head/contrib/file/magic/Magdir/adventure soc2015/clord/head/contrib/file/magic/Magdir/apple soc2015/clord/head/contrib/file/magic/Magdir/archive soc2015/clord/head/contrib/file/magic/Magdir/c-lang soc2015/clord/head/contrib/file/magic/Magdir/c64 soc2015/clord/head/contrib/file/magic/Magdir/compress soc2015/clord/head/contrib/file/magic/Magdir/database soc2015/clord/head/contrib/file/magic/Magdir/elf soc2015/clord/head/contrib/file/magic/Magdir/filesystems soc2015/clord/head/contrib/file/magic/Magdir/fortran soc2015/clord/head/contrib/file/magic/Magdir/frame soc2015/clord/head/contrib/file/magic/Magdir/iff soc2015/clord/head/contrib/file/magic/Magdir/images soc2015/clord/head/contrib/file/magic/Magdir/karma soc2015/clord/head/contrib/file/magic/Magdir/linux soc2015/clord/head/contrib/file/magic/Magdir/mail.news soc2015/clord/head/contrib/file/magic/Magdir/make soc2015/clord/head/contrib/file/magic/Magdir/map soc2015/clord/head/contrib/file/magic/Magdir/msdos soc2015/clord/head/contrib/file/magic/Magdir/netscape soc2015/clord/head/contrib/file/magic/Magdir/python soc2015/clord/head/contrib/file/magic/Magdir/scientific soc2015/clord/head/contrib/file/magic/Magdir/sgi soc2015/clord/head/contrib/file/magic/Magdir/sgml soc2015/clord/head/contrib/file/magic/Magdir/windows soc2015/clord/head/contrib/file/src/apprentice.c soc2015/clord/head/contrib/file/src/file.c soc2015/clord/head/contrib/file/src/file.h soc2015/clord/head/contrib/file/src/file_opts.h soc2015/clord/head/contrib/file/src/funcs.c soc2015/clord/head/contrib/file/src/gmtime_r.c soc2015/clord/head/contrib/file/src/localtime_r.c soc2015/clord/head/contrib/file/src/magic.c soc2015/clord/head/contrib/file/src/magic.h soc2015/clord/head/contrib/file/src/magic.h.in soc2015/clord/head/contrib/file/src/print.c soc2015/clord/head/contrib/file/src/readelf.c soc2015/clord/head/contrib/file/src/softmagic.c soc2015/clord/head/contrib/gcc/ (props changed) soc2015/clord/head/contrib/gcc/config/arm/crti.asm soc2015/clord/head/contrib/gcc/config/arm/crtn.asm soc2015/clord/head/contrib/gcc/config/arm/lib1funcs.asm soc2015/clord/head/contrib/gcc/config/rs6000/sysv4.h soc2015/clord/head/contrib/gdb/ (props changed) soc2015/clord/head/contrib/gdb/gdb/arm-tdep.c soc2015/clord/head/contrib/groff/ (props changed) soc2015/clord/head/contrib/groff/tmac/doc-syms soc2015/clord/head/contrib/groff/tmac/groff_mdoc.man soc2015/clord/head/contrib/hyperv/tools/hv_kvp_daemon.c soc2015/clord/head/contrib/ipfilter/ (props changed) soc2015/clord/head/contrib/ipfilter/ml_ipl.c (props changed) soc2015/clord/head/contrib/ipfilter/mlfk_ipl.c (props changed) soc2015/clord/head/contrib/ipfilter/mlh_rule.c (props changed) soc2015/clord/head/contrib/ipfilter/mli_ipl.c (props changed) soc2015/clord/head/contrib/ipfilter/mln_ipl.c (props changed) soc2015/clord/head/contrib/ipfilter/mls_ipl.c (props changed) soc2015/clord/head/contrib/jemalloc/ChangeLog soc2015/clord/head/contrib/jemalloc/FREEBSD-diffs soc2015/clord/head/contrib/jemalloc/VERSION soc2015/clord/head/contrib/jemalloc/doc/jemalloc.3 soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/arena.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/huge.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/private_namespace.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/prof.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/size_classes.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/tcache.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/internal/tsd.h soc2015/clord/head/contrib/jemalloc/include/jemalloc/jemalloc.h soc2015/clord/head/contrib/jemalloc/src/arena.c soc2015/clord/head/contrib/jemalloc/src/chunk_dss.c soc2015/clord/head/contrib/jemalloc/src/chunk_mmap.c soc2015/clord/head/contrib/jemalloc/src/huge.c soc2015/clord/head/contrib/jemalloc/src/jemalloc.c soc2015/clord/head/contrib/jemalloc/src/prof.c soc2015/clord/head/contrib/jemalloc/src/tcache.c soc2015/clord/head/contrib/jemalloc/src/tsd.c soc2015/clord/head/contrib/less/ (props changed) soc2015/clord/head/contrib/less/LICENSE soc2015/clord/head/contrib/less/NEWS soc2015/clord/head/contrib/less/README soc2015/clord/head/contrib/less/brac.c soc2015/clord/head/contrib/less/ch.c soc2015/clord/head/contrib/less/charset.c soc2015/clord/head/contrib/less/charset.h soc2015/clord/head/contrib/less/cmd.h soc2015/clord/head/contrib/less/cmdbuf.c soc2015/clord/head/contrib/less/command.c soc2015/clord/head/contrib/less/cvt.c soc2015/clord/head/contrib/less/decode.c soc2015/clord/head/contrib/less/edit.c soc2015/clord/head/contrib/less/filename.c soc2015/clord/head/contrib/less/forwback.c soc2015/clord/head/contrib/less/funcs.h soc2015/clord/head/contrib/less/help.c soc2015/clord/head/contrib/less/ifile.c soc2015/clord/head/contrib/less/input.c soc2015/clord/head/contrib/less/jump.c soc2015/clord/head/contrib/less/less.h soc2015/clord/head/contrib/less/less.hlp soc2015/clord/head/contrib/less/less.nro soc2015/clord/head/contrib/less/lessecho.c soc2015/clord/head/contrib/less/lessecho.nro soc2015/clord/head/contrib/less/lesskey.c soc2015/clord/head/contrib/less/lesskey.h soc2015/clord/head/contrib/less/lesskey.nro soc2015/clord/head/contrib/less/lglob.h soc2015/clord/head/contrib/less/line.c soc2015/clord/head/contrib/less/linenum.c soc2015/clord/head/contrib/less/lsystem.c soc2015/clord/head/contrib/less/main.c soc2015/clord/head/contrib/less/mark.c soc2015/clord/head/contrib/less/mkhelp.c soc2015/clord/head/contrib/less/optfunc.c soc2015/clord/head/contrib/less/option.c soc2015/clord/head/contrib/less/option.h soc2015/clord/head/contrib/less/opttbl.c soc2015/clord/head/contrib/less/os.c soc2015/clord/head/contrib/less/output.c soc2015/clord/head/contrib/less/pattern.c soc2015/clord/head/contrib/less/pattern.h soc2015/clord/head/contrib/less/pckeys.h soc2015/clord/head/contrib/less/position.c soc2015/clord/head/contrib/less/position.h soc2015/clord/head/contrib/less/prompt.c soc2015/clord/head/contrib/less/regexp.c soc2015/clord/head/contrib/less/screen.c soc2015/clord/head/contrib/less/scrsize.c soc2015/clord/head/contrib/less/search.c soc2015/clord/head/contrib/less/signal.c soc2015/clord/head/contrib/less/tags.c soc2015/clord/head/contrib/less/ttyin.c soc2015/clord/head/contrib/less/version.c soc2015/clord/head/contrib/libarchive/ (props changed) soc2015/clord/head/contrib/libarchive/libarchive/ (props changed) soc2015/clord/head/contrib/libcxxrt/ (props changed) soc2015/clord/head/contrib/libcxxrt/exception.cc soc2015/clord/head/contrib/libexecinfo/ (props changed) soc2015/clord/head/contrib/libexecinfo/backtrace.3 soc2015/clord/head/contrib/libucl/ (props changed) soc2015/clord/head/contrib/libucl/ChangeLog.md soc2015/clord/head/contrib/libucl/README.md soc2015/clord/head/contrib/libucl/configure.ac soc2015/clord/head/contrib/libucl/doc/Makefile.am soc2015/clord/head/contrib/libucl/doc/lua_api.md soc2015/clord/head/contrib/libucl/include/ucl.h soc2015/clord/head/contrib/libucl/klib/kvec.h soc2015/clord/head/contrib/libucl/lua/lua_ucl.c soc2015/clord/head/contrib/libucl/src/Makefile.am soc2015/clord/head/contrib/libucl/src/tree.h soc2015/clord/head/contrib/libucl/src/ucl_chartable.h soc2015/clord/head/contrib/libucl/src/ucl_emitter.c soc2015/clord/head/contrib/libucl/src/ucl_emitter_utils.c soc2015/clord/head/contrib/libucl/src/ucl_hash.c soc2015/clord/head/contrib/libucl/src/ucl_internal.h soc2015/clord/head/contrib/libucl/src/ucl_parser.c soc2015/clord/head/contrib/libucl/src/ucl_util.c soc2015/clord/head/contrib/libucl/src/xxhash.c soc2015/clord/head/contrib/libucl/src/xxhash.h soc2015/clord/head/contrib/libucl/tests/Makefile.am soc2015/clord/head/contrib/libucl/tests/basic/13.in soc2015/clord/head/contrib/libucl/tests/test_basic.c soc2015/clord/head/contrib/libucl/tests/test_schema.c soc2015/clord/head/contrib/libucl/utils/Makefile.am soc2015/clord/head/contrib/libucl/utils/chargen.c soc2015/clord/head/contrib/libucl/utils/objdump.c soc2015/clord/head/contrib/libxo/.gitignore soc2015/clord/head/contrib/libxo/.travis.yml soc2015/clord/head/contrib/libxo/Makefile.am soc2015/clord/head/contrib/libxo/bin/Zaliases soc2015/clord/head/contrib/libxo/bin/setup.sh soc2015/clord/head/contrib/libxo/configure.ac soc2015/clord/head/contrib/libxo/doc/Makefile.am soc2015/clord/head/contrib/libxo/doc/libxo.txt soc2015/clord/head/contrib/libxo/libxo/Makefile.am soc2015/clord/head/contrib/libxo/libxo/libxo.3 soc2015/clord/head/contrib/libxo/libxo/libxo.c soc2015/clord/head/contrib/libxo/libxo/xo.h soc2015/clord/head/contrib/libxo/libxo/xo_attr.3 soc2015/clord/head/contrib/libxo/libxo/xo_create.3 soc2015/clord/head/contrib/libxo/libxo/xo_emit.3 soc2015/clord/head/contrib/libxo/libxo/xo_err.3 soc2015/clord/head/contrib/libxo/libxo/xo_error.3 soc2015/clord/head/contrib/libxo/libxo/xo_finish.3 soc2015/clord/head/contrib/libxo/libxo/xo_flush.3 soc2015/clord/head/contrib/libxo/libxo/xo_format.5 soc2015/clord/head/contrib/libxo/libxo/xo_no_setlocale.3 soc2015/clord/head/contrib/libxo/libxo/xo_open_container.3 soc2015/clord/head/contrib/libxo/libxo/xo_open_list.3 soc2015/clord/head/contrib/libxo/libxo/xo_open_marker.3 soc2015/clord/head/contrib/libxo/libxo/xo_parse_args.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_allocator.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_flags.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_info.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_options.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_style.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_version.3 soc2015/clord/head/contrib/libxo/libxo/xo_set_writer.3 soc2015/clord/head/contrib/libxo/tests/Makefile.am soc2015/clord/head/contrib/libxo/tests/core/Makefile.am soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.H.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.HIPx.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.HP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.J.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.JP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.T.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.X.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_01.XP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.H.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.HIPx.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.HP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.J.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.JP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.T.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.X.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_02.XP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.H.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.HIPx.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.HP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.J.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.JP.out (contents, props changed) soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.T.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.X.out (contents, props changed) soc2015/clord/head/contrib/libxo/tests/core/saved/test_05.XP.out (contents, props changed) soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.H.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.HIPx.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.HIPx.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.HP.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.J.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.J.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.JP.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.JP.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.T.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.X.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.X.out soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.XP.err soc2015/clord/head/contrib/libxo/tests/core/saved/test_08.XP.out soc2015/clord/head/contrib/libxo/tests/core/test_01.c soc2015/clord/head/contrib/libxo/tests/core/test_02.c soc2015/clord/head/contrib/libxo/tests/core/test_05.c soc2015/clord/head/contrib/libxo/tests/core/test_08.c soc2015/clord/head/contrib/libxo/xo/Makefile.am soc2015/clord/head/contrib/libxo/xo/xo.1 soc2015/clord/head/contrib/libxo/xo/xo.c soc2015/clord/head/contrib/libxo/xohtml/Makefile.am soc2015/clord/head/contrib/libxo/xohtml/xohtml.1 soc2015/clord/head/contrib/libxo/xolint/Makefile.am soc2015/clord/head/contrib/libxo/xolint/xolint.1 soc2015/clord/head/contrib/libxo/xolint/xolint.pl soc2015/clord/head/contrib/llvm/ (props changed) soc2015/clord/head/contrib/llvm/FREEBSD-Xlist soc2015/clord/head/contrib/llvm/LICENSE.TXT soc2015/clord/head/contrib/llvm/include/llvm-c/Core.h soc2015/clord/head/contrib/llvm/include/llvm-c/Linker.h soc2015/clord/head/contrib/llvm/include/llvm-c/Object.h soc2015/clord/head/contrib/llvm/include/llvm-c/Support.h soc2015/clord/head/contrib/llvm/include/llvm-c/TargetMachine.h soc2015/clord/head/contrib/llvm/include/llvm-c/Transforms/Scalar.h soc2015/clord/head/contrib/llvm/include/llvm-c/lto.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/APFloat.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/APInt.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/APSInt.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/ArrayRef.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/BitVector.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/DenseMap.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/DepthFirstIterator.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/FoldingSet.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/Hashing.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/ImmutableList.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/ImmutableMap.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/ImmutableSet.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/IndexedMap.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/IntervalMap.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/MapVector.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/None.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/Optional.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/PointerUnion.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/PostOrderIterator.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/STLExtras.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/ScopedHashTable.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/SmallBitVector.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/SmallPtrSet.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/SmallVector.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/SparseBitVector.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/SparseMultiSet.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/SparseSet.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/StringMap.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/StringRef.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/TinyPtrVector.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/Triple.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/Twine.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/edit_distance.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/ilist.h soc2015/clord/head/contrib/llvm/include/llvm/ADT/iterator.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/AssumptionCache.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/CFG.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/CallGraph.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/ConstantFolding.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/DominanceFrontierImpl.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/IVUsers.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/InlineCost.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/IntervalIterator.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/LibCallAliasAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/Loads.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/LoopInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/PHITransAddr.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/Passes.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/PostDominators.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/RegionInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/RegionIterator.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/SparsePropagation.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/TargetFolder.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Analysis/ValueTracking.h soc2015/clord/head/contrib/llvm/include/llvm/AsmParser/Parser.h soc2015/clord/head/contrib/llvm/include/llvm/Bitcode/BitCodes.h soc2015/clord/head/contrib/llvm/include/llvm/Bitcode/BitcodeWriterPass.h soc2015/clord/head/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h soc2015/clord/head/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h soc2015/clord/head/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h soc2015/clord/head/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/Analysis.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/CommandFlags.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/DIE.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/FastISel.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/GCMetadata.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/GCStrategy.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/GCs.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LexicalScopes.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LiveInterval.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LiveIntervalUnion.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LiveRegMatrix.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/LiveStackAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineDominanceFrontier.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineDominators.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineOperand.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachinePassRegistry.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineRegionInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineSSAUpdater.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/MachineValueType.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/Passes.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/StackMaps.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ValueTypes.h soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/ValueTypes.td soc2015/clord/head/contrib/llvm/include/llvm/CodeGen/VirtRegMap.h soc2015/clord/head/contrib/llvm/include/llvm/DebugInfo/DIContext.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h soc2015/clord/head/contrib/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Argument.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Attributes.h soc2015/clord/head/contrib/llvm/include/llvm/IR/BasicBlock.h soc2015/clord/head/contrib/llvm/include/llvm/IR/CFG.h soc2015/clord/head/contrib/llvm/include/llvm/IR/CallSite.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Comdat.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Constant.h soc2015/clord/head/contrib/llvm/include/llvm/IR/ConstantFolder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/ConstantRange.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Constants.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DIBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DataLayout.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DebugInfo.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DebugLoc.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DerivedTypes.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DiagnosticInfo.h soc2015/clord/head/contrib/llvm/include/llvm/IR/DiagnosticPrinter.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Dominators.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Function.h soc2015/clord/head/contrib/llvm/include/llvm/IR/GVMaterializer.h soc2015/clord/head/contrib/llvm/include/llvm/IR/GetElementPtrTypeIterator.h soc2015/clord/head/contrib/llvm/include/llvm/IR/GlobalAlias.h soc2015/clord/head/contrib/llvm/include/llvm/IR/GlobalObject.h soc2015/clord/head/contrib/llvm/include/llvm/IR/GlobalValue.h soc2015/clord/head/contrib/llvm/include/llvm/IR/GlobalVariable.h soc2015/clord/head/contrib/llvm/include/llvm/IR/IRBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/IRPrintingPasses.h soc2015/clord/head/contrib/llvm/include/llvm/IR/InlineAsm.h soc2015/clord/head/contrib/llvm/include/llvm/IR/InstIterator.h soc2015/clord/head/contrib/llvm/include/llvm/IR/InstVisitor.h soc2015/clord/head/contrib/llvm/include/llvm/IR/InstrTypes.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Instruction.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Instructions.h soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicInst.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Intrinsics.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Intrinsics.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsARM.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsHexagon.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td soc2015/clord/head/contrib/llvm/include/llvm/IR/IntrinsicsX86.td soc2015/clord/head/contrib/llvm/include/llvm/IR/LLVMContext.h soc2015/clord/head/contrib/llvm/include/llvm/IR/LegacyPassManager.h soc2015/clord/head/contrib/llvm/include/llvm/IR/LegacyPassNameParser.h soc2015/clord/head/contrib/llvm/include/llvm/IR/MDBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Mangler.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Metadata.def soc2015/clord/head/contrib/llvm/include/llvm/IR/Metadata.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Module.h soc2015/clord/head/contrib/llvm/include/llvm/IR/NoFolder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/OperandTraits.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Operator.h soc2015/clord/head/contrib/llvm/include/llvm/IR/PassManager.h soc2015/clord/head/contrib/llvm/include/llvm/IR/PassManagerInternal.h soc2015/clord/head/contrib/llvm/include/llvm/IR/PatternMatch.h soc2015/clord/head/contrib/llvm/include/llvm/IR/PredIteratorCache.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Statepoint.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Type.h soc2015/clord/head/contrib/llvm/include/llvm/IR/TypeBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Use.h soc2015/clord/head/contrib/llvm/include/llvm/IR/UseListOrder.h soc2015/clord/head/contrib/llvm/include/llvm/IR/User.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Value.h soc2015/clord/head/contrib/llvm/include/llvm/IR/ValueHandle.h soc2015/clord/head/contrib/llvm/include/llvm/IR/ValueMap.h soc2015/clord/head/contrib/llvm/include/llvm/IR/Verifier.h soc2015/clord/head/contrib/llvm/include/llvm/InitializePasses.h soc2015/clord/head/contrib/llvm/include/llvm/LTO/LTOCodeGenerator.h soc2015/clord/head/contrib/llvm/include/llvm/LTO/LTOModule.h soc2015/clord/head/contrib/llvm/include/llvm/LineEditor/LineEditor.h soc2015/clord/head/contrib/llvm/include/llvm/LinkAllPasses.h soc2015/clord/head/contrib/llvm/include/llvm/Linker/Linker.h soc2015/clord/head/contrib/llvm/include/llvm/MC/ConstantPools.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCAsmBackend.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCAsmInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCAsmInfoELF.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCAsmLayout.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCAssembler.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCCodeEmitter.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCCodeGenInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCContext.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCDisassembler.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCDwarf.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCELFStreamer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCExpr.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCFixup.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCFixupKindInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInst.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInstBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInstPrinter.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInstrAnalysis.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInstrDesc.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInstrInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCInstrItineraries.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCLabel.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCLinkerOptimizationHint.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCObjectWriter.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCRelocationInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSchedule.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSection.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSectionCOFF.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSectionELF.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSectionMachO.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCStreamer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSymbol.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCSymbolizer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCTargetOptions.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCValue.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCWinCOFFStreamer.h soc2015/clord/head/contrib/llvm/include/llvm/MC/MCWinEH.h soc2015/clord/head/contrib/llvm/include/llvm/MC/SectionKind.h soc2015/clord/head/contrib/llvm/include/llvm/MC/SubtargetFeature.h soc2015/clord/head/contrib/llvm/include/llvm/Object/Archive.h soc2015/clord/head/contrib/llvm/include/llvm/Object/Binary.h soc2015/clord/head/contrib/llvm/include/llvm/Object/COFF.h soc2015/clord/head/contrib/llvm/include/llvm/Object/ELF.h soc2015/clord/head/contrib/llvm/include/llvm/Object/ELFObjectFile.h soc2015/clord/head/contrib/llvm/include/llvm/Object/ELFTypes.h soc2015/clord/head/contrib/llvm/include/llvm/Object/ELFYAML.h soc2015/clord/head/contrib/llvm/include/llvm/Object/Error.h soc2015/clord/head/contrib/llvm/include/llvm/Object/IRObjectFile.h soc2015/clord/head/contrib/llvm/include/llvm/Object/MachO.h soc2015/clord/head/contrib/llvm/include/llvm/Object/MachOUniversal.h soc2015/clord/head/contrib/llvm/include/llvm/Object/ObjectFile.h soc2015/clord/head/contrib/llvm/include/llvm/Object/RelocVisitor.h soc2015/clord/head/contrib/llvm/include/llvm/Object/SymbolicFile.h soc2015/clord/head/contrib/llvm/include/llvm/Option/Arg.h soc2015/clord/head/contrib/llvm/include/llvm/Option/ArgList.h soc2015/clord/head/contrib/llvm/include/llvm/Option/OptSpecifier.h soc2015/clord/head/contrib/llvm/include/llvm/Option/OptTable.h soc2015/clord/head/contrib/llvm/include/llvm/Option/Option.h soc2015/clord/head/contrib/llvm/include/llvm/Pass.h soc2015/clord/head/contrib/llvm/include/llvm/PassAnalysisSupport.h soc2015/clord/head/contrib/llvm/include/llvm/PassInfo.h soc2015/clord/head/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h soc2015/clord/head/contrib/llvm/include/llvm/ProfileData/CoverageMappingReader.h soc2015/clord/head/contrib/llvm/include/llvm/ProfileData/InstrProf.h soc2015/clord/head/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h soc2015/clord/head/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.h soc2015/clord/head/contrib/llvm/include/llvm/ProfileData/SampleProf.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ARMBuildAttributes.h soc2015/clord/head/contrib/llvm/include/llvm/Support/AlignOf.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Allocator.h soc2015/clord/head/contrib/llvm/include/llvm/Support/BranchProbability.h soc2015/clord/head/contrib/llvm/include/llvm/Support/COFF.h soc2015/clord/head/contrib/llvm/include/llvm/Support/CommandLine.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Compiler.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Compression.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ConvertUTF.h soc2015/clord/head/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h soc2015/clord/head/contrib/llvm/include/llvm/Support/DataExtractor.h soc2015/clord/head/contrib/llvm/include/llvm/Support/DataStream.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Debug.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Dwarf.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ELF.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ELFRelocs/Hexagon.def soc2015/clord/head/contrib/llvm/include/llvm/Support/ELFRelocs/Mips.def soc2015/clord/head/contrib/llvm/include/llvm/Support/ELFRelocs/Sparc.def soc2015/clord/head/contrib/llvm/include/llvm/Support/Endian.h soc2015/clord/head/contrib/llvm/include/llvm/Support/EndianStream.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ErrorOr.h soc2015/clord/head/contrib/llvm/include/llvm/Support/FileOutputBuffer.h soc2015/clord/head/contrib/llvm/include/llvm/Support/FileSystem.h soc2015/clord/head/contrib/llvm/include/llvm/Support/FileUtilities.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Format.h soc2015/clord/head/contrib/llvm/include/llvm/Support/FormattedStream.h soc2015/clord/head/contrib/llvm/include/llvm/Support/GCOV.h soc2015/clord/head/contrib/llvm/include/llvm/Support/GenericDomTree.h soc2015/clord/head/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h soc2015/clord/head/contrib/llvm/include/llvm/Support/GraphWriter.h soc2015/clord/head/contrib/llvm/include/llvm/Support/LockFileManager.h soc2015/clord/head/contrib/llvm/include/llvm/Support/MathExtras.h soc2015/clord/head/contrib/llvm/include/llvm/Support/MemoryBuffer.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Mutex.h soc2015/clord/head/contrib/llvm/include/llvm/Support/MutexGuard.h soc2015/clord/head/contrib/llvm/include/llvm/Support/OnDiskHashTable.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Options.h soc2015/clord/head/contrib/llvm/include/llvm/Support/PrettyStackTrace.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Program.h soc2015/clord/head/contrib/llvm/include/llvm/Support/RWMutex.h soc2015/clord/head/contrib/llvm/include/llvm/Support/RandomNumberGenerator.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Regex.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Registry.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ScaledNumber.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Signals.h soc2015/clord/head/contrib/llvm/include/llvm/Support/SourceMgr.h soc2015/clord/head/contrib/llvm/include/llvm/Support/SpecialCaseList.h soc2015/clord/head/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h soc2015/clord/head/contrib/llvm/include/llvm/Support/StringPool.h soc2015/clord/head/contrib/llvm/include/llvm/Support/SwapByteOrder.h soc2015/clord/head/contrib/llvm/include/llvm/Support/SystemUtils.h soc2015/clord/head/contrib/llvm/include/llvm/Support/TargetRegistry.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Timer.h soc2015/clord/head/contrib/llvm/include/llvm/Support/ToolOutputFile.h soc2015/clord/head/contrib/llvm/include/llvm/Support/UnicodeCharRanges.h soc2015/clord/head/contrib/llvm/include/llvm/Support/UniqueLock.h soc2015/clord/head/contrib/llvm/include/llvm/Support/Watchdog.h soc2015/clord/head/contrib/llvm/include/llvm/Support/YAMLParser.h soc2015/clord/head/contrib/llvm/include/llvm/Support/YAMLTraits.h soc2015/clord/head/contrib/llvm/include/llvm/Support/circular_raw_ostream.h soc2015/clord/head/contrib/llvm/include/llvm/Support/raw_os_ostream.h soc2015/clord/head/contrib/llvm/include/llvm/Support/raw_ostream.h soc2015/clord/head/contrib/llvm/include/llvm/Support/type_traits.h soc2015/clord/head/contrib/llvm/include/llvm/TableGen/Record.h soc2015/clord/head/contrib/llvm/include/llvm/TableGen/SetTheory.h soc2015/clord/head/contrib/llvm/include/llvm/TableGen/TableGenBackend.h soc2015/clord/head/contrib/llvm/include/llvm/Target/Target.td soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetCallingConv.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetFrameLowering.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetInstrInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetLowering.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetMachine.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetOpcodes.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetOptions.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/IPO.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Instrumentation.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Scalar.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/Local.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h soc2015/clord/head/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h soc2015/clord/head/contrib/llvm/include/llvm/module.modulemap soc2015/clord/head/contrib/llvm/lib/Analysis/AliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/AliasAnalysisCounter.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/AliasDebugger.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/AliasSetTracker.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/Analysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/AssumptionCache.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/BlockFrequencyInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/CFG.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/CFGPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/CaptureTracking.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/CodeMetrics.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ConstantFolding.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/CostModel.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/Delinearization.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/IPA/GlobalsModRef.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/IPA/InlineCost.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/IVUsers.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/InstructionSimplify.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/LazyValueInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/LibCallAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/LibCallSemantics.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/Lint.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/Loads.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/LoopInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/LoopPass.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/MemDepPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/PHITransAddr.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/RegionPass.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/RegionPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ScalarEvolution.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Analysis/ValueTracking.cpp soc2015/clord/head/contrib/llvm/lib/AsmParser/LLLexer.cpp soc2015/clord/head/contrib/llvm/lib/AsmParser/LLLexer.h soc2015/clord/head/contrib/llvm/lib/AsmParser/LLParser.cpp soc2015/clord/head/contrib/llvm/lib/AsmParser/LLParser.h soc2015/clord/head/contrib/llvm/lib/AsmParser/LLToken.h soc2015/clord/head/contrib/llvm/lib/AsmParser/Parser.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp soc2015/clord/head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AllocationOrder.h soc2015/clord/head/contrib/llvm/lib/CodeGen/Analysis.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AntiDepBreaker.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h soc2015/clord/head/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/BranchFolding.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/BranchFolding.h soc2015/clord/head/contrib/llvm/lib/CodeGen/CallingConvLower.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/CodeGen.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h soc2015/clord/head/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ErlangGC.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/GCMetadata.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/GCMetadataPrinter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/GCStrategy.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/GlobalMerge.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/IfConversion.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/InlineSpiller.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/InterferenceCache.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/InterferenceCache.h soc2015/clord/head/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LatencyPriorityQueue.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LexicalScopes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveDebugVariables.h soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveInterval.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LivePhysRegs.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveRangeCalc.h soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LiveVariables.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineCSE.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineCombiner.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineDominators.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineFunction.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineInstr.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineLICM.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineScheduler.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineSink.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/MachineVerifier.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/OcamlGC.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/PHIElimination.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/Passes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegAllocBase.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegAllocFast.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegisterClassInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegisterPressure.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/ShadowStackGC.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SlotIndexes.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SpillPlacement.h soc2015/clord/head/contrib/llvm/lib/CodeGen/SplitKit.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/SplitKit.h soc2015/clord/head/contrib/llvm/lib/CodeGen/StackColoring.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/StackMaps.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/StackProtector.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TailDuplication.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TargetSchedule.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp soc2015/clord/head/contrib/llvm/lib/CodeGen/VirtRegMap.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h soc2015/clord/head/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp soc2015/clord/head/contrib/llvm/lib/IR/AsmWriter.cpp soc2015/clord/head/contrib/llvm/lib/IR/AttributeImpl.h soc2015/clord/head/contrib/llvm/lib/IR/Attributes.cpp soc2015/clord/head/contrib/llvm/lib/IR/AutoUpgrade.cpp soc2015/clord/head/contrib/llvm/lib/IR/BasicBlock.cpp soc2015/clord/head/contrib/llvm/lib/IR/ConstantFold.cpp soc2015/clord/head/contrib/llvm/lib/IR/ConstantFold.h soc2015/clord/head/contrib/llvm/lib/IR/ConstantRange.cpp soc2015/clord/head/contrib/llvm/lib/IR/Constants.cpp soc2015/clord/head/contrib/llvm/lib/IR/ConstantsContext.h soc2015/clord/head/contrib/llvm/lib/IR/Core.cpp soc2015/clord/head/contrib/llvm/lib/IR/DIBuilder.cpp soc2015/clord/head/contrib/llvm/lib/IR/DataLayout.cpp soc2015/clord/head/contrib/llvm/lib/IR/DebugInfo.cpp soc2015/clord/head/contrib/llvm/lib/IR/DebugLoc.cpp soc2015/clord/head/contrib/llvm/lib/IR/DiagnosticInfo.cpp soc2015/clord/head/contrib/llvm/lib/IR/DiagnosticPrinter.cpp soc2015/clord/head/contrib/llvm/lib/IR/Dominators.cpp soc2015/clord/head/contrib/llvm/lib/IR/Function.cpp soc2015/clord/head/contrib/llvm/lib/IR/GCOV.cpp soc2015/clord/head/contrib/llvm/lib/IR/Globals.cpp soc2015/clord/head/contrib/llvm/lib/IR/IRBuilder.cpp soc2015/clord/head/contrib/llvm/lib/IR/IRPrintingPasses.cpp soc2015/clord/head/contrib/llvm/lib/IR/InlineAsm.cpp soc2015/clord/head/contrib/llvm/lib/IR/Instruction.cpp soc2015/clord/head/contrib/llvm/lib/IR/Instructions.cpp soc2015/clord/head/contrib/llvm/lib/IR/LLVMContext.cpp soc2015/clord/head/contrib/llvm/lib/IR/LLVMContextImpl.cpp soc2015/clord/head/contrib/llvm/lib/IR/LLVMContextImpl.h soc2015/clord/head/contrib/llvm/lib/IR/LegacyPassManager.cpp soc2015/clord/head/contrib/llvm/lib/IR/MDBuilder.cpp soc2015/clord/head/contrib/llvm/lib/IR/Mangler.cpp soc2015/clord/head/contrib/llvm/lib/IR/Metadata.cpp soc2015/clord/head/contrib/llvm/lib/IR/MetadataTracking.cpp soc2015/clord/head/contrib/llvm/lib/IR/Module.cpp soc2015/clord/head/contrib/llvm/lib/IR/Pass.cpp soc2015/clord/head/contrib/llvm/lib/IR/Statepoint.cpp soc2015/clord/head/contrib/llvm/lib/IR/Type.cpp soc2015/clord/head/contrib/llvm/lib/IR/TypeFinder.cpp soc2015/clord/head/contrib/llvm/lib/IR/User.cpp soc2015/clord/head/contrib/llvm/lib/IR/Value.cpp soc2015/clord/head/contrib/llvm/lib/IR/ValueSymbolTable.cpp soc2015/clord/head/contrib/llvm/lib/IR/ValueTypes.cpp soc2015/clord/head/contrib/llvm/lib/IR/Verifier.cpp soc2015/clord/head/contrib/llvm/lib/IRReader/IRReader.cpp soc2015/clord/head/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp soc2015/clord/head/contrib/llvm/lib/LTO/LTOModule.cpp soc2015/clord/head/contrib/llvm/lib/Linker/LinkModules.cpp soc2015/clord/head/contrib/llvm/lib/MC/ConstantPools.cpp soc2015/clord/head/contrib/llvm/lib/MC/ELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAsmInfoELF.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAsmStreamer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCAssembler.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCCodeGenInfo.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCContext.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCDwarf.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCELFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCExpr.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCInst.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCLinkerOptimizationHint.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCMachOStreamer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCMachObjectTargetWriter.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCNullStreamer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCObjectFileInfo.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCObjectStreamer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCParser/AsmParser.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSection.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSectionCOFF.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSectionELF.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSectionMachO.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCStreamer.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSubtargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCSymbol.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCValue.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCWin64EH.cpp soc2015/clord/head/contrib/llvm/lib/MC/MCWinEH.cpp soc2015/clord/head/contrib/llvm/lib/MC/MachObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/MC/SubtargetFeature.cpp soc2015/clord/head/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/MC/WinCOFFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Object/Archive.cpp soc2015/clord/head/contrib/llvm/lib/Object/Binary.cpp soc2015/clord/head/contrib/llvm/lib/Object/COFFObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Object/ELFObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Object/ELFYAML.cpp soc2015/clord/head/contrib/llvm/lib/Object/Error.cpp soc2015/clord/head/contrib/llvm/lib/Object/IRObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Object/MachOObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Object/MachOUniversal.cpp soc2015/clord/head/contrib/llvm/lib/Object/Object.cpp soc2015/clord/head/contrib/llvm/lib/Object/ObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Object/RecordStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Object/RecordStreamer.h soc2015/clord/head/contrib/llvm/lib/Object/SymbolicFile.cpp soc2015/clord/head/contrib/llvm/lib/Option/Arg.cpp soc2015/clord/head/contrib/llvm/lib/Option/ArgList.cpp soc2015/clord/head/contrib/llvm/lib/Option/OptTable.cpp soc2015/clord/head/contrib/llvm/lib/Option/Option.cpp soc2015/clord/head/contrib/llvm/lib/ProfileData/CoverageMapping.cpp soc2015/clord/head/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp soc2015/clord/head/contrib/llvm/lib/ProfileData/CoverageMappingWriter.cpp soc2015/clord/head/contrib/llvm/lib/ProfileData/InstrProf.cpp soc2015/clord/head/contrib/llvm/lib/ProfileData/InstrProfReader.cpp soc2015/clord/head/contrib/llvm/lib/ProfileData/InstrProfWriter.cpp soc2015/clord/head/contrib/llvm/lib/Support/APFloat.cpp soc2015/clord/head/contrib/llvm/lib/Support/APInt.cpp soc2015/clord/head/contrib/llvm/lib/Support/APSInt.cpp soc2015/clord/head/contrib/llvm/lib/Support/Allocator.cpp soc2015/clord/head/contrib/llvm/lib/Support/CommandLine.cpp soc2015/clord/head/contrib/llvm/lib/Support/Compression.cpp soc2015/clord/head/contrib/llvm/lib/Support/ConvertUTFWrapper.cpp soc2015/clord/head/contrib/llvm/lib/Support/CrashRecoveryContext.cpp soc2015/clord/head/contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp soc2015/clord/head/contrib/llvm/lib/Support/DataStream.cpp soc2015/clord/head/contrib/llvm/lib/Support/Debug.cpp soc2015/clord/head/contrib/llvm/lib/Support/Dwarf.cpp soc2015/clord/head/contrib/llvm/lib/Support/DynamicLibrary.cpp soc2015/clord/head/contrib/llvm/lib/Support/FileOutputBuffer.cpp soc2015/clord/head/contrib/llvm/lib/Support/FoldingSet.cpp soc2015/clord/head/contrib/llvm/lib/Support/FormattedStream.cpp soc2015/clord/head/contrib/llvm/lib/Support/GraphWriter.cpp soc2015/clord/head/contrib/llvm/lib/Support/Host.cpp soc2015/clord/head/contrib/llvm/lib/Support/Locale.cpp soc2015/clord/head/contrib/llvm/lib/Support/LockFileManager.cpp soc2015/clord/head/contrib/llvm/lib/Support/MemoryBuffer.cpp soc2015/clord/head/contrib/llvm/lib/Support/Path.cpp soc2015/clord/head/contrib/llvm/lib/Support/PrettyStackTrace.cpp soc2015/clord/head/contrib/llvm/lib/Support/Process.cpp soc2015/clord/head/contrib/llvm/lib/Support/Program.cpp soc2015/clord/head/contrib/llvm/lib/Support/RandomNumberGenerator.cpp soc2015/clord/head/contrib/llvm/lib/Support/Regex.cpp soc2015/clord/head/contrib/llvm/lib/Support/ScaledNumber.cpp soc2015/clord/head/contrib/llvm/lib/Support/SmallPtrSet.cpp soc2015/clord/head/contrib/llvm/lib/Support/SmallVector.cpp soc2015/clord/head/contrib/llvm/lib/Support/SourceMgr.cpp soc2015/clord/head/contrib/llvm/lib/Support/SpecialCaseList.cpp soc2015/clord/head/contrib/llvm/lib/Support/StreamingMemoryObject.cpp soc2015/clord/head/contrib/llvm/lib/Support/StringExtras.cpp soc2015/clord/head/contrib/llvm/lib/Support/StringMap.cpp soc2015/clord/head/contrib/llvm/lib/Support/SystemUtils.cpp soc2015/clord/head/contrib/llvm/lib/Support/TargetRegistry.cpp soc2015/clord/head/contrib/llvm/lib/Support/Timer.cpp soc2015/clord/head/contrib/llvm/lib/Support/Triple.cpp soc2015/clord/head/contrib/llvm/lib/Support/Twine.cpp soc2015/clord/head/contrib/llvm/lib/Support/Unix/Host.inc soc2015/clord/head/contrib/llvm/lib/Support/Unix/Process.inc soc2015/clord/head/contrib/llvm/lib/Support/Unix/Program.inc soc2015/clord/head/contrib/llvm/lib/Support/Unix/Signals.inc soc2015/clord/head/contrib/llvm/lib/Support/Valgrind.cpp soc2015/clord/head/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/Memory.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/Path.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/Process.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/Program.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/Signals.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/TimeValue.inc soc2015/clord/head/contrib/llvm/lib/Support/Windows/WindowsSupport.h soc2015/clord/head/contrib/llvm/lib/Support/YAMLParser.cpp soc2015/clord/head/contrib/llvm/lib/Support/YAMLTraits.cpp soc2015/clord/head/contrib/llvm/lib/Support/raw_ostream.cpp soc2015/clord/head/contrib/llvm/lib/Support/regcomp.c soc2015/clord/head/contrib/llvm/lib/TableGen/Error.cpp soc2015/clord/head/contrib/llvm/lib/TableGen/Main.cpp soc2015/clord/head/contrib/llvm/lib/TableGen/Record.cpp soc2015/clord/head/contrib/llvm/lib/TableGen/SetTheory.cpp soc2015/clord/head/contrib/llvm/lib/TableGen/TGLexer.h soc2015/clord/head/contrib/llvm/lib/TableGen/TGParser.cpp soc2015/clord/head/contrib/llvm/lib/TableGen/TGParser.h soc2015/clord/head/contrib/llvm/lib/TableGen/TableGenBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64.td soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64AddressTypePromotion.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64FastISel.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64SchedA57.td soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARM.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARM.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMCallingConv.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMCallingConv.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp soc2015/clord/head/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/CppBackend/CPPTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/Hexagon.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/Hexagon.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV4.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV3.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV5.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsDerived.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV3.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV4.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonOperands.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.h soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips32r6InstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips32r6InstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsCCState.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsCallingConv.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsCondMov.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsOptionRecord.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsOs16.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSchedule.td soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTX.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTX.td soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVPTXVector.td soc2015/clord/head/contrib/llvm/lib/Target/NVPTX/NVVMReflect.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPC.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPC.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCSchedule440.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleA2.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP7.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetStreamer.h soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp (contents, props changed) soc2015/clord/head/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp (contents, props changed) soc2015/clord/head/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp (contents, props changed) soc2015/clord/head/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h (contents, props changed) soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/Sparc.td soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcInstr64Bit.td soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcInstrAliases.td soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZ.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZ.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZOperands.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZOperators.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZPatterns.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZProcessors.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/Target.cpp soc2015/clord/head/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/TargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/TargetMachineC.cpp soc2015/clord/head/contrib/llvm/lib/Target/TargetSubtargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h soc2015/clord/head/contrib/llvm/lib/Target/X86/AsmParser/X86Operand.h soc2015/clord/head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h soc2015/clord/head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86AsmPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86CallingConv.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86FastISel.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86FrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86ISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrAVX512.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrCompiler.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrControl.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrExtension.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrFMA.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrFPStack.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrFormats.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrMMX.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrSGX.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrSSE.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrSystem.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86InstrXOP.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86PadShortFunction.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86RegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86SchedHaswell.td soc2015/clord/head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86Subtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86Subtarget.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86TargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86TargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCore.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreSubtarget.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreSubtarget.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h soc2015/clord/head/contrib/llvm/lib/Target/XCore/XCoreTargetStreamer.h soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/IPO.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/Inliner.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h soc2015/clord/head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/DCE.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/GVN.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LICM.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoadCombine.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/SROA.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/SampleProfile.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/Sink.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/AddDiscriminators.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/Local.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp soc2015/clord/head/contrib/llvm/lib/Transforms/Vectorize/Vectorize.cpp soc2015/clord/head/contrib/llvm/patches/README.TXT soc2015/clord/head/contrib/llvm/projects/libunwind/ (props changed) soc2015/clord/head/contrib/llvm/tools/bugpoint/BugDriver.cpp soc2015/clord/head/contrib/llvm/tools/bugpoint/CrashDebugger.cpp soc2015/clord/head/contrib/llvm/tools/bugpoint/ExtractFunction.cpp soc2015/clord/head/contrib/llvm/tools/bugpoint/Miscompilation.cpp soc2015/clord/head/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp soc2015/clord/head/contrib/llvm/tools/bugpoint/ToolRunner.h soc2015/clord/head/contrib/llvm/tools/bugpoint/bugpoint.cpp soc2015/clord/head/contrib/llvm/tools/clang/ (props changed) soc2015/clord/head/contrib/llvm/tools/clang/FREEBSD-Xlist soc2015/clord/head/contrib/llvm/tools/clang/LICENSE.TXT soc2015/clord/head/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang-c/Index.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ASTUnresolvedSet.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Attr.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/AttrIterator.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/CommentParser.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DataRecursiveASTVisitor.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Decl.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DeclContextInternals.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Expr.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/LambdaCapture.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Mangle.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Stmt.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/Type.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Dominators.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/ABI.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Attr.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DeclNodes.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/LLVM.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Linkage.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Module.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/VersionTuple.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/CodeGen/ModuleBuilder.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Action.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Driver.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Job.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Multilib.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Options.td soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Types.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Driver/Types.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Format/Format.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOutputOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Index/USRGeneration.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/MacroArgs.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/Token.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/DeltaTree.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteRope.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/Rewriter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/TokenRewriter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FixItRewriter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Overload.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Scope.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Sema.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/SemaInternal.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/Template.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/Module.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerRegistry.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Tooling/Core/Replacement.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h soc2015/clord/head/contrib/llvm/tools/clang/include/clang/module.modulemap soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMTActions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/PlistReporter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/TransAPIUses.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.h soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ASTConsumer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/AttrImpl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/CXXABI.h soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/Decl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/DeclGroup.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/Expr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ExternalASTSource.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/InheritViz.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/Stmt.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/StmtIterator.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/Type.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/CallGraph.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/CocoaConventions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/PseudoConstantAnalysis.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/LangOptions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/Module.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/Targets.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/Version.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/VersionTuple.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDANV.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Action.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/CrossWindowsToolChain.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Driver.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Job.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/ToolChains.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Tools.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Driver/Types.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Edit/EditedSource.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/Format.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/FormatToken.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/FrontendOptions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticBuffer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/Intrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/adxintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/altivec.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/ammintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/arm_acle.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/avxintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/emmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/immintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/mmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/module.modulemap soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/shaintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/smmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/stdatomic.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/unwind.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Headers/xopintrin.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/Parser.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/DelayedDiagnostic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/Scope.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/Sema.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaFixItUtils.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderInternals.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/Module.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Checker.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp soc2015/clord/head/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp soc2015/clord/head/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp soc2015/clord/head/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp soc2015/clord/head/contrib/llvm/tools/clang/tools/driver/driver.cpp soc2015/clord/head/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp soc2015/clord/head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp soc2015/clord/head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp soc2015/clord/head/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp soc2015/clord/head/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp soc2015/clord/head/contrib/llvm/tools/llc/llc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/ (props changed) soc2015/clord/head/contrib/llvm/tools/lldb/FREEBSD-Xlist soc2015/clord/head/contrib/llvm/tools/lldb/docs/lldb.1 soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBBlock.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpoint.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpointLocation.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBBroadcaster.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandReturnObject.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBCommunication.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBCompileUnit.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBData.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBDeclaration.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBError.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBEvent.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBExpressionOptions.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpec.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpecList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBFrame.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBFunction.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBHostOS.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBInstruction.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBInstructionList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBLineEntry.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBListener.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBModuleSpec.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBQueue.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBQueueItem.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBSection.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBSourceManager.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBStream.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBStringList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBSymbol.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContext.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContextList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadCollection.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBType.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeCategory.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeEnumMember.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFilter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFormat.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeNameSpecifier.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSummary.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSynthetic.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBUnixSignals.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBValue.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBValueList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/API/SBWatchpoint.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointLocation.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Watchpoint.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Address.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Broadcaster.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ClangForward.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Connection.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionMachPort.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionSharedMemory.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ConstString.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/DataEncoder.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Log.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Mangled.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/Module.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/StreamFile.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/StringList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/StructuredData.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ASTResultSynthesizer.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ASTStructExtractor.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangASTSource.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionDeclMap.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionParser.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangModulesDeclVendor.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangPersistentVariables.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/IRForTarget.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/IRInterpreter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/IRMemoryMap.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Expression/IRToDWARF.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/File.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/FileSystem.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/Host.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupPlatform.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArch.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArray.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormat.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueRegex.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueString.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUUID.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValues.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTContext.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTType.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompileUnit.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolFile.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolVendor.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindPlan.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Symbol/Variable.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/FileAction.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/LanguageRuntime.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/Memory.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/Process.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessLaunchInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/Target.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Target/UnixSignals.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/AnsiTerminal.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/PseudoTerminal.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-private-forward.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h soc2015/clord/head/contrib/llvm/tools/lldb/include/lldb/lldb-private.h soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBAddress.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBBlock.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBEvent.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBExpressionOptions.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBFrame.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBFunction.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBInstruction.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBInstructionList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBListener.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBModule.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBProcess.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBQueue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBQueueItem.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBSourceManager.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBStream.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBSymbol.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTarget.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBType.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTypeFilter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTypeFormat.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBTypeSynthetic.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBUnixSignals.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/API/SBValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolver.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Breakpoint/StoppointLocation.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Address.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/AddressResolver.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/AddressResolverFileLine.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/AddressResolverName.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Broadcaster.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Communication.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ConnectionMachPort.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ConstString.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/DataBufferHeap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/DataBufferMemoryMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/DataEncoder.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Debugger.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/DynamicLoader.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Error.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/FastDemangle.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/FileLineResolver.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Language.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Listener.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Log.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Mangled.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Module.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/RegisterValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/RegularExpression.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Scalar.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Section.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/StreamFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/StringList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/StructuredData.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/UUID.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/UserSettingsController.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/Value.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/CF.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/Cocoa.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxInitializerList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxVector.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/LibStdcpp.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/NSArray.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/NSDictionary.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/NSIndexPath.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/NSSet.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ASTResultSynthesizer.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ASTStructExtractor.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ClangModulesDeclVendor.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/ExpressionSourceCode.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/IRInterpreter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/IRMemoryMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/File.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/Host.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpointList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/Socket.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/SoftwareBreakpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/Terminal.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/freebsd/HostThreadFreeBSD.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/freebsd/ThisThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/FileSystem.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/HostInfoPosix.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/HostProcessPosix.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/CommandHistory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFormat.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupString.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUUID.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupVariable.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueDictionary.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormat.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueRegex.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueSInt64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueString.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUInt64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterNone.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/Block.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/Function.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/LineTable.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/SymbolVendor.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/Type.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ABI.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/FileAction.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/Memory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ObjCLanguageRuntime.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/Platform.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/Process.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ProcessLaunchInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/Target.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/TargetList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/Thread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlan.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/PseudoTerminal.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp soc2015/clord/head/contrib/llvm/tools/lldb/source/Utility/UriParser.h soc2015/clord/head/contrib/llvm/tools/lldb/source/lldb.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/compact-unwind/compact-unwind-dumper.c soc2015/clord/head/contrib/llvm/tools/lldb/tools/driver/Driver.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/driver/Driver.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/driver/Platform.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIReadMe.txt soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonBase.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonHelper.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.h soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.cpp soc2015/clord/head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.h soc2015/clord/head/contrib/llvm/tools/lli/RemoteMemoryManager.cpp soc2015/clord/head/contrib/llvm/tools/lli/RemoteMemoryManager.h soc2015/clord/head/contrib/llvm/tools/lli/RemoteTargetExternal.h soc2015/clord/head/contrib/llvm/tools/lli/lli.cpp soc2015/clord/head/contrib/llvm/tools/llvm-ar/llvm-ar.cpp soc2015/clord/head/contrib/llvm/tools/llvm-as/llvm-as.cpp soc2015/clord/head/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/CodeCoverage.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/CoverageReport.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/CoverageReport.h soc2015/clord/head/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.h soc2015/clord/head/contrib/llvm/tools/llvm-cov/RenderingSupport.h soc2015/clord/head/contrib/llvm/tools/llvm-cov/SourceCoverageView.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/SourceCoverageView.h soc2015/clord/head/contrib/llvm/tools/llvm-cov/gcov.cpp soc2015/clord/head/contrib/llvm/tools/llvm-cov/llvm-cov.cpp soc2015/clord/head/contrib/llvm/tools/llvm-dis/llvm-dis.cpp soc2015/clord/head/contrib/llvm/tools/llvm-extract/llvm-extract.cpp soc2015/clord/head/contrib/llvm/tools/llvm-link/llvm-link.cpp soc2015/clord/head/contrib/llvm/tools/llvm-mc/llvm-mc.cpp soc2015/clord/head/contrib/llvm/tools/llvm-nm/llvm-nm.cpp soc2015/clord/head/contrib/llvm/tools/llvm-objdump/COFFDump.cpp soc2015/clord/head/contrib/llvm/tools/llvm-objdump/ELFDump.cpp soc2015/clord/head/contrib/llvm/tools/llvm-objdump/MachODump.cpp soc2015/clord/head/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp soc2015/clord/head/contrib/llvm/tools/llvm-objdump/llvm-objdump.h soc2015/clord/head/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/ARMEHABIPrinter.h soc2015/clord/head/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/MachODumper.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/ObjDumper.h soc2015/clord/head/contrib/llvm/tools/llvm-readobj/StreamWriter.h soc2015/clord/head/contrib/llvm/tools/llvm-readobj/Win64EHDumper.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp soc2015/clord/head/contrib/llvm/tools/llvm-readobj/llvm-readobj.h soc2015/clord/head/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp soc2015/clord/head/contrib/llvm/tools/llvm-stress/llvm-stress.cpp soc2015/clord/head/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp soc2015/clord/head/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.h soc2015/clord/head/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp soc2015/clord/head/contrib/llvm/tools/macho-dump/macho-dump.cpp soc2015/clord/head/contrib/llvm/tools/opt/BreakpointPrinter.cpp soc2015/clord/head/contrib/llvm/tools/opt/NewPMDriver.cpp soc2015/clord/head/contrib/llvm/tools/opt/NewPMDriver.h soc2015/clord/head/contrib/llvm/tools/opt/opt.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/AsmWriterInst.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/AsmWriterInst.h soc2015/clord/head/contrib/llvm/utils/TableGen/CTagsEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenInstruction.h soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenRegisters.h soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/CodeGenTarget.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/DAGISelMatcher.h soc2015/clord/head/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/DFAPacketizerEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/PseudoLoweringEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/X86DisassemblerShared.h soc2015/clord/head/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp soc2015/clord/head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp soc2015/clord/head/contrib/mdocml/ (props changed) soc2015/clord/head/contrib/mdocml/lib.in soc2015/clord/head/contrib/ncurses/ (props changed) soc2015/clord/head/contrib/ncurses/ncurses/base/MKlib_gen.sh soc2015/clord/head/contrib/netbsd-tests/bin/dd/t_dd.sh soc2015/clord/head/contrib/netbsd-tests/kernel/t_lockf.c soc2015/clord/head/contrib/netbsd-tests/kernel/t_mqueue.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawnattr.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/gen/t_assert.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/gen/t_glob.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/regex/debug.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/ssp/h_readlink.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh soc2015/clord/head/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c soc2015/clord/head/contrib/netbsd-tests/lib/libc/sys/t_getcontext.c soc2015/clord/head/contrib/netbsd-tests/lib/libcrypt/t_crypt.c soc2015/clord/head/contrib/netbsd-tests/usr.bin/grep/d_binary.out soc2015/clord/head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh soc2015/clord/head/contrib/netcat/ (props changed) soc2015/clord/head/contrib/netcat/nc.1 soc2015/clord/head/contrib/netcat/netcat.c soc2015/clord/head/contrib/netcat/socks.c soc2015/clord/head/contrib/ntp/ (props changed) soc2015/clord/head/contrib/ntp/ChangeLog soc2015/clord/head/contrib/ntp/CommitLog soc2015/clord/head/contrib/ntp/Makefile.am soc2015/clord/head/contrib/ntp/Makefile.in soc2015/clord/head/contrib/ntp/NEWS soc2015/clord/head/contrib/ntp/aclocal.m4 soc2015/clord/head/contrib/ntp/adjtimed/Makefile.in soc2015/clord/head/contrib/ntp/adjtimed/adjtimed.c soc2015/clord/head/contrib/ntp/clockstuff/Makefile.in soc2015/clord/head/contrib/ntp/clockstuff/chutest.c soc2015/clord/head/contrib/ntp/clockstuff/propdelay.c soc2015/clord/head/contrib/ntp/configure soc2015/clord/head/contrib/ntp/configure.ac soc2015/clord/head/contrib/ntp/html/decode.html soc2015/clord/head/contrib/ntp/html/drivers/driver40-ja.html (props changed) soc2015/clord/head/contrib/ntp/html/miscopt.html soc2015/clord/head/contrib/ntp/html/stats.html soc2015/clord/head/contrib/ntp/include/Makefile.am soc2015/clord/head/contrib/ntp/include/Makefile.in soc2015/clord/head/contrib/ntp/include/isc/Makefile.in soc2015/clord/head/contrib/ntp/include/ntp_assert.h soc2015/clord/head/contrib/ntp/include/ntp_calendar.h soc2015/clord/head/contrib/ntp/include/ntp_config.h soc2015/clord/head/contrib/ntp/include/ntp_control.h soc2015/clord/head/contrib/ntp/include/ntp_lists.h soc2015/clord/head/contrib/ntp/include/ntp_refclock.h soc2015/clord/head/contrib/ntp/include/ntp_stdlib.h soc2015/clord/head/contrib/ntp/include/ntp_syslog.h soc2015/clord/head/contrib/ntp/include/ntp_types.h soc2015/clord/head/contrib/ntp/include/ntp_worker.h soc2015/clord/head/contrib/ntp/include/ntpd.h soc2015/clord/head/contrib/ntp/include/refidsmear.h (props changed) soc2015/clord/head/contrib/ntp/kernel/Makefile.in soc2015/clord/head/contrib/ntp/kernel/sys/Makefile.in soc2015/clord/head/contrib/ntp/lib/isc/backtrace.c soc2015/clord/head/contrib/ntp/lib/isc/buffer.c soc2015/clord/head/contrib/ntp/lib/isc/inet_aton.c soc2015/clord/head/contrib/ntp/lib/isc/inet_pton.c soc2015/clord/head/contrib/ntp/lib/isc/log.c soc2015/clord/head/contrib/ntp/lib/isc/netaddr.c soc2015/clord/head/contrib/ntp/lib/isc/sockaddr.c soc2015/clord/head/contrib/ntp/lib/isc/task.c soc2015/clord/head/contrib/ntp/lib/isc/win32/interfaceiter.c soc2015/clord/head/contrib/ntp/lib/isc/win32/net.c soc2015/clord/head/contrib/ntp/libjsmn/example/jsondump.c (props changed) soc2015/clord/head/contrib/ntp/libjsmn/example/simple.c (props changed) soc2015/clord/head/contrib/ntp/libntp/Makefile.in soc2015/clord/head/contrib/ntp/libntp/a_md5encrypt.c soc2015/clord/head/contrib/ntp/libntp/atolfp.c soc2015/clord/head/contrib/ntp/libntp/audio.c soc2015/clord/head/contrib/ntp/libntp/authkeys.c soc2015/clord/head/contrib/ntp/libntp/authreadkeys.c soc2015/clord/head/contrib/ntp/libntp/authusekey.c soc2015/clord/head/contrib/ntp/libntp/caljulian.c soc2015/clord/head/contrib/ntp/libntp/caltontp.c soc2015/clord/head/contrib/ntp/libntp/decodenetnum.c soc2015/clord/head/contrib/ntp/libntp/dolfptoa.c soc2015/clord/head/contrib/ntp/libntp/emalloc.c soc2015/clord/head/contrib/ntp/libntp/hextolfp.c soc2015/clord/head/contrib/ntp/libntp/icom.c soc2015/clord/head/contrib/ntp/libntp/machines.c soc2015/clord/head/contrib/ntp/libntp/mstolfp.c soc2015/clord/head/contrib/ntp/libntp/msyslog.c soc2015/clord/head/contrib/ntp/libntp/ntp_calendar.c soc2015/clord/head/contrib/ntp/libntp/ntp_crypto_rnd.c soc2015/clord/head/contrib/ntp/libntp/ntp_intres.c soc2015/clord/head/contrib/ntp/libntp/ntp_lineedit.c soc2015/clord/head/contrib/ntp/libntp/ntp_rfc2553.c soc2015/clord/head/contrib/ntp/libntp/ntp_worker.c soc2015/clord/head/contrib/ntp/libntp/prettydate.c soc2015/clord/head/contrib/ntp/libntp/recvbuff.c soc2015/clord/head/contrib/ntp/libntp/refidsmear.c (props changed) soc2015/clord/head/contrib/ntp/libntp/snprintf.c soc2015/clord/head/contrib/ntp/libntp/socket.c soc2015/clord/head/contrib/ntp/libntp/socktohost.c soc2015/clord/head/contrib/ntp/libntp/statestr.c soc2015/clord/head/contrib/ntp/libntp/systime.c soc2015/clord/head/contrib/ntp/libntp/work_thread.c soc2015/clord/head/contrib/ntp/libparse/Makefile.in soc2015/clord/head/contrib/ntp/libparse/clk_computime.c soc2015/clord/head/contrib/ntp/libparse/clk_dcf7000.c soc2015/clord/head/contrib/ntp/libparse/clk_hopf6021.c soc2015/clord/head/contrib/ntp/libparse/clk_meinberg.c soc2015/clord/head/contrib/ntp/libparse/clk_rawdcf.c soc2015/clord/head/contrib/ntp/libparse/clk_rcc8000.c soc2015/clord/head/contrib/ntp/libparse/clk_schmid.c soc2015/clord/head/contrib/ntp/libparse/clk_trimtaip.c soc2015/clord/head/contrib/ntp/libparse/clk_varitext.c soc2015/clord/head/contrib/ntp/libparse/clk_wharton.c soc2015/clord/head/contrib/ntp/libparse/parse.c soc2015/clord/head/contrib/ntp/ntpd/Makefile.am soc2015/clord/head/contrib/ntp/ntpd/Makefile.in soc2015/clord/head/contrib/ntp/ntpd/invoke-ntp.conf.texi soc2015/clord/head/contrib/ntp/ntpd/invoke-ntp.keys.texi soc2015/clord/head/contrib/ntp/ntpd/invoke-ntpd.texi soc2015/clord/head/contrib/ntp/ntpd/ntp.conf.5man soc2015/clord/head/contrib/ntp/ntpd/ntp.conf.5mdoc soc2015/clord/head/contrib/ntp/ntpd/ntp.conf.def soc2015/clord/head/contrib/ntp/ntpd/ntp.conf.html soc2015/clord/head/contrib/ntp/ntpd/ntp.conf.man.in soc2015/clord/head/contrib/ntp/ntpd/ntp.conf.mdoc.in soc2015/clord/head/contrib/ntp/ntpd/ntp.keys.5man soc2015/clord/head/contrib/ntp/ntpd/ntp.keys.5mdoc soc2015/clord/head/contrib/ntp/ntpd/ntp.keys.html soc2015/clord/head/contrib/ntp/ntpd/ntp.keys.man.in soc2015/clord/head/contrib/ntp/ntpd/ntp.keys.mdoc.in soc2015/clord/head/contrib/ntp/ntpd/ntp_config.c soc2015/clord/head/contrib/ntp/ntpd/ntp_control.c soc2015/clord/head/contrib/ntp/ntpd/ntp_crypto.c soc2015/clord/head/contrib/ntp/ntpd/ntp_io.c soc2015/clord/head/contrib/ntp/ntpd/ntp_loopfilter.c soc2015/clord/head/contrib/ntp/ntpd/ntp_monitor.c soc2015/clord/head/contrib/ntp/ntpd/ntp_parser.c soc2015/clord/head/contrib/ntp/ntpd/ntp_parser.h soc2015/clord/head/contrib/ntp/ntpd/ntp_peer.c soc2015/clord/head/contrib/ntp/ntpd/ntp_proto.c soc2015/clord/head/contrib/ntp/ntpd/ntp_refclock.c soc2015/clord/head/contrib/ntp/ntpd/ntp_request.c soc2015/clord/head/contrib/ntp/ntpd/ntp_restrict.c soc2015/clord/head/contrib/ntp/ntpd/ntp_signd.c soc2015/clord/head/contrib/ntp/ntpd/ntp_timer.c soc2015/clord/head/contrib/ntp/ntpd/ntp_util.c soc2015/clord/head/contrib/ntp/ntpd/ntpd-opts.c soc2015/clord/head/contrib/ntp/ntpd/ntpd-opts.def soc2015/clord/head/contrib/ntp/ntpd/ntpd-opts.h soc2015/clord/head/contrib/ntp/ntpd/ntpd.1ntpdman soc2015/clord/head/contrib/ntp/ntpd/ntpd.1ntpdmdoc soc2015/clord/head/contrib/ntp/ntpd/ntpd.c soc2015/clord/head/contrib/ntp/ntpd/ntpd.html soc2015/clord/head/contrib/ntp/ntpd/ntpd.man.in soc2015/clord/head/contrib/ntp/ntpd/ntpd.mdoc.in soc2015/clord/head/contrib/ntp/ntpd/rc_cmdlength.c (contents, props changed) soc2015/clord/head/contrib/ntp/ntpd/refclock_arc.c soc2015/clord/head/contrib/ntp/ntpd/refclock_chu.c soc2015/clord/head/contrib/ntp/ntpd/refclock_gpsdjson.c soc2015/clord/head/contrib/ntp/ntpd/refclock_local.c soc2015/clord/head/contrib/ntp/ntpd/refclock_nmea.c soc2015/clord/head/contrib/ntp/ntpd/refclock_palisade.c soc2015/clord/head/contrib/ntp/ntpd/refclock_parse.c soc2015/clord/head/contrib/ntp/ntpd/refclock_shm.c soc2015/clord/head/contrib/ntp/ntpd/refclock_true.c soc2015/clord/head/contrib/ntp/ntpd/refclock_tsyncpci.c soc2015/clord/head/contrib/ntp/ntpd/refclock_wwv.c soc2015/clord/head/contrib/ntp/ntpdate/Makefile.in soc2015/clord/head/contrib/ntp/ntpdate/ntpdate.c soc2015/clord/head/contrib/ntp/ntpdc/Makefile.in soc2015/clord/head/contrib/ntp/ntpdc/invoke-ntpdc.texi soc2015/clord/head/contrib/ntp/ntpdc/ntpdc-opts.c soc2015/clord/head/contrib/ntp/ntpdc/ntpdc-opts.h soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.1ntpdcman soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.c soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.h soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.html soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.man.in soc2015/clord/head/contrib/ntp/ntpdc/ntpdc.mdoc.in soc2015/clord/head/contrib/ntp/ntpdc/ntpdc_ops.c soc2015/clord/head/contrib/ntp/ntpq/Makefile.in soc2015/clord/head/contrib/ntp/ntpq/invoke-ntpq.texi soc2015/clord/head/contrib/ntp/ntpq/libntpq.c soc2015/clord/head/contrib/ntp/ntpq/libntpq.h soc2015/clord/head/contrib/ntp/ntpq/libntpq_subs.c soc2015/clord/head/contrib/ntp/ntpq/ntpq-opts.c soc2015/clord/head/contrib/ntp/ntpq/ntpq-opts.h soc2015/clord/head/contrib/ntp/ntpq/ntpq-subs.c soc2015/clord/head/contrib/ntp/ntpq/ntpq.1ntpqman soc2015/clord/head/contrib/ntp/ntpq/ntpq.1ntpqmdoc soc2015/clord/head/contrib/ntp/ntpq/ntpq.c soc2015/clord/head/contrib/ntp/ntpq/ntpq.h soc2015/clord/head/contrib/ntp/ntpq/ntpq.html soc2015/clord/head/contrib/ntp/ntpq/ntpq.man.in soc2015/clord/head/contrib/ntp/ntpq/ntpq.mdoc.in soc2015/clord/head/contrib/ntp/ntpsnmpd/Makefile.in soc2015/clord/head/contrib/ntp/ntpsnmpd/invoke-ntpsnmpd.texi soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.c soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.h soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdman soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd.html soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd.man.in soc2015/clord/head/contrib/ntp/ntpsnmpd/ntpsnmpd.mdoc.in soc2015/clord/head/contrib/ntp/packageinfo.sh soc2015/clord/head/contrib/ntp/parseutil/Makefile.in soc2015/clord/head/contrib/ntp/scripts/Makefile.in soc2015/clord/head/contrib/ntp/scripts/build/Makefile.in soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/Makefile.am soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/Makefile.in soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/calc_tickadj.html soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/calc_tickadj.man.in soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/calc_tickadj.mdoc.in soc2015/clord/head/contrib/ntp/scripts/calc_tickadj/invoke-calc_tickadj.texi soc2015/clord/head/contrib/ntp/scripts/invoke-plot_summary.texi soc2015/clord/head/contrib/ntp/scripts/invoke-summary.texi soc2015/clord/head/contrib/ntp/scripts/lib/Makefile.in soc2015/clord/head/contrib/ntp/scripts/lib/NTP/Util.pm soc2015/clord/head/contrib/ntp/scripts/ntp-wait/Makefile.in soc2015/clord/head/contrib/ntp/scripts/ntp-wait/invoke-ntp-wait.texi soc2015/clord/head/contrib/ntp/scripts/ntp-wait/ntp-wait-opts soc2015/clord/head/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitman soc2015/clord/head/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc soc2015/clord/head/contrib/ntp/scripts/ntp-wait/ntp-wait.html soc2015/clord/head/contrib/ntp/scripts/ntp-wait/ntp-wait.man.in soc2015/clord/head/contrib/ntp/scripts/ntp-wait/ntp-wait.mdoc.in soc2015/clord/head/contrib/ntp/scripts/ntpsweep/Makefile.in soc2015/clord/head/contrib/ntp/scripts/ntpsweep/invoke-ntpsweep.texi soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep-opts soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepman soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep.html soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep.in soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep.man.in soc2015/clord/head/contrib/ntp/scripts/ntpsweep/ntpsweep.mdoc.in soc2015/clord/head/contrib/ntp/scripts/ntptrace/Makefile.in soc2015/clord/head/contrib/ntp/scripts/ntptrace/invoke-ntptrace.texi soc2015/clord/head/contrib/ntp/scripts/ntptrace/ntptrace-opts soc2015/clord/head/contrib/ntp/scripts/ntptrace/ntptrace.1ntptraceman soc2015/clord/head/contrib/ntp/scripts/ntptrace/ntptrace.1ntptracemdoc soc2015/clord/head/contrib/ntp/scripts/ntptrace/ntptrace.html soc2015/clord/head/contrib/ntp/scripts/ntptrace/ntptrace.man.in soc2015/clord/head/contrib/ntp/scripts/ntptrace/ntptrace.mdoc.in soc2015/clord/head/contrib/ntp/scripts/plot_summary-opts soc2015/clord/head/contrib/ntp/scripts/plot_summary.1plot_summaryman soc2015/clord/head/contrib/ntp/scripts/plot_summary.1plot_summarymdoc soc2015/clord/head/contrib/ntp/scripts/plot_summary.html soc2015/clord/head/contrib/ntp/scripts/plot_summary.man.in soc2015/clord/head/contrib/ntp/scripts/plot_summary.mdoc.in soc2015/clord/head/contrib/ntp/scripts/summary-opts soc2015/clord/head/contrib/ntp/scripts/summary.1summaryman soc2015/clord/head/contrib/ntp/scripts/summary.1summarymdoc soc2015/clord/head/contrib/ntp/scripts/summary.html soc2015/clord/head/contrib/ntp/scripts/summary.man.in soc2015/clord/head/contrib/ntp/scripts/summary.mdoc.in soc2015/clord/head/contrib/ntp/scripts/update-leap/Makefile.am (props changed) soc2015/clord/head/contrib/ntp/scripts/update-leap/Makefile.in (contents, props changed) soc2015/clord/head/contrib/ntp/scripts/update-leap/invoke-update-leap.texi soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap-opts soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.1update-leapman soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.1update-leapmdoc soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.html (contents, props changed) soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.in (props changed) soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.man.in (contents, props changed) soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.mdoc.in (contents, props changed) soc2015/clord/head/contrib/ntp/scripts/update-leap/update-leap.sh (props changed) soc2015/clord/head/contrib/ntp/sntp/Makefile.am soc2015/clord/head/contrib/ntp/sntp/Makefile.in soc2015/clord/head/contrib/ntp/sntp/ag-tpl/Mdoc.pm (props changed) soc2015/clord/head/contrib/ntp/sntp/configure soc2015/clord/head/contrib/ntp/sntp/configure.ac soc2015/clord/head/contrib/ntp/sntp/include/Makefile.in soc2015/clord/head/contrib/ntp/sntp/include/version.def soc2015/clord/head/contrib/ntp/sntp/include/version.texi soc2015/clord/head/contrib/ntp/sntp/invoke-sntp.texi soc2015/clord/head/contrib/ntp/sntp/libevent/Makefile.am soc2015/clord/head/contrib/ntp/sntp/libevent/Makefile.in soc2015/clord/head/contrib/ntp/sntp/libevent/test/bench_httpclient.c soc2015/clord/head/contrib/ntp/sntp/libevent/test/regress.c soc2015/clord/head/contrib/ntp/sntp/libevent/test/regress_dns.c soc2015/clord/head/contrib/ntp/sntp/libevent/test/regress_http.c soc2015/clord/head/contrib/ntp/sntp/libevent/test/regress_minheap.c soc2015/clord/head/contrib/ntp/sntp/libevent/test/test-ratelim.c soc2015/clord/head/contrib/ntp/sntp/libevent/test/test-time.c soc2015/clord/head/contrib/ntp/sntp/libopts/Makefile.in soc2015/clord/head/contrib/ntp/sntp/libopts/compat/pathfind.c soc2015/clord/head/contrib/ntp/sntp/libpkgver/colcomp.c (props changed) soc2015/clord/head/contrib/ntp/sntp/libpkgver/pkgver.h (props changed) soc2015/clord/head/contrib/ntp/sntp/log.c soc2015/clord/head/contrib/ntp/sntp/log.h soc2015/clord/head/contrib/ntp/sntp/m4/ntp_libevent.m4 soc2015/clord/head/contrib/ntp/sntp/m4/ntp_libntp.m4 soc2015/clord/head/contrib/ntp/sntp/m4/ntp_rlimit.m4 soc2015/clord/head/contrib/ntp/sntp/m4/openldap-thread-check.m4 soc2015/clord/head/contrib/ntp/sntp/m4/os_cflags.m4 soc2015/clord/head/contrib/ntp/sntp/m4/version.m4 soc2015/clord/head/contrib/ntp/sntp/networking.c soc2015/clord/head/contrib/ntp/sntp/scripts/Makefile.in soc2015/clord/head/contrib/ntp/sntp/sntp-opts.c soc2015/clord/head/contrib/ntp/sntp/sntp-opts.h soc2015/clord/head/contrib/ntp/sntp/sntp.1sntpman soc2015/clord/head/contrib/ntp/sntp/sntp.1sntpmdoc soc2015/clord/head/contrib/ntp/sntp/sntp.html soc2015/clord/head/contrib/ntp/sntp/sntp.man.in soc2015/clord/head/contrib/ntp/sntp/sntp.mdoc.in soc2015/clord/head/contrib/ntp/sntp/tests/Makefile.am soc2015/clord/head/contrib/ntp/sntp/tests/Makefile.in soc2015/clord/head/contrib/ntp/sntp/tests/crypto.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/fileHandlingTest.h.in (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/keyFile.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/kodDatabase.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/kodFile.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/networking.c (props changed) soc2015/clord/head/contrib/ntp/sntp/tests/packetHandling.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/packetProcessing.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-crypto.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-keyFile.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-kodDatabase.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-kodFile.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-networking.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-packetHandling.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-packetProcessing.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/run-utilities.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/tests/sntptest.h soc2015/clord/head/contrib/ntp/sntp/tests/utilities.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/unity/Makefile.am (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/unity/Makefile.in (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/colour_prompt.rb (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/colour_reporter.rb (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/generate_module.rb (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/generate_test_runner.rb (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/runner_maybe.c (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/test_file_filter.rb (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/auto/unity_test_summary.rb (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity.c (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity.h (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity_fixture.c (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity_fixture.h (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity_fixture_internals.h (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity_fixture_malloc_overrides.h (props changed) soc2015/clord/head/contrib/ntp/sntp/unity/unity_internals.h (contents, props changed) soc2015/clord/head/contrib/ntp/sntp/version.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/Makefile.am soc2015/clord/head/contrib/ntp/tests/Makefile.in soc2015/clord/head/contrib/ntp/tests/bug-2803/Makefile.am (contents, props changed) soc2015/clord/head/contrib/ntp/tests/bug-2803/Makefile.in (contents, props changed) soc2015/clord/head/contrib/ntp/tests/bug-2803/bug-2803.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/bug-2803/run-bug-2803.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/Makefile.am soc2015/clord/head/contrib/ntp/tests/libntp/Makefile.in soc2015/clord/head/contrib/ntp/tests/libntp/a_md5encrypt.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/atoint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/atouint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/authkeys.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/buftvtots.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/calendar.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/caljulian.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/caltontp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/calyearstart.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/clocktime.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/decodenetnum.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/hextoint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/hextolfp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/humandate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/lfpfunc.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/lfptest.h soc2015/clord/head/contrib/ntp/tests/libntp/lfptostr.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/modetoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/msyslog.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/netof.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/numtoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/numtohost.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/octtoint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/prettydate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/recvbuff.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/refidsmear.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/refnumtoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-a_md5encrypt.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-atoint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-atouint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-authkeys.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-buftvtots.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-calendar.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-caljulian.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-caltontp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-calyearstart.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-clocktime.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-decodenetnum.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-hextoint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-hextolfp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-humandate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-lfpfunc.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-lfptostr.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-modetoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-msyslog.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-netof.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-numtoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-numtohost.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-octtoint.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-prettydate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-recvbuff.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-refidsmear.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-refnumtoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-sfptostr.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-socktoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-ssl_init.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-statestr.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-strtolfp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-timespecops.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-timevalops.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-tstotv.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-tvtots.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-uglydate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-vi64ops.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/run-ymd2yd.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/sfptostr.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/sockaddrtest.h soc2015/clord/head/contrib/ntp/tests/libntp/socktoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/ssl_init.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/statestr.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/strtolfp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/test-libntp.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/test-libntp.h (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/timespecops.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/timevalops.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/tstotv.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/tvtots.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/uglydate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/vi64ops.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/libntp/ymd2yd.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/ntpd/Makefile.am soc2015/clord/head/contrib/ntp/tests/ntpd/Makefile.in soc2015/clord/head/contrib/ntp/tests/sandbox/Makefile.am (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/Makefile.in (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/bug-2803.c (props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/modetoa.c (props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/run-modetoa.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/run-uglydate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/run-ut-2803.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/smeartest.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/uglydate.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sandbox/ut-2803.c (props changed) soc2015/clord/head/contrib/ntp/tests/sec-2853/Makefile.am (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sec-2853/Makefile.in (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sec-2853/run-sec-2853.c (contents, props changed) soc2015/clord/head/contrib/ntp/tests/sec-2853/sec-2853.c (contents, props changed) soc2015/clord/head/contrib/ntp/util/Makefile.in soc2015/clord/head/contrib/ntp/util/invoke-ntp-keygen.texi soc2015/clord/head/contrib/ntp/util/ntp-keygen-opts.c soc2015/clord/head/contrib/ntp/util/ntp-keygen-opts.h soc2015/clord/head/contrib/ntp/util/ntp-keygen.1ntp-keygenman soc2015/clord/head/contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc soc2015/clord/head/contrib/ntp/util/ntp-keygen.c soc2015/clord/head/contrib/ntp/util/ntp-keygen.html soc2015/clord/head/contrib/ntp/util/ntp-keygen.man.in soc2015/clord/head/contrib/ntp/util/ntp-keygen.mdoc.in soc2015/clord/head/contrib/ntp/util/ntptime.c soc2015/clord/head/contrib/ofed/usr.bin/ibaddr/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibnetdiscover/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibping/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibportstate/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibroute/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibsendtrap/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibstat/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibsysstat/Makefile soc2015/clord/head/contrib/ofed/usr.bin/ibtracert/Makefile soc2015/clord/head/contrib/ofed/usr.bin/opensm/Makefile soc2015/clord/head/contrib/ofed/usr.bin/osmtest/Makefile soc2015/clord/head/contrib/ofed/usr.bin/perfquery/Makefile soc2015/clord/head/contrib/ofed/usr.bin/saquery/Makefile soc2015/clord/head/contrib/ofed/usr.bin/sminfo/Makefile soc2015/clord/head/contrib/ofed/usr.bin/smpdump/Makefile soc2015/clord/head/contrib/ofed/usr.bin/smpquery/Makefile soc2015/clord/head/contrib/ofed/usr.bin/vendstat/Makefile soc2015/clord/head/contrib/openbsm/ (props changed) soc2015/clord/head/contrib/openbsm/INSTALL soc2015/clord/head/contrib/openbsm/LICENSE soc2015/clord/head/contrib/openbsm/Makefile.am soc2015/clord/head/contrib/openbsm/Makefile.in soc2015/clord/head/contrib/openbsm/NEWS soc2015/clord/head/contrib/openbsm/README soc2015/clord/head/contrib/openbsm/TODO soc2015/clord/head/contrib/openbsm/VERSION soc2015/clord/head/contrib/openbsm/autogen.sh soc2015/clord/head/contrib/openbsm/bin/Makefile.am soc2015/clord/head/contrib/openbsm/bin/audit/Makefile.am soc2015/clord/head/contrib/openbsm/bin/audit/audit.8 soc2015/clord/head/contrib/openbsm/bin/audit/audit.c soc2015/clord/head/contrib/openbsm/bin/auditd/Makefile.am soc2015/clord/head/contrib/openbsm/bin/auditd/audit_triggers.defs soc2015/clord/head/contrib/openbsm/bin/auditd/audit_warn.c soc2015/clord/head/contrib/openbsm/bin/auditd/auditd.8 soc2015/clord/head/contrib/openbsm/bin/auditd/auditd.c soc2015/clord/head/contrib/openbsm/bin/auditd/auditd.h soc2015/clord/head/contrib/openbsm/bin/auditd/auditd_control.defs soc2015/clord/head/contrib/openbsm/bin/auditd/auditd_darwin.c soc2015/clord/head/contrib/openbsm/bin/auditd/auditd_fbsd.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/Makefile.am soc2015/clord/head/contrib/openbsm/bin/auditdistd/auditdistd.8 soc2015/clord/head/contrib/openbsm/bin/auditdistd/auditdistd.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/auditdistd.conf.5 soc2015/clord/head/contrib/openbsm/bin/auditdistd/auditdistd.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/faccessat.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/fstatat.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/openat.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/parse.y soc2015/clord/head/contrib/openbsm/bin/auditdistd/pjdlog.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/pjdlog.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto_common.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto_impl.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto_socketpair.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto_tcp.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto_tls.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/proto_uds.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/receiver.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/renameat.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/sandbox.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/sandbox.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/sender.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/sigtimedwait.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/strndup.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/subr.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/subr.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/synch.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/token.l soc2015/clord/head/contrib/openbsm/bin/auditdistd/trail.c soc2015/clord/head/contrib/openbsm/bin/auditdistd/trail.h soc2015/clord/head/contrib/openbsm/bin/auditdistd/unlinkat.h soc2015/clord/head/contrib/openbsm/bin/auditfilterd/Makefile.am soc2015/clord/head/contrib/openbsm/bin/auditfilterd/auditfilterd.8 soc2015/clord/head/contrib/openbsm/bin/auditfilterd/auditfilterd.c soc2015/clord/head/contrib/openbsm/bin/auditfilterd/auditfilterd.h soc2015/clord/head/contrib/openbsm/bin/auditfilterd/auditfilterd_conf.c soc2015/clord/head/contrib/openbsm/bin/auditreduce/Makefile.am soc2015/clord/head/contrib/openbsm/bin/auditreduce/auditreduce.1 soc2015/clord/head/contrib/openbsm/bin/auditreduce/auditreduce.c soc2015/clord/head/contrib/openbsm/bin/auditreduce/auditreduce.h soc2015/clord/head/contrib/openbsm/bin/praudit/Makefile.am soc2015/clord/head/contrib/openbsm/bin/praudit/praudit.1 soc2015/clord/head/contrib/openbsm/bin/praudit/praudit.c soc2015/clord/head/contrib/openbsm/bsm/Makefile.am soc2015/clord/head/contrib/openbsm/bsm/audit_filter.h soc2015/clord/head/contrib/openbsm/bsm/audit_uevents.h soc2015/clord/head/contrib/openbsm/bsm/auditd_lib.h soc2015/clord/head/contrib/openbsm/bsm/libbsm.h soc2015/clord/head/contrib/openbsm/compat/clock_gettime.h soc2015/clord/head/contrib/openbsm/compat/closefrom.h soc2015/clord/head/contrib/openbsm/compat/compat.h soc2015/clord/head/contrib/openbsm/compat/endian.h soc2015/clord/head/contrib/openbsm/compat/endian_enc.h soc2015/clord/head/contrib/openbsm/compat/flopen.h soc2015/clord/head/contrib/openbsm/compat/pidfile.h soc2015/clord/head/contrib/openbsm/compat/queue.h soc2015/clord/head/contrib/openbsm/compat/strlcat.h soc2015/clord/head/contrib/openbsm/compat/strlcpy.h soc2015/clord/head/contrib/openbsm/config/config.h soc2015/clord/head/contrib/openbsm/configure soc2015/clord/head/contrib/openbsm/configure.ac soc2015/clord/head/contrib/openbsm/etc/audit_class soc2015/clord/head/contrib/openbsm/etc/audit_control soc2015/clord/head/contrib/openbsm/etc/audit_event soc2015/clord/head/contrib/openbsm/etc/audit_filter soc2015/clord/head/contrib/openbsm/etc/audit_user soc2015/clord/head/contrib/openbsm/etc/audit_warn soc2015/clord/head/contrib/openbsm/libauditd/Makefile.am soc2015/clord/head/contrib/openbsm/libauditd/auditd_lib.c soc2015/clord/head/contrib/openbsm/libauditd/libauditd.3 soc2015/clord/head/contrib/openbsm/libbsm/Makefile.am soc2015/clord/head/contrib/openbsm/libbsm/Makefile.in soc2015/clord/head/contrib/openbsm/libbsm/au_class.3 soc2015/clord/head/contrib/openbsm/libbsm/au_control.3 soc2015/clord/head/contrib/openbsm/libbsm/au_domain.3 soc2015/clord/head/contrib/openbsm/libbsm/au_errno.3 soc2015/clord/head/contrib/openbsm/libbsm/au_event.3 soc2015/clord/head/contrib/openbsm/libbsm/au_fcntl_cmd.3 soc2015/clord/head/contrib/openbsm/libbsm/au_free_token.3 soc2015/clord/head/contrib/openbsm/libbsm/au_io.3 soc2015/clord/head/contrib/openbsm/libbsm/au_mask.3 soc2015/clord/head/contrib/openbsm/libbsm/au_open.3 soc2015/clord/head/contrib/openbsm/libbsm/au_socket_type.3 soc2015/clord/head/contrib/openbsm/libbsm/au_token.3 soc2015/clord/head/contrib/openbsm/libbsm/au_user.3 soc2015/clord/head/contrib/openbsm/libbsm/audit_submit.3 soc2015/clord/head/contrib/openbsm/libbsm/bsm_audit.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_class.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_control.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_domain.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_errno.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_event.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_fcntl.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_flags.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_io.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_mask.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_notify.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_socket_type.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_token.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_user.c soc2015/clord/head/contrib/openbsm/libbsm/bsm_wrappers.c soc2015/clord/head/contrib/openbsm/libbsm/libbsm.3 soc2015/clord/head/contrib/openbsm/man/Makefile.am soc2015/clord/head/contrib/openbsm/man/Makefile.in soc2015/clord/head/contrib/openbsm/man/audit.2 soc2015/clord/head/contrib/openbsm/man/audit.log.5 soc2015/clord/head/contrib/openbsm/man/audit_class.5 soc2015/clord/head/contrib/openbsm/man/audit_control.5 soc2015/clord/head/contrib/openbsm/man/audit_event.5 soc2015/clord/head/contrib/openbsm/man/audit_user.5 soc2015/clord/head/contrib/openbsm/man/audit_warn.5 soc2015/clord/head/contrib/openbsm/man/auditctl.2 soc2015/clord/head/contrib/openbsm/man/auditon.2 soc2015/clord/head/contrib/openbsm/man/getaudit.2 soc2015/clord/head/contrib/openbsm/man/getauid.2 soc2015/clord/head/contrib/openbsm/man/setaudit.2 soc2015/clord/head/contrib/openbsm/man/setauid.2 soc2015/clord/head/contrib/openbsm/modules/Makefile.am soc2015/clord/head/contrib/openbsm/modules/auditfilter_noop/Makefile.am soc2015/clord/head/contrib/openbsm/modules/auditfilter_noop/auditfilter_noop.c soc2015/clord/head/contrib/openbsm/sys/Makefile.am soc2015/clord/head/contrib/openbsm/sys/bsm/Makefile.am soc2015/clord/head/contrib/openbsm/sys/bsm/audit.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_domain.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_errno.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_fcntl.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_internal.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_kevents.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_record.h soc2015/clord/head/contrib/openbsm/sys/bsm/audit_socket_type.h soc2015/clord/head/contrib/openbsm/test/Makefile.am soc2015/clord/head/contrib/openbsm/test/bsm/Makefile.am soc2015/clord/head/contrib/openbsm/test/bsm/generate.c soc2015/clord/head/contrib/openbsm/tools/Makefile.am soc2015/clord/head/contrib/openbsm/tools/audump.c soc2015/clord/head/contrib/openpam/ (props changed) soc2015/clord/head/contrib/openpam/lib/libpam/openpam_constants.c soc2015/clord/head/contrib/pf/ (props changed) soc2015/clord/head/contrib/pf/pflogd/pflogd.c soc2015/clord/head/contrib/sendmail/ (props changed) soc2015/clord/head/contrib/sendmail/include/sm/conf.h soc2015/clord/head/contrib/serf/ (props changed) soc2015/clord/head/contrib/smbfs/README soc2015/clord/head/contrib/smbfs/lib/smb/nb_name.c soc2015/clord/head/contrib/sqlite3/ (props changed) soc2015/clord/head/contrib/subversion/ (props changed) soc2015/clord/head/contrib/subversion/CHANGES soc2015/clord/head/contrib/subversion/COMMITTERS soc2015/clord/head/contrib/subversion/INSTALL soc2015/clord/head/contrib/subversion/LICENSE soc2015/clord/head/contrib/subversion/Makefile.in soc2015/clord/head/contrib/subversion/NOTICE soc2015/clord/head/contrib/subversion/autogen.sh soc2015/clord/head/contrib/subversion/build-outputs.mk soc2015/clord/head/contrib/subversion/build.conf soc2015/clord/head/contrib/subversion/configure soc2015/clord/head/contrib/subversion/configure.ac soc2015/clord/head/contrib/subversion/doc/user/svn-best-practices.html soc2015/clord/head/contrib/subversion/gen-make.py soc2015/clord/head/contrib/subversion/get-deps.sh soc2015/clord/head/contrib/subversion/subversion/include/mod_dav_svn.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_atomic.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_auth_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_cache.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_client_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_cmdline_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_delta_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_dep_compat.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_diff_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_diff_tree.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_editor.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_error_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_fs_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_fs_util.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_io_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_log.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_magic.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_mergeinfo_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_mutex.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_opt_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_ra_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_ra_svn_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_repos_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_sqlite.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_string_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_subr_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_temp_serializer.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_utf_private.h soc2015/clord/head/contrib/subversion/subversion/include/private/svn_wc_private.h soc2015/clord/head/contrib/subversion/subversion/include/svn_auth.h soc2015/clord/head/contrib/subversion/subversion/include/svn_cache_config.h soc2015/clord/head/contrib/subversion/subversion/include/svn_checksum.h soc2015/clord/head/contrib/subversion/subversion/include/svn_client.h soc2015/clord/head/contrib/subversion/subversion/include/svn_cmdline.h soc2015/clord/head/contrib/subversion/subversion/include/svn_compat.h soc2015/clord/head/contrib/subversion/subversion/include/svn_config.h soc2015/clord/head/contrib/subversion/subversion/include/svn_delta.h soc2015/clord/head/contrib/subversion/subversion/include/svn_diff.h soc2015/clord/head/contrib/subversion/subversion/include/svn_dirent_uri.h soc2015/clord/head/contrib/subversion/subversion/include/svn_error.h soc2015/clord/head/contrib/subversion/subversion/include/svn_error_codes.h soc2015/clord/head/contrib/subversion/subversion/include/svn_fs.h soc2015/clord/head/contrib/subversion/subversion/include/svn_hash.h soc2015/clord/head/contrib/subversion/subversion/include/svn_io.h soc2015/clord/head/contrib/subversion/subversion/include/svn_iter.h soc2015/clord/head/contrib/subversion/subversion/include/svn_mergeinfo.h soc2015/clord/head/contrib/subversion/subversion/include/svn_opt.h soc2015/clord/head/contrib/subversion/subversion/include/svn_path.h soc2015/clord/head/contrib/subversion/subversion/include/svn_props.h soc2015/clord/head/contrib/subversion/subversion/include/svn_ra.h soc2015/clord/head/contrib/subversion/subversion/include/svn_ra_svn.h soc2015/clord/head/contrib/subversion/subversion/include/svn_repos.h soc2015/clord/head/contrib/subversion/subversion/include/svn_sorts.h soc2015/clord/head/contrib/subversion/subversion/include/svn_string.h soc2015/clord/head/contrib/subversion/subversion/include/svn_types.h soc2015/clord/head/contrib/subversion/subversion/include/svn_version.h soc2015/clord/head/contrib/subversion/subversion/include/svn_wc.h soc2015/clord/head/contrib/subversion/subversion/include/svn_xml.h soc2015/clord/head/contrib/subversion/subversion/libsvn_auth_kwallet/kwallet.cpp soc2015/clord/head/contrib/subversion/subversion/libsvn_client/add.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/blame.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/cat.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/checkout.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/cleanup.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/client.h soc2015/clord/head/contrib/subversion/subversion/libsvn_client/cmdline.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/commit.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/commit_util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/compat_providers.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/copy.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/copy_foreign.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/ctx.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/delete.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/diff.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/diff_local.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/diff_summarize.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/export.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/externals.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/import.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/info.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/iprops.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/list.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/locking_commands.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/log.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/merge.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/mergeinfo.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/mergeinfo.h soc2015/clord/head/contrib/subversion/subversion/libsvn_client/patch.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/prop_commands.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/ra.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/relocate.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/repos_diff.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/resolved.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/revert.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/revisions.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/status.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/switch.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/update.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/upgrade.c soc2015/clord/head/contrib/subversion/subversion/libsvn_client/util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/compat.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/compose_delta.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/debug_editor.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/debug_editor.h soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/editor.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/path_driver.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/svndiff.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/text_delta.c soc2015/clord/head/contrib/subversion/subversion/libsvn_delta/xdelta.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/diff4.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/diff_file.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/diff_memory.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/lcs.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/parse-diff.c soc2015/clord/head/contrib/subversion/subversion/libsvn_diff/util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs/access.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs/editor.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs/fs-loader.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs/fs-loader.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/bdb/changes-table.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/bdb/locks-table.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/bdb/strings-table.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/dag.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/dag.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/fs.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/fs.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/id.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/id.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/key-gen.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/key-gen.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/lock.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/lock.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/reps-strings.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/revs-txns.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_base/tree.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/caching.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/dag.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/dag.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/fs.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/fs.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/id.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/id.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/lock.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/lock.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.sql soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/structure soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/temp_serializer.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/temp_serializer.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/tree.c soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_fs/tree.h soc2015/clord/head/contrib/subversion/subversion/libsvn_fs_util/fs-util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra/compat.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra/ra_loader.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra/ra_loader.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra/wrapper_template.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_local/ra_local.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_local/ra_plugin.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_local/split_url.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/README soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/blame.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/blncache.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/blncache.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/commit.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/get_deleted_rev.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/getdate.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/getlocations.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/getlocationsegments.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/getlocks.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/inherited_props.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/log.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/merge.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/mergeinfo.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/options.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/property.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/ra_serf.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/replay.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/serf.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/update.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/util_error.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_serf/xml.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/client.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/cram.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/cyrus_auth.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/editorp.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/internal_auth.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/marshal.c soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/protocol soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/ra_svn.h soc2015/clord/head/contrib/subversion/subversion/libsvn_ra_svn/streams.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/authz.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/commit.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/delta.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/dump.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/fs-wrap.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/hooks.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/load-fs-vtable.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/load.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/log.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/replay.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/reporter.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/repos.c soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/repos.h soc2015/clord/head/contrib/subversion/subversion/libsvn_repos/rev_hunt.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/adler32.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/auth.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/auth.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cache-inprocess.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cache-membuffer.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cache-memcache.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cache.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cache.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cache_config.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/checksum.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/cmdline.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/compat.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/config.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/config_auth.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/config_file.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/config_impl.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/config_win.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/ctype.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/debug.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/dirent_uri.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/dso.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/eol.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/error.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/gpg_agent.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/hash.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/internal_statements.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/io.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/iter.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/log.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/macos_keychain.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/magic.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/md5.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/mergeinfo.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/mutex.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/nls.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/opt.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/path.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/pool.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/prompt.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/simple_providers.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sorts.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/spillbuf.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sqlite.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sqlite3wrapper.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/ssl_client_cert_providers.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/ssl_client_cert_pw_providers.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/ssl_server_trust_providers.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/stream.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/string.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/subst.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sysinfo.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/sysinfo.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/temp_serializer.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/time.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/types.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/username_providers.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/utf.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/utf_validate.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/utf_width.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/version.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/win32_crashrpt.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/win32_crypto.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/win32_xlate.c soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/win32_xlate.h soc2015/clord/head/contrib/subversion/subversion/libsvn_subr/xml.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/adm_crawler.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/adm_files.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/adm_files.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/adm_ops.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/cleanup.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/conflicts.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/conflicts.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/copy.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/crop.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/delete.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/deprecated.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/diff.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/diff_editor.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/diff_local.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/entries.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/externals.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/info.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/lock.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/merge.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/node.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/old-and-busted.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/props.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/props.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/questions.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/relocate.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/revert.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/revision_status.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/status.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/token-map.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/translate.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/tree_conflicts.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/update_editor.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/upgrade.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc-checks.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc-checks.sql soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc-metadata.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc-metadata.sql soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc-queries.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc-queries.sql soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db_pristine.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db_private.h soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db_update_move.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db_util.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/wc_db_wcroot.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/workqueue.c soc2015/clord/head/contrib/subversion/subversion/libsvn_wc/workqueue.h soc2015/clord/head/contrib/subversion/subversion/svn/add-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/blame-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/cat-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/changelist-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/checkout-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/cl-conflicts.c soc2015/clord/head/contrib/subversion/subversion/svn/cl-conflicts.h soc2015/clord/head/contrib/subversion/subversion/svn/cl.h soc2015/clord/head/contrib/subversion/subversion/svn/cleanup-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/commit-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/conflict-callbacks.c soc2015/clord/head/contrib/subversion/subversion/svn/copy-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/diff-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/export-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/file-merge.c soc2015/clord/head/contrib/subversion/subversion/svn/help-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/info-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/list-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/log-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/merge-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/mergeinfo-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/notify.c soc2015/clord/head/contrib/subversion/subversion/svn/propget-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/proplist-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/props.c soc2015/clord/head/contrib/subversion/subversion/svn/resolve-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/revert-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/status-cmd.c soc2015/clord/head/contrib/subversion/subversion/svn/status.c soc2015/clord/head/contrib/subversion/subversion/svn/svn.c soc2015/clord/head/contrib/subversion/subversion/svn/util.c soc2015/clord/head/contrib/subversion/subversion/svn_private_config.h.in soc2015/clord/head/contrib/subversion/subversion/svn_private_config.hw soc2015/clord/head/contrib/subversion/subversion/svnadmin/svnadmin.c soc2015/clord/head/contrib/subversion/subversion/svndumpfilter/svndumpfilter.c soc2015/clord/head/contrib/subversion/subversion/svnlook/svnlook.c soc2015/clord/head/contrib/subversion/subversion/svnmucc/svnmucc.c soc2015/clord/head/contrib/subversion/subversion/svnrdump/dump_editor.c soc2015/clord/head/contrib/subversion/subversion/svnrdump/load_editor.c soc2015/clord/head/contrib/subversion/subversion/svnrdump/svnrdump.c soc2015/clord/head/contrib/subversion/subversion/svnrdump/svnrdump.h soc2015/clord/head/contrib/subversion/subversion/svnrdump/util.c soc2015/clord/head/contrib/subversion/subversion/svnserve/cyrus_auth.c soc2015/clord/head/contrib/subversion/subversion/svnserve/serve.c soc2015/clord/head/contrib/subversion/subversion/svnserve/server.h soc2015/clord/head/contrib/subversion/subversion/svnserve/svnserve.c soc2015/clord/head/contrib/subversion/subversion/svnsync/svnsync.c soc2015/clord/head/contrib/subversion/subversion/svnsync/sync.c soc2015/clord/head/contrib/subversion/subversion/svnversion/svnversion.c soc2015/clord/head/contrib/subversion/win-tests.py soc2015/clord/head/contrib/tcpdump/ (props changed) soc2015/clord/head/contrib/top/ (props changed) soc2015/clord/head/contrib/top/loadavg.h soc2015/clord/head/contrib/tzcode/stdtime/ (props changed) soc2015/clord/head/contrib/tzcode/stdtime/difftime.c soc2015/clord/head/contrib/tzcode/stdtime/localtime.c soc2015/clord/head/contrib/tzcode/stdtime/private.h soc2015/clord/head/contrib/tzdata/ (props changed) soc2015/clord/head/contrib/tzdata/asia soc2015/clord/head/contrib/tzdata/australasia soc2015/clord/head/contrib/tzdata/europe soc2015/clord/head/contrib/tzdata/leapseconds soc2015/clord/head/contrib/tzdata/northamerica soc2015/clord/head/contrib/tzdata/zone.tab soc2015/clord/head/contrib/tzdata/zone1970.tab soc2015/clord/head/contrib/unbound/ (props changed) soc2015/clord/head/contrib/unbound/Makefile.in soc2015/clord/head/contrib/unbound/acx_nlnetlabs.m4 soc2015/clord/head/contrib/unbound/compat/arc4random.c soc2015/clord/head/contrib/unbound/compat/getentropy_linux.c soc2015/clord/head/contrib/unbound/compat/getentropy_solaris.c soc2015/clord/head/contrib/unbound/compat/sha512.c soc2015/clord/head/contrib/unbound/compat/snprintf.c soc2015/clord/head/contrib/unbound/config.h soc2015/clord/head/contrib/unbound/config.h.in soc2015/clord/head/contrib/unbound/configure soc2015/clord/head/contrib/unbound/configure.ac soc2015/clord/head/contrib/unbound/daemon/cachedump.c soc2015/clord/head/contrib/unbound/daemon/daemon.c soc2015/clord/head/contrib/unbound/daemon/remote.c soc2015/clord/head/contrib/unbound/daemon/stats.c soc2015/clord/head/contrib/unbound/daemon/stats.h soc2015/clord/head/contrib/unbound/daemon/unbound.c soc2015/clord/head/contrib/unbound/daemon/worker.c soc2015/clord/head/contrib/unbound/daemon/worker.h soc2015/clord/head/contrib/unbound/dns64/dns64.c soc2015/clord/head/contrib/unbound/dnstap/dnstap.c soc2015/clord/head/contrib/unbound/dnstap/dnstap.proto soc2015/clord/head/contrib/unbound/doc/Changelog soc2015/clord/head/contrib/unbound/doc/README soc2015/clord/head/contrib/unbound/doc/example.conf soc2015/clord/head/contrib/unbound/doc/example.conf.in soc2015/clord/head/contrib/unbound/doc/libunbound.3 soc2015/clord/head/contrib/unbound/doc/libunbound.3.in soc2015/clord/head/contrib/unbound/doc/unbound-anchor.8 soc2015/clord/head/contrib/unbound/doc/unbound-anchor.8.in soc2015/clord/head/contrib/unbound/doc/unbound-checkconf.8 soc2015/clord/head/contrib/unbound/doc/unbound-checkconf.8.in soc2015/clord/head/contrib/unbound/doc/unbound-control.8 soc2015/clord/head/contrib/unbound/doc/unbound-control.8.in soc2015/clord/head/contrib/unbound/doc/unbound-host.1 soc2015/clord/head/contrib/unbound/doc/unbound-host.1.in soc2015/clord/head/contrib/unbound/doc/unbound.8 soc2015/clord/head/contrib/unbound/doc/unbound.8.in soc2015/clord/head/contrib/unbound/doc/unbound.conf.5 soc2015/clord/head/contrib/unbound/doc/unbound.conf.5.in soc2015/clord/head/contrib/unbound/freebsd-configure.sh soc2015/clord/head/contrib/unbound/iterator/iter_delegpt.c soc2015/clord/head/contrib/unbound/iterator/iter_fwd.c soc2015/clord/head/contrib/unbound/iterator/iter_hints.c soc2015/clord/head/contrib/unbound/iterator/iter_priv.c soc2015/clord/head/contrib/unbound/iterator/iter_resptype.c soc2015/clord/head/contrib/unbound/iterator/iter_scrub.c soc2015/clord/head/contrib/unbound/iterator/iter_utils.c soc2015/clord/head/contrib/unbound/iterator/iter_utils.h soc2015/clord/head/contrib/unbound/iterator/iterator.c soc2015/clord/head/contrib/unbound/iterator/iterator.h soc2015/clord/head/contrib/unbound/libunbound/context.c soc2015/clord/head/contrib/unbound/libunbound/libunbound.c soc2015/clord/head/contrib/unbound/libunbound/libworker.c soc2015/clord/head/contrib/unbound/libunbound/python/Makefile soc2015/clord/head/contrib/unbound/libunbound/python/doc/install.rst soc2015/clord/head/contrib/unbound/libunbound/python/doc/modules/unbound.rst soc2015/clord/head/contrib/unbound/libunbound/python/examples/async-lookup.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/dns-lookup.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/dnssec-valid.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/dnssec_test.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/example8-1.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/idn-lookup.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/mx-lookup.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/ns-lookup.py soc2015/clord/head/contrib/unbound/libunbound/python/examples/reverse-lookup.py soc2015/clord/head/contrib/unbound/libunbound/python/libunbound.i soc2015/clord/head/contrib/unbound/libunbound/worker.h soc2015/clord/head/contrib/unbound/ltmain.sh soc2015/clord/head/contrib/unbound/services/cache/dns.c soc2015/clord/head/contrib/unbound/services/cache/infra.c soc2015/clord/head/contrib/unbound/services/cache/infra.h soc2015/clord/head/contrib/unbound/services/cache/rrset.c soc2015/clord/head/contrib/unbound/services/listen_dnsport.c soc2015/clord/head/contrib/unbound/services/listen_dnsport.h soc2015/clord/head/contrib/unbound/services/localzone.c soc2015/clord/head/contrib/unbound/services/localzone.h soc2015/clord/head/contrib/unbound/services/mesh.c soc2015/clord/head/contrib/unbound/services/outside_network.c soc2015/clord/head/contrib/unbound/smallapp/unbound-anchor.c soc2015/clord/head/contrib/unbound/smallapp/unbound-checkconf.c soc2015/clord/head/contrib/unbound/smallapp/unbound-control-setup.sh soc2015/clord/head/contrib/unbound/smallapp/unbound-control-setup.sh.in soc2015/clord/head/contrib/unbound/smallapp/unbound-control.c soc2015/clord/head/contrib/unbound/smallapp/unbound-host.c soc2015/clord/head/contrib/unbound/util/alloc.c soc2015/clord/head/contrib/unbound/util/alloc.h soc2015/clord/head/contrib/unbound/util/config_file.c soc2015/clord/head/contrib/unbound/util/config_file.h soc2015/clord/head/contrib/unbound/util/configlexer.lex soc2015/clord/head/contrib/unbound/util/configparser.y soc2015/clord/head/contrib/unbound/util/data/dname.c soc2015/clord/head/contrib/unbound/util/data/msgencode.c soc2015/clord/head/contrib/unbound/util/data/msgparse.c soc2015/clord/head/contrib/unbound/util/data/msgparse.h soc2015/clord/head/contrib/unbound/util/data/msgreply.c soc2015/clord/head/contrib/unbound/util/data/msgreply.h soc2015/clord/head/contrib/unbound/util/data/packed_rrset.c soc2015/clord/head/contrib/unbound/util/data/packed_rrset.h soc2015/clord/head/contrib/unbound/util/fptr_wlist.c soc2015/clord/head/contrib/unbound/util/iana_ports.inc soc2015/clord/head/contrib/unbound/util/locks.c soc2015/clord/head/contrib/unbound/util/log.c soc2015/clord/head/contrib/unbound/util/log.h soc2015/clord/head/contrib/unbound/util/net_help.c soc2015/clord/head/contrib/unbound/util/netevent.c soc2015/clord/head/contrib/unbound/util/netevent.h soc2015/clord/head/contrib/unbound/util/random.c soc2015/clord/head/contrib/unbound/util/rbtree.c soc2015/clord/head/contrib/unbound/util/rtt.h soc2015/clord/head/contrib/unbound/util/storage/lookup3.c soc2015/clord/head/contrib/unbound/util/tube.h soc2015/clord/head/contrib/unbound/util/winsock_event.h soc2015/clord/head/contrib/unbound/validator/autotrust.c soc2015/clord/head/contrib/unbound/validator/val_anchor.c soc2015/clord/head/contrib/unbound/validator/val_kentry.c soc2015/clord/head/contrib/unbound/validator/val_neg.c soc2015/clord/head/contrib/unbound/validator/val_neg.h soc2015/clord/head/contrib/unbound/validator/val_nsec.c soc2015/clord/head/contrib/unbound/validator/val_nsec.h soc2015/clord/head/contrib/unbound/validator/val_nsec3.c soc2015/clord/head/contrib/unbound/validator/val_nsec3.h soc2015/clord/head/contrib/unbound/validator/val_secalgo.c soc2015/clord/head/contrib/unbound/validator/val_secalgo.h soc2015/clord/head/contrib/unbound/validator/val_sigcrypt.c soc2015/clord/head/contrib/unbound/validator/val_utils.h soc2015/clord/head/contrib/unbound/validator/validator.c soc2015/clord/head/contrib/wpa/ (props changed) soc2015/clord/head/contrib/wpa/hostapd/ChangeLog soc2015/clord/head/contrib/wpa/hostapd/config_file.c soc2015/clord/head/contrib/wpa/hostapd/config_file.h soc2015/clord/head/contrib/wpa/hostapd/ctrl_iface.c soc2015/clord/head/contrib/wpa/hostapd/defconfig soc2015/clord/head/contrib/wpa/hostapd/hlr_auc_gw.c soc2015/clord/head/contrib/wpa/hostapd/hlr_auc_gw.milenage_db soc2015/clord/head/contrib/wpa/hostapd/hostapd.conf soc2015/clord/head/contrib/wpa/hostapd/hostapd_cli.c soc2015/clord/head/contrib/wpa/hostapd/main.c soc2015/clord/head/contrib/wpa/hs20/client/Makefile soc2015/clord/head/contrib/wpa/hs20/client/osu_client.c soc2015/clord/head/contrib/wpa/hs20/client/spp_client.c soc2015/clord/head/contrib/wpa/src/ap/accounting.c soc2015/clord/head/contrib/wpa/src/ap/acs.c soc2015/clord/head/contrib/wpa/src/ap/ap_config.c soc2015/clord/head/contrib/wpa/src/ap/ap_config.h soc2015/clord/head/contrib/wpa/src/ap/ap_drv_ops.c soc2015/clord/head/contrib/wpa/src/ap/ap_drv_ops.h soc2015/clord/head/contrib/wpa/src/ap/ap_list.c soc2015/clord/head/contrib/wpa/src/ap/ap_list.h soc2015/clord/head/contrib/wpa/src/ap/authsrv.c soc2015/clord/head/contrib/wpa/src/ap/beacon.c soc2015/clord/head/contrib/wpa/src/ap/beacon.h soc2015/clord/head/contrib/wpa/src/ap/ctrl_iface_ap.c soc2015/clord/head/contrib/wpa/src/ap/dfs.c soc2015/clord/head/contrib/wpa/src/ap/drv_callbacks.c soc2015/clord/head/contrib/wpa/src/ap/eap_user_db.c soc2015/clord/head/contrib/wpa/src/ap/hostapd.c soc2015/clord/head/contrib/wpa/src/ap/hostapd.h soc2015/clord/head/contrib/wpa/src/ap/hw_features.c soc2015/clord/head/contrib/wpa/src/ap/hw_features.h soc2015/clord/head/contrib/wpa/src/ap/ieee802_11.c soc2015/clord/head/contrib/wpa/src/ap/ieee802_11.h soc2015/clord/head/contrib/wpa/src/ap/ieee802_11_auth.c soc2015/clord/head/contrib/wpa/src/ap/ieee802_11_auth.h soc2015/clord/head/contrib/wpa/src/ap/ieee802_11_ht.c soc2015/clord/head/contrib/wpa/src/ap/ieee802_11_vht.c soc2015/clord/head/contrib/wpa/src/ap/ieee802_1x.c soc2015/clord/head/contrib/wpa/src/ap/ieee802_1x.h soc2015/clord/head/contrib/wpa/src/ap/ndisc_snoop.c soc2015/clord/head/contrib/wpa/src/ap/sta_info.c soc2015/clord/head/contrib/wpa/src/ap/sta_info.h soc2015/clord/head/contrib/wpa/src/ap/utils.c soc2015/clord/head/contrib/wpa/src/ap/vlan_init.c soc2015/clord/head/contrib/wpa/src/ap/vlan_init.h soc2015/clord/head/contrib/wpa/src/ap/vlan_util.c soc2015/clord/head/contrib/wpa/src/ap/wmm.c soc2015/clord/head/contrib/wpa/src/ap/wpa_auth.c soc2015/clord/head/contrib/wpa/src/ap/wpa_auth.h soc2015/clord/head/contrib/wpa/src/ap/wpa_auth_ft.c soc2015/clord/head/contrib/wpa/src/ap/wpa_auth_glue.c soc2015/clord/head/contrib/wpa/src/ap/wpa_auth_i.h soc2015/clord/head/contrib/wpa/src/ap/wpa_auth_ie.c soc2015/clord/head/contrib/wpa/src/ap/wps_hostapd.c soc2015/clord/head/contrib/wpa/src/ap/x_snoop.c soc2015/clord/head/contrib/wpa/src/common/common_module_tests.c soc2015/clord/head/contrib/wpa/src/common/defs.h soc2015/clord/head/contrib/wpa/src/common/hw_features_common.c soc2015/clord/head/contrib/wpa/src/common/hw_features_common.h soc2015/clord/head/contrib/wpa/src/common/ieee802_11_common.c soc2015/clord/head/contrib/wpa/src/common/ieee802_11_common.h soc2015/clord/head/contrib/wpa/src/common/ieee802_11_defs.h soc2015/clord/head/contrib/wpa/src/common/privsep_commands.h soc2015/clord/head/contrib/wpa/src/common/qca-vendor.h soc2015/clord/head/contrib/wpa/src/common/sae.c soc2015/clord/head/contrib/wpa/src/common/sae.h soc2015/clord/head/contrib/wpa/src/common/version.h soc2015/clord/head/contrib/wpa/src/common/wpa_common.c soc2015/clord/head/contrib/wpa/src/common/wpa_common.h soc2015/clord/head/contrib/wpa/src/common/wpa_ctrl.c soc2015/clord/head/contrib/wpa/src/common/wpa_ctrl.h soc2015/clord/head/contrib/wpa/src/crypto/crypto.h soc2015/clord/head/contrib/wpa/src/crypto/crypto_module_tests.c soc2015/clord/head/contrib/wpa/src/crypto/crypto_openssl.c soc2015/clord/head/contrib/wpa/src/crypto/dh_groups.c soc2015/clord/head/contrib/wpa/src/crypto/fips_prf_openssl.c soc2015/clord/head/contrib/wpa/src/crypto/ms_funcs.c soc2015/clord/head/contrib/wpa/src/crypto/ms_funcs.h soc2015/clord/head/contrib/wpa/src/crypto/random.c soc2015/clord/head/contrib/wpa/src/crypto/sha1-tlsprf.c soc2015/clord/head/contrib/wpa/src/crypto/sha1-tprf.c soc2015/clord/head/contrib/wpa/src/crypto/sha256-kdf.c soc2015/clord/head/contrib/wpa/src/crypto/sha384.h soc2015/clord/head/contrib/wpa/src/crypto/tls.h soc2015/clord/head/contrib/wpa/src/crypto/tls_gnutls.c soc2015/clord/head/contrib/wpa/src/crypto/tls_internal.c soc2015/clord/head/contrib/wpa/src/crypto/tls_none.c soc2015/clord/head/contrib/wpa/src/crypto/tls_openssl.c soc2015/clord/head/contrib/wpa/src/drivers/driver.h soc2015/clord/head/contrib/wpa/src/drivers/driver_bsd.c soc2015/clord/head/contrib/wpa/src/drivers/driver_ndis.c soc2015/clord/head/contrib/wpa/src/drivers/driver_nl80211.h soc2015/clord/head/contrib/wpa/src/drivers/driver_nl80211_android.c soc2015/clord/head/contrib/wpa/src/drivers/driver_nl80211_capa.c soc2015/clord/head/contrib/wpa/src/drivers/driver_nl80211_event.c soc2015/clord/head/contrib/wpa/src/drivers/driver_nl80211_scan.c soc2015/clord/head/contrib/wpa/src/drivers/driver_privsep.c soc2015/clord/head/contrib/wpa/src/drivers/drivers.c soc2015/clord/head/contrib/wpa/src/eap_common/eap_common.c soc2015/clord/head/contrib/wpa/src/eap_common/eap_fast_common.c soc2015/clord/head/contrib/wpa/src/eap_common/eap_pwd_common.c soc2015/clord/head/contrib/wpa/src/eap_common/eap_pwd_common.h soc2015/clord/head/contrib/wpa/src/eap_common/eap_sake_common.c soc2015/clord/head/contrib/wpa/src/eap_common/ikev2_common.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap.h soc2015/clord/head/contrib/wpa/src/eap_peer/eap_aka.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_eke.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_fast.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_gpsk.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_i.h soc2015/clord/head/contrib/wpa/src/eap_peer/eap_mschapv2.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_pax.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_peap.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_pwd.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_sake.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_sim.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_tls.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_tls_common.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_tls_common.h soc2015/clord/head/contrib/wpa/src/eap_peer/eap_ttls.c soc2015/clord/head/contrib/wpa/src/eap_peer/eap_wsc.c soc2015/clord/head/contrib/wpa/src/eap_server/eap.h soc2015/clord/head/contrib/wpa/src/eap_server/eap_i.h soc2015/clord/head/contrib/wpa/src/eap_server/eap_server.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_eke.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_fast.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_mschapv2.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_peap.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_pwd.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_tls.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_tls_common.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_server_ttls.c soc2015/clord/head/contrib/wpa/src/eap_server/eap_tls_common.h soc2015/clord/head/contrib/wpa/src/eapol_auth/eapol_auth_sm.c soc2015/clord/head/contrib/wpa/src/eapol_auth/eapol_auth_sm.h soc2015/clord/head/contrib/wpa/src/eapol_supp/eapol_supp_sm.c soc2015/clord/head/contrib/wpa/src/p2p/p2p.c soc2015/clord/head/contrib/wpa/src/p2p/p2p.h soc2015/clord/head/contrib/wpa/src/p2p/p2p_build.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_dev_disc.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_go_neg.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_group.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_i.h soc2015/clord/head/contrib/wpa/src/p2p/p2p_invitation.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_parse.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_pd.c soc2015/clord/head/contrib/wpa/src/p2p/p2p_utils.c soc2015/clord/head/contrib/wpa/src/radius/radius.c soc2015/clord/head/contrib/wpa/src/radius/radius_das.c soc2015/clord/head/contrib/wpa/src/radius/radius_server.c soc2015/clord/head/contrib/wpa/src/radius/radius_server.h soc2015/clord/head/contrib/wpa/src/rsn_supp/tdls.c soc2015/clord/head/contrib/wpa/src/rsn_supp/wpa.c soc2015/clord/head/contrib/wpa/src/rsn_supp/wpa_ft.c soc2015/clord/head/contrib/wpa/src/rsn_supp/wpa_ie.c soc2015/clord/head/contrib/wpa/src/rsn_supp/wpa_ie.h soc2015/clord/head/contrib/wpa/src/tls/libtommath.c soc2015/clord/head/contrib/wpa/src/tls/tlsv1_client.c soc2015/clord/head/contrib/wpa/src/tls/tlsv1_client.h soc2015/clord/head/contrib/wpa/src/tls/tlsv1_server.c soc2015/clord/head/contrib/wpa/src/tls/tlsv1_server.h soc2015/clord/head/contrib/wpa/src/tls/x509v3.c soc2015/clord/head/contrib/wpa/src/utils/browser-wpadebug.c soc2015/clord/head/contrib/wpa/src/utils/common.c soc2015/clord/head/contrib/wpa/src/utils/common.h soc2015/clord/head/contrib/wpa/src/utils/eloop.c soc2015/clord/head/contrib/wpa/src/utils/http_curl.c soc2015/clord/head/contrib/wpa/src/utils/includes.h soc2015/clord/head/contrib/wpa/src/utils/os.h soc2015/clord/head/contrib/wpa/src/utils/os_internal.c soc2015/clord/head/contrib/wpa/src/utils/os_none.c soc2015/clord/head/contrib/wpa/src/utils/os_unix.c soc2015/clord/head/contrib/wpa/src/utils/os_win32.c soc2015/clord/head/contrib/wpa/src/utils/radiotap.c soc2015/clord/head/contrib/wpa/src/utils/utils_module_tests.c soc2015/clord/head/contrib/wpa/src/utils/wpa_debug.c soc2015/clord/head/contrib/wpa/src/utils/wpa_debug.h soc2015/clord/head/contrib/wpa/src/utils/wpabuf.c soc2015/clord/head/contrib/wpa/src/wps/http_client.c soc2015/clord/head/contrib/wpa/src/wps/http_server.c soc2015/clord/head/contrib/wpa/src/wps/httpread.c soc2015/clord/head/contrib/wpa/src/wps/ndef.c soc2015/clord/head/contrib/wpa/src/wps/wps.c soc2015/clord/head/contrib/wpa/src/wps/wps.h soc2015/clord/head/contrib/wpa/src/wps/wps_attr_parse.c soc2015/clord/head/contrib/wpa/src/wps/wps_attr_parse.h soc2015/clord/head/contrib/wpa/src/wps/wps_common.c soc2015/clord/head/contrib/wpa/src/wps/wps_defs.h soc2015/clord/head/contrib/wpa/src/wps/wps_enrollee.c soc2015/clord/head/contrib/wpa/src/wps/wps_er.c soc2015/clord/head/contrib/wpa/src/wps/wps_er_ssdp.c soc2015/clord/head/contrib/wpa/src/wps/wps_module_tests.c soc2015/clord/head/contrib/wpa/src/wps/wps_registrar.c soc2015/clord/head/contrib/wpa/src/wps/wps_upnp.c soc2015/clord/head/contrib/wpa/src/wps/wps_upnp_ap.c soc2015/clord/head/contrib/wpa/src/wps/wps_upnp_event.c soc2015/clord/head/contrib/wpa/src/wps/wps_upnp_ssdp.c soc2015/clord/head/contrib/wpa/src/wps/wps_upnp_web.c soc2015/clord/head/contrib/wpa/src/wps/wps_validate.c soc2015/clord/head/contrib/wpa/wpa_supplicant/ChangeLog soc2015/clord/head/contrib/wpa/wpa_supplicant/ap.c soc2015/clord/head/contrib/wpa/wpa_supplicant/ap.h soc2015/clord/head/contrib/wpa/wpa_supplicant/bss.c soc2015/clord/head/contrib/wpa/wpa_supplicant/bss.h soc2015/clord/head/contrib/wpa/wpa_supplicant/config.c soc2015/clord/head/contrib/wpa/wpa_supplicant/config.h soc2015/clord/head/contrib/wpa/wpa_supplicant/config_file.c soc2015/clord/head/contrib/wpa/wpa_supplicant/config_ssid.h soc2015/clord/head/contrib/wpa/wpa_supplicant/ctrl_iface.c soc2015/clord/head/contrib/wpa/wpa_supplicant/ctrl_iface_named_pipe.c soc2015/clord/head/contrib/wpa/wpa_supplicant/ctrl_iface_udp.c soc2015/clord/head/contrib/wpa/wpa_supplicant/ctrl_iface_unix.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new.h soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_handlers.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_handlers.h soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_handlers_p2p.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_handlers_p2p.h soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_handlers_wps.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_helpers.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_new_introspect.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_old.c soc2015/clord/head/contrib/wpa/wpa_supplicant/dbus/dbus_old_handlers.c soc2015/clord/head/contrib/wpa/wpa_supplicant/defconfig soc2015/clord/head/contrib/wpa/wpa_supplicant/driver_i.h soc2015/clord/head/contrib/wpa/wpa_supplicant/eapol_test.c soc2015/clord/head/contrib/wpa/wpa_supplicant/events.c soc2015/clord/head/contrib/wpa/wpa_supplicant/hs20_supplicant.c soc2015/clord/head/contrib/wpa/wpa_supplicant/ibss_rsn.c soc2015/clord/head/contrib/wpa/wpa_supplicant/interworking.c soc2015/clord/head/contrib/wpa/wpa_supplicant/main.c soc2015/clord/head/contrib/wpa/wpa_supplicant/mesh.c soc2015/clord/head/contrib/wpa/wpa_supplicant/mesh_mpm.c soc2015/clord/head/contrib/wpa/wpa_supplicant/mesh_rsn.c soc2015/clord/head/contrib/wpa/wpa_supplicant/notify.c soc2015/clord/head/contrib/wpa/wpa_supplicant/notify.h soc2015/clord/head/contrib/wpa/wpa_supplicant/p2p_supplicant.c soc2015/clord/head/contrib/wpa/wpa_supplicant/p2p_supplicant.h soc2015/clord/head/contrib/wpa/wpa_supplicant/preauth_test.c soc2015/clord/head/contrib/wpa/wpa_supplicant/scan.c soc2015/clord/head/contrib/wpa/wpa_supplicant/sme.c soc2015/clord/head/contrib/wpa/wpa_supplicant/wpa_cli.c soc2015/clord/head/contrib/wpa/wpa_supplicant/wpa_priv.c soc2015/clord/head/contrib/wpa/wpa_supplicant/wpa_supplicant.c soc2015/clord/head/contrib/wpa/wpa_supplicant/wpa_supplicant.conf soc2015/clord/head/contrib/wpa/wpa_supplicant/wpa_supplicant_i.h soc2015/clord/head/contrib/wpa/wpa_supplicant/wpas_glue.c soc2015/clord/head/contrib/wpa/wpa_supplicant/wpas_glue.h soc2015/clord/head/contrib/wpa/wpa_supplicant/wps_supplicant.c soc2015/clord/head/contrib/wpa/wpa_supplicant/wps_supplicant.h soc2015/clord/head/contrib/xz/ (props changed) soc2015/clord/head/contrib/xz/ChangeLog soc2015/clord/head/contrib/xz/THANKS soc2015/clord/head/contrib/xz/src/common/tuklib_physmem.c soc2015/clord/head/contrib/xz/src/liblzma/api/lzma.h soc2015/clord/head/contrib/xz/src/liblzma/api/lzma/version.h soc2015/clord/head/contrib/xz/src/liblzma/common/index.c soc2015/clord/head/contrib/xz/src/liblzma/lz/lz_encoder.c soc2015/clord/head/contrib/xz/src/liblzma/lzma/lzma_encoder.c soc2015/clord/head/contrib/xz/src/xz/args.h soc2015/clord/head/contrib/xz/src/xz/file_io.c soc2015/clord/head/contrib/xz/src/xz/main.c soc2015/clord/head/contrib/xz/src/xz/message.c soc2015/clord/head/contrib/xz/src/xz/options.c soc2015/clord/head/contrib/xz/src/xz/xz.1 soc2015/clord/head/crypto/openssh/ (props changed) soc2015/clord/head/crypto/openssh/README.hpn soc2015/clord/head/crypto/openssh/auth.c soc2015/clord/head/crypto/openssh/auth2.c soc2015/clord/head/crypto/openssh/buffer.c soc2015/clord/head/crypto/openssh/channels.c soc2015/clord/head/crypto/openssh/cipher.c soc2015/clord/head/crypto/openssh/clientloop.c soc2015/clord/head/crypto/openssh/compat.c soc2015/clord/head/crypto/openssh/contrib/ssh-copy-id.1 soc2015/clord/head/crypto/openssh/digest-libc.c soc2015/clord/head/crypto/openssh/kex.c soc2015/clord/head/crypto/openssh/kex.h soc2015/clord/head/crypto/openssh/misc.c soc2015/clord/head/crypto/openssh/moduli.5 soc2015/clord/head/crypto/openssh/monitor.c soc2015/clord/head/crypto/openssh/monitor_wrap.c soc2015/clord/head/crypto/openssh/mux.c soc2015/clord/head/crypto/openssh/myproposal.h soc2015/clord/head/crypto/openssh/openbsd-compat/blowfish.c soc2015/clord/head/crypto/openssh/openbsd-compat/bsd-misc.h soc2015/clord/head/crypto/openssh/packet.c soc2015/clord/head/crypto/openssh/packet.h soc2015/clord/head/crypto/openssh/readconf.c soc2015/clord/head/crypto/openssh/readconf.h soc2015/clord/head/crypto/openssh/scp.1 soc2015/clord/head/crypto/openssh/servconf.c soc2015/clord/head/crypto/openssh/servconf.h soc2015/clord/head/crypto/openssh/serverloop.c soc2015/clord/head/crypto/openssh/session.c soc2015/clord/head/crypto/openssh/sftp-common.c soc2015/clord/head/crypto/openssh/sftp-server.8 soc2015/clord/head/crypto/openssh/sftp.1 soc2015/clord/head/crypto/openssh/sftp.c soc2015/clord/head/crypto/openssh/ssh-add.1 soc2015/clord/head/crypto/openssh/ssh-agent.c soc2015/clord/head/crypto/openssh/ssh-keygen.1 soc2015/clord/head/crypto/openssh/ssh-keyscan.1 soc2015/clord/head/crypto/openssh/ssh-keysign.8 soc2015/clord/head/crypto/openssh/ssh-pkcs11-helper.8 soc2015/clord/head/crypto/openssh/ssh.1 soc2015/clord/head/crypto/openssh/ssh.c soc2015/clord/head/crypto/openssh/ssh_config.5 soc2015/clord/head/crypto/openssh/sshconnect.c soc2015/clord/head/crypto/openssh/sshconnect2.c soc2015/clord/head/crypto/openssh/sshd.8 soc2015/clord/head/crypto/openssh/sshd.c soc2015/clord/head/crypto/openssh/sshd_config soc2015/clord/head/crypto/openssh/sshd_config.5 soc2015/clord/head/crypto/openssl/ (props changed) soc2015/clord/head/crypto/openssl/CHANGES soc2015/clord/head/crypto/openssl/Configure soc2015/clord/head/crypto/openssl/FAQ soc2015/clord/head/crypto/openssl/Makefile soc2015/clord/head/crypto/openssl/Makefile.org soc2015/clord/head/crypto/openssl/NEWS soc2015/clord/head/crypto/openssl/README soc2015/clord/head/crypto/openssl/apps/Makefile soc2015/clord/head/crypto/openssl/apps/app_rand.c soc2015/clord/head/crypto/openssl/apps/apps.c soc2015/clord/head/crypto/openssl/apps/apps.h soc2015/clord/head/crypto/openssl/apps/asn1pars.c soc2015/clord/head/crypto/openssl/apps/ca.c soc2015/clord/head/crypto/openssl/apps/ciphers.c soc2015/clord/head/crypto/openssl/apps/cms.c soc2015/clord/head/crypto/openssl/apps/crl.c soc2015/clord/head/crypto/openssl/apps/dgst.c soc2015/clord/head/crypto/openssl/apps/dhparam.c soc2015/clord/head/crypto/openssl/apps/ecparam.c soc2015/clord/head/crypto/openssl/apps/engine.c soc2015/clord/head/crypto/openssl/apps/genrsa.c soc2015/clord/head/crypto/openssl/apps/ocsp.c soc2015/clord/head/crypto/openssl/apps/openssl.cnf soc2015/clord/head/crypto/openssl/apps/pkcs12.c soc2015/clord/head/crypto/openssl/apps/pkcs8.c soc2015/clord/head/crypto/openssl/apps/s_apps.h soc2015/clord/head/crypto/openssl/apps/s_cb.c soc2015/clord/head/crypto/openssl/apps/s_client.c soc2015/clord/head/crypto/openssl/apps/s_server.c soc2015/clord/head/crypto/openssl/apps/s_socket.c soc2015/clord/head/crypto/openssl/apps/smime.c soc2015/clord/head/crypto/openssl/apps/speed.c soc2015/clord/head/crypto/openssl/apps/verify.c soc2015/clord/head/crypto/openssl/apps/x509.c soc2015/clord/head/crypto/openssl/config soc2015/clord/head/crypto/openssl/crypto/Makefile soc2015/clord/head/crypto/openssl/crypto/aes/Makefile soc2015/clord/head/crypto/openssl/crypto/aes/aes_wrap.c soc2015/clord/head/crypto/openssl/crypto/aes/aes_x86core.c soc2015/clord/head/crypto/openssl/crypto/aes/asm/aes-586.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aes-armv4.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aes-mips.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aes-ppc.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aes-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesni-x86.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/aesni-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/bsaes-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/vpaes-x86.pl soc2015/clord/head/crypto/openssl/crypto/aes/asm/vpaes-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/arm_arch.h soc2015/clord/head/crypto/openssl/crypto/armcap.c soc2015/clord/head/crypto/openssl/crypto/armv4cpuid.S soc2015/clord/head/crypto/openssl/crypto/asn1/Makefile soc2015/clord/head/crypto/openssl/crypto/asn1/a_gentm.c soc2015/clord/head/crypto/openssl/crypto/asn1/a_time.c soc2015/clord/head/crypto/openssl/crypto/asn1/a_utctm.c soc2015/clord/head/crypto/openssl/crypto/asn1/ameth_lib.c soc2015/clord/head/crypto/openssl/crypto/asn1/asn1.h soc2015/clord/head/crypto/openssl/crypto/asn1/asn1_locl.h soc2015/clord/head/crypto/openssl/crypto/asn1/asn1_par.c soc2015/clord/head/crypto/openssl/crypto/asn1/d2i_pr.c soc2015/clord/head/crypto/openssl/crypto/asn1/t_x509.c soc2015/clord/head/crypto/openssl/crypto/asn1/tasn_dec.c soc2015/clord/head/crypto/openssl/crypto/asn1/x_bignum.c soc2015/clord/head/crypto/openssl/crypto/asn1/x_crl.c soc2015/clord/head/crypto/openssl/crypto/asn1/x_pubkey.c soc2015/clord/head/crypto/openssl/crypto/asn1/x_x509.c soc2015/clord/head/crypto/openssl/crypto/asn1/x_x509a.c soc2015/clord/head/crypto/openssl/crypto/bio/b_dump.c soc2015/clord/head/crypto/openssl/crypto/bio/b_sock.c soc2015/clord/head/crypto/openssl/crypto/bio/bio.h soc2015/clord/head/crypto/openssl/crypto/bio/bio_err.c soc2015/clord/head/crypto/openssl/crypto/bio/bss_acpt.c soc2015/clord/head/crypto/openssl/crypto/bio/bss_conn.c soc2015/clord/head/crypto/openssl/crypto/bio/bss_dgram.c soc2015/clord/head/crypto/openssl/crypto/bio/bss_fd.c soc2015/clord/head/crypto/openssl/crypto/bio/bss_file.c soc2015/clord/head/crypto/openssl/crypto/bn/Makefile soc2015/clord/head/crypto/openssl/crypto/bn/asm/armv4-gf2m.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/armv4-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/ia64.S soc2015/clord/head/crypto/openssl/crypto/bn/asm/mips-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/mips.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/ppc-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/ppc.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/ppc64-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/s390x-gf2m.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/s390x.S soc2015/clord/head/crypto/openssl/crypto/bn/asm/x86-gf2m.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/x86_64-gcc.c soc2015/clord/head/crypto/openssl/crypto/bn/asm/x86_64-gf2m.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/x86_64-mont.pl soc2015/clord/head/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl soc2015/clord/head/crypto/openssl/crypto/bn/bn.h soc2015/clord/head/crypto/openssl/crypto/bn/bn_asm.c soc2015/clord/head/crypto/openssl/crypto/bn/bn_exp.c soc2015/clord/head/crypto/openssl/crypto/bn/bn_gcd.c soc2015/clord/head/crypto/openssl/crypto/bn/bn_gf2m.c soc2015/clord/head/crypto/openssl/crypto/bn/bn_lcl.h soc2015/clord/head/crypto/openssl/crypto/bn/bn_mont.c soc2015/clord/head/crypto/openssl/crypto/bn/bn_recp.c soc2015/clord/head/crypto/openssl/crypto/bn/bn_x931p.c soc2015/clord/head/crypto/openssl/crypto/bn/bntest.c soc2015/clord/head/crypto/openssl/crypto/buffer/buf_str.c soc2015/clord/head/crypto/openssl/crypto/buffer/buffer.h soc2015/clord/head/crypto/openssl/crypto/camellia/Makefile soc2015/clord/head/crypto/openssl/crypto/camellia/asm/cmll-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/cast/cast_lcl.h soc2015/clord/head/crypto/openssl/crypto/cms/Makefile soc2015/clord/head/crypto/openssl/crypto/cms/cms.h soc2015/clord/head/crypto/openssl/crypto/cms/cms_asn1.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_enc.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_env.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_err.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_lcl.h soc2015/clord/head/crypto/openssl/crypto/cms/cms_lib.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_pwri.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_sd.c soc2015/clord/head/crypto/openssl/crypto/cms/cms_smime.c soc2015/clord/head/crypto/openssl/crypto/comp/c_zlib.c soc2015/clord/head/crypto/openssl/crypto/conf/conf_def.c soc2015/clord/head/crypto/openssl/crypto/conf/conf_sap.c soc2015/clord/head/crypto/openssl/crypto/cryptlib.c soc2015/clord/head/crypto/openssl/crypto/cversion.c soc2015/clord/head/crypto/openssl/crypto/des/Makefile soc2015/clord/head/crypto/openssl/crypto/des/asm/des-586.pl soc2015/clord/head/crypto/openssl/crypto/des/asm/des_enc.m4 soc2015/clord/head/crypto/openssl/crypto/des/des_locl.h soc2015/clord/head/crypto/openssl/crypto/des/read_pwd.c soc2015/clord/head/crypto/openssl/crypto/dh/Makefile soc2015/clord/head/crypto/openssl/crypto/dh/dh.h soc2015/clord/head/crypto/openssl/crypto/dh/dh_ameth.c soc2015/clord/head/crypto/openssl/crypto/dh/dh_asn1.c soc2015/clord/head/crypto/openssl/crypto/dh/dh_check.c soc2015/clord/head/crypto/openssl/crypto/dh/dh_err.c soc2015/clord/head/crypto/openssl/crypto/dh/dh_key.c soc2015/clord/head/crypto/openssl/crypto/dh/dh_pmeth.c soc2015/clord/head/crypto/openssl/crypto/dh/dhtest.c soc2015/clord/head/crypto/openssl/crypto/dsa/dsa.h soc2015/clord/head/crypto/openssl/crypto/dsa/dsa_ameth.c soc2015/clord/head/crypto/openssl/crypto/dsa/dsa_err.c soc2015/clord/head/crypto/openssl/crypto/dsa/dsa_gen.c soc2015/clord/head/crypto/openssl/crypto/dsa/dsa_locl.h soc2015/clord/head/crypto/openssl/crypto/dsa/dsa_ossl.c soc2015/clord/head/crypto/openssl/crypto/dsa/dsa_pmeth.c soc2015/clord/head/crypto/openssl/crypto/ebcdic.c soc2015/clord/head/crypto/openssl/crypto/ec/Makefile soc2015/clord/head/crypto/openssl/crypto/ec/ec.h soc2015/clord/head/crypto/openssl/crypto/ec/ec_ameth.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_asn1.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_curve.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_cvt.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_err.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_key.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_lcl.h soc2015/clord/head/crypto/openssl/crypto/ec/ec_lib.c soc2015/clord/head/crypto/openssl/crypto/ec/ec_pmeth.c soc2015/clord/head/crypto/openssl/crypto/ec/eck_prn.c soc2015/clord/head/crypto/openssl/crypto/ec/ecp_nistp521.c soc2015/clord/head/crypto/openssl/crypto/ecdh/Makefile soc2015/clord/head/crypto/openssl/crypto/ecdh/ecdh.h soc2015/clord/head/crypto/openssl/crypto/ecdh/ecdhtest.c soc2015/clord/head/crypto/openssl/crypto/ecdh/ech_ossl.c soc2015/clord/head/crypto/openssl/crypto/ecdsa/ecdsa.h soc2015/clord/head/crypto/openssl/crypto/ecdsa/ecs_err.c soc2015/clord/head/crypto/openssl/crypto/ecdsa/ecs_lib.c soc2015/clord/head/crypto/openssl/crypto/ecdsa/ecs_locl.h soc2015/clord/head/crypto/openssl/crypto/ecdsa/ecs_ossl.c soc2015/clord/head/crypto/openssl/crypto/engine/Makefile soc2015/clord/head/crypto/openssl/crypto/engine/eng_all.c soc2015/clord/head/crypto/openssl/crypto/engine/eng_cryptodev.c soc2015/clord/head/crypto/openssl/crypto/engine/eng_list.c soc2015/clord/head/crypto/openssl/crypto/engine/engine.h soc2015/clord/head/crypto/openssl/crypto/evp/Makefile soc2015/clord/head/crypto/openssl/crypto/evp/c_allc.c soc2015/clord/head/crypto/openssl/crypto/evp/digest.c soc2015/clord/head/crypto/openssl/crypto/evp/e_aes.c soc2015/clord/head/crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c soc2015/clord/head/crypto/openssl/crypto/evp/e_camellia.c soc2015/clord/head/crypto/openssl/crypto/evp/e_des.c soc2015/clord/head/crypto/openssl/crypto/evp/e_des3.c soc2015/clord/head/crypto/openssl/crypto/evp/e_null.c soc2015/clord/head/crypto/openssl/crypto/evp/encode.c soc2015/clord/head/crypto/openssl/crypto/evp/evp.h soc2015/clord/head/crypto/openssl/crypto/evp/evp_enc.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_err.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_extra_test.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_key.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_lib.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_locl.h soc2015/clord/head/crypto/openssl/crypto/evp/evp_pbe.c soc2015/clord/head/crypto/openssl/crypto/evp/evp_test.c soc2015/clord/head/crypto/openssl/crypto/evp/evptests.txt soc2015/clord/head/crypto/openssl/crypto/evp/m_dss.c soc2015/clord/head/crypto/openssl/crypto/evp/m_dss1.c soc2015/clord/head/crypto/openssl/crypto/evp/m_ecdsa.c soc2015/clord/head/crypto/openssl/crypto/evp/m_sha1.c soc2015/clord/head/crypto/openssl/crypto/evp/m_sigver.c soc2015/clord/head/crypto/openssl/crypto/evp/p_lib.c soc2015/clord/head/crypto/openssl/crypto/evp/pmeth_gn.c soc2015/clord/head/crypto/openssl/crypto/evp/pmeth_lib.c soc2015/clord/head/crypto/openssl/crypto/hmac/hm_ameth.c soc2015/clord/head/crypto/openssl/crypto/hmac/hmac.c soc2015/clord/head/crypto/openssl/crypto/hmac/hmactest.c soc2015/clord/head/crypto/openssl/crypto/jpake/jpake.c soc2015/clord/head/crypto/openssl/crypto/md32_common.h soc2015/clord/head/crypto/openssl/crypto/md5/Makefile soc2015/clord/head/crypto/openssl/crypto/md5/md5_locl.h soc2015/clord/head/crypto/openssl/crypto/mem_clr.c soc2015/clord/head/crypto/openssl/crypto/modes/Makefile soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghash-armv4.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghash-s390x.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghash-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghash-x86.pl soc2015/clord/head/crypto/openssl/crypto/modes/asm/ghash-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/modes/cbc128.c soc2015/clord/head/crypto/openssl/crypto/modes/gcm128.c soc2015/clord/head/crypto/openssl/crypto/modes/modes.h soc2015/clord/head/crypto/openssl/crypto/modes/modes_lcl.h soc2015/clord/head/crypto/openssl/crypto/o_str.c soc2015/clord/head/crypto/openssl/crypto/o_time.c soc2015/clord/head/crypto/openssl/crypto/o_time.h soc2015/clord/head/crypto/openssl/crypto/objects/obj_dat.h soc2015/clord/head/crypto/openssl/crypto/objects/obj_mac.h soc2015/clord/head/crypto/openssl/crypto/objects/obj_mac.num soc2015/clord/head/crypto/openssl/crypto/objects/obj_xref.h soc2015/clord/head/crypto/openssl/crypto/objects/obj_xref.txt soc2015/clord/head/crypto/openssl/crypto/objects/objects.txt soc2015/clord/head/crypto/openssl/crypto/objects/objxref.pl soc2015/clord/head/crypto/openssl/crypto/ocsp/ocsp.h soc2015/clord/head/crypto/openssl/crypto/ocsp/ocsp_ht.c soc2015/clord/head/crypto/openssl/crypto/ocsp/ocsp_lib.c soc2015/clord/head/crypto/openssl/crypto/ocsp/ocsp_prn.c soc2015/clord/head/crypto/openssl/crypto/opensslconf.h soc2015/clord/head/crypto/openssl/crypto/opensslconf.h.in soc2015/clord/head/crypto/openssl/crypto/opensslv.h soc2015/clord/head/crypto/openssl/crypto/ossl_typ.h soc2015/clord/head/crypto/openssl/crypto/pem/Makefile soc2015/clord/head/crypto/openssl/crypto/pem/pem.h soc2015/clord/head/crypto/openssl/crypto/pem/pem_all.c soc2015/clord/head/crypto/openssl/crypto/pem/pem_err.c soc2015/clord/head/crypto/openssl/crypto/pem/pem_info.c soc2015/clord/head/crypto/openssl/crypto/pem/pem_lib.c soc2015/clord/head/crypto/openssl/crypto/pem/pem_pkey.c soc2015/clord/head/crypto/openssl/crypto/pem/pvkfmt.c soc2015/clord/head/crypto/openssl/crypto/perlasm/ppc-xlate.pl soc2015/clord/head/crypto/openssl/crypto/perlasm/x86_64-xlate.pl soc2015/clord/head/crypto/openssl/crypto/perlasm/x86asm.pl soc2015/clord/head/crypto/openssl/crypto/perlasm/x86gas.pl soc2015/clord/head/crypto/openssl/crypto/perlasm/x86masm.pl soc2015/clord/head/crypto/openssl/crypto/perlasm/x86nasm.pl soc2015/clord/head/crypto/openssl/crypto/pkcs12/p12_add.c soc2015/clord/head/crypto/openssl/crypto/pkcs12/p12_crpt.c soc2015/clord/head/crypto/openssl/crypto/pkcs12/p12_decr.c soc2015/clord/head/crypto/openssl/crypto/pkcs12/p12_mutl.c soc2015/clord/head/crypto/openssl/crypto/pkcs12/p12_p8e.c soc2015/clord/head/crypto/openssl/crypto/pkcs7/pk7_doit.c soc2015/clord/head/crypto/openssl/crypto/pkcs7/pk7_smime.c soc2015/clord/head/crypto/openssl/crypto/ppccap.c soc2015/clord/head/crypto/openssl/crypto/ppccpuid.pl soc2015/clord/head/crypto/openssl/crypto/rc4/Makefile soc2015/clord/head/crypto/openssl/crypto/rc4/asm/rc4-586.pl soc2015/clord/head/crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/rc4/rc4_enc.c soc2015/clord/head/crypto/openssl/crypto/rc5/rc5_locl.h soc2015/clord/head/crypto/openssl/crypto/rsa/Makefile soc2015/clord/head/crypto/openssl/crypto/rsa/rsa.h soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_ameth.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_asn1.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_err.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_gen.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_oaep.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_pmeth.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_sign.c soc2015/clord/head/crypto/openssl/crypto/rsa/rsa_test.c soc2015/clord/head/crypto/openssl/crypto/sha/Makefile soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-586.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-armv4-large.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-mips.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-ppc.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha1-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha256-586.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha256-armv4.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-586.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-armv4.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-ia64.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-mips.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-parisc.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-ppc.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-sparcv9.pl soc2015/clord/head/crypto/openssl/crypto/sha/asm/sha512-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/sha/sha512.c soc2015/clord/head/crypto/openssl/crypto/sparccpuid.S soc2015/clord/head/crypto/openssl/crypto/sparcv9cap.c soc2015/clord/head/crypto/openssl/crypto/srp/Makefile soc2015/clord/head/crypto/openssl/crypto/srp/srp_vfy.c soc2015/clord/head/crypto/openssl/crypto/srp/srptest.c soc2015/clord/head/crypto/openssl/crypto/stack/safestack.h soc2015/clord/head/crypto/openssl/crypto/stack/stack.c soc2015/clord/head/crypto/openssl/crypto/stack/stack.h soc2015/clord/head/crypto/openssl/crypto/symhacks.h soc2015/clord/head/crypto/openssl/crypto/ts/ts_rsp_sign.c soc2015/clord/head/crypto/openssl/crypto/ts/ts_rsp_verify.c soc2015/clord/head/crypto/openssl/crypto/ui/ui_openssl.c soc2015/clord/head/crypto/openssl/crypto/whrlpool/asm/wp-mmx.pl soc2015/clord/head/crypto/openssl/crypto/whrlpool/asm/wp-x86_64.pl soc2015/clord/head/crypto/openssl/crypto/x509/Makefile soc2015/clord/head/crypto/openssl/crypto/x509/verify_extra_test.c soc2015/clord/head/crypto/openssl/crypto/x509/x509.h soc2015/clord/head/crypto/openssl/crypto/x509/x509_cmp.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_err.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_lu.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_set.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_trs.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_txt.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_vfy.c soc2015/clord/head/crypto/openssl/crypto/x509/x509_vfy.h soc2015/clord/head/crypto/openssl/crypto/x509/x509_vpm.c soc2015/clord/head/crypto/openssl/crypto/x509/x_all.c soc2015/clord/head/crypto/openssl/crypto/x509v3/Makefile soc2015/clord/head/crypto/openssl/crypto/x509v3/ext_dat.h soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_cpols.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_lib.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_ncons.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_pci.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_pcia.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_purp.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3_utl.c soc2015/clord/head/crypto/openssl/crypto/x509v3/v3err.c soc2015/clord/head/crypto/openssl/crypto/x509v3/x509v3.h soc2015/clord/head/crypto/openssl/crypto/x86_64cpuid.pl soc2015/clord/head/crypto/openssl/crypto/x86cpuid.pl soc2015/clord/head/crypto/openssl/doc/HOWTO/keys.txt soc2015/clord/head/crypto/openssl/doc/README soc2015/clord/head/crypto/openssl/doc/apps/c_rehash.pod soc2015/clord/head/crypto/openssl/doc/apps/ciphers.pod soc2015/clord/head/crypto/openssl/doc/apps/cms.pod soc2015/clord/head/crypto/openssl/doc/apps/dgst.pod soc2015/clord/head/crypto/openssl/doc/apps/genpkey.pod soc2015/clord/head/crypto/openssl/doc/apps/genrsa.pod soc2015/clord/head/crypto/openssl/doc/apps/ocsp.pod soc2015/clord/head/crypto/openssl/doc/apps/pkcs12.pod soc2015/clord/head/crypto/openssl/doc/apps/pkcs8.pod soc2015/clord/head/crypto/openssl/doc/apps/req.pod soc2015/clord/head/crypto/openssl/doc/apps/s_client.pod soc2015/clord/head/crypto/openssl/doc/apps/s_server.pod soc2015/clord/head/crypto/openssl/doc/apps/smime.pod soc2015/clord/head/crypto/openssl/doc/apps/verify.pod soc2015/clord/head/crypto/openssl/doc/apps/x509.pod soc2015/clord/head/crypto/openssl/doc/crypto/ASN1_STRING_length.pod soc2015/clord/head/crypto/openssl/doc/crypto/ASN1_STRING_print_ex.pod soc2015/clord/head/crypto/openssl/doc/crypto/BIO_f_ssl.pod soc2015/clord/head/crypto/openssl/doc/crypto/BIO_find_type.pod soc2015/clord/head/crypto/openssl/doc/crypto/BIO_read.pod soc2015/clord/head/crypto/openssl/doc/crypto/BIO_s_accept.pod soc2015/clord/head/crypto/openssl/doc/crypto/BIO_s_connect.pod soc2015/clord/head/crypto/openssl/doc/crypto/BN_BLINDING_new.pod soc2015/clord/head/crypto/openssl/doc/crypto/BN_CTX_new.pod soc2015/clord/head/crypto/openssl/doc/crypto/BN_generate_prime.pod soc2015/clord/head/crypto/openssl/doc/crypto/BN_rand.pod soc2015/clord/head/crypto/openssl/doc/crypto/CMS_add0_cert.pod soc2015/clord/head/crypto/openssl/doc/crypto/CMS_get0_RecipientInfos.pod soc2015/clord/head/crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod soc2015/clord/head/crypto/openssl/doc/crypto/CMS_verify.pod soc2015/clord/head/crypto/openssl/doc/crypto/DH_generate_parameters.pod soc2015/clord/head/crypto/openssl/doc/crypto/DSA_generate_parameters.pod soc2015/clord/head/crypto/openssl/doc/crypto/ERR_remove_state.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_BytesToKey.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_DigestInit.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_DigestVerifyInit.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_EncryptInit.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_PKEY_cmp.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_SealInit.pod soc2015/clord/head/crypto/openssl/doc/crypto/EVP_SignInit.pod soc2015/clord/head/crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod soc2015/clord/head/crypto/openssl/doc/crypto/OPENSSL_config.pod soc2015/clord/head/crypto/openssl/doc/crypto/OPENSSL_ia32cap.pod soc2015/clord/head/crypto/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod soc2015/clord/head/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod soc2015/clord/head/crypto/openssl/doc/crypto/PKCS7_verify.pod soc2015/clord/head/crypto/openssl/doc/crypto/RAND_egd.pod soc2015/clord/head/crypto/openssl/doc/crypto/RSA_generate_key.pod soc2015/clord/head/crypto/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod soc2015/clord/head/crypto/openssl/doc/crypto/X509_STORE_CTX_get_error.pod soc2015/clord/head/crypto/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod soc2015/clord/head/crypto/openssl/doc/crypto/buffer.pod soc2015/clord/head/crypto/openssl/doc/crypto/crypto.pod soc2015/clord/head/crypto/openssl/doc/crypto/d2i_DSAPublicKey.pod soc2015/clord/head/crypto/openssl/doc/crypto/d2i_X509.pod soc2015/clord/head/crypto/openssl/doc/crypto/d2i_X509_CRL.pod soc2015/clord/head/crypto/openssl/doc/crypto/d2i_X509_NAME.pod soc2015/clord/head/crypto/openssl/doc/crypto/ecdsa.pod soc2015/clord/head/crypto/openssl/doc/crypto/engine.pod soc2015/clord/head/crypto/openssl/doc/crypto/evp.pod soc2015/clord/head/crypto/openssl/doc/crypto/hmac.pod soc2015/clord/head/crypto/openssl/doc/crypto/i2d_PKCS7_bio_stream.pod soc2015/clord/head/crypto/openssl/doc/crypto/rand.pod soc2015/clord/head/crypto/openssl/doc/crypto/sha.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CIPHER_get_name.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_COMP_add_compression_method.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set_cert_store.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_use_certificate.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_accept.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_do_handshake.pod soc2015/clord/head/crypto/openssl/doc/ssl/SSL_shutdown.pod soc2015/clord/head/crypto/openssl/doc/ssl/ssl.pod soc2015/clord/head/crypto/openssl/doc/ssleay.txt soc2015/clord/head/crypto/openssl/e_os.h soc2015/clord/head/crypto/openssl/e_os2.h soc2015/clord/head/crypto/openssl/engines/Makefile soc2015/clord/head/crypto/openssl/engines/ccgost/Makefile soc2015/clord/head/crypto/openssl/engines/ccgost/gost89.c soc2015/clord/head/crypto/openssl/engines/ccgost/gost_crypt.c soc2015/clord/head/crypto/openssl/engines/ccgost/gost_pmeth.c soc2015/clord/head/crypto/openssl/engines/e_capi.c soc2015/clord/head/crypto/openssl/engines/e_chil.c soc2015/clord/head/crypto/openssl/engines/vendor_defns/hwcryptohook.h soc2015/clord/head/crypto/openssl/ssl/Makefile soc2015/clord/head/crypto/openssl/ssl/bio_ssl.c soc2015/clord/head/crypto/openssl/ssl/d1_both.c soc2015/clord/head/crypto/openssl/ssl/d1_clnt.c soc2015/clord/head/crypto/openssl/ssl/d1_lib.c soc2015/clord/head/crypto/openssl/ssl/d1_meth.c soc2015/clord/head/crypto/openssl/ssl/d1_pkt.c soc2015/clord/head/crypto/openssl/ssl/d1_srtp.c soc2015/clord/head/crypto/openssl/ssl/d1_srvr.c soc2015/clord/head/crypto/openssl/ssl/dtls1.h soc2015/clord/head/crypto/openssl/ssl/heartbeat_test.c soc2015/clord/head/crypto/openssl/ssl/s23_clnt.c soc2015/clord/head/crypto/openssl/ssl/s23_srvr.c soc2015/clord/head/crypto/openssl/ssl/s2_clnt.c soc2015/clord/head/crypto/openssl/ssl/s2_lib.c soc2015/clord/head/crypto/openssl/ssl/s3_both.c soc2015/clord/head/crypto/openssl/ssl/s3_cbc.c soc2015/clord/head/crypto/openssl/ssl/s3_clnt.c soc2015/clord/head/crypto/openssl/ssl/s3_enc.c soc2015/clord/head/crypto/openssl/ssl/s3_lib.c soc2015/clord/head/crypto/openssl/ssl/s3_pkt.c soc2015/clord/head/crypto/openssl/ssl/s3_srvr.c soc2015/clord/head/crypto/openssl/ssl/srtp.h soc2015/clord/head/crypto/openssl/ssl/ssl.h soc2015/clord/head/crypto/openssl/ssl/ssl3.h soc2015/clord/head/crypto/openssl/ssl/ssl_algs.c soc2015/clord/head/crypto/openssl/ssl/ssl_asn1.c soc2015/clord/head/crypto/openssl/ssl/ssl_cert.c soc2015/clord/head/crypto/openssl/ssl/ssl_ciph.c soc2015/clord/head/crypto/openssl/ssl/ssl_err.c soc2015/clord/head/crypto/openssl/ssl/ssl_lib.c soc2015/clord/head/crypto/openssl/ssl/ssl_locl.h soc2015/clord/head/crypto/openssl/ssl/ssl_rsa.c soc2015/clord/head/crypto/openssl/ssl/ssl_sess.c soc2015/clord/head/crypto/openssl/ssl/ssl_txt.c soc2015/clord/head/crypto/openssl/ssl/ssltest.c soc2015/clord/head/crypto/openssl/ssl/t1_clnt.c soc2015/clord/head/crypto/openssl/ssl/t1_enc.c soc2015/clord/head/crypto/openssl/ssl/t1_lib.c soc2015/clord/head/crypto/openssl/ssl/t1_meth.c soc2015/clord/head/crypto/openssl/ssl/t1_srvr.c soc2015/clord/head/crypto/openssl/ssl/tls1.h soc2015/clord/head/crypto/openssl/util/domd soc2015/clord/head/crypto/openssl/util/files.pl soc2015/clord/head/crypto/openssl/util/indent.pro soc2015/clord/head/crypto/openssl/util/libeay.num soc2015/clord/head/crypto/openssl/util/mk1mf.pl soc2015/clord/head/crypto/openssl/util/mkdef.pl soc2015/clord/head/crypto/openssl/util/mkerr.pl soc2015/clord/head/crypto/openssl/util/mkrc.pl soc2015/clord/head/crypto/openssl/util/mkstack.pl soc2015/clord/head/crypto/openssl/util/pl/BC-32.pl soc2015/clord/head/crypto/openssl/util/pl/VC-32.pl soc2015/clord/head/crypto/openssl/util/pl/unix.pl soc2015/clord/head/crypto/openssl/util/selftest.pl soc2015/clord/head/crypto/openssl/util/ssleay.num soc2015/clord/head/etc/ (props changed) soc2015/clord/head/etc/Makefile soc2015/clord/head/etc/defaults/periodic.conf soc2015/clord/head/etc/defaults/rc.conf soc2015/clord/head/etc/devd.conf soc2015/clord/head/etc/devd/usb.conf soc2015/clord/head/etc/etc.aarch64/ttys soc2015/clord/head/etc/etc.amd64/ttys soc2015/clord/head/etc/etc.i386/ttys soc2015/clord/head/etc/etc.mips/ttys soc2015/clord/head/etc/etc.pc98/ttys soc2015/clord/head/etc/etc.powerpc/ttys soc2015/clord/head/etc/etc.sparc64/ttys soc2015/clord/head/etc/login.conf soc2015/clord/head/etc/master.passwd soc2015/clord/head/etc/mtree/BSD.debug.dist soc2015/clord/head/etc/mtree/BSD.include.dist soc2015/clord/head/etc/mtree/BSD.tests.dist soc2015/clord/head/etc/mtree/BSD.usr.dist soc2015/clord/head/etc/mtree/BSD.var.dist soc2015/clord/head/etc/mtree/Makefile soc2015/clord/head/etc/netstart soc2015/clord/head/etc/network.subr soc2015/clord/head/etc/ntp.conf soc2015/clord/head/etc/pccard_ether soc2015/clord/head/etc/periodic/Makefile soc2015/clord/head/etc/periodic/daily/400.status-disks soc2015/clord/head/etc/periodic/daily/480.status-ntpd soc2015/clord/head/etc/periodic/daily/800.scrub-zfs soc2015/clord/head/etc/periodic/daily/Makefile soc2015/clord/head/etc/periodic/security/520.pfdenied soc2015/clord/head/etc/rc soc2015/clord/head/etc/rc.d/NETWORKING soc2015/clord/head/etc/rc.d/automount soc2015/clord/head/etc/rc.d/automountd soc2015/clord/head/etc/rc.d/autounmountd soc2015/clord/head/etc/rc.d/bgfsck soc2015/clord/head/etc/rc.d/fsck soc2015/clord/head/etc/rc.d/jail soc2015/clord/head/etc/rc.d/local_unbound soc2015/clord/head/etc/rc.d/mdconfig soc2015/clord/head/etc/rc.d/mdconfig2 soc2015/clord/head/etc/rc.d/mountcritlocal soc2015/clord/head/etc/rc.d/netif soc2015/clord/head/etc/rc.d/netwait soc2015/clord/head/etc/rc.d/nfsd soc2015/clord/head/etc/rc.d/nfsuserd soc2015/clord/head/etc/rc.d/othermta soc2015/clord/head/etc/rc.d/rctl soc2015/clord/head/etc/rc.d/ugidfw soc2015/clord/head/etc/rc.d/var soc2015/clord/head/etc/rc.shutdown soc2015/clord/head/etc/rc.subr soc2015/clord/head/etc/sendmail/Makefile soc2015/clord/head/etc/sendmail/Makefile.depend soc2015/clord/head/etc/services soc2015/clord/head/gnu/Makefile soc2015/clord/head/gnu/lib/ (props changed) soc2015/clord/head/gnu/lib/Makefile soc2015/clord/head/gnu/lib/csu/Makefile soc2015/clord/head/gnu/lib/libdialog/Makefile.depend soc2015/clord/head/gnu/lib/libgcc/Makefile soc2015/clord/head/gnu/lib/libgcc/Makefile.depend soc2015/clord/head/gnu/lib/libgomp/Makefile.depend soc2015/clord/head/gnu/lib/libreadline/readline/Makefile soc2015/clord/head/gnu/lib/libregex/Makefile.depend soc2015/clord/head/gnu/lib/libssp/Makefile.depend soc2015/clord/head/gnu/lib/libstdc++/Makefile soc2015/clord/head/gnu/lib/libstdc++/Makefile.depend soc2015/clord/head/gnu/lib/libsupc++/Makefile soc2015/clord/head/gnu/lib/libsupc++/Makefile.depend soc2015/clord/head/gnu/lib/tests/Makefile soc2015/clord/head/gnu/tests/Makefile soc2015/clord/head/gnu/usr.bin/binutils/ (props changed) soc2015/clord/head/gnu/usr.bin/binutils/Makefile soc2015/clord/head/gnu/usr.bin/binutils/ld/Makefile soc2015/clord/head/gnu/usr.bin/binutils/ld/Makefile.amd64 soc2015/clord/head/gnu/usr.bin/binutils/ld/Makefile.depend.host soc2015/clord/head/gnu/usr.bin/binutils/ld/Makefile.mips soc2015/clord/head/gnu/usr.bin/binutils/ld/Makefile.powerpc64 soc2015/clord/head/gnu/usr.bin/binutils/ld/Makefile.sparc64 soc2015/clord/head/gnu/usr.bin/binutils/ld/genscripts.sh soc2015/clord/head/gnu/usr.bin/binutils/libbfd/Makefile.i386 soc2015/clord/head/gnu/usr.bin/cc/Makefile soc2015/clord/head/gnu/usr.bin/cc/c++/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/cc/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/cc1/Makefile soc2015/clord/head/gnu/usr.bin/cc/cc1/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/cc1plus/Makefile soc2015/clord/head/gnu/usr.bin/cc/cc1plus/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/cc_int/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/cc_tools/ (props changed) soc2015/clord/head/gnu/usr.bin/cc/cc_tools/Makefile soc2015/clord/head/gnu/usr.bin/cc/cc_tools/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/cpp/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/gcov/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/include/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/libcpp/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/libdecnumber/Makefile.depend soc2015/clord/head/gnu/usr.bin/cc/libiberty/Makefile.depend soc2015/clord/head/gnu/usr.bin/diff/Makefile.depend soc2015/clord/head/gnu/usr.bin/diff/tests/Makefile soc2015/clord/head/gnu/usr.bin/dtc/Makefile soc2015/clord/head/gnu/usr.bin/dtc/Makefile.depend soc2015/clord/head/gnu/usr.bin/gdb/ (props changed) soc2015/clord/head/gnu/usr.bin/gdb/kgdb/Makefile soc2015/clord/head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 soc2015/clord/head/gnu/usr.bin/gdb/kgdb/main.c soc2015/clord/head/gnu/usr.bin/gdb/kgdb/trgt.c soc2015/clord/head/gnu/usr.bin/gdb/kgdb/trgt_amd64.c soc2015/clord/head/gnu/usr.bin/gdb/kgdb/trgt_arm.c soc2015/clord/head/gnu/usr.bin/gperf/Makefile.depend soc2015/clord/head/gnu/usr.bin/grep/Makefile.depend soc2015/clord/head/gnu/usr.bin/grep/savedir.c soc2015/clord/head/gnu/usr.bin/groff/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/devices/grodvi/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/devices/grohtml/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/devices/grolbp/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/devices/grolj4/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/devices/grops/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/devices/grotty/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/preproc/grn/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/preproc/pic/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/preproc/refer/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/preproc/tbl/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/roff/groff/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/roff/troff/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/utils/hpftodit/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/utils/indxbib/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/utils/lkbib/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/utils/lookbib/Makefile soc2015/clord/head/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile soc2015/clord/head/gnu/usr.bin/groff/tmac/Makefile soc2015/clord/head/gnu/usr.bin/rcs/Makefile soc2015/clord/head/gnu/usr.bin/tests/Makefile soc2015/clord/head/include/ (props changed) soc2015/clord/head/include/Makefile soc2015/clord/head/include/_ctype.h soc2015/clord/head/include/ctype.h soc2015/clord/head/include/limits.h soc2015/clord/head/include/mk-osreldate.sh soc2015/clord/head/include/netdb.h soc2015/clord/head/include/paths.h soc2015/clord/head/include/search.h soc2015/clord/head/include/stdio.h soc2015/clord/head/include/unistd.h soc2015/clord/head/include/wctype.h soc2015/clord/head/include/xlocale/_ctype.h soc2015/clord/head/kerberos5/Makefile soc2015/clord/head/kerberos5/Makefile.inc soc2015/clord/head/kerberos5/lib/Makefile soc2015/clord/head/kerberos5/lib/libasn1/Makefile.depend soc2015/clord/head/kerberos5/lib/libgssapi_krb5/Makefile.depend soc2015/clord/head/kerberos5/lib/libgssapi_ntlm/Makefile.depend soc2015/clord/head/kerberos5/lib/libgssapi_spnego/Makefile.depend soc2015/clord/head/kerberos5/lib/libhdb/Makefile soc2015/clord/head/kerberos5/lib/libhdb/Makefile.depend soc2015/clord/head/kerberos5/lib/libheimbase/Makefile.depend soc2015/clord/head/kerberos5/lib/libheimipcc/Makefile.depend soc2015/clord/head/kerberos5/lib/libheimipcs/Makefile.depend soc2015/clord/head/kerberos5/lib/libheimntlm/Makefile.depend soc2015/clord/head/kerberos5/lib/libhx509/Makefile.depend soc2015/clord/head/kerberos5/lib/libkadm5clnt/Makefile.depend soc2015/clord/head/kerberos5/lib/libkadm5srv/Makefile.depend soc2015/clord/head/kerberos5/lib/libkafs5/Makefile.depend soc2015/clord/head/kerberos5/lib/libkdc/Makefile.depend soc2015/clord/head/kerberos5/lib/libkrb5/Makefile.depend soc2015/clord/head/kerberos5/lib/libroken/Makefile.depend soc2015/clord/head/kerberos5/lib/libwind/Makefile.depend soc2015/clord/head/kerberos5/libexec/Makefile soc2015/clord/head/kerberos5/libexec/digest-service/Makefile soc2015/clord/head/kerberos5/libexec/kdc/Makefile soc2015/clord/head/kerberos5/libexec/kdigest/Makefile soc2015/clord/head/kerberos5/tools/Makefile soc2015/clord/head/kerberos5/usr.bin/Makefile soc2015/clord/head/kerberos5/usr.bin/hxtool/Makefile soc2015/clord/head/kerberos5/usr.bin/kadmin/Makefile soc2015/clord/head/kerberos5/usr.bin/kcc/Makefile soc2015/clord/head/kerberos5/usr.bin/kpasswd/Makefile soc2015/clord/head/kerberos5/usr.sbin/Makefile soc2015/clord/head/kerberos5/usr.sbin/iprop-log/Makefile soc2015/clord/head/kerberos5/usr.sbin/ktutil/Makefile soc2015/clord/head/lib/Makefile soc2015/clord/head/lib/atf/libatf-c++/Makefile.depend soc2015/clord/head/lib/atf/libatf-c++/tests/Makefile soc2015/clord/head/lib/atf/libatf-c++/tests/detail/Makefile soc2015/clord/head/lib/atf/libatf-c/Makefile.depend soc2015/clord/head/lib/atf/libatf-c/tests/Makefile soc2015/clord/head/lib/atf/libatf-c/tests/detail/Makefile soc2015/clord/head/lib/atf/tests/Makefile soc2015/clord/head/lib/atf/tests/test-programs/Makefile soc2015/clord/head/lib/clang/Makefile soc2015/clord/head/lib/clang/clang.build.mk soc2015/clord/head/lib/clang/clang.lib.mk soc2015/clord/head/lib/clang/include/Makefile soc2015/clord/head/lib/clang/include/Makefile.depend soc2015/clord/head/lib/clang/include/clang/Basic/Version.inc soc2015/clord/head/lib/clang/include/clang/Config/config.h soc2015/clord/head/lib/clang/include/llvm/Config/config.h soc2015/clord/head/lib/clang/include/llvm/Config/llvm-config.h soc2015/clord/head/lib/clang/libclanganalysis/Makefile soc2015/clord/head/lib/clang/libclanganalysis/Makefile.depend soc2015/clord/head/lib/clang/libclangast/Makefile.depend soc2015/clord/head/lib/clang/libclangbasic/Makefile soc2015/clord/head/lib/clang/libclangbasic/Makefile.depend soc2015/clord/head/lib/clang/libclangcodegen/Makefile soc2015/clord/head/lib/clang/libclangcodegen/Makefile.depend soc2015/clord/head/lib/clang/libclangdriver/Makefile soc2015/clord/head/lib/clang/libclangdriver/Makefile.depend soc2015/clord/head/lib/clang/libclangfrontend/Makefile soc2015/clord/head/lib/clang/libclanglex/Makefile.depend soc2015/clord/head/lib/clang/libclangparse/Makefile.depend soc2015/clord/head/lib/clang/libclangstaticanalyzercheckers/Makefile soc2015/clord/head/lib/clang/libclangstaticanalyzercheckers/Makefile.depend soc2015/clord/head/lib/clang/libclangstaticanalyzercore/Makefile soc2015/clord/head/lib/clang/libclangstaticanalyzercore/Makefile.depend soc2015/clord/head/lib/clang/liblldb/Makefile soc2015/clord/head/lib/clang/liblldb/Makefile.depend soc2015/clord/head/lib/clang/liblldbAPI/Makefile soc2015/clord/head/lib/clang/liblldbAPI/Makefile.depend soc2015/clord/head/lib/clang/liblldbBreakpoint/Makefile.depend soc2015/clord/head/lib/clang/liblldbCommands/Makefile soc2015/clord/head/lib/clang/liblldbCommands/Makefile.depend soc2015/clord/head/lib/clang/liblldbCore/Makefile soc2015/clord/head/lib/clang/liblldbCore/Makefile.depend soc2015/clord/head/lib/clang/liblldbDataFormatters/Makefile soc2015/clord/head/lib/clang/liblldbDataFormatters/Makefile.depend soc2015/clord/head/lib/clang/liblldbExpression/Makefile.depend soc2015/clord/head/lib/clang/liblldbHostCommon/Makefile soc2015/clord/head/lib/clang/liblldbHostCommon/Makefile.depend soc2015/clord/head/lib/clang/liblldbHostFreeBSD/Makefile.depend soc2015/clord/head/lib/clang/liblldbHostPOSIX/Makefile soc2015/clord/head/lib/clang/liblldbInterpreter/Makefile soc2015/clord/head/lib/clang/liblldbInterpreter/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginJITLoaderGDB/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginMemoryHistoryASan/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginObjectFileELF/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginObjectFileJIT/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginPlatformFreeBSD/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginPlatformGDB/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginProcessElfCore/Makefile soc2015/clord/head/lib/clang/liblldbPluginProcessElfCore/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginProcessFreeBSD/Makefile soc2015/clord/head/lib/clang/liblldbPluginProcessFreeBSD/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginProcessGDBRemote/Makefile soc2015/clord/head/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginProcessPOSIX/Makefile soc2015/clord/head/lib/clang/liblldbPluginProcessPOSIX/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginProcessUtility/Makefile soc2015/clord/head/lib/clang/liblldbPluginProcessUtility/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginSymbolFileSymtab/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginSymbolVendorELF/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile.depend soc2015/clord/head/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile.depend soc2015/clord/head/lib/clang/liblldbSymbol/Makefile.depend soc2015/clord/head/lib/clang/liblldbTarget/Makefile soc2015/clord/head/lib/clang/liblldbTarget/Makefile.depend soc2015/clord/head/lib/clang/liblldbUtility/Makefile soc2015/clord/head/lib/clang/libllvmaarch64codegen/Makefile.depend soc2015/clord/head/lib/clang/libllvmaarch64disassembler/Makefile.depend soc2015/clord/head/lib/clang/libllvmanalysis/Makefile soc2015/clord/head/lib/clang/libllvmanalysis/Makefile.depend soc2015/clord/head/lib/clang/libllvmarmcodegen/Makefile soc2015/clord/head/lib/clang/libllvmarmcodegen/Makefile.depend soc2015/clord/head/lib/clang/libllvmasmprinter/Makefile soc2015/clord/head/lib/clang/libllvmbitwriter/Makefile soc2015/clord/head/lib/clang/libllvmcodegen/Makefile soc2015/clord/head/lib/clang/libllvmcodegen/Makefile.depend soc2015/clord/head/lib/clang/libllvmcore/Makefile soc2015/clord/head/lib/clang/libllvmcore/Makefile.depend soc2015/clord/head/lib/clang/libllvmexecutionengine/Makefile soc2015/clord/head/lib/clang/libllvminstrumentation/Makefile soc2015/clord/head/lib/clang/libllvminstrumentation/Makefile.depend soc2015/clord/head/lib/clang/libllvminterpreter/Makefile.depend soc2015/clord/head/lib/clang/libllvmipa/Makefile.depend soc2015/clord/head/lib/clang/libllvmipo/Makefile soc2015/clord/head/lib/clang/libllvmipo/Makefile.depend soc2015/clord/head/lib/clang/libllvmmc/Makefile soc2015/clord/head/lib/clang/libllvmmcdisassembler/Makefile soc2015/clord/head/lib/clang/libllvmmcjit/Makefile soc2015/clord/head/lib/clang/libllvmmipscodegen/Makefile soc2015/clord/head/lib/clang/libllvmmipscodegen/Makefile.depend soc2015/clord/head/lib/clang/libllvmobjcarcopts/Makefile soc2015/clord/head/lib/clang/libllvmobjcarcopts/Makefile.depend soc2015/clord/head/lib/clang/libllvmobject/Makefile soc2015/clord/head/lib/clang/libllvmpowerpccodegen/Makefile soc2015/clord/head/lib/clang/libllvmpowerpccodegen/Makefile.depend soc2015/clord/head/lib/clang/libllvmprofiledata/Makefile soc2015/clord/head/lib/clang/libllvmruntimedyld/Makefile soc2015/clord/head/lib/clang/libllvmscalaropts/Makefile soc2015/clord/head/lib/clang/libllvmscalaropts/Makefile.depend soc2015/clord/head/lib/clang/libllvmsparccodegen/Makefile soc2015/clord/head/lib/clang/libllvmsupport/Makefile soc2015/clord/head/lib/clang/libllvmtablegen/Makefile soc2015/clord/head/lib/clang/libllvmtarget/Makefile soc2015/clord/head/lib/clang/libllvmtarget/Makefile.depend soc2015/clord/head/lib/clang/libllvmtransformutils/Makefile soc2015/clord/head/lib/clang/libllvmtransformutils/Makefile.depend soc2015/clord/head/lib/clang/libllvmvectorize/Makefile soc2015/clord/head/lib/clang/libllvmx86codegen/Makefile soc2015/clord/head/lib/clang/libllvmx86codegen/Makefile.depend soc2015/clord/head/lib/clang/libllvmx86disassembler/Makefile.depend soc2015/clord/head/lib/csu/Makefile.inc soc2015/clord/head/lib/csu/aarch64/Makefile soc2015/clord/head/lib/csu/aarch64/crt1.c soc2015/clord/head/lib/csu/amd64/Makefile soc2015/clord/head/lib/csu/amd64/crt1.c soc2015/clord/head/lib/csu/arm/Makefile soc2015/clord/head/lib/csu/arm/Makefile.depend soc2015/clord/head/lib/csu/arm/crt1.c soc2015/clord/head/lib/csu/arm/crti.S soc2015/clord/head/lib/csu/arm/crtn.S soc2015/clord/head/lib/csu/i386/Makefile soc2015/clord/head/lib/csu/i386/Makefile.depend soc2015/clord/head/lib/csu/i386/crt1_c.c soc2015/clord/head/lib/csu/mips/Makefile soc2015/clord/head/lib/csu/mips/Makefile.depend soc2015/clord/head/lib/csu/mips/crt1.c soc2015/clord/head/lib/csu/powerpc/Makefile soc2015/clord/head/lib/csu/powerpc/Makefile.depend soc2015/clord/head/lib/csu/powerpc/crt1.c soc2015/clord/head/lib/csu/powerpc64/Makefile soc2015/clord/head/lib/csu/powerpc64/Makefile.depend soc2015/clord/head/lib/csu/powerpc64/crt1.c soc2015/clord/head/lib/csu/powerpc64/crti.S soc2015/clord/head/lib/csu/sparc64/Makefile soc2015/clord/head/lib/csu/sparc64/Makefile.depend soc2015/clord/head/lib/csu/sparc64/crt1.c soc2015/clord/head/lib/libalias/libalias/Makefile.depend soc2015/clord/head/lib/libarchive/Makefile soc2015/clord/head/lib/libarchive/Makefile.depend soc2015/clord/head/lib/libauditd/Makefile soc2015/clord/head/lib/libauditd/Makefile.depend soc2015/clord/head/lib/libbegemot/Makefile.depend soc2015/clord/head/lib/libblocksruntime/Makefile.depend soc2015/clord/head/lib/libbluetooth/Makefile.depend soc2015/clord/head/lib/libbsm/Makefile soc2015/clord/head/lib/libbsm/Makefile.depend soc2015/clord/head/lib/libbsnmp/libbsnmp/Makefile.depend soc2015/clord/head/lib/libbz2/Makefile.depend soc2015/clord/head/lib/libc/ (props changed) soc2015/clord/head/lib/libc++/Makefile soc2015/clord/head/lib/libc++/Makefile.depend soc2015/clord/head/lib/libc/Makefile soc2015/clord/head/lib/libc/Makefile.depend soc2015/clord/head/lib/libc/aarch64/gen/_set_tp.c soc2015/clord/head/lib/libc/aarch64/sys/Makefile.inc soc2015/clord/head/lib/libc/amd64/gen/_set_tp.c soc2015/clord/head/lib/libc/amd64/gen/setjmp.S soc2015/clord/head/lib/libc/amd64/gen/sigsetjmp.S soc2015/clord/head/lib/libc/arm/aeabi/aeabi_asm_double.S soc2015/clord/head/lib/libc/arm/aeabi/aeabi_asm_float.S soc2015/clord/head/lib/libc/arm/aeabi/aeabi_vfp_double.S soc2015/clord/head/lib/libc/arm/aeabi/aeabi_vfp_float.S soc2015/clord/head/lib/libc/arm/gen/__aeabi_read_tp.S soc2015/clord/head/lib/libc/arm/gen/_ctx_start.S soc2015/clord/head/lib/libc/arm/gen/_set_tp.c soc2015/clord/head/lib/libc/arm/gen/_setjmp.S soc2015/clord/head/lib/libc/arm/gen/alloca.S soc2015/clord/head/lib/libc/arm/gen/divsi3.S soc2015/clord/head/lib/libc/arm/gen/setjmp.S soc2015/clord/head/lib/libc/arm/gen/sigsetjmp.S soc2015/clord/head/lib/libc/arm/string/ffs.S soc2015/clord/head/lib/libc/arm/string/memcmp.S soc2015/clord/head/lib/libc/arm/string/memcpy_arm.S soc2015/clord/head/lib/libc/arm/string/memcpy_xscale.S soc2015/clord/head/lib/libc/arm/string/memmove.S soc2015/clord/head/lib/libc/arm/string/memset.S soc2015/clord/head/lib/libc/arm/string/strcmp.S soc2015/clord/head/lib/libc/arm/string/strlen.S soc2015/clord/head/lib/libc/arm/string/strncmp.S soc2015/clord/head/lib/libc/arm/sys/Makefile.inc soc2015/clord/head/lib/libc/arm/sys/Ovfork.S soc2015/clord/head/lib/libc/arm/sys/brk.S soc2015/clord/head/lib/libc/arm/sys/cerror.S soc2015/clord/head/lib/libc/arm/sys/pipe.S soc2015/clord/head/lib/libc/arm/sys/ptrace.S soc2015/clord/head/lib/libc/arm/sys/sbrk.S soc2015/clord/head/lib/libc/arm/sys/shmat.S soc2015/clord/head/lib/libc/arm/sys/sigreturn.S soc2015/clord/head/lib/libc/arm/sys/syscall.S soc2015/clord/head/lib/libc/compat-43/creat.c soc2015/clord/head/lib/libc/compat-43/sigcompat.c soc2015/clord/head/lib/libc/db/btree/bt_open.c soc2015/clord/head/lib/libc/db/hash/hash_page.c soc2015/clord/head/lib/libc/db/hash/ndbm.c soc2015/clord/head/lib/libc/db/recno/rec_open.c soc2015/clord/head/lib/libc/gdtoa/Makefile.inc soc2015/clord/head/lib/libc/gdtoa/_ldtoa.c soc2015/clord/head/lib/libc/gen/Makefile.inc soc2015/clord/head/lib/libc/gen/alarm.c soc2015/clord/head/lib/libc/gen/assert.c soc2015/clord/head/lib/libc/gen/clock.c soc2015/clord/head/lib/libc/gen/daemon.c soc2015/clord/head/lib/libc/gen/devname.c soc2015/clord/head/lib/libc/gen/dlfcn.c soc2015/clord/head/lib/libc/gen/dup3.c soc2015/clord/head/lib/libc/gen/elf_utils.c soc2015/clord/head/lib/libc/gen/err.c soc2015/clord/head/lib/libc/gen/exec.3 soc2015/clord/head/lib/libc/gen/exec.c soc2015/clord/head/lib/libc/gen/feature_present.c soc2015/clord/head/lib/libc/gen/fmtcheck.c soc2015/clord/head/lib/libc/gen/fnmatch.c soc2015/clord/head/lib/libc/gen/ftok.c soc2015/clord/head/lib/libc/gen/fts-compat.c soc2015/clord/head/lib/libc/gen/fts.c soc2015/clord/head/lib/libc/gen/getbsize.c soc2015/clord/head/lib/libc/gen/getcwd.c soc2015/clord/head/lib/libc/gen/getdomainname.c soc2015/clord/head/lib/libc/gen/getgrent.c soc2015/clord/head/lib/libc/gen/gethostname.c soc2015/clord/head/lib/libc/gen/getloadavg.c soc2015/clord/head/lib/libc/gen/getmntinfo.c soc2015/clord/head/lib/libc/gen/getnetgrent.c soc2015/clord/head/lib/libc/gen/getpagesize.c soc2015/clord/head/lib/libc/gen/getpeereid.c soc2015/clord/head/lib/libc/gen/getpwent.c soc2015/clord/head/lib/libc/gen/getusershell.c soc2015/clord/head/lib/libc/gen/getvfsbyname.c soc2015/clord/head/lib/libc/gen/glob.c soc2015/clord/head/lib/libc/gen/initgroups.c soc2015/clord/head/lib/libc/gen/isatty.c soc2015/clord/head/lib/libc/gen/lockf.c soc2015/clord/head/lib/libc/gen/nlist.c soc2015/clord/head/lib/libc/gen/pause.c soc2015/clord/head/lib/libc/gen/popen.c soc2015/clord/head/lib/libc/gen/posix_spawn.3 soc2015/clord/head/lib/libc/gen/posix_spawn.c soc2015/clord/head/lib/libc/gen/psignal.c soc2015/clord/head/lib/libc/gen/raise.c soc2015/clord/head/lib/libc/gen/readdir.c soc2015/clord/head/lib/libc/gen/readpassphrase.c soc2015/clord/head/lib/libc/gen/rewinddir.c soc2015/clord/head/lib/libc/gen/seekdir.c soc2015/clord/head/lib/libc/gen/semctl.c soc2015/clord/head/lib/libc/gen/setjmperr.c soc2015/clord/head/lib/libc/gen/setmode.c soc2015/clord/head/lib/libc/gen/siginterrupt.c soc2015/clord/head/lib/libc/gen/signal.c soc2015/clord/head/lib/libc/gen/sigsetops.c soc2015/clord/head/lib/libc/gen/sleep.c soc2015/clord/head/lib/libc/gen/strtofflags.c soc2015/clord/head/lib/libc/gen/sysconf.c soc2015/clord/head/lib/libc/gen/sysctl.3 soc2015/clord/head/lib/libc/gen/telldir.c soc2015/clord/head/lib/libc/gen/tls.c soc2015/clord/head/lib/libc/gen/ttyslot.c soc2015/clord/head/lib/libc/gen/ualarm.c soc2015/clord/head/lib/libc/gen/uname.c soc2015/clord/head/lib/libc/gen/unvis-compat.c soc2015/clord/head/lib/libc/gen/usleep.c soc2015/clord/head/lib/libc/gen/utime.c soc2015/clord/head/lib/libc/gen/wait.c soc2015/clord/head/lib/libc/gen/wait3.c soc2015/clord/head/lib/libc/gen/waitid.c soc2015/clord/head/lib/libc/gen/waitpid.c soc2015/clord/head/lib/libc/gen/wordexp.3 soc2015/clord/head/lib/libc/gen/wordexp.c soc2015/clord/head/lib/libc/gmon/gmon.c soc2015/clord/head/lib/libc/i386/gen/setjmp.S soc2015/clord/head/lib/libc/i386/gen/sigsetjmp.S soc2015/clord/head/lib/libc/iconv/bsd_iconv.c soc2015/clord/head/lib/libc/iconv/citrus_esdb.c soc2015/clord/head/lib/libc/iconv/citrus_mmap.c soc2015/clord/head/lib/libc/include/libc_private.h soc2015/clord/head/lib/libc/inet/inet_lnaof.c soc2015/clord/head/lib/libc/inet/inet_makeaddr.c soc2015/clord/head/lib/libc/inet/inet_net_ntop.c soc2015/clord/head/lib/libc/inet/inet_neta.c soc2015/clord/head/lib/libc/inet/inet_netof.c soc2015/clord/head/lib/libc/inet/inet_network.c soc2015/clord/head/lib/libc/isc/ev_timers.c soc2015/clord/head/lib/libc/locale/Makefile.inc soc2015/clord/head/lib/libc/locale/big5.c soc2015/clord/head/lib/libc/locale/collate.c soc2015/clord/head/lib/libc/locale/collate.h soc2015/clord/head/lib/libc/locale/collcmp.c soc2015/clord/head/lib/libc/locale/euc.c soc2015/clord/head/lib/libc/locale/gb18030.c soc2015/clord/head/lib/libc/locale/gb2312.c soc2015/clord/head/lib/libc/locale/gbk.c soc2015/clord/head/lib/libc/locale/isctype.c soc2015/clord/head/lib/libc/locale/iswctype.c soc2015/clord/head/lib/libc/locale/mblocal.h soc2015/clord/head/lib/libc/locale/mbsnrtowcs.c soc2015/clord/head/lib/libc/locale/mskanji.c soc2015/clord/head/lib/libc/locale/nl_langinfo.c soc2015/clord/head/lib/libc/locale/none.c soc2015/clord/head/lib/libc/locale/rune.c soc2015/clord/head/lib/libc/locale/setlocale.c soc2015/clord/head/lib/libc/locale/setrunelocale.c soc2015/clord/head/lib/libc/locale/table.c soc2015/clord/head/lib/libc/locale/tolower.c soc2015/clord/head/lib/libc/locale/toupper.c soc2015/clord/head/lib/libc/locale/utf8.c soc2015/clord/head/lib/libc/locale/wcsnrtombs.c soc2015/clord/head/lib/libc/locale/wctype.c soc2015/clord/head/lib/libc/mips/gen/_set_tp.c soc2015/clord/head/lib/libc/net/getaddrinfo.3 soc2015/clord/head/lib/libc/net/getaddrinfo.c soc2015/clord/head/lib/libc/net/gethostbydns.c soc2015/clord/head/lib/libc/net/gethostbynis.c soc2015/clord/head/lib/libc/net/gethostnamadr.c soc2015/clord/head/lib/libc/net/getnameinfo.3 soc2015/clord/head/lib/libc/net/getnameinfo.c soc2015/clord/head/lib/libc/net/getnetbydns.c soc2015/clord/head/lib/libc/net/getnetnamadr.c soc2015/clord/head/lib/libc/net/getproto.c soc2015/clord/head/lib/libc/net/getservent.c soc2015/clord/head/lib/libc/net/if_nametoindex.c soc2015/clord/head/lib/libc/net/linkaddr.c soc2015/clord/head/lib/libc/net/map_v4v6.c soc2015/clord/head/lib/libc/net/name6.c soc2015/clord/head/lib/libc/net/netdb_private.h soc2015/clord/head/lib/libc/net/nscache.c soc2015/clord/head/lib/libc/net/nslexer.l soc2015/clord/head/lib/libc/net/nsparser.y soc2015/clord/head/lib/libc/net/nss_compat.c soc2015/clord/head/lib/libc/net/ntoh.c soc2015/clord/head/lib/libc/net/rcmd.c soc2015/clord/head/lib/libc/net/rcmdsh.c soc2015/clord/head/lib/libc/net/recv.c soc2015/clord/head/lib/libc/net/rthdr.c soc2015/clord/head/lib/libc/net/send.c soc2015/clord/head/lib/libc/net/sockatmark.c soc2015/clord/head/lib/libc/posix1e/acl_add_flag_np.3 soc2015/clord/head/lib/libc/posix1e/acl_compat.c soc2015/clord/head/lib/libc/posix1e/acl_entry.c soc2015/clord/head/lib/libc/posix1e/acl_flag.c soc2015/clord/head/lib/libc/posix1e/acl_init.c soc2015/clord/head/lib/libc/posix1e/acl_strip.c soc2015/clord/head/lib/libc/posix1e/acl_support.h soc2015/clord/head/lib/libc/posix1e/acl_support_nfs4.c soc2015/clord/head/lib/libc/powerpc/gen/_set_tp.c soc2015/clord/head/lib/libc/powerpc64/gen/_set_tp.c soc2015/clord/head/lib/libc/regex/grot/Makefile soc2015/clord/head/lib/libc/regex/grot/debug.c soc2015/clord/head/lib/libc/regex/grot/main.c soc2015/clord/head/lib/libc/regex/grot/split.c soc2015/clord/head/lib/libc/resolv/h_errno.c soc2015/clord/head/lib/libc/resolv/res_data.c soc2015/clord/head/lib/libc/resolv/res_debug.c soc2015/clord/head/lib/libc/resolv/res_init.c soc2015/clord/head/lib/libc/resolv/res_mkquery.c soc2015/clord/head/lib/libc/resolv/res_mkupdate.c soc2015/clord/head/lib/libc/resolv/res_private.h soc2015/clord/head/lib/libc/resolv/res_query.c soc2015/clord/head/lib/libc/resolv/res_send.c soc2015/clord/head/lib/libc/resolv/res_state.c soc2015/clord/head/lib/libc/rpc/auth_des.c soc2015/clord/head/lib/libc/rpc/auth_none.c soc2015/clord/head/lib/libc/rpc/auth_time.c soc2015/clord/head/lib/libc/rpc/auth_unix.c soc2015/clord/head/lib/libc/rpc/authdes_prot.c soc2015/clord/head/lib/libc/rpc/authunix_prot.c soc2015/clord/head/lib/libc/rpc/bindresvport.c soc2015/clord/head/lib/libc/rpc/clnt_bcast.c soc2015/clord/head/lib/libc/rpc/clnt_dg.c soc2015/clord/head/lib/libc/rpc/clnt_perror.c soc2015/clord/head/lib/libc/rpc/clnt_raw.c soc2015/clord/head/lib/libc/rpc/clnt_simple.c soc2015/clord/head/lib/libc/rpc/clnt_vc.c soc2015/clord/head/lib/libc/rpc/crypt_client.c soc2015/clord/head/lib/libc/rpc/des_crypt.c soc2015/clord/head/lib/libc/rpc/des_soft.c soc2015/clord/head/lib/libc/rpc/getnetconfig.c soc2015/clord/head/lib/libc/rpc/getnetpath.c soc2015/clord/head/lib/libc/rpc/getpublickey.c soc2015/clord/head/lib/libc/rpc/getrpcent.c soc2015/clord/head/lib/libc/rpc/getrpcport.c soc2015/clord/head/lib/libc/rpc/key_call.c soc2015/clord/head/lib/libc/rpc/mt_misc.c soc2015/clord/head/lib/libc/rpc/netname.c soc2015/clord/head/lib/libc/rpc/netnamer.c soc2015/clord/head/lib/libc/rpc/pmap_getmaps.c soc2015/clord/head/lib/libc/rpc/pmap_getport.c soc2015/clord/head/lib/libc/rpc/pmap_prot.c soc2015/clord/head/lib/libc/rpc/pmap_prot2.c soc2015/clord/head/lib/libc/rpc/pmap_rmt.c soc2015/clord/head/lib/libc/rpc/rpc_callmsg.c soc2015/clord/head/lib/libc/rpc/rpc_generic.c soc2015/clord/head/lib/libc/rpc/rpc_prot.c soc2015/clord/head/lib/libc/rpc/rpc_soc.c soc2015/clord/head/lib/libc/rpc/rpcb_clnt.c soc2015/clord/head/lib/libc/rpc/rpcb_prot.c soc2015/clord/head/lib/libc/rpc/rpcb_st_xdr.c soc2015/clord/head/lib/libc/rpc/rpcdname.c soc2015/clord/head/lib/libc/rpc/rtime.c soc2015/clord/head/lib/libc/rpc/svc.c soc2015/clord/head/lib/libc/rpc/svc_auth.c soc2015/clord/head/lib/libc/rpc/svc_auth_des.c soc2015/clord/head/lib/libc/rpc/svc_auth_unix.c soc2015/clord/head/lib/libc/rpc/svc_dg.c soc2015/clord/head/lib/libc/rpc/svc_generic.c soc2015/clord/head/lib/libc/rpc/svc_raw.c soc2015/clord/head/lib/libc/rpc/svc_run.c soc2015/clord/head/lib/libc/rpc/svc_simple.c soc2015/clord/head/lib/libc/rpc/svc_vc.c soc2015/clord/head/lib/libc/sparc64/fpu/fpu.c soc2015/clord/head/lib/libc/sparc64/gen/_set_tp.c soc2015/clord/head/lib/libc/stdio/Makefile.inc soc2015/clord/head/lib/libc/stdio/_flock_stub.c soc2015/clord/head/lib/libc/stdio/fdopen.c soc2015/clord/head/lib/libc/stdio/fgetwln.c soc2015/clord/head/lib/libc/stdio/findfp.c soc2015/clord/head/lib/libc/stdio/fmemopen.c soc2015/clord/head/lib/libc/stdio/fopen.3 soc2015/clord/head/lib/libc/stdio/fopen.c soc2015/clord/head/lib/libc/stdio/freopen.c soc2015/clord/head/lib/libc/stdio/ftell.c soc2015/clord/head/lib/libc/stdio/getchar.c soc2015/clord/head/lib/libc/stdio/open_memstream.c soc2015/clord/head/lib/libc/stdio/open_wmemstream.c soc2015/clord/head/lib/libc/stdio/stdio.c soc2015/clord/head/lib/libc/stdio/tmpfile.c soc2015/clord/head/lib/libc/stdio/vfscanf.c soc2015/clord/head/lib/libc/stdlib/Makefile.inc soc2015/clord/head/lib/libc/stdlib/abort.c soc2015/clord/head/lib/libc/stdlib/abs.c soc2015/clord/head/lib/libc/stdlib/atexit.c soc2015/clord/head/lib/libc/stdlib/atof.c soc2015/clord/head/lib/libc/stdlib/atoi.c soc2015/clord/head/lib/libc/stdlib/atol.c soc2015/clord/head/lib/libc/stdlib/atoll.c soc2015/clord/head/lib/libc/stdlib/bsearch.c soc2015/clord/head/lib/libc/stdlib/exit.c soc2015/clord/head/lib/libc/stdlib/hcreate.3 soc2015/clord/head/lib/libc/stdlib/heapsort.c soc2015/clord/head/lib/libc/stdlib/jemalloc/Makefile.inc soc2015/clord/head/lib/libc/stdlib/labs.c soc2015/clord/head/lib/libc/stdlib/merge.c soc2015/clord/head/lib/libc/stdlib/qsort.c soc2015/clord/head/lib/libc/stdlib/radixsort.c soc2015/clord/head/lib/libc/stdlib/rand.c soc2015/clord/head/lib/libc/stdlib/system.c soc2015/clord/head/lib/libc/stdlib/tdelete.c soc2015/clord/head/lib/libc/stdlib/tfind.c soc2015/clord/head/lib/libc/stdlib/tsearch.3 soc2015/clord/head/lib/libc/stdlib/tsearch.c soc2015/clord/head/lib/libc/stdtime/ (props changed) soc2015/clord/head/lib/libc/stdtime/strftime.c soc2015/clord/head/lib/libc/string/bcopy.3 soc2015/clord/head/lib/libc/string/bzero.3 soc2015/clord/head/lib/libc/string/ffs.3 soc2015/clord/head/lib/libc/string/strchrnul.c soc2015/clord/head/lib/libc/string/strcoll.c soc2015/clord/head/lib/libc/string/strndup.c soc2015/clord/head/lib/libc/string/strxfrm.c soc2015/clord/head/lib/libc/string/wcscoll.c soc2015/clord/head/lib/libc/string/wcslcat.c soc2015/clord/head/lib/libc/string/wcsncat.c soc2015/clord/head/lib/libc/string/wcsxfrm.c soc2015/clord/head/lib/libc/sys/Makefile.inc soc2015/clord/head/lib/libc/sys/__error.c soc2015/clord/head/lib/libc/sys/brk.2 soc2015/clord/head/lib/libc/sys/clock_gettime.2 soc2015/clord/head/lib/libc/sys/close.c soc2015/clord/head/lib/libc/sys/cpuset.2 soc2015/clord/head/lib/libc/sys/cpuset_getaffinity.2 soc2015/clord/head/lib/libc/sys/fsync.c soc2015/clord/head/lib/libc/sys/futimens.c soc2015/clord/head/lib/libc/sys/getgid.2 soc2015/clord/head/lib/libc/sys/getpid.2 soc2015/clord/head/lib/libc/sys/gettimeofday.2 soc2015/clord/head/lib/libc/sys/getuid.2 soc2015/clord/head/lib/libc/sys/msync.c soc2015/clord/head/lib/libc/sys/posix_fadvise.2 soc2015/clord/head/lib/libc/sys/ptrace.2 soc2015/clord/head/lib/libc/sys/read.2 soc2015/clord/head/lib/libc/sys/readv.c soc2015/clord/head/lib/libc/sys/reboot.2 soc2015/clord/head/lib/libc/sys/sendfile.2 soc2015/clord/head/lib/libc/sys/setuid.2 soc2015/clord/head/lib/libc/sys/shmctl.2 soc2015/clord/head/lib/libc/sys/sigaction.c soc2015/clord/head/lib/libc/sys/sigprocmask.c soc2015/clord/head/lib/libc/sys/sigsuspend.c soc2015/clord/head/lib/libc/sys/stat.2 soc2015/clord/head/lib/libc/sys/utimensat.2 soc2015/clord/head/lib/libc/sys/utimensat.c soc2015/clord/head/lib/libc/sys/utrace.2 soc2015/clord/head/lib/libc/sys/write.2 soc2015/clord/head/lib/libc/sys/writev.c soc2015/clord/head/lib/libc/tests/Makefile soc2015/clord/head/lib/libc/tests/Makefile.netbsd-tests soc2015/clord/head/lib/libc/tests/c063/Makefile soc2015/clord/head/lib/libc/tests/db/Makefile soc2015/clord/head/lib/libc/tests/gen/Makefile soc2015/clord/head/lib/libc/tests/gen/arc4random_test.c soc2015/clord/head/lib/libc/tests/gen/execve/Makefile soc2015/clord/head/lib/libc/tests/gen/posix_spawn/Makefile soc2015/clord/head/lib/libc/tests/hash/Makefile soc2015/clord/head/lib/libc/tests/inet/Makefile soc2015/clord/head/lib/libc/tests/locale/Makefile soc2015/clord/head/lib/libc/tests/net/Makefile soc2015/clord/head/lib/libc/tests/net/getaddrinfo/Makefile soc2015/clord/head/lib/libc/tests/regex/Makefile soc2015/clord/head/lib/libc/tests/rpc/Makefile soc2015/clord/head/lib/libc/tests/setjmp/Makefile soc2015/clord/head/lib/libc/tests/ssp/Makefile soc2015/clord/head/lib/libc/tests/stdio/Makefile soc2015/clord/head/lib/libc/tests/stdio/fmemopen2_test.c soc2015/clord/head/lib/libc/tests/stdlib/Makefile soc2015/clord/head/lib/libc/tests/string/Makefile soc2015/clord/head/lib/libc/tests/sys/Makefile soc2015/clord/head/lib/libc/tests/termios/Makefile soc2015/clord/head/lib/libc/tests/time/Makefile soc2015/clord/head/lib/libc/tests/tls/Makefile soc2015/clord/head/lib/libc/tests/tls/dso/Makefile soc2015/clord/head/lib/libc/tests/ttyio/Makefile soc2015/clord/head/lib/libc/xdr/xdr_float.c soc2015/clord/head/lib/libc/yp/yplib.c soc2015/clord/head/lib/libcalendar/Makefile.depend soc2015/clord/head/lib/libcam/Makefile.depend soc2015/clord/head/lib/libcam/camlib.c soc2015/clord/head/lib/libcapsicum/Makefile.depend soc2015/clord/head/lib/libclang_rt/Makefile soc2015/clord/head/lib/libclang_rt/Makefile.inc soc2015/clord/head/lib/libclang_rt/asan/Makefile soc2015/clord/head/lib/libclang_rt/asan_cxx/Makefile soc2015/clord/head/lib/libclang_rt/profile/Makefile soc2015/clord/head/lib/libcom_err/Makefile.depend soc2015/clord/head/lib/libcompiler_rt/Makefile soc2015/clord/head/lib/libcrypt/Makefile soc2015/clord/head/lib/libcrypt/Makefile.depend soc2015/clord/head/lib/libcrypt/tests/Makefile soc2015/clord/head/lib/libcrypt/tests/Makefile.depend soc2015/clord/head/lib/libcuse/Makefile.depend soc2015/clord/head/lib/libcuse/cuse_lib.c soc2015/clord/head/lib/libcxxrt/Makefile.depend soc2015/clord/head/lib/libcxxrt/Makefile.depend.host soc2015/clord/head/lib/libcxxrt/Version.map soc2015/clord/head/lib/libdevinfo/Makefile.depend soc2015/clord/head/lib/libdevstat/Makefile.depend soc2015/clord/head/lib/libdpv/Makefile.depend soc2015/clord/head/lib/libdpv/dialogrc.c soc2015/clord/head/lib/libdpv/dialogrc.h soc2015/clord/head/lib/libdpv/dpv.3 soc2015/clord/head/lib/libdpv/dpv.c soc2015/clord/head/lib/libdpv/dpv.h soc2015/clord/head/lib/libdpv/util.h soc2015/clord/head/lib/libdwarf/Makefile soc2015/clord/head/lib/libdwarf/Makefile.depend soc2015/clord/head/lib/libedit/Makefile.depend soc2015/clord/head/lib/libedit/vi.c soc2015/clord/head/lib/libelf/Makefile soc2015/clord/head/lib/libelf/Makefile.depend soc2015/clord/head/lib/libevent/Makefile.depend soc2015/clord/head/lib/libexecinfo/Makefile.depend soc2015/clord/head/lib/libexpat/Makefile.depend soc2015/clord/head/lib/libfetch/Makefile.depend soc2015/clord/head/lib/libfetch/common.c soc2015/clord/head/lib/libfetch/fetch.3 soc2015/clord/head/lib/libfetch/file.c soc2015/clord/head/lib/libfetch/http.c soc2015/clord/head/lib/libfigpar/Makefile.depend soc2015/clord/head/lib/libfigpar/figpar.3 soc2015/clord/head/lib/libfigpar/figpar.c soc2015/clord/head/lib/libfigpar/figpar.h soc2015/clord/head/lib/libgeom/Makefile.depend soc2015/clord/head/lib/libgeom/geom_xml2tree.c soc2015/clord/head/lib/libgpio/Makefile.depend soc2015/clord/head/lib/libgssapi/Makefile.depend soc2015/clord/head/lib/libgssapi/gss_release_oid_set.c soc2015/clord/head/lib/libiconv_modules/BIG5/Makefile.depend soc2015/clord/head/lib/libiconv_modules/DECHanyu/Makefile.depend soc2015/clord/head/lib/libiconv_modules/EUC/Makefile.depend soc2015/clord/head/lib/libiconv_modules/EUCTW/Makefile.depend soc2015/clord/head/lib/libiconv_modules/GBK2K/Makefile.depend soc2015/clord/head/lib/libiconv_modules/HZ/Makefile.depend soc2015/clord/head/lib/libiconv_modules/ISO2022/Makefile.depend soc2015/clord/head/lib/libiconv_modules/JOHAB/Makefile.depend soc2015/clord/head/lib/libiconv_modules/MSKanji/Makefile.depend soc2015/clord/head/lib/libiconv_modules/Makefile soc2015/clord/head/lib/libiconv_modules/UES/Makefile.depend soc2015/clord/head/lib/libiconv_modules/UTF1632/Makefile.depend soc2015/clord/head/lib/libiconv_modules/UTF7/Makefile.depend soc2015/clord/head/lib/libiconv_modules/UTF8/Makefile.depend soc2015/clord/head/lib/libiconv_modules/VIQR/Makefile.depend soc2015/clord/head/lib/libiconv_modules/ZW/Makefile.depend soc2015/clord/head/lib/libiconv_modules/iconv_none/Makefile.depend soc2015/clord/head/lib/libiconv_modules/iconv_std/Makefile.depend soc2015/clord/head/lib/libiconv_modules/mapper_646/Makefile.depend soc2015/clord/head/lib/libiconv_modules/mapper_none/Makefile.depend soc2015/clord/head/lib/libiconv_modules/mapper_parallel/Makefile.depend soc2015/clord/head/lib/libiconv_modules/mapper_serial/Makefile.depend soc2015/clord/head/lib/libiconv_modules/mapper_std/Makefile.depend soc2015/clord/head/lib/libiconv_modules/mapper_zone/Makefile.depend soc2015/clord/head/lib/libipsec/Makefile.depend soc2015/clord/head/lib/libjail/Makefile.depend soc2015/clord/head/lib/libkiconv/Makefile.depend soc2015/clord/head/lib/libkvm/Makefile soc2015/clord/head/lib/libkvm/Makefile.depend soc2015/clord/head/lib/libkvm/kvm.3 soc2015/clord/head/lib/libkvm/kvm.c soc2015/clord/head/lib/libkvm/kvm.h soc2015/clord/head/lib/libkvm/kvm_amd64.c soc2015/clord/head/lib/libkvm/kvm_arm.c soc2015/clord/head/lib/libkvm/kvm_cptime.c soc2015/clord/head/lib/libkvm/kvm_file.c soc2015/clord/head/lib/libkvm/kvm_getloadavg.c soc2015/clord/head/lib/libkvm/kvm_getswapinfo.c soc2015/clord/head/lib/libkvm/kvm_i386.c soc2015/clord/head/lib/libkvm/kvm_minidump_aarch64.c soc2015/clord/head/lib/libkvm/kvm_minidump_amd64.c soc2015/clord/head/lib/libkvm/kvm_minidump_arm.c soc2015/clord/head/lib/libkvm/kvm_minidump_i386.c soc2015/clord/head/lib/libkvm/kvm_minidump_mips.c soc2015/clord/head/lib/libkvm/kvm_nlist.3 soc2015/clord/head/lib/libkvm/kvm_open.3 soc2015/clord/head/lib/libkvm/kvm_pcpu.c soc2015/clord/head/lib/libkvm/kvm_powerpc.c soc2015/clord/head/lib/libkvm/kvm_powerpc64.c soc2015/clord/head/lib/libkvm/kvm_private.h soc2015/clord/head/lib/libkvm/kvm_proc.c soc2015/clord/head/lib/libkvm/kvm_read.3 soc2015/clord/head/lib/libkvm/kvm_sparc64.c soc2015/clord/head/lib/libkvm/kvm_vnet.c soc2015/clord/head/lib/libldns/Makefile.depend soc2015/clord/head/lib/liblzma/Makefile soc2015/clord/head/lib/liblzma/Makefile.depend soc2015/clord/head/lib/liblzma/config.h soc2015/clord/head/lib/libmagic/Makefile.depend soc2015/clord/head/lib/libmagic/config.h soc2015/clord/head/lib/libmd/Makefile soc2015/clord/head/lib/libmd/Makefile.depend soc2015/clord/head/lib/libmd/mdXhl.c soc2015/clord/head/lib/libmd/sha512.3 soc2015/clord/head/lib/libmd/shadriver.c soc2015/clord/head/lib/libmemstat/Makefile.depend soc2015/clord/head/lib/libmilter/Makefile soc2015/clord/head/lib/libmilter/Makefile.depend soc2015/clord/head/lib/libmp/Makefile.depend soc2015/clord/head/lib/libmp/tests/Makefile soc2015/clord/head/lib/libmt/Makefile.depend soc2015/clord/head/lib/libnetbsd/README soc2015/clord/head/lib/libnetgraph/Makefile.depend soc2015/clord/head/lib/libngatm/Makefile.depend soc2015/clord/head/lib/libnv/Makefile.depend soc2015/clord/head/lib/libnv/tests/Makefile soc2015/clord/head/lib/libnv/tests/dnv_tests.cc soc2015/clord/head/lib/libnv/tests/nv_array_tests.cc soc2015/clord/head/lib/libopie/Makefile.depend soc2015/clord/head/lib/libpam/Makefile.inc soc2015/clord/head/lib/libpam/libpam/Makefile soc2015/clord/head/lib/libpam/libpam/Makefile.depend soc2015/clord/head/lib/libpam/libpam/tests/Makefile soc2015/clord/head/lib/libpam/modules/pam_krb5/Makefile.depend soc2015/clord/head/lib/libpam/modules/pam_ksu/Makefile.depend soc2015/clord/head/lib/libpam/modules/pam_ssh/Makefile soc2015/clord/head/lib/libpcap/Makefile soc2015/clord/head/lib/libpcap/Makefile.depend soc2015/clord/head/lib/libpmc/Makefile.depend soc2015/clord/head/lib/libpmc/libpmc.c soc2015/clord/head/lib/libpmc/pmc.h soc2015/clord/head/lib/libproc/Makefile soc2015/clord/head/lib/libproc/Makefile.depend soc2015/clord/head/lib/libproc/proc_bkpt.c soc2015/clord/head/lib/libproc/tests/Makefile soc2015/clord/head/lib/libproc/tests/proc_test.c soc2015/clord/head/lib/libprocstat/Makefile.depend soc2015/clord/head/lib/libprocstat/libprocstat.c soc2015/clord/head/lib/libradius/Makefile.depend soc2015/clord/head/lib/librpcsec_gss/Makefile.depend soc2015/clord/head/lib/librpcsvc/Makefile.depend soc2015/clord/head/lib/librt/Makefile soc2015/clord/head/lib/librt/Makefile.depend soc2015/clord/head/lib/librt/tests/Makefile soc2015/clord/head/lib/librtld_db/Makefile soc2015/clord/head/lib/librtld_db/Makefile.depend soc2015/clord/head/lib/libsbuf/Makefile.depend soc2015/clord/head/lib/libsdp/Makefile.depend soc2015/clord/head/lib/libsm/Makefile soc2015/clord/head/lib/libsm/Makefile.depend soc2015/clord/head/lib/libsmb/Makefile.depend soc2015/clord/head/lib/libsmdb/Makefile soc2015/clord/head/lib/libsmdb/Makefile.depend soc2015/clord/head/lib/libsmutil/Makefile soc2015/clord/head/lib/libsmutil/Makefile.depend soc2015/clord/head/lib/libsqlite3/Makefile.depend soc2015/clord/head/lib/libstand/Makefile soc2015/clord/head/lib/libstand/Makefile.depend soc2015/clord/head/lib/libstand/bootp.c soc2015/clord/head/lib/libstand/open.c soc2015/clord/head/lib/libstand/tftp.c soc2015/clord/head/lib/libstdbuf/Makefile.depend soc2015/clord/head/lib/libstdthreads/Makefile.depend soc2015/clord/head/lib/libthr/Makefile.depend soc2015/clord/head/lib/libthr/tests/Makefile soc2015/clord/head/lib/libthr/tests/dlopen/Makefile soc2015/clord/head/lib/libthr/tests/dlopen/dso/Makefile soc2015/clord/head/lib/libthr/thread/thr_fork.c soc2015/clord/head/lib/libthr/thread/thr_init.c soc2015/clord/head/lib/libthr/thread/thr_once.c soc2015/clord/head/lib/libthr/thread/thr_private.h soc2015/clord/head/lib/libthr/thread/thr_umtx.c soc2015/clord/head/lib/libthread_db/Makefile.depend soc2015/clord/head/lib/libucl/Makefile soc2015/clord/head/lib/libucl/Makefile.depend soc2015/clord/head/lib/libufs/Makefile.depend soc2015/clord/head/lib/libugidfw/Makefile.depend soc2015/clord/head/lib/libugidfw/ugidfw.c soc2015/clord/head/lib/libulog/Makefile.depend soc2015/clord/head/lib/libunbound/Makefile soc2015/clord/head/lib/libunbound/Makefile.depend soc2015/clord/head/lib/libusb/Makefile soc2015/clord/head/lib/libusb/Makefile.depend soc2015/clord/head/lib/libusbhid/Makefile.depend soc2015/clord/head/lib/libutil/ (props changed) soc2015/clord/head/lib/libutil/Makefile.depend soc2015/clord/head/lib/libutil/kinfo_getfile.c soc2015/clord/head/lib/libutil/kinfo_getvmmap.c soc2015/clord/head/lib/libutil/pty.3 soc2015/clord/head/lib/libutil/tests/Makefile soc2015/clord/head/lib/libvgl/Makefile.depend soc2015/clord/head/lib/libvmmapi/ (props changed) soc2015/clord/head/lib/libvmmapi/Makefile.depend soc2015/clord/head/lib/libwrap/Makefile soc2015/clord/head/lib/libwrap/Makefile.depend soc2015/clord/head/lib/libxo/Makefile soc2015/clord/head/lib/libxo/Makefile.depend soc2015/clord/head/lib/libypclnt/Makefile.depend soc2015/clord/head/lib/libz/ (props changed) soc2015/clord/head/lib/libz/Makefile soc2015/clord/head/lib/libz/Makefile.depend soc2015/clord/head/lib/libz/inflate.c soc2015/clord/head/lib/msun/Makefile soc2015/clord/head/lib/msun/Makefile.depend soc2015/clord/head/lib/msun/man/exp.3 soc2015/clord/head/lib/msun/tests/Makefile soc2015/clord/head/lib/ncurses/form/Makefile.depend soc2015/clord/head/lib/ncurses/formw/Makefile.depend soc2015/clord/head/lib/ncurses/menu/Makefile.depend soc2015/clord/head/lib/ncurses/menuw/Makefile.depend soc2015/clord/head/lib/ncurses/ncurses/Makefile soc2015/clord/head/lib/ncurses/ncurses/Makefile.depend soc2015/clord/head/lib/ncurses/ncursesw/Makefile.depend soc2015/clord/head/lib/ncurses/panel/Makefile.depend soc2015/clord/head/lib/ncurses/panelw/Makefile.depend soc2015/clord/head/lib/tests/Makefile soc2015/clord/head/libexec/Makefile soc2015/clord/head/libexec/atf/atf-check/tests/Makefile soc2015/clord/head/libexec/atf/atf-sh/tests/Makefile soc2015/clord/head/libexec/atf/tests/Makefile soc2015/clord/head/libexec/bootpd/Makefile.depend soc2015/clord/head/libexec/ftpd/Makefile soc2015/clord/head/libexec/hyperv/Makefile soc2015/clord/head/libexec/mail.local/Makefile soc2015/clord/head/libexec/mail.local/Makefile.depend soc2015/clord/head/libexec/rpc.rstatd/Makefile.depend soc2015/clord/head/libexec/rtld-elf/Makefile soc2015/clord/head/libexec/rtld-elf/aarch64/reloc.c soc2015/clord/head/libexec/rtld-elf/aarch64/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/aarch64/rtld_start.S soc2015/clord/head/libexec/rtld-elf/amd64/reloc.c soc2015/clord/head/libexec/rtld-elf/amd64/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/arm/reloc.c soc2015/clord/head/libexec/rtld-elf/arm/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/arm/rtld_start.S soc2015/clord/head/libexec/rtld-elf/i386/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/libmap.c soc2015/clord/head/libexec/rtld-elf/malloc.c soc2015/clord/head/libexec/rtld-elf/map_object.c soc2015/clord/head/libexec/rtld-elf/mips/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/powerpc/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/powerpc64/reloc.c soc2015/clord/head/libexec/rtld-elf/powerpc64/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/powerpc64/rtld_start.S soc2015/clord/head/libexec/rtld-elf/rtld.c soc2015/clord/head/libexec/rtld-elf/rtld.h soc2015/clord/head/libexec/rtld-elf/sparc64/rtld_machdep.h soc2015/clord/head/libexec/rtld-elf/tests/Makefile soc2015/clord/head/libexec/rtld-elf/tests/libpythagoras/Makefile soc2015/clord/head/libexec/smrsh/Makefile soc2015/clord/head/libexec/smrsh/Makefile.depend soc2015/clord/head/libexec/talkd/table.c soc2015/clord/head/libexec/tcpd/Makefile soc2015/clord/head/libexec/tests/Makefile soc2015/clord/head/release/Makefile soc2015/clord/head/release/Makefile.ec2 soc2015/clord/head/release/Makefile.mirrors soc2015/clord/head/release/Makefile.vagrant soc2015/clord/head/release/Makefile.vm soc2015/clord/head/release/amd64/make-memstick.sh soc2015/clord/head/release/amd64/mkisoimages.sh soc2015/clord/head/release/arm/BEAGLEBONE.conf soc2015/clord/head/release/arm/CUBOX-HUMMINGBOARD.conf soc2015/clord/head/release/arm/GUMSTIX.conf soc2015/clord/head/release/arm/PANDABOARD.conf soc2015/clord/head/release/arm/RPI-B.conf soc2015/clord/head/release/arm/RPI2.conf soc2015/clord/head/release/arm/WANDBOARD.conf soc2015/clord/head/release/arm64/make-memstick.sh soc2015/clord/head/release/doc/en_US.ISO8859-1/hardware/article.xml soc2015/clord/head/release/doc/en_US.ISO8859-1/relnotes/article.xml soc2015/clord/head/release/doc/share/misc/dev.archlist.txt soc2015/clord/head/release/doc/share/xml/sponsor.ent soc2015/clord/head/release/i386/make-memstick.sh soc2015/clord/head/release/i386/mkisoimages.sh soc2015/clord/head/release/pc98/mkisoimages.sh soc2015/clord/head/release/powerpc/make-memstick.sh soc2015/clord/head/release/powerpc/mkisoimages.sh soc2015/clord/head/release/release.sh soc2015/clord/head/release/scripts/list-new-changesets.py soc2015/clord/head/release/scripts/make-manifest.sh soc2015/clord/head/release/scripts/mm-mtree.sh soc2015/clord/head/release/sparc64/mkisoimages.sh soc2015/clord/head/release/tools/arm.subr soc2015/clord/head/release/tools/vmimage.subr soc2015/clord/head/rescue/librescue/Makefile.depend soc2015/clord/head/rescue/rescue/Makefile soc2015/clord/head/sbin/ (props changed) soc2015/clord/head/sbin/Makefile soc2015/clord/head/sbin/atm/atmconfig/Makefile soc2015/clord/head/sbin/bsdlabel/bsdlabel.8 soc2015/clord/head/sbin/camcontrol/modeedit.c soc2015/clord/head/sbin/casperd/casperd.8 soc2015/clord/head/sbin/casperd/casperd.c soc2015/clord/head/sbin/ddb/Makefile.depend soc2015/clord/head/sbin/devd/devd.cc soc2015/clord/head/sbin/devd/tests/Makefile soc2015/clord/head/sbin/dhclient/tests/Makefile soc2015/clord/head/sbin/dmesg/Makefile.depend soc2015/clord/head/sbin/dumpfs/dumpfs.8 soc2015/clord/head/sbin/dumpon/ (props changed) soc2015/clord/head/sbin/dumpon/dumpon.c soc2015/clord/head/sbin/fdisk/fdisk.8 soc2015/clord/head/sbin/fdisk_pc98/Makefile.depend soc2015/clord/head/sbin/ffsinfo/ffsinfo.8 soc2015/clord/head/sbin/fsck_ffs/fsck.h soc2015/clord/head/sbin/fsck_ffs/globs.c soc2015/clord/head/sbin/gbde/Makefile soc2015/clord/head/sbin/gbde/gbde.c soc2015/clord/head/sbin/geom/class/eli/Makefile soc2015/clord/head/sbin/geom/class/multipath/geom_multipath.c soc2015/clord/head/sbin/geom/class/nop/geom_nop.c soc2015/clord/head/sbin/geom/class/nop/gnop.8 soc2015/clord/head/sbin/geom/class/part/gpart.8 soc2015/clord/head/sbin/geom/class/raid/graid.8 soc2015/clord/head/sbin/growfs/tests/Makefile soc2015/clord/head/sbin/ifconfig/Makefile soc2015/clord/head/sbin/ifconfig/Makefile.depend soc2015/clord/head/sbin/ifconfig/af_inet6.c soc2015/clord/head/sbin/ifconfig/carp.c soc2015/clord/head/sbin/ifconfig/ifbridge.c soc2015/clord/head/sbin/ifconfig/ifclone.c soc2015/clord/head/sbin/ifconfig/ifconfig.8 soc2015/clord/head/sbin/ifconfig/ifconfig.c soc2015/clord/head/sbin/ifconfig/iffib.c soc2015/clord/head/sbin/ifconfig/ifgif.c soc2015/clord/head/sbin/ifconfig/ifgre.c soc2015/clord/head/sbin/ifconfig/ifgroup.c soc2015/clord/head/sbin/ifconfig/ifieee80211.c soc2015/clord/head/sbin/ifconfig/iflagg.c soc2015/clord/head/sbin/ifconfig/ifmac.c soc2015/clord/head/sbin/ifconfig/ifmedia.c soc2015/clord/head/sbin/ifconfig/ifpfsync.c soc2015/clord/head/sbin/ifconfig/ifvlan.c soc2015/clord/head/sbin/ifconfig/ifvxlan.c soc2015/clord/head/sbin/ifconfig/sfp.c soc2015/clord/head/sbin/ifconfig/tests/Makefile soc2015/clord/head/sbin/init/Makefile soc2015/clord/head/sbin/init/init.c soc2015/clord/head/sbin/init/pathnames.h soc2015/clord/head/sbin/ipf/Makefile soc2015/clord/head/sbin/ipf/Makefile.inc soc2015/clord/head/sbin/ipf/ipf/Makefile soc2015/clord/head/sbin/ipf/ipf/Makefile.depend soc2015/clord/head/sbin/ipf/ipfs/Makefile.depend soc2015/clord/head/sbin/ipf/ipfstat/Makefile.depend soc2015/clord/head/sbin/ipf/ipftest/Makefile soc2015/clord/head/sbin/ipf/ipftest/Makefile.depend soc2015/clord/head/sbin/ipf/ipmon/Makefile soc2015/clord/head/sbin/ipf/ipmon/Makefile.depend soc2015/clord/head/sbin/ipf/ipnat/Makefile soc2015/clord/head/sbin/ipf/ipnat/Makefile.depend soc2015/clord/head/sbin/ipf/ippool/Makefile soc2015/clord/head/sbin/ipf/ippool/Makefile.depend soc2015/clord/head/sbin/ipf/ipresend/Makefile.depend soc2015/clord/head/sbin/ipf/libipf/Makefile soc2015/clord/head/sbin/ipfw/ (props changed) soc2015/clord/head/sbin/ipfw/ipfw2.c soc2015/clord/head/sbin/ipfw/ipfw2.h soc2015/clord/head/sbin/ipfw/nat.c soc2015/clord/head/sbin/ipfw/tables.c soc2015/clord/head/sbin/md5/Makefile soc2015/clord/head/sbin/md5/md5.1 soc2015/clord/head/sbin/md5/md5.c soc2015/clord/head/sbin/mdconfig/mdconfig.8 soc2015/clord/head/sbin/mdconfig/mdconfig.c soc2015/clord/head/sbin/mdconfig/tests/Makefile soc2015/clord/head/sbin/mount/mount.8 soc2015/clord/head/sbin/mount/mount.c soc2015/clord/head/sbin/mount/mount.conf.8 soc2015/clord/head/sbin/mount_unionfs/mount_unionfs.8 soc2015/clord/head/sbin/natd/natd.c soc2015/clord/head/sbin/newfs/newfs.8 soc2015/clord/head/sbin/newfs/newfs.c soc2015/clord/head/sbin/newfs_msdos/Makefile soc2015/clord/head/sbin/newfs_msdos/newfs_msdos.8 soc2015/clord/head/sbin/newfs_msdos/newfs_msdos.c soc2015/clord/head/sbin/newfs_nandfs/newfs_nandfs.8 soc2015/clord/head/sbin/newfs_nandfs/newfs_nandfs.c soc2015/clord/head/sbin/pfctl/parse.y soc2015/clord/head/sbin/pfctl/pfctl.c soc2015/clord/head/sbin/pfctl/pfctl_altq.c soc2015/clord/head/sbin/pfctl/pfctl_parser.c soc2015/clord/head/sbin/pfctl/pfctl_parser.h soc2015/clord/head/sbin/pfctl/pfctl_qstats.c soc2015/clord/head/sbin/rcorder/rcorder.c soc2015/clord/head/sbin/reboot/boot_i386.8 soc2015/clord/head/sbin/reboot/reboot.8 soc2015/clord/head/sbin/reboot/reboot.c soc2015/clord/head/sbin/restore/tape.c soc2015/clord/head/sbin/route/route.c soc2015/clord/head/sbin/routed/Makefile.depend soc2015/clord/head/sbin/rtsol/Makefile soc2015/clord/head/sbin/savecore/Makefile.depend soc2015/clord/head/sbin/savecore/savecore.8 soc2015/clord/head/sbin/savecore/savecore.c soc2015/clord/head/sbin/sconfig/Makefile.depend soc2015/clord/head/sbin/sunlabel/Makefile.depend soc2015/clord/head/sbin/swapon/swapon.c soc2015/clord/head/sbin/sysctl/sysctl.8 soc2015/clord/head/sbin/sysctl/sysctl.c soc2015/clord/head/sbin/tests/Makefile soc2015/clord/head/sbin/umount/umount.c soc2015/clord/head/secure/Makefile soc2015/clord/head/secure/lib/libcrypto/Makefile soc2015/clord/head/secure/lib/libcrypto/Makefile.asm soc2015/clord/head/secure/lib/libcrypto/Makefile.depend soc2015/clord/head/secure/lib/libcrypto/Makefile.inc soc2015/clord/head/secure/lib/libcrypto/Makefile.man soc2015/clord/head/secure/lib/libcrypto/amd64/aes-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/aesni-sha1-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/aesni-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/bsaes-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/cmll-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/ghash-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/md5-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/rc4-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/sha1-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/sha256-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/sha512-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/vpaes-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/wp-x86_64.S soc2015/clord/head/secure/lib/libcrypto/amd64/x86_64-gf2m.S soc2015/clord/head/secure/lib/libcrypto/amd64/x86_64-mont.S soc2015/clord/head/secure/lib/libcrypto/amd64/x86_64-mont5.S soc2015/clord/head/secure/lib/libcrypto/amd64/x86_64cpuid.S soc2015/clord/head/secure/lib/libcrypto/engines/Makefile soc2015/clord/head/secure/lib/libcrypto/engines/libgost/Makefile soc2015/clord/head/secure/lib/libcrypto/i386/aes-586.s soc2015/clord/head/secure/lib/libcrypto/i386/aesni-x86.s soc2015/clord/head/secure/lib/libcrypto/i386/bn-586.s soc2015/clord/head/secure/lib/libcrypto/i386/des-586.s soc2015/clord/head/secure/lib/libcrypto/i386/ghash-x86.s soc2015/clord/head/secure/lib/libcrypto/i386/rc4-586.s soc2015/clord/head/secure/lib/libcrypto/i386/sha1-586.s soc2015/clord/head/secure/lib/libcrypto/i386/sha256-586.s soc2015/clord/head/secure/lib/libcrypto/i386/sha512-586.s soc2015/clord/head/secure/lib/libcrypto/i386/vpaes-x86.s soc2015/clord/head/secure/lib/libcrypto/i386/wp-mmx.s soc2015/clord/head/secure/lib/libcrypto/i386/x86-gf2m.s soc2015/clord/head/secure/lib/libcrypto/i386/x86-mont.s soc2015/clord/head/secure/lib/libcrypto/i386/x86cpuid.s soc2015/clord/head/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 soc2015/clord/head/secure/lib/libcrypto/man/ASN1_STRING_length.3 soc2015/clord/head/secure/lib/libcrypto/man/ASN1_STRING_new.3 soc2015/clord/head/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 soc2015/clord/head/secure/lib/libcrypto/man/ASN1_generate_nconf.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_ctrl.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_f_base64.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_f_buffer.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_f_cipher.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_f_md.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_f_null.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_f_ssl.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_find_type.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_new.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_new_CMS.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_push.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_read.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_accept.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_bio.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_connect.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_fd.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_file.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_mem.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_null.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_s_socket.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_set_callback.3 soc2015/clord/head/secure/lib/libcrypto/man/BIO_should_retry.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_BLINDING_new.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_CTX_new.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_CTX_start.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_add.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_add_word.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_bn2bin.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_cmp.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_copy.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_generate_prime.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_mod_inverse.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_new.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_num_bytes.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_rand.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_set_bit.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_swap.3 soc2015/clord/head/secure/lib/libcrypto/man/BN_zero.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_add0_cert.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_add1_signer.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_compress.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_decrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_encrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_final.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_get0_type.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_sign.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_sign_receipt.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_uncompress.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_verify.3 soc2015/clord/head/secure/lib/libcrypto/man/CMS_verify_receipt.3 soc2015/clord/head/secure/lib/libcrypto/man/CONF_modules_free.3 soc2015/clord/head/secure/lib/libcrypto/man/CONF_modules_load_file.3 soc2015/clord/head/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 soc2015/clord/head/secure/lib/libcrypto/man/DH_generate_key.3 soc2015/clord/head/secure/lib/libcrypto/man/DH_generate_parameters.3 soc2015/clord/head/secure/lib/libcrypto/man/DH_get_ex_new_index.3 soc2015/clord/head/secure/lib/libcrypto/man/DH_new.3 soc2015/clord/head/secure/lib/libcrypto/man/DH_set_method.3 soc2015/clord/head/secure/lib/libcrypto/man/DH_size.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_SIG_new.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_do_sign.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_dup_DH.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_generate_key.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_generate_parameters.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_new.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_set_method.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_sign.3 soc2015/clord/head/secure/lib/libcrypto/man/DSA_size.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_GET_LIB.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_clear_error.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_error_string.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_get_error.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_load_crypto_strings.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_load_strings.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_print_errors.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_put_error.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_remove_state.3 soc2015/clord/head/secure/lib/libcrypto/man/ERR_set_mark.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_BytesToKey.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_DigestInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_DigestSignInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_EncryptInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_OpenInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_cmp.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_derive.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_keygen.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_new.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_print_private.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_sign.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_verify.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_SealInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_SignInit.3 soc2015/clord/head/secure/lib/libcrypto/man/EVP_VerifyInit.3 soc2015/clord/head/secure/lib/libcrypto/man/OBJ_nid2obj.3 soc2015/clord/head/secure/lib/libcrypto/man/OPENSSL_Applink.3 soc2015/clord/head/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 soc2015/clord/head/secure/lib/libcrypto/man/OPENSSL_config.3 soc2015/clord/head/secure/lib/libcrypto/man/OPENSSL_ia32cap.3 soc2015/clord/head/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 soc2015/clord/head/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 soc2015/clord/head/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 soc2015/clord/head/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS12_create.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS12_parse.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS7_decrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS7_encrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS7_sign.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3 soc2015/clord/head/secure/lib/libcrypto/man/PKCS7_verify.3 soc2015/clord/head/secure/lib/libcrypto/man/RAND_add.3 soc2015/clord/head/secure/lib/libcrypto/man/RAND_bytes.3 soc2015/clord/head/secure/lib/libcrypto/man/RAND_cleanup.3 soc2015/clord/head/secure/lib/libcrypto/man/RAND_egd.3 soc2015/clord/head/secure/lib/libcrypto/man/RAND_load_file.3 soc2015/clord/head/secure/lib/libcrypto/man/RAND_set_rand_method.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_blinding_on.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_check_key.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_generate_key.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_get_ex_new_index.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_new.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_print.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_private_encrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_public_encrypt.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_set_method.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_sign.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 soc2015/clord/head/secure/lib/libcrypto/man/RSA_size.3 soc2015/clord/head/secure/lib/libcrypto/man/SMIME_read_CMS.3 soc2015/clord/head/secure/lib/libcrypto/man/SMIME_read_PKCS7.3 soc2015/clord/head/secure/lib/libcrypto/man/SMIME_write_CMS.3 soc2015/clord/head/secure/lib/libcrypto/man/SMIME_write_PKCS7.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_NAME_print_ex.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_STORE_CTX_new.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_new.3 soc2015/clord/head/secure/lib/libcrypto/man/X509_verify_cert.3 soc2015/clord/head/secure/lib/libcrypto/man/bio.3 soc2015/clord/head/secure/lib/libcrypto/man/blowfish.3 soc2015/clord/head/secure/lib/libcrypto/man/bn.3 soc2015/clord/head/secure/lib/libcrypto/man/bn_internal.3 soc2015/clord/head/secure/lib/libcrypto/man/buffer.3 soc2015/clord/head/secure/lib/libcrypto/man/crypto.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_DHparams.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_DSAPublicKey.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_ECPrivateKey.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_X509.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_X509_ALGOR.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_X509_CRL.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_X509_NAME.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_X509_REQ.3 soc2015/clord/head/secure/lib/libcrypto/man/d2i_X509_SIG.3 soc2015/clord/head/secure/lib/libcrypto/man/des.3 soc2015/clord/head/secure/lib/libcrypto/man/dh.3 soc2015/clord/head/secure/lib/libcrypto/man/dsa.3 soc2015/clord/head/secure/lib/libcrypto/man/ecdsa.3 soc2015/clord/head/secure/lib/libcrypto/man/engine.3 soc2015/clord/head/secure/lib/libcrypto/man/err.3 soc2015/clord/head/secure/lib/libcrypto/man/evp.3 soc2015/clord/head/secure/lib/libcrypto/man/hmac.3 soc2015/clord/head/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3 soc2015/clord/head/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 soc2015/clord/head/secure/lib/libcrypto/man/lh_stats.3 soc2015/clord/head/secure/lib/libcrypto/man/lhash.3 soc2015/clord/head/secure/lib/libcrypto/man/md5.3 soc2015/clord/head/secure/lib/libcrypto/man/mdc2.3 soc2015/clord/head/secure/lib/libcrypto/man/pem.3 soc2015/clord/head/secure/lib/libcrypto/man/rand.3 soc2015/clord/head/secure/lib/libcrypto/man/rc4.3 soc2015/clord/head/secure/lib/libcrypto/man/ripemd.3 soc2015/clord/head/secure/lib/libcrypto/man/rsa.3 soc2015/clord/head/secure/lib/libcrypto/man/sha.3 soc2015/clord/head/secure/lib/libcrypto/man/threads.3 soc2015/clord/head/secure/lib/libcrypto/man/ui.3 soc2015/clord/head/secure/lib/libcrypto/man/ui_compat.3 soc2015/clord/head/secure/lib/libcrypto/man/x509.3 soc2015/clord/head/secure/lib/libcrypto/opensslconf-aarch64.h soc2015/clord/head/secure/lib/libcrypto/opensslconf-arm.h soc2015/clord/head/secure/lib/libcrypto/opensslconf-mips.h soc2015/clord/head/secure/lib/libcrypto/opensslconf-powerpc.h soc2015/clord/head/secure/lib/libcrypto/opensslconf-sparc64.h soc2015/clord/head/secure/lib/libcrypto/opensslconf-x86.h soc2015/clord/head/secure/lib/libssh/Makefile soc2015/clord/head/secure/lib/libssh/Makefile.depend soc2015/clord/head/secure/lib/libssl/Makefile soc2015/clord/head/secure/lib/libssl/Makefile.depend soc2015/clord/head/secure/lib/libssl/Makefile.man soc2015/clord/head/secure/lib/libssl/man/SSL_CIPHER_get_name.3 soc2015/clord/head/secure/lib/libssl/man/SSL_COMP_add_compression_method.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_add_session.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_ctrl.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_flush_sessions.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_free.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_new.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_sess_number.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_sessions.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_cert_store.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_info_callback.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_mode.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_options.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_timeout.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_set_verify.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_use_certificate.3 soc2015/clord/head/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3 soc2015/clord/head/secure/lib/libssl/man/SSL_SESSION_free.3 soc2015/clord/head/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3 soc2015/clord/head/secure/lib/libssl/man/SSL_SESSION_get_time.3 soc2015/clord/head/secure/lib/libssl/man/SSL_accept.3 soc2015/clord/head/secure/lib/libssl/man/SSL_alert_type_string.3 soc2015/clord/head/secure/lib/libssl/man/SSL_clear.3 soc2015/clord/head/secure/lib/libssl/man/SSL_connect.3 soc2015/clord/head/secure/lib/libssl/man/SSL_do_handshake.3 soc2015/clord/head/secure/lib/libssl/man/SSL_free.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_SSL_CTX.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_ciphers.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_client_CA_list.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_current_cipher.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_default_timeout.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_error.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_ex_new_index.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_fd.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_peer_cert_chain.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_peer_certificate.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_psk_identity.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_rbio.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_session.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_verify_result.3 soc2015/clord/head/secure/lib/libssl/man/SSL_get_version.3 soc2015/clord/head/secure/lib/libssl/man/SSL_library_init.3 soc2015/clord/head/secure/lib/libssl/man/SSL_load_client_CA_file.3 soc2015/clord/head/secure/lib/libssl/man/SSL_new.3 soc2015/clord/head/secure/lib/libssl/man/SSL_pending.3 soc2015/clord/head/secure/lib/libssl/man/SSL_read.3 soc2015/clord/head/secure/lib/libssl/man/SSL_rstate_string.3 soc2015/clord/head/secure/lib/libssl/man/SSL_session_reused.3 soc2015/clord/head/secure/lib/libssl/man/SSL_set_bio.3 soc2015/clord/head/secure/lib/libssl/man/SSL_set_connect_state.3 soc2015/clord/head/secure/lib/libssl/man/SSL_set_fd.3 soc2015/clord/head/secure/lib/libssl/man/SSL_set_session.3 soc2015/clord/head/secure/lib/libssl/man/SSL_set_shutdown.3 soc2015/clord/head/secure/lib/libssl/man/SSL_set_verify_result.3 soc2015/clord/head/secure/lib/libssl/man/SSL_shutdown.3 soc2015/clord/head/secure/lib/libssl/man/SSL_state_string.3 soc2015/clord/head/secure/lib/libssl/man/SSL_want.3 soc2015/clord/head/secure/lib/libssl/man/SSL_write.3 soc2015/clord/head/secure/lib/libssl/man/d2i_SSL_SESSION.3 soc2015/clord/head/secure/lib/libssl/man/ssl.3 soc2015/clord/head/secure/lib/tests/Makefile soc2015/clord/head/secure/libexec/Makefile soc2015/clord/head/secure/libexec/sftp-server/Makefile soc2015/clord/head/secure/libexec/ssh-keysign/Makefile soc2015/clord/head/secure/libexec/ssh-pkcs11-helper/Makefile soc2015/clord/head/secure/libexec/tests/Makefile soc2015/clord/head/secure/tests/Makefile soc2015/clord/head/secure/usr.bin/Makefile soc2015/clord/head/secure/usr.bin/openssl/Makefile soc2015/clord/head/secure/usr.bin/openssl/man/CA.pl.1 soc2015/clord/head/secure/usr.bin/openssl/man/asn1parse.1 soc2015/clord/head/secure/usr.bin/openssl/man/c_rehash.1 soc2015/clord/head/secure/usr.bin/openssl/man/ca.1 soc2015/clord/head/secure/usr.bin/openssl/man/ciphers.1 soc2015/clord/head/secure/usr.bin/openssl/man/cms.1 soc2015/clord/head/secure/usr.bin/openssl/man/crl.1 soc2015/clord/head/secure/usr.bin/openssl/man/crl2pkcs7.1 soc2015/clord/head/secure/usr.bin/openssl/man/dgst.1 soc2015/clord/head/secure/usr.bin/openssl/man/dhparam.1 soc2015/clord/head/secure/usr.bin/openssl/man/dsa.1 soc2015/clord/head/secure/usr.bin/openssl/man/dsaparam.1 soc2015/clord/head/secure/usr.bin/openssl/man/ec.1 soc2015/clord/head/secure/usr.bin/openssl/man/ecparam.1 soc2015/clord/head/secure/usr.bin/openssl/man/enc.1 soc2015/clord/head/secure/usr.bin/openssl/man/errstr.1 soc2015/clord/head/secure/usr.bin/openssl/man/gendsa.1 soc2015/clord/head/secure/usr.bin/openssl/man/genpkey.1 soc2015/clord/head/secure/usr.bin/openssl/man/genrsa.1 soc2015/clord/head/secure/usr.bin/openssl/man/nseq.1 soc2015/clord/head/secure/usr.bin/openssl/man/ocsp.1 soc2015/clord/head/secure/usr.bin/openssl/man/openssl.1 soc2015/clord/head/secure/usr.bin/openssl/man/passwd.1 soc2015/clord/head/secure/usr.bin/openssl/man/pkcs12.1 soc2015/clord/head/secure/usr.bin/openssl/man/pkcs7.1 soc2015/clord/head/secure/usr.bin/openssl/man/pkcs8.1 soc2015/clord/head/secure/usr.bin/openssl/man/pkey.1 soc2015/clord/head/secure/usr.bin/openssl/man/pkeyparam.1 soc2015/clord/head/secure/usr.bin/openssl/man/pkeyutl.1 soc2015/clord/head/secure/usr.bin/openssl/man/rand.1 soc2015/clord/head/secure/usr.bin/openssl/man/req.1 soc2015/clord/head/secure/usr.bin/openssl/man/rsa.1 soc2015/clord/head/secure/usr.bin/openssl/man/rsautl.1 soc2015/clord/head/secure/usr.bin/openssl/man/s_client.1 soc2015/clord/head/secure/usr.bin/openssl/man/s_server.1 soc2015/clord/head/secure/usr.bin/openssl/man/s_time.1 soc2015/clord/head/secure/usr.bin/openssl/man/sess_id.1 soc2015/clord/head/secure/usr.bin/openssl/man/smime.1 soc2015/clord/head/secure/usr.bin/openssl/man/speed.1 soc2015/clord/head/secure/usr.bin/openssl/man/spkac.1 soc2015/clord/head/secure/usr.bin/openssl/man/ts.1 soc2015/clord/head/secure/usr.bin/openssl/man/tsget.1 soc2015/clord/head/secure/usr.bin/openssl/man/verify.1 soc2015/clord/head/secure/usr.bin/openssl/man/version.1 soc2015/clord/head/secure/usr.bin/openssl/man/x509.1 soc2015/clord/head/secure/usr.bin/openssl/man/x509v3_config.1 soc2015/clord/head/secure/usr.bin/scp/Makefile soc2015/clord/head/secure/usr.bin/sftp/Makefile soc2015/clord/head/secure/usr.bin/ssh-add/Makefile soc2015/clord/head/secure/usr.bin/ssh-agent/Makefile soc2015/clord/head/secure/usr.bin/ssh-keygen/Makefile soc2015/clord/head/secure/usr.bin/ssh-keyscan/Makefile soc2015/clord/head/secure/usr.bin/ssh/Makefile soc2015/clord/head/secure/usr.bin/tests/Makefile soc2015/clord/head/secure/usr.sbin/Makefile soc2015/clord/head/secure/usr.sbin/sshd/Makefile soc2015/clord/head/secure/usr.sbin/tests/Makefile soc2015/clord/head/share/ (props changed) soc2015/clord/head/share/Makefile soc2015/clord/head/share/colldef/Makefile soc2015/clord/head/share/colldef/Makefile.depend soc2015/clord/head/share/doc/Makefile soc2015/clord/head/share/doc/legal/Makefile soc2015/clord/head/share/doc/legal/intel_ipw/Makefile soc2015/clord/head/share/doc/legal/intel_iwi/Makefile soc2015/clord/head/share/doc/legal/intel_iwn/Makefile soc2015/clord/head/share/doc/legal/intel_wpi/Makefile soc2015/clord/head/share/doc/legal/realtek/Makefile soc2015/clord/head/share/doc/legal/realtek/Makefile.depend soc2015/clord/head/share/doc/llvm/Makefile.depend soc2015/clord/head/share/doc/papers/Makefile soc2015/clord/head/share/doc/psd/Makefile soc2015/clord/head/share/doc/smm/Makefile soc2015/clord/head/share/doc/usd/Makefile soc2015/clord/head/share/dtrace/Makefile soc2015/clord/head/share/dtrace/nfsattrstats soc2015/clord/head/share/dtrace/nfsclienttime soc2015/clord/head/share/examples/Makefile soc2015/clord/head/share/examples/bhyve/vmrun.sh soc2015/clord/head/share/examples/etc/make.conf soc2015/clord/head/share/examples/libvgl/Makefile.depend soc2015/clord/head/share/examples/mdoc/example.4 soc2015/clord/head/share/examples/pf/pf.conf soc2015/clord/head/share/examples/ses/srcs/getencstat.c soc2015/clord/head/share/examples/smbfs/Makefile soc2015/clord/head/share/examples/smbfs/print/Makefile soc2015/clord/head/share/examples/tests/Makefile soc2015/clord/head/share/examples/tests/tests/atf/printf_test.c soc2015/clord/head/share/i18n/Makefile soc2015/clord/head/share/i18n/csmapper/Makefile soc2015/clord/head/share/i18n/esdb/Makefile soc2015/clord/head/share/keys/pkg/trusted/Makefile soc2015/clord/head/share/man/Makefile soc2015/clord/head/share/man/man3/bitstring.3 soc2015/clord/head/share/man/man4/ (props changed) soc2015/clord/head/share/man/man4/Makefile soc2015/clord/head/share/man/man4/ada.4 soc2015/clord/head/share/man/man4/aesni.4 soc2015/clord/head/share/man/man4/altq.4 soc2015/clord/head/share/man/man4/arcmsr.4 soc2015/clord/head/share/man/man4/aue.4 soc2015/clord/head/share/man/man4/axe.4 soc2015/clord/head/share/man/man4/axge.4 soc2015/clord/head/share/man/man4/blackhole.4 soc2015/clord/head/share/man/man4/cdce.4 soc2015/clord/head/share/man/man4/cloudabi.4 soc2015/clord/head/share/man/man4/crypto.4 soc2015/clord/head/share/man/man4/ctl.4 soc2015/clord/head/share/man/man4/cue.4 soc2015/clord/head/share/man/man4/cxgbe.4 soc2015/clord/head/share/man/man4/da.4 soc2015/clord/head/share/man/man4/ddb.4 soc2015/clord/head/share/man/man4/dtrace_io.4 soc2015/clord/head/share/man/man4/dtrace_ip.4 soc2015/clord/head/share/man/man4/dtrace_tcp.4 soc2015/clord/head/share/man/man4/dtrace_udp.4 soc2015/clord/head/share/man/man4/geom_fox.4 soc2015/clord/head/share/man/man4/gif.4 soc2015/clord/head/share/man/man4/ipheth.4 soc2015/clord/head/share/man/man4/ipw.4 soc2015/clord/head/share/man/man4/ipwfw.4 soc2015/clord/head/share/man/man4/ismt.4 soc2015/clord/head/share/man/man4/isp.4 soc2015/clord/head/share/man/man4/ispfw.4 soc2015/clord/head/share/man/man4/iwi.4 soc2015/clord/head/share/man/man4/iwifw.4 soc2015/clord/head/share/man/man4/kue.4 soc2015/clord/head/share/man/man4/lagg.4 soc2015/clord/head/share/man/man4/man4.arm/Makefile.depend soc2015/clord/head/share/man/man4/man4.i386/Makefile.depend soc2015/clord/head/share/man/man4/man4.powerpc/Makefile.depend soc2015/clord/head/share/man/man4/man4.sparc64/Makefile.depend soc2015/clord/head/share/man/man4/md.4 soc2015/clord/head/share/man/man4/miibus.4 soc2015/clord/head/share/man/man4/mos.4 soc2015/clord/head/share/man/man4/mps.4 soc2015/clord/head/share/man/man4/netmap.4 soc2015/clord/head/share/man/man4/ng_pppoe.4 soc2015/clord/head/share/man/man4/nvme.4 soc2015/clord/head/share/man/man4/pass.4 soc2015/clord/head/share/man/man4/random.4 soc2015/clord/head/share/man/man4/rights.4 soc2015/clord/head/share/man/man4/rsu.4 soc2015/clord/head/share/man/man4/rue.4 soc2015/clord/head/share/man/man4/ses.4 soc2015/clord/head/share/man/man4/sfxge.4 soc2015/clord/head/share/man/man4/smsc.4 soc2015/clord/head/share/man/man4/splash.4 soc2015/clord/head/share/man/man4/tcp.4 soc2015/clord/head/share/man/man4/uart.4 soc2015/clord/head/share/man/man4/udav.4 soc2015/clord/head/share/man/man4/urndis.4 soc2015/clord/head/share/man/man4/urtwn.4 soc2015/clord/head/share/man/man4/urtwnfw.4 soc2015/clord/head/share/man/man4/usb_quirk.4 soc2015/clord/head/share/man/man4/vpo.4 soc2015/clord/head/share/man/man4/vtnet.4 soc2015/clord/head/share/man/man4/witness.4 soc2015/clord/head/share/man/man4/wlan.4 soc2015/clord/head/share/man/man4/wpi.4 soc2015/clord/head/share/man/man4/xnb.4 soc2015/clord/head/share/man/man5/Makefile soc2015/clord/head/share/man/man5/core.5 soc2015/clord/head/share/man/man5/devfs.conf.5 soc2015/clord/head/share/man/man5/make.conf.5 soc2015/clord/head/share/man/man5/pf.conf.5 soc2015/clord/head/share/man/man5/procfs.5 soc2015/clord/head/share/man/man5/rc.conf.5 soc2015/clord/head/share/man/man5/resolver.5 soc2015/clord/head/share/man/man5/src.conf.5 soc2015/clord/head/share/man/man5/style.Makefile.5 soc2015/clord/head/share/man/man7/ascii.7 soc2015/clord/head/share/man/man7/build.7 soc2015/clord/head/share/man/man7/hier.7 soc2015/clord/head/share/man/man7/release.7 soc2015/clord/head/share/man/man7/tests.7 soc2015/clord/head/share/man/man7/tuning.7 soc2015/clord/head/share/man/man8/picobsd.8 soc2015/clord/head/share/man/man9/BUS_ADD_CHILD.9 soc2015/clord/head/share/man/man9/BUS_DESCRIBE_INTR.9 soc2015/clord/head/share/man/man9/DEVICE_PROBE.9 soc2015/clord/head/share/man/man9/Makefile soc2015/clord/head/share/man/man9/VOP_ADVISE.9 soc2015/clord/head/share/man/man9/VOP_GETPAGES.9 soc2015/clord/head/share/man/man9/acl.9 soc2015/clord/head/share/man/man9/devfs_set_cdevpriv.9 soc2015/clord/head/share/man/man9/device_add_child.9 soc2015/clord/head/share/man/man9/g_bio.9 soc2015/clord/head/share/man/man9/getenv.9 soc2015/clord/head/share/man/man9/make_dev.9 soc2015/clord/head/share/man/man9/malloc.9 soc2015/clord/head/share/man/man9/mbuf.9 soc2015/clord/head/share/man/man9/nv.9 soc2015/clord/head/share/man/man9/pci.9 soc2015/clord/head/share/man/man9/printf.9 soc2015/clord/head/share/man/man9/stack.9 soc2015/clord/head/share/man/man9/style.9 soc2015/clord/head/share/man/man9/sysctl.9 soc2015/clord/head/share/man/man9/sysctl_add_oid.9 soc2015/clord/head/share/man/man9/timeout.9 soc2015/clord/head/share/man/man9/zone.9 soc2015/clord/head/share/misc/ascii (contents, props changed) soc2015/clord/head/share/misc/bsd-family-tree soc2015/clord/head/share/misc/committers-ports.dot soc2015/clord/head/share/misc/committers-src.dot soc2015/clord/head/share/misc/organization.dot soc2015/clord/head/share/misc/scsi_modes soc2015/clord/head/share/mk/Makefile soc2015/clord/head/share/mk/atf.test.mk soc2015/clord/head/share/mk/bsd.README soc2015/clord/head/share/mk/bsd.compiler.mk soc2015/clord/head/share/mk/bsd.cpu.mk soc2015/clord/head/share/mk/bsd.crunchgen.mk soc2015/clord/head/share/mk/bsd.dep.mk soc2015/clord/head/share/mk/bsd.doc.mk soc2015/clord/head/share/mk/bsd.endian.mk soc2015/clord/head/share/mk/bsd.files.mk soc2015/clord/head/share/mk/bsd.incs.mk soc2015/clord/head/share/mk/bsd.info.mk soc2015/clord/head/share/mk/bsd.lib.mk soc2015/clord/head/share/mk/bsd.libnames.mk soc2015/clord/head/share/mk/bsd.man.mk soc2015/clord/head/share/mk/bsd.nls.mk soc2015/clord/head/share/mk/bsd.obj.mk soc2015/clord/head/share/mk/bsd.opts.mk soc2015/clord/head/share/mk/bsd.own.mk soc2015/clord/head/share/mk/bsd.port.mk soc2015/clord/head/share/mk/bsd.port.subdir.mk soc2015/clord/head/share/mk/bsd.prog.mk soc2015/clord/head/share/mk/bsd.progs.mk soc2015/clord/head/share/mk/bsd.snmpmod.mk soc2015/clord/head/share/mk/bsd.subdir.mk soc2015/clord/head/share/mk/bsd.sys.mk soc2015/clord/head/share/mk/bsd.test.mk soc2015/clord/head/share/mk/dirdeps.mk soc2015/clord/head/share/mk/install-new.mk soc2015/clord/head/share/mk/local.dirdeps.mk soc2015/clord/head/share/mk/local.gendirdeps.mk soc2015/clord/head/share/mk/local.init.mk soc2015/clord/head/share/mk/local.meta.sys.mk soc2015/clord/head/share/mk/local.sys.mk soc2015/clord/head/share/mk/meta.autodep.mk soc2015/clord/head/share/mk/meta.stage.mk soc2015/clord/head/share/mk/netbsd-tests.test.mk soc2015/clord/head/share/mk/src.libnames.mk soc2015/clord/head/share/mk/src.opts.mk soc2015/clord/head/share/mk/src.sys.env.mk soc2015/clord/head/share/mk/src.sys.mk soc2015/clord/head/share/mk/suite.test.mk soc2015/clord/head/share/mk/sys.mk soc2015/clord/head/share/mk/tap.test.mk soc2015/clord/head/share/monetdef/Makefile soc2015/clord/head/share/monetdef/am_ET.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/be_BY.CP1131.src (contents, props changed) soc2015/clord/head/share/monetdef/be_BY.CP1251.src (contents, props changed) soc2015/clord/head/share/monetdef/be_BY.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/monetdef/be_BY.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/bg_BG.CP1251.src (contents, props changed) soc2015/clord/head/share/monetdef/bg_BG.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/cs_CZ.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/monetdef/cs_CZ.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/de_AT.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/en_GB.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/en_IE.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/he_IL.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/hi_IN.ISCII-DEV.src (contents, props changed) soc2015/clord/head/share/monetdef/hu_HU.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/monetdef/hy_AM.ARMSCII-8.src (contents, props changed) soc2015/clord/head/share/monetdef/hy_AM.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/ja_JP.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/ja_JP.eucJP.src (contents, props changed) soc2015/clord/head/share/monetdef/ko_KR.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/ko_KR.eucKR.src (contents, props changed) soc2015/clord/head/share/monetdef/lv_LV.ISO8859-13.src (contents, props changed) soc2015/clord/head/share/monetdef/nl_NL.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/pl_PL.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/monetdef/pl_PL.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/ru_RU.CP1251.src (contents, props changed) soc2015/clord/head/share/monetdef/ru_RU.CP866.src (contents, props changed) soc2015/clord/head/share/monetdef/ru_RU.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/monetdef/ru_RU.KOI8-R.src (contents, props changed) soc2015/clord/head/share/monetdef/ru_RU.UTF-8.src (contents, props changed) soc2015/clord/head/share/monetdef/tr_TR.ISO8859-9.src (contents, props changed) soc2015/clord/head/share/monetdef/uk_UA.CP1251.src (contents, props changed) soc2015/clord/head/share/monetdef/uk_UA.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/monetdef/uk_UA.KOI8-U.src (contents, props changed) soc2015/clord/head/share/monetdef/uk_UA.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/Makefile soc2015/clord/head/share/msgdef/am_ET.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/be_BY.CP1131.src (contents, props changed) soc2015/clord/head/share/msgdef/be_BY.CP1251.src (contents, props changed) soc2015/clord/head/share/msgdef/be_BY.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/msgdef/be_BY.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/bg_BG.CP1251.src (contents, props changed) soc2015/clord/head/share/msgdef/bg_BG.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/el_GR.ISO8859-7.src (contents, props changed) soc2015/clord/head/share/msgdef/el_GR.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/he_IL.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/hi_IN.ISCII-DEV.src (contents, props changed) soc2015/clord/head/share/msgdef/hy_AM.ARMSCII-8.src (contents, props changed) soc2015/clord/head/share/msgdef/hy_AM.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/ja_JP.SJIS.src (contents, props changed) soc2015/clord/head/share/msgdef/ja_JP.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/ja_JP.eucJP.src (contents, props changed) soc2015/clord/head/share/msgdef/ko_KR.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/ko_KR.eucKR.src (contents, props changed) soc2015/clord/head/share/msgdef/lv_LV.ISO8859-13.src (contents, props changed) soc2015/clord/head/share/msgdef/lv_LV.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/ru_RU.CP1251.src (contents, props changed) soc2015/clord/head/share/msgdef/ru_RU.CP866.src (contents, props changed) soc2015/clord/head/share/msgdef/ru_RU.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/msgdef/ru_RU.KOI8-R.src (contents, props changed) soc2015/clord/head/share/msgdef/ru_RU.UTF-8.src (contents, props changed) soc2015/clord/head/share/msgdef/tr_TR.ISO8859-9.src (contents, props changed) soc2015/clord/head/share/msgdef/uk_UA.CP1251.src (contents, props changed) soc2015/clord/head/share/msgdef/uk_UA.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/msgdef/uk_UA.KOI8-U.src (contents, props changed) soc2015/clord/head/share/msgdef/uk_UA.UTF-8.src (contents, props changed) soc2015/clord/head/share/numericdef/Makefile soc2015/clord/head/share/security/Makefile soc2015/clord/head/share/security/Makefile.depend soc2015/clord/head/share/sendmail/Makefile soc2015/clord/head/share/skel/Makefile soc2015/clord/head/share/syscons/Makefile soc2015/clord/head/share/termcap/Makefile soc2015/clord/head/share/tests/Makefile soc2015/clord/head/share/timedef/Makefile soc2015/clord/head/share/timedef/am_ET.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/be_BY.CP1131.src (contents, props changed) soc2015/clord/head/share/timedef/be_BY.CP1251.src (contents, props changed) soc2015/clord/head/share/timedef/be_BY.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/timedef/be_BY.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/bg_BG.CP1251.src (contents, props changed) soc2015/clord/head/share/timedef/bg_BG.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/cs_CZ.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/cs_CZ.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/da_DK.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/de_AT.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/el_GR.ISO8859-7.src (contents, props changed) soc2015/clord/head/share/timedef/el_GR.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/es_ES.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/et_EE.ISO8859-15.src (contents, props changed) soc2015/clord/head/share/timedef/et_EE.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/fi_FI.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/fr_FR.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/he_IL.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/hi_IN.ISCII-DEV.src (contents, props changed) soc2015/clord/head/share/timedef/hr_HR.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/hr_HR.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/hu_HU.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/hu_HU.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/hy_AM.ARMSCII-8.src (contents, props changed) soc2015/clord/head/share/timedef/hy_AM.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/is_IS.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/it_IT.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/ja_JP.SJIS.src (contents, props changed) soc2015/clord/head/share/timedef/ja_JP.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/ja_JP.eucJP.src (contents, props changed) soc2015/clord/head/share/timedef/ko_KR.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/ko_KR.eucKR.src (contents, props changed) soc2015/clord/head/share/timedef/lt_LT.ISO8859-13.src (contents, props changed) soc2015/clord/head/share/timedef/lt_LT.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/lv_LV.ISO8859-13.src (contents, props changed) soc2015/clord/head/share/timedef/lv_LV.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/nb_NO.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/nn_NO.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/pl_PL.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/pl_PL.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/pt_BR.ISO8859-1.src (contents, props changed) soc2015/clord/head/share/timedef/pt_BR.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/pt_PT.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/ro_RO.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/ro_RO.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/ru_RU.CP1251.src (contents, props changed) soc2015/clord/head/share/timedef/ru_RU.CP866.src (contents, props changed) soc2015/clord/head/share/timedef/ru_RU.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/timedef/ru_RU.KOI8-R.src (contents, props changed) soc2015/clord/head/share/timedef/ru_RU.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/sk_SK.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/sk_SK.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/sl_SI.ISO8859-2.src (contents, props changed) soc2015/clord/head/share/timedef/sl_SI.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/sv_SE.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/tr_TR.ISO8859-9.src (contents, props changed) soc2015/clord/head/share/timedef/tr_TR.UTF-8.src (contents, props changed) soc2015/clord/head/share/timedef/uk_UA.CP1251.src (contents, props changed) soc2015/clord/head/share/timedef/uk_UA.ISO8859-5.src (contents, props changed) soc2015/clord/head/share/timedef/uk_UA.KOI8-U.src (contents, props changed) soc2015/clord/head/share/timedef/uk_UA.UTF-8.src (contents, props changed) soc2015/clord/head/share/vt/fonts/Makefile soc2015/clord/head/share/vt/keymaps/Makefile soc2015/clord/head/share/vt/keymaps/gr.101.acc.kbd soc2015/clord/head/share/vt/keymaps/gr.elot.acc.kbd soc2015/clord/head/share/vt/keymaps/hu.101.kbd soc2015/clord/head/share/vt/keymaps/hu.102.kbd soc2015/clord/head/share/vt/keymaps/lt.kbd soc2015/clord/head/share/vt/keymaps/pt.acc.kbd soc2015/clord/head/share/vt/keymaps/pt.kbd soc2015/clord/head/share/vt/keymaps/ua.kbd soc2015/clord/head/share/vt/keymaps/ua.shift.alt.kbd soc2015/clord/head/share/zoneinfo/ (props changed) soc2015/clord/head/share/zoneinfo/Makefile soc2015/clord/head/sys/ (props changed) soc2015/clord/head/sys/amd64/Makefile soc2015/clord/head/sys/amd64/amd64/elf_machdep.c soc2015/clord/head/sys/amd64/amd64/exception.S soc2015/clord/head/sys/amd64/amd64/initcpu.c soc2015/clord/head/sys/amd64/amd64/machdep.c soc2015/clord/head/sys/amd64/amd64/mp_machdep.c soc2015/clord/head/sys/amd64/amd64/pmap.c soc2015/clord/head/sys/amd64/amd64/support.S soc2015/clord/head/sys/amd64/amd64/trap.c soc2015/clord/head/sys/amd64/cloudabi64/cloudabi64_sysvec.c soc2015/clord/head/sys/amd64/conf/GENERIC soc2015/clord/head/sys/amd64/conf/NOTES soc2015/clord/head/sys/amd64/include/cpufunc.h soc2015/clord/head/sys/amd64/include/cputypes.h soc2015/clord/head/sys/amd64/include/intr_machdep.h soc2015/clord/head/sys/amd64/include/md_var.h soc2015/clord/head/sys/amd64/include/pcb.h soc2015/clord/head/sys/amd64/include/smp.h soc2015/clord/head/sys/amd64/include/stack.h soc2015/clord/head/sys/amd64/include/vmm.h (props changed) soc2015/clord/head/sys/amd64/include/vmm_dev.h (props changed) soc2015/clord/head/sys/amd64/include/xen/ (props changed) soc2015/clord/head/sys/amd64/include/xen/hypercall.h soc2015/clord/head/sys/amd64/include/xen/xen-os.h soc2015/clord/head/sys/amd64/linux/linux_dummy.c soc2015/clord/head/sys/amd64/linux/linux_proto.h soc2015/clord/head/sys/amd64/linux/linux_syscall.h soc2015/clord/head/sys/amd64/linux/linux_syscalls.c soc2015/clord/head/sys/amd64/linux/linux_sysent.c soc2015/clord/head/sys/amd64/linux/linux_systrace_args.c soc2015/clord/head/sys/amd64/linux/linux_sysvec.c soc2015/clord/head/sys/amd64/linux/syscalls.master soc2015/clord/head/sys/amd64/linux32/linux.h soc2015/clord/head/sys/amd64/linux32/linux32_locore.s soc2015/clord/head/sys/amd64/linux32/linux32_proto.h soc2015/clord/head/sys/amd64/linux32/linux32_syscall.h soc2015/clord/head/sys/amd64/linux32/linux32_syscalls.c soc2015/clord/head/sys/amd64/linux32/linux32_sysent.c soc2015/clord/head/sys/amd64/linux32/linux32_systrace_args.c soc2015/clord/head/sys/amd64/linux32/linux32_sysvec.c soc2015/clord/head/sys/amd64/linux32/syscalls.conf soc2015/clord/head/sys/amd64/linux32/syscalls.master soc2015/clord/head/sys/amd64/vmm/ (props changed) soc2015/clord/head/sys/arm/allwinner/a10_gpio.c soc2015/clord/head/sys/arm/allwinner/a10_mmc.c soc2015/clord/head/sys/arm/allwinner/a20/a20_mp.c soc2015/clord/head/sys/arm/allwinner/a20/files.a20 soc2015/clord/head/sys/arm/allwinner/a20/std.a20 soc2015/clord/head/sys/arm/allwinner/files.allwinner soc2015/clord/head/sys/arm/allwinner/std.a10 soc2015/clord/head/sys/arm/altera/socfpga/files.socfpga soc2015/clord/head/sys/arm/altera/socfpga/socfpga_mp.c soc2015/clord/head/sys/arm/altera/socfpga/std.socfpga soc2015/clord/head/sys/arm/amlogic/aml8726/aml8726_machdep.c soc2015/clord/head/sys/arm/amlogic/aml8726/aml8726_mmc.c soc2015/clord/head/sys/arm/amlogic/aml8726/aml8726_mp.c soc2015/clord/head/sys/arm/amlogic/aml8726/aml8726_sdxc-m8.c soc2015/clord/head/sys/arm/amlogic/aml8726/files.aml8726 soc2015/clord/head/sys/arm/annapurna/alpine/alpine_machdep_mp.c soc2015/clord/head/sys/arm/annapurna/alpine/common.c soc2015/clord/head/sys/arm/annapurna/alpine/files.alpine soc2015/clord/head/sys/arm/annapurna/alpine/std.alpine soc2015/clord/head/sys/arm/arm/bcopy_page.S soc2015/clord/head/sys/arm/arm/bcopyinout.S soc2015/clord/head/sys/arm/arm/bcopyinout_xscale.S soc2015/clord/head/sys/arm/arm/bus_space_base.c soc2015/clord/head/sys/arm/arm/busdma_machdep-v6.c soc2015/clord/head/sys/arm/arm/busdma_machdep.c soc2015/clord/head/sys/arm/arm/copystr.S soc2015/clord/head/sys/arm/arm/cpufunc.c soc2015/clord/head/sys/arm/arm/cpuinfo.c soc2015/clord/head/sys/arm/arm/db_interface.c soc2015/clord/head/sys/arm/arm/elf_machdep.c soc2015/clord/head/sys/arm/arm/exception.S soc2015/clord/head/sys/arm/arm/fusu.S soc2015/clord/head/sys/arm/arm/genassym.c soc2015/clord/head/sys/arm/arm/generic_timer.c soc2015/clord/head/sys/arm/arm/gic.c soc2015/clord/head/sys/arm/arm/identcpu.c soc2015/clord/head/sys/arm/arm/intr.c soc2015/clord/head/sys/arm/arm/locore-v4.S soc2015/clord/head/sys/arm/arm/locore-v6.S soc2015/clord/head/sys/arm/arm/machdep.c soc2015/clord/head/sys/arm/arm/mp_machdep.c soc2015/clord/head/sys/arm/arm/nexus.c soc2015/clord/head/sys/arm/arm/physmem.c soc2015/clord/head/sys/arm/arm/pl310.c soc2015/clord/head/sys/arm/arm/pmap-v6-new.c soc2015/clord/head/sys/arm/arm/pmap-v6.c soc2015/clord/head/sys/arm/arm/pmu.c soc2015/clord/head/sys/arm/arm/stack_machdep.c soc2015/clord/head/sys/arm/arm/stdatomic.c soc2015/clord/head/sys/arm/arm/trap-v6.c soc2015/clord/head/sys/arm/arm/trap.c soc2015/clord/head/sys/arm/arm/undefined.c soc2015/clord/head/sys/arm/arm/vfp.c soc2015/clord/head/sys/arm/arm/vm_machdep.c soc2015/clord/head/sys/arm/at91/at91_mci.c soc2015/clord/head/sys/arm/at91/at91_pmc.c soc2015/clord/head/sys/arm/at91/files.at91 soc2015/clord/head/sys/arm/at91/if_ate.c soc2015/clord/head/sys/arm/at91/if_macb.c soc2015/clord/head/sys/arm/at91/if_macbreg.h soc2015/clord/head/sys/arm/at91/if_macbvar.h soc2015/clord/head/sys/arm/at91/std.bwct soc2015/clord/head/sys/arm/at91/std.eb9200 soc2015/clord/head/sys/arm/at91/std.ethernut5 soc2015/clord/head/sys/arm/at91/std.hl200 soc2015/clord/head/sys/arm/at91/std.hl201 soc2015/clord/head/sys/arm/at91/std.kb920x soc2015/clord/head/sys/arm/at91/std.qila9g20 soc2015/clord/head/sys/arm/at91/std.sam9260ek soc2015/clord/head/sys/arm/at91/std.sam9g20ek soc2015/clord/head/sys/arm/at91/std.sam9x25ek soc2015/clord/head/sys/arm/at91/std.sn9g45 soc2015/clord/head/sys/arm/at91/std.tsc4370 soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_audio.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_intr.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2836.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2836.h soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm2836_mp.c soc2015/clord/head/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c soc2015/clord/head/sys/arm/broadcom/bcm2835/files.bcm2836 soc2015/clord/head/sys/arm/broadcom/bcm2835/files.bcm283x soc2015/clord/head/sys/arm/broadcom/bcm2835/std.rpi soc2015/clord/head/sys/arm/cavium/cns11xx/files.econa soc2015/clord/head/sys/arm/cavium/cns11xx/std.econa soc2015/clord/head/sys/arm/conf/ALPINE soc2015/clord/head/sys/arm/conf/AML8726 soc2015/clord/head/sys/arm/conf/ARMADAXP soc2015/clord/head/sys/arm/conf/ATMEL soc2015/clord/head/sys/arm/conf/BEAGLEBONE soc2015/clord/head/sys/arm/conf/CNS11XXNAS soc2015/clord/head/sys/arm/conf/CRB soc2015/clord/head/sys/arm/conf/CUBIEBOARD soc2015/clord/head/sys/arm/conf/DB-78XXX soc2015/clord/head/sys/arm/conf/DB-88F5XXX soc2015/clord/head/sys/arm/conf/DB-88F6XXX soc2015/clord/head/sys/arm/conf/DOCKSTAR soc2015/clord/head/sys/arm/conf/DREAMPLUG-1001 soc2015/clord/head/sys/arm/conf/EFIKA_MX soc2015/clord/head/sys/arm/conf/EXYNOS5.common soc2015/clord/head/sys/arm/conf/GUMSTIX soc2015/clord/head/sys/arm/conf/HL201 soc2015/clord/head/sys/arm/conf/IMX53 soc2015/clord/head/sys/arm/conf/IMX6 soc2015/clord/head/sys/arm/conf/NOTES soc2015/clord/head/sys/arm/conf/NSLU soc2015/clord/head/sys/arm/conf/PANDABOARD soc2015/clord/head/sys/arm/conf/RK3188 soc2015/clord/head/sys/arm/conf/RPI2 soc2015/clord/head/sys/arm/conf/SAM9260EK soc2015/clord/head/sys/arm/conf/SAM9G20EK soc2015/clord/head/sys/arm/conf/SHEEVAPLUG soc2015/clord/head/sys/arm/conf/SOCKIT.common soc2015/clord/head/sys/arm/conf/TS7800 soc2015/clord/head/sys/arm/conf/VERSATILEPB soc2015/clord/head/sys/arm/conf/VIRT soc2015/clord/head/sys/arm/conf/VYBRID soc2015/clord/head/sys/arm/conf/ZEDBOARD soc2015/clord/head/sys/arm/conf/std.armv6 soc2015/clord/head/sys/arm/freescale/imx/files.imx5 soc2015/clord/head/sys/arm/freescale/imx/files.imx6 soc2015/clord/head/sys/arm/freescale/imx/imx6_anatop.c soc2015/clord/head/sys/arm/freescale/imx/imx6_ccm.c soc2015/clord/head/sys/arm/freescale/imx/imx6_ccmreg.h soc2015/clord/head/sys/arm/freescale/imx/imx6_machdep.c soc2015/clord/head/sys/arm/freescale/imx/imx6_mp.c soc2015/clord/head/sys/arm/freescale/imx/imx_ccmvar.h soc2015/clord/head/sys/arm/freescale/imx/imx_gpio.c soc2015/clord/head/sys/arm/freescale/imx/imx_i2c.c soc2015/clord/head/sys/arm/freescale/imx/imx_machdep.c soc2015/clord/head/sys/arm/freescale/imx/imx_machdep.h soc2015/clord/head/sys/arm/freescale/imx/imx_sdhci.c soc2015/clord/head/sys/arm/freescale/imx/imx_wdogreg.h soc2015/clord/head/sys/arm/freescale/imx/std.imx51 soc2015/clord/head/sys/arm/freescale/imx/std.imx53 soc2015/clord/head/sys/arm/freescale/imx/std.imx6 soc2015/clord/head/sys/arm/freescale/vybrid/files.vybrid soc2015/clord/head/sys/arm/freescale/vybrid/std.vybrid soc2015/clord/head/sys/arm/freescale/vybrid/vf_i2c.c soc2015/clord/head/sys/arm/include/_stdint.h soc2015/clord/head/sys/arm/include/armreg.h soc2015/clord/head/sys/arm/include/asm.h soc2015/clord/head/sys/arm/include/atags.h soc2015/clord/head/sys/arm/include/atomic-v4.h soc2015/clord/head/sys/arm/include/atomic-v6.h soc2015/clord/head/sys/arm/include/atomic.h soc2015/clord/head/sys/arm/include/board.h soc2015/clord/head/sys/arm/include/bus.h soc2015/clord/head/sys/arm/include/bus_dma.h soc2015/clord/head/sys/arm/include/cpu-v6.h soc2015/clord/head/sys/arm/include/cpu.h soc2015/clord/head/sys/arm/include/cpufunc.h soc2015/clord/head/sys/arm/include/cpuinfo.h soc2015/clord/head/sys/arm/include/db_machdep.h soc2015/clord/head/sys/arm/include/devmap.h soc2015/clord/head/sys/arm/include/disassem.h soc2015/clord/head/sys/arm/include/endian.h soc2015/clord/head/sys/arm/include/fdt.h soc2015/clord/head/sys/arm/include/intr.h soc2015/clord/head/sys/arm/include/machdep.h soc2015/clord/head/sys/arm/include/md_var.h soc2015/clord/head/sys/arm/include/ofw_machdep.h soc2015/clord/head/sys/arm/include/param.h soc2015/clord/head/sys/arm/include/pcb.h soc2015/clord/head/sys/arm/include/pcpu.h soc2015/clord/head/sys/arm/include/physmem.h soc2015/clord/head/sys/arm/include/pl310.h soc2015/clord/head/sys/arm/include/pmap-v6.h soc2015/clord/head/sys/arm/include/pmap.h soc2015/clord/head/sys/arm/include/proc.h soc2015/clord/head/sys/arm/include/pte-v6.h soc2015/clord/head/sys/arm/include/resource.h soc2015/clord/head/sys/arm/include/sf_buf.h soc2015/clord/head/sys/arm/include/smp.h soc2015/clord/head/sys/arm/include/sysreg.h soc2015/clord/head/sys/arm/include/trap.h soc2015/clord/head/sys/arm/include/vdso.h soc2015/clord/head/sys/arm/include/vfp.h soc2015/clord/head/sys/arm/include/vm.h soc2015/clord/head/sys/arm/include/vmparam.h soc2015/clord/head/sys/arm/lpc/files.lpc soc2015/clord/head/sys/arm/lpc/lpc_mmc.c soc2015/clord/head/sys/arm/lpc/std.lpc soc2015/clord/head/sys/arm/mv/armadaxp/armadaxp_mp.c soc2015/clord/head/sys/arm/mv/armadaxp/std.armadaxp soc2015/clord/head/sys/arm/mv/discovery/std.db78xxx soc2015/clord/head/sys/arm/mv/files.mv soc2015/clord/head/sys/arm/mv/kirkwood/std.kirkwood soc2015/clord/head/sys/arm/mv/mpic.c soc2015/clord/head/sys/arm/mv/orion/std.db88f5xxx soc2015/clord/head/sys/arm/mv/orion/std.ts7800 soc2015/clord/head/sys/arm/mv/std-pj4b.mv soc2015/clord/head/sys/arm/qemu/files.qemu soc2015/clord/head/sys/arm/qemu/std.virt soc2015/clord/head/sys/arm/qemu/virt_common.c soc2015/clord/head/sys/arm/qemu/virt_mp.c soc2015/clord/head/sys/arm/rockchip/files.rk30xx soc2015/clord/head/sys/arm/rockchip/rk30xx_mp.c soc2015/clord/head/sys/arm/rockchip/std.rk30xx soc2015/clord/head/sys/arm/samsung/exynos/exynos5_combiner.c soc2015/clord/head/sys/arm/samsung/exynos/exynos5_ehci.c soc2015/clord/head/sys/arm/samsung/exynos/exynos5_i2c.c soc2015/clord/head/sys/arm/samsung/exynos/exynos5_mp.c soc2015/clord/head/sys/arm/samsung/exynos/exynos5_pad.c soc2015/clord/head/sys/arm/samsung/exynos/files.exynos5 soc2015/clord/head/sys/arm/samsung/exynos/std.exynos5250 soc2015/clord/head/sys/arm/samsung/exynos/std.exynos5420 soc2015/clord/head/sys/arm/ti/aintc.c soc2015/clord/head/sys/arm/ti/am335x/am335x_gpio.c soc2015/clord/head/sys/arm/ti/am335x/am335x_lcd.c soc2015/clord/head/sys/arm/ti/am335x/am335x_pmic.c soc2015/clord/head/sys/arm/ti/am335x/files.am335x soc2015/clord/head/sys/arm/ti/am335x/std.am335x soc2015/clord/head/sys/arm/ti/am335x/tda19988.c soc2015/clord/head/sys/arm/ti/files.ti soc2015/clord/head/sys/arm/ti/omap4/files.omap4 soc2015/clord/head/sys/arm/ti/omap4/omap4_gpio.c soc2015/clord/head/sys/arm/ti/omap4/omap4_mp.c soc2015/clord/head/sys/arm/ti/omap4/std.omap4 soc2015/clord/head/sys/arm/ti/ti_common.c soc2015/clord/head/sys/arm/ti/ti_i2c.c soc2015/clord/head/sys/arm/ti/ti_sdhci.c soc2015/clord/head/sys/arm/versatile/files.versatile soc2015/clord/head/sys/arm/versatile/versatile_pci.c soc2015/clord/head/sys/arm/xilinx/files.zynq7 soc2015/clord/head/sys/arm/xilinx/std.zynq7 soc2015/clord/head/sys/arm/xilinx/zy7_mp.c soc2015/clord/head/sys/arm/xscale/i80321/ep80219_machdep.c soc2015/clord/head/sys/arm/xscale/i80321/files.i80219 soc2015/clord/head/sys/arm/xscale/i80321/files.i80321 soc2015/clord/head/sys/arm/xscale/i80321/i80321_pci.c soc2015/clord/head/sys/arm/xscale/i80321/iq31244_machdep.c soc2015/clord/head/sys/arm/xscale/i8134x/crb_machdep.c soc2015/clord/head/sys/arm/xscale/i8134x/files.i81342 soc2015/clord/head/sys/arm/xscale/i8134x/i81342_pci.c soc2015/clord/head/sys/arm/xscale/ixp425/avila_machdep.c soc2015/clord/head/sys/arm/xscale/ixp425/files.ixp425 soc2015/clord/head/sys/arm/xscale/ixp425/ixp425_pci.c soc2015/clord/head/sys/arm/xscale/ixp425/std.avila soc2015/clord/head/sys/arm/xscale/pxa/files.pxa soc2015/clord/head/sys/arm/xscale/pxa/pxa_machdep.c soc2015/clord/head/sys/arm64/arm64/busdma_bounce.c soc2015/clord/head/sys/arm64/arm64/copyinout.S soc2015/clord/head/sys/arm64/arm64/db_interface.c soc2015/clord/head/sys/arm64/arm64/elf_machdep.c soc2015/clord/head/sys/arm64/arm64/exception.S soc2015/clord/head/sys/arm64/arm64/genassym.c soc2015/clord/head/sys/arm64/arm64/gic.c soc2015/clord/head/sys/arm64/arm64/gic.h soc2015/clord/head/sys/arm64/arm64/gic_fdt.c soc2015/clord/head/sys/arm64/arm64/gic_v3.c soc2015/clord/head/sys/arm64/arm64/gic_v3_its.c soc2015/clord/head/sys/arm64/arm64/gic_v3_var.h soc2015/clord/head/sys/arm64/arm64/identcpu.c soc2015/clord/head/sys/arm64/arm64/intr_machdep.c soc2015/clord/head/sys/arm64/arm64/locore.S soc2015/clord/head/sys/arm64/arm64/machdep.c soc2015/clord/head/sys/arm64/arm64/mp_machdep.c soc2015/clord/head/sys/arm64/arm64/nexus.c soc2015/clord/head/sys/arm64/arm64/pic_if.m soc2015/clord/head/sys/arm64/arm64/pmap.c soc2015/clord/head/sys/arm64/arm64/stack_machdep.c soc2015/clord/head/sys/arm64/arm64/support.S soc2015/clord/head/sys/arm64/arm64/swtch.S soc2015/clord/head/sys/arm64/arm64/trap.c soc2015/clord/head/sys/arm64/arm64/unwind.c soc2015/clord/head/sys/arm64/cavium/thunder_pcie.c soc2015/clord/head/sys/arm64/cavium/thunder_pcie_common.c soc2015/clord/head/sys/arm64/cavium/thunder_pcie_pem.c soc2015/clord/head/sys/arm64/conf/GENERIC soc2015/clord/head/sys/arm64/include/armreg.h soc2015/clord/head/sys/arm64/include/asm.h soc2015/clord/head/sys/arm64/include/atomic.h soc2015/clord/head/sys/arm64/include/cpu.h soc2015/clord/head/sys/arm64/include/cpufunc.h soc2015/clord/head/sys/arm64/include/intr.h soc2015/clord/head/sys/arm64/include/md_var.h soc2015/clord/head/sys/arm64/include/setjmp.h soc2015/clord/head/sys/arm64/include/vdso.h soc2015/clord/head/sys/arm64/include/vmparam.h soc2015/clord/head/sys/boot/ (props changed) soc2015/clord/head/sys/boot/arm64/libarm64/cache.c soc2015/clord/head/sys/boot/common/bootstrap.h soc2015/clord/head/sys/boot/common/disk.c soc2015/clord/head/sys/boot/common/disk.h soc2015/clord/head/sys/boot/common/interp_forth.c soc2015/clord/head/sys/boot/common/load_elf.c soc2015/clord/head/sys/boot/common/load_elf_obj.c soc2015/clord/head/sys/boot/common/loader.8 soc2015/clord/head/sys/boot/common/misc.c soc2015/clord/head/sys/boot/common/module.c soc2015/clord/head/sys/boot/common/newvers.sh soc2015/clord/head/sys/boot/common/part.c soc2015/clord/head/sys/boot/common/self_reloc.c soc2015/clord/head/sys/boot/common/ufsread.c soc2015/clord/head/sys/boot/efi/Makefile soc2015/clord/head/sys/boot/efi/Makefile.inc soc2015/clord/head/sys/boot/efi/boot1/Makefile soc2015/clord/head/sys/boot/efi/boot1/boot1.c soc2015/clord/head/sys/boot/efi/boot1/fat-amd64.tmpl.bz2.uu soc2015/clord/head/sys/boot/efi/boot1/fat-arm.tmpl.bz2.uu soc2015/clord/head/sys/boot/efi/boot1/fat-arm64.tmpl.bz2.uu soc2015/clord/head/sys/boot/efi/boot1/fat-i386.tmpl.bz2.uu soc2015/clord/head/sys/boot/efi/boot1/generate-fat.sh soc2015/clord/head/sys/boot/efi/fdt/Makefile soc2015/clord/head/sys/boot/efi/fdt/efi_fdt.c soc2015/clord/head/sys/boot/efi/include/amd64/efibind.h soc2015/clord/head/sys/boot/efi/include/arm64/efibind.h soc2015/clord/head/sys/boot/efi/include/efi_nii.h soc2015/clord/head/sys/boot/efi/include/efiapi.h soc2015/clord/head/sys/boot/efi/include/eficon.h soc2015/clord/head/sys/boot/efi/include/eficonsctl.h soc2015/clord/head/sys/boot/efi/include/efidevp.h soc2015/clord/head/sys/boot/efi/include/efierr.h soc2015/clord/head/sys/boot/efi/include/efifpswa.h soc2015/clord/head/sys/boot/efi/include/efigop.h soc2015/clord/head/sys/boot/efi/include/efilib.h soc2015/clord/head/sys/boot/efi/include/efinet.h soc2015/clord/head/sys/boot/efi/include/efiprot.h soc2015/clord/head/sys/boot/efi/include/efipxebc.h soc2015/clord/head/sys/boot/efi/include/efiser.h soc2015/clord/head/sys/boot/efi/include/i386/efibind.h soc2015/clord/head/sys/boot/efi/libefi/Makefile soc2015/clord/head/sys/boot/efi/libefi/Makefile.depend soc2015/clord/head/sys/boot/efi/libefi/efi_console.c soc2015/clord/head/sys/boot/efi/libefi/efipart.c soc2015/clord/head/sys/boot/efi/libefi/handles.c soc2015/clord/head/sys/boot/efi/libefi/libefi.c soc2015/clord/head/sys/boot/efi/loader/Makefile soc2015/clord/head/sys/boot/efi/loader/arch/amd64/elf64_freebsd.c soc2015/clord/head/sys/boot/efi/loader/arch/amd64/framebuffer.c soc2015/clord/head/sys/boot/efi/loader/arch/arm/exec.c soc2015/clord/head/sys/boot/efi/loader/arch/arm64/Makefile.inc soc2015/clord/head/sys/boot/efi/loader/arch/arm64/exec.c soc2015/clord/head/sys/boot/efi/loader/autoload.c soc2015/clord/head/sys/boot/efi/loader/bootinfo.c soc2015/clord/head/sys/boot/efi/loader/conf.c soc2015/clord/head/sys/boot/efi/loader/copy.c soc2015/clord/head/sys/boot/efi/loader/devicename.c soc2015/clord/head/sys/boot/efi/loader/loader_efi.h soc2015/clord/head/sys/boot/efi/loader/main.c soc2015/clord/head/sys/boot/fdt/dts/arm/bananapi.dts soc2015/clord/head/sys/boot/fdt/dts/arm/bcm2835.dtsi soc2015/clord/head/sys/boot/fdt/dts/arm/bcm2836.dtsi soc2015/clord/head/sys/boot/fdt/dts/arm/beaglebone-black.dts soc2015/clord/head/sys/boot/fdt/dts/arm/cubieboard2.dts soc2015/clord/head/sys/boot/fdt/dts/arm/odroidc1.dts soc2015/clord/head/sys/boot/fdt/dts/arm/rpi.dts soc2015/clord/head/sys/boot/fdt/dts/arm/rpi2.dts soc2015/clord/head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi soc2015/clord/head/sys/boot/fdt/fdt_loader_cmd.c soc2015/clord/head/sys/boot/ficl/Makefile soc2015/clord/head/sys/boot/ficl/Makefile.depend soc2015/clord/head/sys/boot/forth/beastie.4th soc2015/clord/head/sys/boot/forth/beastie.4th.8 soc2015/clord/head/sys/boot/forth/loader.conf soc2015/clord/head/sys/boot/forth/loader.conf.5 soc2015/clord/head/sys/boot/forth/menu-commands.4th soc2015/clord/head/sys/boot/forth/menu.rc soc2015/clord/head/sys/boot/forth/support.4th soc2015/clord/head/sys/boot/i386/Makefile soc2015/clord/head/sys/boot/i386/Makefile.inc soc2015/clord/head/sys/boot/i386/boot0/Makefile soc2015/clord/head/sys/boot/i386/boot0/Makefile.depend soc2015/clord/head/sys/boot/i386/boot0sio/Makefile.depend soc2015/clord/head/sys/boot/i386/boot2/Makefile soc2015/clord/head/sys/boot/i386/boot2/Makefile.depend soc2015/clord/head/sys/boot/i386/gptboot/gptldr.S soc2015/clord/head/sys/boot/i386/libi386/biosmem.c soc2015/clord/head/sys/boot/i386/libi386/libi386.h soc2015/clord/head/sys/boot/i386/libi386/pxe.c soc2015/clord/head/sys/boot/i386/libi386/smbios.c soc2015/clord/head/sys/boot/i386/loader/Makefile.depend soc2015/clord/head/sys/boot/i386/loader/main.c soc2015/clord/head/sys/boot/i386/zfsboot/zfsboot.c soc2015/clord/head/sys/boot/i386/zfsloader/Makefile.depend soc2015/clord/head/sys/boot/kshim/bsd_busspace.c soc2015/clord/head/sys/boot/kshim/bsd_global.h soc2015/clord/head/sys/boot/kshim/bsd_kernel.c soc2015/clord/head/sys/boot/kshim/bsd_kernel.h soc2015/clord/head/sys/boot/libstand32/Makefile soc2015/clord/head/sys/boot/ofw/libofw/ppc64_elf_freebsd.c soc2015/clord/head/sys/boot/pc98/Makefile.inc soc2015/clord/head/sys/boot/pc98/boot2/boot2.c soc2015/clord/head/sys/boot/pc98/libpc98/biosdisk.c soc2015/clord/head/sys/boot/powerpc/Makefile.inc soc2015/clord/head/sys/boot/powerpc/boot1.chrp/ (props changed) soc2015/clord/head/sys/boot/powerpc/boot1.chrp/Makefile soc2015/clord/head/sys/boot/powerpc/boot1.chrp/boot1.c soc2015/clord/head/sys/boot/powerpc/kboot/ (props changed) soc2015/clord/head/sys/boot/powerpc/kboot/Makefile soc2015/clord/head/sys/boot/powerpc/kboot/ppc64_elf_freebsd.c soc2015/clord/head/sys/boot/powerpc/ofw/ (props changed) soc2015/clord/head/sys/boot/powerpc/ps3/ppc64_elf_freebsd.c soc2015/clord/head/sys/boot/uboot/common/main.c soc2015/clord/head/sys/boot/uboot/lib/copy.c soc2015/clord/head/sys/boot/usb/storage/umass_common.c soc2015/clord/head/sys/boot/usb/storage/umass_loader.c soc2015/clord/head/sys/boot/usb/usb_busdma_loader.c soc2015/clord/head/sys/boot/usb/usbcore.mk soc2015/clord/head/sys/boot/userboot/ficl/Makefile soc2015/clord/head/sys/boot/userboot/libstand/Makefile soc2015/clord/head/sys/boot/userboot/test/test.c soc2015/clord/head/sys/boot/userboot/userboot/main.c soc2015/clord/head/sys/boot/zfs/Makefile soc2015/clord/head/sys/boot/zfs/libzfs.h soc2015/clord/head/sys/boot/zfs/zfs.c soc2015/clord/head/sys/boot/zfs/zfsimpl.c soc2015/clord/head/sys/bsm/audit.h soc2015/clord/head/sys/bsm/audit_domain.h soc2015/clord/head/sys/bsm/audit_errno.h soc2015/clord/head/sys/bsm/audit_fcntl.h soc2015/clord/head/sys/bsm/audit_internal.h soc2015/clord/head/sys/bsm/audit_kevents.h soc2015/clord/head/sys/bsm/audit_record.h soc2015/clord/head/sys/bsm/audit_socket_type.h soc2015/clord/head/sys/cam/ata/ata_da.c soc2015/clord/head/sys/cam/ata/ata_pmp.c soc2015/clord/head/sys/cam/ata/ata_xpt.c soc2015/clord/head/sys/cam/cam_ccb.h soc2015/clord/head/sys/cam/cam_compat.c soc2015/clord/head/sys/cam/cam_periph.c soc2015/clord/head/sys/cam/cam_periph.h soc2015/clord/head/sys/cam/cam_xpt.c soc2015/clord/head/sys/cam/cam_xpt.h soc2015/clord/head/sys/cam/ctl/README.ctl.txt soc2015/clord/head/sys/cam/ctl/ctl.c soc2015/clord/head/sys/cam/ctl/ctl.h soc2015/clord/head/sys/cam/ctl/ctl_backend.c soc2015/clord/head/sys/cam/ctl/ctl_backend.h soc2015/clord/head/sys/cam/ctl/ctl_backend_block.c soc2015/clord/head/sys/cam/ctl/ctl_backend_ramdisk.c soc2015/clord/head/sys/cam/ctl/ctl_cmd_table.c soc2015/clord/head/sys/cam/ctl/ctl_error.c soc2015/clord/head/sys/cam/ctl/ctl_error.h soc2015/clord/head/sys/cam/ctl/ctl_frontend.c soc2015/clord/head/sys/cam/ctl/ctl_frontend.h soc2015/clord/head/sys/cam/ctl/ctl_frontend_cam_sim.c soc2015/clord/head/sys/cam/ctl/ctl_frontend_ioctl.c soc2015/clord/head/sys/cam/ctl/ctl_frontend_iscsi.c soc2015/clord/head/sys/cam/ctl/ctl_ha.h soc2015/clord/head/sys/cam/ctl/ctl_io.h soc2015/clord/head/sys/cam/ctl/ctl_ioctl.h soc2015/clord/head/sys/cam/ctl/ctl_private.h soc2015/clord/head/sys/cam/ctl/ctl_scsi_all.c soc2015/clord/head/sys/cam/ctl/ctl_ser_table.c soc2015/clord/head/sys/cam/ctl/ctl_tpc.c soc2015/clord/head/sys/cam/ctl/ctl_tpc_local.c soc2015/clord/head/sys/cam/ctl/ctl_util.c soc2015/clord/head/sys/cam/ctl/ctl_util.h soc2015/clord/head/sys/cam/ctl/scsi_ctl.c soc2015/clord/head/sys/cam/scsi/scsi_all.c soc2015/clord/head/sys/cam/scsi/scsi_all.h soc2015/clord/head/sys/cam/scsi/scsi_cd.c soc2015/clord/head/sys/cam/scsi/scsi_cd.h soc2015/clord/head/sys/cam/scsi/scsi_ch.c soc2015/clord/head/sys/cam/scsi/scsi_da.c soc2015/clord/head/sys/cam/scsi/scsi_enc.c soc2015/clord/head/sys/cam/scsi/scsi_enc.h soc2015/clord/head/sys/cam/scsi/scsi_enc_ses.c soc2015/clord/head/sys/cam/scsi/scsi_message.h soc2015/clord/head/sys/cam/scsi/scsi_pass.c soc2015/clord/head/sys/cam/scsi/scsi_pass.h soc2015/clord/head/sys/cam/scsi/scsi_pt.c soc2015/clord/head/sys/cam/scsi/scsi_sa.c soc2015/clord/head/sys/cam/scsi/scsi_sg.c soc2015/clord/head/sys/cam/scsi/scsi_target.c soc2015/clord/head/sys/cam/scsi/scsi_xpt.c soc2015/clord/head/sys/cddl/boot/zfs/lz4.c soc2015/clord/head/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c soc2015/clord/head/sys/cddl/contrib/opensolaris/ (props changed) soc2015/clord/head/sys/cddl/contrib/opensolaris/common/avl/avl.c soc2015/clord/head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.c soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.h soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletcher.c soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletcher.h soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.c soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.h soc2015/clord/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sha256.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_reftree.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_impl.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_objset.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_send.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_traverse.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_zfetch.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_prop.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_checksum.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zrlock.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfeature.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_log.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_replay.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_checksum.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/sys/debug.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/eventdefs.h soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c soc2015/clord/head/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/fasttrap_isa.c soc2015/clord/head/sys/cddl/dev/dtrace/amd64/dtrace_isa.c soc2015/clord/head/sys/cddl/dev/dtrace/dtrace_cddl.h soc2015/clord/head/sys/cddl/dev/dtrace/dtrace_ioctl.c soc2015/clord/head/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c soc2015/clord/head/sys/cddl/dev/fbt/arm/fbt_isa.c soc2015/clord/head/sys/cddl/dev/profile/profile.c soc2015/clord/head/sys/cddl/dev/sdt/sdt.c soc2015/clord/head/sys/cddl/dev/systrace/systrace.c soc2015/clord/head/sys/compat/cloudabi/cloudabi_fd.c soc2015/clord/head/sys/compat/cloudabi/cloudabi_syscalldefs.h soc2015/clord/head/sys/compat/cloudabi64/cloudabi64_util.h soc2015/clord/head/sys/compat/ia32/ia32_sysvec.c soc2015/clord/head/sys/compat/linux/linux_dtrace.h soc2015/clord/head/sys/compat/linux/linux_fork.c soc2015/clord/head/sys/compat/linux/linux_futex.c soc2015/clord/head/sys/compat/linux/linux_misc.c soc2015/clord/head/sys/compat/linux/linux_timer.c soc2015/clord/head/sys/compat/svr4/svr4_sysvec.c soc2015/clord/head/sys/conf/ (props changed) soc2015/clord/head/sys/conf/Makefile.arm64 soc2015/clord/head/sys/conf/NOTES soc2015/clord/head/sys/conf/dtb.mk soc2015/clord/head/sys/conf/files soc2015/clord/head/sys/conf/files.amd64 soc2015/clord/head/sys/conf/files.arm soc2015/clord/head/sys/conf/files.arm64 soc2015/clord/head/sys/conf/files.i386 soc2015/clord/head/sys/conf/files.mips soc2015/clord/head/sys/conf/files.pc98 soc2015/clord/head/sys/conf/files.powerpc soc2015/clord/head/sys/conf/files.sparc64 soc2015/clord/head/sys/conf/kern.mk soc2015/clord/head/sys/conf/kern.opts.mk soc2015/clord/head/sys/conf/kern.post.mk soc2015/clord/head/sys/conf/kern.pre.mk soc2015/clord/head/sys/conf/kmod.mk soc2015/clord/head/sys/conf/ldscript.powerpc64 soc2015/clord/head/sys/conf/newvers.sh soc2015/clord/head/sys/conf/options soc2015/clord/head/sys/conf/options.arm soc2015/clord/head/sys/conf/options.arm64 soc2015/clord/head/sys/conf/options.mips soc2015/clord/head/sys/conf/options.powerpc soc2015/clord/head/sys/contrib/dev/acpica/ (props changed) soc2015/clord/head/sys/contrib/dev/acpica/changes.txt soc2015/clord/head/sys/contrib/dev/acpica/common/adisasm.c soc2015/clord/head/sys/contrib/dev/acpica/common/dmtable.c soc2015/clord/head/sys/contrib/dev/acpica/compiler/aslmain.c soc2015/clord/head/sys/contrib/dev/acpica/compiler/asloperands.c soc2015/clord/head/sys/contrib/dev/acpica/compiler/asloptions.c soc2015/clord/head/sys/contrib/dev/acpica/compiler/aslstartup.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbcmds.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbconvert.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbdisply.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbexec.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbfileio.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbhistry.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbinput.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbmethod.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbnames.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbobject.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbstats.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbtest.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbutils.c soc2015/clord/head/sys/contrib/dev/acpica/components/debugger/dbxface.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmbuffer.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmcstyle.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmnames.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmopcode.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmresrc.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmresrcl.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmresrcl2.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmresrcs.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmutils.c soc2015/clord/head/sys/contrib/dev/acpica/components/disassembler/dmwalk.c soc2015/clord/head/sys/contrib/dev/acpica/components/dispatcher/dscontrol.c soc2015/clord/head/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c soc2015/clord/head/sys/contrib/dev/acpica/components/dispatcher/dsinit.c soc2015/clord/head/sys/contrib/dev/acpica/components/dispatcher/dsopcode.c soc2015/clord/head/sys/contrib/dev/acpica/components/events/evregion.c soc2015/clord/head/sys/contrib/dev/acpica/components/executer/exconfig.c soc2015/clord/head/sys/contrib/dev/acpica/components/executer/exdump.c soc2015/clord/head/sys/contrib/dev/acpica/components/executer/exresnte.c soc2015/clord/head/sys/contrib/dev/acpica/components/executer/exresolv.c soc2015/clord/head/sys/contrib/dev/acpica/components/hardware/hwxfsleep.c soc2015/clord/head/sys/contrib/dev/acpica/components/namespace/nseval.c soc2015/clord/head/sys/contrib/dev/acpica/components/namespace/nsload.c soc2015/clord/head/sys/contrib/dev/acpica/components/namespace/nsutils.c soc2015/clord/head/sys/contrib/dev/acpica/components/parser/psloop.c soc2015/clord/head/sys/contrib/dev/acpica/components/resources/rsdump.c soc2015/clord/head/sys/contrib/dev/acpica/components/tables/tbfadt.c soc2015/clord/head/sys/contrib/dev/acpica/components/tables/tbfind.c soc2015/clord/head/sys/contrib/dev/acpica/components/tables/tbinstal.c soc2015/clord/head/sys/contrib/dev/acpica/components/tables/tbutils.c soc2015/clord/head/sys/contrib/dev/acpica/components/tables/tbxfload.c soc2015/clord/head/sys/contrib/dev/acpica/components/utilities/utfileio.c soc2015/clord/head/sys/contrib/dev/acpica/components/utilities/utinit.c soc2015/clord/head/sys/contrib/dev/acpica/components/utilities/utmisc.c soc2015/clord/head/sys/contrib/dev/acpica/components/utilities/utnonansi.c soc2015/clord/head/sys/contrib/dev/acpica/components/utilities/utxface.c soc2015/clord/head/sys/contrib/dev/acpica/components/utilities/utxfinit.c soc2015/clord/head/sys/contrib/dev/acpica/include/acbuffer.h soc2015/clord/head/sys/contrib/dev/acpica/include/acconfig.h soc2015/clord/head/sys/contrib/dev/acpica/include/acdebug.h soc2015/clord/head/sys/contrib/dev/acpica/include/acdisasm.h soc2015/clord/head/sys/contrib/dev/acpica/include/acexcep.h soc2015/clord/head/sys/contrib/dev/acpica/include/acglobal.h soc2015/clord/head/sys/contrib/dev/acpica/include/aclocal.h soc2015/clord/head/sys/contrib/dev/acpica/include/acpixf.h soc2015/clord/head/sys/contrib/dev/acpica/include/actables.h soc2015/clord/head/sys/contrib/dev/acpica/include/actypes.h soc2015/clord/head/sys/contrib/dev/acpica/include/acutils.h soc2015/clord/head/sys/contrib/dev/acpica/include/platform/acenv.h soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.h soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_radar.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_radio.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_recv.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_spectral.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.h soc2015/clord/head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300reg.h soc2015/clord/head/sys/contrib/ipfilter/ (props changed) soc2015/clord/head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c (contents, props changed) soc2015/clord/head/sys/contrib/ipfilter/netinet/ip_nat.c soc2015/clord/head/sys/contrib/ipfilter/netinet/ip_state.c soc2015/clord/head/sys/contrib/rdma/krping/krping.c soc2015/clord/head/sys/contrib/vchiq/interface/compat/vchi_bsd.h soc2015/clord/head/sys/contrib/vchiq/interface/vchi/vchi.h soc2015/clord/head/sys/contrib/vchiq/interface/vchi/vchi_common.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_arm.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_arm.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_cfg.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_connected.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_connected.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_core.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_core.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_if.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_ioctl.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kern_lib.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_pagelist.h soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_shim.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_util.c soc2015/clord/head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_util.h soc2015/clord/head/sys/crypto/sha1.h soc2015/clord/head/sys/crypto/sha2/sha256.h soc2015/clord/head/sys/ddb/db_run.c soc2015/clord/head/sys/dev/acpica/Osd/OsdDebug.c soc2015/clord/head/sys/dev/acpica/acpi.c soc2015/clord/head/sys/dev/acpica/acpi_pcib.c soc2015/clord/head/sys/dev/ahci/ahci.c soc2015/clord/head/sys/dev/ahci/ahci.h soc2015/clord/head/sys/dev/ahci/ahci_pci.c soc2015/clord/head/sys/dev/aic/aic_pccard.c soc2015/clord/head/sys/dev/aic7xxx/aicasm/Makefile soc2015/clord/head/sys/dev/an/if_an_pccard.c soc2015/clord/head/sys/dev/arcmsr/arcmsr.c soc2015/clord/head/sys/dev/arcmsr/arcmsr.h soc2015/clord/head/sys/dev/asmc/asmc.c soc2015/clord/head/sys/dev/ata/ata-card.c soc2015/clord/head/sys/dev/ata/chipsets/ata-intel.c soc2015/clord/head/sys/dev/ata/chipsets/ata-jmicron.c soc2015/clord/head/sys/dev/ath/ah_osdep.c soc2015/clord/head/sys/dev/ath/ah_osdep.h soc2015/clord/head/sys/dev/ath/ath_hal/ah.c soc2015/clord/head/sys/dev/ath/ath_hal/ah.h soc2015/clord/head/sys/dev/ath/ath_hal/ah_devid.h soc2015/clord/head/sys/dev/ath/ath_hal/ah_internal.h soc2015/clord/head/sys/dev/ath/ath_hal/ar5210/ar5210.h soc2015/clord/head/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c soc2015/clord/head/sys/dev/ath/ath_hal/ar5211/ar5211.h soc2015/clord/head/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c soc2015/clord/head/sys/dev/ath/ath_hal/ar5212/ar5212.h soc2015/clord/head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c soc2015/clord/head/sys/dev/ath/ath_hal/ar5312/ar5312.h soc2015/clord/head/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c soc2015/clord/head/sys/dev/ath/ath_hal/ar5416/ar5416.h soc2015/clord/head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c soc2015/clord/head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c soc2015/clord/head/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h soc2015/clord/head/sys/dev/ath/ath_rate/sample/sample.c soc2015/clord/head/sys/dev/ath/ath_rate/sample/sample.h soc2015/clord/head/sys/dev/ath/if_ath.c soc2015/clord/head/sys/dev/ath/if_ath_ahb.c soc2015/clord/head/sys/dev/ath/if_ath_beacon.c soc2015/clord/head/sys/dev/ath/if_ath_debug.h soc2015/clord/head/sys/dev/ath/if_ath_keycache.c soc2015/clord/head/sys/dev/ath/if_ath_keycache.h soc2015/clord/head/sys/dev/ath/if_ath_misc.h soc2015/clord/head/sys/dev/ath/if_ath_pci.c soc2015/clord/head/sys/dev/ath/if_ath_rx.c soc2015/clord/head/sys/dev/ath/if_ath_rx_edma.c soc2015/clord/head/sys/dev/ath/if_ath_sysctl.c soc2015/clord/head/sys/dev/ath/if_ath_tdma.c soc2015/clord/head/sys/dev/ath/if_ath_tx.c soc2015/clord/head/sys/dev/ath/if_ath_tx.h soc2015/clord/head/sys/dev/ath/if_ath_tx_edma.c soc2015/clord/head/sys/dev/ath/if_ath_tx_ht.c soc2015/clord/head/sys/dev/ath/if_athvar.h soc2015/clord/head/sys/dev/atkbdc/psm.c soc2015/clord/head/sys/dev/bwi/bwimac.c soc2015/clord/head/sys/dev/bwi/bwiphy.c soc2015/clord/head/sys/dev/bwi/bwirf.c soc2015/clord/head/sys/dev/bwi/if_bwi.c soc2015/clord/head/sys/dev/bwi/if_bwivar.h soc2015/clord/head/sys/dev/bwn/if_bwn.c soc2015/clord/head/sys/dev/bwn/if_bwnvar.h soc2015/clord/head/sys/dev/bxe/bxe.c soc2015/clord/head/sys/dev/bxe/bxe.h soc2015/clord/head/sys/dev/bxe/bxe_stats.c soc2015/clord/head/sys/dev/bxe/bxe_stats.h soc2015/clord/head/sys/dev/bxe/ecore_init.h soc2015/clord/head/sys/dev/ciss/ciss.c soc2015/clord/head/sys/dev/cmx/cmx_pccard.c soc2015/clord/head/sys/dev/cs/if_cs_pccard.c soc2015/clord/head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c soc2015/clord/head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cm.c soc2015/clord/head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c soc2015/clord/head/sys/dev/cxgb/ulp/tom/cxgb_l2t.c soc2015/clord/head/sys/dev/cxgb/ulp/tom/cxgb_listen.c soc2015/clord/head/sys/dev/cxgbe/adapter.h soc2015/clord/head/sys/dev/cxgbe/common/t4_hw.c soc2015/clord/head/sys/dev/cxgbe/firmware/t4fw_cfg.txt soc2015/clord/head/sys/dev/cxgbe/firmware/t5fw_cfg.txt soc2015/clord/head/sys/dev/cxgbe/iw_cxgbe/cm.c soc2015/clord/head/sys/dev/cxgbe/iw_cxgbe/device.c soc2015/clord/head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h soc2015/clord/head/sys/dev/cxgbe/iw_cxgbe/provider.c soc2015/clord/head/sys/dev/cxgbe/iw_cxgbe/qp.c soc2015/clord/head/sys/dev/cxgbe/offload.h soc2015/clord/head/sys/dev/cxgbe/t4_main.c soc2015/clord/head/sys/dev/cxgbe/t4_netmap.c soc2015/clord/head/sys/dev/cxgbe/t4_sge.c soc2015/clord/head/sys/dev/cxgbe/tom/t4_connect.c soc2015/clord/head/sys/dev/cxgbe/tom/t4_cpl_io.c soc2015/clord/head/sys/dev/cxgbe/tom/t4_ddp.c soc2015/clord/head/sys/dev/cxgbe/tom/t4_listen.c soc2015/clord/head/sys/dev/cxgbe/tom/t4_tom.c soc2015/clord/head/sys/dev/cxgbe/tom/t4_tom.h soc2015/clord/head/sys/dev/cxgbe/tom/t4_tom_l2t.c soc2015/clord/head/sys/dev/de/if_de.c soc2015/clord/head/sys/dev/drm2/drmP.h soc2015/clord/head/sys/dev/drm2/drm_fops.c soc2015/clord/head/sys/dev/drm2/drm_lock.c soc2015/clord/head/sys/dev/drm2/drm_stub.c soc2015/clord/head/sys/dev/drm2/i915/i915_debug.c soc2015/clord/head/sys/dev/drm2/i915/i915_dma.c soc2015/clord/head/sys/dev/drm2/i915/i915_drm.h soc2015/clord/head/sys/dev/drm2/i915/i915_drv.c soc2015/clord/head/sys/dev/drm2/i915/i915_drv.h soc2015/clord/head/sys/dev/drm2/i915/i915_gem.c soc2015/clord/head/sys/dev/drm2/i915/i915_gem_execbuffer.c soc2015/clord/head/sys/dev/drm2/i915/i915_gem_gtt.c soc2015/clord/head/sys/dev/drm2/i915/i915_gem_tiling.c soc2015/clord/head/sys/dev/drm2/i915/i915_irq.c soc2015/clord/head/sys/dev/drm2/i915/i915_reg.h soc2015/clord/head/sys/dev/drm2/i915/intel_crt.c soc2015/clord/head/sys/dev/drm2/i915/intel_ddi.c soc2015/clord/head/sys/dev/drm2/i915/intel_display.c soc2015/clord/head/sys/dev/drm2/i915/intel_dp.c soc2015/clord/head/sys/dev/drm2/i915/intel_drv.h soc2015/clord/head/sys/dev/drm2/i915/intel_fb.c soc2015/clord/head/sys/dev/drm2/i915/intel_iic.c soc2015/clord/head/sys/dev/drm2/i915/intel_opregion.c soc2015/clord/head/sys/dev/drm2/i915/intel_overlay.c soc2015/clord/head/sys/dev/drm2/i915/intel_pm.c soc2015/clord/head/sys/dev/drm2/i915/intel_ringbuffer.c soc2015/clord/head/sys/dev/drm2/i915/intel_ringbuffer.h soc2015/clord/head/sys/dev/drm2/i915/intel_sdvo_regs.h soc2015/clord/head/sys/dev/drm2/radeon/radeon_device.c soc2015/clord/head/sys/dev/drm2/ttm/ttm_bo.c soc2015/clord/head/sys/dev/drm2/ttm/ttm_page_alloc.c soc2015/clord/head/sys/dev/drm2/ttm/ttm_tt.c soc2015/clord/head/sys/dev/dwc/if_dwc.c soc2015/clord/head/sys/dev/dwc/if_dwc.h soc2015/clord/head/sys/dev/e1000/e1000_82541.c soc2015/clord/head/sys/dev/e1000/e1000_82541.h soc2015/clord/head/sys/dev/e1000/e1000_82542.c soc2015/clord/head/sys/dev/e1000/e1000_82543.c soc2015/clord/head/sys/dev/e1000/e1000_82543.h soc2015/clord/head/sys/dev/e1000/e1000_82571.h soc2015/clord/head/sys/dev/e1000/e1000_82575.c soc2015/clord/head/sys/dev/e1000/e1000_api.h soc2015/clord/head/sys/dev/e1000/e1000_hw.h soc2015/clord/head/sys/dev/e1000/e1000_ich8lan.c soc2015/clord/head/sys/dev/e1000/e1000_manage.c soc2015/clord/head/sys/dev/e1000/e1000_phy.c soc2015/clord/head/sys/dev/e1000/e1000_regs.h soc2015/clord/head/sys/dev/e1000/if_em.c soc2015/clord/head/sys/dev/e1000/if_em.h soc2015/clord/head/sys/dev/e1000/if_igb.c soc2015/clord/head/sys/dev/e1000/if_igb.h soc2015/clord/head/sys/dev/e1000/if_lem.c soc2015/clord/head/sys/dev/e1000/if_lem.h soc2015/clord/head/sys/dev/ed/if_ed_isa.c soc2015/clord/head/sys/dev/ed/if_ed_pccard.c soc2015/clord/head/sys/dev/ed/if_ed_pci.c soc2015/clord/head/sys/dev/ep/if_ep_pccard.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_7240.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_8216.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_8226.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_8316.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_8327.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_9340.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_phy.c soc2015/clord/head/sys/dev/etherswitch/arswitch/arswitch_reg.c soc2015/clord/head/sys/dev/etherswitch/ip17x/ip17x.c soc2015/clord/head/sys/dev/etherswitch/ukswitch/ukswitch.c soc2015/clord/head/sys/dev/ex/if_ex_pccard.c soc2015/clord/head/sys/dev/fdc/fdc_pccard.c soc2015/clord/head/sys/dev/fdt/fdt_slicer.c soc2015/clord/head/sys/dev/fdt/simplebus.c soc2015/clord/head/sys/dev/fe/if_fe_pccard.c soc2015/clord/head/sys/dev/filemon/filemon.c soc2015/clord/head/sys/dev/filemon/filemon_lock.c soc2015/clord/head/sys/dev/filemon/filemon_wrapper.c soc2015/clord/head/sys/dev/flash/mx25l.c soc2015/clord/head/sys/dev/gpio/gpiobus.c soc2015/clord/head/sys/dev/hptmv/hptproc.c soc2015/clord/head/sys/dev/hwpmc/hwpmc_core.c soc2015/clord/head/sys/dev/hwpmc/hwpmc_intel.c soc2015/clord/head/sys/dev/hwpmc/hwpmc_logging.c soc2015/clord/head/sys/dev/hwpmc/hwpmc_mod.c soc2015/clord/head/sys/dev/hwpmc/pmc_events.h soc2015/clord/head/sys/dev/hyperv/ (props changed) soc2015/clord/head/sys/dev/hyperv/include/hyperv.h soc2015/clord/head/sys/dev/hyperv/netvsc/hv_net_vsc.c soc2015/clord/head/sys/dev/hyperv/netvsc/hv_net_vsc.h soc2015/clord/head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c soc2015/clord/head/sys/dev/hyperv/netvsc/hv_rndis.h soc2015/clord/head/sys/dev/hyperv/netvsc/hv_rndis_filter.c soc2015/clord/head/sys/dev/hyperv/netvsc/hv_rndis_filter.h soc2015/clord/head/sys/dev/hyperv/utilities/hv_kvp.c soc2015/clord/head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c soc2015/clord/head/sys/dev/hyperv/vmbus/hv_connection.c soc2015/clord/head/sys/dev/hyperv/vmbus/hv_hv.c soc2015/clord/head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c soc2015/clord/head/sys/dev/hyperv/vmbus/hv_vmbus_priv.h soc2015/clord/head/sys/dev/ic/ns16550.h soc2015/clord/head/sys/dev/if_ndis/if_ndis.c soc2015/clord/head/sys/dev/if_ndis/if_ndis_pci.c soc2015/clord/head/sys/dev/if_ndis/if_ndisvar.h soc2015/clord/head/sys/dev/iicbus/icee.c soc2015/clord/head/sys/dev/iicbus/iicbb.c soc2015/clord/head/sys/dev/iicbus/iicbus.c soc2015/clord/head/sys/dev/iicbus/iicoc.c soc2015/clord/head/sys/dev/iicbus/iiconf.c soc2015/clord/head/sys/dev/iicbus/iiconf.h soc2015/clord/head/sys/dev/iicbus/iicsmb.c soc2015/clord/head/sys/dev/ipmi/ipmi_smbios.c soc2015/clord/head/sys/dev/ipmi/ipmivars.h soc2015/clord/head/sys/dev/ipw/if_ipw.c soc2015/clord/head/sys/dev/ipw/if_ipwvar.h soc2015/clord/head/sys/dev/isci/isci.c soc2015/clord/head/sys/dev/isci/isci_interrupt.c soc2015/clord/head/sys/dev/isci/scil/scic_sds_phy.h soc2015/clord/head/sys/dev/iscsi/iscsi.c soc2015/clord/head/sys/dev/iscsi/iscsi.h soc2015/clord/head/sys/dev/ismt/ismt.c soc2015/clord/head/sys/dev/isp/isp.c soc2015/clord/head/sys/dev/isp/isp_freebsd.c soc2015/clord/head/sys/dev/isp/isp_freebsd.h soc2015/clord/head/sys/dev/isp/isp_library.c soc2015/clord/head/sys/dev/isp/isp_library.h soc2015/clord/head/sys/dev/isp/isp_pci.c soc2015/clord/head/sys/dev/isp/isp_sbus.c soc2015/clord/head/sys/dev/isp/isp_stds.h soc2015/clord/head/sys/dev/isp/isp_target.c soc2015/clord/head/sys/dev/isp/isp_target.h soc2015/clord/head/sys/dev/isp/ispmbox.h soc2015/clord/head/sys/dev/isp/ispreg.h soc2015/clord/head/sys/dev/isp/ispvar.h soc2015/clord/head/sys/dev/ispfw/asm_1040.h soc2015/clord/head/sys/dev/ispfw/asm_1080.h soc2015/clord/head/sys/dev/ispfw/asm_12160.h soc2015/clord/head/sys/dev/ispfw/asm_2200.h soc2015/clord/head/sys/dev/ispfw/asm_2300.h soc2015/clord/head/sys/dev/ispfw/asm_2322.h soc2015/clord/head/sys/dev/ispfw/asm_2400.h soc2015/clord/head/sys/dev/ispfw/asm_2500.h soc2015/clord/head/sys/dev/ispfw/ispfw.c soc2015/clord/head/sys/dev/iwi/if_iwi.c soc2015/clord/head/sys/dev/iwi/if_iwivar.h soc2015/clord/head/sys/dev/iwm/if_iwm.c soc2015/clord/head/sys/dev/iwm/if_iwm_mac_ctxt.c soc2015/clord/head/sys/dev/iwm/if_iwm_phy_ctxt.c soc2015/clord/head/sys/dev/iwm/if_iwm_power.c soc2015/clord/head/sys/dev/iwm/if_iwm_scan.c soc2015/clord/head/sys/dev/iwm/if_iwmvar.h soc2015/clord/head/sys/dev/iwn/if_iwn.c soc2015/clord/head/sys/dev/iwn/if_iwn_ioctl.h soc2015/clord/head/sys/dev/iwn/if_iwnvar.h soc2015/clord/head/sys/dev/ixgbe/if_ix.c soc2015/clord/head/sys/dev/ixgbe/if_ixv.c soc2015/clord/head/sys/dev/ixgbe/ix_txrx.c soc2015/clord/head/sys/dev/ixgbe/ixgbe.h soc2015/clord/head/sys/dev/ixgbe/ixgbe_82598.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_82599.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_api.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_api.h soc2015/clord/head/sys/dev/ixgbe/ixgbe_common.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_dcb.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_osdep.h soc2015/clord/head/sys/dev/ixgbe/ixgbe_phy.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_phy.h soc2015/clord/head/sys/dev/ixgbe/ixgbe_type.h soc2015/clord/head/sys/dev/ixgbe/ixgbe_vf.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_x540.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_x550.c soc2015/clord/head/sys/dev/ixgbe/ixgbe_x550.h soc2015/clord/head/sys/dev/ixl/if_ixl.c soc2015/clord/head/sys/dev/malo/if_malo.c soc2015/clord/head/sys/dev/malo/if_malo.h soc2015/clord/head/sys/dev/malo/if_malo_pci.c soc2015/clord/head/sys/dev/md/md.c soc2015/clord/head/sys/dev/mge/if_mge.c soc2015/clord/head/sys/dev/mge/if_mgevar.h soc2015/clord/head/sys/dev/mii/brgphy.c soc2015/clord/head/sys/dev/mii/miidevs soc2015/clord/head/sys/dev/mii/rgephy.c soc2015/clord/head/sys/dev/mii/rgephyreg.h soc2015/clord/head/sys/dev/mmc/bridge.h soc2015/clord/head/sys/dev/mmc/host/dwmmc.c soc2015/clord/head/sys/dev/mmc/mmc.c soc2015/clord/head/sys/dev/mpr/mpr.c soc2015/clord/head/sys/dev/mpr/mpr_sas_lsi.c soc2015/clord/head/sys/dev/mpr/mprvar.h soc2015/clord/head/sys/dev/mps/mps.c soc2015/clord/head/sys/dev/mps/mps_sas_lsi.c soc2015/clord/head/sys/dev/mps/mpsvar.h soc2015/clord/head/sys/dev/msk/if_mskreg.h soc2015/clord/head/sys/dev/mwl/if_mwl.c soc2015/clord/head/sys/dev/mwl/if_mwl_pci.c soc2015/clord/head/sys/dev/mwl/if_mwlvar.h soc2015/clord/head/sys/dev/nand/nand_cdev.c soc2015/clord/head/sys/dev/nand/nand_geom.c soc2015/clord/head/sys/dev/ncv/ncr53c500_pccard.c soc2015/clord/head/sys/dev/netmap/if_em_netmap.h soc2015/clord/head/sys/dev/netmap/netmap.c soc2015/clord/head/sys/dev/nsp/nsp_pccard.c soc2015/clord/head/sys/dev/ntb/if_ntb/if_ntb.c soc2015/clord/head/sys/dev/ntb/ntb_hw/ntb_hw.c soc2015/clord/head/sys/dev/ntb/ntb_hw/ntb_hw.h soc2015/clord/head/sys/dev/ntb/ntb_hw/ntb_regs.h soc2015/clord/head/sys/dev/nvd/nvd.c soc2015/clord/head/sys/dev/nvme/nvme.c soc2015/clord/head/sys/dev/nvme/nvme.h soc2015/clord/head/sys/dev/nvme/nvme_ctrlr.c soc2015/clord/head/sys/dev/nvme/nvme_ns.c soc2015/clord/head/sys/dev/nvme/nvme_private.h soc2015/clord/head/sys/dev/nvme/nvme_qpair.c soc2015/clord/head/sys/dev/nvme/nvme_sysctl.c soc2015/clord/head/sys/dev/nxge/if_nxge.c soc2015/clord/head/sys/dev/nxge/xgehal/xgehal-fifo.c soc2015/clord/head/sys/dev/nxge/xgehal/xgehal-ring.c soc2015/clord/head/sys/dev/ofw/ofw_bus_subr.c soc2015/clord/head/sys/dev/ofw/ofw_bus_subr.h soc2015/clord/head/sys/dev/ofw/ofw_iicbus.c soc2015/clord/head/sys/dev/ofw/openfirm.h soc2015/clord/head/sys/dev/patm/genrtab/Makefile soc2015/clord/head/sys/dev/pccard/pccardvar.h soc2015/clord/head/sys/dev/pccbb/pccbb.c soc2015/clord/head/sys/dev/pcf/pcf.c soc2015/clord/head/sys/dev/pci/pci.c soc2015/clord/head/sys/dev/pci/pci_host_generic.c soc2015/clord/head/sys/dev/pci/pci_if.m soc2015/clord/head/sys/dev/pci/pci_pci.c soc2015/clord/head/sys/dev/pci/pci_private.h soc2015/clord/head/sys/dev/pci/pcib_if.m soc2015/clord/head/sys/dev/pci/pcireg.h soc2015/clord/head/sys/dev/pci/pcivar.h soc2015/clord/head/sys/dev/pty/pty.c soc2015/clord/head/sys/dev/puc/pucdata.c soc2015/clord/head/sys/dev/qlxgbe/ql_hw.c soc2015/clord/head/sys/dev/qlxgbe/ql_os.c soc2015/clord/head/sys/dev/qlxgbe/ql_ver.h soc2015/clord/head/sys/dev/ral/if_ral_pci.c soc2015/clord/head/sys/dev/ral/rt2560.c soc2015/clord/head/sys/dev/ral/rt2560var.h soc2015/clord/head/sys/dev/ral/rt2661.c soc2015/clord/head/sys/dev/ral/rt2661var.h soc2015/clord/head/sys/dev/ral/rt2860.c soc2015/clord/head/sys/dev/ral/rt2860var.h soc2015/clord/head/sys/dev/random/build.sh soc2015/clord/head/sys/dev/random/fortuna.c soc2015/clord/head/sys/dev/random/hash.c soc2015/clord/head/sys/dev/random/other_algorithm.c soc2015/clord/head/sys/dev/random/random_harvestq.c soc2015/clord/head/sys/dev/random/randomdev.c soc2015/clord/head/sys/dev/random/unit_test.c soc2015/clord/head/sys/dev/random/yarrow.c soc2015/clord/head/sys/dev/rccgpio/rccgpio.c soc2015/clord/head/sys/dev/re/if_re.c soc2015/clord/head/sys/dev/rl/if_rlreg.h soc2015/clord/head/sys/dev/rt/if_rt.c soc2015/clord/head/sys/dev/rt/if_rtreg.h soc2015/clord/head/sys/dev/rt/if_rtvar.h soc2015/clord/head/sys/dev/sdhci/sdhci.c soc2015/clord/head/sys/dev/sdhci/sdhci.h soc2015/clord/head/sys/dev/sdhci/sdhci_fdt.c soc2015/clord/head/sys/dev/sdhci/sdhci_pci.c soc2015/clord/head/sys/dev/sec/sec.c soc2015/clord/head/sys/dev/sfxge/common/ef10_tlv_layout.h soc2015/clord/head/sys/dev/sfxge/common/efsys.h soc2015/clord/head/sys/dev/sfxge/common/efx.h soc2015/clord/head/sys/dev/sfxge/common/efx_bootcfg.c soc2015/clord/head/sys/dev/sfxge/common/efx_check.h soc2015/clord/head/sys/dev/sfxge/common/efx_crc32.c soc2015/clord/head/sys/dev/sfxge/common/efx_ev.c soc2015/clord/head/sys/dev/sfxge/common/efx_filter.c soc2015/clord/head/sys/dev/sfxge/common/efx_hash.c soc2015/clord/head/sys/dev/sfxge/common/efx_impl.h soc2015/clord/head/sys/dev/sfxge/common/efx_intr.c soc2015/clord/head/sys/dev/sfxge/common/efx_mac.c soc2015/clord/head/sys/dev/sfxge/common/efx_mcdi.c soc2015/clord/head/sys/dev/sfxge/common/efx_mcdi.h soc2015/clord/head/sys/dev/sfxge/common/efx_mon.c soc2015/clord/head/sys/dev/sfxge/common/efx_nic.c soc2015/clord/head/sys/dev/sfxge/common/efx_nvram.c soc2015/clord/head/sys/dev/sfxge/common/efx_phy.c soc2015/clord/head/sys/dev/sfxge/common/efx_port.c soc2015/clord/head/sys/dev/sfxge/common/efx_regs_ef10.h soc2015/clord/head/sys/dev/sfxge/common/efx_regs_mcdi.h soc2015/clord/head/sys/dev/sfxge/common/efx_rx.c soc2015/clord/head/sys/dev/sfxge/common/efx_sram.c soc2015/clord/head/sys/dev/sfxge/common/efx_tx.c soc2015/clord/head/sys/dev/sfxge/common/efx_types.h soc2015/clord/head/sys/dev/sfxge/common/efx_vpd.c soc2015/clord/head/sys/dev/sfxge/common/efx_wol.c soc2015/clord/head/sys/dev/sfxge/common/hunt_ev.c soc2015/clord/head/sys/dev/sfxge/common/hunt_filter.c soc2015/clord/head/sys/dev/sfxge/common/hunt_impl.h soc2015/clord/head/sys/dev/sfxge/common/hunt_intr.c soc2015/clord/head/sys/dev/sfxge/common/hunt_mac.c soc2015/clord/head/sys/dev/sfxge/common/hunt_mcdi.c soc2015/clord/head/sys/dev/sfxge/common/hunt_nic.c soc2015/clord/head/sys/dev/sfxge/common/hunt_nvram.c soc2015/clord/head/sys/dev/sfxge/common/hunt_phy.c soc2015/clord/head/sys/dev/sfxge/common/hunt_rx.c soc2015/clord/head/sys/dev/sfxge/common/hunt_sram.c soc2015/clord/head/sys/dev/sfxge/common/hunt_tx.c soc2015/clord/head/sys/dev/sfxge/common/hunt_vpd.c soc2015/clord/head/sys/dev/sfxge/common/mcdi_mon.c soc2015/clord/head/sys/dev/sfxge/common/mcdi_mon.h soc2015/clord/head/sys/dev/sfxge/common/siena_flash.h soc2015/clord/head/sys/dev/sfxge/common/siena_impl.h soc2015/clord/head/sys/dev/sfxge/common/siena_mac.c soc2015/clord/head/sys/dev/sfxge/common/siena_mcdi.c soc2015/clord/head/sys/dev/sfxge/common/siena_nic.c soc2015/clord/head/sys/dev/sfxge/common/siena_nvram.c soc2015/clord/head/sys/dev/sfxge/common/siena_phy.c soc2015/clord/head/sys/dev/sfxge/common/siena_sram.c soc2015/clord/head/sys/dev/sfxge/common/siena_vpd.c soc2015/clord/head/sys/dev/sfxge/sfxge.c soc2015/clord/head/sys/dev/sfxge/sfxge.h soc2015/clord/head/sys/dev/sfxge/sfxge_mcdi.c soc2015/clord/head/sys/dev/sfxge/sfxge_tx.c soc2015/clord/head/sys/dev/sfxge/sfxge_tx.h soc2015/clord/head/sys/dev/sn/if_sn_pccard.c soc2015/clord/head/sys/dev/snc/if_snc_pccard.c soc2015/clord/head/sys/dev/sound/midi/midi.c soc2015/clord/head/sys/dev/sound/usb/uaudio.c soc2015/clord/head/sys/dev/stg/tmc18c30_pccard.c soc2015/clord/head/sys/dev/sym/sym_hipd.c soc2015/clord/head/sys/dev/ti/if_ti.c soc2015/clord/head/sys/dev/tsec/if_tsec.c soc2015/clord/head/sys/dev/uart/uart_bus.h soc2015/clord/head/sys/dev/uart/uart_bus_pccard.c soc2015/clord/head/sys/dev/uart/uart_bus_pci.c soc2015/clord/head/sys/dev/uart/uart_core.c soc2015/clord/head/sys/dev/uart/uart_cpu_fdt.c soc2015/clord/head/sys/dev/uart/uart_dev_imx.h soc2015/clord/head/sys/dev/uart/uart_dev_ns8250.c soc2015/clord/head/sys/dev/usb/controller/dwc_otg.c soc2015/clord/head/sys/dev/usb/controller/dwc_otg.h soc2015/clord/head/sys/dev/usb/controller/uhci.h soc2015/clord/head/sys/dev/usb/controller/uhci_pci.c soc2015/clord/head/sys/dev/usb/controller/xhci.h soc2015/clord/head/sys/dev/usb/controller/xhci_pci.c soc2015/clord/head/sys/dev/usb/input/atp.c soc2015/clord/head/sys/dev/usb/input/uep.c soc2015/clord/head/sys/dev/usb/input/uhid.c soc2015/clord/head/sys/dev/usb/input/ukbd.c soc2015/clord/head/sys/dev/usb/input/ums.c soc2015/clord/head/sys/dev/usb/input/wsp.c soc2015/clord/head/sys/dev/usb/misc/udbp.c soc2015/clord/head/sys/dev/usb/misc/ufm.c soc2015/clord/head/sys/dev/usb/misc/ugold.c soc2015/clord/head/sys/dev/usb/misc/uled.c soc2015/clord/head/sys/dev/usb/net/if_aue.c soc2015/clord/head/sys/dev/usb/net/if_axe.c soc2015/clord/head/sys/dev/usb/net/if_axge.c soc2015/clord/head/sys/dev/usb/net/if_cdce.c soc2015/clord/head/sys/dev/usb/net/if_cue.c soc2015/clord/head/sys/dev/usb/net/if_ipheth.c soc2015/clord/head/sys/dev/usb/net/if_kue.c soc2015/clord/head/sys/dev/usb/net/if_mos.c soc2015/clord/head/sys/dev/usb/net/if_rue.c soc2015/clord/head/sys/dev/usb/net/if_smsc.c soc2015/clord/head/sys/dev/usb/net/if_udav.c soc2015/clord/head/sys/dev/usb/net/if_urndis.c soc2015/clord/head/sys/dev/usb/net/if_usie.c soc2015/clord/head/sys/dev/usb/net/uhso.c soc2015/clord/head/sys/dev/usb/quirk/usb_quirk.c soc2015/clord/head/sys/dev/usb/serial/u3g.c soc2015/clord/head/sys/dev/usb/serial/uark.c soc2015/clord/head/sys/dev/usb/serial/ubsa.c soc2015/clord/head/sys/dev/usb/serial/uchcom.c soc2015/clord/head/sys/dev/usb/serial/ucycom.c soc2015/clord/head/sys/dev/usb/serial/ufoma.c soc2015/clord/head/sys/dev/usb/serial/uftdi.c soc2015/clord/head/sys/dev/usb/serial/ugensa.c soc2015/clord/head/sys/dev/usb/serial/uipaq.c soc2015/clord/head/sys/dev/usb/serial/ulpt.c soc2015/clord/head/sys/dev/usb/serial/umcs.c soc2015/clord/head/sys/dev/usb/serial/umct.c soc2015/clord/head/sys/dev/usb/serial/umodem.c soc2015/clord/head/sys/dev/usb/serial/umoscom.c soc2015/clord/head/sys/dev/usb/serial/uplcom.c soc2015/clord/head/sys/dev/usb/serial/uslcom.c soc2015/clord/head/sys/dev/usb/serial/uvisor.c soc2015/clord/head/sys/dev/usb/serial/uvscom.c soc2015/clord/head/sys/dev/usb/storage/umass.c soc2015/clord/head/sys/dev/usb/storage/urio.c soc2015/clord/head/sys/dev/usb/usb_busdma.c soc2015/clord/head/sys/dev/usb/usb_busdma.h soc2015/clord/head/sys/dev/usb/usb_device.c soc2015/clord/head/sys/dev/usb/usb_dynamic.c soc2015/clord/head/sys/dev/usb/usb_dynamic.h soc2015/clord/head/sys/dev/usb/usb_hub.c soc2015/clord/head/sys/dev/usb/usb_lookup.c soc2015/clord/head/sys/dev/usb/usbdevs soc2015/clord/head/sys/dev/usb/usbdi.h soc2015/clord/head/sys/dev/usb/wlan/if_rsu.c soc2015/clord/head/sys/dev/usb/wlan/if_rsureg.h soc2015/clord/head/sys/dev/usb/wlan/if_rum.c soc2015/clord/head/sys/dev/usb/wlan/if_rumreg.h soc2015/clord/head/sys/dev/usb/wlan/if_rumvar.h soc2015/clord/head/sys/dev/usb/wlan/if_run.c soc2015/clord/head/sys/dev/usb/wlan/if_runreg.h soc2015/clord/head/sys/dev/usb/wlan/if_runvar.h soc2015/clord/head/sys/dev/usb/wlan/if_uath.c soc2015/clord/head/sys/dev/usb/wlan/if_uathvar.h soc2015/clord/head/sys/dev/usb/wlan/if_upgt.c soc2015/clord/head/sys/dev/usb/wlan/if_upgtvar.h soc2015/clord/head/sys/dev/usb/wlan/if_ural.c soc2015/clord/head/sys/dev/usb/wlan/if_uralvar.h soc2015/clord/head/sys/dev/usb/wlan/if_urtw.c soc2015/clord/head/sys/dev/usb/wlan/if_urtwn.c soc2015/clord/head/sys/dev/usb/wlan/if_urtwnreg.h soc2015/clord/head/sys/dev/usb/wlan/if_urtwvar.h soc2015/clord/head/sys/dev/usb/wlan/if_zyd.c soc2015/clord/head/sys/dev/usb/wlan/if_zydreg.h soc2015/clord/head/sys/dev/virtio/network/if_vtnet.c soc2015/clord/head/sys/dev/vmware/vmxnet3/if_vmx.c soc2015/clord/head/sys/dev/vt/hw/ofwfb/ofwfb.c soc2015/clord/head/sys/dev/wi/if_wi.c soc2015/clord/head/sys/dev/wi/if_wi_macio.c soc2015/clord/head/sys/dev/wi/if_wi_pccard.c soc2015/clord/head/sys/dev/wi/if_wi_pci.c soc2015/clord/head/sys/dev/wi/if_wivar.h soc2015/clord/head/sys/dev/wpi/if_wpi.c soc2015/clord/head/sys/dev/wpi/if_wpi_debug.h soc2015/clord/head/sys/dev/wpi/if_wpireg.h soc2015/clord/head/sys/dev/wpi/if_wpivar.h soc2015/clord/head/sys/dev/wtap/if_wtap.c soc2015/clord/head/sys/dev/wtap/if_wtap_module.c soc2015/clord/head/sys/dev/wtap/if_wtapvar.h soc2015/clord/head/sys/dev/wtap/plugins/visibility.c soc2015/clord/head/sys/dev/xe/if_xe_pccard.c soc2015/clord/head/sys/dev/xen/balloon/balloon.c soc2015/clord/head/sys/dev/xen/blkback/blkback.c soc2015/clord/head/sys/dev/xen/blkfront/blkfront.c soc2015/clord/head/sys/dev/xen/control/control.c soc2015/clord/head/sys/dev/xen/grant_table/grant_table.c soc2015/clord/head/sys/dev/xen/netback/netback.c soc2015/clord/head/sys/dev/xen/netfront/netfront.c soc2015/clord/head/sys/dev/xen/pcifront/pcifront.c soc2015/clord/head/sys/dev/xen/xenpci/xenpci.c soc2015/clord/head/sys/dev/xen/xenstore/xenstore.c soc2015/clord/head/sys/fs/cuse/cuse.c soc2015/clord/head/sys/fs/cuse/cuse_ioctl.h soc2015/clord/head/sys/fs/devfs/devfs_vfsops.c soc2015/clord/head/sys/fs/devfs/devfs_vnops.c soc2015/clord/head/sys/fs/ext2fs/ext2_bmap.c soc2015/clord/head/sys/fs/ext2fs/ext2_extents.c soc2015/clord/head/sys/fs/ext2fs/ext2_extents.h soc2015/clord/head/sys/fs/ext2fs/ext2_vfsops.c soc2015/clord/head/sys/fs/ext2fs/ext2_vnops.c soc2015/clord/head/sys/fs/ext2fs/ext2fs.h soc2015/clord/head/sys/fs/fifofs/fifo_vnops.c soc2015/clord/head/sys/fs/fuse/fuse_vnops.c soc2015/clord/head/sys/fs/nfs/nfs.h soc2015/clord/head/sys/fs/nfs/nfs_commonacl.c soc2015/clord/head/sys/fs/nfs/nfs_commonport.c soc2015/clord/head/sys/fs/nfs/nfs_commonsubs.c soc2015/clord/head/sys/fs/nfs/nfs_var.h soc2015/clord/head/sys/fs/nfs/nfsport.h soc2015/clord/head/sys/fs/nfs/nfsrvstate.h soc2015/clord/head/sys/fs/nfsclient/nfs_clbio.c soc2015/clord/head/sys/fs/nfsclient/nfs_clnode.c soc2015/clord/head/sys/fs/nfsclient/nfs_clport.c soc2015/clord/head/sys/fs/nfsclient/nfs_clrpcops.c soc2015/clord/head/sys/fs/nfsclient/nfs_clvfsops.c soc2015/clord/head/sys/fs/nfsserver/nfs_nfsdkrpc.c soc2015/clord/head/sys/fs/nfsserver/nfs_nfsdport.c soc2015/clord/head/sys/fs/nfsserver/nfs_nfsdstate.c soc2015/clord/head/sys/fs/nullfs/null_vnops.c soc2015/clord/head/sys/fs/procfs/procfs_dbregs.c soc2015/clord/head/sys/fs/procfs/procfs_fpregs.c soc2015/clord/head/sys/fs/smbfs/smbfs_io.c soc2015/clord/head/sys/fs/smbfs/smbfs_smb.c soc2015/clord/head/sys/fs/smbfs/smbfs_subr.h soc2015/clord/head/sys/fs/smbfs/smbfs_vnops.c soc2015/clord/head/sys/fs/tmpfs/tmpfs_subr.c soc2015/clord/head/sys/geom/bde/g_bde.c soc2015/clord/head/sys/geom/bde/g_bde_crypt.c soc2015/clord/head/sys/geom/bde/g_bde_lock.c soc2015/clord/head/sys/geom/bde/g_bde_work.c soc2015/clord/head/sys/geom/eli/g_eli.c soc2015/clord/head/sys/geom/eli/g_eli.h soc2015/clord/head/sys/geom/eli/g_eli_crypto.c soc2015/clord/head/sys/geom/eli/g_eli_key_cache.c soc2015/clord/head/sys/geom/eli/pkcs5v2.c soc2015/clord/head/sys/geom/geom_dev.c soc2015/clord/head/sys/geom/geom_disk.c soc2015/clord/head/sys/geom/geom_flashmap.c soc2015/clord/head/sys/geom/geom_io.c soc2015/clord/head/sys/geom/geom_map.c soc2015/clord/head/sys/geom/multipath/g_multipath.c soc2015/clord/head/sys/geom/nop/g_nop.c soc2015/clord/head/sys/geom/nop/g_nop.h soc2015/clord/head/sys/geom/part/g_part.c soc2015/clord/head/sys/geom/part/g_part.h soc2015/clord/head/sys/geom/part/g_part_gpt.c soc2015/clord/head/sys/geom/raid/g_raid.c soc2015/clord/head/sys/gnu/fs/reiserfs/reiserfs_vfsops.c soc2015/clord/head/sys/i386/conf/GENERIC soc2015/clord/head/sys/i386/conf/NOTES soc2015/clord/head/sys/i386/conf/XBOX soc2015/clord/head/sys/i386/i386/elf_machdep.c soc2015/clord/head/sys/i386/i386/exception.s soc2015/clord/head/sys/i386/i386/initcpu.c soc2015/clord/head/sys/i386/i386/machdep.c soc2015/clord/head/sys/i386/i386/mp_machdep.c soc2015/clord/head/sys/i386/i386/pmap.c soc2015/clord/head/sys/i386/i386/support.s soc2015/clord/head/sys/i386/i386/sys_machdep.c soc2015/clord/head/sys/i386/i386/trap.c soc2015/clord/head/sys/i386/ibcs2/ibcs2_sysvec.c soc2015/clord/head/sys/i386/include/asmacros.h soc2015/clord/head/sys/i386/include/cpufunc.h soc2015/clord/head/sys/i386/include/cputypes.h soc2015/clord/head/sys/i386/include/intr_machdep.h soc2015/clord/head/sys/i386/include/md_var.h soc2015/clord/head/sys/i386/include/metadata.h soc2015/clord/head/sys/i386/include/pcb.h soc2015/clord/head/sys/i386/include/pmap.h soc2015/clord/head/sys/i386/include/smp.h soc2015/clord/head/sys/i386/include/stack.h soc2015/clord/head/sys/i386/include/xen/hypercall.h soc2015/clord/head/sys/i386/include/xen/xen-os.h soc2015/clord/head/sys/i386/linux/linux_proto.h soc2015/clord/head/sys/i386/linux/linux_syscall.h soc2015/clord/head/sys/i386/linux/linux_syscalls.c soc2015/clord/head/sys/i386/linux/linux_sysent.c soc2015/clord/head/sys/i386/linux/linux_sysvec.c soc2015/clord/head/sys/i386/linux/syscalls.master soc2015/clord/head/sys/kern/Make.tags.inc soc2015/clord/head/sys/kern/bus_if.m soc2015/clord/head/sys/kern/imgact_aout.c soc2015/clord/head/sys/kern/imgact_elf.c soc2015/clord/head/sys/kern/init_main.c soc2015/clord/head/sys/kern/init_sysent.c soc2015/clord/head/sys/kern/kern_condvar.c soc2015/clord/head/sys/kern/kern_conf.c soc2015/clord/head/sys/kern/kern_descrip.c soc2015/clord/head/sys/kern/kern_dump.c soc2015/clord/head/sys/kern/kern_environment.c soc2015/clord/head/sys/kern/kern_event.c soc2015/clord/head/sys/kern/kern_exec.c soc2015/clord/head/sys/kern/kern_exit.c soc2015/clord/head/sys/kern/kern_fork.c soc2015/clord/head/sys/kern/kern_hhook.c soc2015/clord/head/sys/kern/kern_jail.c soc2015/clord/head/sys/kern/kern_ktr.c soc2015/clord/head/sys/kern/kern_linker.c soc2015/clord/head/sys/kern/kern_loginclass.c soc2015/clord/head/sys/kern/kern_malloc.c soc2015/clord/head/sys/kern/kern_mbuf.c soc2015/clord/head/sys/kern/kern_mib.c soc2015/clord/head/sys/kern/kern_module.c soc2015/clord/head/sys/kern/kern_physio.c soc2015/clord/head/sys/kern/kern_proc.c soc2015/clord/head/sys/kern/kern_prot.c soc2015/clord/head/sys/kern/kern_racct.c soc2015/clord/head/sys/kern/kern_rctl.c soc2015/clord/head/sys/kern/kern_resource.c soc2015/clord/head/sys/kern/kern_rmlock.c soc2015/clord/head/sys/kern/kern_sharedpage.c soc2015/clord/head/sys/kern/kern_shutdown.c soc2015/clord/head/sys/kern/kern_sig.c soc2015/clord/head/sys/kern/kern_sysctl.c soc2015/clord/head/sys/kern/kern_tc.c soc2015/clord/head/sys/kern/kern_thr.c soc2015/clord/head/sys/kern/kern_thread.c soc2015/clord/head/sys/kern/kern_time.c soc2015/clord/head/sys/kern/kern_timeout.c soc2015/clord/head/sys/kern/kern_umtx.c soc2015/clord/head/sys/kern/ksched.c soc2015/clord/head/sys/kern/link_elf.c soc2015/clord/head/sys/kern/link_elf_obj.c soc2015/clord/head/sys/kern/makesyscalls.sh soc2015/clord/head/sys/kern/sched_ule.c soc2015/clord/head/sys/kern/subr_acl_nfs4.c soc2015/clord/head/sys/kern/subr_bus_dma.c soc2015/clord/head/sys/kern/subr_busdma_bufalloc.c soc2015/clord/head/sys/kern/subr_capability.c soc2015/clord/head/sys/kern/subr_param.c soc2015/clord/head/sys/kern/subr_prf.c soc2015/clord/head/sys/kern/subr_rman.c soc2015/clord/head/sys/kern/subr_sbuf.c soc2015/clord/head/sys/kern/subr_smp.c soc2015/clord/head/sys/kern/subr_stack.c soc2015/clord/head/sys/kern/subr_syscall.c soc2015/clord/head/sys/kern/subr_taskqueue.c soc2015/clord/head/sys/kern/subr_uio.c soc2015/clord/head/sys/kern/subr_witness.c soc2015/clord/head/sys/kern/sys_process.c soc2015/clord/head/sys/kern/syscalls.c soc2015/clord/head/sys/kern/sysv_shm.c soc2015/clord/head/sys/kern/tty.c soc2015/clord/head/sys/kern/uipc_mbuf.c soc2015/clord/head/sys/kern/uipc_shm.c soc2015/clord/head/sys/kern/uipc_sockbuf.c soc2015/clord/head/sys/kern/uipc_syscalls.c soc2015/clord/head/sys/kern/uipc_usrreq.c soc2015/clord/head/sys/kern/vfs_aio.c soc2015/clord/head/sys/kern/vfs_bio.c soc2015/clord/head/sys/kern/vfs_cache.c soc2015/clord/head/sys/kern/vfs_default.c soc2015/clord/head/sys/kern/vfs_hash.c soc2015/clord/head/sys/kern/vfs_init.c soc2015/clord/head/sys/kern/vfs_lookup.c soc2015/clord/head/sys/kern/vfs_mount.c soc2015/clord/head/sys/kern/vfs_mountroot.c soc2015/clord/head/sys/kern/vfs_subr.c soc2015/clord/head/sys/kern/vfs_syscalls.c soc2015/clord/head/sys/kern/vfs_vnops.c soc2015/clord/head/sys/kern/vnode_if.src soc2015/clord/head/sys/kgssapi/gss_impl.c soc2015/clord/head/sys/libkern/arm/memclr.S soc2015/clord/head/sys/libkern/ffs.c soc2015/clord/head/sys/libkern/ffsl.c soc2015/clord/head/sys/libkern/fls.c soc2015/clord/head/sys/libkern/flsl.c soc2015/clord/head/sys/libkern/flsll.c soc2015/clord/head/sys/mips/adm5120/admpci.c soc2015/clord/head/sys/mips/atheros/apb.c soc2015/clord/head/sys/mips/atheros/ar71xx_ehci.c soc2015/clord/head/sys/mips/atheros/ar71xx_gpio.c soc2015/clord/head/sys/mips/atheros/ar71xx_pci.c soc2015/clord/head/sys/mips/atheros/ar71xx_setup.c soc2015/clord/head/sys/mips/atheros/ar71xx_setup.h soc2015/clord/head/sys/mips/atheros/ar724x_pci.c soc2015/clord/head/sys/mips/atheros/files.ar71xx soc2015/clord/head/sys/mips/atheros/if_arge.c soc2015/clord/head/sys/mips/atheros/if_argevar.h soc2015/clord/head/sys/mips/atheros/qca955x_pci.c soc2015/clord/head/sys/mips/beri/beri_machdep.c soc2015/clord/head/sys/mips/cavium/cvmx_config.h soc2015/clord/head/sys/mips/cavium/octopci.c soc2015/clord/head/sys/mips/conf/ALFA_HORNET_UB soc2015/clord/head/sys/mips/conf/AP121 soc2015/clord/head/sys/mips/conf/AP135 soc2015/clord/head/sys/mips/conf/AP135.hints soc2015/clord/head/sys/mips/conf/AP91 soc2015/clord/head/sys/mips/conf/AP93 soc2015/clord/head/sys/mips/conf/AP94 soc2015/clord/head/sys/mips/conf/AP96 soc2015/clord/head/sys/mips/conf/AR933X_BASE soc2015/clord/head/sys/mips/conf/BERI_DE4_MDROOT soc2015/clord/head/sys/mips/conf/BERI_DE4_SDROOT soc2015/clord/head/sys/mips/conf/BERI_SIM_MDROOT soc2015/clord/head/sys/mips/conf/BERI_SIM_SDROOT soc2015/clord/head/sys/mips/conf/BERI_SIM_VIRTIO soc2015/clord/head/sys/mips/conf/CARAMBOLA2 soc2015/clord/head/sys/mips/conf/DB120 soc2015/clord/head/sys/mips/conf/DIR-655A1 soc2015/clord/head/sys/mips/conf/DIR-825B1 soc2015/clord/head/sys/mips/conf/DIR-825C1 soc2015/clord/head/sys/mips/conf/ENH200 soc2015/clord/head/sys/mips/conf/OCTEON1 soc2015/clord/head/sys/mips/conf/PB47 soc2015/clord/head/sys/mips/conf/PICOSTATION_M2HP soc2015/clord/head/sys/mips/conf/ROUTERSTATION soc2015/clord/head/sys/mips/conf/ROUTERSTATION_MFS soc2015/clord/head/sys/mips/conf/RSPRO soc2015/clord/head/sys/mips/conf/RSPRO_MFS soc2015/clord/head/sys/mips/conf/RT305X soc2015/clord/head/sys/mips/conf/TL-ARCHERC7V2 soc2015/clord/head/sys/mips/conf/TL-WDR4300 soc2015/clord/head/sys/mips/conf/TL-WR1043NDv2 soc2015/clord/head/sys/mips/conf/TP-MR3020 soc2015/clord/head/sys/mips/conf/TP-MR3020.hints soc2015/clord/head/sys/mips/conf/TP-WN1043ND soc2015/clord/head/sys/mips/conf/WZR-300HP soc2015/clord/head/sys/mips/conf/WZR-300HP.hints soc2015/clord/head/sys/mips/conf/WZR-HPAG300H soc2015/clord/head/sys/mips/conf/std.SWARM soc2015/clord/head/sys/mips/idt/idtpci.c soc2015/clord/head/sys/mips/include/cpufunc.h soc2015/clord/head/sys/mips/include/cpuinfo.h soc2015/clord/head/sys/mips/include/cpuregs.h soc2015/clord/head/sys/mips/include/ofw_machdep.h soc2015/clord/head/sys/mips/include/pmap.h soc2015/clord/head/sys/mips/include/pte.h soc2015/clord/head/sys/mips/malta/gt_pci.c soc2015/clord/head/sys/mips/malta/malta_machdep.c soc2015/clord/head/sys/mips/mips/busdma_machdep.c soc2015/clord/head/sys/mips/mips/cpu.c soc2015/clord/head/sys/mips/mips/elf_machdep.c soc2015/clord/head/sys/mips/mips/fp.S soc2015/clord/head/sys/mips/mips/freebsd32_machdep.c soc2015/clord/head/sys/mips/mips/pm_machdep.c soc2015/clord/head/sys/mips/mips/pmap.c soc2015/clord/head/sys/mips/mips/stack_machdep.c soc2015/clord/head/sys/mips/mips/trap.c soc2015/clord/head/sys/mips/mips/uma_machdep.c soc2015/clord/head/sys/mips/nlm/xlp_pci.c soc2015/clord/head/sys/mips/rmi/dev/nlge/if_nlge.c soc2015/clord/head/sys/mips/rmi/files.xlr soc2015/clord/head/sys/mips/rmi/iodi.c soc2015/clord/head/sys/mips/rmi/xlr_pci.c soc2015/clord/head/sys/mips/rt305x/files.rt305x soc2015/clord/head/sys/mips/rt305x/obio.c soc2015/clord/head/sys/mips/rt305x/rt305x_dotg.c soc2015/clord/head/sys/mips/rt305x/rt305x_machdep.c soc2015/clord/head/sys/mips/rt305x/rt305x_sysctl.c soc2015/clord/head/sys/mips/rt305x/rt305xreg.h soc2015/clord/head/sys/mips/rt305x/uart_bus_rt305x.c soc2015/clord/head/sys/mips/rt305x/uart_cpu_rt305x.c soc2015/clord/head/sys/modules/Makefile soc2015/clord/head/sys/modules/Makefile.inc soc2015/clord/head/sys/modules/ahci/Makefile soc2015/clord/head/sys/modules/ath/Makefile soc2015/clord/head/sys/modules/cam/Makefile soc2015/clord/head/sys/modules/cloudabi64/Makefile soc2015/clord/head/sys/modules/crypto/Makefile soc2015/clord/head/sys/modules/cryptodev/Makefile soc2015/clord/head/sys/modules/ctl/Makefile soc2015/clord/head/sys/modules/cxgb/iw_cxgb/Makefile soc2015/clord/head/sys/modules/cxgbe/Makefile soc2015/clord/head/sys/modules/cxgbe/if_cxgbe/Makefile soc2015/clord/head/sys/modules/cxgbe/iw_cxgbe/Makefile soc2015/clord/head/sys/modules/drm2/Makefile soc2015/clord/head/sys/modules/drm2/radeonkmsfw/Makefile soc2015/clord/head/sys/modules/dtb/imx6/Makefile soc2015/clord/head/sys/modules/dtrace/Makefile soc2015/clord/head/sys/modules/dtrace/systrace_linux32/Makefile soc2015/clord/head/sys/modules/geom/geom_bde/Makefile soc2015/clord/head/sys/modules/geom/geom_eli/Makefile soc2015/clord/head/sys/modules/geom/geom_sched/Makefile soc2015/clord/head/sys/modules/hwpmc/Makefile soc2015/clord/head/sys/modules/hyperv/ (props changed) soc2015/clord/head/sys/modules/hyperv/vmbus/Makefile soc2015/clord/head/sys/modules/i2c/iicbb/Makefile soc2015/clord/head/sys/modules/ibcore/Makefile soc2015/clord/head/sys/modules/ipoib/Makefile soc2015/clord/head/sys/modules/ispfw/Makefile soc2015/clord/head/sys/modules/ix/Makefile soc2015/clord/head/sys/modules/ixv/Makefile soc2015/clord/head/sys/modules/linux64/Makefile soc2015/clord/head/sys/modules/mlx4/Makefile soc2015/clord/head/sys/modules/mlx4ib/Makefile soc2015/clord/head/sys/modules/mlxen/Makefile soc2015/clord/head/sys/modules/mthca/Makefile soc2015/clord/head/sys/modules/rdma/krping/Makefile soc2015/clord/head/sys/modules/sfxge/Makefile soc2015/clord/head/sys/modules/syscons/Makefile soc2015/clord/head/sys/modules/uart/Makefile soc2015/clord/head/sys/modules/usb/Makefile soc2015/clord/head/sys/modules/usb/rsu/Makefile soc2015/clord/head/sys/modules/usb/rsufw/Makefile.inc soc2015/clord/head/sys/modules/usb/urtwn/Makefile soc2015/clord/head/sys/modules/usb/urtwnfw/Makefile.inc soc2015/clord/head/sys/modules/usb/usb/Makefile soc2015/clord/head/sys/modules/zfs/Makefile soc2015/clord/head/sys/net/altq/altq.h soc2015/clord/head/sys/net/altq/altq_cbq.c soc2015/clord/head/sys/net/altq/altq_cbq.h soc2015/clord/head/sys/net/altq/altq_classq.h soc2015/clord/head/sys/net/altq/altq_fairq.c soc2015/clord/head/sys/net/altq/altq_fairq.h soc2015/clord/head/sys/net/altq/altq_hfsc.c soc2015/clord/head/sys/net/altq/altq_hfsc.h soc2015/clord/head/sys/net/altq/altq_priq.c soc2015/clord/head/sys/net/altq/altq_priq.h soc2015/clord/head/sys/net/altq/altq_rmclass.c soc2015/clord/head/sys/net/altq/altq_rmclass.h soc2015/clord/head/sys/net/altq/altq_subr.c soc2015/clord/head/sys/net/altq/altq_var.h soc2015/clord/head/sys/net/bpf.c soc2015/clord/head/sys/net/flowtable.c soc2015/clord/head/sys/net/ieee8023ad_lacp.c soc2015/clord/head/sys/net/if.c soc2015/clord/head/sys/net/if_arcsubr.c soc2015/clord/head/sys/net/if_dl.h soc2015/clord/head/sys/net/if_enc.c soc2015/clord/head/sys/net/if_enc.h soc2015/clord/head/sys/net/if_epair.c soc2015/clord/head/sys/net/if_ethersubr.c soc2015/clord/head/sys/net/if_fddisubr.c soc2015/clord/head/sys/net/if_fwsubr.c soc2015/clord/head/sys/net/if_gif.c soc2015/clord/head/sys/net/if_gif.h soc2015/clord/head/sys/net/if_gre.c soc2015/clord/head/sys/net/if_iso88025subr.c soc2015/clord/head/sys/net/if_lagg.c soc2015/clord/head/sys/net/if_lagg.h soc2015/clord/head/sys/net/if_llatbl.c soc2015/clord/head/sys/net/if_llatbl.h soc2015/clord/head/sys/net/if_loop.c soc2015/clord/head/sys/net/if_me.c soc2015/clord/head/sys/net/if_stf.c soc2015/clord/head/sys/net/if_tap.c soc2015/clord/head/sys/net/if_var.h soc2015/clord/head/sys/net/pfkeyv2.h soc2015/clord/head/sys/net/pfvar.h soc2015/clord/head/sys/net/radix_mpath.c soc2015/clord/head/sys/net/radix_mpath.h soc2015/clord/head/sys/net/route.c soc2015/clord/head/sys/net/route.h soc2015/clord/head/sys/net/rss_config.c soc2015/clord/head/sys/net/rss_config.h soc2015/clord/head/sys/net/rtsock.c soc2015/clord/head/sys/net/sff8436.h soc2015/clord/head/sys/net80211/_ieee80211.h soc2015/clord/head/sys/net80211/ieee80211.c soc2015/clord/head/sys/net80211/ieee80211.h soc2015/clord/head/sys/net80211/ieee80211_crypto.c soc2015/clord/head/sys/net80211/ieee80211_crypto.h soc2015/clord/head/sys/net80211/ieee80211_crypto_ccmp.c soc2015/clord/head/sys/net80211/ieee80211_crypto_none.c soc2015/clord/head/sys/net80211/ieee80211_crypto_tkip.c soc2015/clord/head/sys/net80211/ieee80211_crypto_wep.c soc2015/clord/head/sys/net80211/ieee80211_ddb.c soc2015/clord/head/sys/net80211/ieee80211_freebsd.c soc2015/clord/head/sys/net80211/ieee80211_freebsd.h soc2015/clord/head/sys/net80211/ieee80211_hostap.c soc2015/clord/head/sys/net80211/ieee80211_ht.c soc2015/clord/head/sys/net80211/ieee80211_ht.h soc2015/clord/head/sys/net80211/ieee80211_input.c soc2015/clord/head/sys/net80211/ieee80211_ioctl.c soc2015/clord/head/sys/net80211/ieee80211_mesh.c soc2015/clord/head/sys/net80211/ieee80211_node.h soc2015/clord/head/sys/net80211/ieee80211_output.c soc2015/clord/head/sys/net80211/ieee80211_phy.h soc2015/clord/head/sys/net80211/ieee80211_power.c soc2015/clord/head/sys/net80211/ieee80211_proto.c soc2015/clord/head/sys/net80211/ieee80211_proto.h soc2015/clord/head/sys/net80211/ieee80211_regdomain.c soc2015/clord/head/sys/net80211/ieee80211_scan_sta.c soc2015/clord/head/sys/net80211/ieee80211_scan_sw.c soc2015/clord/head/sys/net80211/ieee80211_superg.c soc2015/clord/head/sys/net80211/ieee80211_var.h soc2015/clord/head/sys/net80211/ieee80211_wds.c soc2015/clord/head/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c soc2015/clord/head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c soc2015/clord/head/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c soc2015/clord/head/sys/netgraph/bluetooth/hci/ng_hci_evnt.c soc2015/clord/head/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c soc2015/clord/head/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h soc2015/clord/head/sys/netgraph/bluetooth/include/ng_btsocket.h soc2015/clord/head/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h soc2015/clord/head/sys/netgraph/bluetooth/include/ng_hci.h soc2015/clord/head/sys/netgraph/bluetooth/include/ng_l2cap.h soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h soc2015/clord/head/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h soc2015/clord/head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c soc2015/clord/head/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c soc2015/clord/head/sys/netgraph/netflow/netflow.c soc2015/clord/head/sys/netgraph/netflow/netflow_v9.c soc2015/clord/head/sys/netgraph/netflow/ng_netflow.c soc2015/clord/head/sys/netgraph/ng_eiface.c soc2015/clord/head/sys/netgraph/ng_ether.c soc2015/clord/head/sys/netgraph/ng_pppoe.c soc2015/clord/head/sys/netgraph/ng_pppoe.h soc2015/clord/head/sys/netinet/cc/cc_cubic.c soc2015/clord/head/sys/netinet/cc/cc_newreno.c soc2015/clord/head/sys/netinet/if_ether.c soc2015/clord/head/sys/netinet/if_ether.h soc2015/clord/head/sys/netinet/igmp.c soc2015/clord/head/sys/netinet/in.c soc2015/clord/head/sys/netinet/in_gif.c soc2015/clord/head/sys/netinet/in_kdtrace.c soc2015/clord/head/sys/netinet/in_kdtrace.h soc2015/clord/head/sys/netinet/in_mcast.c soc2015/clord/head/sys/netinet/in_pcb.c soc2015/clord/head/sys/netinet/in_pcb.h soc2015/clord/head/sys/netinet/in_rmx.c soc2015/clord/head/sys/netinet/in_rss.c soc2015/clord/head/sys/netinet/in_rss.h soc2015/clord/head/sys/netinet/in_var.h soc2015/clord/head/sys/netinet/ip_carp.c soc2015/clord/head/sys/netinet/ip_encap.c soc2015/clord/head/sys/netinet/ip_fastfwd.c soc2015/clord/head/sys/netinet/ip_fw.h soc2015/clord/head/sys/netinet/ip_icmp.c soc2015/clord/head/sys/netinet/ip_input.c soc2015/clord/head/sys/netinet/ip_ipsec.c soc2015/clord/head/sys/netinet/ip_mroute.c soc2015/clord/head/sys/netinet/ip_options.c soc2015/clord/head/sys/netinet/ip_output.c soc2015/clord/head/sys/netinet/ip_var.h soc2015/clord/head/sys/netinet/raw_ip.c soc2015/clord/head/sys/netinet/sctp.h soc2015/clord/head/sys/netinet/sctp_auth.c soc2015/clord/head/sys/netinet/sctp_cc_functions.c soc2015/clord/head/sys/netinet/sctp_constants.h soc2015/clord/head/sys/netinet/sctp_header.h soc2015/clord/head/sys/netinet/sctp_indata.c soc2015/clord/head/sys/netinet/sctp_input.c soc2015/clord/head/sys/netinet/sctp_os_bsd.h soc2015/clord/head/sys/netinet/sctp_output.c soc2015/clord/head/sys/netinet/sctp_pcb.c soc2015/clord/head/sys/netinet/sctp_pcb.h soc2015/clord/head/sys/netinet/sctp_structs.h soc2015/clord/head/sys/netinet/sctp_sysctl.c soc2015/clord/head/sys/netinet/sctp_sysctl.h soc2015/clord/head/sys/netinet/sctp_timer.c soc2015/clord/head/sys/netinet/sctp_uio.h soc2015/clord/head/sys/netinet/sctp_usrreq.c soc2015/clord/head/sys/netinet/sctputil.c soc2015/clord/head/sys/netinet/sctputil.h soc2015/clord/head/sys/netinet/tcp.h soc2015/clord/head/sys/netinet/tcp_hostcache.c soc2015/clord/head/sys/netinet/tcp_hostcache.h soc2015/clord/head/sys/netinet/tcp_input.c soc2015/clord/head/sys/netinet/tcp_output.c soc2015/clord/head/sys/netinet/tcp_reass.c soc2015/clord/head/sys/netinet/tcp_sack.c soc2015/clord/head/sys/netinet/tcp_subr.c soc2015/clord/head/sys/netinet/tcp_syncache.c soc2015/clord/head/sys/netinet/tcp_syncache.h soc2015/clord/head/sys/netinet/tcp_timer.c soc2015/clord/head/sys/netinet/tcp_usrreq.c soc2015/clord/head/sys/netinet/tcp_var.h soc2015/clord/head/sys/netinet/toecore.c soc2015/clord/head/sys/netinet/udp_usrreq.c soc2015/clord/head/sys/netinet/udp_var.h soc2015/clord/head/sys/netinet6/frag6.c soc2015/clord/head/sys/netinet6/icmp6.c soc2015/clord/head/sys/netinet6/in6.c soc2015/clord/head/sys/netinet6/in6.h soc2015/clord/head/sys/netinet6/in6_gif.c soc2015/clord/head/sys/netinet6/in6_ifattach.c soc2015/clord/head/sys/netinet6/in6_mcast.c soc2015/clord/head/sys/netinet6/in6_pcb.c soc2015/clord/head/sys/netinet6/in6_rmx.c soc2015/clord/head/sys/netinet6/in6_rss.c soc2015/clord/head/sys/netinet6/in6_rss.h soc2015/clord/head/sys/netinet6/in6_src.c soc2015/clord/head/sys/netinet6/in6_var.h soc2015/clord/head/sys/netinet6/ip6_forward.c soc2015/clord/head/sys/netinet6/ip6_input.c soc2015/clord/head/sys/netinet6/ip6_ipsec.c soc2015/clord/head/sys/netinet6/ip6_output.c soc2015/clord/head/sys/netinet6/ip6_var.h soc2015/clord/head/sys/netinet6/mld6.c soc2015/clord/head/sys/netinet6/nd6.c soc2015/clord/head/sys/netinet6/nd6.h soc2015/clord/head/sys/netinet6/nd6_nbr.c soc2015/clord/head/sys/netinet6/nd6_rtr.c soc2015/clord/head/sys/netinet6/raw_ip6.c soc2015/clord/head/sys/netinet6/scope6.c soc2015/clord/head/sys/netinet6/scope6_var.h soc2015/clord/head/sys/netinet6/sctp6_usrreq.c soc2015/clord/head/sys/netinet6/udp6_usrreq.c soc2015/clord/head/sys/netipsec/ipsec.c soc2015/clord/head/sys/netipsec/ipsec.h soc2015/clord/head/sys/netipsec/ipsec_input.c soc2015/clord/head/sys/netipsec/ipsec_output.c soc2015/clord/head/sys/netipsec/key.c soc2015/clord/head/sys/netipsec/xform_ah.c soc2015/clord/head/sys/netipsec/xform_esp.c soc2015/clord/head/sys/netipsec/xform_ipcomp.c soc2015/clord/head/sys/netpfil/ipfw/ip_dn_io.c soc2015/clord/head/sys/netpfil/ipfw/ip_dummynet.c soc2015/clord/head/sys/netpfil/ipfw/ip_fw2.c soc2015/clord/head/sys/netpfil/ipfw/ip_fw_dynamic.c soc2015/clord/head/sys/netpfil/ipfw/ip_fw_log.c soc2015/clord/head/sys/netpfil/ipfw/ip_fw_private.h soc2015/clord/head/sys/netpfil/ipfw/ip_fw_sockopt.c soc2015/clord/head/sys/netpfil/ipfw/ip_fw_table.c soc2015/clord/head/sys/netpfil/ipfw/ip_fw_table.h soc2015/clord/head/sys/netpfil/ipfw/ip_fw_table_algo.c soc2015/clord/head/sys/netpfil/pf/if_pfsync.c soc2015/clord/head/sys/netpfil/pf/pf.c soc2015/clord/head/sys/netpfil/pf/pf_altq.h soc2015/clord/head/sys/netpfil/pf/pf_if.c soc2015/clord/head/sys/netpfil/pf/pf_ioctl.c soc2015/clord/head/sys/netpfil/pf/pf_norm.c soc2015/clord/head/sys/netsmb/smb_conn.c soc2015/clord/head/sys/netsmb/smb_iod.c soc2015/clord/head/sys/nfs/nfs_diskless.c soc2015/clord/head/sys/nfs/nfssvc.h soc2015/clord/head/sys/ofed/drivers/infiniband/core/addr.c soc2015/clord/head/sys/ofed/drivers/infiniband/core/cma.c soc2015/clord/head/sys/ofed/drivers/infiniband/core/device.c soc2015/clord/head/sys/ofed/drivers/infiniband/core/fmr_pool.c soc2015/clord/head/sys/ofed/drivers/infiniband/core/mad.c soc2015/clord/head/sys/ofed/drivers/infiniband/core/uverbs_cmd.c soc2015/clord/head/sys/ofed/drivers/infiniband/core/uverbs_main.c soc2015/clord/head/sys/ofed/drivers/infiniband/hw/mlx4/main.c soc2015/clord/head/sys/ofed/drivers/infiniband/hw/mthca/mthca_main.c soc2015/clord/head/sys/ofed/drivers/infiniband/hw/mthca/mthca_reset.c soc2015/clord/head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c soc2015/clord/head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/cmd.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_main.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_netdev.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_port.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_rx.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/en_tx.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/main.c soc2015/clord/head/sys/ofed/drivers/net/mlx4/mlx4.h soc2015/clord/head/sys/ofed/drivers/net/mlx4/mlx4_en.h soc2015/clord/head/sys/ofed/drivers/net/mlx4/mlx4_stats.h soc2015/clord/head/sys/ofed/drivers/net/mlx4/port.c soc2015/clord/head/sys/ofed/include/linux/mlx4/cq.h soc2015/clord/head/sys/ofed/include/linux/mlx4/device.h soc2015/clord/head/sys/ofed/include/linux/mlx4/doorbell.h soc2015/clord/head/sys/ofed/include/linux/mlx4/qp.h soc2015/clord/head/sys/ofed/include/rdma/ib_pma.h soc2015/clord/head/sys/opencrypto/cryptodev.c soc2015/clord/head/sys/opencrypto/skipjack.h soc2015/clord/head/sys/opencrypto/xform.c soc2015/clord/head/sys/opencrypto/xform.h soc2015/clord/head/sys/pc98/conf/GENERIC soc2015/clord/head/sys/pc98/conf/NOTES soc2015/clord/head/sys/pc98/include/bus.h soc2015/clord/head/sys/powerpc/aim/aim_machdep.c soc2015/clord/head/sys/powerpc/aim/locore32.S soc2015/clord/head/sys/powerpc/aim/locore64.S soc2015/clord/head/sys/powerpc/aim/mmu_oea64.c soc2015/clord/head/sys/powerpc/aim/moea64_native.c soc2015/clord/head/sys/powerpc/aim/mp_cpudep.c soc2015/clord/head/sys/powerpc/aim/slb.c soc2015/clord/head/sys/powerpc/aim/trap_subr64.S soc2015/clord/head/sys/powerpc/booke/booke_machdep.c soc2015/clord/head/sys/powerpc/booke/locore.S soc2015/clord/head/sys/powerpc/booke/machdep_e500.c soc2015/clord/head/sys/powerpc/booke/pmap.c soc2015/clord/head/sys/powerpc/booke/trap_subr.S soc2015/clord/head/sys/powerpc/conf/GENERIC soc2015/clord/head/sys/powerpc/conf/GENERIC64 soc2015/clord/head/sys/powerpc/include/_types.h soc2015/clord/head/sys/powerpc/include/asm.h soc2015/clord/head/sys/powerpc/include/atomic.h soc2015/clord/head/sys/powerpc/include/cpu.h soc2015/clord/head/sys/powerpc/include/intr_machdep.h soc2015/clord/head/sys/powerpc/include/md_var.h soc2015/clord/head/sys/powerpc/include/ofw_machdep.h soc2015/clord/head/sys/powerpc/include/param.h soc2015/clord/head/sys/powerpc/include/pcb.h soc2015/clord/head/sys/powerpc/include/platform.h soc2015/clord/head/sys/powerpc/include/pmap.h soc2015/clord/head/sys/powerpc/include/profile.h soc2015/clord/head/sys/powerpc/include/pte.h soc2015/clord/head/sys/powerpc/include/setjmp.h soc2015/clord/head/sys/powerpc/include/spr.h soc2015/clord/head/sys/powerpc/include/tlb.h soc2015/clord/head/sys/powerpc/include/trap.h soc2015/clord/head/sys/powerpc/include/vmparam.h soc2015/clord/head/sys/powerpc/mpc85xx/fsl_sdhc.c soc2015/clord/head/sys/powerpc/mpc85xx/i2c.c soc2015/clord/head/sys/powerpc/mpc85xx/lbc.c soc2015/clord/head/sys/powerpc/mpc85xx/mpc85xx.c soc2015/clord/head/sys/powerpc/mpc85xx/mpc85xx.h soc2015/clord/head/sys/powerpc/mpc85xx/pci_mpc85xx.c soc2015/clord/head/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c soc2015/clord/head/sys/powerpc/mpc85xx/platform_mpc85xx.c soc2015/clord/head/sys/powerpc/ofw/ofw_machdep.c soc2015/clord/head/sys/powerpc/ofw/ofw_pci.c soc2015/clord/head/sys/powerpc/ofw/ofw_pcibus.c soc2015/clord/head/sys/powerpc/ofw/openpic_ofw.c soc2015/clord/head/sys/powerpc/ofw/rtas.c soc2015/clord/head/sys/powerpc/powermac/cpcht.c soc2015/clord/head/sys/powerpc/powermac/grackle.c soc2015/clord/head/sys/powerpc/powermac/kiic.c soc2015/clord/head/sys/powerpc/powermac/macgpio.c soc2015/clord/head/sys/powerpc/powerpc/busdma_machdep.c soc2015/clord/head/sys/powerpc/powerpc/copyinout.c soc2015/clord/head/sys/powerpc/powerpc/cpu.c soc2015/clord/head/sys/powerpc/powerpc/db_interface.c soc2015/clord/head/sys/powerpc/powerpc/elf32_machdep.c soc2015/clord/head/sys/powerpc/powerpc/elf64_machdep.c soc2015/clord/head/sys/powerpc/powerpc/exec_machdep.c soc2015/clord/head/sys/powerpc/powerpc/intr_machdep.c soc2015/clord/head/sys/powerpc/powerpc/machdep.c soc2015/clord/head/sys/powerpc/powerpc/mp_machdep.c soc2015/clord/head/sys/powerpc/powerpc/platform.c soc2015/clord/head/sys/powerpc/powerpc/platform_if.m soc2015/clord/head/sys/powerpc/powerpc/pmap_dispatch.c soc2015/clord/head/sys/powerpc/powerpc/setjmp.S soc2015/clord/head/sys/powerpc/powerpc/sigcode64.S soc2015/clord/head/sys/powerpc/powerpc/stack_machdep.c soc2015/clord/head/sys/powerpc/powerpc/swtch32.S soc2015/clord/head/sys/powerpc/powerpc/swtch64.S soc2015/clord/head/sys/powerpc/powerpc/trap.c soc2015/clord/head/sys/powerpc/powerpc/uma_machdep.c soc2015/clord/head/sys/powerpc/powerpc/vm_machdep.c soc2015/clord/head/sys/powerpc/pseries/mmu_phyp.c soc2015/clord/head/sys/powerpc/pseries/phyp_console.c soc2015/clord/head/sys/powerpc/pseries/phyp_llan.c soc2015/clord/head/sys/powerpc/pseries/phyp_vscsi.c soc2015/clord/head/sys/powerpc/pseries/platform_chrp.c soc2015/clord/head/sys/powerpc/pseries/plpar_iommu.c soc2015/clord/head/sys/powerpc/pseries/rtas_pci.c soc2015/clord/head/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c soc2015/clord/head/sys/rpc/svc.c soc2015/clord/head/sys/security/audit/audit_pipe.c soc2015/clord/head/sys/security/audit/bsm_domain.c soc2015/clord/head/sys/security/audit/bsm_errno.c soc2015/clord/head/sys/security/audit/bsm_fcntl.c soc2015/clord/head/sys/security/audit/bsm_socket_type.c soc2015/clord/head/sys/security/audit/bsm_token.c soc2015/clord/head/sys/security/mac/mac_framework.c soc2015/clord/head/sys/security/mac/mac_internal.h soc2015/clord/head/sys/sparc64/conf/GENERIC soc2015/clord/head/sys/sparc64/ebus/ebus.c soc2015/clord/head/sys/sparc64/include/dump.h soc2015/clord/head/sys/sparc64/include/kerneldump.h soc2015/clord/head/sys/sparc64/include/ktr.h soc2015/clord/head/sys/sparc64/include/md_var.h soc2015/clord/head/sys/sparc64/include/ofw_machdep.h soc2015/clord/head/sys/sparc64/include/smp.h soc2015/clord/head/sys/sparc64/pci/fire.c soc2015/clord/head/sys/sparc64/pci/firereg.h soc2015/clord/head/sys/sparc64/pci/firevar.h soc2015/clord/head/sys/sparc64/pci/ofw_pci.h soc2015/clord/head/sys/sparc64/pci/psycho.c soc2015/clord/head/sys/sparc64/pci/psychoreg.h soc2015/clord/head/sys/sparc64/pci/psychovar.h soc2015/clord/head/sys/sparc64/pci/schizo.c soc2015/clord/head/sys/sparc64/pci/schizoreg.h soc2015/clord/head/sys/sparc64/pci/schizovar.h soc2015/clord/head/sys/sparc64/sparc64/bus_machdep.c soc2015/clord/head/sys/sparc64/sparc64/dump_machdep.c soc2015/clord/head/sys/sparc64/sparc64/elf_machdep.c soc2015/clord/head/sys/sparc64/sparc64/exception.S soc2015/clord/head/sys/sparc64/sparc64/machdep.c soc2015/clord/head/sys/sparc64/sparc64/mp_exception.S soc2015/clord/head/sys/sparc64/sparc64/mp_machdep.c soc2015/clord/head/sys/sparc64/sparc64/pmap.c soc2015/clord/head/sys/sparc64/sparc64/stack_machdep.c soc2015/clord/head/sys/sparc64/sparc64/swtch.S soc2015/clord/head/sys/sparc64/sparc64/trap.c soc2015/clord/head/sys/sys/_bitset.h soc2015/clord/head/sys/sys/_stdint.h soc2015/clord/head/sys/sys/acl.h soc2015/clord/head/sys/sys/bio.h soc2015/clord/head/sys/sys/buf.h soc2015/clord/head/sys/sys/callout.h soc2015/clord/head/sys/sys/capsicum.h soc2015/clord/head/sys/sys/cdefs.h soc2015/clord/head/sys/sys/conf.h soc2015/clord/head/sys/sys/copyright.h soc2015/clord/head/sys/sys/efi.h soc2015/clord/head/sys/sys/elf_common.h soc2015/clord/head/sys/sys/exec.h soc2015/clord/head/sys/sys/fcntl.h soc2015/clord/head/sys/sys/file.h soc2015/clord/head/sys/sys/filedesc.h soc2015/clord/head/sys/sys/gpt.h soc2015/clord/head/sys/sys/hhook.h soc2015/clord/head/sys/sys/imgact_elf.h soc2015/clord/head/sys/sys/jail.h soc2015/clord/head/sys/sys/kernel.h soc2015/clord/head/sys/sys/ktr_class.h soc2015/clord/head/sys/sys/libkern.h soc2015/clord/head/sys/sys/linker.h soc2015/clord/head/sys/sys/loginclass.h soc2015/clord/head/sys/sys/mbuf.h soc2015/clord/head/sys/sys/module.h soc2015/clord/head/sys/sys/mount.h soc2015/clord/head/sys/sys/nv.h soc2015/clord/head/sys/sys/param.h soc2015/clord/head/sys/sys/pcpu.h soc2015/clord/head/sys/sys/pmc.h soc2015/clord/head/sys/sys/posix4.h soc2015/clord/head/sys/sys/proc.h soc2015/clord/head/sys/sys/ptrace.h soc2015/clord/head/sys/sys/racct.h soc2015/clord/head/sys/sys/random.h soc2015/clord/head/sys/sys/reboot.h soc2015/clord/head/sys/sys/resourcevar.h soc2015/clord/head/sys/sys/sdt.h soc2015/clord/head/sys/sys/sf_buf.h soc2015/clord/head/sys/sys/slicer.h soc2015/clord/head/sys/sys/sockbuf.h soc2015/clord/head/sys/sys/socket.h soc2015/clord/head/sys/sys/stack.h soc2015/clord/head/sys/sys/stdint.h soc2015/clord/head/sys/sys/syscall.h soc2015/clord/head/sys/sys/syscall.mk soc2015/clord/head/sys/sys/sysctl.h soc2015/clord/head/sys/sys/sysent.h soc2015/clord/head/sys/sys/sysproto.h soc2015/clord/head/sys/sys/systm.h soc2015/clord/head/sys/sys/types.h soc2015/clord/head/sys/sys/ucred.h soc2015/clord/head/sys/sys/uio.h soc2015/clord/head/sys/sys/umtx.h soc2015/clord/head/sys/sys/user.h soc2015/clord/head/sys/sys/vdso.h soc2015/clord/head/sys/sys/vmmeter.h soc2015/clord/head/sys/sys/vnode.h soc2015/clord/head/sys/teken/teken_subr.h soc2015/clord/head/sys/tools/fw_stub.awk soc2015/clord/head/sys/tools/vnode_if.awk soc2015/clord/head/sys/ufs/ffs/ffs_alloc.c soc2015/clord/head/sys/ufs/ffs/ffs_balloc.c soc2015/clord/head/sys/ufs/ffs/ffs_softdep.c soc2015/clord/head/sys/ufs/ffs/ffs_vfsops.c soc2015/clord/head/sys/ufs/ufs/ufs_vnops.c soc2015/clord/head/sys/vm/default_pager.c soc2015/clord/head/sys/vm/device_pager.c soc2015/clord/head/sys/vm/phys_pager.c soc2015/clord/head/sys/vm/sg_pager.c soc2015/clord/head/sys/vm/swap_pager.c soc2015/clord/head/sys/vm/uma.h soc2015/clord/head/sys/vm/uma_core.c soc2015/clord/head/sys/vm/uma_int.h soc2015/clord/head/sys/vm/vm_domain.c soc2015/clord/head/sys/vm/vm_fault.c soc2015/clord/head/sys/vm/vm_glue.c soc2015/clord/head/sys/vm/vm_init.c soc2015/clord/head/sys/vm/vm_kern.c soc2015/clord/head/sys/vm/vm_map.c soc2015/clord/head/sys/vm/vm_meter.c soc2015/clord/head/sys/vm/vm_object.c soc2015/clord/head/sys/vm/vm_object.h soc2015/clord/head/sys/vm/vm_page.c soc2015/clord/head/sys/vm/vm_page.h soc2015/clord/head/sys/vm/vm_pageout.c soc2015/clord/head/sys/vm/vm_pageout.h soc2015/clord/head/sys/vm/vm_pager.c soc2015/clord/head/sys/vm/vm_pager.h soc2015/clord/head/sys/vm/vm_param.h soc2015/clord/head/sys/vm/vm_phys.c soc2015/clord/head/sys/vm/vm_phys.h soc2015/clord/head/sys/vm/vm_reserv.c soc2015/clord/head/sys/vm/vm_reserv.h soc2015/clord/head/sys/vm/vnode_pager.c soc2015/clord/head/sys/vm/vnode_pager.h soc2015/clord/head/sys/x86/acpica/madt.c soc2015/clord/head/sys/x86/include/apicvar.h soc2015/clord/head/sys/x86/include/ofw_machdep.h soc2015/clord/head/sys/x86/include/specialreg.h soc2015/clord/head/sys/x86/iommu/intel_ctx.c soc2015/clord/head/sys/x86/pci/pci_bus.c soc2015/clord/head/sys/x86/pci/qpi.c soc2015/clord/head/sys/x86/x86/busdma_bounce.c soc2015/clord/head/sys/x86/x86/identcpu.c soc2015/clord/head/sys/x86/x86/intr_machdep.c soc2015/clord/head/sys/x86/x86/local_apic.c soc2015/clord/head/sys/x86/x86/mp_x86.c soc2015/clord/head/sys/x86/x86/mptable_pci.c soc2015/clord/head/sys/x86/xen/hvm.c soc2015/clord/head/sys/x86/xen/pv.c soc2015/clord/head/sys/x86/xen/xen_apic.c soc2015/clord/head/sys/x86/xen/xen_intr.c soc2015/clord/head/sys/xen/blkif.h soc2015/clord/head/sys/xen/hypervisor.h soc2015/clord/head/sys/xen/interface/arch-arm.h soc2015/clord/head/sys/xen/interface/arch-arm/hvm/save.h soc2015/clord/head/sys/xen/interface/arch-x86/cpuid.h soc2015/clord/head/sys/xen/interface/arch-x86/hvm/save.h soc2015/clord/head/sys/xen/interface/arch-x86/xen-mca.h soc2015/clord/head/sys/xen/interface/arch-x86/xen-x86_32.h soc2015/clord/head/sys/xen/interface/arch-x86/xen-x86_64.h soc2015/clord/head/sys/xen/interface/arch-x86/xen.h soc2015/clord/head/sys/xen/interface/callback.h soc2015/clord/head/sys/xen/interface/dom0_ops.h soc2015/clord/head/sys/xen/interface/domctl.h soc2015/clord/head/sys/xen/interface/elfnote.h soc2015/clord/head/sys/xen/interface/event_channel.h soc2015/clord/head/sys/xen/interface/features.h soc2015/clord/head/sys/xen/interface/grant_table.h soc2015/clord/head/sys/xen/interface/hvm/e820.h soc2015/clord/head/sys/xen/interface/hvm/hvm_info_table.h soc2015/clord/head/sys/xen/interface/hvm/hvm_op.h soc2015/clord/head/sys/xen/interface/hvm/ioreq.h soc2015/clord/head/sys/xen/interface/hvm/params.h soc2015/clord/head/sys/xen/interface/hvm/save.h soc2015/clord/head/sys/xen/interface/io/blkif.h soc2015/clord/head/sys/xen/interface/io/console.h soc2015/clord/head/sys/xen/interface/io/fbif.h soc2015/clord/head/sys/xen/interface/io/kbdif.h soc2015/clord/head/sys/xen/interface/io/libxenvchan.h soc2015/clord/head/sys/xen/interface/io/netif.h soc2015/clord/head/sys/xen/interface/io/pciif.h soc2015/clord/head/sys/xen/interface/io/protocols.h soc2015/clord/head/sys/xen/interface/io/ring.h soc2015/clord/head/sys/xen/interface/io/tpmif.h soc2015/clord/head/sys/xen/interface/io/usbif.h soc2015/clord/head/sys/xen/interface/io/vscsiif.h soc2015/clord/head/sys/xen/interface/io/xenbus.h soc2015/clord/head/sys/xen/interface/io/xs_wire.h soc2015/clord/head/sys/xen/interface/kexec.h soc2015/clord/head/sys/xen/interface/memory.h soc2015/clord/head/sys/xen/interface/nmi.h soc2015/clord/head/sys/xen/interface/physdev.h soc2015/clord/head/sys/xen/interface/platform.h soc2015/clord/head/sys/xen/interface/sched.h soc2015/clord/head/sys/xen/interface/sysctl.h soc2015/clord/head/sys/xen/interface/tmem.h soc2015/clord/head/sys/xen/interface/trace.h soc2015/clord/head/sys/xen/interface/vcpu.h soc2015/clord/head/sys/xen/interface/version.h soc2015/clord/head/sys/xen/interface/xen-compat.h soc2015/clord/head/sys/xen/interface/xen.h soc2015/clord/head/sys/xen/interface/xenoprof.h soc2015/clord/head/sys/xen/interface/xsm/flask_op.h soc2015/clord/head/sys/xen/xen-os.h soc2015/clord/head/sys/xen/xen_intr.h soc2015/clord/head/sys/xen/xenbus/xenbusb.c soc2015/clord/head/targets/ (props changed) soc2015/clord/head/targets/pseudo/bootstrap-tools/Makefile (contents, props changed) soc2015/clord/head/targets/pseudo/bootstrap-tools/Makefile.depend.host (contents, props changed) soc2015/clord/head/targets/pseudo/clang/Makefile.depend soc2015/clord/head/targets/pseudo/gcc/Makefile.depend soc2015/clord/head/targets/pseudo/hosttools/Makefile.depend soc2015/clord/head/targets/pseudo/kernel/Makefile.depend soc2015/clord/head/targets/pseudo/stage/Makefile soc2015/clord/head/targets/pseudo/the-lot/Makefile.depend soc2015/clord/head/targets/pseudo/toolchain/Makefile.depend soc2015/clord/head/targets/pseudo/universe/Makefile soc2015/clord/head/targets/pseudo/universe/Makefile.depend soc2015/clord/head/targets/pseudo/userland/Makefile.depend soc2015/clord/head/targets/pseudo/userland/cddl/Makefile.depend soc2015/clord/head/targets/pseudo/userland/games/Makefile.depend soc2015/clord/head/targets/pseudo/userland/gnu/Makefile.depend soc2015/clord/head/targets/pseudo/userland/include/Makefile.depend soc2015/clord/head/targets/pseudo/userland/kerberos5/Makefile.depend soc2015/clord/head/targets/pseudo/userland/lib/Makefile.depend soc2015/clord/head/targets/pseudo/userland/libexec/Makefile.depend soc2015/clord/head/targets/pseudo/userland/misc/Makefile.depend soc2015/clord/head/targets/pseudo/userland/secure/Makefile.depend soc2015/clord/head/targets/pseudo/userland/share/Makefile.depend soc2015/clord/head/tests/Makefile soc2015/clord/head/tests/README soc2015/clord/head/tests/etc/Makefile soc2015/clord/head/tests/freebsd_test_suite/macros.h soc2015/clord/head/tests/sys/Makefile soc2015/clord/head/tests/sys/aio/Makefile soc2015/clord/head/tests/sys/aio/aio_kqueue_test.c soc2015/clord/head/tests/sys/aio/lio_kqueue_test.c soc2015/clord/head/tests/sys/file/Makefile soc2015/clord/head/tests/sys/file/flock_test.sh soc2015/clord/head/tests/sys/kern/Makefile soc2015/clord/head/tests/sys/kern/ptrace_test.c soc2015/clord/head/tests/sys/kern/unix_seqpacket_test.c soc2015/clord/head/tests/sys/mqueue/Makefile soc2015/clord/head/tests/sys/mqueue/mqueue_test.sh soc2015/clord/head/tests/sys/pjdfstest/Makefile soc2015/clord/head/tests/sys/pjdfstest/tests/Makefile soc2015/clord/head/tests/sys/vm/mmap_test.c soc2015/clord/head/tools/bsdbox/Makefile.base soc2015/clord/head/tools/bsdbox/Makefile.net soc2015/clord/head/tools/build/Makefile.depend soc2015/clord/head/tools/build/mk/OptionalObsoleteFiles.inc soc2015/clord/head/tools/build/options/WITH_DIRDEPS_CACHE soc2015/clord/head/tools/build/options/WITH_STAGING soc2015/clord/head/tools/build/options/WITH_SYSROOT soc2015/clord/head/tools/build/options/makeman soc2015/clord/head/tools/debugscripts/README soc2015/clord/head/tools/debugscripts/kld_deb.py soc2015/clord/head/tools/diag/dumpvfscache/Makefile soc2015/clord/head/tools/install.sh soc2015/clord/head/tools/regression/gaithrstress/Makefile soc2015/clord/head/tools/regression/geom/ConfCmp/Makefile soc2015/clord/head/tools/regression/geom/MdLoad/Makefile soc2015/clord/head/tools/regression/include/stdatomic/Makefile.depend soc2015/clord/head/tools/regression/kgssapi/Makefile soc2015/clord/head/tools/regression/net80211/ccmp/test_ccmp.c soc2015/clord/head/tools/regression/net80211/tkip/test_tkip.c soc2015/clord/head/tools/regression/net80211/wep/test_wep.c soc2015/clord/head/tools/regression/netinet/ip_id_period/ip_id_period.py soc2015/clord/head/tools/regression/p1003_1b/main.c soc2015/clord/head/tools/regression/posixsem/Makefile soc2015/clord/head/tools/regression/priv/Makefile soc2015/clord/head/tools/regression/pthread/cv_cancel1/Makefile soc2015/clord/head/tools/regression/pthread/mutex_isowned_np/Makefile soc2015/clord/head/tools/regression/rpcsec_gss/Makefile soc2015/clord/head/tools/regression/security/open_to_operation/Makefile soc2015/clord/head/tools/regression/security/open_to_operation/open_to_operation.c soc2015/clord/head/tools/regression/sockets/sendfile/Makefile soc2015/clord/head/tools/regression/tls/ttls2/Makefile soc2015/clord/head/tools/regression/tls/ttls2/ttls2.c soc2015/clord/head/tools/regression/tls/ttls4/Makefile soc2015/clord/head/tools/regression/tls/ttls4/ttls4.c soc2015/clord/head/tools/sched/schedgraph.py soc2015/clord/head/tools/test/README soc2015/clord/head/tools/tools/README soc2015/clord/head/tools/tools/ath/ath_ee_9300_print/Makefile.depend soc2015/clord/head/tools/tools/ath/athaggrstats/athaggrstats.c soc2015/clord/head/tools/tools/ath/athaggrstats/main.c soc2015/clord/head/tools/tools/ath/athdebug/athdebug.c soc2015/clord/head/tools/tools/ath/athratestats/Makefile soc2015/clord/head/tools/tools/ath/athrd/athrd.c soc2015/clord/head/tools/tools/ath/athstats/athstats.c soc2015/clord/head/tools/tools/ath/athstats/main.c soc2015/clord/head/tools/tools/ath/common/ah_osdep.h soc2015/clord/head/tools/tools/ath/common/dumpregs_5210.c soc2015/clord/head/tools/tools/ath/common/dumpregs_5211.c soc2015/clord/head/tools/tools/ath/common/dumpregs_5212.c soc2015/clord/head/tools/tools/ath/common/dumpregs_5416.c soc2015/clord/head/tools/tools/atsectl/Makefile soc2015/clord/head/tools/tools/crypto/cryptostats.c soc2015/clord/head/tools/tools/crypto/cryptotest.c soc2015/clord/head/tools/tools/crypto/hifnstats.c soc2015/clord/head/tools/tools/crypto/ipsecstats.c soc2015/clord/head/tools/tools/crypto/safestats.c soc2015/clord/head/tools/tools/crypto/ubsecstats.c soc2015/clord/head/tools/tools/cxgbetool/cxgbetool.c soc2015/clord/head/tools/tools/drm/radeon/mkregtable/Makefile.depend soc2015/clord/head/tools/tools/ether_reflect/Makefile soc2015/clord/head/tools/tools/ifpifa/Makefile soc2015/clord/head/tools/tools/iwn/iwnstats/iwn_ioctl.c soc2015/clord/head/tools/tools/iwn/iwnstats/iwn_ioctl.h soc2015/clord/head/tools/tools/iwn/iwnstats/iwnstats.h soc2015/clord/head/tools/tools/iwn/iwnstats/main.c soc2015/clord/head/tools/tools/makeroot/Makefile.depend soc2015/clord/head/tools/tools/mctest/Makefile soc2015/clord/head/tools/tools/mwl/mwldebug/mwldebug.c soc2015/clord/head/tools/tools/mwl/mwlstats/mwlstats.c soc2015/clord/head/tools/tools/nanobsd/defaults.sh soc2015/clord/head/tools/tools/nanobsd/nanobsd.sh soc2015/clord/head/tools/tools/nanobsd/pcengines/ALIX_NFS soc2015/clord/head/tools/tools/nanobsd/pcengines/common.conf soc2015/clord/head/tools/tools/nanobsd/rescue/common soc2015/clord/head/tools/tools/ncpus/Makefile soc2015/clord/head/tools/tools/net80211/stumbler/Makefile soc2015/clord/head/tools/tools/net80211/wesside/dics/Makefile soc2015/clord/head/tools/tools/net80211/wesside/udps/Makefile soc2015/clord/head/tools/tools/net80211/wesside/wesside/Makefile soc2015/clord/head/tools/tools/net80211/wlanstats/main.c soc2015/clord/head/tools/tools/net80211/wlanstats/wlanstats.c soc2015/clord/head/tools/tools/net80211/wlantxtime/wlantxtime.c soc2015/clord/head/tools/tools/netrate/http/Makefile soc2015/clord/head/tools/tools/netrate/httpd/Makefile soc2015/clord/head/tools/tools/netrate/juggle/Makefile soc2015/clord/head/tools/tools/npe/npestats/main.c soc2015/clord/head/tools/tools/npe/npestats/npestats.c soc2015/clord/head/tools/tools/shlib-compat/shlib-compat.py soc2015/clord/head/tools/tools/tscdrift/Makefile soc2015/clord/head/tools/tools/umastat/Makefile soc2015/clord/head/tools/tools/usbtest/Makefile soc2015/clord/head/tools/tools/usbtest/Makefile.depend soc2015/clord/head/tools/tools/vimage/Makefile soc2015/clord/head/tools/tools/zfsboottest/Makefile soc2015/clord/head/tools/tools/zfsboottest/zfsboottest.c soc2015/clord/head/usr.bin/Makefile soc2015/clord/head/usr.bin/apply/tests/Makefile soc2015/clord/head/usr.bin/ar/ar.c soc2015/clord/head/usr.bin/ar/write.c soc2015/clord/head/usr.bin/at/Makefile.inc soc2015/clord/head/usr.bin/awk/Makefile soc2015/clord/head/usr.bin/basename/tests/Makefile soc2015/clord/head/usr.bin/bc/bc.1 soc2015/clord/head/usr.bin/bc/bc.y soc2015/clord/head/usr.bin/bc/extern.h soc2015/clord/head/usr.bin/bc/tty.c soc2015/clord/head/usr.bin/bluetooth/btsockstat/Makefile.depend soc2015/clord/head/usr.bin/bluetooth/btsockstat/btsockstat.c soc2015/clord/head/usr.bin/bmake/Makefile soc2015/clord/head/usr.bin/bmake/Makefile.inc soc2015/clord/head/usr.bin/bmake/config.h soc2015/clord/head/usr.bin/bmake/unit-tests/Makefile soc2015/clord/head/usr.bin/bsdiff/bsdiff/bsdiff.c soc2015/clord/head/usr.bin/calendar/ (props changed) soc2015/clord/head/usr.bin/calendar/calendars/calendar.freebsd soc2015/clord/head/usr.bin/calendar/parsedata.c soc2015/clord/head/usr.bin/calendar/tests/Makefile soc2015/clord/head/usr.bin/cap_mkdb/cap_mkdb.c soc2015/clord/head/usr.bin/clang/Makefile soc2015/clord/head/usr.bin/clang/bugpoint/Makefile soc2015/clord/head/usr.bin/clang/bugpoint/bugpoint.1 soc2015/clord/head/usr.bin/clang/clang-tblgen/Makefile.depend soc2015/clord/head/usr.bin/clang/clang.prog.mk soc2015/clord/head/usr.bin/clang/clang/Makefile soc2015/clord/head/usr.bin/clang/clang/Makefile.depend soc2015/clord/head/usr.bin/clang/llc/Makefile soc2015/clord/head/usr.bin/clang/llc/llc.1 soc2015/clord/head/usr.bin/clang/lldb/Makefile soc2015/clord/head/usr.bin/clang/lldb/Makefile.depend soc2015/clord/head/usr.bin/clang/lli/Makefile soc2015/clord/head/usr.bin/clang/lli/lli.1 soc2015/clord/head/usr.bin/clang/llvm-ar/Makefile soc2015/clord/head/usr.bin/clang/llvm-ar/llvm-ar.1 soc2015/clord/head/usr.bin/clang/llvm-as/llvm-as.1 soc2015/clord/head/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 soc2015/clord/head/usr.bin/clang/llvm-cov/Makefile soc2015/clord/head/usr.bin/clang/llvm-cov/llvm-cov.1 soc2015/clord/head/usr.bin/clang/llvm-diff/llvm-diff.1 soc2015/clord/head/usr.bin/clang/llvm-dis/Makefile soc2015/clord/head/usr.bin/clang/llvm-dis/llvm-dis.1 soc2015/clord/head/usr.bin/clang/llvm-extract/Makefile soc2015/clord/head/usr.bin/clang/llvm-extract/llvm-extract.1 soc2015/clord/head/usr.bin/clang/llvm-link/Makefile soc2015/clord/head/usr.bin/clang/llvm-link/llvm-link.1 soc2015/clord/head/usr.bin/clang/llvm-mc/Makefile soc2015/clord/head/usr.bin/clang/llvm-nm/Makefile soc2015/clord/head/usr.bin/clang/llvm-nm/llvm-nm.1 soc2015/clord/head/usr.bin/clang/llvm-objdump/Makefile soc2015/clord/head/usr.bin/clang/llvm-profdata/llvm-profdata.1 soc2015/clord/head/usr.bin/clang/llvm-rtdyld/Makefile soc2015/clord/head/usr.bin/clang/llvm-symbolizer/Makefile soc2015/clord/head/usr.bin/clang/llvm-symbolizer/llvm-symbolizer.1 soc2015/clord/head/usr.bin/clang/opt/Makefile soc2015/clord/head/usr.bin/clang/opt/opt.1 soc2015/clord/head/usr.bin/clang/tblgen/Makefile.depend soc2015/clord/head/usr.bin/clang/tblgen/tblgen.1 soc2015/clord/head/usr.bin/cmp/tests/Makefile soc2015/clord/head/usr.bin/col/tests/Makefile soc2015/clord/head/usr.bin/colldef/ (props changed) soc2015/clord/head/usr.bin/colldef/Makefile soc2015/clord/head/usr.bin/colldef/parse.y soc2015/clord/head/usr.bin/column/column.c soc2015/clord/head/usr.bin/comm/tests/Makefile soc2015/clord/head/usr.bin/cpio/Makefile soc2015/clord/head/usr.bin/ctlstat/ctlstat.8 soc2015/clord/head/usr.bin/ctlstat/ctlstat.c soc2015/clord/head/usr.bin/cut/tests/Makefile soc2015/clord/head/usr.bin/dirname/tests/Makefile soc2015/clord/head/usr.bin/dpv/dpv.1 soc2015/clord/head/usr.bin/dtc/HACKING soc2015/clord/head/usr.bin/dtc/Makefile soc2015/clord/head/usr.bin/dtc/checking.cc soc2015/clord/head/usr.bin/dtc/checking.hh soc2015/clord/head/usr.bin/dtc/dtb.cc soc2015/clord/head/usr.bin/dtc/dtb.hh soc2015/clord/head/usr.bin/dtc/dtc.cc soc2015/clord/head/usr.bin/dtc/fdt.cc soc2015/clord/head/usr.bin/dtc/fdt.hh soc2015/clord/head/usr.bin/dtc/input_buffer.cc soc2015/clord/head/usr.bin/dtc/input_buffer.hh soc2015/clord/head/usr.bin/dtc/string.hh soc2015/clord/head/usr.bin/elfdump/elfdump.c soc2015/clord/head/usr.bin/file2c/tests/Makefile soc2015/clord/head/usr.bin/getconf/sysconf.gperf soc2015/clord/head/usr.bin/grep/tests/Makefile soc2015/clord/head/usr.bin/gzip/gzip.1 soc2015/clord/head/usr.bin/gzip/gzip.c soc2015/clord/head/usr.bin/gzip/tests/Makefile soc2015/clord/head/usr.bin/iconv/iconv.c soc2015/clord/head/usr.bin/ident/tests/Makefile soc2015/clord/head/usr.bin/indent/indent.1 soc2015/clord/head/usr.bin/ipcrm/Makefile.depend soc2015/clord/head/usr.bin/ipcs/Makefile.depend soc2015/clord/head/usr.bin/iscsictl/iscsictl.8 soc2015/clord/head/usr.bin/iscsictl/iscsictl.c soc2015/clord/head/usr.bin/join/tests/Makefile soc2015/clord/head/usr.bin/jot/tests/Makefile soc2015/clord/head/usr.bin/kdump/Makefile soc2015/clord/head/usr.bin/kdump/Makefile.depend soc2015/clord/head/usr.bin/kdump/kdump.c soc2015/clord/head/usr.bin/ktrdump/Makefile.depend soc2015/clord/head/usr.bin/lastcomm/tests/Makefile soc2015/clord/head/usr.bin/ldd/ldd.c soc2015/clord/head/usr.bin/less/defines.h soc2015/clord/head/usr.bin/lex/Makefile.depend soc2015/clord/head/usr.bin/limits/Makefile soc2015/clord/head/usr.bin/locale/locale.c soc2015/clord/head/usr.bin/locate/locate/locate.rc soc2015/clord/head/usr.bin/locate/locate/updatedb.sh soc2015/clord/head/usr.bin/locate/locate/util.c soc2015/clord/head/usr.bin/login/login.c soc2015/clord/head/usr.bin/login/login_fbtab.c soc2015/clord/head/usr.bin/look/look.1 soc2015/clord/head/usr.bin/m4/Makefile soc2015/clord/head/usr.bin/m4/Makefile.depend soc2015/clord/head/usr.bin/m4/eval.c soc2015/clord/head/usr.bin/m4/extern.h soc2015/clord/head/usr.bin/m4/m4.1 soc2015/clord/head/usr.bin/m4/main.c soc2015/clord/head/usr.bin/m4/mdef.h soc2015/clord/head/usr.bin/m4/pathnames.h soc2015/clord/head/usr.bin/m4/tests/Makefile soc2015/clord/head/usr.bin/makewhatis/Makefile soc2015/clord/head/usr.bin/man/man.sh soc2015/clord/head/usr.bin/mandoc/Makefile soc2015/clord/head/usr.bin/mandoc/Makefile.depend soc2015/clord/head/usr.bin/ministat/ministat.c soc2015/clord/head/usr.bin/mkcsmapper_static/Makefile.depend soc2015/clord/head/usr.bin/mkdep/mkdep.1 soc2015/clord/head/usr.bin/mkimg/ (props changed) soc2015/clord/head/usr.bin/mkimg/ebr.c soc2015/clord/head/usr.bin/mkimg/mbr.c soc2015/clord/head/usr.bin/mkimg/mkimg.1 soc2015/clord/head/usr.bin/mkimg/scheme.c soc2015/clord/head/usr.bin/mkimg/scheme.h soc2015/clord/head/usr.bin/mkimg/tests/Makefile soc2015/clord/head/usr.bin/mklocale/ (props changed) soc2015/clord/head/usr.bin/mt/mt.c soc2015/clord/head/usr.bin/ncal/tests/Makefile soc2015/clord/head/usr.bin/netstat/Makefile soc2015/clord/head/usr.bin/netstat/Makefile.depend soc2015/clord/head/usr.bin/netstat/flowtable.c soc2015/clord/head/usr.bin/netstat/if.c soc2015/clord/head/usr.bin/netstat/inet.c soc2015/clord/head/usr.bin/netstat/inet6.c soc2015/clord/head/usr.bin/netstat/ipsec.c soc2015/clord/head/usr.bin/netstat/main.c soc2015/clord/head/usr.bin/netstat/mbuf.c soc2015/clord/head/usr.bin/netstat/mroute.c soc2015/clord/head/usr.bin/netstat/mroute6.c soc2015/clord/head/usr.bin/netstat/netgraph.c soc2015/clord/head/usr.bin/netstat/netisr.c soc2015/clord/head/usr.bin/netstat/netstat.1 soc2015/clord/head/usr.bin/netstat/netstat.h soc2015/clord/head/usr.bin/netstat/route.c soc2015/clord/head/usr.bin/netstat/sctp.c soc2015/clord/head/usr.bin/nfsstat/Makefile soc2015/clord/head/usr.bin/nfsstat/Makefile.depend soc2015/clord/head/usr.bin/nfsstat/nfsstat.c soc2015/clord/head/usr.bin/numactl/numactl.c soc2015/clord/head/usr.bin/pamtest/Makefile.depend soc2015/clord/head/usr.bin/patch/pch.c soc2015/clord/head/usr.bin/pr/egetopt.c soc2015/clord/head/usr.bin/printf/tests/Makefile soc2015/clord/head/usr.bin/procstat/ (props changed) soc2015/clord/head/usr.bin/procstat/Makefile soc2015/clord/head/usr.bin/procstat/Makefile.depend soc2015/clord/head/usr.bin/procstat/procstat.1 soc2015/clord/head/usr.bin/procstat/procstat.c soc2015/clord/head/usr.bin/procstat/procstat.h soc2015/clord/head/usr.bin/procstat/procstat_args.c soc2015/clord/head/usr.bin/procstat/procstat_auxv.c soc2015/clord/head/usr.bin/procstat/procstat_basic.c soc2015/clord/head/usr.bin/procstat/procstat_bin.c soc2015/clord/head/usr.bin/procstat/procstat_cred.c soc2015/clord/head/usr.bin/procstat/procstat_cs.c soc2015/clord/head/usr.bin/procstat/procstat_files.c soc2015/clord/head/usr.bin/procstat/procstat_kstack.c soc2015/clord/head/usr.bin/procstat/procstat_rlimit.c soc2015/clord/head/usr.bin/procstat/procstat_rusage.c soc2015/clord/head/usr.bin/procstat/procstat_sigs.c soc2015/clord/head/usr.bin/procstat/procstat_threads.c soc2015/clord/head/usr.bin/procstat/procstat_vm.c soc2015/clord/head/usr.bin/rctl/rctl.8 soc2015/clord/head/usr.bin/rctl/rctl.c soc2015/clord/head/usr.bin/readelf/Makefile soc2015/clord/head/usr.bin/script/script.1 soc2015/clord/head/usr.bin/sed/compile.c soc2015/clord/head/usr.bin/sed/tests/Makefile soc2015/clord/head/usr.bin/setchannel/Makefile.depend soc2015/clord/head/usr.bin/smbutil/Makefile.depend soc2015/clord/head/usr.bin/sockstat/sockstat.1 soc2015/clord/head/usr.bin/sockstat/sockstat.c soc2015/clord/head/usr.bin/soelim/soelim.1 soc2015/clord/head/usr.bin/soelim/tests/Makefile soc2015/clord/head/usr.bin/sort/sort.1.in soc2015/clord/head/usr.bin/sort/sort.c soc2015/clord/head/usr.bin/svn/Makefile soc2015/clord/head/usr.bin/svn/Makefile.inc soc2015/clord/head/usr.bin/svn/lib/Makefile soc2015/clord/head/usr.bin/svn/lib/libapr/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libapr_util/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libserf/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_client/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_client/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_delta/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_diff/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_diff/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_fs/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_fs/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_fs_fs/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_fs_fs/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_fs_util/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_ra/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_ra_local/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_ra_serf/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_ra_serf/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_repos/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_repos/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_subr/Makefile soc2015/clord/head/usr.bin/svn/lib/libsvn_subr/Makefile.depend soc2015/clord/head/usr.bin/svn/lib/libsvn_wc/Makefile.depend soc2015/clord/head/usr.bin/svn/svn/Makefile soc2015/clord/head/usr.bin/svn/svn/Makefile.depend soc2015/clord/head/usr.bin/svn/svn_private_config.h soc2015/clord/head/usr.bin/svn/svnadmin/Makefile soc2015/clord/head/usr.bin/svn/svnadmin/Makefile.depend soc2015/clord/head/usr.bin/svn/svndumpfilter/Makefile soc2015/clord/head/usr.bin/svn/svndumpfilter/Makefile.depend soc2015/clord/head/usr.bin/svn/svnlook/Makefile soc2015/clord/head/usr.bin/svn/svnlook/Makefile.depend soc2015/clord/head/usr.bin/svn/svnmucc/Makefile soc2015/clord/head/usr.bin/svn/svnmucc/Makefile.depend soc2015/clord/head/usr.bin/svn/svnrdump/Makefile soc2015/clord/head/usr.bin/svn/svnrdump/Makefile.depend soc2015/clord/head/usr.bin/svn/svnserve/Makefile soc2015/clord/head/usr.bin/svn/svnserve/Makefile.depend soc2015/clord/head/usr.bin/svn/svnsync/Makefile soc2015/clord/head/usr.bin/svn/svnsync/Makefile.depend soc2015/clord/head/usr.bin/svn/svnversion/Makefile.depend soc2015/clord/head/usr.bin/systat/Makefile soc2015/clord/head/usr.bin/systat/Makefile.depend soc2015/clord/head/usr.bin/systat/cmdtab.c soc2015/clord/head/usr.bin/systat/extern.h soc2015/clord/head/usr.bin/systat/iostat.c soc2015/clord/head/usr.bin/systat/main.c soc2015/clord/head/usr.bin/systat/netstat.c soc2015/clord/head/usr.bin/systat/pigs.c soc2015/clord/head/usr.bin/systat/systat.1 soc2015/clord/head/usr.bin/systat/systat.h soc2015/clord/head/usr.bin/systat/vmstat.c soc2015/clord/head/usr.bin/tar/Makefile soc2015/clord/head/usr.bin/tests/Makefile soc2015/clord/head/usr.bin/tftp/main.c soc2015/clord/head/usr.bin/timeout/timeout.c soc2015/clord/head/usr.bin/tip/tip/Makefile soc2015/clord/head/usr.bin/top/Makefile.depend soc2015/clord/head/usr.bin/truncate/tests/Makefile soc2015/clord/head/usr.bin/truss/Makefile soc2015/clord/head/usr.bin/truss/Makefile.depend.amd64 soc2015/clord/head/usr.bin/truss/amd64-linux32.c soc2015/clord/head/usr.bin/truss/extern.h soc2015/clord/head/usr.bin/truss/i386-linux.c soc2015/clord/head/usr.bin/truss/main.c soc2015/clord/head/usr.bin/truss/setup.c soc2015/clord/head/usr.bin/truss/syscall.h soc2015/clord/head/usr.bin/truss/syscalls.c soc2015/clord/head/usr.bin/truss/truss.1 soc2015/clord/head/usr.bin/truss/truss.h soc2015/clord/head/usr.bin/unifdef/unifdef.1 soc2015/clord/head/usr.bin/unifdef/unifdef.c soc2015/clord/head/usr.bin/unifdef/unifdef.h soc2015/clord/head/usr.bin/units/tests/Makefile soc2015/clord/head/usr.bin/unzip/unzip.1 soc2015/clord/head/usr.bin/unzip/unzip.c soc2015/clord/head/usr.bin/usbhidaction/usbhidaction.c soc2015/clord/head/usr.bin/uudecode/tests/Makefile soc2015/clord/head/usr.bin/uuencode/tests/Makefile soc2015/clord/head/usr.bin/vacation/Makefile soc2015/clord/head/usr.bin/vacation/Makefile.depend soc2015/clord/head/usr.bin/vgrind/Makefile soc2015/clord/head/usr.bin/vgrind/regexp.c soc2015/clord/head/usr.bin/vi/catalog/Makefile soc2015/clord/head/usr.bin/vmstat/Makefile soc2015/clord/head/usr.bin/vmstat/Makefile.depend soc2015/clord/head/usr.bin/vmstat/vmstat.8 soc2015/clord/head/usr.bin/vmstat/vmstat.c soc2015/clord/head/usr.bin/vtfontcvt/vtfontcvt.c soc2015/clord/head/usr.bin/w/Makefile soc2015/clord/head/usr.bin/w/Makefile.depend soc2015/clord/head/usr.bin/w/w.1 soc2015/clord/head/usr.bin/w/w.c soc2015/clord/head/usr.bin/wc/Makefile.depend soc2015/clord/head/usr.bin/wc/wc.1 soc2015/clord/head/usr.bin/whois/whois.c soc2015/clord/head/usr.bin/xargs/tests/Makefile soc2015/clord/head/usr.bin/xargs/tests/regress.n2P0.out soc2015/clord/head/usr.bin/xargs/tests/regress.sh soc2015/clord/head/usr.bin/xargs/xargs.c soc2015/clord/head/usr.bin/xinstall/Makefile soc2015/clord/head/usr.bin/xinstall/install.1 soc2015/clord/head/usr.bin/xinstall/xinstall.c soc2015/clord/head/usr.bin/xlint/lint1/Makefile soc2015/clord/head/usr.bin/xlint/lint2/Makefile soc2015/clord/head/usr.bin/xlint/llib/Makefile soc2015/clord/head/usr.bin/xo/Makefile soc2015/clord/head/usr.bin/yacc/tests/Makefile soc2015/clord/head/usr.bin/ypcat/ypcat.1 soc2015/clord/head/usr.bin/ypmatch/ypmatch.1 soc2015/clord/head/usr.bin/ypwhich/Makefile soc2015/clord/head/usr.bin/ypwhich/ypwhich.1 soc2015/clord/head/usr.bin/ypwhich/ypwhich.c soc2015/clord/head/usr.sbin/Makefile soc2015/clord/head/usr.sbin/Makefile.amd64 soc2015/clord/head/usr.sbin/Makefile.arm soc2015/clord/head/usr.sbin/Makefile.i386 soc2015/clord/head/usr.sbin/Makefile.mips soc2015/clord/head/usr.sbin/Makefile.powerpc soc2015/clord/head/usr.sbin/Makefile.sparc64 soc2015/clord/head/usr.sbin/acpi/acpiconf/acpiconf.8 soc2015/clord/head/usr.sbin/acpi/acpidb/acpidb.c soc2015/clord/head/usr.sbin/acpi/iasl/Makefile soc2015/clord/head/usr.sbin/amd/Makefile soc2015/clord/head/usr.sbin/amd/include/Makefile.depend soc2015/clord/head/usr.sbin/apmd/Makefile.depend soc2015/clord/head/usr.sbin/arp/arp.c soc2015/clord/head/usr.sbin/asf/Makefile.depend soc2015/clord/head/usr.sbin/bhyve/ (props changed) soc2015/clord/head/usr.sbin/bhyve/Makefile soc2015/clord/head/usr.sbin/bhyve/acpi.c soc2015/clord/head/usr.sbin/bhyve/bhyverun.c soc2015/clord/head/usr.sbin/bhyve/pci_ahci.c soc2015/clord/head/usr.sbin/bhyve/pci_emul.c soc2015/clord/head/usr.sbin/bhyve/pci_virtio_net.c soc2015/clord/head/usr.sbin/bhyvectl/ (props changed) soc2015/clord/head/usr.sbin/bhyvectl/Makefile soc2015/clord/head/usr.sbin/bhyveload/ (props changed) soc2015/clord/head/usr.sbin/bhyveload/bhyveload.8 soc2015/clord/head/usr.sbin/bhyveload/bhyveload.c soc2015/clord/head/usr.sbin/bluetooth/bthidd/kbd.c soc2015/clord/head/usr.sbin/bluetooth/hccontrol/le.c soc2015/clord/head/usr.sbin/bluetooth/sdpcontrol/search.c soc2015/clord/head/usr.sbin/boot0cfg/boot0cfg.8 soc2015/clord/head/usr.sbin/boot0cfg/boot0cfg.c soc2015/clord/head/usr.sbin/boot98cfg/Makefile.depend soc2015/clord/head/usr.sbin/bootparamd/bootparamd/main.c soc2015/clord/head/usr.sbin/bsdconfig/bsdconfig soc2015/clord/head/usr.sbin/bsdconfig/console/Makefile soc2015/clord/head/usr.sbin/bsdconfig/console/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/diskmgmt/Makefile soc2015/clord/head/usr.sbin/bsdconfig/diskmgmt/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/docsinstall/Makefile soc2015/clord/head/usr.sbin/bsdconfig/docsinstall/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/dot/Makefile soc2015/clord/head/usr.sbin/bsdconfig/dot/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/examples/Makefile soc2015/clord/head/usr.sbin/bsdconfig/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/includes/Makefile soc2015/clord/head/usr.sbin/bsdconfig/includes/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/mouse/Makefile soc2015/clord/head/usr.sbin/bsdconfig/mouse/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/networking/Makefile soc2015/clord/head/usr.sbin/bsdconfig/networking/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/networking/share/Makefile soc2015/clord/head/usr.sbin/bsdconfig/packages/Makefile soc2015/clord/head/usr.sbin/bsdconfig/packages/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/packages/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/packages/include/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/password/Makefile soc2015/clord/head/usr.sbin/bsdconfig/password/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/password/share/Makefile soc2015/clord/head/usr.sbin/bsdconfig/security/Makefile soc2015/clord/head/usr.sbin/bsdconfig/security/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/share/Makefile soc2015/clord/head/usr.sbin/bsdconfig/share/common.subr soc2015/clord/head/usr.sbin/bsdconfig/share/dialog.subr soc2015/clord/head/usr.sbin/bsdconfig/share/media/Makefile soc2015/clord/head/usr.sbin/bsdconfig/share/packages/Makefile soc2015/clord/head/usr.sbin/bsdconfig/share/packages/Makefile.depend soc2015/clord/head/usr.sbin/bsdconfig/share/sysrc.subr soc2015/clord/head/usr.sbin/bsdconfig/startup/Makefile soc2015/clord/head/usr.sbin/bsdconfig/startup/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/startup/share/Makefile soc2015/clord/head/usr.sbin/bsdconfig/timezone/Makefile soc2015/clord/head/usr.sbin/bsdconfig/timezone/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/timezone/share/Makefile soc2015/clord/head/usr.sbin/bsdconfig/ttys/Makefile soc2015/clord/head/usr.sbin/bsdconfig/ttys/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/usermgmt/Makefile soc2015/clord/head/usr.sbin/bsdconfig/usermgmt/include/Makefile soc2015/clord/head/usr.sbin/bsdconfig/usermgmt/share/Makefile soc2015/clord/head/usr.sbin/bsdinstall/Makefile soc2015/clord/head/usr.sbin/bsdinstall/Makefile.depend soc2015/clord/head/usr.sbin/bsdinstall/distextract/Makefile soc2015/clord/head/usr.sbin/bsdinstall/distfetch/Makefile soc2015/clord/head/usr.sbin/bsdinstall/distfetch/distfetch.c soc2015/clord/head/usr.sbin/bsdinstall/partedit/Makefile soc2015/clord/head/usr.sbin/bsdinstall/scripts/Makefile soc2015/clord/head/usr.sbin/bsdinstall/scripts/auto soc2015/clord/head/usr.sbin/bsdinstall/scripts/config soc2015/clord/head/usr.sbin/bsdinstall/scripts/docsinstall soc2015/clord/head/usr.sbin/bsdinstall/scripts/entropy soc2015/clord/head/usr.sbin/bsdinstall/scripts/hostname soc2015/clord/head/usr.sbin/bsdinstall/scripts/jail soc2015/clord/head/usr.sbin/bsdinstall/scripts/keymap soc2015/clord/head/usr.sbin/bsdinstall/scripts/netconfig soc2015/clord/head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 soc2015/clord/head/usr.sbin/bsdinstall/scripts/netconfig_ipv6 soc2015/clord/head/usr.sbin/bsdinstall/scripts/rootpass soc2015/clord/head/usr.sbin/bsdinstall/scripts/script soc2015/clord/head/usr.sbin/bsdinstall/scripts/wlanconfig soc2015/clord/head/usr.sbin/bsdinstall/scripts/zfsboot soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_atm/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_bridge/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_lm75/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_pf/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_target/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_usm/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_vacm/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile.depend soc2015/clord/head/usr.sbin/bsnmpd/tools/libbsnmptools/Makefile.depend soc2015/clord/head/usr.sbin/config/config.h soc2015/clord/head/usr.sbin/config/main.c soc2015/clord/head/usr.sbin/config/mkmakefile.c soc2015/clord/head/usr.sbin/cron/cron/do_command.c soc2015/clord/head/usr.sbin/cron/cron/popen.c soc2015/clord/head/usr.sbin/cron/crontab/crontab.5 soc2015/clord/head/usr.sbin/cron/crontab/crontab.c soc2015/clord/head/usr.sbin/crunch/crunchide/exec_elf32.c soc2015/clord/head/usr.sbin/ctladm/ctladm.8 soc2015/clord/head/usr.sbin/ctladm/ctladm.c soc2015/clord/head/usr.sbin/ctld/ctl.conf.5 soc2015/clord/head/usr.sbin/ctld/ctld.8 soc2015/clord/head/usr.sbin/ctld/ctld.c soc2015/clord/head/usr.sbin/ctld/ctld.h soc2015/clord/head/usr.sbin/ctld/kernel.c soc2015/clord/head/usr.sbin/ctld/keys.c soc2015/clord/head/usr.sbin/ctld/login.c soc2015/clord/head/usr.sbin/ctld/parse.y soc2015/clord/head/usr.sbin/ctld/token.l soc2015/clord/head/usr.sbin/ctm/ctm/ctm.1 soc2015/clord/head/usr.sbin/dconschat/Makefile.depend soc2015/clord/head/usr.sbin/editmap/Makefile soc2015/clord/head/usr.sbin/editmap/Makefile.depend soc2015/clord/head/usr.sbin/eeprom/Makefile.depend soc2015/clord/head/usr.sbin/etcupdate/etcupdate.8 soc2015/clord/head/usr.sbin/etcupdate/tests/Makefile soc2015/clord/head/usr.sbin/fifolog/Makefile soc2015/clord/head/usr.sbin/fifolog/lib/Makefile soc2015/clord/head/usr.sbin/freebsd-update/freebsd-update.8 soc2015/clord/head/usr.sbin/freebsd-update/freebsd-update.sh soc2015/clord/head/usr.sbin/fstyp/Makefile soc2015/clord/head/usr.sbin/fstyp/fstyp.c soc2015/clord/head/usr.sbin/fstyp/geli.c soc2015/clord/head/usr.sbin/fstyp/tests/Makefile soc2015/clord/head/usr.sbin/fstyp/zfs.c soc2015/clord/head/usr.sbin/fwcontrol/fwmpegts.c soc2015/clord/head/usr.sbin/gssd/gssd.c soc2015/clord/head/usr.sbin/gstat/Makefile.depend soc2015/clord/head/usr.sbin/gstat/gstat.c soc2015/clord/head/usr.sbin/i2c/i2c.c soc2015/clord/head/usr.sbin/inetd/inetd.c soc2015/clord/head/usr.sbin/iostat/Makefile.depend soc2015/clord/head/usr.sbin/iostat/iostat.c soc2015/clord/head/usr.sbin/iscsid/discovery.c soc2015/clord/head/usr.sbin/iscsid/iscsid.8 soc2015/clord/head/usr.sbin/iscsid/keys.c soc2015/clord/head/usr.sbin/iscsid/pdu.c soc2015/clord/head/usr.sbin/jail/ (props changed) soc2015/clord/head/usr.sbin/jail/Makefile.depend soc2015/clord/head/usr.sbin/jail/command.c soc2015/clord/head/usr.sbin/jail/jailp.h soc2015/clord/head/usr.sbin/jail/jailparse.y soc2015/clord/head/usr.sbin/jls/Makefile soc2015/clord/head/usr.sbin/jls/Makefile.depend soc2015/clord/head/usr.sbin/jls/jls.8 soc2015/clord/head/usr.sbin/jls/jls.c soc2015/clord/head/usr.sbin/kbdcontrol/kbdmap.5 soc2015/clord/head/usr.sbin/kbdmap/kbdmap.c soc2015/clord/head/usr.sbin/kgmon/Makefile.depend soc2015/clord/head/usr.sbin/kgzip/Makefile.depend soc2015/clord/head/usr.sbin/kldxref/kldxref.c soc2015/clord/head/usr.sbin/lpr/Makefile soc2015/clord/head/usr.sbin/lpr/filters.ru/Makefile.depend soc2015/clord/head/usr.sbin/lpr/filters/Makefile soc2015/clord/head/usr.sbin/mailstats/Makefile soc2015/clord/head/usr.sbin/mailstats/Makefile.depend soc2015/clord/head/usr.sbin/makefs/Makefile soc2015/clord/head/usr.sbin/makefs/cd9660.c soc2015/clord/head/usr.sbin/makefs/cd9660/cd9660_write.c soc2015/clord/head/usr.sbin/makefs/cd9660/iso9660_rrip.c soc2015/clord/head/usr.sbin/makefs/ffs.c soc2015/clord/head/usr.sbin/makefs/ffs/ffs_bswap.c soc2015/clord/head/usr.sbin/makefs/ffs/mkfs.c soc2015/clord/head/usr.sbin/makefs/ffs/newfs_extern.h soc2015/clord/head/usr.sbin/makefs/makefs.8 soc2015/clord/head/usr.sbin/makefs/makefs.c soc2015/clord/head/usr.sbin/makefs/makefs.h soc2015/clord/head/usr.sbin/makefs/mtree.c soc2015/clord/head/usr.sbin/makemap/Makefile soc2015/clord/head/usr.sbin/makemap/Makefile.depend soc2015/clord/head/usr.sbin/mergemaster/mergemaster.8 soc2015/clord/head/usr.sbin/mfiutil/mfiutil.8 soc2015/clord/head/usr.sbin/mount_smbfs/Makefile.depend soc2015/clord/head/usr.sbin/mountd/exports.5 soc2015/clord/head/usr.sbin/mountd/mountd.c soc2015/clord/head/usr.sbin/mptable/mptable.c soc2015/clord/head/usr.sbin/nandsim/nandsim.8 soc2015/clord/head/usr.sbin/nandsim/nandsim.c soc2015/clord/head/usr.sbin/nandsim/nandsim_cfgparse.c soc2015/clord/head/usr.sbin/ndiscvt/ (props changed) soc2015/clord/head/usr.sbin/ndiscvt/Makefile soc2015/clord/head/usr.sbin/ndiscvt/inf.c soc2015/clord/head/usr.sbin/ndiscvt/inf.h soc2015/clord/head/usr.sbin/ndp/ndp.c soc2015/clord/head/usr.sbin/newsyslog/newsyslog.c soc2015/clord/head/usr.sbin/newsyslog/newsyslog.conf.5 soc2015/clord/head/usr.sbin/newsyslog/tests/Makefile soc2015/clord/head/usr.sbin/nfsuserd/nfsuserd.8 soc2015/clord/head/usr.sbin/nfsuserd/nfsuserd.c soc2015/clord/head/usr.sbin/ngctl/dot.c soc2015/clord/head/usr.sbin/nmtree/Makefile.depend soc2015/clord/head/usr.sbin/nmtree/tests/Makefile soc2015/clord/head/usr.sbin/ntp/Makefile soc2015/clord/head/usr.sbin/ntp/config.h soc2015/clord/head/usr.sbin/ntp/doc/ntp-keygen.8 soc2015/clord/head/usr.sbin/ntp/doc/ntp.conf.5 soc2015/clord/head/usr.sbin/ntp/doc/ntp.keys.5 soc2015/clord/head/usr.sbin/ntp/doc/ntpd.8 soc2015/clord/head/usr.sbin/ntp/doc/ntpdc.8 soc2015/clord/head/usr.sbin/ntp/doc/ntpq.8 soc2015/clord/head/usr.sbin/ntp/doc/sntp.8 soc2015/clord/head/usr.sbin/ntp/ntpdc/Makefile soc2015/clord/head/usr.sbin/ntp/scripts/mkver soc2015/clord/head/usr.sbin/ofwdump/Makefile.depend soc2015/clord/head/usr.sbin/pc-sysinstall/Makefile soc2015/clord/head/usr.sbin/pciconf/cap.c soc2015/clord/head/usr.sbin/pciconf/pathnames.h soc2015/clord/head/usr.sbin/pciconf/pciconf.8 soc2015/clord/head/usr.sbin/pciconf/pciconf.c soc2015/clord/head/usr.sbin/pkg/Makefile soc2015/clord/head/usr.sbin/pkg/config.c soc2015/clord/head/usr.sbin/pkg/config.h soc2015/clord/head/usr.sbin/pkg/dns_utils.c soc2015/clord/head/usr.sbin/pkg/pkg.c soc2015/clord/head/usr.sbin/pmcstat/pmcpl_gprof.c soc2015/clord/head/usr.sbin/pmcstat/pmcstat.8 soc2015/clord/head/usr.sbin/pmcstat/pmcstat.c soc2015/clord/head/usr.sbin/pmcstat/pmcstat.h soc2015/clord/head/usr.sbin/pmcstat/pmcstat_log.c soc2015/clord/head/usr.sbin/pmcstudy/eval_expr.c soc2015/clord/head/usr.sbin/pmcstudy/pmcstudy.8 soc2015/clord/head/usr.sbin/pmcstudy/pmcstudy.c soc2015/clord/head/usr.sbin/pnpinfo/Makefile.depend soc2015/clord/head/usr.sbin/ppp/Makefile soc2015/clord/head/usr.sbin/ppp/ip.c soc2015/clord/head/usr.sbin/ppp/ppp.8 soc2015/clord/head/usr.sbin/praliases/Makefile soc2015/clord/head/usr.sbin/praliases/Makefile.depend soc2015/clord/head/usr.sbin/pstat/Makefile.depend soc2015/clord/head/usr.sbin/pw/pw.c soc2015/clord/head/usr.sbin/pw/pw_conf.c soc2015/clord/head/usr.sbin/pw/pw_group.c soc2015/clord/head/usr.sbin/pw/pw_user.c soc2015/clord/head/usr.sbin/pw/pw_vpw.c soc2015/clord/head/usr.sbin/pw/tests/Makefile soc2015/clord/head/usr.sbin/pw/tests/pw_lock.sh soc2015/clord/head/usr.sbin/pwd_mkdb/pwd_mkdb.c soc2015/clord/head/usr.sbin/rpc.lockd/lockd.c soc2015/clord/head/usr.sbin/rpc.statd/statd.c soc2015/clord/head/usr.sbin/rpc.yppasswdd/Makefile soc2015/clord/head/usr.sbin/rpc.yppasswdd/yppasswdd_server.c soc2015/clord/head/usr.sbin/rpcbind/Makefile soc2015/clord/head/usr.sbin/rpcbind/check_bound.c soc2015/clord/head/usr.sbin/rpcbind/rpcb_svc_com.c soc2015/clord/head/usr.sbin/rpcbind/rpcbind.h soc2015/clord/head/usr.sbin/rpcbind/util.c soc2015/clord/head/usr.sbin/rtadvctl/ (props changed) soc2015/clord/head/usr.sbin/rtadvd/ (props changed) soc2015/clord/head/usr.sbin/rtadvd/Makefile soc2015/clord/head/usr.sbin/rtadvd/config.c soc2015/clord/head/usr.sbin/rtadvd/if.c soc2015/clord/head/usr.sbin/rtadvd/rtadvd.c soc2015/clord/head/usr.sbin/rtsold/ (props changed) soc2015/clord/head/usr.sbin/rtsold/Makefile soc2015/clord/head/usr.sbin/rtsold/if.c soc2015/clord/head/usr.sbin/rtsold/rtsold.c soc2015/clord/head/usr.sbin/rtsold/rtsold.h soc2015/clord/head/usr.sbin/sa/tests/Makefile soc2015/clord/head/usr.sbin/sendmail/Makefile soc2015/clord/head/usr.sbin/service/service.sh soc2015/clord/head/usr.sbin/services_mkdb/services_mkdb.c soc2015/clord/head/usr.sbin/syslogd/syslogd.c soc2015/clord/head/usr.sbin/sysrc/Makefile soc2015/clord/head/usr.sbin/sysrc/sysrc soc2015/clord/head/usr.sbin/sysrc/sysrc.8 soc2015/clord/head/usr.sbin/tcpdchk/Makefile soc2015/clord/head/usr.sbin/tcpdmatch/Makefile soc2015/clord/head/usr.sbin/tests/Makefile soc2015/clord/head/usr.sbin/trpt/trpt.c soc2015/clord/head/usr.sbin/uathload/Makefile soc2015/clord/head/usr.sbin/uefisign/magic.h soc2015/clord/head/usr.sbin/uefisign/pe.c soc2015/clord/head/usr.sbin/uhsoctl/uhsoctl.c soc2015/clord/head/usr.sbin/unbound/Makefile soc2015/clord/head/usr.sbin/unbound/local-setup/local-unbound-setup.sh soc2015/clord/head/usr.sbin/vigr/Makefile soc2015/clord/head/usr.sbin/watch/watch.c soc2015/clord/head/usr.sbin/wlconfig/Makefile.depend soc2015/clord/head/usr.sbin/wpa/Makefile soc2015/clord/head/usr.sbin/wpa/Makefile.crypto soc2015/clord/head/usr.sbin/wpa/hostapd/Makefile soc2015/clord/head/usr.sbin/wpa/wpa_supplicant/Makefile soc2015/clord/head/usr.sbin/ypbind/ypbind.c soc2015/clord/head/usr.sbin/yppoll/Makefile.depend soc2015/clord/head/usr.sbin/yppoll/yppoll.8 soc2015/clord/head/usr.sbin/yppoll/yppoll.c soc2015/clord/head/usr.sbin/ypserv/Makefile soc2015/clord/head/usr.sbin/ypserv/Makefile.yp soc2015/clord/head/usr.sbin/ypserv/yp_access.c soc2015/clord/head/usr.sbin/ypserv/yp_dblookup.c soc2015/clord/head/usr.sbin/ypserv/yp_dnslookup.c soc2015/clord/head/usr.sbin/ypserv/ypinit.sh soc2015/clord/head/usr.sbin/ypset/ypset.8 soc2015/clord/head/usr.sbin/zic/ (props changed) soc2015/clord/head/usr.sbin/zic/zdump/Makefile soc2015/clord/head/usr.sbin/zic/zic/Makefile Modified: soc2015/clord/head/COPYRIGHT ============================================================================== --- soc2015/clord/head/COPYRIGHT Fri Jan 15 05:48:28 2016 (r297191) +++ soc2015/clord/head/COPYRIGHT Fri Jan 15 06:33:07 2016 (r297192) @@ -4,7 +4,7 @@ The compilation of software known as FreeBSD is distributed under the following terms: -Copyright (c) 1992-2015 The FreeBSD Project. All rights reserved. +Copyright (c) 1992-2016 The FreeBSD Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions Modified: soc2015/clord/head/MAINTAINERS ============================================================================== --- soc2015/clord/head/MAINTAINERS Fri Jan 15 05:48:28 2016 (r297191) +++ soc2015/clord/head/MAINTAINERS Fri Jan 15 06:33:07 2016 (r297192) @@ -18,116 +18,87 @@ of guidance. It does not override the communal nature of the tree. It is not a registry of 'turf' or private property. +*** +This list is prone to becoming stale quickly. The best way to find the recent +maintainer of a sub-system is to check recent logs for that directory or +sub-system. +*** + +*** +Maintainers are encouraged to visit: + https://reviews.freebsd.org/herald + +and configure notifications for parts of the tree which they maintain. +Notifications can automatically be sent when someone proposes a revision or +makes a commit to the specified subtree. +*** + subsystem login notes ----------------------------- -kqueue jmg Pre-commit review requested. Documentation Required. -libc/posix1e rwatson Pre-commit review requested. -POSIX.1e ACLs rwatson Pre-commit review requested. -UFS EAs rwatson Pre-commit review requested. -MAC Framework rwatson Pre-commit review requested. -MAC Modules rwatson Pre-commit review requested. -contrib/openbsm rwatson Pre-commit review requested. -sys/security/audit rwatson Pre-commit review requested. +atf freebsd-testing,jmmv,ngie Pre-commit review requested. ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org -ahc(4) gibbs Pre-commit review requested. -ahd(4) gibbs Pre-commit review requested. -PC Card imp Pre-commit review requested. -CardBus imp Pre-commit review requested. -pci bus imp,jhb Pre-commit review requested. -cdboot jhb Pre-commit review requested. -pxeboot jhb Pre-commit review requested. -witness jhb Pre-commit review requested. -CAM gibbs, - ken Pre-commit review requested. send to scsi@freebsd.org -devstat(9) ken Pre-commit review requested. -camcontrol(8) ken Pre-commit review requested. -libcam ken Pre-commit review requested. -libdevstat ken Pre-commit review requested. -iostat(8) ken Pre-commit review requested. -cd(4) ken Pre-commit review requested. -pass(4) ken Pre-commit review requested. -ch(4) ken Pre-commit review requested. -em(4) jfv Pre-commit review requested. -sendmail gshapiro Pre-commit review requested. -etc/mail gshapiro Pre-commit review requested. - Keep in sync with -STABLE. -etc/sendmail gshapiro Pre-commit review requested. - Keep in sync with -STABLE. -libfetch des Advance notification requested. -fetch des Advance notification requested. +callout_*(9) rrs Pre-commit review requested -- becareful its tricksy code :o. +contrib/compiler-rt dim Pre-commit review preferred. +contrib/libc++ dim Pre-commit review preferred. +contrib/libcxxrt dim Pre-commit review preferred. +contrib/llvm dim Pre-commit review preferred. +contrib/llvm/tools/lldb emaste Pre-commit review preferred. +contrib/netbsd-tests freebsd-testing,ngie Pre-commit review requested. +contrib/pjdfstest freebsd-testing,ngie,pjd Pre-commit review requested. +dev/usb/wlan adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org +*env(3) secteam Due to the problematic security history of this + code, please have patches reviewed by secteam. +etc/mail gshapiro Pre-commit review requested. Keep in sync with -STABLE. +etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE. +fetch des Pre-commit review requested. +geli pjd Pre-commit review requested (both sys/geom/eli/ and sbin/geom/class/eli/). +isci(4) jimharris Pre-commit review requested. +iwm(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org +iwn(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org +kqueue jmg Pre-commit review requested. Documentation Required. +libdpv dteske Pre-commit review requested. Keep in sync with dpv(1). +libfetch des Pre-commit review requested. +libfigpar dteske Pre-commit review requested. libpam des Pre-commit review requested. -openssh des Pre-commit review requested. -pseudofs des Pre-commit review requested. -procfs des Pre-commit review requested. linprocfs des Pre-commit review requested. lpr gad Pre-commit review requested, particularly for lpd/recvjob.c and lpd/printjob.c. +nanobsd imp Pre-commit phabricator review requested. net80211 adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org -nvi peter Try not to break it. -libz peter Try not to break it. -groff ru Recommends pre-commit review. -share/mk ru This is a vital component of the build system, so I - offer a pre-commit review for anything non-trivial. -ipfw ipfw Pre-commit review preferred. send to ipfw@freebsd.org -drm rnoland Just keep me informed of changes, try not to break it. -unifdef(1) fanf Pre-commit review requested. -ntp roberto Pre-commit review requested. -inetd dwmalone Recommends pre-commit review. -contrib/smbfs bp Open for in-tree committs. In case of functional - changes pre-commit review requested. -contrib/pf glebius Pre-commit review recommended. -file obrien Insists to keep file blocked from other's unapproved - commits -contrib/bzip2 obrien Pre-commit review required. -contrib/netbsd-tests freebsd-testing,ngie Pre-commit review requested. -contrib/pjdfstest freebsd-testing,ngie Pre-commit review requested. -geom_concat pjd Pre-commit review preferred. -geom_eli pjd Pre-commit review preferred. -geom_gate pjd Pre-commit review preferred. -geom_label pjd Pre-commit review preferred. -geom_mirror pjd Pre-commit review preferred. -geom_nop pjd Pre-commit review preferred. -geom_raid3 pjd Pre-commit review preferred. -geom_shsec pjd Pre-commit review preferred. -geom_stripe pjd Pre-commit review preferred. -geom_zero pjd Pre-commit review preferred. -sbin/geom pjd Pre-commit review preferred. -zfs pjd Pre-commit review preferred. -nfs alfred Will be happy to review code, but not mandatory. -rpc.lockd alfred Will be happy to review code, but not mandatory. -truss alfred Will be happy to review code, but not mandatory. -rpc alfred Pre-commit review requested. -linux emul emulation Please discuss changes here. -bs{diff,patch} cperciva Pre-commit review requested. -portsnap cperciva Pre-commit review requested. -freebsd-update cperciva Pre-commit review requested. +nfs freebsd-fs@FreeBSD.org, rmacklem is best for reviews. +nis(8), yp(8) araujo Pre-commit review requested. +nvd(4) jimharris Pre-commit review requested. +nvme(4) jimharris Pre-commit review requested. +nvmecontrol(8) jimharris Pre-commit review requested. +opencrypto jmg Pre-commit review requested. Documentation Required. +openssh des Pre-commit review requested. openssl benl,jkim Pre-commit review requested. -sys/netgraph/bluetooth emax Pre-commit review preferred. -lib/libbluetooth emax Pre-commit review preferred. -lib/libsdp emax Pre-commit review preferred. -usr.bin/bluetooth emax Pre-commit review preferred. -usr.sbin/bluetooth emax Pre-commit review preferred. -*env(3) secteam Due to the problematic security history of this - code, please have patches reviewed by secteam. -share/zoneinfo edwin Heads-up appreciated, since our data is coming - from a third party source. -usr.sbin/zic edwin Heads-up appreciated, since this code is - maintained by a third party source. -lib/libc/stdtime edwin Heads-up appreciated, since parts of this code - is maintained by a third party source. -sbin/routed bms Pre-commit review; notify vendor at rhyolite.com -isci(4) jimharris Pre-commit review requested. -cmx daniel@roe.ch Pre-commit review preferred. -filemon obrien Pre-commit review preferred. -sysdoc trhodes Pre-commit review preferred. +otus(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org +pci bus imp,jhb Pre-commit review requested. +pmcstudy(8) rrs Pre-commit review requested. +procfs des Pre-commit review requested. +pseudofs des Pre-commit review requested. +release/release.sh gjb,re Pre-commit review and regression tests + requested. +sctp rrs,tuexen Pre-commit review requested (changes need to be backported to github). +sendmail gshapiro Pre-commit review requested. sh(1) jilles Pre-commit review requested. This also applies to kill(1), printf(1) and test(1) which are compiled in as builtins. -nvme(4) jimharris Pre-commit review requested. -nvd(4) jimharris Pre-commit review requested. -nvmecontrol(8) jimharris Pre-commit review requested. -release/release.sh gjb Pre-commit review and regression tests - requested. -nanobsd imp Pre-commit review requested for coordination. +share/mk imp, bapt, bdrewery, emaste, sjg Make is hard. +share/mk/*.test.mk freebsd-testing,ngie (same list as share/mk too) Pre-commit review requested. +sys/boot/forth dteske Pre-commit review requested. +sys/compat/linuxkpi hselasky If in doubt, ask. +sys/dev/e1000 erj Pre-commit phabricator review requested. +sys/dev/ixgbe erj Pre-commit phabricator review requested. +sys/dev/ixl erj Pre-commit phabricator review requested. +sys/dev/sound/usb hselasky If in doubt, ask. +sys/dev/usb hselasky If in doubt, ask. +sys/netinet/ip_carp.c glebius Pre-commit review recommended. +sys/netpfil/pf kp,glebius Pre-commit review recommended. +tests freebsd-testing,ngie Pre-commit review requested. +usr.sbin/bsdconfig dteske Pre-commit phabricator review requested. +usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv. +usr.sbin/pkg pkg@ Please coordinate behavior or flag changes with pkg team. +usr.sbin/sysrc dteske Pre-commit phabricator review requested. Keep in sync with bsdconfig(8) sysrc.subr. vmm(4) neel,grehan Pre-commit review requested. -opencrypto jmg Pre-commit review requested. Documentation Required. Modified: soc2015/clord/head/Makefile ============================================================================== --- soc2015/clord/head/Makefile Fri Jan 15 05:48:28 2016 (r297191) +++ soc2015/clord/head/Makefile Fri Jan 15 06:33:07 2016 (r297192) @@ -57,8 +57,8 @@ # Makefile.inc1. The exceptions are universe, tinderbox and targets. # # If you want to build your system from source be sure that /usr/obj has -# at least 1GB of diskspace available. A complete 'universe' build requires -# about 15GB of space. +# at least 6GB of diskspace available. A complete 'universe' build requires +# about 100GB of space. # # For individuals wanting to build from the sources currently on their # system, the simple instructions are: @@ -100,16 +100,20 @@ # For more information, see the build(7) manual page. # +# This is included so CC is set to ccache for -V, and COMPILER_TYPE/VERSION +# can be cached for sub-makes. +.include + # Note: we use this awkward construct to be compatible with FreeBSD's # old make used in 10.0 and 9.2 and earlier. -.if defined(MK_META_MODE) && ${MK_META_MODE} == "yes" && !make(showconfig) +.if defined(MK_DIRDEPS_BUILD) && ${MK_DIRDEPS_BUILD} == "yes" && !make(showconfig) # targets/Makefile plays the role of top-level .include "targets/Makefile" .else TGTS= all all-man buildenv buildenvvars buildkernel buildworld \ check-old check-old-dirs check-old-files check-old-libs \ - checkdpadd clean cleandepend cleandir \ + checkdpadd clean cleandepend cleandir cleanworld \ delete-old delete-old-dirs delete-old-files delete-old-libs \ depend distribute distributekernel distributekernel.debug \ distributeworld distrib-dirs distribution doxygen \ @@ -121,7 +125,7 @@ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ _build-tools _cross-tools _includes _libraries _depend \ build32 builddtb distribute32 install32 xdev xdev-build xdev-install \ - xdev-links native-xtools \ + xdev-links native-xtools installconfig \ TGTS+= ${SUBDIR_TARGETS} @@ -176,7 +180,7 @@ _TARGET_ARCH= ${TARGET:S/pc98/i386/:S/arm64/aarch64/} .elif !defined(TARGET) && defined(TARGET_ARCH) && \ ${TARGET_ARCH} != ${MACHINE_ARCH} -_TARGET= ${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb|hf)?/arm/:C/aarch64/arm64/:C/powerpc64/powerpc/} +_TARGET= ${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb|hf)?/arm/:C/aarch64/arm64/:C/powerpc64/powerpc/:C/riscv64/riscv/} .endif .if defined(TARGET) && !defined(_TARGET) _TARGET=${TARGET} @@ -201,56 +205,18 @@ # The user can define ALWAYS_CHECK_MAKE to have this check performed # for all targets. # -.if defined(ALWAYS_CHECK_MAKE) +.if defined(ALWAYS_CHECK_MAKE) || !defined(.PARSEDIR) ${TGTS}: upgrade_checks .else buildworld: upgrade_checks .endif # -# This 'cleanworld' target is not included in TGTS, because it is not a -# recursive target. All of the work for it is done right here. It is -# expected that BW_CANONICALOBJDIR == the CANONICALOBJDIR as would be -# created by bsd.obj.mk, except that we don't want to .include that file -# in this makefile. -# -# In the following, the first 'rm' in a series will usually remove all -# files and directories. If it does not, then there are probably some -# files with file flags set, so this unsets them and tries the 'rm' a -# second time. There are situations where this target will be cleaning -# some directories via more than one method, but that duplication is -# needed to correctly handle all the possible situations. Removing all -# files without file flags set in the first 'rm' instance saves time, -# because 'chflags' will need to operate on fewer files afterwards. -# -BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR} -cleanworld: -.if ${.CURDIR} == ${.OBJDIR} || ${.CURDIR}/obj == ${.OBJDIR} -.if exists(${BW_CANONICALOBJDIR}/) - -rm -rf ${BW_CANONICALOBJDIR}/* - -chflags -R 0 ${BW_CANONICALOBJDIR} - rm -rf ${BW_CANONICALOBJDIR}/* -.endif - # To be safe in this case, fall back to a 'make cleandir' - ${_+_}@cd ${.CURDIR}; ${_MAKE} cleandir -.else - -rm -rf ${.OBJDIR}/* - -chflags -R 0 ${.OBJDIR} - rm -rf ${.OBJDIR}/* -.endif - -# # Handle the user-driven targets, using the source relative mk files. # -.if empty(.MAKEFLAGS:M-n) -# skip this for -n to avoid changing previous behavior of -# 'make -n buildworld' etc. -${TGTS}: .MAKE tinderbox toolchains kernel-toolchains: .MAKE -.endif - -${TGTS}: +${TGTS}: .PHONY .MAKE ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET} # The historic default "all" target creates files which may cause stale @@ -259,9 +225,9 @@ # if they want the historic behavior. .MAIN: _guard -_guard: +_guard: .PHONY @echo - @echo "Explicit target required (use \"all\" for historic behavior)" + @echo "Explicit target required. Likely \"${SUBDIR_OVERRIDE:Dall:Ubuildworld}\" is wanted. See build(7)." @echo @false @@ -357,21 +323,21 @@ @echo ">>> Building an up-to-date ${.TARGET}(1)" @echo "--------------------------------------------------------------" ${_+_}@cd ${.CURDIR}/usr.bin/${.TARGET}; \ - ${MMAKE} obj && \ - ${MMAKE} depend && \ - ${MMAKE} all && \ + ${MMAKE} obj; \ + ${MMAKE} depend; \ + ${MMAKE} all; \ ${MMAKE} install DESTDIR=${MYMAKE:H} BINDIR= tinderbox toolchains kernel-toolchains: upgrade_checks tinderbox: - @cd ${.CURDIR} && ${SUB_MAKE} DOING_TINDERBOX=YES universe + @cd ${.CURDIR}; ${SUB_MAKE} DOING_TINDERBOX=YES universe toolchains: - @cd ${.CURDIR} && ${SUB_MAKE} UNIVERSE_TARGET=toolchain universe + @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=toolchain universe kernel-toolchains: - @cd ${.CURDIR} && ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe + @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe # # universe @@ -381,17 +347,8 @@ # existing system is. # .if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets) -# XXX Add arm64 to universe only if we have an external binutils installed. -# It does not build with the in-tree linker. -.if exists(/usr/local/aarch64-freebsd/bin/ld) -UNIVERSE_arm64=arm64 -.elif empty(${TARGETS}) -universe: universe_arm64_skip -universe_epilogue: universe_arm64_skip -universe_arm64_skip: universe_prologue - @echo ">> arm64 skipped - install aarch64-binutils port or package to build" -.endif -TARGETS?=amd64 arm ${UNIVERSE_arm64} i386 mips pc98 powerpc sparc64 +TARGETS?=amd64 arm arm64 i386 mips pc98 powerpc sparc64 +_UNIVERSE_TARGETS= ${TARGETS} TARGET_ARCHES_arm?= arm armeb armv6 armv6hf TARGET_ARCHES_arm64?= aarch64 TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32 @@ -401,6 +358,16 @@ TARGET_ARCHES_${target}?= ${target} .endfor +# XXX Add arm64 to universe only if we have an external binutils installed. +# It does not build with the in-tree linker. +.if !exists(/usr/local/aarch64-freebsd/bin/ld) && empty(${TARGETS}) +_UNIVERSE_TARGETS:= ${_UNIVERSE_TARGETS:Narm64} +universe: universe_arm64_skip +universe_epilogue: universe_arm64_skip +universe_arm64_skip: universe_prologue + @echo ">> arm64 skipped - install aarch64-binutils port or package to build" +.endif + .if defined(UNIVERSE_TARGET) MAKE_JUST_WORLDS= YES .else @@ -432,7 +399,7 @@ .if defined(DOING_TINDERBOX) @rm -f ${FAILFILE} .endif -.for target in ${TARGETS} +.for target in ${_UNIVERSE_TARGETS} universe: universe_${target} universe_epilogue: universe_${target} universe_${target}: universe_${target}_prologue @@ -468,7 +435,7 @@ (echo "${target} 'make LINT' failed," \ "check _.${target}.makeLINT for details"| ${MAKEFAIL})) .endif - @cd ${.CURDIR} && ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \ + @cd ${.CURDIR}; ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \ universe_kernels .endif # !MAKE_JUST_WORLDS @@ -531,15 +498,15 @@ # This makefile does not run in meta mode .MAKE.MODE= normal # Normally the things we run from here don't either. -# Using -DWITH_META_FILES +# Using -DWITH_META_MODE # we can buildworld with meta files created which are useful # for debugging, but without any of the rest of a meta mode build. -MK_META_MODE= no +MK_DIRDEPS_BUILD= no MK_STAGING= no # tell meta.autodep.mk to not even think about updating anything. UPDATE_DEPENDFILE= NO .if !make(showconfig) -.export MK_META_MODE MK_STAGING UPDATE_DEPENDFILE +.export MK_DIRDEPS_BUILD MK_STAGING UPDATE_DEPENDFILE .endif .if make(universe) @@ -549,4 +516,4 @@ .endif .endif # bmake -.endif # META_MODE +.endif # DIRDEPS_BUILD Modified: soc2015/clord/head/Makefile.inc1 ============================================================================== --- soc2015/clord/head/Makefile.inc1 Fri Jan 15 05:48:28 2016 (r297191) +++ soc2015/clord/head/Makefile.inc1 Fri Jan 15 06:33:07 2016 (r297192) @@ -27,9 +27,11 @@ # when NO_ROOT is set. (default: ${DESTDIR}/METALOG) # TARGET="machine" to crossbuild world for a different machine type # TARGET_ARCH= may be required when a TARGET supports multiple endians -# BUILDENV_SHELL= shell to launch for the buildenv target (def:/bin/sh) +# BUILDENV_SHELL= shell to launch for the buildenv target (def:${SHELL}) # WORLD_FLAGS= additional flags to pass to make(1) during buildworld # KERNEL_FLAGS= additional flags to pass to make(1) during buildkernel +# SUBDIR_OVERRIDE="list of dirs" to build rather than everything. +# All libraries and includes, and some build tools will still build. # # The intended user-driven targets are: @@ -46,24 +48,35 @@ .error "Both TARGET and TARGET_ARCH must be defined." .endif -.include "share/mk/src.opts.mk" -.include -.include - -# We must do lib/ and libexec/ before bin/, because if installworld -# installs a new /bin/sh, the 'make' command will *immediately* -# use that new version. And the new (dynamically-linked) /bin/sh -# will expect to find appropriate libraries in /lib and /libexec. -# +LOCALBASE?= /usr/local + +# Cross toolchain changes must be in effect before bsd.compiler.mk +# so that gets the right CC, and pass CROSS_TOOLCHAIN to submakes. +.if defined(CROSS_TOOLCHAIN) +.include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk" +CROSSENV+=CROSS_TOOLCHAIN="${CROSS_TOOLCHAIN}" +.endif +.include # don't depend on src.opts.mk doing it +.include "share/mk/src.opts.mk" + +# We must do lib/ and libexec/ before bin/ in case of a mid-install error to +# keep the users system reasonably usable. For static->dynamic root upgrades, +# we don't want to install a dynamic binary without rtld and the needed +# libraries. More commonly, for dynamic root, we don't want to install a +# binary that requires a newer library version that hasn't been installed yet. +# This ordering is not a guarantee though. The only guarantee of a working +# system here would require fine-grained ordering of all components based +# on their dependencies. SRCDIR?= ${.CURDIR} -.if defined(SUBDIR_OVERRIDE) +.if !empty(SUBDIR_OVERRIDE) SUBDIR= ${SUBDIR_OVERRIDE} .else SUBDIR= lib libexec -SUBDIR+=bin -.if ${MK_GAMES} != "no" -SUBDIR+=games +.if make(install*) +# Ensure libraries are installed before progressing. +SUBDIR+=.WAIT .endif +SUBDIR+=bin .if ${MK_CDDL} != "no" SUBDIR+=cddl .endif @@ -88,10 +101,6 @@ .if ${MK_OFED} != "no" SUBDIR+=contrib/ofed .endif -# -# We must do etc/ last for install/distribute to work. -# -SUBDIR+=etc # Local directories are last, since it is nice to at least get the base # system rebuilt before you do them. @@ -113,9 +122,20 @@ .warning ${_DIR} not added to SUBDIR list. See UPDATING 20141121. .endif .endfor + +# We must do etc/ last as it hooks into building the man whatis file +# by calling 'makedb' in share/man. This is only relevant for +# install/distribute so they build the whatis file after every manpage is +# installed. +.if make(install*) +SUBDIR+=.WAIT .endif +SUBDIR+=etc + +.endif # !empty(SUBDIR_OVERRIDE) .if defined(NOCLEAN) +.warning NOCLEAN option is deprecated. Use NO_CLEAN instead. NO_CLEAN= ${NOCLEAN} .endif .if defined(NO_CLEANDIR) @@ -125,8 +145,13 @@ .endif LOCAL_TOOL_DIRS?= +PACKAGEDIR?= ${DESTDIR}/${DISTDIR} +.if empty(SHELL:M*csh*) +BUILDENV_SHELL?=${SHELL} +.else BUILDENV_SHELL?=/bin/sh +.endif SVN?= /usr/local/bin/svn SVNFLAGS?= -r HEAD @@ -139,17 +164,38 @@ .else OSRELDATE= 0 .endif +.export OSRELDATE .endif -.if !defined(VERSION) +# Set VERSION for CTFMERGE to use via the default CTFFLAGS=-L VERSION. +.if !defined(VERSION) && !make(showconfig) REVISION!= ${MAKE} -C ${SRCDIR}/release -V REVISION BRANCH!= ${MAKE} -C ${SRCDIR}/release -V BRANCH SRCRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \ ${SRCDIR}/sys/sys/param.h VERSION= FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE} +.export VERSION .endif -KNOWN_ARCHES?= aarch64/arm64 amd64 arm armeb/arm armv6/arm armv6hf/arm i386 i386/pc98 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64 +KNOWN_ARCHES?= aarch64/arm64 \ + amd64 \ + arm \ + armeb/arm \ + armv6/arm \ + armv6hf/arm \ + i386 \ + i386/pc98 \ + mips \ + mipsel/mips \ + mips64el/mips \ + mips64/mips \ + mipsn32el/mips \ + mipsn32/mips \ + powerpc \ + powerpc64/powerpc \ + riscv64/riscv \ + sparc64 + .if ${TARGET} == ${TARGET_ARCH} _t= ${TARGET} .else @@ -172,11 +218,14 @@ .else _TARGET_CPUTYPE=dummy .endif +# Skip for showconfig as it is just wasted time and may invoke auto.obj.mk. +.if !make(showconfig) _CPUTYPE!= MAKEFLAGS= CPUTYPE=${_TARGET_CPUTYPE} ${MAKE} \ -f /dev/null -m ${.CURDIR}/share/mk -V CPUTYPE .if ${_CPUTYPE} != ${_TARGET_CPUTYPE} .error CPUTYPE global should be set with ?=. .endif +.endif .if make(buildworld) BUILD_ARCH!= uname -p .if ${MACHINE_ARCH} != ${BUILD_ARCH} @@ -238,7 +287,7 @@ BOOTSTRAPPING?= 0 # Common environment for world related stages -CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \ +CROSSENV+= MAKEOBJDIRPREFIX=${OBJTREE} \ MACHINE_ARCH=${TARGET_ARCH} \ MACHINE=${TARGET} \ CPUTYPE=${TARGET_CPUTYPE} @@ -255,11 +304,9 @@ BMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${BPATH}:${PATH} \ WORLDTMP=${WORLDTMP} \ - VERSION="${VERSION}" \ MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" -BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ - ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \ - DESTDIR= \ +# need to keep this in sync with targets/pseudo/bootstrap-tools/Makefile +BSARGS= DESTDIR= \ BOOTSTRAPPING=${OSRELDATE} \ SSP_CFLAGS= \ MK_HTML=no NO_LINT=yes MK_MAN=no \ @@ -267,7 +314,11 @@ -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \ MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \ MK_LLDB=no MK_TESTS=no \ - MK_INCLUDES=yes + MK_INCLUDES=yes + +BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ + ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \ + ${BSARGS} # build-tools stage TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \ @@ -289,8 +340,7 @@ # kernel-tools stage KTMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${BPATH}:${PATH} \ - WORLDTMP=${WORLDTMP} \ - VERSION="${VERSION}" + WORLDTMP=${WORLDTMP} KTMAKE= TOOLS_PREFIX=${WORLDTMP} MAKEOBJDIRPREFIX=${WORLDTMP} \ ${KTMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \ DESTDIR= \ @@ -303,7 +353,6 @@ # world stage WMAKEENV= ${CROSSENV} \ _LDSCRIPTROOT= \ - VERSION="${VERSION}" \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${TMPPATH} @@ -313,14 +362,6 @@ HMAKE+= PATH=${TMPPATH} METALOG=${METALOG} -DNO_ROOT .endif -.if ${MK_CDDL} == "no" -WMAKEENV+= MK_CTF=no -.endif - -.if defined(CROSS_TOOLCHAIN) -LOCALBASE?= /usr/local -.include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk" -.endif .if defined(CROSS_TOOLCHAIN_PREFIX) CROSS_COMPILER_PREFIX?=${CROSS_TOOLCHAIN_PREFIX} CROSS_BINUTILS_PREFIX?=${CROSS_TOOLCHAIN_PREFIX} @@ -330,6 +371,7 @@ # support the target architecture), provide a default cross-binutils prefix. # This allows aarch64 builds, for example, to automatically use the # aarch64-binutils port or package. +.if !make(showconfig) .if !empty(BROKEN_OPTIONS:MBINUTILS_BOOTSTRAP) && \ !defined(CROSS_BINUTILS_PREFIX) CROSS_BINUTILS_PREFIX=/usr/local/${TARGET_ARCH}-freebsd/bin/ @@ -337,6 +379,7 @@ .error In-tree binutils does not support the ${TARGET_ARCH} architecture. Install the ${TARGET_ARCH}-binutils port or package or set CROSS_BINUTILS_PREFIX. .endif .endif +.endif XCOMPILERS= CC CXX CPP .for COMPILER in ${XCOMPILERS} @@ -355,7 +398,7 @@ X${BINUTIL}?= ${${BINUTIL}} .endif .endfor -WMAKEENV+= CC="${XCC} ${XCFLAGS}" CXX="${XCXX} ${XCFLAGS} ${XCXXFLAGS}" \ +CROSSENV+= CC="${XCC} ${XCFLAGS}" CXX="${XCXX} ${XCFLAGS} ${XCXXFLAGS}" \ DEPFLAGS="${DEPFLAGS}" \ CPP="${XCPP} ${XCFLAGS}" \ AS="${XAS}" AR="${XAR}" LD="${XLD}" NM=${XNM} \ @@ -363,7 +406,7 @@ RANLIB=${XRANLIB} STRINGS=${XSTRINGS} \ SIZE="${XSIZE}" -.if ${XCC:M/*} +.if ${XCC:N${CCACHE_BIN}:M/*} .if defined(CROSS_BINUTILS_PREFIX) # In the case of xdev-build tools, CROSS_BINUTILS_PREFIX won't be a # directory, but the compiler will look in the right place for it's @@ -384,6 +427,9 @@ .if defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc XCFLAGS+= -isystem ${WORLDTMP}/usr/include -L${WORLDTMP}/usr/lib XCXXFLAGS+= -I${WORLDTMP}/usr/include/c++/v1 -std=gnu++11 -L${WORLDTMP}/../lib/libc++ +# XXX: DEPFLAGS is a workaround for not properly passing CXXFLAGS to sub-makes +# due to CXX="${XCXX} ${XCXXFLAGS}". bsd.dep.mk does use CXXFLAGS when +# building C++ files so this can come out if passing CXXFLAGS down is fixed. DEPFLAGS+= -I${WORLDTMP}/usr/include/c++/v1 .else TARGET_ABI?= unknown @@ -437,19 +483,17 @@ -isystem ${LIB32TMP}/usr/include/ \ -L${LIB32TMP}/usr/lib32 \ -B${LIB32TMP}/usr/lib32 -.if ${XCC:M/*} +.if ${XCC:N${CCACHE_BIN}:M/*} LIB32FLAGS+= --sysroot=${WORLDTMP} .endif # Yes, the flags are redundant. LIB32WMAKEENV+= MAKEOBJDIRPREFIX=${LIB32_OBJTREE} \ _LDSCRIPTROOT=${LIB32TMP} \ - VERSION="${VERSION}" \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${TMPPATH} \ LIBDIR=/usr/lib32 \ SHLIBDIR=/usr/lib32 \ - LIBPRIVATEDIR=/usr/lib32/private \ DTRACE="${DTRACE} -32" LIB32WMAKEFLAGS+= CC="${XCC} ${LIB32FLAGS}" \ CXX="${XCXX} ${LIB32FLAGS}" \ @@ -505,7 +549,7 @@ # Attempt to rebuild the entire system, with reasonable chance of # success, regardless of how old your existing system is. # -_worldtmp: +_worldtmp: .PHONY .if ${.CURDIR:C/[^,]//g} != "" # The m4 build of sendmail files doesn't like it if ',' is used # anywhere in the path of it's files. @@ -525,10 +569,9 @@ .endif .else rm -rf ${WORLDTMP}/legacy/usr/include -# XXX - These three can depend on any header file. - rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c +# XXX - These can depend on any header file. + rm -f ${OBJTREE}${.CURDIR}/lib/libsysdecode/ioctl.c rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/kdump_subr.c - rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c .endif .for _dir in \ lib usr legacy/bin legacy/usr @@ -552,10 +595,25 @@ mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \ -p ${WORLDTMP}/usr/lib >/dev/null .endif +.if ${MK_LIB32} != "no" + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${WORLDTMP}/usr >/dev/null +.if ${MK_DEBUG_FILES} != "no" + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${WORLDTMP}/legacy/usr/lib/debug/usr >/dev/null + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${WORLDTMP}/usr/lib/debug/usr >/dev/null +.endif +.endif .if ${MK_TESTS} != "no" mkdir -p ${WORLDTMP}${TESTSBASE} mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \ -p ${WORLDTMP}${TESTSBASE} >/dev/null +.if ${MK_DEBUG_FILES} != "no" + mkdir -p ${WORLDTMP}/usr/lib/debug/${TESTSBASE} + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \ + -p ${WORLDTMP}/usr/lib/debug/${TESTSBASE} >/dev/null +.endif .endif .for _mtree in ${LOCAL_MTREE} mtree -deU -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null @@ -578,9 +636,9 @@ @echo "--------------------------------------------------------------" @echo ">>> stage 2.1: cleaning up the object tree" @echo "--------------------------------------------------------------" - ${_+_}cd ${.CURDIR}; ${WMAKE} ${CLEANDIR:S/^/par-/} + ${_+_}cd ${.CURDIR}; ${WMAKE} ${CLEANDIR} .if defined(LIB32TMP) - ${_+_}cd ${.CURDIR}; ${LIB32WMAKE} -f Makefile.inc1 ${CLEANDIR:S/^/par-/} + ${_+_}cd ${.CURDIR}; ${LIB32WMAKE} -f Makefile.inc1 ${CLEANDIR} .endif .endif _obj: @@ -588,7 +646,7 @@ @echo "--------------------------------------------------------------" @echo ">>> stage 2.2: rebuilding the object tree" @echo "--------------------------------------------------------------" - ${_+_}cd ${.CURDIR}; ${WMAKE} par-obj + ${_+_}cd ${.CURDIR}; ${WMAKE} obj _build-tools: @echo @echo "--------------------------------------------------------------" @@ -607,7 +665,13 @@ @echo "--------------------------------------------------------------" @echo ">>> stage 4.1: building includes" @echo "--------------------------------------------------------------" - ${_+_}cd ${.CURDIR}; ${WMAKE} SHARED=symlinks par-includes +# Special handling for SUBDIR_OVERRIDE in buildworld as they most likely need +# headers from default SUBDIR. Do SUBDIR_OVERRIDE includes last. + ${_+_}cd ${.CURDIR}; ${WMAKE} SUBDIR_OVERRIDE= SHARED=symlinks \ + includes +.if !empty(SUBDIR_OVERRIDE) && make(buildworld) + ${_+_}cd ${.CURDIR}; ${WMAKE} SHARED=symlinks includes +.endif _libraries: @echo @echo "--------------------------------------------------------------" @@ -621,15 +685,15 @@ @echo "--------------------------------------------------------------" @echo ">>> stage 4.3: make dependencies" @echo "--------------------------------------------------------------" - ${_+_}cd ${.CURDIR}; ${WMAKE} par-depend + ${_+_}cd ${.CURDIR}; ${WMAKE} depend everything: @echo @echo "--------------------------------------------------------------" @echo ">>> stage 4.4: building everything" @echo "--------------------------------------------------------------" - ${_+_}cd ${.CURDIR}; ${WMAKE} par-all + ${_+_}cd ${.CURDIR}; _PARALLEL_SUBDIR_OK=1 ${WMAKE} all .if defined(LIB32TMP) -build32: +build32: .PHONY @echo @echo "--------------------------------------------------------------" @echo ">>> stage 5.1: building 32 bit shim libraries" @@ -639,73 +703,76 @@ -p ${LIB32TMP}/usr >/dev/null mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ -p ${LIB32TMP}/usr/include >/dev/null + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${LIB32TMP}/usr >/dev/null .if ${MK_DEBUG_FILES} != "no" mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \ -p ${LIB32TMP}/usr/lib >/dev/null + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${LIB32TMP}/usr/lib/debug/usr >/dev/null .endif mkdir -p ${WORLDTMP} ln -sf ${.CURDIR}/sys ${WORLDTMP} .for _t in obj includes - cd ${.CURDIR}/include; ${LIB32WMAKE} DIRPRFX=include/ ${_t} - cd ${.CURDIR}/lib; ${LIB32WMAKE} DIRPRFX=lib/ ${_t} + ${_+_}cd ${.CURDIR}/include; ${LIB32WMAKE} DIRPRFX=include/ ${_t} + ${_+_}cd ${.CURDIR}/lib; ${LIB32WMAKE} DIRPRFX=lib/ ${_t} .if ${MK_CDDL} != "no" - cd ${.CURDIR}/cddl/lib; ${LIB32WMAKE} DIRPRFX=cddl/lib/ ${_t} + ${_+_}cd ${.CURDIR}/cddl/lib; ${LIB32WMAKE} DIRPRFX=cddl/lib/ ${_t} .endif - cd ${.CURDIR}/gnu/lib; ${LIB32WMAKE} DIRPRFX=gnu/lib/ ${_t} + ${_+_}cd ${.CURDIR}/gnu/lib; ${LIB32WMAKE} DIRPRFX=gnu/lib/ ${_t} .if ${MK_CRYPT} != "no" - cd ${.CURDIR}/secure/lib; ${LIB32WMAKE} DIRPRFX=secure/lib/ ${_t} + ${_+_}cd ${.CURDIR}/secure/lib; ${LIB32WMAKE} DIRPRFX=secure/lib/ ${_t} .endif .if ${MK_KERBEROS} != "no" - cd ${.CURDIR}/kerberos5/lib; ${LIB32WMAKE} DIRPRFX=kerberos5/lib ${_t} + ${_+_}cd ${.CURDIR}/kerberos5/lib; ${LIB32WMAKE} DIRPRFX=kerberos5/lib ${_t} .endif .endfor .for _dir in usr.bin/lex/lib - cd ${.CURDIR}/${_dir}; ${LIB32WMAKE} DIRPRFX=${_dir}/ obj + ${_+_}cd ${.CURDIR}/${_dir}; ${LIB32WMAKE} DIRPRFX=${_dir}/ obj .endfor .for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic - cd ${.CURDIR}/${_dir}; \ + ${_+_}cd ${.CURDIR}/${_dir}; \ WORLDTMP=${WORLDTMP} \ MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \ MAKEOBJDIRPREFIX=${LIB32_OBJTREE} ${MAKE} SSP_CFLAGS= DESTDIR= \ DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \ build-tools .endfor - cd ${.CURDIR}; \ - ${LIB32WMAKE} -f Makefile.inc1 libraries + ${_+_}cd ${.CURDIR}; \ + ${LIB32WMAKE} -f Makefile.inc1 -DNO_FSCHG libraries .for _t in obj depend all - cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \ - DIRPRFX=libexec/rtld-elf/ ${_t} - cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} \ + ${_+_}cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \ + -DNO_FSCHG DIRPRFX=libexec/rtld-elf/ ${_t} + ${_+_}cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} \ DIRPRFX=usr.bin/ldd ${_t} .endfor -distribute32 install32: - cd ${.CURDIR}/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} +distribute32 install32: .MAKE .PHONY + ${_+_}cd ${.CURDIR}/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} .if ${MK_CDDL} != "no" - cd ${.CURDIR}/cddl/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} + ${_+_}cd ${.CURDIR}/cddl/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} .endif - cd ${.CURDIR}/gnu/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} + ${_+_}cd ${.CURDIR}/gnu/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} .if ${MK_CRYPT} != "no" - cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} + ${_+_}cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} .endif .if ${MK_KERBEROS} != "no" - cd ${.CURDIR}/kerberos5/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} + ${_+_}cd ${.CURDIR}/kerberos5/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} .endif - cd ${.CURDIR}/libexec/rtld-elf; \ + ${_+_}cd ${.CURDIR}/libexec/rtld-elf; \ PROG=ld-elf32.so.1 ${LIB32IMAKE} ${.TARGET:S/32$//} - cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32IMAKE} ${.TARGET:S/32$//} + ${_+_}cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32IMAKE} \ + ${.TARGET:S/32$//} .endif WMAKE_TGTS= -.if !defined(SUBDIR_OVERRIDE) -WMAKE_TGTS+= _worldtmp _legacy _bootstrap-tools -.endif -WMAKE_TGTS+= _cleanobj _obj _build-tools -.if !defined(SUBDIR_OVERRIDE) -WMAKE_TGTS+= _cross-tools +WMAKE_TGTS+= _worldtmp _legacy +.if empty(SUBDIR_OVERRIDE) +WMAKE_TGTS+= _bootstrap-tools .endif +WMAKE_TGTS+= _cleanobj _obj _build-tools _cross-tools WMAKE_TGTS+= _includes _libraries _depend everything -.if defined(LIB32TMP) && ${MK_LIB32} != "no" +.if defined(LIB32TMP) && ${MK_LIB32} != "no" && empty(SUBDIR_OVERRIDE) WMAKE_TGTS+= build32 .endif @@ -729,17 +796,22 @@ # modification of the current environment's PATH. In addition, we need # to quote multiword values. # -buildenvvars: - @echo ${WMAKEENV:Q} +buildenvvars: .PHONY + @echo ${WMAKEENV:Q} ${.MAKE.EXPORTED:@v@$v=\"${$v}\"@} .if ${.TARGETS:Mbuildenv} .if ${.MAKEFLAGS:M-j} .error The buildenv target is incompatible with -j .endif .endif -buildenv: +BUILDENV_DIR?= ${.CURDIR} +buildenv: .PHONY @echo Entering world for ${TARGET_ARCH}:${TARGET} - @cd ${.CURDIR} && env ${WMAKEENV} ${BUILDENV_SHELL} || true +.if ${BUILDENV_SHELL:M*zsh*} + @echo For ZSH you must run: export CPUTYPE=${TARGET_CPUTYPE} +.endif + @cd ${BUILDENV_DIR} && env ${WMAKEENV} BUILDENV=1 ${BUILDENV_SHELL} \ + || true TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32} toolchain: ${TOOLCHAIN_TGTS} @@ -814,7 +886,7 @@ ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \ date echo egrep find grep id install ${_install-info} \ - ln lockf make mkdir mtree mv pwd_mkdb \ + ln make mkdir mtree mv pwd_mkdb \ rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \ ${LOCAL_ITOOLS} @@ -887,10 +959,22 @@ mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \ -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib >/dev/null .endif +.if ${MK_LIB32} != "no" + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${DESTDIR}/${DISTDIR}/${dist}/usr >/dev/null +.if ${MK_DEBUG_FILES} != "no" + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib32.dist \ + -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib/debug/usr >/dev/null +.endif +.endif .if ${MK_TESTS} != "no" && ${dist} == "tests" -mkdir -p ${DESTDIR}/${DISTDIR}/${dist}${TESTSBASE} mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \ -p ${DESTDIR}/${DISTDIR}/${dist}${TESTSBASE} >/dev/null +.if ${MK_DEBUG_FILES} != "no" + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \ + -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib/debug/${TESTSBASE} >/dev/null +.endif .endif .if defined(NO_ROOT) *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***