From owner-svn-src-projects@FreeBSD.ORG Sun Mar 24 16:41:23 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF2FB881; Sun, 24 Mar 2013 16:41:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A0BCC608; Sun, 24 Mar 2013 16:41:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OGfNgq043939; Sun, 24 Mar 2013 16:41:23 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OGfNYl043938; Sun, 24 Mar 2013 16:41:23 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303241641.r2OGfNYl043938@svn.freebsd.org> From: Martin Wilke Date: Sun, 24 Mar 2013 16:41:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248683 - projects/portbuild/scripts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 16:41:23 -0000 Author: miwi Date: Sun Mar 24 16:41:23 2013 New Revision: 248683 URL: http://svnweb.freebsd.org/changeset/base/248683 Log: - Make sure /dev/fd get first umounted. Modified: projects/portbuild/scripts/clean-chroot Modified: projects/portbuild/scripts/clean-chroot ============================================================================== --- projects/portbuild/scripts/clean-chroot Sun Mar 24 12:39:26 2013 (r248682) +++ projects/portbuild/scripts/clean-chroot Sun Mar 24 16:41:23 2013 (r248683) @@ -67,7 +67,7 @@ for i in ${ARCHS_REQUIRING_LINPROCFS}; d fi done -for i in /a/ports /usr/src /dev; do +for i in /a/ports /usr/src /dev/fd /dev; do cleanup_mount ${chroot} ${i} done if [ ! -z "${ccache_dir}" ]; then From owner-svn-src-projects@FreeBSD.ORG Sun Mar 24 16:44:31 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C266B25; Sun, 24 Mar 2013 16:44:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7DA59628; Sun, 24 Mar 2013 16:44:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OGiVau044453; Sun, 24 Mar 2013 16:44:31 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OGiViG044452; Sun, 24 Mar 2013 16:44:31 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303241644.r2OGiViG044452@svn.freebsd.org> From: Martin Wilke Date: Sun, 24 Mar 2013 16:44:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248685 - projects/portbuild/scripts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 16:44:31 -0000 Author: miwi Date: Sun Mar 24 16:44:30 2013 New Revision: 248685 URL: http://svnweb.freebsd.org/changeset/base/248685 Log: - workaround bug leaking user 5201 for unknown reasons Submitted by: bapt Modified: projects/portbuild/scripts/portbuild Modified: projects/portbuild/scripts/portbuild ============================================================================== --- projects/portbuild/scripts/portbuild Sun Mar 24 16:43:07 2013 (r248684) +++ projects/portbuild/scripts/portbuild Sun Mar 24 16:44:30 2013 (r248685) @@ -200,6 +200,8 @@ if [ -f ${chroot}/.notready ]; then LOGIN_ENV=",UNAME_p=${arch},UNAME_m=${arch}" sed -i "" -e "s/:\(setenv.*\):/:\1${LOGIN_ENV}:/" ${chroot}/etc/login.conf cap_mkdb ${chroot}/etc/login.conf + #XXX workaround bug leaking user 5201 for unknown reasons + chown root:wheel ${chroot}/etc/passwd ${chroot}/etc/group ${chroot}/etc/master.passwd ${chroot}/etc/pwd.db ${chroot}/etc/spwd.db cat >> ${chroot}/etc/make.conf << EOF ARCH=${arch} From owner-svn-src-projects@FreeBSD.ORG Sun Mar 24 16:48:40 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C92E0C96; Sun, 24 Mar 2013 16:48:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BBE6F64E; Sun, 24 Mar 2013 16:48:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OGme2g045036; Sun, 24 Mar 2013 16:48:40 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OGmer4045035; Sun, 24 Mar 2013 16:48:40 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303241648.r2OGmer4045035@svn.freebsd.org> From: Martin Wilke Date: Sun, 24 Mar 2013 16:48:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248686 - projects/portbuild/scripts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 16:48:40 -0000 Author: miwi Date: Sun Mar 24 16:48:40 2013 New Revision: 248686 URL: http://svnweb.freebsd.org/changeset/base/248686 Log: - tell jexec whish shell to use (this seems to fix jexec: execvp(): /buildscript: No such file or directory) Modified: projects/portbuild/scripts/portbuild Modified: projects/portbuild/scripts/portbuild ============================================================================== --- projects/portbuild/scripts/portbuild Sun Mar 24 16:44:30 2013 (r248685) +++ projects/portbuild/scripts/portbuild Sun Mar 24 16:48:40 2013 (r248686) @@ -350,7 +350,7 @@ if [ "${error}" = 0 ]; then jail -r ${jname} jail -c persist name=${jname} ip4=inherit ip6=inherit path=${chroot} \ host.hostname=${jname} allow.sysvipc allow.socket_af allow.raw_sockets allow.chflags - jexec -U root ${jname} /buildscript ${dirname} 1 "$ED" "$PD" "$FD" "$BD" "$RD" "$PKGD" 2>&1 | tee -a ${chroot}/tmp/${pkgname}.log + jexec -U root ${jname} /bin/sh /buildscript ${dirname} 1 "$ED" "$PD" "$FD" "$BD" "$RD" "$PKGD" 2>&1 | tee -a ${chroot}/tmp/${pkgname}.log jail -r ${jname} jail -c persist name=${jname} ip4.addr=127.0.0.1 ip6=disable path=${chroot} \ host.hostname=${jname} allow.sysvipc allow.socket_af allow.raw_sockets allow.chflags From owner-svn-src-projects@FreeBSD.ORG Sun Mar 24 16:53:08 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DCC71265; Sun, 24 Mar 2013 16:53:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CFDF869E; Sun, 24 Mar 2013 16:53:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OGr865047341; Sun, 24 Mar 2013 16:53:08 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OGr8ao047340; Sun, 24 Mar 2013 16:53:08 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303241653.r2OGr8ao047340@svn.freebsd.org> From: Martin Wilke Date: Sun, 24 Mar 2013 16:53:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248688 - projects/portbuild/scripts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 16:53:08 -0000 Author: miwi Date: Sun Mar 24 16:53:08 2013 New Revision: 248688 URL: http://svnweb.freebsd.org/changeset/base/248688 Log: - hardcode zbase to fix client setup. Modified: projects/portbuild/scripts/setupnode Modified: projects/portbuild/scripts/setupnode ============================================================================== --- projects/portbuild/scripts/setupnode Sun Mar 24 16:51:21 2013 (r248687) +++ projects/portbuild/scripts/setupnode Sun Mar 24 16:53:08 2013 (r248688) @@ -108,7 +108,7 @@ postcopy() { if [ "${buildid}" != "-" -a "${branch}" != "-" ]; then mkdir -p ${wrkdir}/chroot if [ "${use_zfs}" -eq 1 ]; then - zbase=${scratchdir#/} + zbase=zroot/a zfs create ${zbase}/${branch} || true zfs create ${zbase}/${branch}/${buildid} || true zfs create ${zbase}/${branch}/${buildid}/world || true From owner-svn-src-projects@FreeBSD.ORG Mon Mar 25 13:03:25 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0917C379; Mon, 25 Mar 2013 13:03:25 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EF91EBF7; Mon, 25 Mar 2013 13:03:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PD3OH2019460; Mon, 25 Mar 2013 13:03:24 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2PD3OOZ019458; Mon, 25 Mar 2013 13:03:24 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303251303.r2PD3OOZ019458@svn.freebsd.org> From: "Cherry G. Mathew" Date: Mon, 25 Mar 2013 13:03:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248701 - projects/amd64_xen_pv/sys/amd64/xen X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 13:03:25 -0000 Author: cherry Date: Mon Mar 25 13:03:24 2013 New Revision: 248701 URL: http://svnweb.freebsd.org/changeset/base/248701 Log: Add a two functions to pmap_pv tracking: i) To run a callback on every iterated entry ii) To free a pv entry and it's associated chunk (from amd64/amd64/pmap.c) Approved by: gibbs(implicit) Modified: projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.c projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.h Modified: projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.c Mon Mar 25 12:38:45 2013 (r248700) +++ projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.c Mon Mar 25 13:03:24 2013 (r248701) @@ -168,6 +168,58 @@ pv_to_chunk(pv_entry_t pv) #include #include + + +static void +free_pv_chunk(struct pv_chunk *pc) +{ + vm_page_t m; + + mtx_lock(&pv_chunks_mutex); + TAILQ_REMOVE(&pv_chunks, pc, pc_lru); + mtx_unlock(&pv_chunks_mutex); + PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); + PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); + PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); + /* entire chunk is free, return it */ + m = PHYS_TO_VM_PAGE(DMAP_TO_PHYS((vm_offset_t)pc)); + pmap_kremove((vm_offset_t)pc); + dump_drop_page(m->phys_addr); + vm_page_unwire(m, 0); + vm_page_free(m); +} + +/* + * free the pv_entry back to the free list + */ +static void +free_pv_entry(pmap_t pmap, pv_entry_t pv) +{ + struct pv_chunk *pc; + int idx, field, bit; + + PMAP_LOCK_ASSERT(pmap, MA_OWNED); + PV_STAT(atomic_add_long(&pv_entry_frees, 1)); + PV_STAT(atomic_add_int(&pv_entry_spare, 1)); + PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); + pc = pv_to_chunk(pv); + idx = pv - &pc->pc_pventry[0]; + field = idx / 64; + bit = idx % 64; + pc->pc_map[field] |= 1ul << bit; + if (pc->pc_map[0] != PC_FREE0 || pc->pc_map[1] != PC_FREE1 || + pc->pc_map[2] != PC_FREE2) { + /* 98% of the time, pc is already at the head of the list. */ + if (__predict_false(pc != TAILQ_FIRST(&pmap->pm_pvchunk))) { + TAILQ_REMOVE(&pmap->pm_pvchunk, pc, pc_list); + TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list); + } + return; + } + TAILQ_REMOVE(&pmap->pm_pvchunk, pc, pc_list); + free_pv_chunk(pc); +} + pv_entry_t pmap_get_pv_entry(pmap_t pmap) { @@ -281,6 +333,7 @@ pmap_free_pv_entry(pmap_t pmap, vm_offse TAILQ_FOREACH(pv, &m->md.pv_list, pv_list) { if (pmap == PV_PMAP(pv) && va == pv->pv_va) { TAILQ_REMOVE(&m->md.pv_list, pv, pv_list); + free_pv_entry(pmap, pv); found = true; break; } @@ -384,3 +437,40 @@ pmap_pv_vm_page_mapped(pmap_t pmap, vm_p (VM_MAX_KERNEL_ADDRESS + 1)) ? false : true; } + +/* + * Iterate through all mappings, until callback returns 'true' + * Returns the number of iterations. + */ + +int +pmap_pv_iterate(vm_page_t m, pv_cb_t cb) +{ + int iter = 0; + pv_entry_t next_pv, pv; + + rw_wlock(&pvh_global_lock); + + TAILQ_FOREACH_SAFE(pv, &m->md.pv_list, pv_list, next_pv) { + iter++; + if (cb(PV_PMAP(pv), pv->pv_va, m)) break; + } + rw_wunlock(&pvh_global_lock); + return iter; +} + +/* + * Destroy all pv mappings for a given physical page. + */ +void +pmap_pv_page_unmap(vm_page_t m) +{ + pv_entry_t pv, next_pv; + + rw_wlock(&pvh_global_lock); + TAILQ_FOREACH_SAFE(pv, &m->md.pv_list, pv_list, next_pv) { + TAILQ_REMOVE(&m->md.pv_list, pv, pv_list); + } + rw_wunlock(&pvh_global_lock); + return; +} Modified: projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.h ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.h Mon Mar 25 12:38:45 2013 (r248700) +++ projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.h Mon Mar 25 13:03:24 2013 (r248701) @@ -36,6 +36,12 @@ #ifndef _MACHINE_PMAP_PV_H_ #define _MACHINE_PMAP_PV_H_ +/* + * Used as a callback when iterating through multiple pmaps + * If the callback returns 'true', iteration is stopped. + */ +typedef bool pv_cb_t(pmap_t pmap, vm_offset_t va, vm_page_t m) ; + void pmap_pv_init(void); void pmap_pv_pmap_init(pmap_t pmap); void pmap_pv_vm_page_init(vm_page_t m); @@ -45,5 +51,7 @@ pv_entry_t pmap_get_pv_entry(pmap_t pmap void pmap_put_pv_entry(pmap_t pmap, vm_offset_t va, vm_page_t m); bool pmap_free_pv_entry(pmap_t pmap, vm_offset_t va, vm_page_t m); pv_entry_t pmap_find_pv_entry(pmap_t pmap, vm_offset_t va, vm_page_t m); +int pmap_pv_iterate(vm_page_t m, pv_cb_t cb); +void pmap_pv_page_unmap(vm_page_t m); #endif /* !_MACHINE_PMAP_PV_H_ */ From owner-svn-src-projects@FreeBSD.ORG Mon Mar 25 13:23:48 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C236851; Mon, 25 Mar 2013 13:23:48 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC93D7C; Mon, 25 Mar 2013 13:23:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PDNl9a025817; Mon, 25 Mar 2013 13:23:47 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2PDNlsQ025816; Mon, 25 Mar 2013 13:23:47 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303251323.r2PDNlsQ025816@svn.freebsd.org> From: "Cherry G. Mathew" Date: Mon, 25 Mar 2013 13:23:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248702 - projects/amd64_xen_pv/sys/amd64/xen X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 13:23:48 -0000 Author: cherry Date: Mon Mar 25 13:23:47 2013 New Revision: 248702 URL: http://svnweb.freebsd.org/changeset/base/248702 Log: Avoid unused variable warning for pm_pml4 Approved by: gibbs(implicit) Modified: projects/amd64_xen_pv/sys/amd64/xen/mmu_map.c Modified: projects/amd64_xen_pv/sys/amd64/xen/mmu_map.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/mmu_map.c Mon Mar 25 13:03:24 2013 (r248701) +++ projects/amd64_xen_pv/sys/amd64/xen/mmu_map.c Mon Mar 25 13:23:47 2013 (r248702) @@ -103,7 +103,7 @@ pmap_get_pml4t(struct pmap *pm) KASSERT(pm_pml4 != NULL, ("pmap has NULL pml4!\n")); - return pm->pm_pml4; + return pm_pml4; } /* Returns physical address */ From owner-svn-src-projects@FreeBSD.ORG Mon Mar 25 13:33:07 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CB2F0A4C; Mon, 25 Mar 2013 13:33:07 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BD5AADF2; Mon, 25 Mar 2013 13:33:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PDX7c7028729; Mon, 25 Mar 2013 13:33:07 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2PDX6a9028719; Mon, 25 Mar 2013 13:33:06 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303251333.r2PDX6a9028719@svn.freebsd.org> From: "Cherry G. Mathew" Date: Mon, 25 Mar 2013 13:33:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248703 - in projects/amd64_xen_pv/sys/amd64: amd64 include xen X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 13:33:07 -0000 Author: cherry Date: Mon Mar 25 13:33:06 2013 New Revision: 248703 URL: http://svnweb.freebsd.org/changeset/base/248703 Log: This commit combines the following features: i) Context switch now DTRT and maps in userspace into a separate kernel VA ii) Supporting pmap_xxx() functions for boot progress have been added. iii) Boottime \"dummy\" user page tables have been temporarily disabled. Approved by: gibbs(implicit) Modified: projects/amd64_xen_pv/sys/amd64/amd64/cpu_switch.S projects/amd64_xen_pv/sys/amd64/amd64/vm_machdep.c projects/amd64_xen_pv/sys/amd64/include/pmap.h projects/amd64_xen_pv/sys/amd64/xen/mm.c projects/amd64_xen_pv/sys/amd64/xen/pmap.c Modified: projects/amd64_xen_pv/sys/amd64/amd64/cpu_switch.S ============================================================================== --- projects/amd64_xen_pv/sys/amd64/amd64/cpu_switch.S Mon Mar 25 13:23:47 2013 (r248702) +++ projects/amd64_xen_pv/sys/amd64/amd64/cpu_switch.S Mon Mar 25 13:33:06 2013 (r248703) @@ -138,7 +138,6 @@ ctx_switch_xsave: /* Save is done. Now fire up new thread. Leave old vmspace. */ movq TD_PCB(%rsi),%r8 - /* switch address space */ movq PCB_CR3(%r8),%rcx movq %cr3,%rax @@ -155,9 +154,23 @@ swinact: pushq %rdx pushq %r8 - movq %rcx, %rdi - callq xen_pt_switch + /* + * On xen, the hypervisor loads %cr3 for us on return to + * userland. We use a separate "kernel space" for kernel mode, + * which is setup at boot time (see: pmap.c:pmap_bootstrap) + * + * We need to tell the hypervisor via xen_pt_user_switch() + * about the new user pmap. Additionally, we modify the kernel VA + * space by copying in the userland bits of the new pmap, in + * case the kernel needs to access them. + */ + movq TD_PROC(%rsi), %rdx /* newproc */ + movq P_VMSPACE(%rdx), %rdx + addq $VM_PMAP, %rdx + movq %rdx, %rdi + callq pmap_xen_userload + popq %r8 popq %rdx popq %rsi Modified: projects/amd64_xen_pv/sys/amd64/amd64/vm_machdep.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/amd64/vm_machdep.c Mon Mar 25 13:23:47 2013 (r248702) +++ projects/amd64_xen_pv/sys/amd64/amd64/vm_machdep.c Mon Mar 25 13:33:06 2013 (r248703) @@ -220,7 +220,7 @@ cpu_fork(td1, p2, td2, flags) */ pmap2 = vmspace_pmap(p2->p_vmspace); #ifdef XEN - pcb2->pcb_cr3 = pmap_kextract((vm_offset_t)pmap2->pm_pml4); + pcb2->pcb_cr3 = pmap_kextract_ma((vm_offset_t)pmap2->pm_pml4); #else pcb2->pcb_cr3 = DMAP_TO_PHYS((vm_offset_t)pmap2->pm_pml4); #endif Modified: projects/amd64_xen_pv/sys/amd64/include/pmap.h ============================================================================== --- projects/amd64_xen_pv/sys/amd64/include/pmap.h Mon Mar 25 13:23:47 2013 (r248702) +++ projects/amd64_xen_pv/sys/amd64/include/pmap.h Mon Mar 25 13:33:06 2013 (r248703) @@ -365,6 +365,7 @@ void pmap_invalidate_all(pmap_t); void pmap_invalidate_cache(void); void pmap_invalidate_cache_pages(vm_page_t *pages, int count); void pmap_invalidate_cache_range(vm_offset_t sva, vm_offset_t eva); +void pmap_xen_userload(pmap_t); #endif /* _KERNEL */ Modified: projects/amd64_xen_pv/sys/amd64/xen/mm.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/mm.c Mon Mar 25 13:23:47 2013 (r248702) +++ projects/amd64_xen_pv/sys/amd64/xen/mm.c Mon Mar 25 13:33:06 2013 (r248703) @@ -163,12 +163,13 @@ xen_invlpg(vm_offset_t va) inline void xen_load_cr3(u_long val) { - xen_pt_switch(val); + xen_pt_switch(xpmap_ptom(val)); } void -xen_pt_switch(vm_paddr_t kpml4phys) +xen_pt_switch(vm_paddr_t kpml4mach) { + printk("%s: kpml4mach == 0x%lx\n", __func__, kpml4mach); struct mmuext_op op; #ifdef INVARIANTS SET_VCPU(); @@ -176,12 +177,12 @@ xen_pt_switch(vm_paddr_t kpml4phys) KASSERT(XPQ_IDX == 0, ("pending operations XPQ_IDX=%d", XPQ_IDX)); #endif op.cmd = MMUEXT_NEW_BASEPTR; - op.arg1.mfn = xpmap_ptom(kpml4phys) >> PAGE_SHIFT; + op.arg1.mfn = kpml4mach >> PAGE_SHIFT; PANIC_IF(HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0); } void -xen_pt_user_switch(vm_paddr_t upml4phys) +xen_pt_user_switch(vm_paddr_t upml4mach) { struct mmuext_op op; #ifdef INVARIANTS @@ -190,7 +191,7 @@ xen_pt_user_switch(vm_paddr_t upml4phys) KASSERT(XPQ_IDX == 0, ("pending operations XPQ_IDX=%d", XPQ_IDX)); #endif op.cmd = MMUEXT_NEW_USER_BASEPTR; - op.arg1.mfn = xpmap_ptom(upml4phys) >> PAGE_SHIFT; + op.arg1.mfn = upml4mach >> PAGE_SHIFT; PANIC_IF(HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0); } Modified: projects/amd64_xen_pv/sys/amd64/xen/pmap.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/pmap.c Mon Mar 25 13:23:47 2013 (r248702) +++ projects/amd64_xen_pv/sys/amd64/xen/pmap.c Mon Mar 25 13:33:06 2013 (r248703) @@ -132,6 +132,9 @@ __FBSDID("$FreeBSD$"); #include #endif +#include +#include + #include #include #include @@ -511,7 +514,7 @@ pmap_xen_bootpages(vm_paddr_t *firstaddr HYPERVISOR_shared_info = (void *) va; - +#if 0 /* ii) Userland page table base */ va = vallocpages(firstaddr, 1); bzero((void *)va, PAGE_SIZE); @@ -530,7 +533,8 @@ pmap_xen_bootpages(vm_paddr_t *firstaddr xen_pgdir_pin(phystomach(VTOP(va))); /* Register user page table with Xen */ - xen_pt_user_switch(VTOP(va)); + xen_pt_user_switch(xpmap_ptom(VTOP(va))); +#endif } /* Boot time ptov - xen guarantees bootpages to be offset */ @@ -578,7 +582,7 @@ pmap_bootstrap(vm_paddr_t *firstaddr) create_boot_pagetables(firstaddr); /* Switch to the new kernel tables */ - xen_pt_switch(VTOP(KPML4phys)); + xen_pt_switch(xpmap_ptom(VTOP(KPML4phys))); /* Unpin old page table hierarchy, and mark all its pages r/w */ xen_pgdir_unpin(phystomach(VTOP(xen_start_info->pt_base))); @@ -774,38 +778,22 @@ pmap_pinit(pmap_t pmap) */ pmap->pm_pml4 = (void *) kmem_alloc(kernel_map, PAGE_SIZE); bzero(pmap->pm_pml4, PAGE_SIZE); - + printf("%s: pmap->pm_pml4 == %p\n", __func__, pmap->pm_pml4); /* * We do not wire in kernel space, or the self-referencial - * entry in userspace pmaps for two reasons: - * i) both kernel and userland run in ring3 (same CPU - * privilege level). This means that userland that has kernel - * address space mapped in, can access kernel memory! - * Instead, we make the kernel pmap is exclusive and - * unshared, and we switch to it on *every* kernel - * entry. This is facilitated by the hypervisor. - * ii) we access the user pmap from within kernel VA. The - * self-referencing entry is useful if we access the pmap - * from the *user* VA. - * XXX: review this when userland is up. + * entry in userspace pmaps becase both kernel and userland + * share ring3 privilege. The user/kernel context switch is + * arbitrated by the hypervisor by means of pre-loaded values + * for kernel and user %cr3. The userland parts of kernel VA + * may be conditionally overlaid with the VA of curthread, + * since the kernel occasionally needs to access userland + * process VA space. */ -#if 1 /* XXX: DEBUG ONLY - EXPOSES KERNEL TO USERLAND - TERRIBLE SECURITY RISK! */ - /* Wire in kernel global address entries. */ - pmap->pm_pml4[KPML4I] = phystomach(VTOP(KPDPphys)) | PG_RW | PG_V | PG_U; - - /* Copy over Direct mapping entries, from kernel_pmap. */ - int i; - for (i = 0; i < NDMPML4E; i++) { - pmap->pm_pml4[DMPML4I + i] = ((pdp_entry_t *)KPML4phys)[DMPML4I + i]; - } - pmap_xen_setpages_ro((uintptr_t)pmap->pm_pml4, 1); xen_pgdir_pin(phystomach(ptmb_vtop((uintptr_t)pmap->pm_pml4))); -#endif - pmap->pm_root = NULL; CPU_ZERO(&pmap->pm_active); pmap_pv_pmap_init(pmap); @@ -814,14 +802,33 @@ pmap_pinit(pmap_t pmap) return 1; } +void pmap_xen_userload(pmap_t pmap) +{ + KASSERT(pmap != kernel_pmap, + ("Kernel pmap requested on user load.\n")); + + printf("%s: pmap->pm_pml4 == %p\n", __func__, pmap->pm_pml4); + printf("%s: curthread %s\n", __func__, curthread->td_name); + int i; + for (i = 0; i < NUPML4E; i++) { + pml4_entry_t pml4e; + pml4e = (pmap->pm_pml4[i]); + PT_SET_VA_MA((pml4_entry_t *)KPML4phys + i, pml4e, false); + } + PT_UPDATES_FLUSH(); + + /* Tell xen about user pmap switch */ + xen_pt_user_switch(vtomach(pmap->pm_pml4)); +} + void pmap_release(pmap_t pmap) { KASSERT(0, ("XXX: %s: TODO\n", __func__)); } -pt_entry_t * -vtopte_hold(uintptr_t va, void *addr) +static pt_entry_t * +pmap_vtopte_hold(pmap_t pmap, uintptr_t va, void *addr) { KASSERT(addr != NULL, ("addr == NULL")); @@ -850,16 +857,28 @@ vtopte_hold(uintptr_t va, void *addr) return pte; } -void -vtopte_release(uintptr_t va, void *addr) +pt_entry_t * +vtopte_hold(uintptr_t va, void *addr) +{ + return pmap_vtopte_hold(kernel_pmap, va, addr); +} + +static void +pmap_vtopte_release(pmap_t pmap, uintptr_t va, void *addr) { mmu_map_t tptr = *(mmu_map_t *)addr; - mmu_map_release_va(kernel_pmap, tptr, va); + mmu_map_release_va(pmap, tptr, va); mmu_map_t_fini(tptr); } +void +vtopte_release(uintptr_t va, void *addr) +{ + pmap_vtopte_release(kernel_pmap, va, addr); +} + #ifdef SMP void pmap_lazyfix_action(void); @@ -943,6 +962,7 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t prot, boolean_t wired) { va = trunc_page(va); + KASSERT(va <= VM_MAX_KERNEL_ADDRESS, ("pmap_enter: toobig")); KASSERT(va < UPT_MIN_ADDRESS || va >= UPT_MAX_ADDRESS, ("pmap_enter: invalid to pmap_enter page table pages (va: 0x%lx)", @@ -998,10 +1018,57 @@ pmap_remove(pmap_t pmap, vm_offset_t sva pmap_qremove(sva, atop(eva - sva)); } +static bool +pv_remove(pmap_t pmap, vm_offset_t va, vm_page_t m) +{ + pt_entry_t *pte, tpte; + + char tbuf[tsz]; /* Safe to do this on the stack since tsz is + * effectively const. + */ + + mmu_map_t tptr = tbuf; + + PMAP_LOCK(pmap); + pte = pmap_vtopte_hold(pmap, va, &tptr); + tpte = *pte; + PT_CLEAR_VA(pte, TRUE); + if (tpte & PG_A) + vm_page_aflag_set(m, PGA_REFERENCED); + + /* + * Update the vm_page_t clean and reference bits. + */ + if ((tpte & (PG_M | PG_RW)) == (PG_M | PG_RW)) + vm_page_dirty(m); + + /* XXX: Tell mmu_xxx about backing page */ + pmap_vtopte_release(pmap, va, &tptr); + + pmap_invalidate_page(pmap, va); + PMAP_UNLOCK(pmap); + + return false; +} + +/* + * Routine: pmap_remove_all + * Function: + * Removes this physical page from + * all physical maps in which it resides. + * Reflects back modify bits to the pager. + */ void pmap_remove_all(vm_page_t m) { - KASSERT(0, ("XXX: %s: TODO\n", __func__)); + + KASSERT((m->oflags & VPO_UNMANAGED) == 0, + ("pmap_remove_all: page %p is not managed", m)); + + pmap_pv_iterate(m, pv_remove); + + /* free pv entry from all pmaps */ + pmap_pv_page_unmap(m); } vm_paddr_t @@ -1225,7 +1292,21 @@ pmap_protect(pmap_t pmap, vm_offset_t sv void pmap_invalidate_range(pmap_t pmap, vm_offset_t sva, vm_offset_t eva) { - KASSERT(0, ("XXX: %s: TODO\n", __func__)); + + vm_offset_t addr; + /* XXX: TODO SMP */ + sched_pin(); + + for (addr = sva; addr < eva; addr += PAGE_SIZE) + invlpg(addr); + + sched_unpin(); +} + +void +pmap_invalidate_page(pmap_t pmap, vm_offset_t va) +{ + pmap_invalidate_range(pmap, va, va + PAGE_SIZE); } void @@ -1288,11 +1369,21 @@ pmap_page_set_memattr(vm_page_t m, vm_me KASSERT(0, ("XXX: %s: TODO\n", __func__)); } +static bool +pv_dummy(pmap_t pmap, vm_offset_t va, vm_page_t m) +{ + printf("%s: va == 0x%lx, pa == 0x%lx\n", + __func__, va, VM_PAGE_TO_PHYS(m)); + return true; /* stop at the first iteration */ +} + boolean_t pmap_page_is_mapped(vm_page_t m) { - KASSERT(0, ("XXX: %s: TODO\n", __func__)); - return 0; + if ((m->oflags & VPO_UNMANAGED) != 0) + return (FALSE); + printf("pmap_pv_iterate(m, pv_dummy) == %d\n", pmap_pv_iterate(m, pv_dummy)); + return pmap_pv_iterate(m, pv_dummy); } boolean_t @@ -1342,10 +1433,55 @@ pmap_clear_reference(vm_page_t m) KASSERT(0, ("XXX: %s: TODO\n", __func__)); } +/* Callback to remove write access on given va and pmap */ +static bool +pv_remove_write(pmap_t pmap, vm_offset_t va, vm_page_t m) +{ + + pt_entry_t oldpte, *pte; + char tbuf[tsz]; /* Safe to do this on the stack since tsz is + * effectively const. + */ + + mmu_map_t tptr = tbuf; + + PMAP_LOCK(pmap); + pte = pmap_vtopte_hold(pmap, va, &tptr); + + oldpte = *pte; + if (oldpte & PG_RW) { + PT_SET_MA(va, oldpte & ~(PG_RW | PG_M)); + if ((oldpte & PG_M) != 0) + vm_page_dirty(m); + pmap_invalidate_page(pmap, va); + } + pmap_vtopte_release(pmap, va, &tptr); + PMAP_UNLOCK(pmap); + + return false; /* Iterate through every mapping */ +} + +/* + * Clear the write and modified bits in each of the given page's mappings. + */ void pmap_remove_write(vm_page_t m) { - KASSERT(0, ("XXX: %s: TODO\n", __func__)); + KASSERT((m->oflags & VPO_UNMANAGED) == 0, + ("pmap_remove_write: page %p is not managed", m)); + + /* + * If the page is not VPO_BUSY, then PGA_WRITEABLE cannot be set by + * another thread while the object is locked. Thus, if PGA_WRITEABLE + * is clear, no page table entries need updating. + */ + VM_OBJECT_LOCK_ASSERT(m->object, MA_OWNED); + if ((m->oflags & VPO_BUSY) == 0 && + (m->aflags & PGA_WRITEABLE) == 0) + return; + + pmap_pv_iterate(m, pv_remove_write); + vm_page_aflag_clear(m, PGA_WRITEABLE); } int From owner-svn-src-projects@FreeBSD.ORG Tue Mar 26 05:25:44 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07FF7574; Tue, 26 Mar 2013 05:25:44 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EF4B3AD0; Tue, 26 Mar 2013 05:25:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2Q5Ph9e020453; Tue, 26 Mar 2013 05:25:43 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2Q5Phkx020452; Tue, 26 Mar 2013 05:25:43 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303260525.r2Q5Phkx020452@svn.freebsd.org> From: "Cherry G. Mathew" Date: Tue, 26 Mar 2013 05:25:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248718 - projects/amd64_xen_pv/sys/amd64/xen X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 05:25:44 -0000 Author: cherry Date: Tue Mar 26 05:25:43 2013 New Revision: 248718 URL: http://svnweb.freebsd.org/changeset/base/248718 Log: Oops, missed out supporting bits for r248703: - store machine address in pcb->pcb_cr3. This prevents AS reloads within kernel space. Approved by: gibbs(implicit) Modified: projects/amd64_xen_pv/sys/amd64/xen/machdep.c Modified: projects/amd64_xen_pv/sys/amd64/xen/machdep.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/machdep.c Tue Mar 26 04:56:54 2013 (r248717) +++ projects/amd64_xen_pv/sys/amd64/xen/machdep.c Tue Mar 26 05:25:43 2013 (r248718) @@ -559,7 +559,7 @@ initxen(struct start_info *si) /* setup proc 0's pcb */ thread0.td_pcb->pcb_flags = 0; - thread0.td_pcb->pcb_cr3 = VTOP(KPML4phys); + thread0.td_pcb->pcb_cr3 = xpmap_ptom(VTOP(KPML4phys)); thread0.td_frame = &proc0_tf; env = getenv("kernelname"); @@ -1295,6 +1295,12 @@ xen_set_proc(struct pcb *newpcb) } char *console_page; + +/* + * We don't use the tss on xen pv - this is a dummy to not break + * common assembler code - see cpu_switch.S:cpu_switch + */ + #include struct amd64tss common_tss[MAXCPU]; From owner-svn-src-projects@FreeBSD.ORG Tue Mar 26 05:31:09 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7457A73F; Tue, 26 Mar 2013 05:31:09 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 67E4EB0B; Tue, 26 Mar 2013 05:31:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2Q5V97n022848; Tue, 26 Mar 2013 05:31:09 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2Q5V9DH022847; Tue, 26 Mar 2013 05:31:09 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303260531.r2Q5V9DH022847@svn.freebsd.org> From: "Cherry G. Mathew" Date: Tue, 26 Mar 2013 05:31:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248719 - projects/amd64_xen_pv/sys/amd64/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 05:31:09 -0000 Author: cherry Date: Tue Mar 26 05:31:08 2013 New Revision: 248719 URL: http://svnweb.freebsd.org/changeset/base/248719 Log: SYSINIT(9) completes successfully, let's make bootup less verbose. We also re-enable a couple of useful drivers, namely: random(4), tun(4) and md(4) Approved by: gibbs(implicit) Modified: projects/amd64_xen_pv/sys/amd64/conf/XEN Modified: projects/amd64_xen_pv/sys/amd64/conf/XEN ============================================================================== --- projects/amd64_xen_pv/sys/amd64/conf/XEN Tue Mar 26 05:25:43 2013 (r248718) +++ projects/amd64_xen_pv/sys/amd64/conf/XEN Tue Mar 26 05:31:08 2013 (r248719) @@ -83,11 +83,11 @@ device pci # Pseudo devices. device loop # Network loopback -#device random # Entropy device +device random # Entropy device device ether # Ethernet support -#device tun # Packet tunnel. +device tun # Packet tunnel. #device pty # Pseudo-ttys (telnet etc) -#device md # Memory "disks" +device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) From owner-svn-src-projects@FreeBSD.ORG Tue Mar 26 10:08:55 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 508F3D79; Tue, 26 Mar 2013 10:08:55 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 41F27F5A; Tue, 26 Mar 2013 10:08:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2QA8tdq006067; Tue, 26 Mar 2013 10:08:55 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2QA8tUc006066; Tue, 26 Mar 2013 10:08:55 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303261008.r2QA8tUc006066@svn.freebsd.org> From: "Cherry G. Mathew" Date: Tue, 26 Mar 2013 10:08:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248723 - projects/amd64_xen_pv/sys/amd64/xen X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 10:08:55 -0000 Author: cherry Date: Tue Mar 26 10:08:54 2013 New Revision: 248723 URL: http://svnweb.freebsd.org/changeset/base/248723 Log: remove stray debug printk() Approved by: gibbs(implicit) Modified: projects/amd64_xen_pv/sys/amd64/xen/mm.c Modified: projects/amd64_xen_pv/sys/amd64/xen/mm.c ============================================================================== --- projects/amd64_xen_pv/sys/amd64/xen/mm.c Tue Mar 26 07:55:24 2013 (r248722) +++ projects/amd64_xen_pv/sys/amd64/xen/mm.c Tue Mar 26 10:08:54 2013 (r248723) @@ -169,7 +169,6 @@ xen_load_cr3(u_long val) void xen_pt_switch(vm_paddr_t kpml4mach) { - printk("%s: kpml4mach == 0x%lx\n", __func__, kpml4mach); struct mmuext_op op; #ifdef INVARIANTS SET_VCPU(); From owner-svn-src-projects@FreeBSD.ORG Wed Mar 27 11:58:11 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DAE65DB0; Wed, 27 Mar 2013 11:58:11 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BE1F62FF; Wed, 27 Mar 2013 11:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2RBwBLF092048; Wed, 27 Mar 2013 11:58:11 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2RBw9O4092031; Wed, 27 Mar 2013 11:58:09 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201303271158.r2RBw9O4092031@svn.freebsd.org> From: Gleb Smirnoff Date: Wed, 27 Mar 2013 11:58:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248795 - in projects/counters: share/man/man9 sys/amd64/include sys/arm/include sys/i386/include sys/ia64/include sys/mips/include sys/netinet sys/powerpc/include sys/sparc64/include X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 11:58:11 -0000 Author: glebius Date: Wed Mar 27 11:58:08 2013 New Revision: 248795 URL: http://svnweb.freebsd.org/changeset/base/248795 Log: Mechanically rename: counter_u64_inc -> counter_u64_add counter_u64_dec -> counter_u64_subtract This is done to match atomic(9) API, making it easier to remember. Discussed with: kib Modified: projects/counters/share/man/man9/Makefile projects/counters/share/man/man9/counter.9 projects/counters/sys/amd64/include/counter.h projects/counters/sys/arm/include/counter.h projects/counters/sys/i386/include/counter.h projects/counters/sys/ia64/include/counter.h projects/counters/sys/mips/include/counter.h projects/counters/sys/netinet/ip_input.c projects/counters/sys/netinet/ip_var.h projects/counters/sys/netinet/tcp_input.c projects/counters/sys/netinet/tcp_var.h projects/counters/sys/powerpc/include/counter.h projects/counters/sys/sparc64/include/counter.h Modified: projects/counters/share/man/man9/Makefile ============================================================================== --- projects/counters/share/man/man9/Makefile Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/share/man/man9/Makefile Wed Mar 27 11:58:08 2013 (r248795) @@ -572,8 +572,8 @@ MLINKS+=copy.9 copyin.9 \ copy.9 copystr.9 MLINKS+=counter.9 counter_u64_alloc.9 \ counter.9 counter_u64_free.9 \ - counter.9 counter_u64_inc.9 \ - counter.9 counter_u64_dec.9 \ + counter.9 counter_u64_add.9 \ + counter.9 counter_u64_subtract.9 \ counter.9 counter_u64_fetch.9 \ counter.9 counter_u64_zero.9 MLINKS+=critical_enter.9 critical.9 \ Modified: projects/counters/share/man/man9/counter.9 ============================================================================== --- projects/counters/share/man/man9/counter.9 Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/share/man/man9/counter.9 Wed Mar 27 11:58:08 2013 (r248795) @@ -39,9 +39,9 @@ .Ft void .Fn counter_u64_free "counter_u64_t cnt" .Ft void -.Fn counter_u64_inc "counter_u64_t cnt" "uint64_t inc" +.Fn counter_u64_add "counter_u64_t cnt" "uint64_t inc" .Ft void -.Fn counter_u64_dec "counter_u64_t cnt" "uint64_t dec" +.Fn counter_u64_subtract "counter_u64_t cnt" "uint64_t dec" .Ft uint64_t .Fn counter_u64_fetch "counter_u64_t cnt" .Ft void @@ -92,13 +92,13 @@ is specified the operation may fail. Free previously allocated .Nm .Fa cnt . -.It Fn counter_u64_inc cnt inc +.It Fn counter_u64_add cnt inc Add value of .Fa inc to .Nm .Fa cnt . -.It Fn counter_u64_dec cnt dec +.It Fn counter_u64_subtract cnt dec Subtract value of .Fa dec from Modified: projects/counters/sys/amd64/include/counter.h ============================================================================== --- projects/counters/sys/amd64/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/amd64/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -34,7 +34,7 @@ extern struct pcpu __pcpu[1]; static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { __asm __volatile("addq\t%1,%%gs:(%0)" @@ -44,7 +44,7 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { __asm __volatile("subq\t%1,%%gs:(%0)" Modified: projects/counters/sys/arm/include/counter.h ============================================================================== --- projects/counters/sys/arm/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/arm/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -32,7 +32,7 @@ #include static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { critical_enter(); @@ -41,7 +41,7 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { critical_enter(); Modified: projects/counters/sys/i386/include/counter.h ============================================================================== --- projects/counters/sys/i386/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/i386/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -53,7 +53,7 @@ counter_64_inc_8b(uint64_t *p, uint64_t } static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { if ((cpu_feature & CPUID_CX8) == 0) { @@ -66,10 +66,10 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { - counter_u64_inc(c, -(int64_t)dec); + counter_u64_add(c, -(int64_t)dec); } #endif /* ! __MACHINE_COUNTER_H__ */ Modified: projects/counters/sys/ia64/include/counter.h ============================================================================== --- projects/counters/sys/ia64/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/ia64/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -32,7 +32,7 @@ #include static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { critical_enter(); @@ -41,7 +41,7 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { critical_enter(); Modified: projects/counters/sys/mips/include/counter.h ============================================================================== --- projects/counters/sys/mips/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/mips/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -32,7 +32,7 @@ #include static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { critical_enter(); @@ -41,7 +41,7 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { critical_enter(); Modified: projects/counters/sys/netinet/ip_input.c ============================================================================== --- projects/counters/sys/netinet/ip_input.c Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/netinet/ip_input.c Wed Mar 27 11:58:08 2013 (r248795) @@ -286,14 +286,14 @@ void kmod_ipstat_inc(int statnum) { - counter_u64_inc((counter_u64_t )&V_ipstatp + statnum, 1); + counter_u64_add((counter_u64_t )&V_ipstatp + statnum, 1); } void kmod_ipstat_dec(int statnum) { - counter_u64_dec((counter_u64_t )&V_ipstatp + statnum, 1); + counter_u64_subtract((counter_u64_t )&V_ipstatp + statnum, 1); } static int Modified: projects/counters/sys/netinet/ip_var.h ============================================================================== --- projects/counters/sys/netinet/ip_var.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/netinet/ip_var.h Wed Mar 27 11:58:08 2013 (r248795) @@ -172,8 +172,8 @@ VNET_DECLARE(struct ipstat_p, ipstatp); * In-kernel consumers can use these accessor macros directly to update * stats. */ -#define IPSTAT_ADD(name, val) counter_u64_inc(V_ipstatp.name, (val)) -#define IPSTAT_SUB(name, val) counter_u64_dec(V_ipstatp.name, (val)) +#define IPSTAT_ADD(name, val) counter_u64_add(V_ipstatp.name, (val)) +#define IPSTAT_SUB(name, val) counter_u64_subtract(V_ipstatp.name, (val)) #define IPSTAT_INC(name) IPSTAT_ADD(name, 1) #define IPSTAT_DEC(name) IPSTAT_SUB(name, 1) Modified: projects/counters/sys/netinet/tcp_input.c ============================================================================== --- projects/counters/sys/netinet/tcp_input.c Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/netinet/tcp_input.c Wed Mar 27 11:58:08 2013 (r248795) @@ -313,7 +313,7 @@ void kmod_tcpstat_inc(int statnum) { - counter_u64_inc((counter_u64_t )&V_tcpstatp + statnum, 1); + counter_u64_add((counter_u64_t )&V_tcpstatp + statnum, 1); } /* Modified: projects/counters/sys/netinet/tcp_var.h ============================================================================== --- projects/counters/sys/netinet/tcp_var.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/netinet/tcp_var.h Wed Mar 27 11:58:08 2013 (r248795) @@ -615,7 +615,7 @@ VNET_DECLARE(struct tcpstat_p, tcpstatp) * In-kernel consumers can use these accessor macros directly to update * stats. */ -#define TCPSTAT_ADD(name, val) counter_u64_inc(V_tcpstatp.name, (val)) +#define TCPSTAT_ADD(name, val) counter_u64_add(V_tcpstatp.name, (val)) #define TCPSTAT_INC(name) TCPSTAT_ADD(name, 1) /* Modified: projects/counters/sys/powerpc/include/counter.h ============================================================================== --- projects/counters/sys/powerpc/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/powerpc/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -34,7 +34,7 @@ #if defined(AIM) && defined(__powerpc64__) static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { uint64_t ccpu, old; @@ -51,16 +51,16 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { - counter_u64_inc(c, -dec); + counter_u64_add(c, -dec); } #else /* !AIM || !64bit */ static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { critical_enter(); @@ -69,7 +69,7 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { critical_enter(); Modified: projects/counters/sys/sparc64/include/counter.h ============================================================================== --- projects/counters/sys/sparc64/include/counter.h Wed Mar 27 11:47:52 2013 (r248794) +++ projects/counters/sys/sparc64/include/counter.h Wed Mar 27 11:58:08 2013 (r248795) @@ -32,7 +32,7 @@ #include static inline void -counter_u64_inc(counter_u64_t c, uint64_t inc) +counter_u64_add(counter_u64_t c, uint64_t inc) { critical_enter(); @@ -41,7 +41,7 @@ counter_u64_inc(counter_u64_t c, uint64_ } static inline void -counter_u64_dec(counter_u64_t c, uint64_t dec) +counter_u64_subtract(counter_u64_t c, uint64_t dec) { critical_enter(); From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 05:39:33 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 423BF9F4; Fri, 29 Mar 2013 05:39:33 +0000 (UTC) (envelope-from cherry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 18BB1D22; Fri, 29 Mar 2013 05:39:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2T5dXK3059895; Fri, 29 Mar 2013 05:39:33 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2T5dVZF059886; Fri, 29 Mar 2013 05:39:31 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201303290539.r2T5dVZF059886@svn.freebsd.org> From: "Cherry G. Mathew" Date: Fri, 29 Mar 2013 05:39:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248864 - in projects/amd64_xen_pv: . bin/cat bin/chflags bin/cp bin/date bin/dd bin/df bin/ed bin/getfacl bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps bin/pwait bin/rcp bin/rm bin/rmd... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 05:39:33 -0000 Author: cherry Date: Fri Mar 29 05:39:25 2013 New Revision: 248864 URL: http://svnweb.freebsd.org/changeset/base/248864 Log: MFC @ r248863 Added: projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_ARG.tolower.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_ARG.tolower.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_ARG.toupper.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_ARG.toupper.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.tolower.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.tolower.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.tolowertoomany.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.tolowertoomany.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.toupper.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.toupper.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.touppertoomany.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/err.D_PROTO_LEN.touppertoomany.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.lltostrbase.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.lltostrbase.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.lltostrbase.d.out - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.lltostrbase.d.out projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.tolower.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.tolower.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.toupper.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.toupper.d - copied from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/err.D_TRACEMEM_ARGS.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/err.D_TRACEMEM_ARGS.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/err.D_TRACEMEM_DYNSIZE.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/err.D_TRACEMEM_DYNSIZE.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/tst.dynsize.d - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/tst.dynsize.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/tst.dynsize.d.out - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/tst.dynsize.d.out projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 - copied unchanged from r248723, head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_print.c - copied unchanged from r248723, head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_print.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ - copied from r248723, head/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_compat.c - copied unchanged from r248723, head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_compat.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_compat.h - copied unchanged from r248723, head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_compat.h projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs_core/ - copied from r248723, head/cddl/contrib/opensolaris/lib/libzfs_core/ projects/amd64_xen_pv/cddl/lib/libzfs_core/ - copied from r248723, head/cddl/lib/libzfs_core/ projects/amd64_xen_pv/contrib/atf/FREEBSD-Xlist - copied unchanged from r248723, head/contrib/atf/FREEBSD-Xlist projects/amd64_xen_pv/contrib/atf/FREEBSD-upgrade - copied unchanged from r248723, head/contrib/atf/FREEBSD-upgrade projects/amd64_xen_pv/contrib/bind9/lib/dns/opensslecdsa_link.c - copied unchanged from r248723, head/contrib/bind9/lib/dns/opensslecdsa_link.c - copied from r248723, head/contrib/bmake/ projects/amd64_xen_pv/contrib/expat/FREEBSD-Xlist - copied unchanged from r248723, head/contrib/expat/FREEBSD-Xlist - copied from r248723, head/contrib/ldns/ projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.Z.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.Z.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.bz2.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.bz2.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.grz.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.grz.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.gz.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.gz.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.lrz.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.lrz.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.lz.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.lz.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.lzma.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.lzma.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.lzo.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract.cpio.xz.uu - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract.cpio.xz.uu projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_Z.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_Z.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_bz2.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_bz2.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_grz.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_grz.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_gz.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_gz.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_lrz.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_lrz.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_lz.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_lz.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_lzma.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_lzma.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_lzo.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_lzo.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_extract_cpio_xz.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_extract_cpio_xz.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_b64encode.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_option_b64encode.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_grzip.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_option_grzip.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_lrzip.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_option_lrzip.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_lzop.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_option_lzop.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_uuencode.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_option_uuencode.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_xz.c - copied unchanged from r248723, head/contrib/libarchive/cpio/test/test_option_xz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_cmdline.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_cmdline.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_cmdline_private.h - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_cmdline_private.h projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_append_filter.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_read_append_filter.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_set_format.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_read_set_format.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_grzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_read_support_filter_grzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_lrzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_read_support_filter_lrzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_lzop.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_read_support_filter_lzop.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_b64encode.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_add_filter_b64encode.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_by_name.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_add_filter_by_name.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_grzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_add_filter_grzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_lrzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_add_filter_lrzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_lzop.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_add_filter_lzop.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_uuencode.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_add_filter_uuencode.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_v7tar.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/archive_write_set_format_v7tar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/filter_fork_posix.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/filter_fork_posix.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_cmdline.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_archive_cmdline.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_multiple_data_objects.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_archive_read_multiple_data_objects.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_write_add_filter_by_name.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_archive_write_add_filter_by_name.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_write_set_format_by_name.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_archive_write_set_format_by_name.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_lzop.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_compat_lzop.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_lzop_1.tar.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_compat_lzop_1.tar.lzo.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_lzop_2.tar.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_compat_lzop_2.tar.lzo.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_lzop_3.tar.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_compat_lzop_3.tar.lzo.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_uudecode.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_compat_uudecode.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part1.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part1.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part2.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part2.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part3.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part3.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part4.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part4.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part5.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part5.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part6.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_multiple_files.part6.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part1.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part1.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part2.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part2.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part3.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part3.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part01.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part01.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part02.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part02.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part03.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part03.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part04.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part04.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part05.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part05.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part06.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part06.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part07.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part07.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part08.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part08.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part09.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part09.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part10.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part10.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_grzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_grzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_grzip.tar.grz.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_grzip.tar.grz.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_lrzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_lrzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_lrzip.tar.lrz.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_lrzip.tar.lrz.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_lzop.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_lzop.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_lzop.tar.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_lzop.tar.lzo.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_lzop_multiple_parts.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_lzop_multiple_parts.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_lzop_multiple_parts.tar.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_lzop_multiple_parts.tar.lzo.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_program.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_program.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_program_signature.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_program_signature.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_filter_uudecode.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_filter_uudecode.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_mtree_nomagic2.mtree.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_mtree_nomagic2.mtree.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_mtree_nomagic3.mtree.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_mtree_nomagic3.mtree.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0001.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0001.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0002.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0002.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0003.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0003.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0004.rar.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0004.rar.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored_1.zip.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored_1.zip.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored_2.zip.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored_2.zip.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_mac_metadata.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_mac_metadata.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_mac_metadata.zip.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_mac_metadata.zip.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_sfx.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_sfx.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_sfx.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_format_zip_sfx.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_aa.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_aa.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ab.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ab.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ac.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ac.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ad.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ad.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ae.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ae.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_set_format.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_set_format.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_splitted_rar_aa.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_splitted_rar_aa.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_splitted_rar_ab.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_splitted_rar_ab.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_splitted_rar_ac.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_splitted_rar_ac.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_splitted_rar_ad.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_read_splitted_rar_ad.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_aa.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_aa.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_ab.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_ab.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_ac.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_ac.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_appledouble.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_appledouble.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_appledouble.cpio.gz.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_appledouble.cpio.gz.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_hfs_compression.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_hfs_compression.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_hfs_compression.tgz.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_hfs_compression.tgz.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_mac_metadata.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_mac_metadata.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_mac_metadata.tar.gz.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_mac_metadata.tar.gz.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_no_hfs_compression.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_no_hfs_compression.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_no_hfs_compression.tgz.uu - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_disk_no_hfs_compression.tgz.uu projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_b64encode.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_b64encode.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_bzip2.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_bzip2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_compress.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_compress.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_gzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_gzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_gzip_timestamp.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_gzip_timestamp.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_lrzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_lrzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_lzip.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_lzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_lzma.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_lzma.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_lzop.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_lzop.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_program.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_program.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_uuencode.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_uuencode.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_filter_xz.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_filter_xz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_7zip_empty.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_7zip_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_7zip_large.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_7zip_large.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree_absolute_path.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_mtree_absolute_path.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree_classic.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_mtree_classic.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree_classic_indent.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_mtree_classic_indent.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree_no_separator.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_mtree_no_separator.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree_quoted_filename.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_mtree_quoted_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_tar_v7tar.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_format_tar_v7tar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_zip_set_compression_store.c - copied unchanged from r248723, head/contrib/libarchive/libarchive/test/test_write_zip_set_compression_store.c projects/amd64_xen_pv/contrib/libarchive/tar/creation_set.c - copied unchanged from r248723, head/contrib/libarchive/tar/creation_set.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.Z.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.Z.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.bz2.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.bz2.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.grz.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.grz.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.gz.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.gz.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.lrz.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.lrz.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.lz.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.lz.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.lzma.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.lzma.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.lzo.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.lzo.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract.tar.xz.uu - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract.tar.xz.uu projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_Z.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_Z.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_bz2.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_bz2.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_grz.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_grz.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_gz.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_gz.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_lrz.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_lrz.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_lz.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_lz.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_lzma.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_lzma.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_lzo.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_lzo.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_extract_tar_xz.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_extract_tar_xz.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_a.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_a.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_b64encode.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_b64encode.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_grzip.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_grzip.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_j.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_j.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_lrzip.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_lrzip.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_lzma.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_lzma.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_lzop.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_lzop.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_older_than.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_older_than.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_uuencode.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_uuencode.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_xz.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_xz.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_z.c - copied unchanged from r248723, head/contrib/libarchive/tar/test/test_option_z.c projects/amd64_xen_pv/contrib/libarchive/test_utils/ - copied from r248723, head/contrib/libarchive/test_utils/ projects/amd64_xen_pv/contrib/libc++/CREDITS.TXT - copied unchanged from r248723, head/contrib/libc++/CREDITS.TXT projects/amd64_xen_pv/contrib/libc++/LICENSE.TXT - copied unchanged from r248723, head/contrib/libc++/LICENSE.TXT projects/amd64_xen_pv/contrib/libc-pwcache/ - copied from r248723, head/contrib/libc-pwcache/ - copied from r248723, head/contrib/libc-vis/ projects/amd64_xen_pv/contrib/libcxxrt/atomic.h - copied unchanged from r248723, head/contrib/libcxxrt/atomic.h projects/amd64_xen_pv/contrib/libpcap/pcap-canusb-linux.c - copied unchanged from r248723, head/contrib/libpcap/pcap-canusb-linux.c projects/amd64_xen_pv/contrib/libpcap/pcap-canusb-linux.h - copied unchanged from r248723, head/contrib/libpcap/pcap-canusb-linux.h projects/amd64_xen_pv/contrib/libpcap/tests/ - copied from r248723, head/contrib/libpcap/tests/ projects/amd64_xen_pv/contrib/libyaml/ - copied from r248723, head/contrib/libyaml/ projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/MapVector.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/ADT/MapVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/AddressingMode.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/AddressingMode.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ProfileDataLoader.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Analysis/ProfileDataLoader.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ProfileDataTypes.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Analysis/ProfileDataTypes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/CommandFlags.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/CodeGen/CommandFlags.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/ScheduleDAGILP.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGILP.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h projects/amd64_xen_pv/contrib/llvm/include/llvm/DataLayout.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/DataLayout.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/ObjectBuffer.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/ExecutionEngine/ObjectBuffer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/ObjectImage.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/ExecutionEngine/ObjectImage.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/RelocVisitor.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Object/RelocVisitor.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetTransformImpl.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Target/TargetTransformImpl.h projects/amd64_xen_pv/contrib/llvm/include/llvm/TargetTransformInfo.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/TargetTransformInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/IntegerDivision.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Transforms/Utils/IntegerDivision.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h - copied unchanged from r248723, head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h projects/amd64_xen_pv/contrib/llvm/lib/Analysis/CostModel.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Analysis/CostModel.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ProfileDataLoader.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Analysis/ProfileDataLoader.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ProfileDataLoaderPass.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Analysis/ProfileDataLoaderPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachinePostDominators.cpp - copied unchanged from r248723, head/contrib/llvm/lib/CodeGen/MachinePostDominators.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/StackColoring.cpp - copied unchanged from r248723, head/contrib/llvm/lib/CodeGen/StackColoring.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/TargetSchedule.cpp - copied unchanged from r248723, head/contrib/llvm/lib/CodeGen/TargetSchedule.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp - copied unchanged from r248723, head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.h - copied unchanged from r248723, head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h - copied unchanged from r248723, head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h - copied unchanged from r248723, head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h - copied unchanged from r248723, head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c - copied unchanged from r248723, head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h - copied unchanged from r248723, head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h - copied unchanged from r248723, head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td - copied unchanged from r248723, head/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h - copied unchanged from r248723, head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h - copied unchanged from r248723, head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsDSPInstrFormats.td - copied unchanged from r248723, head/contrib/llvm/lib/Target/Mips/MipsDSPInstrFormats.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td - copied unchanged from r248723, head/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td - copied unchanged from r248723, head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td - copied unchanged from r248723, head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetTransformImpl.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Target/TargetTransformImpl.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrTSX.td - copied unchanged from r248723, head/contrib/llvm/lib/Target/X86/X86InstrTSX.td projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/BlackList.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Instrumentation/BlackList.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/BlackList.h - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Instrumentation/BlackList.h projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/SROA.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Scalar/SROA.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/MetaRenamer.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Utils/MetaRenamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp - copied unchanged from r248723, head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/AttributesImpl.h - copied unchanged from r248723, head/contrib/llvm/lib/VMCore/AttributesImpl.h projects/amd64_xen_pv/contrib/llvm/lib/VMCore/DataLayout.cpp - copied unchanged from r248723, head/contrib/llvm/lib/VMCore/DataLayout.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/TargetTransformInfo.cpp - copied unchanged from r248723, head/contrib/llvm/lib/VMCore/TargetTransformInfo.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentCommands.td - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/AST/CommentCommands.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentHTMLTags.td - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/AST/CommentHTMLTags.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTTypeTraits.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTTypeTraits.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PPMutationListener.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Lex/PPMutationListener.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ - copied from r248723, head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ - copied from r248723, head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Analyses.def - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Analyses.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/ObjCNoReturn.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Analysis/ObjCNoReturn.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/Core/ - copied from r248723, head/contrib/llvm/tools/clang/lib/Rewrite/Core/ projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ - copied from r248723, head/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp - copied unchanged from r248723, head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/lli/RecordingMemoryManager.cpp - copied unchanged from r248723, head/contrib/llvm/tools/lli/RecordingMemoryManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/lli/RecordingMemoryManager.h - copied unchanged from r248723, head/contrib/llvm/tools/lli/RecordingMemoryManager.h projects/amd64_xen_pv/contrib/llvm/tools/lli/RemoteTarget.cpp - copied unchanged from r248723, head/contrib/llvm/tools/lli/RemoteTarget.cpp projects/amd64_xen_pv/contrib/llvm/tools/lli/RemoteTarget.h - copied unchanged from r248723, head/contrib/llvm/tools/lli/RemoteTarget.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp - copied unchanged from r248723, head/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp projects/amd64_xen_pv/contrib/mdocml/ - copied from r248723, head/contrib/mdocml/ projects/amd64_xen_pv/contrib/mknod/ - copied from r248723, head/contrib/mknod/ projects/amd64_xen_pv/contrib/mtree/ - copied from r248723, head/contrib/mtree/ projects/amd64_xen_pv/contrib/openbsm/bin/auditdistd/ - copied from r248723, head/contrib/openbsm/bin/auditdistd/ projects/amd64_xen_pv/contrib/openbsm/compat/closefrom.h - copied unchanged from r248723, head/contrib/openbsm/compat/closefrom.h projects/amd64_xen_pv/contrib/openbsm/compat/compat.h - copied unchanged from r248723, head/contrib/openbsm/compat/compat.h projects/amd64_xen_pv/contrib/openbsm/compat/endian_enc.h - copied unchanged from r248723, head/contrib/openbsm/compat/endian_enc.h projects/amd64_xen_pv/contrib/openbsm/compat/flopen.h - copied unchanged from r248723, head/contrib/openbsm/compat/flopen.h projects/amd64_xen_pv/contrib/openbsm/compat/pidfile.h - copied unchanged from r248723, head/contrib/openbsm/compat/pidfile.h projects/amd64_xen_pv/contrib/openbsm/compat/vis.h - copied unchanged from r248723, head/contrib/openbsm/compat/vis.h projects/amd64_xen_pv/contrib/openbsm/config/ylwrap - copied unchanged from r248723, head/contrib/openbsm/config/ylwrap projects/amd64_xen_pv/contrib/openbsm/m4/ - copied from r248723, head/contrib/openbsm/m4/ projects/amd64_xen_pv/contrib/tcpdump/print-pfsync.c - copied unchanged from r248723, head/contrib/tcpdump/print-pfsync.c projects/amd64_xen_pv/contrib/tcpdump/print-tipc.c - copied unchanged from r248723, head/contrib/tcpdump/print-tipc.c projects/amd64_xen_pv/contrib/unvis/ - copied from r248723, head/contrib/unvis/ projects/amd64_xen_pv/contrib/vis/ - copied from r248723, head/contrib/vis/ projects/amd64_xen_pv/crypto/openssh/PROTOCOL.krl - copied unchanged from r248782, head/crypto/openssh/PROTOCOL.krl projects/amd64_xen_pv/crypto/openssh/krl.c - copied unchanged from r248782, head/crypto/openssh/krl.c projects/amd64_xen_pv/crypto/openssh/krl.h - copied unchanged from r248782, head/crypto/openssh/krl.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/bsd-setres_id.c - copied unchanged from r248782, head/crypto/openssh/openbsd-compat/bsd-setres_id.c projects/amd64_xen_pv/crypto/openssh/openbsd-compat/bsd-setres_id.h - copied unchanged from r248782, head/crypto/openssh/openbsd-compat/bsd-setres_id.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/strtoull.c - copied unchanged from r248782, head/crypto/openssh/openbsd-compat/strtoull.c projects/amd64_xen_pv/crypto/openssh/scard/ - copied from r248782, head/crypto/openssh/scard/ projects/amd64_xen_pv/crypto/openssh/umac128.c - copied unchanged from r248782, head/crypto/openssh/umac128.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/evp_cnf.c - copied unchanged from r248782, head/crypto/openssl/crypto/evp/evp_cnf.c projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_verify_recover.pod - copied unchanged from r248782, head/crypto/openssl/doc/crypto/EVP_PKEY_verify_recover.pod projects/amd64_xen_pv/crypto/openssl/ssl/s3_cbc.c - copied unchanged from r248782, head/crypto/openssl/ssl/s3_cbc.c projects/amd64_xen_pv/etc/atf/ - copied from r248723, head/etc/atf/ projects/amd64_xen_pv/etc/rc.d/auditdistd - copied unchanged from r248723, head/etc/rc.d/auditdistd projects/amd64_xen_pv/lib/atf/ - copied from r248723, head/lib/atf/ projects/amd64_xen_pv/lib/clang/include/MipsGenAsmMatcher.inc - copied unchanged from r248723, head/lib/clang/include/MipsGenAsmMatcher.inc projects/amd64_xen_pv/lib/clang/include/MipsGenMCPseudoLowering.inc - copied unchanged from r248723, head/lib/clang/include/MipsGenMCPseudoLowering.inc projects/amd64_xen_pv/lib/clang/include/clang/AST/CommentCommandInfo.inc - copied unchanged from r248723, head/lib/clang/include/clang/AST/CommentCommandInfo.inc projects/amd64_xen_pv/lib/clang/include/clang/AST/CommentHTMLTags.inc - copied unchanged from r248723, head/lib/clang/include/clang/AST/CommentHTMLTags.inc projects/amd64_xen_pv/lib/clang/include/clang/AST/CommentHTMLTagsProperties.inc - copied unchanged from r248723, head/lib/clang/include/clang/AST/CommentHTMLTagsProperties.inc projects/amd64_xen_pv/lib/clang/libclangrewritecore/ - copied from r248723, head/lib/clang/libclangrewritecore/ projects/amd64_xen_pv/lib/clang/libclangrewritefrontend/ - copied from r248723, head/lib/clang/libclangrewritefrontend/ projects/amd64_xen_pv/lib/libc/arm/Symbol_oabi.map - copied unchanged from r248723, head/lib/libc/arm/Symbol_oabi.map projects/amd64_xen_pv/lib/libc/arm/aeabi/ - copied from r248723, head/lib/libc/arm/aeabi/ projects/amd64_xen_pv/lib/libc/arm/sys/__vdso_gettc.c - copied unchanged from r248723, head/lib/libc/arm/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/gen/cap_sandboxed.3 - copied unchanged from r248723, head/lib/libc/gen/cap_sandboxed.3 projects/amd64_xen_pv/lib/libc/gen/cap_sandboxed.c - copied unchanged from r248723, head/lib/libc/gen/cap_sandboxed.c projects/amd64_xen_pv/lib/libc/gen/unvis-compat.c - copied unchanged from r248723, head/lib/libc/gen/unvis-compat.c projects/amd64_xen_pv/lib/libc/gen/waitid.c - copied unchanged from r248723, head/lib/libc/gen/waitid.c projects/amd64_xen_pv/lib/libc/ia64/sys/__vdso_gettc.c - copied unchanged from r248723, head/lib/libc/ia64/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/mips/sys/__vdso_gettc.c - copied unchanged from r248723, head/lib/libc/mips/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/nls/zh_CN.GB18030.msg - copied unchanged from r248723, head/lib/libc/nls/zh_CN.GB18030.msg projects/amd64_xen_pv/lib/libc/nls/zh_CN.GB2312.msg - copied unchanged from r248723, head/lib/libc/nls/zh_CN.GB2312.msg projects/amd64_xen_pv/lib/libc/nls/zh_CN.UTF-8.msg - copied unchanged from r248723, head/lib/libc/nls/zh_CN.UTF-8.msg projects/amd64_xen_pv/lib/libc/powerpc/sys/__vdso_gettc.c - copied unchanged from r248723, head/lib/libc/powerpc/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/powerpc64/sys/__vdso_gettc.c - copied unchanged from r248723, head/lib/libc/powerpc64/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/sparc64/sys/__vdso_gettc.c - copied unchanged from r248723, head/lib/libc/sparc64/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/stdio/fmemopen.c - copied unchanged from r248723, head/lib/libc/stdio/fmemopen.c projects/amd64_xen_pv/lib/libc/stdio/open_memstream.3 - copied unchanged from r248723, head/lib/libc/stdio/open_memstream.3 projects/amd64_xen_pv/lib/libc/stdio/open_memstream.c - copied unchanged from r248723, head/lib/libc/stdio/open_memstream.c projects/amd64_xen_pv/lib/libc/stdio/open_wmemstream.c - copied unchanged from r248723, head/lib/libc/stdio/open_wmemstream.c projects/amd64_xen_pv/lib/libc/string/strchrnul.c - copied unchanged from r248723, head/lib/libc/string/strchrnul.c projects/amd64_xen_pv/lib/libc/sys/bindat.2 - copied unchanged from r248723, head/lib/libc/sys/bindat.2 projects/amd64_xen_pv/lib/libc/sys/cap_fcntls_limit.2 - copied unchanged from r248723, head/lib/libc/sys/cap_fcntls_limit.2 projects/amd64_xen_pv/lib/libc/sys/cap_ioctls_limit.2 - copied unchanged from r248723, head/lib/libc/sys/cap_ioctls_limit.2 projects/amd64_xen_pv/lib/libc/sys/cap_rights_limit.2 - copied unchanged from r248723, head/lib/libc/sys/cap_rights_limit.2 projects/amd64_xen_pv/lib/libc/sys/connectat.2 - copied unchanged from r248723, head/lib/libc/sys/connectat.2 projects/amd64_xen_pv/lib/libcrypt/tests/ - copied from r248723, head/lib/libcrypt/tests/ projects/amd64_xen_pv/lib/libldns/ - copied from r248723, head/lib/libldns/ projects/amd64_xen_pv/lib/libmandoc/ - copied from r248723, head/lib/libmandoc/ projects/amd64_xen_pv/lib/libnetbsd/ - copied from r248723, head/lib/libnetbsd/ projects/amd64_xen_pv/lib/libpmc/pmc.haswell.3 - copied unchanged from r248862, head/lib/libpmc/pmc.haswell.3 projects/amd64_xen_pv/lib/libpmc/pmc.haswelluc.3 - copied unchanged from r248862, head/lib/libpmc/pmc.haswelluc.3 projects/amd64_xen_pv/lib/libpmc/pmc.ivybridgexeon.3 - copied unchanged from r248723, head/lib/libpmc/pmc.ivybridgexeon.3 projects/amd64_xen_pv/lib/libpmc/pmc.sandybridgexeon.3 - copied, changed from r248723, head/lib/libpmc/pmc.sandybridgexeon.3 projects/amd64_xen_pv/lib/libstand/amd64/ - copied from r248723, head/lib/libstand/amd64/ projects/amd64_xen_pv/lib/libstand/strtoul.c - copied unchanged from r248723, head/lib/libstand/strtoul.c projects/amd64_xen_pv/lib/libusb/libusb_global_linux.h - copied unchanged from r248723, head/lib/libusb/libusb_global_linux.h projects/amd64_xen_pv/lib/libutil/pw_util.3 - copied unchanged from r248723, head/lib/libutil/pw_util.3 - copied from r248723, head/lib/libvmmapi/ projects/amd64_xen_pv/lib/libyaml/ - copied from r248723, head/lib/libyaml/ projects/amd64_xen_pv/libexec/atf/ - copied from r248723, head/libexec/atf/ projects/amd64_xen_pv/libexec/rpc.rusersd/extern.h - copied unchanged from r248723, head/libexec/rpc.rusersd/extern.h projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/early-adopter/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/early-adopter/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/errata/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/errata/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/alpha/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/alpha/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/artheader.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/common/artheader.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/dev.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/common/dev.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/intro.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/common/intro.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/i386/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/i386/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/ia64/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/ia64/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/ia64/proc-ia64.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/ia64/proc-ia64.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/pc98/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/pc98/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/pc98/proc-pc98.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/pc98/proc-pc98.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/dev-sparc64.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/sparc64/dev-sparc64.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/alpha/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/alpha/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/abstract.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/common/abstract.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/artheader.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/common/artheader.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/install.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/common/install.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/layout.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/common/layout.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/trouble.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/common/trouble.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/upgrade.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/common/upgrade.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/i386/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/i386/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/ia64/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/ia64/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/pc98/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/pc98/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/sparc64/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/sparc64/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/sparc64/install.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/installation/sparc64/install.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/readme/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/readme/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/common/new.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/relnotes/common/new.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/i386/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/relnotes/i386/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.xml - copied unchanged from r248782, head/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.xml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/share/xml/ - copied from r248782, head/release/doc/de_DE.ISO8859-1/share/xml/ projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/errata/article.xml - copied unchanged from r248782, head/release/doc/en_US.ISO8859-1/errata/article.xml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/hardware/article.xml - copied, changed from r248782, head/release/doc/en_US.ISO8859-1/hardware/article.xml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/readme/article.xml - copied unchanged from r248782, head/release/doc/en_US.ISO8859-1/readme/article.xml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/relnotes/article.xml - copied unchanged from r248782, head/release/doc/en_US.ISO8859-1/relnotes/article.xml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/share/xml/ - copied from r248782, head/release/doc/en_US.ISO8859-1/share/xml/ projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/early-adopter/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/early-adopter/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/errata/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/errata/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/alpha/proc-alpha.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/alpha/proc-alpha.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/artheader.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/common/artheader.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/dev.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/common/dev.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/intro.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/common/intro.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/i386/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/i386/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/i386/proc-i386.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/i386/proc-i386.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/ia64/proc-ia64.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/ia64/proc-ia64.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/pc98/proc-pc98.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/pc98/proc-pc98.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/dev-sparc64.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/sparc64/dev-sparc64.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/proc-sparc64.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/hardware/sparc64/proc-sparc64.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/alpha/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/alpha/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/abstract.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/common/abstract.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/artheader.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/common/artheader.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/install.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/common/install.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/layout.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/common/layout.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/trouble.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/common/trouble.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/i386/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/i386/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/pc98/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/pc98/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/common/new.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/relnotes/common/new.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.xml - copied unchanged from r248782, head/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.xml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/share/xml/ - copied from r248782, head/release/doc/fr_FR.ISO8859-1/share/xml/ projects/amd64_xen_pv/release/doc/ja_JP.eucJP/errata/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/errata/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/alpha/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/alpha/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/amd64/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/amd64/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/artheader.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/common/artheader.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/dev.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/common/dev.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/intro.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/common/intro.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/i386/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/i386/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/ia64/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/ia64/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/pc98/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/pc98/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/sparc64/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/sparc64/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/alpha/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/alpha/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/amd64/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/amd64/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/common/new.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/common/new.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/i386/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/i386/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/ia64/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/ia64/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/pc98/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/pc98/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/sparc64/article.xml - copied unchanged from r248782, head/release/doc/ja_JP.eucJP/relnotes/sparc64/article.xml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/share/xml/ - copied from r248782, head/release/doc/ja_JP.eucJP/share/xml/ projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/errata/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/errata/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/alpha/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/alpha/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/amd64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/amd64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/amd64/proc-amd64.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/amd64/proc-amd64.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/artheader.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/common/artheader.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/dev.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/common/dev.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/intro.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/common/intro.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/i386/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/i386/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/i386/proc-i386.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/i386/proc-i386.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/ia64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/ia64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/ia64/proc-ia64.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/ia64/proc-ia64.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/pc98/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/pc98/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/pc98/proc-pc98.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/pc98/proc-pc98.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/sparc64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/sparc64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/sparc64/proc-sparc64.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/hardware/sparc64/proc-sparc64.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/alpha/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/alpha/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/amd64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/amd64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/abstract.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/common/abstract.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/artheader.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/common/artheader.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/install.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/common/install.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/layout.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/common/layout.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/trouble.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/common/trouble.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/upgrade.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/common/upgrade.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/i386/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/i386/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/ia64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/ia64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/pc98/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/pc98/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/sparc64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/installation/sparc64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/readme/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/readme/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/alpha/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/alpha/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/amd64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/amd64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/common/new.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/common/new.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/i386/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/i386/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/ia64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/ia64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/pc98/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/pc98/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/sparc64/article.xml - copied unchanged from r248782, head/release/doc/ru_RU.KOI8-R/relnotes/sparc64/article.xml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/share/xml/ - copied from r248782, head/release/doc/ru_RU.KOI8-R/share/xml/ projects/amd64_xen_pv/release/doc/share/xml/ - copied from r248782, head/release/doc/share/xml/ projects/amd64_xen_pv/release/doc/zh_CN.GB2312/errata/article.xml - copied unchanged from r248782, head/release/doc/zh_CN.GB2312/errata/article.xml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/hardware/article.xml - copied unchanged from r248782, head/release/doc/zh_CN.GB2312/hardware/article.xml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/readme/article.xml - copied unchanged from r248782, head/release/doc/zh_CN.GB2312/readme/article.xml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/relnotes/article.xml - copied unchanged from r248782, head/release/doc/zh_CN.GB2312/relnotes/article.xml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/share/xml/ - copied from r248782, head/release/doc/zh_CN.GB2312/share/xml/ projects/amd64_xen_pv/sbin/hastd/refcnt.h - copied unchanged from r248723, head/sbin/hastd/refcnt.h projects/amd64_xen_pv/sbin/mount_fusefs/ - copied from r248723, head/sbin/mount_fusefs/ projects/amd64_xen_pv/sbin/nvmecontrol/ - copied from r248723, head/sbin/nvmecontrol/ projects/amd64_xen_pv/sbin/pfctl/parse.y - copied unchanged from r248723, head/sbin/pfctl/parse.y projects/amd64_xen_pv/sbin/pfctl/pf_print_state.c - copied unchanged from r248723, head/sbin/pfctl/pf_print_state.c projects/amd64_xen_pv/sbin/pfctl/pfctl.8 - copied unchanged from r248723, head/sbin/pfctl/pfctl.8 projects/amd64_xen_pv/sbin/pfctl/pfctl.c - copied unchanged from r248723, head/sbin/pfctl/pfctl.c projects/amd64_xen_pv/sbin/pfctl/pfctl.h - copied unchanged from r248723, head/sbin/pfctl/pfctl.h projects/amd64_xen_pv/sbin/pfctl/pfctl_altq.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_altq.c projects/amd64_xen_pv/sbin/pfctl/pfctl_optimize.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_optimize.c projects/amd64_xen_pv/sbin/pfctl/pfctl_osfp.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_osfp.c projects/amd64_xen_pv/sbin/pfctl/pfctl_parser.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_parser.c projects/amd64_xen_pv/sbin/pfctl/pfctl_parser.h - copied unchanged from r248723, head/sbin/pfctl/pfctl_parser.h projects/amd64_xen_pv/sbin/pfctl/pfctl_qstats.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_qstats.c projects/amd64_xen_pv/sbin/pfctl/pfctl_radix.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_radix.c projects/amd64_xen_pv/sbin/pfctl/pfctl_table.c - copied unchanged from r248723, head/sbin/pfctl/pfctl_table.c projects/amd64_xen_pv/share/atf/ - copied from r248723, head/share/atf/ projects/amd64_xen_pv/share/doc/atf/ - copied from r248723, head/share/doc/atf/ projects/amd64_xen_pv/share/examples/atf/ - copied from r248723, head/share/examples/atf/ projects/amd64_xen_pv/share/examples/bhyve/ - copied from r248723, head/share/examples/bhyve/ - copied unchanged from r248723, head/share/man/man4/bhyve.4 projects/amd64_xen_pv/share/man/man4/nvd.4 - copied unchanged from r248723, head/share/man/man4/nvd.4 projects/amd64_xen_pv/share/man/man4/nvme.4 - copied unchanged from r248723, head/share/man/man4/nvme.4 projects/amd64_xen_pv/share/man/man4/pf.4 - copied unchanged from r248723, head/share/man/man4/pf.4 projects/amd64_xen_pv/share/man/man4/pflog.4 - copied unchanged from r248723, head/share/man/man4/pflog.4 projects/amd64_xen_pv/share/man/man4/pfsync.4 - copied unchanged from r248723, head/share/man/man4/pfsync.4 projects/amd64_xen_pv/share/man/man4/virtio_scsi.4 - copied unchanged from r248723, head/share/man/man4/virtio_scsi.4 projects/amd64_xen_pv/share/man/man5/pf.conf.5 - copied unchanged from r248723, head/share/man/man5/pf.conf.5 projects/amd64_xen_pv/share/man/man5/pf.os.5 - copied unchanged from r248723, head/share/man/man5/pf.os.5 projects/amd64_xen_pv/share/mk/atf.test.mk - copied unchanged from r248723, head/share/mk/atf.test.mk projects/amd64_xen_pv/share/mk/bsd.compiler.mk - copied unchanged from r248723, head/share/mk/bsd.compiler.mk projects/amd64_xen_pv/share/mk/bsd.progs.mk - copied unchanged from r248723, head/share/mk/bsd.progs.mk projects/amd64_xen_pv/share/mk/bsd.test.mk - copied unchanged from r248723, head/share/mk/bsd.test.mk projects/amd64_xen_pv/share/syscons/keymaps/danish.iso.macbook.kbd - copied unchanged from r248723, head/share/syscons/keymaps/danish.iso.macbook.kbd projects/amd64_xen_pv/share/syscons/keymaps/us.dvorakp.kbd - copied unchanged from r248723, head/share/syscons/keymaps/us.dvorakp.kbd projects/amd64_xen_pv/share/xml/ - copied from r248723, head/share/xml/ projects/amd64_xen_pv/share/xsl/ - copied from r248723, head/share/xsl/ - copied unchanged from r248782, head/sys/amd64/include/vmm.h - copied unchanged from r248782, head/sys/amd64/include/vmm_dev.h projects/amd64_xen_pv/sys/amd64/include/vmm_instruction_emul.h (contents, props changed) - copied, changed from r248782, head/sys/amd64/include/vmm_instruction_emul.h - copied from r248782, head/sys/amd64/vmm/ projects/amd64_xen_pv/sys/arm/allwinner/ - copied from r248782, head/sys/arm/allwinner/ projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_arm11x6.S - copied unchanged from r248782, head/sys/arm/arm/cpufunc_asm_arm11x6.S projects/amd64_xen_pv/sys/arm/arm/pl190.c - copied unchanged from r248782, head/sys/arm/arm/pl190.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_dma.c - copied unchanged from r248782, head/sys/arm/broadcom/bcm2835/bcm2835_dma.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_dma.h - copied unchanged from r248782, head/sys/arm/broadcom/bcm2835/bcm2835_dma.h projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_gpio.c - copied unchanged from r248782, head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c - copied unchanged from r248782, head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/dwc_otg_brcm.c - copied unchanged from r248782, head/sys/arm/broadcom/bcm2835/dwc_otg_brcm.c projects/amd64_xen_pv/sys/arm/conf/AC100 - copied unchanged from r248782, head/sys/arm/conf/AC100 projects/amd64_xen_pv/sys/arm/conf/CUBIEBOARD - copied unchanged from r248782, head/sys/arm/conf/CUBIEBOARD projects/amd64_xen_pv/sys/arm/conf/DREAMPLUG-1001 - copied unchanged from r248782, head/sys/arm/conf/DREAMPLUG-1001 projects/amd64_xen_pv/sys/arm/conf/EFIKA_MX - copied unchanged from r248782, head/sys/arm/conf/EFIKA_MX projects/amd64_xen_pv/sys/arm/conf/Makefile - copied unchanged from r248782, head/sys/arm/conf/Makefile projects/amd64_xen_pv/sys/arm/conf/NOTES - copied unchanged from r248782, head/sys/arm/conf/NOTES projects/amd64_xen_pv/sys/arm/conf/VERSATILEPB - copied unchanged from r248782, head/sys/arm/conf/VERSATILEPB projects/amd64_xen_pv/sys/arm/freescale/ - copied from r248782, head/sys/arm/freescale/ projects/amd64_xen_pv/sys/arm/versatile/ - copied from r248782, head/sys/arm/versatile/ projects/amd64_xen_pv/sys/boot/fdt/dts/cubieboard.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/cubieboard.dts projects/amd64_xen_pv/sys/boot/fdt/dts/db78460.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/db78460.dts projects/amd64_xen_pv/sys/boot/fdt/dts/dreamplug-1001.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/dreamplug-1001.dts projects/amd64_xen_pv/sys/boot/fdt/dts/dreamplug-1001N.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/dreamplug-1001N.dts projects/amd64_xen_pv/sys/boot/fdt/dts/efikamx.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/efikamx.dts projects/amd64_xen_pv/sys/boot/fdt/dts/imx51x.dtsi - copied unchanged from r248782, head/sys/boot/fdt/dts/imx51x.dtsi projects/amd64_xen_pv/sys/boot/fdt/dts/tegra20-paz00.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/tegra20-paz00.dts projects/amd64_xen_pv/sys/boot/fdt/dts/tegra20.dtsi - copied unchanged from r248782, head/sys/boot/fdt/dts/tegra20.dtsi projects/amd64_xen_pv/sys/boot/fdt/dts/versatilepb.dts - copied unchanged from r248782, head/sys/boot/fdt/dts/versatilepb.dts projects/amd64_xen_pv/sys/boot/fdt/help.fdt - copied unchanged from r248782, head/sys/boot/fdt/help.fdt projects/amd64_xen_pv/sys/boot/ficl64/ - copied from r248782, head/sys/boot/ficl64/ projects/amd64_xen_pv/sys/boot/forth/menusets.4th - copied unchanged from r248782, head/sys/boot/forth/menusets.4th projects/amd64_xen_pv/sys/boot/forth/menusets.4th.8 - copied unchanged from r248782, head/sys/boot/forth/menusets.4th.8 projects/amd64_xen_pv/sys/boot/usb/ - copied from r248782, head/sys/boot/usb/ projects/amd64_xen_pv/sys/cddl/boot/zfs/lz4.c - copied unchanged from r248723, head/sys/cddl/boot/zfs/lz4.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c - copied unchanged from r248723, head/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/assfail.h - copied unchanged from r248723, head/sys/cddl/compat/opensolaris/sys/assfail.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/freebsd_rwlock.h - copied unchanged from r248723, head/sys/cddl/compat/opensolaris/sys/freebsd_rwlock.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/vm.h - copied unchanged from r248723, head/sys/cddl/compat/opensolaris/sys/vm.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4 - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4 projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4.descrip - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4.descrip projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_userhold.c - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_userhold.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_send.h - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_send.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_destroy.h - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_destroy.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_userhold.h - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_userhold.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/trim_map.h - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/trim_map.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c - copied unchanged from r248723, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/powerpc/ - copied from r248723, head/sys/cddl/contrib/opensolaris/uts/powerpc/ projects/amd64_xen_pv/sys/cddl/dev/dtrace/powerpc/ - copied from r248723, head/sys/cddl/dev/dtrace/powerpc/ projects/amd64_xen_pv/sys/cddl/dev/fbt/fbt_powerpc.c - copied unchanged from r248723, head/sys/cddl/dev/fbt/fbt_powerpc.c projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslfileio.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/compiler/aslfileio.c projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslhex.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/compiler/aslhex.c projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslmethod.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/compiler/aslmethod.c projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslnamesp.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/compiler/aslnamesp.c projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslprepkg.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/compiler/aslprepkg.c projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslxref.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/compiler/aslxref.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbconvert.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/debugger/dbconvert.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evhandler.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/events/evhandler.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsconvert.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/namespace/nsconvert.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsprepkg.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/namespace/nsprepkg.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psobject.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/parser/psobject.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psopinfo.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/parser/psopinfo.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsdumpinfo.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/resources/rsdumpinfo.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utownerid.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/utilities/utownerid.c projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utstring.c - copied unchanged from r248782, head/sys/contrib/dev/acpica/components/utilities/utstring.c projects/amd64_xen_pv/sys/dev/altera/avgen/altera_avgen_fdt.c - copied unchanged from r248723, head/sys/dev/altera/avgen/altera_avgen_fdt.c projects/amd64_xen_pv/sys/dev/altera/avgen/altera_avgen_nexus.c - copied unchanged from r248723, head/sys/dev/altera/avgen/altera_avgen_nexus.c projects/amd64_xen_pv/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c - copied unchanged from r248723, head/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c projects/amd64_xen_pv/sys/dev/altera/sdcard/altera_sdcard_fdt.c - copied unchanged from r248723, head/sys/dev/altera/sdcard/altera_sdcard_fdt.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-fsl.c - copied unchanged from r248782, head/sys/dev/ata/chipsets/ata-fsl.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_spectral.c - copied unchanged from r248782, head/sys/dev/ath/ath_hal/ar5416/ar5416_spectral.c projects/amd64_xen_pv/sys/dev/ath/if_ath_alq.c - copied unchanged from r248782, head/sys/dev/ath/if_ath_alq.c projects/amd64_xen_pv/sys/dev/ath/if_ath_alq.h - copied unchanged from r248782, head/sys/dev/ath/if_ath_alq.h projects/amd64_xen_pv/sys/dev/ath/if_ath_spectral.c - copied unchanged from r248782, head/sys/dev/ath/if_ath_spectral.c projects/amd64_xen_pv/sys/dev/ath/if_ath_spectral.h - copied unchanged from r248782, head/sys/dev/ath/if_ath_spectral.h - copied from r248723, head/sys/dev/bvm/ projects/amd64_xen_pv/sys/dev/cxgbe/firmware/t4fw-1.8.4.0.bin.uu - copied unchanged from r248782, head/sys/dev/cxgbe/firmware/t4fw-1.8.4.0.bin.uu projects/amd64_xen_pv/sys/dev/drm2/drm_global.c - copied unchanged from r248782, head/sys/dev/drm2/drm_global.c projects/amd64_xen_pv/sys/dev/drm2/drm_global.h - copied unchanged from r248782, head/sys/dev/drm2/drm_global.h projects/amd64_xen_pv/sys/dev/drm2/ttm/ - copied from r248782, head/sys/dev/drm2/ttm/ projects/amd64_xen_pv/sys/dev/isf/isf_fdt.c - copied unchanged from r248723, head/sys/dev/isf/isf_fdt.c projects/amd64_xen_pv/sys/dev/nvd/ - copied from r248723, head/sys/dev/nvd/ projects/amd64_xen_pv/sys/dev/nvme/ - copied from r248782, head/sys/dev/nvme/ projects/amd64_xen_pv/sys/dev/sdhci/sdhci_if.m - copied unchanged from r248723, head/sys/dev/sdhci/sdhci_if.m projects/amd64_xen_pv/sys/dev/sdhci/sdhci_pci.c - copied unchanged from r248723, head/sys/dev/sdhci/sdhci_pci.c projects/amd64_xen_pv/sys/dev/terasic/de4led/terasic_de4led_fdt.c - copied unchanged from r248782, head/sys/dev/terasic/de4led/terasic_de4led_fdt.c projects/amd64_xen_pv/sys/dev/terasic/mtl/terasic_mtl_fdt.c - copied unchanged from r248782, head/sys/dev/terasic/mtl/terasic_mtl_fdt.c projects/amd64_xen_pv/sys/dev/uart/uart_dev_imx.c - copied unchanged from r248782, head/sys/dev/uart/uart_dev_imx.c projects/amd64_xen_pv/sys/dev/uart/uart_dev_imx5xx.h - copied unchanged from r248782, head/sys/dev/uart/uart_dev_imx5xx.h projects/amd64_xen_pv/sys/dev/usb/controller/ehci_imx.c - copied unchanged from r248723, head/sys/dev/usb/controller/ehci_imx.c projects/amd64_xen_pv/sys/dev/usb/usb_freebsd_loader.h - copied unchanged from r248723, head/sys/dev/usb/usb_freebsd_loader.h projects/amd64_xen_pv/sys/dev/virtio/scsi/ - copied from r248782, head/sys/dev/virtio/scsi/ projects/amd64_xen_pv/sys/fs/fuse/ - copied from r248782, head/sys/fs/fuse/ projects/amd64_xen_pv/sys/kern/subr_bus_dma.c - copied, changed from r248782, head/sys/kern/subr_bus_dma.c projects/amd64_xen_pv/sys/kern/subr_busdma_bufalloc.c - copied unchanged from r248782, head/sys/kern/subr_busdma_bufalloc.c projects/amd64_xen_pv/sys/libkern/arm/aeabi_unwind.c - copied unchanged from r248782, head/sys/libkern/arm/aeabi_unwind.c projects/amd64_xen_pv/sys/libkern/arm/ldivmod.S - copied unchanged from r248782, head/sys/libkern/arm/ldivmod.S projects/amd64_xen_pv/sys/libkern/arm/ldivmod_helper.c - copied unchanged from r248782, head/sys/libkern/arm/ldivmod_helper.c projects/amd64_xen_pv/sys/libkern/arm/memcpy.S - copied unchanged from r248782, head/sys/libkern/arm/memcpy.S projects/amd64_xen_pv/sys/libkern/arm/memset.S - copied unchanged from r248782, head/sys/libkern/arm/memset.S projects/amd64_xen_pv/sys/mips/atheros/ar933x_chip.c - copied, changed from r248782, head/sys/mips/atheros/ar933x_chip.c projects/amd64_xen_pv/sys/mips/atheros/ar933x_chip.h - copied unchanged from r248782, head/sys/mips/atheros/ar933x_chip.h projects/amd64_xen_pv/sys/mips/atheros/ar933x_uart.h - copied unchanged from r248782, head/sys/mips/atheros/ar933x_uart.h projects/amd64_xen_pv/sys/mips/atheros/ar933xreg.h - copied unchanged from r248782, head/sys/mips/atheros/ar933xreg.h projects/amd64_xen_pv/sys/mips/atheros/uart_bus_ar933x.c - copied unchanged from r248862, head/sys/mips/atheros/uart_bus_ar933x.c projects/amd64_xen_pv/sys/mips/atheros/uart_cpu_ar933x.c - copied unchanged from r248862, head/sys/mips/atheros/uart_cpu_ar933x.c projects/amd64_xen_pv/sys/mips/atheros/uart_dev_ar933x.c - copied unchanged from r248862, head/sys/mips/atheros/uart_dev_ar933x.c projects/amd64_xen_pv/sys/mips/atheros/uart_dev_ar933x.h - copied unchanged from r248862, head/sys/mips/atheros/uart_dev_ar933x.h projects/amd64_xen_pv/sys/mips/cavium/octeon_pci_console.c - copied unchanged from r248782, head/sys/mips/cavium/octeon_pci_console.c projects/amd64_xen_pv/sys/mips/conf/AP121 - copied unchanged from r248862, head/sys/mips/conf/AP121 projects/amd64_xen_pv/sys/mips/conf/AP121.hints - copied unchanged from r248862, head/sys/mips/conf/AP121.hints projects/amd64_xen_pv/sys/mips/conf/AR933X_BASE - copied unchanged from r248862, head/sys/mips/conf/AR933X_BASE projects/amd64_xen_pv/sys/mips/conf/AR933X_BASE.hints - copied unchanged from r248862, head/sys/mips/conf/AR933X_BASE.hints projects/amd64_xen_pv/sys/mips/mips/bus_space_fdt.c - copied unchanged from r248782, head/sys/mips/mips/bus_space_fdt.c projects/amd64_xen_pv/sys/modules/fuse/ - copied from r248723, head/sys/modules/fuse/ projects/amd64_xen_pv/sys/modules/nvd/ - copied from r248723, head/sys/modules/nvd/ projects/amd64_xen_pv/sys/modules/nvme/ - copied from r248723, head/sys/modules/nvme/ projects/amd64_xen_pv/sys/modules/sdhci_pci/ - copied from r248723, head/sys/modules/sdhci_pci/ projects/amd64_xen_pv/sys/modules/virtio/scsi/ - copied from r248723, head/sys/modules/virtio/scsi/ - copied from r248723, head/sys/modules/vmm/ projects/amd64_xen_pv/sys/net/if_pflog.h - copied unchanged from r248782, head/sys/net/if_pflog.h projects/amd64_xen_pv/sys/net/if_pfsync.h - copied unchanged from r248782, head/sys/net/if_pfsync.h projects/amd64_xen_pv/sys/net/pf_mtag.h - copied unchanged from r248782, head/sys/net/pf_mtag.h projects/amd64_xen_pv/sys/net/pfvar.h - copied unchanged from r248782, head/sys/net/pfvar.h projects/amd64_xen_pv/sys/netpfil/ - copied from r248782, head/sys/netpfil/ projects/amd64_xen_pv/sys/powerpc/conf/WII - copied unchanged from r248782, head/sys/powerpc/conf/WII projects/amd64_xen_pv/sys/powerpc/wii/locore.S - copied unchanged from r248782, head/sys/powerpc/wii/locore.S projects/amd64_xen_pv/sys/rpc/krpc.h - copied unchanged from r248723, head/sys/rpc/krpc.h projects/amd64_xen_pv/sys/security/audit/bsm_domain.c - copied unchanged from r248723, head/sys/security/audit/bsm_domain.c projects/amd64_xen_pv/sys/security/audit/bsm_errno.c - copied unchanged from r248723, head/sys/security/audit/bsm_errno.c projects/amd64_xen_pv/sys/security/audit/bsm_fcntl.c - copied unchanged from r248723, head/sys/security/audit/bsm_fcntl.c projects/amd64_xen_pv/sys/security/audit/bsm_socket_type.c - copied unchanged from r248723, head/sys/security/audit/bsm_socket_type.c projects/amd64_xen_pv/sys/security/audit/bsm_token.c - copied unchanged from r248723, head/sys/security/audit/bsm_token.c projects/amd64_xen_pv/sys/sys/busdma_bufalloc.h - copied unchanged from r248782, head/sys/sys/busdma_bufalloc.h projects/amd64_xen_pv/sys/sys/memdesc.h - copied unchanged from r248782, head/sys/sys/memdesc.h projects/amd64_xen_pv/sys/ufs/ffs/ffs_suspend.c - copied unchanged from r248723, head/sys/ufs/ffs/ffs_suspend.c projects/amd64_xen_pv/sys/vm/_vm_radix.h - copied unchanged from r248723, head/sys/vm/_vm_radix.h projects/amd64_xen_pv/sys/vm/vm_radix.c - copied unchanged from r248723, head/sys/vm/vm_radix.c projects/amd64_xen_pv/sys/vm/vm_radix.h - copied unchanged from r248723, head/sys/vm/vm_radix.h projects/amd64_xen_pv/sys/x86/include/elf.h - copied unchanged from r248782, head/sys/x86/include/elf.h projects/amd64_xen_pv/sys/x86/include/frame.h - copied unchanged from r248782, head/sys/x86/include/frame.h projects/amd64_xen_pv/sys/x86/include/sigframe.h - copied unchanged from r248782, head/sys/x86/include/sigframe.h projects/amd64_xen_pv/sys/x86/include/signal.h - copied unchanged from r248782, head/sys/x86/include/signal.h projects/amd64_xen_pv/sys/x86/include/ucontext.h - copied unchanged from r248782, head/sys/x86/include/ucontext.h projects/amd64_xen_pv/tools/build/options/WITHOUT_ATF - copied unchanged from r248723, head/tools/build/options/WITHOUT_ATF projects/amd64_xen_pv/tools/build/options/WITHOUT_CLANG_FULL - copied unchanged from r248723, head/tools/build/options/WITHOUT_CLANG_FULL projects/amd64_xen_pv/tools/build/options/WITHOUT_CLANG_IS_CC - copied unchanged from r248723, head/tools/build/options/WITHOUT_CLANG_IS_CC projects/amd64_xen_pv/tools/build/options/WITHOUT_KDUMP - copied unchanged from r248723, head/tools/build/options/WITHOUT_KDUMP projects/amd64_xen_pv/tools/build/options/WITHOUT_LDNS - copied unchanged from r248723, head/tools/build/options/WITHOUT_LDNS projects/amd64_xen_pv/tools/build/options/WITHOUT_LIBCPLUSPLUS - copied unchanged from r248723, head/tools/build/options/WITHOUT_LIBCPLUSPLUS projects/amd64_xen_pv/tools/build/options/WITHOUT_LZMA_SUPPORT - copied unchanged from r248723, head/tools/build/options/WITHOUT_LZMA_SUPPORT projects/amd64_xen_pv/tools/build/options/WITHOUT_PC_SYSINSTALL - copied unchanged from r248723, head/tools/build/options/WITHOUT_PC_SYSINSTALL projects/amd64_xen_pv/tools/build/options/WITH_ARM_EABI - copied unchanged from r248723, head/tools/build/options/WITH_ARM_EABI projects/amd64_xen_pv/tools/build/options/WITH_BMAKE - copied unchanged from r248723, head/tools/build/options/WITH_BMAKE projects/amd64_xen_pv/tools/build/options/WITH_BSD_PATCH - copied unchanged from r248723, head/tools/build/options/WITH_BSD_PATCH projects/amd64_xen_pv/tools/build/options/WITH_CLANG_FULL - copied unchanged from r248723, head/tools/build/options/WITH_CLANG_FULL projects/amd64_xen_pv/tools/build/options/WITH_GPL_DTC - copied unchanged from r248723, head/tools/build/options/WITH_GPL_DTC projects/amd64_xen_pv/tools/build/options/WITH_LDNS_UTILS - copied unchanged from r248723, head/tools/build/options/WITH_LDNS_UTILS projects/amd64_xen_pv/tools/build/options/WITH_NMTREE - copied unchanged from r248723, head/tools/build/options/WITH_NMTREE projects/amd64_xen_pv/tools/build/options/WITH_OPENSSH_NONE_CIPHER - copied unchanged from r248723, head/tools/build/options/WITH_OPENSSH_NONE_CIPHER projects/amd64_xen_pv/tools/regression/bin/sh/builtins/alias3.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/alias3.0 projects/amd64_xen_pv/tools/regression/bin/sh/builtins/alias3.0.stdout - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/alias3.0.stdout projects/amd64_xen_pv/tools/regression/bin/sh/builtins/read6.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/read6.0 projects/amd64_xen_pv/tools/regression/bin/sh/builtins/trap12.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/trap12.0 projects/amd64_xen_pv/tools/regression/bin/sh/builtins/wait4.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/wait4.0 projects/amd64_xen_pv/tools/regression/bin/sh/builtins/wait5.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/wait5.0 projects/amd64_xen_pv/tools/regression/bin/sh/builtins/wait6.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/wait6.0 projects/amd64_xen_pv/tools/regression/bin/sh/builtins/wait7.0 - copied unchanged from r248723, head/tools/regression/bin/sh/builtins/wait7.0 projects/amd64_xen_pv/tools/regression/bin/sh/errors/write-error1.0 - copied unchanged from r248723, head/tools/regression/bin/sh/errors/write-error1.0 projects/amd64_xen_pv/tools/regression/bin/sh/execution/subshell1.0 - copied unchanged from r248723, head/tools/regression/bin/sh/execution/subshell1.0 projects/amd64_xen_pv/tools/regression/bin/sh/execution/subshell1.0.stdout - copied unchanged from r248723, head/tools/regression/bin/sh/execution/subshell1.0.stdout projects/amd64_xen_pv/tools/regression/bin/sh/execution/subshell2.0 - copied unchanged from r248723, head/tools/regression/bin/sh/execution/subshell2.0 projects/amd64_xen_pv/tools/regression/bin/sh/execution/subshell3.0 - copied unchanged from r248723, head/tools/regression/bin/sh/execution/subshell3.0 projects/amd64_xen_pv/tools/regression/bin/sh/execution/subshell4.0 - copied unchanged from r248723, head/tools/regression/bin/sh/execution/subshell4.0 projects/amd64_xen_pv/tools/regression/bin/sh/expansion/cmdsubst14.0 - copied unchanged from r248723, head/tools/regression/bin/sh/expansion/cmdsubst14.0 projects/amd64_xen_pv/tools/regression/bin/sh/expansion/cmdsubst15.0 - copied unchanged from r248723, head/tools/regression/bin/sh/expansion/cmdsubst15.0 projects/amd64_xen_pv/tools/regression/bin/sh/expansion/cmdsubst16.0 - copied unchanged from r248723, head/tools/regression/bin/sh/expansion/cmdsubst16.0 projects/amd64_xen_pv/tools/regression/bin/sh/expansion/cmdsubst17.0 - copied unchanged from r248723, head/tools/regression/bin/sh/expansion/cmdsubst17.0 projects/amd64_xen_pv/tools/regression/bin/sh/parser/alias10.0 - copied unchanged from r248723, head/tools/regression/bin/sh/parser/alias10.0 projects/amd64_xen_pv/tools/regression/bin/sh/parser/alias7.0 - copied unchanged from r248723, head/tools/regression/bin/sh/parser/alias7.0 projects/amd64_xen_pv/tools/regression/bin/sh/parser/alias8.0 - copied unchanged from r248723, head/tools/regression/bin/sh/parser/alias8.0 projects/amd64_xen_pv/tools/regression/bin/sh/parser/alias9.0 - copied unchanged from r248723, head/tools/regression/bin/sh/parser/alias9.0 projects/amd64_xen_pv/tools/regression/bin/sh/parser/empty-braces1.0 - copied unchanged from r248723, head/tools/regression/bin/sh/parser/empty-braces1.0 projects/amd64_xen_pv/tools/regression/capsicum/ - copied from r248723, head/tools/regression/capsicum/ projects/amd64_xen_pv/tools/regression/filemon/timed-forkb.c - copied unchanged from r248723, head/tools/regression/filemon/timed-forkb.c projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-fmemopen.c - copied unchanged from r248723, head/tools/regression/lib/libc/stdio/test-fmemopen.c projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-fmemopen.t - copied unchanged from r248723, head/tools/regression/lib/libc/stdio/test-fmemopen.t projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-open_memstream.c - copied unchanged from r248723, head/tools/regression/lib/libc/stdio/test-open_memstream.c projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-open_memstream.t - copied unchanged from r248723, head/tools/regression/lib/libc/stdio/test-open_memstream.t projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-open_wmemstream.c - copied unchanged from r248723, head/tools/regression/lib/libc/stdio/test-open_wmemstream.c projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-open_wmemstream.t - copied unchanged from r248723, head/tools/regression/lib/libc/stdio/test-open_wmemstream.t projects/amd64_xen_pv/tools/regression/net/ - copied from r248723, head/tools/regression/net/ projects/amd64_xen_pv/tools/regression/usr.bin/printf/regress.zero.out - copied unchanged from r248723, head/tools/regression/usr.bin/printf/regress.zero.out projects/amd64_xen_pv/tools/tools/ath/athalq/ - copied from r248723, head/tools/tools/ath/athalq/ projects/amd64_xen_pv/tools/tools/ath/athspectral/ - copied from r248723, head/tools/tools/ath/athspectral/ projects/amd64_xen_pv/tools/tools/netmap/nm_util.c - copied unchanged from r248723, head/tools/tools/netmap/nm_util.c projects/amd64_xen_pv/tools/tools/netmap/nm_util.h - copied unchanged from r248723, head/tools/tools/netmap/nm_util.h projects/amd64_xen_pv/tools/tools/shlib-compat/ - copied from r248723, head/tools/tools/shlib-compat/ projects/amd64_xen_pv/usr.bin/atf/ - copied from r248782, head/usr.bin/atf/ projects/amd64_xen_pv/usr.bin/bmake/ - copied from r248782, head/usr.bin/bmake/ projects/amd64_xen_pv/usr.bin/dtc/ - copied from r248782, head/usr.bin/dtc/ projects/amd64_xen_pv/usr.bin/mandoc/ - copied from r248782, head/usr.bin/mandoc/ projects/amd64_xen_pv/usr.bin/patch/ - copied from r248782, head/usr.bin/patch/ projects/amd64_xen_pv/usr.bin/ssh-copy-id/ - copied from r248782, head/usr.bin/ssh-copy-id/ projects/amd64_xen_pv/usr.bin/truss/arm-fbsd.c - copied unchanged from r248782, head/usr.bin/truss/arm-fbsd.c projects/amd64_xen_pv/usr.bin/unifdef/unifdef.h - copied unchanged from r248862, head/usr.bin/unifdef/unifdef.h projects/amd64_xen_pv/usr.sbin/auditdistd/ - copied from r248723, head/usr.sbin/auditdistd/ - copied from r248723, head/usr.sbin/bhyve/ - copied from r248723, head/usr.sbin/bhyvectl/ - copied from r248723, head/usr.sbin/bhyveload/ projects/amd64_xen_pv/usr.sbin/bsdconfig/include/bsdconfig.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/include/bsdconfig.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/include/media.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/include/media.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/include/network_device.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/include/network_device.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/include/options.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/include/options.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/include/tcp.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/include/tcp.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/include/usage.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/include/usage.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/share/ - copied from r248723, head/usr.sbin/bsdconfig/networking/share/ projects/amd64_xen_pv/usr.sbin/bsdconfig/password/share/ - copied from r248723, head/usr.sbin/bsdconfig/password/share/ projects/amd64_xen_pv/usr.sbin/bsdconfig/security/include/securelevel.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/security/include/securelevel.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/share/ - copied from r248723, head/usr.sbin/bsdconfig/share/ projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/share/ - copied from r248723, head/usr.sbin/bsdconfig/startup/share/ projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/share/ - copied from r248723, head/usr.sbin/bsdconfig/timezone/share/ projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/include/usermgmt.hlp - copied unchanged from r248723, head/usr.sbin/bsdconfig/usermgmt/include/usermgmt.hlp projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/share/ - copied from r248723, head/usr.sbin/bsdconfig/usermgmt/share/ projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/sade.8 - copied unchanged from r248723, head/usr.sbin/bsdinstall/partedit/sade.8 projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/scripted.c - copied unchanged from r248723, head/usr.sbin/bsdinstall/partedit/scripted.c projects/amd64_xen_pv/usr.sbin/bsdinstall/scripts/script - copied unchanged from r248723, head/usr.sbin/bsdinstall/scripts/script projects/amd64_xen_pv/usr.sbin/nmtree/ - copied from r248723, head/usr.sbin/nmtree/ projects/amd64_xen_pv/usr.sbin/pkg/config.c - copied unchanged from r248723, head/usr.sbin/pkg/config.c projects/amd64_xen_pv/usr.sbin/pkg/config.h - copied unchanged from r248723, head/usr.sbin/pkg/config.h projects/amd64_xen_pv/usr.sbin/pkg/dns_utils.c - copied unchanged from r248723, head/usr.sbin/pkg/dns_utils.c projects/amd64_xen_pv/usr.sbin/pkg/dns_utils.h - copied unchanged from r248723, head/usr.sbin/pkg/dns_utils.h projects/amd64_xen_pv/usr.sbin/pkg_install/lib/pkgng.c - copied unchanged from r248723, head/usr.sbin/pkg_install/lib/pkgng.c projects/amd64_xen_pv/usr.sbin/services_mkdb/extern.h - copied unchanged from r248723, head/usr.sbin/services_mkdb/extern.h projects/amd64_xen_pv/usr.sbin/sysrc/ - copied from r248723, head/usr.sbin/sysrc/ Directory Properties: projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed) projects/amd64_xen_pv/contrib/bmake/ (props changed) projects/amd64_xen_pv/contrib/ldns/ (props changed) projects/amd64_xen_pv/contrib/libc-vis/ (props changed) projects/amd64_xen_pv/lib/libvmmapi/ (props changed) projects/amd64_xen_pv/share/man/man4/bhyve.4 (props changed) projects/amd64_xen_pv/sys/amd64/include/vmm.h (props changed) projects/amd64_xen_pv/sys/amd64/include/vmm_dev.h (props changed) projects/amd64_xen_pv/sys/amd64/vmm/ (props changed) projects/amd64_xen_pv/sys/dev/bvm/ (props changed) projects/amd64_xen_pv/sys/modules/vmm/ (props changed) projects/amd64_xen_pv/usr.sbin/bhyve/ (props changed) projects/amd64_xen_pv/usr.sbin/bhyvectl/ (props changed) projects/amd64_xen_pv/usr.sbin/bhyveload/ (props changed) Replaced: projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 - copied unchanged from r236884, head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 Deleted: projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/err.D_PROTO_LEN.toomany.d projects/amd64_xen_pv/contrib/bzip2/Makefile projects/amd64_xen_pv/contrib/bzip2/Makefile-libbz2_so projects/amd64_xen_pv/contrib/bzip2/dlltest.c projects/amd64_xen_pv/contrib/bzip2/makefile.msc projects/amd64_xen_pv/contrib/expat/FREEBSD-upgrade projects/amd64_xen_pv/contrib/expat/configure projects/amd64_xen_pv/contrib/expat/doc/valid-xhtml10.png projects/amd64_xen_pv/contrib/expat/lib/winconfig.h projects/amd64_xen_pv/contrib/expat/tests/benchmark/benchmark.dsp projects/amd64_xen_pv/contrib/expat/tests/benchmark/benchmark.dsw projects/amd64_xen_pv/contrib/gnu-sort/ projects/amd64_xen_pv/contrib/libarchive/libarchive/filter_fork.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_acl_freebsd.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_compress_program.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_uu.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress_bzip2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress_gzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress_lzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress_lzma.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress_program.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_compress_xz.c projects/amd64_xen_pv/contrib/libc++/src/support/ projects/amd64_xen_pv/contrib/libpcap/net/ projects/amd64_xen_pv/contrib/libpcap/test/ projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/Trie.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/LoopDependenceAnalysis.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/IntelJITEventsWrapper.h projects/amd64_xen_pv/contrib/llvm/include/llvm/TableGen/TableGenAction.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetData.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetELFWriterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Analysis/LoopDependenceAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImage.h projects/amd64_xen_pv/contrib/llvm/lib/TableGen/TableGenAction.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/AMDGPU/ projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetData.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetELFWriterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86MCInstLower.h projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/FunctionBlackList.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/FunctionBlackList.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/Analyses.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/AnalyzerOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/HeaderSearchOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/ASTConsumers.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/DeltaTree.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/FixItRewriter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/FrontendActions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/HTMLRewrite.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/RewriteRope.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/Rewriter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/Rewriters.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Rewrite/TokenRewriter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/DereferenceChecker.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/CommandLineClangTool.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/DeltaTree.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/FixItRewriter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/FrontendActions.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/HTMLPrint.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/InclusionRewriter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/RewriteMacros.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/RewriteModernObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/RewriteObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/RewriteTest.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Rewrite/TokenRewriter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AdjustedReturnValueChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/OSAtomicChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicConstraintManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/CommandLineClangTool.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/CustomCompilationDatabase.h projects/amd64_xen_pv/contrib/pf/man/ projects/amd64_xen_pv/contrib/pf/pfctl/ projects/amd64_xen_pv/crypto/openssh/acss.c projects/amd64_xen_pv/crypto/openssh/acss.h projects/amd64_xen_pv/crypto/openssh/cipher-acss.c projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_verifyrecover.pod projects/amd64_xen_pv/games/fortune/datfiles/fortunes-o.fake projects/amd64_xen_pv/games/fortune/datfiles/fortunes-o.real projects/amd64_xen_pv/games/fortune/datfiles/fortunes-o.sp.ok projects/amd64_xen_pv/gnu/usr.bin/sort/ projects/amd64_xen_pv/include/vis.h projects/amd64_xen_pv/lib/clang/libclangrewrite/ projects/amd64_xen_pv/lib/libc/gen/pwcache.3 projects/amd64_xen_pv/lib/libc/gen/pwcache.c projects/amd64_xen_pv/lib/libc/gen/unvis.3 projects/amd64_xen_pv/lib/libc/gen/unvis.c projects/amd64_xen_pv/lib/libc/gen/vis.3 projects/amd64_xen_pv/lib/libc/gen/vis.c projects/amd64_xen_pv/lib/libc/sys/cap_new.2 projects/amd64_xen_pv/lib/libdisk/ projects/amd64_xen_pv/lib/libncp/ projects/amd64_xen_pv/lib/libprocstat/ntfs.c projects/amd64_xen_pv/lib/libprocstat/nwfs.c projects/amd64_xen_pv/lib/libstand/if_ether.h projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/errata/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/artheader.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/intro.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/ia64/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/ia64/proc-ia64.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/pc98/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/pc98/proc-pc98.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/dev-sparc64.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/abstract.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/artheader.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/install.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/trouble.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/upgrade.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/ia64/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/pc98/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/sparc64/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/sparc64/install.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/readme/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.sgml projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/share/sgml/ projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/errata/article.sgml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/hardware/article.sgml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/readme/article.sgml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/relnotes/article.sgml projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/share/sgml/ projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/errata/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/alpha/proc-alpha.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/artheader.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/intro.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/i386/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/i386/proc-i386.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/ia64/proc-ia64.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/pc98/proc-pc98.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/dev-sparc64.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/proc-sparc64.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/artheader.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/trouble.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/pc98/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.sgml projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/share/sgml/ projects/amd64_xen_pv/release/doc/ja_JP.eucJP/errata/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/alpha/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/amd64/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/artheader.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/dev.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/intro.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/i386/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/ia64/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/pc98/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/sparc64/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/alpha/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/common/new.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/i386/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/ia64/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/pc98/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/sparc64/article.sgml projects/amd64_xen_pv/release/doc/ja_JP.eucJP/share/sgml/ projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/errata/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/alpha/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/amd64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/amd64/proc-amd64.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/artheader.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/intro.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/i386/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/i386/proc-i386.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/ia64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/ia64/proc-ia64.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/pc98/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/pc98/proc-pc98.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/sparc64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/sparc64/proc-sparc64.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/alpha/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/amd64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/abstract.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/artheader.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/install.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/layout.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/trouble.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/upgrade.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/i386/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/ia64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/pc98/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/sparc64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/readme/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/alpha/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/amd64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/i386/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/ia64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/pc98/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/sparc64/article.sgml projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/share/sgml/ projects/amd64_xen_pv/release/doc/share/sgml/ projects/amd64_xen_pv/release/doc/zh_CN.GB2312/errata/article.sgml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/hardware/article.sgml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/readme/article.sgml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/relnotes/article.sgml projects/amd64_xen_pv/release/doc/zh_CN.GB2312/share/sgml/ projects/amd64_xen_pv/sbin/mount_ext2fs/ projects/amd64_xen_pv/sbin/mount_hpfs/ projects/amd64_xen_pv/sbin/mount_ntfs/ projects/amd64_xen_pv/sbin/mount_reiserfs/ projects/amd64_xen_pv/sbin/mount_std/ projects/amd64_xen_pv/sbin/pfctl/missing/ projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_verifyrecover.3 projects/amd64_xen_pv/share/examples/cvsup/doc-supfile projects/amd64_xen_pv/share/examples/cvsup/gnats-supfile projects/amd64_xen_pv/share/examples/cvsup/ports-supfile projects/amd64_xen_pv/share/examples/cvsup/refuse projects/amd64_xen_pv/share/examples/cvsup/refuse.README projects/amd64_xen_pv/share/examples/cvsup/www-supfile projects/amd64_xen_pv/share/examples/nwclient/ projects/amd64_xen_pv/share/examples/portal/ projects/amd64_xen_pv/share/man/man4/coda.4 projects/amd64_xen_pv/share/man/man4/harp.4 projects/amd64_xen_pv/share/man/man4/hfa.4 projects/amd64_xen_pv/share/man/man4/idt.4 projects/amd64_xen_pv/share/man/man4/vinum.4 projects/amd64_xen_pv/share/man/man5/xfs.5 projects/amd64_xen_pv/share/man/man9/VFS_LOCK_GIANT.9 projects/amd64_xen_pv/share/mk/bsd.compat.mk projects/amd64_xen_pv/sys/arm/mv/kirkwood/files.sheevaplug projects/amd64_xen_pv/sys/arm/mv/kirkwood/sheevaplug.c projects/amd64_xen_pv/sys/arm/mv/kirkwood/std.sheevaplug projects/amd64_xen_pv/sys/boot/fdt/dts/db88f78160.dts projects/amd64_xen_pv/sys/boot/userboot/libstand/amd64/ projects/amd64_xen_pv/sys/cam/scsi/scsi_low_pisa.c projects/amd64_xen_pv/sys/cam/scsi/scsi_low_pisa.h projects/amd64_xen_pv/sys/compat/netbsd/physio_proc.h projects/amd64_xen_pv/sys/conf/defines projects/amd64_xen_pv/sys/contrib/pf/ projects/amd64_xen_pv/sys/dev/cxgbe/common/jhash.h projects/amd64_xen_pv/sys/dev/mlx/mlx_compat.h projects/amd64_xen_pv/sys/dev/mxge/mxge_lro.c projects/amd64_xen_pv/sys/dev/netmap/netmap_mem1.c projects/amd64_xen_pv/sys/dev/xen/evtchn/ projects/amd64_xen_pv/sys/dev/xen/xenpci/machine_reboot.c projects/amd64_xen_pv/sys/fs/coda/ projects/amd64_xen_pv/sys/fs/hpfs/ projects/amd64_xen_pv/sys/fs/ntfs/ projects/amd64_xen_pv/sys/fs/nwfs/ projects/amd64_xen_pv/sys/fs/portalfs/ projects/amd64_xen_pv/sys/gnu/fs/xfs/ projects/amd64_xen_pv/sys/modules/coda/ projects/amd64_xen_pv/sys/modules/coda5/ projects/amd64_xen_pv/sys/modules/hpfs/ projects/amd64_xen_pv/sys/modules/ncp/ projects/amd64_xen_pv/sys/modules/ntfs/ projects/amd64_xen_pv/sys/modules/ntfs_iconv/ projects/amd64_xen_pv/sys/modules/nwfs/ projects/amd64_xen_pv/sys/modules/portalfs/ projects/amd64_xen_pv/sys/modules/xfs/ projects/amd64_xen_pv/sys/netinet/ipfw/ projects/amd64_xen_pv/sys/netncp/ projects/amd64_xen_pv/sys/security/audit/audit_bsm_domain.c projects/amd64_xen_pv/sys/security/audit/audit_bsm_errno.c projects/amd64_xen_pv/sys/security/audit/audit_bsm_fcntl.c projects/amd64_xen_pv/sys/security/audit/audit_bsm_socket_type.c projects/amd64_xen_pv/sys/security/audit/audit_bsm_token.c projects/amd64_xen_pv/tools/build/options/WITH_GNU_SORT projects/amd64_xen_pv/tools/diag/ac/ projects/amd64_xen_pv/tools/tools/backout_commit/ projects/amd64_xen_pv/tools/tools/mfc/ projects/amd64_xen_pv/usr.bin/ncplist/ projects/amd64_xen_pv/usr.bin/ncplogin/ projects/amd64_xen_pv/usr.bin/unvis/unvis.1 projects/amd64_xen_pv/usr.bin/unvis/unvis.c projects/amd64_xen_pv/usr.bin/vis/extern.h projects/amd64_xen_pv/usr.bin/vis/foldit.c projects/amd64_xen_pv/usr.bin/vis/vis.1 projects/amd64_xen_pv/usr.bin/vis/vis.c projects/amd64_xen_pv/usr.sbin/bsdconfig/include/common.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/include/dialog.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/include/mustberoot.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/include/strings.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/include/sysrc.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/common.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/device.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/hostname.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/ipaddr.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/media.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/netmask.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/resolv.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/routing.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/password/include/password.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/include/rcconf.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/include/rcedit.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/include/rcvar.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/include/continents.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/include/countries.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/include/iso3166.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/include/menus.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/include/zones.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/include/group_input.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/include/user_input.subr projects/amd64_xen_pv/usr.sbin/mount_nwfs/ projects/amd64_xen_pv/usr.sbin/mount_portalfs/ projects/amd64_xen_pv/usr.sbin/pw/edgroup.c projects/amd64_xen_pv/usr.sbin/sade/ Modified: projects/amd64_xen_pv/COPYRIGHT projects/amd64_xen_pv/LOCKS projects/amd64_xen_pv/MAINTAINERS (contents, props changed) projects/amd64_xen_pv/Makefile projects/amd64_xen_pv/Makefile.inc1 projects/amd64_xen_pv/ObsoleteFiles.inc projects/amd64_xen_pv/UPDATING projects/amd64_xen_pv/bin/cat/cat.1 projects/amd64_xen_pv/bin/cat/cat.c projects/amd64_xen_pv/bin/chflags/chflags.c projects/amd64_xen_pv/bin/cp/cp.1 projects/amd64_xen_pv/bin/cp/cp.c projects/amd64_xen_pv/bin/cp/utils.c projects/amd64_xen_pv/bin/date/extern.h projects/amd64_xen_pv/bin/date/netdate.c projects/amd64_xen_pv/bin/dd/conv_tab.c projects/amd64_xen_pv/bin/df/df.1 projects/amd64_xen_pv/bin/df/df.c projects/amd64_xen_pv/bin/ed/buf.c projects/amd64_xen_pv/bin/ed/cbc.c projects/amd64_xen_pv/bin/ed/ed.h projects/amd64_xen_pv/bin/ed/glbl.c projects/amd64_xen_pv/bin/ed/io.c projects/amd64_xen_pv/bin/ed/main.c projects/amd64_xen_pv/bin/ed/re.c projects/amd64_xen_pv/bin/ed/sub.c projects/amd64_xen_pv/bin/ed/undo.c projects/amd64_xen_pv/bin/getfacl/getfacl.c projects/amd64_xen_pv/bin/ln/ln.1 projects/amd64_xen_pv/bin/ls/cmp.c projects/amd64_xen_pv/bin/ls/extern.h projects/amd64_xen_pv/bin/ls/ls.1 projects/amd64_xen_pv/bin/ls/ls.c projects/amd64_xen_pv/bin/ls/ls.h projects/amd64_xen_pv/bin/ls/print.c projects/amd64_xen_pv/bin/ls/util.c projects/amd64_xen_pv/bin/mkdir/mkdir.1 projects/amd64_xen_pv/bin/mv/mv.1 projects/amd64_xen_pv/bin/mv/mv.c projects/amd64_xen_pv/bin/pax/ar_io.c projects/amd64_xen_pv/bin/pax/ar_subs.c projects/amd64_xen_pv/bin/pax/extern.h projects/amd64_xen_pv/bin/pax/options.c projects/amd64_xen_pv/bin/ps/extern.h projects/amd64_xen_pv/bin/ps/fmt.c projects/amd64_xen_pv/bin/ps/keyword.c projects/amd64_xen_pv/bin/ps/ps.1 projects/amd64_xen_pv/bin/ps/ps.c projects/amd64_xen_pv/bin/pwait/pwait.c projects/amd64_xen_pv/bin/rcp/rcp.c projects/amd64_xen_pv/bin/rm/rm.1 projects/amd64_xen_pv/bin/rm/rm.c projects/amd64_xen_pv/bin/rmdir/rmdir.1 projects/amd64_xen_pv/bin/setfacl/setfacl.1 projects/amd64_xen_pv/bin/setfacl/setfacl.c projects/amd64_xen_pv/bin/setfacl/setfacl.h projects/amd64_xen_pv/bin/sh/TOUR projects/amd64_xen_pv/bin/sh/alias.c projects/amd64_xen_pv/bin/sh/cd.c projects/amd64_xen_pv/bin/sh/eval.c projects/amd64_xen_pv/bin/sh/exec.c projects/amd64_xen_pv/bin/sh/expand.c projects/amd64_xen_pv/bin/sh/expand.h projects/amd64_xen_pv/bin/sh/histedit.c projects/amd64_xen_pv/bin/sh/init.h projects/amd64_xen_pv/bin/sh/input.c projects/amd64_xen_pv/bin/sh/input.h projects/amd64_xen_pv/bin/sh/jobs.c projects/amd64_xen_pv/bin/sh/main.c projects/amd64_xen_pv/bin/sh/miscbltin.c projects/amd64_xen_pv/bin/sh/mkinit.c projects/amd64_xen_pv/bin/sh/mksyntax.c projects/amd64_xen_pv/bin/sh/nodetypes projects/amd64_xen_pv/bin/sh/options.c projects/amd64_xen_pv/bin/sh/output.c projects/amd64_xen_pv/bin/sh/output.h projects/amd64_xen_pv/bin/sh/parser.c projects/amd64_xen_pv/bin/sh/parser.h projects/amd64_xen_pv/bin/sh/redir.c projects/amd64_xen_pv/bin/sh/sh.1 projects/amd64_xen_pv/bin/sh/trap.c projects/amd64_xen_pv/bin/sh/trap.h projects/amd64_xen_pv/bin/sh/var.c projects/amd64_xen_pv/bin/test/test.1 projects/amd64_xen_pv/bin/test/test.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/dtrace.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/err.InvalidAddress5.d projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zdb/zdb.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zfs/zfs.8 projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zhack/zhack.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zinject/translate.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zinject/zinject.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zpool/zpool.8 projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/ztest/ztest.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cc.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_dof.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_errtags.h projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_impl.h projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_map.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_pragma.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_program.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libuutil/common/uu_misc.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_impl.h projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_iter.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_status.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_util.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h projects/amd64_xen_pv/cddl/contrib/opensolaris/tools/ctf/cvt/output.c projects/amd64_xen_pv/cddl/lib/Makefile projects/amd64_xen_pv/cddl/lib/libdtrace/Makefile projects/amd64_xen_pv/cddl/lib/libzfs/Makefile projects/amd64_xen_pv/cddl/lib/libzpool/Makefile projects/amd64_xen_pv/cddl/sbin/zfs/Makefile projects/amd64_xen_pv/cddl/sbin/zpool/Makefile projects/amd64_xen_pv/cddl/usr.bin/zinject/Makefile projects/amd64_xen_pv/cddl/usr.bin/ztest/Makefile projects/amd64_xen_pv/cddl/usr.sbin/Makefile projects/amd64_xen_pv/cddl/usr.sbin/zdb/Makefile projects/amd64_xen_pv/cddl/usr.sbin/zhack/Makefile projects/amd64_xen_pv/contrib/atf/atf-c/macros.h projects/amd64_xen_pv/contrib/atf/atf-report/atf-report.cpp projects/amd64_xen_pv/contrib/atf/atf-run/io.hpp projects/amd64_xen_pv/contrib/atf/atf-run/requirements_test.cpp projects/amd64_xen_pv/contrib/atf/atf-sh/atf_check_test.sh projects/amd64_xen_pv/contrib/atf/doc/atf-test-case.4 projects/amd64_xen_pv/contrib/bind9/CHANGES projects/amd64_xen_pv/contrib/bind9/Makefile.in projects/amd64_xen_pv/contrib/bind9/README projects/amd64_xen_pv/contrib/bind9/acconfig.h projects/amd64_xen_pv/contrib/bind9/bin/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/check/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/check/check-tool.c projects/amd64_xen_pv/contrib/bind9/bin/confgen/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/confgen/unix/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/dig/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/dig/nslookup.c projects/amd64_xen_pv/contrib/bind9/bin/dnssec/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-dsfromkey.8 projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-dsfromkey.c projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-dsfromkey.docbook projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-dsfromkey.html projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8 projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keygen.8 projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keygen.c projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keygen.docbook projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-keygen.html projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-settime.c projects/amd64_xen_pv/contrib/bind9/bin/dnssec/dnssec-signzone.c projects/amd64_xen_pv/contrib/bind9/bin/named/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/named/builtin.c projects/amd64_xen_pv/contrib/bind9/bin/named/config.c projects/amd64_xen_pv/contrib/bind9/bin/named/controlconf.c projects/amd64_xen_pv/contrib/bind9/bin/named/convertxsl.pl projects/amd64_xen_pv/contrib/bind9/bin/named/query.c projects/amd64_xen_pv/contrib/bind9/bin/named/server.c projects/amd64_xen_pv/contrib/bind9/bin/named/statschannel.c projects/amd64_xen_pv/contrib/bind9/bin/named/unix/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/nsupdate/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/nsupdate/nsupdate.c projects/amd64_xen_pv/contrib/bind9/bin/rndc/Makefile.in projects/amd64_xen_pv/contrib/bind9/bin/tools/Makefile.in projects/amd64_xen_pv/contrib/bind9/config.h.in projects/amd64_xen_pv/contrib/bind9/configure.in projects/amd64_xen_pv/contrib/bind9/doc/Makefile.in projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM-book.xml projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.ch04.html projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.ch06.html projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.ch07.html projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.ch08.html projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.ch09.html projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.html projects/amd64_xen_pv/contrib/bind9/doc/arm/Bv9ARM.pdf projects/amd64_xen_pv/contrib/bind9/doc/arm/Makefile.in projects/amd64_xen_pv/contrib/bind9/doc/arm/man.arpaname.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.ddns-confgen.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dig.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dnssec-keygen.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dnssec-revoke.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dnssec-settime.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.dnssec-signzone.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.genrandom.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.host.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.isc-hmac-fixup.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.named-checkconf.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.named-checkzone.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.named-journalprint.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.named.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.nsec3hash.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.nsupdate.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.rndc-confgen.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.rndc.conf.html projects/amd64_xen_pv/contrib/bind9/doc/arm/man.rndc.html projects/amd64_xen_pv/contrib/bind9/doc/misc/Makefile.in projects/amd64_xen_pv/contrib/bind9/doc/misc/format-options.pl projects/amd64_xen_pv/contrib/bind9/doc/misc/options projects/amd64_xen_pv/contrib/bind9/doc/misc/sort-options.pl projects/amd64_xen_pv/contrib/bind9/isc-config.sh.in projects/amd64_xen_pv/contrib/bind9/lib/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/bind9/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/bind9/api projects/amd64_xen_pv/contrib/bind9/lib/bind9/check.c projects/amd64_xen_pv/contrib/bind9/lib/bind9/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/bind9/include/bind9/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/dns/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/dns/adb.c projects/amd64_xen_pv/contrib/bind9/lib/dns/api projects/amd64_xen_pv/contrib/bind9/lib/dns/db.c projects/amd64_xen_pv/contrib/bind9/lib/dns/dnssec.c projects/amd64_xen_pv/contrib/bind9/lib/dns/ds.c projects/amd64_xen_pv/contrib/bind9/lib/dns/dst_api.c projects/amd64_xen_pv/contrib/bind9/lib/dns/dst_internal.h projects/amd64_xen_pv/contrib/bind9/lib/dns/dst_openssl.h projects/amd64_xen_pv/contrib/bind9/lib/dns/dst_parse.c projects/amd64_xen_pv/contrib/bind9/lib/dns/dst_parse.h projects/amd64_xen_pv/contrib/bind9/lib/dns/dst_result.c projects/amd64_xen_pv/contrib/bind9/lib/dns/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/db.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/dnssec.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/ds.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/iptable.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/keyvalues.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/log.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/rdata.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/rdataset.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/rpz.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/stats.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/view.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dns/zone.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dst/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dst/dst.h projects/amd64_xen_pv/contrib/bind9/lib/dns/include/dst/result.h projects/amd64_xen_pv/contrib/bind9/lib/dns/log.c projects/amd64_xen_pv/contrib/bind9/lib/dns/master.c projects/amd64_xen_pv/contrib/bind9/lib/dns/masterdump.c projects/amd64_xen_pv/contrib/bind9/lib/dns/openssl_link.c projects/amd64_xen_pv/contrib/bind9/lib/dns/openssldh_link.c projects/amd64_xen_pv/contrib/bind9/lib/dns/openssldsa_link.c projects/amd64_xen_pv/contrib/bind9/lib/dns/opensslgost_link.c projects/amd64_xen_pv/contrib/bind9/lib/dns/opensslrsa_link.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rbtdb.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rcode.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rdata.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rdata/generic/dlv_32769.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rdata/generic/ds_43.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rdataset.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rdataslab.c projects/amd64_xen_pv/contrib/bind9/lib/dns/resolver.c projects/amd64_xen_pv/contrib/bind9/lib/dns/rpz.c projects/amd64_xen_pv/contrib/bind9/lib/dns/spnego_asn1.pl projects/amd64_xen_pv/contrib/bind9/lib/dns/validator.c projects/amd64_xen_pv/contrib/bind9/lib/dns/view.c projects/amd64_xen_pv/contrib/bind9/lib/dns/zone.c projects/amd64_xen_pv/contrib/bind9/lib/export/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/dns/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/dns/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/dns/include/dns/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/dns/include/dst/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/irs/include/irs/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/nls/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/nothreads/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/nothreads/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/pthreads/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/pthreads/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/unix/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isc/unix/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/isccfg/include/isccfg/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/export/samples/Makefile-postinstall.in projects/amd64_xen_pv/contrib/bind9/lib/export/samples/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/irs/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/irs/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/irs/include/irs/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/alpha/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/alpha/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/alpha/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/api projects/amd64_xen_pv/contrib/bind9/lib/isc/ia64/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/ia64/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/ia64/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/ia64/include/isc/atomic.h projects/amd64_xen_pv/contrib/bind9/lib/isc/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/include/isc/file.h projects/amd64_xen_pv/contrib/bind9/lib/isc/include/isc/namespace.h projects/amd64_xen_pv/contrib/bind9/lib/isc/include/isc/task.h projects/amd64_xen_pv/contrib/bind9/lib/isc/mem.c projects/amd64_xen_pv/contrib/bind9/lib/isc/mips/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/mips/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/mips/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/nls/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/noatomic/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/noatomic/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/noatomic/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/nothreads/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/nothreads/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/nothreads/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/powerpc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/powerpc/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/powerpc/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/pthreads/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/pthreads/condition.c projects/amd64_xen_pv/contrib/bind9/lib/isc/pthreads/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/pthreads/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/sparc64/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/sparc64/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/sparc64/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/task.c projects/amd64_xen_pv/contrib/bind9/lib/isc/task_api.c projects/amd64_xen_pv/contrib/bind9/lib/isc/unix/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/unix/file.c projects/amd64_xen_pv/contrib/bind9/lib/isc/unix/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/unix/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/x86_32/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/x86_32/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/x86_32/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/x86_64/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/x86_64/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isc/x86_64/include/isc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isccc/api projects/amd64_xen_pv/contrib/bind9/lib/isccc/cc.c projects/amd64_xen_pv/contrib/bind9/lib/isccc/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isccc/include/isccc/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isccfg/api projects/amd64_xen_pv/contrib/bind9/lib/isccfg/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isccfg/include/isccfg/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/isccfg/namedconf.c projects/amd64_xen_pv/contrib/bind9/lib/lwres/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/lwres/api projects/amd64_xen_pv/contrib/bind9/lib/lwres/getaddrinfo.c projects/amd64_xen_pv/contrib/bind9/lib/lwres/include/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/lwres/include/lwres/Makefile.in projects/amd64_xen_pv/contrib/bind9/lib/lwres/man/Makefile.in projects/amd64_xen_pv/contrib/bind9/make/rules.in projects/amd64_xen_pv/contrib/bind9/version projects/amd64_xen_pv/contrib/binutils/Makefile.in projects/amd64_xen_pv/contrib/binutils/Makefile.tpl projects/amd64_xen_pv/contrib/binutils/bfd/dwarf2.c projects/amd64_xen_pv/contrib/binutils/bfd/elflink.c projects/amd64_xen_pv/contrib/binutils/binutils/dwarf.c projects/amd64_xen_pv/contrib/binutils/gas/config/tc-arm.c projects/amd64_xen_pv/contrib/binutils/gas/config/tc-i386.c projects/amd64_xen_pv/contrib/binutils/include/elf/common.h projects/amd64_xen_pv/contrib/binutils/libiberty/Makefile.in projects/amd64_xen_pv/contrib/binutils/opcodes/i386-dis.c projects/amd64_xen_pv/contrib/binutils/opcodes/i386-opc.h projects/amd64_xen_pv/contrib/binutils/opcodes/i386-tbl.h projects/amd64_xen_pv/contrib/bsnmp/snmp_mibII/mibII.h projects/amd64_xen_pv/contrib/bsnmp/snmp_mibII/mibII_route.c projects/amd64_xen_pv/contrib/bsnmp/snmpd/main.c projects/amd64_xen_pv/contrib/bsnmp/snmpd/trans_lsock.c projects/amd64_xen_pv/contrib/bsnmp/snmpd/trans_udp.c projects/amd64_xen_pv/contrib/byacc/CHANGES projects/amd64_xen_pv/contrib/byacc/VERSION projects/amd64_xen_pv/contrib/byacc/defs.h projects/amd64_xen_pv/contrib/byacc/lr0.c projects/amd64_xen_pv/contrib/byacc/main.c projects/amd64_xen_pv/contrib/byacc/mkpar.c projects/amd64_xen_pv/contrib/byacc/output.c projects/amd64_xen_pv/contrib/byacc/package/byacc.spec projects/amd64_xen_pv/contrib/byacc/package/debian/changelog projects/amd64_xen_pv/contrib/byacc/reader.c projects/amd64_xen_pv/contrib/byacc/symtab.c projects/amd64_xen_pv/contrib/byacc/verbose.c projects/amd64_xen_pv/contrib/bzip2/FREEBSD-Xlist projects/amd64_xen_pv/contrib/compiler-rt/LICENSE.TXT projects/amd64_xen_pv/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S projects/amd64_xen_pv/contrib/compiler-rt/lib/arm/divsi3.S projects/amd64_xen_pv/contrib/compiler-rt/lib/arm/udivsi3.S projects/amd64_xen_pv/contrib/compiler-rt/lib/cmpdi2.c projects/amd64_xen_pv/contrib/compiler-rt/lib/fixsfdi.c projects/amd64_xen_pv/contrib/compiler-rt/lib/int_endianness.h projects/amd64_xen_pv/contrib/compiler-rt/lib/int_lib.h projects/amd64_xen_pv/contrib/compiler-rt/lib/ucmpdi2.c projects/amd64_xen_pv/contrib/cvs/diff/Makefile.in projects/amd64_xen_pv/contrib/cvs/lib/Makefile.in projects/amd64_xen_pv/contrib/dtc/Makefile projects/amd64_xen_pv/contrib/expat/Changes (contents, props changed) projects/amd64_xen_pv/contrib/expat/MANIFEST (contents, props changed) projects/amd64_xen_pv/contrib/expat/Makefile.in (contents, props changed) projects/amd64_xen_pv/contrib/expat/README (contents, props changed) projects/amd64_xen_pv/contrib/expat/configure.in (contents, props changed) projects/amd64_xen_pv/contrib/expat/doc/reference.html (contents, props changed) projects/amd64_xen_pv/contrib/expat/doc/xmlwf.sgml (contents, props changed) projects/amd64_xen_pv/contrib/expat/expat_config.h.in (contents, props changed) projects/amd64_xen_pv/contrib/expat/lib/expat.h (contents, props changed) projects/amd64_xen_pv/contrib/expat/lib/xmlparse.c (contents, props changed) projects/amd64_xen_pv/contrib/expat/lib/xmlrole.c (contents, props changed) projects/amd64_xen_pv/contrib/expat/lib/xmltok.c (contents, props changed) projects/amd64_xen_pv/contrib/expat/lib/xmltok_impl.c (contents, props changed) projects/amd64_xen_pv/contrib/expat/tests/README.txt (contents, props changed) projects/amd64_xen_pv/contrib/expat/tests/minicheck.h (contents, props changed) projects/amd64_xen_pv/contrib/expat/tests/runtests.c (contents, props changed) projects/amd64_xen_pv/contrib/expat/tests/xmltest.sh (contents, props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/readfilemap.c (contents, props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlwf.c (contents, props changed) projects/amd64_xen_pv/contrib/file/Magdir/lua projects/amd64_xen_pv/contrib/gcc/Makefile.in projects/amd64_xen_pv/contrib/gcc/config/arm/arm.h projects/amd64_xen_pv/contrib/gcc/config/arm/freebsd.h projects/amd64_xen_pv/contrib/gcc/config/arm/unwind-arm.h projects/amd64_xen_pv/contrib/gcc/config/i386/xmmintrin.h projects/amd64_xen_pv/contrib/gcc/dwarf2out.c projects/amd64_xen_pv/contrib/gcc/longlong.h projects/amd64_xen_pv/contrib/gcc/unwind-dw2.c projects/amd64_xen_pv/contrib/gcclibs/libcpp/Makefile.in projects/amd64_xen_pv/contrib/gcclibs/libdecnumber/Makefile.in projects/amd64_xen_pv/contrib/gcclibs/libiberty/Makefile.in projects/amd64_xen_pv/contrib/gdb/gdb/c-valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/cp-valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/dwarf2loc.c projects/amd64_xen_pv/contrib/gdb/gdb/dwarf2read.c projects/amd64_xen_pv/contrib/gdb/gdb/f-valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/frame.c projects/amd64_xen_pv/contrib/gdb/gdb/gdbtypes.c projects/amd64_xen_pv/contrib/gdb/gdb/gdbtypes.h projects/amd64_xen_pv/contrib/gdb/gdb/hpread.c projects/amd64_xen_pv/contrib/gdb/gdb/jv-valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/osabi.c projects/amd64_xen_pv/contrib/gdb/gdb/p-valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/parse.c projects/amd64_xen_pv/contrib/gdb/gdb/scm-valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/stabsread.c projects/amd64_xen_pv/contrib/gdb/gdb/stack.c projects/amd64_xen_pv/contrib/gdb/gdb/valprint.c projects/amd64_xen_pv/contrib/gdb/gdb/value.h projects/amd64_xen_pv/contrib/gdb/gdb/varobj.c projects/amd64_xen_pv/contrib/gdtoa/makefile projects/amd64_xen_pv/contrib/gperf/lib/Makefile.in projects/amd64_xen_pv/contrib/groff/tmac/doc-syms projects/amd64_xen_pv/contrib/ipfilter/ipsend/44arp.c projects/amd64_xen_pv/contrib/jemalloc/COPYING projects/amd64_xen_pv/contrib/jemalloc/ChangeLog projects/amd64_xen_pv/contrib/jemalloc/FREEBSD-diffs projects/amd64_xen_pv/contrib/jemalloc/FREEBSD-upgrade projects/amd64_xen_pv/contrib/jemalloc/VERSION projects/amd64_xen_pv/contrib/jemalloc/doc/jemalloc.3 projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/arena.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/chunk.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/chunk_dss.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/chunk_mmap.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/ckh.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/ctl.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/extent.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/hash.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/huge.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/private_namespace.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/prof.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/rtree.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/internal/tcache.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/jemalloc.h projects/amd64_xen_pv/contrib/jemalloc/include/jemalloc/jemalloc_defs.h projects/amd64_xen_pv/contrib/jemalloc/src/arena.c projects/amd64_xen_pv/contrib/jemalloc/src/base.c projects/amd64_xen_pv/contrib/jemalloc/src/chunk.c projects/amd64_xen_pv/contrib/jemalloc/src/chunk_dss.c projects/amd64_xen_pv/contrib/jemalloc/src/chunk_mmap.c projects/amd64_xen_pv/contrib/jemalloc/src/ckh.c projects/amd64_xen_pv/contrib/jemalloc/src/ctl.c projects/amd64_xen_pv/contrib/jemalloc/src/huge.c projects/amd64_xen_pv/contrib/jemalloc/src/jemalloc.c projects/amd64_xen_pv/contrib/jemalloc/src/mutex.c projects/amd64_xen_pv/contrib/jemalloc/src/prof.c projects/amd64_xen_pv/contrib/jemalloc/src/rtree.c projects/amd64_xen_pv/contrib/jemalloc/src/stats.c projects/amd64_xen_pv/contrib/jemalloc/src/tcache.c projects/amd64_xen_pv/contrib/jemalloc/src/util.c projects/amd64_xen_pv/contrib/less/NEWS projects/amd64_xen_pv/contrib/less/README projects/amd64_xen_pv/contrib/less/configure projects/amd64_xen_pv/contrib/less/configure.ac projects/amd64_xen_pv/contrib/less/defines.ds projects/amd64_xen_pv/contrib/less/defines.h.in projects/amd64_xen_pv/contrib/less/defines.o2 projects/amd64_xen_pv/contrib/less/defines.o9 projects/amd64_xen_pv/contrib/less/defines.wn projects/amd64_xen_pv/contrib/less/less.man projects/amd64_xen_pv/contrib/less/less.nro projects/amd64_xen_pv/contrib/less/lessecho.man projects/amd64_xen_pv/contrib/less/lessecho.nro projects/amd64_xen_pv/contrib/less/lesskey.man projects/amd64_xen_pv/contrib/less/lesskey.nro projects/amd64_xen_pv/contrib/less/option.c projects/amd64_xen_pv/contrib/less/output.c projects/amd64_xen_pv/contrib/less/position.c projects/amd64_xen_pv/contrib/less/screen.c projects/amd64_xen_pv/contrib/less/version.c projects/amd64_xen_pv/contrib/libarchive/NEWS projects/amd64_xen_pv/contrib/libarchive/README projects/amd64_xen_pv/contrib/libarchive/cpio/bsdcpio.1 projects/amd64_xen_pv/contrib/libarchive/cpio/cmdline.c projects/amd64_xen_pv/contrib/libarchive/cpio/cpio.c projects/amd64_xen_pv/contrib/libarchive/cpio/cpio.h projects/amd64_xen_pv/contrib/libarchive/cpio/test/main.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test.h projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_basic.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_format_newc.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_y.c projects/amd64_xen_pv/contrib/libarchive/cpio/test/test_option_z.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive.h projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_crypto.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_entry.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_entry.h projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_entry_link_resolver.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_getdate.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_match.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_options.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_ppmd7.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_private.h projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_rb.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_disk_entry_from_file.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_disk_posix.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_extract.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_open_fd.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_open_file.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_open_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_private.h projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_all.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_bzip2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_compress.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_gzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_program.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_rpm.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_uu.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_filter_xz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_7zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_ar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_cab.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_cpio.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_iso9660.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_lha.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_mtree.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_rar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_raw.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_tar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_xar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_read_support_format_zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_string.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_util.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_virtual.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_bzip2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_compress.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_gzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_program.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_add_filter_xz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_disk_acl.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_disk_posix.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_free.3 projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_open_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_private.h projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_7zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_ar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_by_name.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_iso9660.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_mtree.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_pax.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_xar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_format_zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/archive_write_set_options.c projects/amd64_xen_pv/contrib/libarchive/libarchive/filter_fork.h projects/amd64_xen_pv/contrib/libarchive/libarchive/libarchive-formats.5 projects/amd64_xen_pv/contrib/libarchive/libarchive/test/main.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test.h projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_acl_freebsd_nfs4.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_acl_freebsd_posix1e.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_acl_nfs4.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_acl_pax.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_acl_posix1e.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_clear_error.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_getdate.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_close_twice.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_close_twice_open_fd.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_close_twice_open_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_set_filter_option.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_set_format_option.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_set_option.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_read_set_options.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_set_error.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_write_set_filter_option.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_write_set_format_option.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_write_set_option.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_archive_write_set_options.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_bzip2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_cpio.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_gtar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_gzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_lzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_lzma.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_mac.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_tar_hardlink.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_xz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_compat_zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_empty_write.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_entry.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_filter_count.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_fuzz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_open_failure.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_open_fd.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_open_file.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_open_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_pax_filename_encoding.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_data_large.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_disk.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_extract.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_7zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_ar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cab.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cab_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_afio.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_Z.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_be.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_bz2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_gz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_lzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_lzma.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_xz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_odc.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_bzip2_rpm.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_gzip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_gzip_rpm.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4c_Z.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_gtar_gz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_gtar_lzma.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_iso_Z.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_iso_multi_extent.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_iso_xorriso.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isojoliet_bz2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isojoliet_long.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isojoliet_rr.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isojoliet_versioned.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isorr_bz2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isorr_ce.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isorr_new_bz2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isorr_rr_moved.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_isozisofs_bz2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_lha.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_lha_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_mtree.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_pax_bz2.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_rar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_tar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_tar_empty_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_tbz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_tgz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_tlz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_txz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_tz.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_xar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_format_zip_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_pax_truncated.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_truncated.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_read_truncated_filter.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_sparse_basic.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_tar_filenames.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_ustar_filenames.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_disk_sparse.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_7zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_ar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_cpio.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_cpio_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_cpio_newc.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_cpio_odc.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_gnutar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_iso9660.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_iso9660_boot.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_iso9660_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_iso9660_filename.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_iso9660_zisofs.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_mtree_fflags.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_pax.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_shar_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_tar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_tar_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_tar_sparse.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_tar_ustar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_xar.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_xar_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_zip.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_zip_empty.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_format_zip_no_compression.c projects/amd64_xen_pv/contrib/libarchive/libarchive/test/test_write_open_memory.c projects/amd64_xen_pv/contrib/libarchive/tar/bsdtar.1 projects/amd64_xen_pv/contrib/libarchive/tar/bsdtar.c projects/amd64_xen_pv/contrib/libarchive/tar/bsdtar.h projects/amd64_xen_pv/contrib/libarchive/tar/cmdline.c projects/amd64_xen_pv/contrib/libarchive/tar/read.c projects/amd64_xen_pv/contrib/libarchive/tar/subst.c projects/amd64_xen_pv/contrib/libarchive/tar/test/main.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test.h projects/amd64_xen_pv/contrib/libarchive/tar/test/test_copy.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_newer_than.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_option_r.c projects/amd64_xen_pv/contrib/libarchive/tar/test/test_stdio.c projects/amd64_xen_pv/contrib/libarchive/tar/util.c projects/amd64_xen_pv/contrib/libarchive/tar/write.c projects/amd64_xen_pv/contrib/libc++/include/__bit_reference projects/amd64_xen_pv/contrib/libc++/include/__config projects/amd64_xen_pv/contrib/libc++/include/__functional_base projects/amd64_xen_pv/contrib/libc++/include/__functional_base_03 projects/amd64_xen_pv/contrib/libc++/include/__hash_table projects/amd64_xen_pv/contrib/libc++/include/__locale projects/amd64_xen_pv/contrib/libc++/include/__mutex_base projects/amd64_xen_pv/contrib/libc++/include/__tree projects/amd64_xen_pv/contrib/libc++/include/__tuple projects/amd64_xen_pv/contrib/libc++/include/__undef_min_max projects/amd64_xen_pv/contrib/libc++/include/algorithm projects/amd64_xen_pv/contrib/libc++/include/array projects/amd64_xen_pv/contrib/libc++/include/atomic projects/amd64_xen_pv/contrib/libc++/include/bitset projects/amd64_xen_pv/contrib/libc++/include/chrono projects/amd64_xen_pv/contrib/libc++/include/cmath projects/amd64_xen_pv/contrib/libc++/include/complex projects/amd64_xen_pv/contrib/libc++/include/condition_variable projects/amd64_xen_pv/contrib/libc++/include/cstddef projects/amd64_xen_pv/contrib/libc++/include/cstdio projects/amd64_xen_pv/contrib/libc++/include/cstdlib projects/amd64_xen_pv/contrib/libc++/include/cwchar projects/amd64_xen_pv/contrib/libc++/include/deque projects/amd64_xen_pv/contrib/libc++/include/exception projects/amd64_xen_pv/contrib/libc++/include/ext/__hash projects/amd64_xen_pv/contrib/libc++/include/forward_list projects/amd64_xen_pv/contrib/libc++/include/fstream projects/amd64_xen_pv/contrib/libc++/include/functional projects/amd64_xen_pv/contrib/libc++/include/future projects/amd64_xen_pv/contrib/libc++/include/ios projects/amd64_xen_pv/contrib/libc++/include/iosfwd projects/amd64_xen_pv/contrib/libc++/include/istream projects/amd64_xen_pv/contrib/libc++/include/iterator projects/amd64_xen_pv/contrib/libc++/include/limits projects/amd64_xen_pv/contrib/libc++/include/list projects/amd64_xen_pv/contrib/libc++/include/locale projects/amd64_xen_pv/contrib/libc++/include/map projects/amd64_xen_pv/contrib/libc++/include/memory projects/amd64_xen_pv/contrib/libc++/include/mutex projects/amd64_xen_pv/contrib/libc++/include/new projects/amd64_xen_pv/contrib/libc++/include/ostream projects/amd64_xen_pv/contrib/libc++/include/queue projects/amd64_xen_pv/contrib/libc++/include/random projects/amd64_xen_pv/contrib/libc++/include/regex projects/amd64_xen_pv/contrib/libc++/include/stack projects/amd64_xen_pv/contrib/libc++/include/streambuf projects/amd64_xen_pv/contrib/libc++/include/string projects/amd64_xen_pv/contrib/libc++/include/system_error projects/amd64_xen_pv/contrib/libc++/include/thread projects/amd64_xen_pv/contrib/libc++/include/tuple projects/amd64_xen_pv/contrib/libc++/include/type_traits projects/amd64_xen_pv/contrib/libc++/include/unordered_map projects/amd64_xen_pv/contrib/libc++/include/utility projects/amd64_xen_pv/contrib/libc++/include/valarray projects/amd64_xen_pv/contrib/libc++/include/vector projects/amd64_xen_pv/contrib/libc++/src/chrono.cpp projects/amd64_xen_pv/contrib/libc++/src/condition_variable.cpp projects/amd64_xen_pv/contrib/libc++/src/debug.cpp projects/amd64_xen_pv/contrib/libc++/src/exception.cpp projects/amd64_xen_pv/contrib/libc++/src/future.cpp projects/amd64_xen_pv/contrib/libc++/src/hash.cpp projects/amd64_xen_pv/contrib/libc++/src/ios.cpp projects/amd64_xen_pv/contrib/libc++/src/iostream.cpp projects/amd64_xen_pv/contrib/libc++/src/locale.cpp projects/amd64_xen_pv/contrib/libc++/src/memory.cpp projects/amd64_xen_pv/contrib/libc++/src/mutex.cpp projects/amd64_xen_pv/contrib/libc++/src/new.cpp projects/amd64_xen_pv/contrib/libc++/src/random.cpp projects/amd64_xen_pv/contrib/libc++/src/stdexcept.cpp projects/amd64_xen_pv/contrib/libc++/src/string.cpp projects/amd64_xen_pv/contrib/libc++/src/thread.cpp projects/amd64_xen_pv/contrib/libc++/src/typeinfo.cpp projects/amd64_xen_pv/contrib/libcxxrt/exception.cc projects/amd64_xen_pv/contrib/libcxxrt/memory.cc projects/amd64_xen_pv/contrib/libcxxrt/typeinfo.h projects/amd64_xen_pv/contrib/libpcap/CHANGES projects/amd64_xen_pv/contrib/libpcap/CREDITS projects/amd64_xen_pv/contrib/libpcap/Makefile.in projects/amd64_xen_pv/contrib/libpcap/VERSION projects/amd64_xen_pv/contrib/libpcap/config.h.in projects/amd64_xen_pv/contrib/libpcap/configure projects/amd64_xen_pv/contrib/libpcap/configure.in (contents, props changed) projects/amd64_xen_pv/contrib/libpcap/gencode.c projects/amd64_xen_pv/contrib/libpcap/gencode.h projects/amd64_xen_pv/contrib/libpcap/optimize.c projects/amd64_xen_pv/contrib/libpcap/packaging/pcap.spec.in projects/amd64_xen_pv/contrib/libpcap/pcap-bpf.c projects/amd64_xen_pv/contrib/libpcap/pcap-common.c projects/amd64_xen_pv/contrib/libpcap/pcap-linux.c projects/amd64_xen_pv/contrib/libpcap/pcap-netfilter-linux.c projects/amd64_xen_pv/contrib/libpcap/pcap-snoop.c projects/amd64_xen_pv/contrib/libpcap/pcap.c projects/amd64_xen_pv/contrib/libpcap/pcap/bpf.h projects/amd64_xen_pv/contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h projects/amd64_xen_pv/contrib/libstdc++/include/bits/fstream.tcc projects/amd64_xen_pv/contrib/libstdc++/include/bits/locale_facets.h projects/amd64_xen_pv/contrib/libstdc++/include/bits/locale_facets.tcc projects/amd64_xen_pv/contrib/libstdc++/include/bits/streambuf_iterator.h projects/amd64_xen_pv/contrib/libstdc++/include/debug/safe_iterator.tcc projects/amd64_xen_pv/contrib/libstdc++/include/ext/ropeimpl.h projects/amd64_xen_pv/contrib/libstdc++/include/std/std_limits.h projects/amd64_xen_pv/contrib/libstdc++/include/std/std_sstream.h projects/amd64_xen_pv/contrib/libstdc++/libsupc++/tinfo.cc projects/amd64_xen_pv/contrib/libstdc++/libsupc++/unwind-cxx.h projects/amd64_xen_pv/contrib/libstdc++/src/locale.cc projects/amd64_xen_pv/contrib/libstdc++/src/strstream.cc projects/amd64_xen_pv/contrib/libstdc++/src/tree.cc projects/amd64_xen_pv/contrib/llvm/include/llvm-c/Core.h projects/amd64_xen_pv/contrib/llvm/include/llvm-c/Disassembler.h projects/amd64_xen_pv/contrib/llvm/include/llvm-c/Target.h projects/amd64_xen_pv/contrib/llvm/include/llvm-c/TargetMachine.h projects/amd64_xen_pv/contrib/llvm/include/llvm-c/Transforms/Vectorize.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/APFloat.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/APInt.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ArrayRef.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/BitVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/DenseMap.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/DenseMapInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/FoldingSet.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/Hashing.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ImmutableList.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ImmutableMap.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ImmutableSet.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/Optional.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/OwningPtr.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/PackedVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/PointerIntPair.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ScopedHashTable.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SetVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SmallBitVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SmallPtrSet.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SmallString.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SmallVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SparseBitVector.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/SparseSet.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/StringExtras.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/StringRef.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/StringSet.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/Triple.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/Twine.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ValueMap.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ADT/ilist.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/CallGraph.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/CaptureTracking.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/CodeMetrics.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ConstantFolding.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/Dominators.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/IVUsers.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/InlineCost.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/IntervalPartition.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/Loads.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/LoopInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/PHITransAddr.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/Passes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ProfileInfoTypes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/RegionInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/SparsePropagation.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Analysis/ValueTracking.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Argument.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Attributes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/BasicBlock.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Bitcode/Archive.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CallingConv.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/FastISel.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/GCMetadata.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/LiveInterval.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/LiveVariables.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineFunction.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineInstr.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineInstrBundle.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineOperand.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineSSAUpdater.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/PBQP/HeuristicBase.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/Passes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/RegisterClassInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/SchedulerRegistry.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/ValueTypes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/CodeGen/ValueTypes.td projects/amd64_xen_pv/contrib/llvm/include/llvm/Constant.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Constants.h projects/amd64_xen_pv/contrib/llvm/include/llvm/DIBuilder.h projects/amd64_xen_pv/contrib/llvm/include/llvm/DebugInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/DebugInfo/DIContext.h projects/amd64_xen_pv/contrib/llvm/include/llvm/DefaultPasses.h projects/amd64_xen_pv/contrib/llvm/include/llvm/DerivedTypes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h projects/amd64_xen_pv/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Function.h projects/amd64_xen_pv/contrib/llvm/include/llvm/GlobalAlias.h projects/amd64_xen_pv/contrib/llvm/include/llvm/GlobalValue.h projects/amd64_xen_pv/contrib/llvm/include/llvm/GlobalVariable.h projects/amd64_xen_pv/contrib/llvm/include/llvm/IRBuilder.h projects/amd64_xen_pv/contrib/llvm/include/llvm/InitializePasses.h projects/amd64_xen_pv/contrib/llvm/include/llvm/InlineAsm.h projects/amd64_xen_pv/contrib/llvm/include/llvm/InstrTypes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Instruction.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Instructions.h projects/amd64_xen_pv/contrib/llvm/include/llvm/IntrinsicInst.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Intrinsics.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Intrinsics.td projects/amd64_xen_pv/contrib/llvm/include/llvm/IntrinsicsARM.td projects/amd64_xen_pv/contrib/llvm/include/llvm/IntrinsicsMips.td projects/amd64_xen_pv/contrib/llvm/include/llvm/IntrinsicsX86.td projects/amd64_xen_pv/contrib/llvm/include/llvm/LLVMContext.h projects/amd64_xen_pv/contrib/llvm/include/llvm/LinkAllPasses.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCAsmBackend.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCAsmInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCAssembler.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCCodeEmitter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCContext.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCDwarf.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCExpr.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCInst.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCInstPrinter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCInstrDesc.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCLabel.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCObjectStreamer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCObjectWriter.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSchedule.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSection.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSectionCOFF.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSectionELF.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSectionMachO.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCStreamer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCSymbol.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCTargetAsmLexer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/MCValue.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MC/SubtargetFeature.h projects/amd64_xen_pv/contrib/llvm/include/llvm/MDBuilder.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Metadata.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/Archive.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/Binary.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/COFF.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/ELF.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/MachO.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/MachOFormat.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Object/ObjectFile.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Operator.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Pass.h projects/amd64_xen_pv/contrib/llvm/include/llvm/PassAnalysisSupport.h projects/amd64_xen_pv/contrib/llvm/include/llvm/PassSupport.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/AlignOf.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Allocator.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/CallSite.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Casting.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/CommandLine.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Compiler.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/DataExtractor.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/ELF.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/FileOutputBuffer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/FileSystem.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Format.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/FormattedStream.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/GCOV.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/InstVisitor.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/IntegersSubset.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/IntegersSubsetMapping.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/LEB128.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/LockFileManager.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/MathExtras.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Memory.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/MemoryBuffer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Mutex.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/MutexGuard.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/PathV1.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/PathV2.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/PrettyStackTrace.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Program.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/RWMutex.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Regex.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Registry.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/SourceMgr.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/StreamableMemoryObject.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/TargetFolder.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/TargetRegistry.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Threading.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/TimeValue.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/Timer.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/ValueHandle.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/YAMLParser.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/circular_raw_ostream.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/raw_os_ostream.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/raw_ostream.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/system_error.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Support/type_traits.h projects/amd64_xen_pv/contrib/llvm/include/llvm/SymbolTableListTraits.h projects/amd64_xen_pv/contrib/llvm/include/llvm/TableGen/Error.h projects/amd64_xen_pv/contrib/llvm/include/llvm/TableGen/Main.h projects/amd64_xen_pv/contrib/llvm/include/llvm/TableGen/Record.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/Mangler.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/Target.td projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetCallingConv.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetInstrInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetLowering.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetMachine.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetOpcodes.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetOptions.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetSchedule.td projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/IPO.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/IPO/InlinerPass.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Instrumentation.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Scalar.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/Local.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Transforms/Vectorize.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Type.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Use.h projects/amd64_xen_pv/contrib/llvm/include/llvm/User.h projects/amd64_xen_pv/contrib/llvm/include/llvm/Value.h projects/amd64_xen_pv/contrib/llvm/lib/Analysis/AliasAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/AliasSetTracker.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/Analysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/CaptureTracking.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/CodeMetrics.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ConstantFolding.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/DominanceFrontier.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/IPA/GlobalsModRef.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/IVUsers.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/InlineCost.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/InstructionSimplify.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/LazyValueInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/Lint.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/Loads.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/LoopInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/PHITransAddr.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ProfileEstimatorPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ProfileInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/RegionInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/RegionPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ScalarEvolution.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/Trace.cpp projects/amd64_xen_pv/contrib/llvm/lib/Analysis/ValueTracking.cpp projects/amd64_xen_pv/contrib/llvm/lib/Archive/ArchiveInternals.h projects/amd64_xen_pv/contrib/llvm/lib/Archive/ArchiveReader.cpp projects/amd64_xen_pv/contrib/llvm/lib/AsmParser/LLLexer.cpp projects/amd64_xen_pv/contrib/llvm/lib/AsmParser/LLParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/AsmParser/LLParser.h projects/amd64_xen_pv/contrib/llvm/lib/AsmParser/LLToken.h projects/amd64_xen_pv/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp projects/amd64_xen_pv/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h projects/amd64_xen_pv/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AllocationOrder.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/Analysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/BranchFolding.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/CallingConvLower.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/CodeGen.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/CodePlacementOpt.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/GCStrategy.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/IfConversion.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/InlineSpiller.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveInterval.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveRegMatrix.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/LiveVariables.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineCSE.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineFunction.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineInstr.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineLICM.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineScheduler.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineSink.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineTraceMetrics.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/MachineVerifier.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/Passes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegAllocFast.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegisterClassInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegisterCoalescer.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegisterPressure.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeOrdering.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/ShrinkWrapping.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SlotIndexes.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/SplitKit.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/StackProtector.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/StrongPHIElimination.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/TailDuplication.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/VirtRegMap.cpp projects/amd64_xen_pv/contrib/llvm/lib/CodeGen/VirtRegMap.h projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DIContext.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.h projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFContext.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFContext.h projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.h projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugLine.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFDebugLine.h projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFFormValue.cpp projects/amd64_xen_pv/contrib/llvm/lib/DebugInfo/DWARFFormValue.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h projects/amd64_xen_pv/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/ELFObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCAsmBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCAsmInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCAsmStreamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCAssembler.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCContext.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCDisassembler/EDDisassembler.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCDwarf.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCELFStreamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCExpr.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCInst.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCInstPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCLabel.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCMachOStreamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCObjectFileInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCObjectStreamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCParser/AsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCStreamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCSubtargetInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCSymbol.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MCValue.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/MachObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/SubtargetFeature.cpp projects/amd64_xen_pv/contrib/llvm/lib/MC/WinCOFFStreamer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Object/COFFObjectFile.cpp projects/amd64_xen_pv/contrib/llvm/lib/Object/MachOObjectFile.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/APFloat.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/Atomic.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/CommandLine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/DataExtractor.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/DataStream.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/DynamicLibrary.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/Errno.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/FoldingSet.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/Host.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/LockFileManager.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/Memory.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/MemoryBuffer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/SmallVector.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/StreamableMemoryObject.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/StringMap.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/StringRef.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/Triple.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/Unix/Memory.inc projects/amd64_xen_pv/contrib/llvm/lib/Support/Unix/Path.inc projects/amd64_xen_pv/contrib/llvm/lib/Support/Unix/Signals.inc projects/amd64_xen_pv/contrib/llvm/lib/Support/Windows/Memory.inc projects/amd64_xen_pv/contrib/llvm/lib/Support/Windows/PathV2.inc projects/amd64_xen_pv/contrib/llvm/lib/Support/YAMLParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/raw_ostream.cpp projects/amd64_xen_pv/contrib/llvm/lib/Support/regexec.c projects/amd64_xen_pv/contrib/llvm/lib/Support/system_error.cpp projects/amd64_xen_pv/contrib/llvm/lib/TableGen/Error.cpp projects/amd64_xen_pv/contrib/llvm/lib/TableGen/Main.cpp projects/amd64_xen_pv/contrib/llvm/lib/TableGen/Record.cpp projects/amd64_xen_pv/contrib/llvm/lib/TableGen/TGParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/TableGen/TGParser.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARM.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARM.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMCallingConv.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMISelLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMJITInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMSchedule.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMSubtarget.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/CellSPU/SPUAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/CellSPU/SPUFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/CellSPU/SPUSubtarget.h projects/amd64_xen_pv/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/CppBackend/CPPTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonSchedule.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV4.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonVarargsCallingConvention.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mangler.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsCallingConv.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsISelLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsJITInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsJITInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsSubtarget.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTX.td projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPC.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCSchedule440.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleA2.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleG3.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCScheduleG5.td projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/Target.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetLibraryInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetMachineC.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/TargetRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86AsmPrinter.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86CallingConv.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86FastISel.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86ISelLowering.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrCompiler.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrControl.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrFMA.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrFormats.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrMMX.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrSSE.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86InstrXOP.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86JITInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86RegisterInfo.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86RegisterInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86Subtarget.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86Subtarget.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86TargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp projects/amd64_xen_pv/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/IPO.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/Inliner.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/Internalize.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h projects/amd64_xen_pv/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.h projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/DCE.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/GVN.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/GlobalMerge.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LICM.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/ObjCARC.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/Local.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/Utils.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp projects/amd64_xen_pv/contrib/llvm/lib/Transforms/Vectorize/Vectorize.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/AsmWriter.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Attributes.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/AutoUpgrade.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/ConstantFold.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Constants.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/ConstantsContext.h projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Core.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/DIBuilder.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/DebugInfo.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Dominators.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Function.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/GCOV.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/IRBuilder.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/InlineAsm.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Instructions.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/LLVMContext.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/LLVMContextImpl.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/LLVMContextImpl.h projects/amd64_xen_pv/contrib/llvm/lib/VMCore/PassManager.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Type.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/User.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Value.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/ValueTypes.cpp projects/amd64_xen_pv/contrib/llvm/lib/VMCore/Verifier.cpp projects/amd64_xen_pv/contrib/llvm/tools/bugpoint/ExtractFunction.cpp projects/amd64_xen_pv/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang-c/Index.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/Attr.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/BuiltinTypes.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CharUnits.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/Comment.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentBriefParser.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentParser.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/Decl.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/Expr.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/SelectorLocationsKind.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/Stmt.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/Type.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/Attr.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsMips.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/ConvertUTF.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/Module.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/OnDiskHashTable.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Action.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Arg.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/ArgList.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Driver.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Job.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/OptParser.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/OptTable.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Option.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Options.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Options.td projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Tool.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Driver/Types.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/LangStandard.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/LogDiagnosticPrinter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/Token.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Parse/Parser.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/LocInfoType.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/Overload.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/ParsedTemplate.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/Scope.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/Sema.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/SemaConsumer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/Template.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/Module.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h projects/amd64_xen_pv/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ARCMigrate/Internals.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ASTConsumer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/Comment.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CommentCommandTraits.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CommentDumper.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CommentParser.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/Decl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/DumpXML.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/Expr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/Stmt.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/StmtDumper.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/Type.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/ScanfFormatString.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/ConvertUTF.c projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/ConvertUTFWrapper.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/Module.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/Targets.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Basic/Version.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGRTTI.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Arg.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/ArgList.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/CC1AsOptions.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Driver.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/DriverOptions.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/OptTable.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Option.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/ToolChains.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Tools.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Tools.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/Types.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Driver/WindowsToolChain.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/DependencyGraph.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Frontend/Warnings.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/altivec.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/cpuid.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/immintrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/module.map projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/unwind.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/x86intrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParsePragma.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/Parser.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/DelayedDiagnostic.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/Sema.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/Module.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AttrNonNullChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.h projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/tools/driver/driver.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/OptParserEmitter.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp projects/amd64_xen_pv/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h projects/amd64_xen_pv/contrib/llvm/tools/llc/llc.cpp projects/amd64_xen_pv/contrib/llvm/tools/lli/lli.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-ar/llvm-ar.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-extract/llvm-extract.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-mc/llvm-mc.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-nm/llvm-nm.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-ranlib/llvm-ranlib.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp projects/amd64_xen_pv/contrib/llvm/tools/llvm-stress/llvm-stress.cpp projects/amd64_xen_pv/contrib/llvm/tools/opt/opt.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/AsmWriterInst.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenInstruction.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenRegisters.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenSchedule.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenTarget.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/CodeGenTarget.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/DAGISelMatcher.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/DFAPacketizerEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/EDEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/FastISelEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/PseudoLoweringEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/SequenceToOffsetTable.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/SetTheory.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/SetTheory.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/TGValueTypes.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/TableGen.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/TableGenBackends.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/X86ModRMFilters.h projects/amd64_xen_pv/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp projects/amd64_xen_pv/contrib/llvm/utils/TableGen/X86RecognizableInstr.h projects/amd64_xen_pv/contrib/netcat/FREEBSD-vendor projects/amd64_xen_pv/contrib/netcat/nc.1 projects/amd64_xen_pv/contrib/netcat/netcat.c projects/amd64_xen_pv/contrib/netcat/socks.c projects/amd64_xen_pv/contrib/ntp/arlib/Makefile.in projects/amd64_xen_pv/contrib/ntp/libntp/Makefile.in projects/amd64_xen_pv/contrib/ntp/libparse/Makefile.in projects/amd64_xen_pv/contrib/ntp/ntpd/Makefile.in projects/amd64_xen_pv/contrib/nvi/ex/ex_txt.c projects/amd64_xen_pv/contrib/nvi/vi/v_txt.c projects/amd64_xen_pv/contrib/one-true-awk/FIXES projects/amd64_xen_pv/contrib/one-true-awk/main.c projects/amd64_xen_pv/contrib/one-true-awk/makefile projects/amd64_xen_pv/contrib/one-true-awk/proto.h projects/amd64_xen_pv/contrib/one-true-awk/run.c projects/amd64_xen_pv/contrib/one-true-awk/tran.c projects/amd64_xen_pv/contrib/openbsm/CREDITS projects/amd64_xen_pv/contrib/openbsm/INSTALL projects/amd64_xen_pv/contrib/openbsm/LICENSE projects/amd64_xen_pv/contrib/openbsm/Makefile.am projects/amd64_xen_pv/contrib/openbsm/Makefile.in projects/amd64_xen_pv/contrib/openbsm/NEWS projects/amd64_xen_pv/contrib/openbsm/README projects/amd64_xen_pv/contrib/openbsm/TODO projects/amd64_xen_pv/contrib/openbsm/VERSION projects/amd64_xen_pv/contrib/openbsm/aclocal.m4 projects/amd64_xen_pv/contrib/openbsm/autogen.sh projects/amd64_xen_pv/contrib/openbsm/bin/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bin/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bin/audit/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bin/audit/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bin/audit/audit.8 projects/amd64_xen_pv/contrib/openbsm/bin/auditd/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bin/auditd/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bin/auditd/auditd.8 projects/amd64_xen_pv/contrib/openbsm/bin/auditd/auditd.c projects/amd64_xen_pv/contrib/openbsm/bin/auditfilterd/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bin/auditfilterd/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bin/auditreduce/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bin/auditreduce/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bin/auditreduce/auditreduce.1 projects/amd64_xen_pv/contrib/openbsm/bin/praudit/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bin/praudit/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bin/praudit/praudit.1 projects/amd64_xen_pv/contrib/openbsm/bin/praudit/praudit.c projects/amd64_xen_pv/contrib/openbsm/bsm/Makefile.am projects/amd64_xen_pv/contrib/openbsm/bsm/Makefile.in projects/amd64_xen_pv/contrib/openbsm/bsm/auditd_lib.h projects/amd64_xen_pv/contrib/openbsm/bsm/libbsm.h projects/amd64_xen_pv/contrib/openbsm/compat/endian.h projects/amd64_xen_pv/contrib/openbsm/config/config.h projects/amd64_xen_pv/contrib/openbsm/config/config.h.in projects/amd64_xen_pv/contrib/openbsm/config/ltmain.sh projects/amd64_xen_pv/contrib/openbsm/configure projects/amd64_xen_pv/contrib/openbsm/configure.ac projects/amd64_xen_pv/contrib/openbsm/etc/audit_control projects/amd64_xen_pv/contrib/openbsm/etc/audit_event projects/amd64_xen_pv/contrib/openbsm/libauditd/Makefile.am projects/amd64_xen_pv/contrib/openbsm/libauditd/Makefile.in projects/amd64_xen_pv/contrib/openbsm/libauditd/auditd_lib.c projects/amd64_xen_pv/contrib/openbsm/libbsm/Makefile.am projects/amd64_xen_pv/contrib/openbsm/libbsm/Makefile.in projects/amd64_xen_pv/contrib/openbsm/libbsm/au_control.3 projects/amd64_xen_pv/contrib/openbsm/libbsm/au_fcntl_cmd.3 projects/amd64_xen_pv/contrib/openbsm/libbsm/au_io.3 projects/amd64_xen_pv/contrib/openbsm/libbsm/audit_submit.3 projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_audit.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_class.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_control.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_errno.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_io.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_token.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_user.c projects/amd64_xen_pv/contrib/openbsm/libbsm/bsm_wrappers.c projects/amd64_xen_pv/contrib/openbsm/man/Makefile.am projects/amd64_xen_pv/contrib/openbsm/man/Makefile.in projects/amd64_xen_pv/contrib/openbsm/man/audit.log.5 projects/amd64_xen_pv/contrib/openbsm/man/audit_control.5 projects/amd64_xen_pv/contrib/openbsm/man/auditon.2 projects/amd64_xen_pv/contrib/openbsm/man/getaudit.2 projects/amd64_xen_pv/contrib/openbsm/man/setaudit.2 projects/amd64_xen_pv/contrib/openbsm/modules/Makefile.am projects/amd64_xen_pv/contrib/openbsm/modules/Makefile.in projects/amd64_xen_pv/contrib/openbsm/modules/auditfilter_noop/Makefile.am projects/amd64_xen_pv/contrib/openbsm/modules/auditfilter_noop/Makefile.in projects/amd64_xen_pv/contrib/openbsm/sys/Makefile.am projects/amd64_xen_pv/contrib/openbsm/sys/Makefile.in projects/amd64_xen_pv/contrib/openbsm/sys/bsm/Makefile.am projects/amd64_xen_pv/contrib/openbsm/sys/bsm/Makefile.in projects/amd64_xen_pv/contrib/openbsm/sys/bsm/audit_errno.h projects/amd64_xen_pv/contrib/openbsm/sys/bsm/audit_internal.h projects/amd64_xen_pv/contrib/openbsm/sys/bsm/audit_kevents.h projects/amd64_xen_pv/contrib/openbsm/sys/bsm/audit_record.h projects/amd64_xen_pv/contrib/openbsm/test/Makefile.am projects/amd64_xen_pv/contrib/openbsm/test/Makefile.in projects/amd64_xen_pv/contrib/openbsm/test/bsm/Makefile.am projects/amd64_xen_pv/contrib/openbsm/test/bsm/Makefile.in projects/amd64_xen_pv/contrib/openbsm/tools/Makefile.am projects/amd64_xen_pv/contrib/openbsm/tools/Makefile.in projects/amd64_xen_pv/contrib/openpam/doc/man/openpam_straddch.3 projects/amd64_xen_pv/contrib/openpam/lib/openpam_readline.c projects/amd64_xen_pv/contrib/openpam/lib/openpam_readword.c projects/amd64_xen_pv/contrib/opie/libmissing/Makefile.in projects/amd64_xen_pv/contrib/opie/libopie/Makefile.in projects/amd64_xen_pv/contrib/opie/opiekey.c projects/amd64_xen_pv/contrib/sendmail/FREEBSD-upgrade projects/amd64_xen_pv/contrib/sendmail/LICENSE projects/amd64_xen_pv/contrib/sendmail/PGPKEYS projects/amd64_xen_pv/contrib/sendmail/RELEASE_NOTES projects/amd64_xen_pv/contrib/sendmail/cf/README projects/amd64_xen_pv/contrib/sendmail/cf/cf/submit.cf projects/amd64_xen_pv/contrib/sendmail/cf/feature/ldap_routing.m4 projects/amd64_xen_pv/contrib/sendmail/cf/m4/proto.m4 projects/amd64_xen_pv/contrib/sendmail/cf/m4/version.m4 projects/amd64_xen_pv/contrib/sendmail/doc/op/op.me projects/amd64_xen_pv/contrib/sendmail/include/libmilter/mfapi.h projects/amd64_xen_pv/contrib/sendmail/include/sm/clock.h projects/amd64_xen_pv/contrib/sendmail/include/sm/tailq.h projects/amd64_xen_pv/contrib/sendmail/libmilter/Makefile.m4 projects/amd64_xen_pv/contrib/sendmail/libmilter/docs/api.html projects/amd64_xen_pv/contrib/sendmail/libmilter/docs/smfi_setsymlist.html projects/amd64_xen_pv/contrib/sendmail/libmilter/docs/smfi_settimeout.html projects/amd64_xen_pv/contrib/sendmail/libmilter/worker.c projects/amd64_xen_pv/contrib/sendmail/src/Makefile.m4 projects/amd64_xen_pv/contrib/sendmail/src/TRACEFLAGS projects/amd64_xen_pv/contrib/sendmail/src/collect.c projects/amd64_xen_pv/contrib/sendmail/src/conf.c projects/amd64_xen_pv/contrib/sendmail/src/daemon.c projects/amd64_xen_pv/contrib/sendmail/src/deliver.c projects/amd64_xen_pv/contrib/sendmail/src/headers.c projects/amd64_xen_pv/contrib/sendmail/src/main.c projects/amd64_xen_pv/contrib/sendmail/src/map.c projects/amd64_xen_pv/contrib/sendmail/src/milter.c projects/amd64_xen_pv/contrib/sendmail/src/parseaddr.c projects/amd64_xen_pv/contrib/sendmail/src/queue.c projects/amd64_xen_pv/contrib/sendmail/src/sasl.c projects/amd64_xen_pv/contrib/sendmail/src/savemail.c projects/amd64_xen_pv/contrib/sendmail/src/sendmail.h projects/amd64_xen_pv/contrib/sendmail/src/srvrsmtp.c projects/amd64_xen_pv/contrib/sendmail/src/stab.c projects/amd64_xen_pv/contrib/sendmail/src/util.c projects/amd64_xen_pv/contrib/sendmail/src/version.c projects/amd64_xen_pv/contrib/tcp_wrappers/Makefile projects/amd64_xen_pv/contrib/tcpdump/CHANGES projects/amd64_xen_pv/contrib/tcpdump/CREDITS projects/amd64_xen_pv/contrib/tcpdump/Makefile.in projects/amd64_xen_pv/contrib/tcpdump/VERSION projects/amd64_xen_pv/contrib/tcpdump/configure projects/amd64_xen_pv/contrib/tcpdump/configure.in (contents, props changed) projects/amd64_xen_pv/contrib/tcpdump/decode_prefix.h projects/amd64_xen_pv/contrib/tcpdump/ethertype.h projects/amd64_xen_pv/contrib/tcpdump/forces.h projects/amd64_xen_pv/contrib/tcpdump/interface.h projects/amd64_xen_pv/contrib/tcpdump/ipproto.c (contents, props changed) projects/amd64_xen_pv/contrib/tcpdump/netdissect.h projects/amd64_xen_pv/contrib/tcpdump/print-802_11.c projects/amd64_xen_pv/contrib/tcpdump/print-bgp.c projects/amd64_xen_pv/contrib/tcpdump/print-ether.c projects/amd64_xen_pv/contrib/tcpdump/print-forces.c projects/amd64_xen_pv/contrib/tcpdump/print-icmp6.c projects/amd64_xen_pv/contrib/tcpdump/print-igmp.c projects/amd64_xen_pv/contrib/tcpdump/print-ip.c projects/amd64_xen_pv/contrib/tcpdump/print-ip6opts.c projects/amd64_xen_pv/contrib/tcpdump/print-ldp.c projects/amd64_xen_pv/contrib/tcpdump/print-lldp.c projects/amd64_xen_pv/contrib/tcpdump/print-lwapp.c projects/amd64_xen_pv/contrib/tcpdump/print-ospf6.c projects/amd64_xen_pv/contrib/tcpdump/print-pim.c projects/amd64_xen_pv/contrib/tcpdump/print-pppoe.c projects/amd64_xen_pv/contrib/tcpdump/print-rrcp.c projects/amd64_xen_pv/contrib/tcpdump/tcpdump.1.in projects/amd64_xen_pv/contrib/tcpdump/tcpdump.c projects/amd64_xen_pv/contrib/telnet/telnetd/state.c projects/amd64_xen_pv/contrib/top/commands.c projects/amd64_xen_pv/contrib/top/top.h projects/amd64_xen_pv/contrib/tzdata/africa projects/amd64_xen_pv/contrib/tzdata/antarctica projects/amd64_xen_pv/contrib/tzdata/asia projects/amd64_xen_pv/contrib/tzdata/australasia projects/amd64_xen_pv/contrib/tzdata/backward projects/amd64_xen_pv/contrib/tzdata/etcetera projects/amd64_xen_pv/contrib/tzdata/europe projects/amd64_xen_pv/contrib/tzdata/factory projects/amd64_xen_pv/contrib/tzdata/leapseconds projects/amd64_xen_pv/contrib/tzdata/northamerica projects/amd64_xen_pv/contrib/tzdata/pacificnew projects/amd64_xen_pv/contrib/tzdata/southamerica projects/amd64_xen_pv/contrib/tzdata/systemv projects/amd64_xen_pv/contrib/tzdata/yearistype.sh projects/amd64_xen_pv/contrib/tzdata/zone.tab projects/amd64_xen_pv/contrib/wpa/src/crypto/md5-internal.c projects/amd64_xen_pv/contrib/wpa/src/eap_server/eap_server_tls_common.c projects/amd64_xen_pv/contrib/xz/AUTHORS projects/amd64_xen_pv/contrib/xz/ChangeLog projects/amd64_xen_pv/contrib/xz/README projects/amd64_xen_pv/contrib/xz/THANKS projects/amd64_xen_pv/contrib/xz/po/de.po projects/amd64_xen_pv/contrib/xz/po/fr.po projects/amd64_xen_pv/contrib/xz/po/it.po projects/amd64_xen_pv/contrib/xz/po/pl.po projects/amd64_xen_pv/contrib/xz/src/common/sysdefs.h projects/amd64_xen_pv/contrib/xz/src/liblzma/api/lzma/version.h projects/amd64_xen_pv/contrib/xz/src/liblzma/simple/simple_coder.c projects/amd64_xen_pv/contrib/xz/src/liblzma/simple/simple_private.h projects/amd64_xen_pv/contrib/xz/src/xz/args.c projects/amd64_xen_pv/contrib/xz/src/xz/coder.c projects/amd64_xen_pv/contrib/xz/src/xz/message.c projects/amd64_xen_pv/contrib/xz/src/xz/xz.1 projects/amd64_xen_pv/crypto/heimdal/appl/ftp/common/Makefile.in projects/amd64_xen_pv/crypto/heimdal/appl/telnet/libtelnet/Makefile.in projects/amd64_xen_pv/crypto/heimdal/kcm/cache.c projects/amd64_xen_pv/crypto/heimdal/lib/sl/slc-lex.l projects/amd64_xen_pv/crypto/openssh/ChangeLog projects/amd64_xen_pv/crypto/openssh/INSTALL projects/amd64_xen_pv/crypto/openssh/PROTOCOL projects/amd64_xen_pv/crypto/openssh/PROTOCOL.agent projects/amd64_xen_pv/crypto/openssh/README projects/amd64_xen_pv/crypto/openssh/auth-options.c projects/amd64_xen_pv/crypto/openssh/auth-rsa.c projects/amd64_xen_pv/crypto/openssh/auth.c projects/amd64_xen_pv/crypto/openssh/auth.h projects/amd64_xen_pv/crypto/openssh/auth1.c projects/amd64_xen_pv/crypto/openssh/auth2-chall.c projects/amd64_xen_pv/crypto/openssh/auth2-gss.c projects/amd64_xen_pv/crypto/openssh/auth2-jpake.c projects/amd64_xen_pv/crypto/openssh/auth2-pubkey.c projects/amd64_xen_pv/crypto/openssh/auth2.c projects/amd64_xen_pv/crypto/openssh/authfile.c projects/amd64_xen_pv/crypto/openssh/channels.c projects/amd64_xen_pv/crypto/openssh/cipher-aes.c projects/amd64_xen_pv/crypto/openssh/cipher-ctr.c projects/amd64_xen_pv/crypto/openssh/cipher.c projects/amd64_xen_pv/crypto/openssh/cipher.h projects/amd64_xen_pv/crypto/openssh/clientloop.c projects/amd64_xen_pv/crypto/openssh/clientloop.h projects/amd64_xen_pv/crypto/openssh/compat.c projects/amd64_xen_pv/crypto/openssh/config.h projects/amd64_xen_pv/crypto/openssh/config.h.in projects/amd64_xen_pv/crypto/openssh/defines.h projects/amd64_xen_pv/crypto/openssh/includes.h projects/amd64_xen_pv/crypto/openssh/kex.c projects/amd64_xen_pv/crypto/openssh/kex.h projects/amd64_xen_pv/crypto/openssh/key.c projects/amd64_xen_pv/crypto/openssh/key.h projects/amd64_xen_pv/crypto/openssh/log.c projects/amd64_xen_pv/crypto/openssh/log.h projects/amd64_xen_pv/crypto/openssh/loginrec.c projects/amd64_xen_pv/crypto/openssh/mac.c projects/amd64_xen_pv/crypto/openssh/moduli projects/amd64_xen_pv/crypto/openssh/moduli.5 projects/amd64_xen_pv/crypto/openssh/monitor.c projects/amd64_xen_pv/crypto/openssh/monitor.h projects/amd64_xen_pv/crypto/openssh/monitor_wrap.c projects/amd64_xen_pv/crypto/openssh/mux.c projects/amd64_xen_pv/crypto/openssh/myproposal.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/bsd-misc.c projects/amd64_xen_pv/crypto/openssh/openbsd-compat/bsd-misc.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/openbsd-compat.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/openssl-compat.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/sys-queue.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/sys-tree.h projects/amd64_xen_pv/crypto/openssh/openbsd-compat/vis.c projects/amd64_xen_pv/crypto/openssh/openbsd-compat/vis.h projects/amd64_xen_pv/crypto/openssh/packet.c projects/amd64_xen_pv/crypto/openssh/platform.c projects/amd64_xen_pv/crypto/openssh/platform.h projects/amd64_xen_pv/crypto/openssh/scp.1 projects/amd64_xen_pv/crypto/openssh/scp.c projects/amd64_xen_pv/crypto/openssh/servconf.c projects/amd64_xen_pv/crypto/openssh/servconf.h projects/amd64_xen_pv/crypto/openssh/serverloop.c projects/amd64_xen_pv/crypto/openssh/session.c projects/amd64_xen_pv/crypto/openssh/sftp-server.8 projects/amd64_xen_pv/crypto/openssh/sftp-server.c projects/amd64_xen_pv/crypto/openssh/sftp.1 projects/amd64_xen_pv/crypto/openssh/sftp.c projects/amd64_xen_pv/crypto/openssh/ssh-add.1 projects/amd64_xen_pv/crypto/openssh/ssh-add.c projects/amd64_xen_pv/crypto/openssh/ssh-gss.h projects/amd64_xen_pv/crypto/openssh/ssh-keygen.1 projects/amd64_xen_pv/crypto/openssh/ssh-keygen.c projects/amd64_xen_pv/crypto/openssh/ssh-keyscan.1 projects/amd64_xen_pv/crypto/openssh/ssh.1 projects/amd64_xen_pv/crypto/openssh/ssh_config projects/amd64_xen_pv/crypto/openssh/ssh_config.5 projects/amd64_xen_pv/crypto/openssh/ssh_namespace.h projects/amd64_xen_pv/crypto/openssh/sshconnect.c projects/amd64_xen_pv/crypto/openssh/sshconnect2.c projects/amd64_xen_pv/crypto/openssh/sshd.8 projects/amd64_xen_pv/crypto/openssh/sshd.c projects/amd64_xen_pv/crypto/openssh/sshd_config projects/amd64_xen_pv/crypto/openssh/sshd_config.5 projects/amd64_xen_pv/crypto/openssh/uidswap.c projects/amd64_xen_pv/crypto/openssh/umac.c projects/amd64_xen_pv/crypto/openssh/umac.h projects/amd64_xen_pv/crypto/openssh/version.h projects/amd64_xen_pv/crypto/openssl/CHANGES projects/amd64_xen_pv/crypto/openssl/Configure projects/amd64_xen_pv/crypto/openssl/FAQ projects/amd64_xen_pv/crypto/openssl/Makefile projects/amd64_xen_pv/crypto/openssl/Makefile.org projects/amd64_xen_pv/crypto/openssl/NEWS projects/amd64_xen_pv/crypto/openssl/PROBLEMS projects/amd64_xen_pv/crypto/openssl/README projects/amd64_xen_pv/crypto/openssl/apps/apps.c projects/amd64_xen_pv/crypto/openssl/apps/ca.c projects/amd64_xen_pv/crypto/openssl/apps/cms.c projects/amd64_xen_pv/crypto/openssl/apps/dgst.c projects/amd64_xen_pv/crypto/openssl/apps/dhparam.c projects/amd64_xen_pv/crypto/openssl/apps/dsaparam.c projects/amd64_xen_pv/crypto/openssl/apps/genrsa.c projects/amd64_xen_pv/crypto/openssl/apps/ocsp.c projects/amd64_xen_pv/crypto/openssl/apps/s_cb.c projects/amd64_xen_pv/crypto/openssl/apps/s_client.c projects/amd64_xen_pv/crypto/openssl/apps/s_server.c projects/amd64_xen_pv/crypto/openssl/apps/speed.c projects/amd64_xen_pv/crypto/openssl/apps/srp.c projects/amd64_xen_pv/crypto/openssl/apps/verify.c projects/amd64_xen_pv/crypto/openssl/apps/x509.c projects/amd64_xen_pv/crypto/openssl/crypto/Makefile projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/aes-mips.pl projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/aes-s390x.pl projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/aes-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/aesni-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/bsaes-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/aes/asm/vpaes-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/asn1/a_strex.c projects/amd64_xen_pv/crypto/openssl/crypto/asn1/a_verify.c projects/amd64_xen_pv/crypto/openssl/crypto/asn1/x_pubkey.c projects/amd64_xen_pv/crypto/openssl/crypto/bio/bss_dgram.c projects/amd64_xen_pv/crypto/openssl/crypto/bn/asm/mips.pl projects/amd64_xen_pv/crypto/openssl/crypto/bn/asm/modexp512-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/bn/asm/x86_64-gf2m.pl projects/amd64_xen_pv/crypto/openssl/crypto/bn/asm/x86_64-mont.pl projects/amd64_xen_pv/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl projects/amd64_xen_pv/crypto/openssl/crypto/bn/bn_div.c projects/amd64_xen_pv/crypto/openssl/crypto/bn/bn_gcd.c projects/amd64_xen_pv/crypto/openssl/crypto/bn/bn_lcl.h projects/amd64_xen_pv/crypto/openssl/crypto/bn/bn_word.c projects/amd64_xen_pv/crypto/openssl/crypto/camellia/asm/cmll-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/cms/cms_cd.c projects/amd64_xen_pv/crypto/openssl/crypto/cms/cms_enc.c projects/amd64_xen_pv/crypto/openssl/crypto/cms/cms_lib.c projects/amd64_xen_pv/crypto/openssl/crypto/conf/conf_mall.c projects/amd64_xen_pv/crypto/openssl/crypto/cryptlib.c projects/amd64_xen_pv/crypto/openssl/crypto/cryptlib.h projects/amd64_xen_pv/crypto/openssl/crypto/crypto.h projects/amd64_xen_pv/crypto/openssl/crypto/des/set_key.c projects/amd64_xen_pv/crypto/openssl/crypto/des/str2key.c projects/amd64_xen_pv/crypto/openssl/crypto/ec/ec.h projects/amd64_xen_pv/crypto/openssl/crypto/ec/ec_key.c projects/amd64_xen_pv/crypto/openssl/crypto/ec/ec_pmeth.c projects/amd64_xen_pv/crypto/openssl/crypto/ec/ecp_mont.c projects/amd64_xen_pv/crypto/openssl/crypto/ec/ectest.c projects/amd64_xen_pv/crypto/openssl/crypto/ecdh/Makefile projects/amd64_xen_pv/crypto/openssl/crypto/ecdh/ech_key.c projects/amd64_xen_pv/crypto/openssl/crypto/ecdh/ech_lib.c projects/amd64_xen_pv/crypto/openssl/crypto/ecdsa/ecs_lib.c projects/amd64_xen_pv/crypto/openssl/crypto/err/err_all.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/Makefile projects/amd64_xen_pv/crypto/openssl/crypto/evp/digest.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/e_aes.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/evp.h projects/amd64_xen_pv/crypto/openssl/crypto/evp/evp_err.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/m_dss.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/m_dss1.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/m_sha1.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/p_sign.c projects/amd64_xen_pv/crypto/openssl/crypto/evp/p_verify.c projects/amd64_xen_pv/crypto/openssl/crypto/md4/md4_dgst.c projects/amd64_xen_pv/crypto/openssl/crypto/md4/md4_locl.h projects/amd64_xen_pv/crypto/openssl/crypto/md5/asm/md5-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/md5/md5_locl.h projects/amd64_xen_pv/crypto/openssl/crypto/mdc2/mdc2dgst.c projects/amd64_xen_pv/crypto/openssl/crypto/mem.c projects/amd64_xen_pv/crypto/openssl/crypto/modes/asm/ghash-x86.pl projects/amd64_xen_pv/crypto/openssl/crypto/modes/asm/ghash-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/modes/gcm128.c projects/amd64_xen_pv/crypto/openssl/crypto/objects/o_names.c projects/amd64_xen_pv/crypto/openssl/crypto/ocsp/ocsp_vfy.c projects/amd64_xen_pv/crypto/openssl/crypto/opensslv.h projects/amd64_xen_pv/crypto/openssl/crypto/pem/pem_all.c projects/amd64_xen_pv/crypto/openssl/crypto/pem/pem_lib.c projects/amd64_xen_pv/crypto/openssl/crypto/pem/pem_seal.c projects/amd64_xen_pv/crypto/openssl/crypto/perlasm/cbc.pl projects/amd64_xen_pv/crypto/openssl/crypto/perlasm/x86masm.pl projects/amd64_xen_pv/crypto/openssl/crypto/pkcs12/p12_key.c projects/amd64_xen_pv/crypto/openssl/crypto/pkcs7/bio_pk7.c projects/amd64_xen_pv/crypto/openssl/crypto/ppccap.c projects/amd64_xen_pv/crypto/openssl/crypto/rand/md_rand.c projects/amd64_xen_pv/crypto/openssl/crypto/rand/rand_lib.c projects/amd64_xen_pv/crypto/openssl/crypto/rand/rand_unix.c projects/amd64_xen_pv/crypto/openssl/crypto/rand/randfile.c projects/amd64_xen_pv/crypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/ripemd/rmd_dgst.c projects/amd64_xen_pv/crypto/openssl/crypto/ripemd/rmd_locl.h projects/amd64_xen_pv/crypto/openssl/crypto/rsa/rsa.h projects/amd64_xen_pv/crypto/openssl/crypto/rsa/rsa_eay.c projects/amd64_xen_pv/crypto/openssl/crypto/rsa/rsa_oaep.c projects/amd64_xen_pv/crypto/openssl/crypto/sha/asm/sha1-armv4-large.pl projects/amd64_xen_pv/crypto/openssl/crypto/sha/asm/sha1-ia64.pl projects/amd64_xen_pv/crypto/openssl/crypto/sha/asm/sha1-sparcv9a.pl projects/amd64_xen_pv/crypto/openssl/crypto/sha/asm/sha1-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/sha/asm/sha512-586.pl projects/amd64_xen_pv/crypto/openssl/crypto/sha/asm/sha512-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/sha/sha1_one.c projects/amd64_xen_pv/crypto/openssl/crypto/sha/sha1dgst.c projects/amd64_xen_pv/crypto/openssl/crypto/sha/sha256.c projects/amd64_xen_pv/crypto/openssl/crypto/sha/sha_dgst.c projects/amd64_xen_pv/crypto/openssl/crypto/sha/sha_locl.h projects/amd64_xen_pv/crypto/openssl/crypto/sparccpuid.S projects/amd64_xen_pv/crypto/openssl/crypto/srp/srp_vfy.c projects/amd64_xen_pv/crypto/openssl/crypto/symhacks.h projects/amd64_xen_pv/crypto/openssl/crypto/ui/ui_openssl.c projects/amd64_xen_pv/crypto/openssl/crypto/whrlpool/asm/wp-mmx.pl projects/amd64_xen_pv/crypto/openssl/crypto/whrlpool/asm/wp-x86_64.pl projects/amd64_xen_pv/crypto/openssl/crypto/x509/x509_cmp.c projects/amd64_xen_pv/crypto/openssl/crypto/x509/x509_vfy.c projects/amd64_xen_pv/crypto/openssl/crypto/x509v3/v3_purp.c projects/amd64_xen_pv/crypto/openssl/crypto/x86_64cpuid.pl projects/amd64_xen_pv/crypto/openssl/crypto/x86cpuid.pl projects/amd64_xen_pv/crypto/openssl/doc/apps/CA.pl.pod projects/amd64_xen_pv/crypto/openssl/doc/apps/dgst.pod projects/amd64_xen_pv/crypto/openssl/doc/apps/verify.pod projects/amd64_xen_pv/crypto/openssl/doc/apps/x509.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_decrypt.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_derive.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_encrypt.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_get_default_digest.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_keygen.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_sign.pod projects/amd64_xen_pv/crypto/openssl/doc/crypto/EVP_PKEY_verify.pod projects/amd64_xen_pv/crypto/openssl/engines/ccgost/gost89.c projects/amd64_xen_pv/crypto/openssl/engines/ccgost/gost_crypt.c projects/amd64_xen_pv/crypto/openssl/engines/ccgost/gost_eng.c projects/amd64_xen_pv/crypto/openssl/engines/ccgost/gost_lcl.h projects/amd64_xen_pv/crypto/openssl/engines/ccgost/gosthash.c projects/amd64_xen_pv/crypto/openssl/engines/e_capi.c projects/amd64_xen_pv/crypto/openssl/ssl/Makefile projects/amd64_xen_pv/crypto/openssl/ssl/d1_enc.c projects/amd64_xen_pv/crypto/openssl/ssl/d1_pkt.c projects/amd64_xen_pv/crypto/openssl/ssl/d1_srtp.c projects/amd64_xen_pv/crypto/openssl/ssl/dtls1.h projects/amd64_xen_pv/crypto/openssl/ssl/s2_clnt.c projects/amd64_xen_pv/crypto/openssl/ssl/s2_pkt.c projects/amd64_xen_pv/crypto/openssl/ssl/s2_srvr.c projects/amd64_xen_pv/crypto/openssl/ssl/s3_both.c projects/amd64_xen_pv/crypto/openssl/ssl/s3_clnt.c projects/amd64_xen_pv/crypto/openssl/ssl/s3_enc.c projects/amd64_xen_pv/crypto/openssl/ssl/s3_lib.c projects/amd64_xen_pv/crypto/openssl/ssl/s3_pkt.c projects/amd64_xen_pv/crypto/openssl/ssl/s3_srvr.c projects/amd64_xen_pv/crypto/openssl/ssl/ssl.h projects/amd64_xen_pv/crypto/openssl/ssl/ssl3.h projects/amd64_xen_pv/crypto/openssl/ssl/ssl_algs.c projects/amd64_xen_pv/crypto/openssl/ssl/ssl_cert.c projects/amd64_xen_pv/crypto/openssl/ssl/ssl_ciph.c projects/amd64_xen_pv/crypto/openssl/ssl/ssl_err.c projects/amd64_xen_pv/crypto/openssl/ssl/ssl_lib.c projects/amd64_xen_pv/crypto/openssl/ssl/ssl_locl.h projects/amd64_xen_pv/crypto/openssl/ssl/ssl_rsa.c projects/amd64_xen_pv/crypto/openssl/ssl/ssltest.c projects/amd64_xen_pv/crypto/openssl/ssl/t1_enc.c projects/amd64_xen_pv/crypto/openssl/ssl/t1_lib.c projects/amd64_xen_pv/crypto/openssl/ssl/tls_srp.c projects/amd64_xen_pv/crypto/openssl/util/libeay.num (contents, props changed) projects/amd64_xen_pv/crypto/openssl/util/pl/VC-32.pl projects/amd64_xen_pv/etc/Makefile projects/amd64_xen_pv/etc/defaults/periodic.conf projects/amd64_xen_pv/etc/defaults/rc.conf projects/amd64_xen_pv/etc/devd.conf projects/amd64_xen_pv/etc/devd/usb.conf projects/amd64_xen_pv/etc/disktab projects/amd64_xen_pv/etc/ftpusers projects/amd64_xen_pv/etc/gettytab projects/amd64_xen_pv/etc/group projects/amd64_xen_pv/etc/login.conf projects/amd64_xen_pv/etc/mail/aliases projects/amd64_xen_pv/etc/master.passwd projects/amd64_xen_pv/etc/motd projects/amd64_xen_pv/etc/mtree/BSD.include.dist projects/amd64_xen_pv/etc/mtree/BSD.root.dist projects/amd64_xen_pv/etc/mtree/BSD.usr.dist projects/amd64_xen_pv/etc/mtree/BSD.var.dist projects/amd64_xen_pv/etc/namedb/named.root projects/amd64_xen_pv/etc/network.subr projects/amd64_xen_pv/etc/newsyslog.conf projects/amd64_xen_pv/etc/pccard_ether projects/amd64_xen_pv/etc/periodic/daily/490.status-pkg-changes projects/amd64_xen_pv/etc/periodic/daily/Makefile projects/amd64_xen_pv/etc/pf.os projects/amd64_xen_pv/etc/portsnap.conf projects/amd64_xen_pv/etc/rc.d/FILESYSTEMS projects/amd64_xen_pv/etc/rc.d/Makefile projects/amd64_xen_pv/etc/rc.d/addswap projects/amd64_xen_pv/etc/rc.d/amd projects/amd64_xen_pv/etc/rc.d/cleanvar projects/amd64_xen_pv/etc/rc.d/cron projects/amd64_xen_pv/etc/rc.d/dmesg projects/amd64_xen_pv/etc/rc.d/ftpd projects/amd64_xen_pv/etc/rc.d/inetd projects/amd64_xen_pv/etc/rc.d/ip6addrctl projects/amd64_xen_pv/etc/rc.d/ipfw projects/amd64_xen_pv/etc/rc.d/ipmon projects/amd64_xen_pv/etc/rc.d/jail projects/amd64_xen_pv/etc/rc.d/ldconfig projects/amd64_xen_pv/etc/rc.d/mixer projects/amd64_xen_pv/etc/rc.d/mountcritremote projects/amd64_xen_pv/etc/rc.d/moused projects/amd64_xen_pv/etc/rc.d/mrouted projects/amd64_xen_pv/etc/rc.d/named projects/amd64_xen_pv/etc/rc.d/netif projects/amd64_xen_pv/etc/rc.d/newsyslog projects/amd64_xen_pv/etc/rc.d/ntpd projects/amd64_xen_pv/etc/rc.d/pflog projects/amd64_xen_pv/etc/rc.d/pfsync projects/amd64_xen_pv/etc/rc.d/postrandom projects/amd64_xen_pv/etc/rc.d/power_profile projects/amd64_xen_pv/etc/rc.d/random projects/amd64_xen_pv/etc/rc.d/rarpd projects/amd64_xen_pv/etc/rc.d/resolv projects/amd64_xen_pv/etc/rc.d/routing projects/amd64_xen_pv/etc/rc.d/rtadvd projects/amd64_xen_pv/etc/rc.d/savecore projects/amd64_xen_pv/etc/rc.d/sendmail projects/amd64_xen_pv/etc/rc.d/sshd projects/amd64_xen_pv/etc/rc.d/sysctl projects/amd64_xen_pv/etc/rc.d/syslogd projects/amd64_xen_pv/etc/rc.d/utx projects/amd64_xen_pv/etc/rc.d/var projects/amd64_xen_pv/etc/rc.d/watchdogd projects/amd64_xen_pv/etc/rc.resume projects/amd64_xen_pv/etc/rc.subr projects/amd64_xen_pv/etc/regdomain.xml projects/amd64_xen_pv/etc/root/dot.cshrc projects/amd64_xen_pv/etc/root/dot.login projects/amd64_xen_pv/etc/sendmail/freebsd.mc projects/amd64_xen_pv/etc/sendmail/freebsd.submit.mc projects/amd64_xen_pv/etc/sendmail/freefall.mc projects/amd64_xen_pv/games/bcd/bcd.c projects/amd64_xen_pv/games/caesar/caesar.c projects/amd64_xen_pv/games/fortune/datfiles/Makefile projects/amd64_xen_pv/games/fortune/datfiles/fortunes projects/amd64_xen_pv/games/fortune/datfiles/freebsd-tips projects/amd64_xen_pv/games/fortune/fortune/fortune.6 projects/amd64_xen_pv/games/fortune/fortune/fortune.c projects/amd64_xen_pv/games/fortune/tools/do_uniq.py projects/amd64_xen_pv/games/random/randomize_fd.c projects/amd64_xen_pv/gnu/lib/csu/Makefile projects/amd64_xen_pv/gnu/lib/libgcc/Makefile projects/amd64_xen_pv/gnu/lib/libgcov/Makefile projects/amd64_xen_pv/gnu/lib/libstdc++/Makefile projects/amd64_xen_pv/gnu/lib/libstdc++/config.h projects/amd64_xen_pv/gnu/lib/libsupc++/Makefile projects/amd64_xen_pv/gnu/lib/libsupc++/Version.map projects/amd64_xen_pv/gnu/usr.bin/Makefile projects/amd64_xen_pv/gnu/usr.bin/binutils/as/Makefile projects/amd64_xen_pv/gnu/usr.bin/binutils/ld/armelf_fbsd.sh projects/amd64_xen_pv/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh projects/amd64_xen_pv/gnu/usr.bin/cc/Makefile.inc projects/amd64_xen_pv/gnu/usr.bin/cc/c++/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/c++filt/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/cc1/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/cc1plus/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/cc_int/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/cc_tools/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/doc/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/gcov/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/include/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/libcpp/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/libdecnumber/Makefile projects/amd64_xen_pv/gnu/usr.bin/cc/libiberty/Makefile projects/amd64_xen_pv/gnu/usr.bin/dialog/Makefile projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/kgdb.1 projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/kgdb.h projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/kld.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/kthr.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/main.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_amd64.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_arm.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_i386.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_ia64.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_mips.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_powerpc64.c projects/amd64_xen_pv/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c projects/amd64_xen_pv/gnu/usr.bin/grep/grep.c projects/amd64_xen_pv/gnu/usr.bin/patch/Makefile projects/amd64_xen_pv/gnu/usr.bin/send-pr/send-pr.sh projects/amd64_xen_pv/include/Makefile projects/amd64_xen_pv/include/arpa/Makefile projects/amd64_xen_pv/include/grp.h projects/amd64_xen_pv/include/mqueue.h projects/amd64_xen_pv/include/paths.h projects/amd64_xen_pv/include/pwd.h projects/amd64_xen_pv/include/rpc/auth.h projects/amd64_xen_pv/include/rpc/auth_unix.h projects/amd64_xen_pv/include/stdatomic.h projects/amd64_xen_pv/include/stdio.h (contents, props changed) projects/amd64_xen_pv/include/string.h projects/amd64_xen_pv/include/time.h projects/amd64_xen_pv/include/unistd.h projects/amd64_xen_pv/include/wchar.h projects/amd64_xen_pv/include/xlocale/_ctype.h projects/amd64_xen_pv/kerberos5/Makefile projects/amd64_xen_pv/kerberos5/lib/libkrb5/Makefile projects/amd64_xen_pv/kerberos5/libexec/digest-service/Makefile projects/amd64_xen_pv/kerberos5/tools/asn1_compile/Makefile projects/amd64_xen_pv/kerberos5/tools/slc/Makefile projects/amd64_xen_pv/lib/Makefile projects/amd64_xen_pv/lib/bind/config.h projects/amd64_xen_pv/lib/bind/dns/Makefile projects/amd64_xen_pv/lib/bind/dns/code.h projects/amd64_xen_pv/lib/bind/dns/dns/enumclass.h projects/amd64_xen_pv/lib/bind/dns/dns/enumtype.h projects/amd64_xen_pv/lib/bind/dns/dns/rdatastruct.h projects/amd64_xen_pv/lib/bind/isc/isc/platform.h projects/amd64_xen_pv/lib/clang/Makefile projects/amd64_xen_pv/lib/clang/clang.build.mk projects/amd64_xen_pv/lib/clang/include/Makefile projects/amd64_xen_pv/lib/clang/include/clang/Basic/Version.inc projects/amd64_xen_pv/lib/clang/include/llvm/Config/config.h projects/amd64_xen_pv/lib/clang/libclanganalysis/Makefile projects/amd64_xen_pv/lib/clang/libclangarcmigrate/Makefile projects/amd64_xen_pv/lib/clang/libclangast/Makefile projects/amd64_xen_pv/lib/clang/libclangbasic/Makefile projects/amd64_xen_pv/lib/clang/libclangcodegen/Makefile projects/amd64_xen_pv/lib/clang/libclangdriver/Makefile projects/amd64_xen_pv/lib/clang/libclangedit/Makefile projects/amd64_xen_pv/lib/clang/libclangfrontend/Makefile projects/amd64_xen_pv/lib/clang/libclangfrontendtool/Makefile projects/amd64_xen_pv/lib/clang/libclanglex/Makefile projects/amd64_xen_pv/lib/clang/libclangparse/Makefile projects/amd64_xen_pv/lib/clang/libclangsema/Makefile projects/amd64_xen_pv/lib/clang/libclangserialization/Makefile projects/amd64_xen_pv/lib/clang/libclangstaticanalyzercheckers/Makefile projects/amd64_xen_pv/lib/clang/libclangstaticanalyzercore/Makefile projects/amd64_xen_pv/lib/clang/libclangstaticanalyzerfrontend/Makefile projects/amd64_xen_pv/lib/clang/libllvmanalysis/Makefile projects/amd64_xen_pv/lib/clang/libllvmarchive/Makefile projects/amd64_xen_pv/lib/clang/libllvmarmasmparser/Makefile projects/amd64_xen_pv/lib/clang/libllvmarmcodegen/Makefile projects/amd64_xen_pv/lib/clang/libllvmarmdesc/Makefile projects/amd64_xen_pv/lib/clang/libllvmarmdisassembler/Makefile projects/amd64_xen_pv/lib/clang/libllvmarminfo/Makefile projects/amd64_xen_pv/lib/clang/libllvmarminstprinter/Makefile projects/amd64_xen_pv/lib/clang/libllvmasmparser/Makefile projects/amd64_xen_pv/lib/clang/libllvmasmprinter/Makefile projects/amd64_xen_pv/lib/clang/libllvmbitreader/Makefile projects/amd64_xen_pv/lib/clang/libllvmbitwriter/Makefile projects/amd64_xen_pv/lib/clang/libllvmcodegen/Makefile projects/amd64_xen_pv/lib/clang/libllvmcore/Makefile projects/amd64_xen_pv/lib/clang/libllvmdebuginfo/Makefile projects/amd64_xen_pv/lib/clang/libllvmexecutionengine/Makefile projects/amd64_xen_pv/lib/clang/libllvminstcombine/Makefile projects/amd64_xen_pv/lib/clang/libllvminstrumentation/Makefile projects/amd64_xen_pv/lib/clang/libllvminterpreter/Makefile projects/amd64_xen_pv/lib/clang/libllvmipo/Makefile projects/amd64_xen_pv/lib/clang/libllvmjit/Makefile projects/amd64_xen_pv/lib/clang/libllvmlinker/Makefile projects/amd64_xen_pv/lib/clang/libllvmmcdisassembler/Makefile projects/amd64_xen_pv/lib/clang/libllvmmcjit/Makefile projects/amd64_xen_pv/lib/clang/libllvmmcparser/Makefile projects/amd64_xen_pv/lib/clang/libllvmmipsasmparser/Makefile projects/amd64_xen_pv/lib/clang/libllvmmipscodegen/Makefile projects/amd64_xen_pv/lib/clang/libllvmmipsdesc/Makefile projects/amd64_xen_pv/lib/clang/libllvmmipsdisassembler/Makefile projects/amd64_xen_pv/lib/clang/libllvmmipsinfo/Makefile projects/amd64_xen_pv/lib/clang/libllvmmipsinstprinter/Makefile projects/amd64_xen_pv/lib/clang/libllvmobject/Makefile projects/amd64_xen_pv/lib/clang/libllvmpowerpccodegen/Makefile projects/amd64_xen_pv/lib/clang/libllvmpowerpcdesc/Makefile projects/amd64_xen_pv/lib/clang/libllvmpowerpcinfo/Makefile projects/amd64_xen_pv/lib/clang/libllvmpowerpcinstprinter/Makefile projects/amd64_xen_pv/lib/clang/libllvmruntimedyld/Makefile projects/amd64_xen_pv/lib/clang/libllvmscalaropts/Makefile projects/amd64_xen_pv/lib/clang/libllvmselectiondag/Makefile projects/amd64_xen_pv/lib/clang/libllvmtablegen/Makefile projects/amd64_xen_pv/lib/clang/libllvmtarget/Makefile projects/amd64_xen_pv/lib/clang/libllvmtransformutils/Makefile projects/amd64_xen_pv/lib/clang/libllvmvectorize/Makefile projects/amd64_xen_pv/lib/clang/libllvmx86asmparser/Makefile projects/amd64_xen_pv/lib/clang/libllvmx86codegen/Makefile projects/amd64_xen_pv/lib/clang/libllvmx86desc/Makefile projects/amd64_xen_pv/lib/clang/libllvmx86info/Makefile projects/amd64_xen_pv/lib/clang/libllvmx86instprinter/Makefile projects/amd64_xen_pv/lib/clang/libllvmx86utils/Makefile projects/amd64_xen_pv/lib/csu/amd64/crt1.c projects/amd64_xen_pv/lib/csu/arm/crt1.c projects/amd64_xen_pv/lib/csu/common/ignore_init.c projects/amd64_xen_pv/lib/csu/i386-elf/crt1_c.c projects/amd64_xen_pv/lib/csu/mips/crt1.c projects/amd64_xen_pv/lib/csu/powerpc/crt1.c projects/amd64_xen_pv/lib/csu/powerpc64/crt1.c projects/amd64_xen_pv/lib/csu/sparc64/crt1.c projects/amd64_xen_pv/lib/libarchive/Makefile projects/amd64_xen_pv/lib/libarchive/config_freebsd.h projects/amd64_xen_pv/lib/libarchive/test/Makefile projects/amd64_xen_pv/lib/libbsnmp/libbsnmp/Makefile projects/amd64_xen_pv/lib/libc++/Makefile projects/amd64_xen_pv/lib/libc/amd64/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/arm/Makefile.inc projects/amd64_xen_pv/lib/libc/arm/SYS.h projects/amd64_xen_pv/lib/libc/arm/Symbol.map projects/amd64_xen_pv/lib/libc/arm/gen/Makefile.inc projects/amd64_xen_pv/lib/libc/arm/softfloat/arm-gcc.h projects/amd64_xen_pv/lib/libc/arm/sys/Makefile.inc projects/amd64_xen_pv/lib/libc/compat-43/killpg.2 projects/amd64_xen_pv/lib/libc/gen/Makefile.inc projects/amd64_xen_pv/lib/libc/gen/Symbol.map projects/amd64_xen_pv/lib/libc/gen/arc4random.c projects/amd64_xen_pv/lib/libc/gen/check_utility_compat.c projects/amd64_xen_pv/lib/libc/gen/fmtmsg.c projects/amd64_xen_pv/lib/libc/gen/fstab.c projects/amd64_xen_pv/lib/libc/gen/fts-compat.c projects/amd64_xen_pv/lib/libc/gen/fts.c projects/amd64_xen_pv/lib/libc/gen/getbsize.3 projects/amd64_xen_pv/lib/libc/gen/getcap.c projects/amd64_xen_pv/lib/libc/gen/getcontext.3 projects/amd64_xen_pv/lib/libc/gen/getcwd.c projects/amd64_xen_pv/lib/libc/gen/getgrent.c projects/amd64_xen_pv/lib/libc/gen/getnetgrent.c projects/amd64_xen_pv/lib/libc/gen/getttyent.c projects/amd64_xen_pv/lib/libc/gen/getusershell.c projects/amd64_xen_pv/lib/libc/gen/getutxent.c projects/amd64_xen_pv/lib/libc/gen/glob.c projects/amd64_xen_pv/lib/libc/gen/isnan.c projects/amd64_xen_pv/lib/libc/gen/nlist.c projects/amd64_xen_pv/lib/libc/gen/opendir.c projects/amd64_xen_pv/lib/libc/gen/pututxline.c projects/amd64_xen_pv/lib/libc/gen/rand48.3 projects/amd64_xen_pv/lib/libc/gen/readpassphrase.c projects/amd64_xen_pv/lib/libc/gen/sem_new.c projects/amd64_xen_pv/lib/libc/gen/sysctlbyname.c projects/amd64_xen_pv/lib/libc/gen/syslog.c projects/amd64_xen_pv/lib/libc/i386/sys/__vdso_gettc.c projects/amd64_xen_pv/lib/libc/ia64/sys/Makefile.inc projects/amd64_xen_pv/lib/libc/iconv/citrus_mmap.c projects/amd64_xen_pv/lib/libc/include/compat.h projects/amd64_xen_pv/lib/libc/include/namespace.h projects/amd64_xen_pv/lib/libc/include/un-namespace.h projects/amd64_xen_pv/lib/libc/locale/btowc.3 projects/amd64_xen_pv/lib/libc/locale/collate.c projects/amd64_xen_pv/lib/libc/locale/isblank.3 projects/amd64_xen_pv/lib/libc/locale/ldpart.c projects/amd64_xen_pv/lib/libc/locale/setrunelocale.c projects/amd64_xen_pv/lib/libc/mips/sys/Makefile.inc projects/amd64_xen_pv/lib/libc/net/getaddrinfo.3 projects/amd64_xen_pv/lib/libc/net/getnameinfo.3 projects/amd64_xen_pv/lib/libc/net/getnetent.3 projects/amd64_xen_pv/lib/libc/net/getprotoent.3 projects/amd64_xen_pv/lib/libc/net/getservent.3 projects/amd64_xen_pv/lib/libc/net/ip6opt.c projects/amd64_xen_pv/lib/libc/net/name6.c projects/amd64_xen_pv/lib/libc/net/nscachedcli.c projects/amd64_xen_pv/lib/libc/net/sctp_sys_calls.c projects/amd64_xen_pv/lib/libc/nls/Makefile.inc projects/amd64_xen_pv/lib/libc/nls/msgcat.c projects/amd64_xen_pv/lib/libc/powerpc/Makefile.inc projects/amd64_xen_pv/lib/libc/powerpc64/Makefile.inc projects/amd64_xen_pv/lib/libc/quad/Makefile.inc projects/amd64_xen_pv/lib/libc/regex/regcomp.c projects/amd64_xen_pv/lib/libc/rpc/auth_unix.c projects/amd64_xen_pv/lib/libc/rpc/authunix_prot.c projects/amd64_xen_pv/lib/libc/rpc/clnt_perror.c projects/amd64_xen_pv/lib/libc/rpc/clnt_vc.c projects/amd64_xen_pv/lib/libc/rpc/rpc_generic.c projects/amd64_xen_pv/lib/libc/rpc/rpc_soc.3 projects/amd64_xen_pv/lib/libc/rpc/rpcb_clnt.c projects/amd64_xen_pv/lib/libc/rpc/svc_auth_unix.c projects/amd64_xen_pv/lib/libc/rpc/svc_run.c projects/amd64_xen_pv/lib/libc/sparc64/Makefile.inc projects/amd64_xen_pv/lib/libc/stdio/Makefile.inc (contents, props changed) projects/amd64_xen_pv/lib/libc/stdio/Symbol.map (contents, props changed) projects/amd64_xen_pv/lib/libc/stdio/fdopen.c projects/amd64_xen_pv/lib/libc/stdio/flags.c projects/amd64_xen_pv/lib/libc/stdio/fopen.3 (contents, props changed) projects/amd64_xen_pv/lib/libc/stdio/freopen.c projects/amd64_xen_pv/lib/libc/stdio/getline.3 projects/amd64_xen_pv/lib/libc/stdio/printf.3 projects/amd64_xen_pv/lib/libc/stdio/scanf_l.3 projects/amd64_xen_pv/lib/libc/stdio/setbuf.3 projects/amd64_xen_pv/lib/libc/stdlib/bsearch.3 projects/amd64_xen_pv/lib/libc/stdlib/getenv.c projects/amd64_xen_pv/lib/libc/stdlib/ptsname.3 projects/amd64_xen_pv/lib/libc/stdlib/ptsname.c projects/amd64_xen_pv/lib/libc/stdlib/qsort.3 projects/amd64_xen_pv/lib/libc/stdlib/rand.c projects/amd64_xen_pv/lib/libc/stdlib/random.3 projects/amd64_xen_pv/lib/libc/stdlib/random.c projects/amd64_xen_pv/lib/libc/stdlib/realpath.3 projects/amd64_xen_pv/lib/libc/stdlib/realpath.c projects/amd64_xen_pv/lib/libc/stdtime/Makefile.inc projects/amd64_xen_pv/lib/libc/string/Makefile.inc projects/amd64_xen_pv/lib/libc/string/Symbol.map projects/amd64_xen_pv/lib/libc/string/ffs.3 projects/amd64_xen_pv/lib/libc/string/strchr.3 projects/amd64_xen_pv/lib/libc/string/strsignal.c projects/amd64_xen_pv/lib/libc/sys/Makefile.inc projects/amd64_xen_pv/lib/libc/sys/Symbol.map projects/amd64_xen_pv/lib/libc/sys/__vdso_gettimeofday.c projects/amd64_xen_pv/lib/libc/sys/accept.2 projects/amd64_xen_pv/lib/libc/sys/bind.2 projects/amd64_xen_pv/lib/libc/sys/cap_enter.2 projects/amd64_xen_pv/lib/libc/sys/chflags.2 projects/amd64_xen_pv/lib/libc/sys/chroot.2 projects/amd64_xen_pv/lib/libc/sys/dup.2 projects/amd64_xen_pv/lib/libc/sys/fcntl.2 projects/amd64_xen_pv/lib/libc/sys/getpeername.2 projects/amd64_xen_pv/lib/libc/sys/getsockname.2 projects/amd64_xen_pv/lib/libc/sys/gettimeofday.c projects/amd64_xen_pv/lib/libc/sys/kill.2 projects/amd64_xen_pv/lib/libc/sys/kqueue.2 projects/amd64_xen_pv/lib/libc/sys/listen.2 projects/amd64_xen_pv/lib/libc/sys/mlock.2 projects/amd64_xen_pv/lib/libc/sys/mlockall.2 projects/amd64_xen_pv/lib/libc/sys/open.2 projects/amd64_xen_pv/lib/libc/sys/posix_fadvise.2 projects/amd64_xen_pv/lib/libc/sys/posix_openpt.2 projects/amd64_xen_pv/lib/libc/sys/ptrace.2 projects/amd64_xen_pv/lib/libc/sys/recv.2 projects/amd64_xen_pv/lib/libc/sys/rtprio.2 projects/amd64_xen_pv/lib/libc/sys/sendfile.2 projects/amd64_xen_pv/lib/libc/sys/sigaction.2 projects/amd64_xen_pv/lib/libc/sys/sigqueue.2 projects/amd64_xen_pv/lib/libc/sys/sigwait.2 projects/amd64_xen_pv/lib/libc/sys/sigwaitinfo.2 projects/amd64_xen_pv/lib/libc/sys/socket.2 projects/amd64_xen_pv/lib/libc/sys/socketpair.2 projects/amd64_xen_pv/lib/libc/sys/wait.2 projects/amd64_xen_pv/lib/libc/yp/yplib.c projects/amd64_xen_pv/lib/libcompiler_rt/Makefile projects/amd64_xen_pv/lib/libcxxrt/Version.map projects/amd64_xen_pv/lib/libdevstat/devstat.3 projects/amd64_xen_pv/lib/libdevstat/devstat.c projects/amd64_xen_pv/lib/libdevstat/devstat.h projects/amd64_xen_pv/lib/libdwarf/dwarf_die.c projects/amd64_xen_pv/lib/libdwarf/dwarf_errmsg.c projects/amd64_xen_pv/lib/libdwarf/dwarf_init.c projects/amd64_xen_pv/lib/libedit/editline.3 projects/amd64_xen_pv/lib/libedit/editrc.5 projects/amd64_xen_pv/lib/libedit/map.c projects/amd64_xen_pv/lib/libedit/read.c projects/amd64_xen_pv/lib/libelf/elf_data.c projects/amd64_xen_pv/lib/libelf/elf_errmsg.c projects/amd64_xen_pv/lib/libelf/elf_getdata.3 projects/amd64_xen_pv/lib/libelf/elf_update.c projects/amd64_xen_pv/lib/libexpat/expat_config.h projects/amd64_xen_pv/lib/libexpat/libbsdxml.3 projects/amd64_xen_pv/lib/libfetch/Makefile projects/amd64_xen_pv/lib/libfetch/file.c projects/amd64_xen_pv/lib/libfetch/http.c projects/amd64_xen_pv/lib/libfetch/http.errors projects/amd64_xen_pv/lib/libgeom/geom_xml2tree.c projects/amd64_xen_pv/lib/libipsec/policy_parse.y projects/amd64_xen_pv/lib/libipsec/test-policy.c projects/amd64_xen_pv/lib/libjail/jail.c projects/amd64_xen_pv/lib/libkiconv/kiconv.3 projects/amd64_xen_pv/lib/libkvm/kvm_i386.c projects/amd64_xen_pv/lib/libkvm/kvm_proc.c projects/amd64_xen_pv/lib/libmagic/Makefile projects/amd64_xen_pv/lib/libmagic/config.h projects/amd64_xen_pv/lib/libmemstat/memstat_uma.c projects/amd64_xen_pv/lib/libnetgraph/msg.c projects/amd64_xen_pv/lib/libnetgraph/sock.c projects/amd64_xen_pv/lib/libpam/modules/pam_krb5/pam_krb5.c projects/amd64_xen_pv/lib/libpam/modules/pam_lastlog/pam_lastlog.8 projects/amd64_xen_pv/lib/libpam/modules/pam_radius/pam_radius.c projects/amd64_xen_pv/lib/libpcap/config.h projects/amd64_xen_pv/lib/libpmc/Makefile projects/amd64_xen_pv/lib/libpmc/libpmc.c projects/amd64_xen_pv/lib/libpmc/pmc.ivybridge.3 projects/amd64_xen_pv/lib/libpmc/pmc.sandybridge.3 projects/amd64_xen_pv/lib/libpmc/pmc.sandybridgeuc.3 projects/amd64_xen_pv/lib/libpmc/pmc.soft.3 projects/amd64_xen_pv/lib/libproc/proc_bkpt.c projects/amd64_xen_pv/lib/libproc/proc_regs.c projects/amd64_xen_pv/lib/libproc/proc_rtld.c projects/amd64_xen_pv/lib/libproc/test/t1-bkpt/t1-bkpt.c projects/amd64_xen_pv/lib/libprocstat/Makefile projects/amd64_xen_pv/lib/libprocstat/common_kvm.h projects/amd64_xen_pv/lib/libprocstat/libprocstat.c projects/amd64_xen_pv/lib/libprocstat/libprocstat.h projects/amd64_xen_pv/lib/libradius/Makefile projects/amd64_xen_pv/lib/libradius/libradius.3 projects/amd64_xen_pv/lib/libradius/radius.conf.5 projects/amd64_xen_pv/lib/libradius/radlib.c projects/amd64_xen_pv/lib/libradius/radlib.h projects/amd64_xen_pv/lib/libradius/radlib_private.h projects/amd64_xen_pv/lib/libradius/radlib_vs.h projects/amd64_xen_pv/lib/librpcsec_gss/svc_rpcsec_gss.c projects/amd64_xen_pv/lib/libsm/Makefile projects/amd64_xen_pv/lib/libstand/Makefile projects/amd64_xen_pv/lib/libstand/nandfs.c projects/amd64_xen_pv/lib/libstand/nfs.c projects/amd64_xen_pv/lib/libstand/stand.h projects/amd64_xen_pv/lib/libstdbuf/Makefile projects/amd64_xen_pv/lib/libthr/thread/thr_init.c projects/amd64_xen_pv/lib/libthr/thread/thr_kern.c projects/amd64_xen_pv/lib/libthread_db/libpthread_db.c projects/amd64_xen_pv/lib/libthread_db/libthr_db.c projects/amd64_xen_pv/lib/libusb/Makefile projects/amd64_xen_pv/lib/libusb/libusb.h projects/amd64_xen_pv/lib/libusb/libusb01.c projects/amd64_xen_pv/lib/libusb/libusb10.c projects/amd64_xen_pv/lib/libusb/libusb10.h projects/amd64_xen_pv/lib/libusb/libusb10_desc.c projects/amd64_xen_pv/lib/libusb/libusb10_io.c projects/amd64_xen_pv/lib/libusb/libusb20.3 projects/amd64_xen_pv/lib/libusb/libusb20.c projects/amd64_xen_pv/lib/libusb/libusb20.h projects/amd64_xen_pv/lib/libusb/libusb20_desc.c projects/amd64_xen_pv/lib/libusb/libusb20_desc.h projects/amd64_xen_pv/lib/libusb/libusb20_int.h projects/amd64_xen_pv/lib/libusb/libusb20_ugen20.c projects/amd64_xen_pv/lib/libusb/usb.h projects/amd64_xen_pv/lib/libusbhid/descr.c projects/amd64_xen_pv/lib/libusbhid/parse.c projects/amd64_xen_pv/lib/libusbhid/usbhid.3 projects/amd64_xen_pv/lib/libutil/Makefile projects/amd64_xen_pv/lib/libutil/gr_util.c projects/amd64_xen_pv/lib/libutil/humanize_number.c projects/amd64_xen_pv/lib/libutil/kinfo_getproc.3 projects/amd64_xen_pv/lib/libutil/libutil.h projects/amd64_xen_pv/lib/libutil/pidfile.c projects/amd64_xen_pv/lib/libutil/pw_util.c projects/amd64_xen_pv/lib/msun/i387/s_cos.S projects/amd64_xen_pv/lib/msun/i387/s_sin.S projects/amd64_xen_pv/lib/msun/i387/s_tan.S projects/amd64_xen_pv/lib/msun/ld128/s_expl.c projects/amd64_xen_pv/lib/msun/ld80/s_expl.c projects/amd64_xen_pv/lib/msun/man/cexp.3 projects/amd64_xen_pv/lib/msun/man/ieee.3 projects/amd64_xen_pv/lib/msun/src/k_rem_pio2.c projects/amd64_xen_pv/lib/msun/src/math_private.h projects/amd64_xen_pv/lib/msun/src/s_cosl.c projects/amd64_xen_pv/lib/msun/src/s_isnan.c projects/amd64_xen_pv/lib/msun/src/s_sinl.c projects/amd64_xen_pv/lib/msun/src/s_tanl.c projects/amd64_xen_pv/lib/ncurses/form/Makefile projects/amd64_xen_pv/lib/ncurses/menu/Makefile projects/amd64_xen_pv/lib/ncurses/ncurses/Makefile projects/amd64_xen_pv/lib/ncurses/panel/Makefile projects/amd64_xen_pv/libexec/Makefile projects/amd64_xen_pv/libexec/atrun/atrun.c projects/amd64_xen_pv/libexec/atrun/atrun.man projects/amd64_xen_pv/libexec/bootpd/rtmsg.c projects/amd64_xen_pv/libexec/comsat/comsat.8 projects/amd64_xen_pv/libexec/ftpd/ftpd.8 projects/amd64_xen_pv/libexec/mail.local/Makefile projects/amd64_xen_pv/libexec/rpc.rusersd/Makefile projects/amd64_xen_pv/libexec/rpc.rusersd/rusers_proc.c projects/amd64_xen_pv/libexec/rpc.rusersd/rusersd.c projects/amd64_xen_pv/libexec/rtld-aout/shlib.c projects/amd64_xen_pv/libexec/rtld-elf/Makefile projects/amd64_xen_pv/libexec/rtld-elf/libmap.c projects/amd64_xen_pv/libexec/rtld-elf/map_object.c projects/amd64_xen_pv/libexec/rtld-elf/powerpc64/reloc.c projects/amd64_xen_pv/libexec/rtld-elf/rtld.c projects/amd64_xen_pv/libexec/smrsh/Makefile projects/amd64_xen_pv/libexec/talkd/announce.c projects/amd64_xen_pv/libexec/talkd/extern.h projects/amd64_xen_pv/libexec/talkd/process.c projects/amd64_xen_pv/libexec/talkd/table.c projects/amd64_xen_pv/libexec/talkd/talkd.c projects/amd64_xen_pv/libexec/tftpd/tftp-io.c projects/amd64_xen_pv/libexec/tftpd/tftp-options.c projects/amd64_xen_pv/libexec/tftpd/tftp-utils.c projects/amd64_xen_pv/libexec/tftpd/tftp-utils.h projects/amd64_xen_pv/libexec/tftpd/tftpd.c projects/amd64_xen_pv/release/Makefile projects/amd64_xen_pv/release/amd64/mkisoimages.sh projects/amd64_xen_pv/release/doc/Makefile projects/amd64_xen_pv/release/doc/README projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/early-adopter/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/errata/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/alpha/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/common/hw.ent projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/i386/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/ia64/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/pc98/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/hardware/sparc64/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/alpha/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/common/install.ent projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/i386/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/ia64/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/pc98/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/installation/sparc64/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/readme/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/alpha/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/common/relnotes.ent projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/i386/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/ia64/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/pc98/Makefile projects/amd64_xen_pv/release/doc/de_DE.ISO8859-1/relnotes/sparc64/Makefile projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/errata/Makefile projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/hardware/Makefile projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/readme/Makefile projects/amd64_xen_pv/release/doc/en_US.ISO8859-1/relnotes/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/early-adopter/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/errata/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/alpha/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/common/hw.ent projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/i386/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/ia64/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/pc98/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/hardware/sparc64/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/alpha/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/common/install.ent projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/i386/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/pc98/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/installation/sparc64/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/common/relnotes.ent projects/amd64_xen_pv/release/doc/fr_FR.ISO8859-1/relnotes/i386/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/errata/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/alpha/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/amd64/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/common/hw.ent projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/i386/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/ia64/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/pc98/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/hardware/sparc64/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/alpha/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/common/relnotes.ent projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/i386/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/ia64/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/pc98/Makefile projects/amd64_xen_pv/release/doc/ja_JP.eucJP/relnotes/sparc64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/errata/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/alpha/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/amd64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/common/hw.ent projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/i386/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/ia64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/pc98/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/hardware/sparc64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/alpha/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/amd64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/common/install.ent projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/i386/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/ia64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/pc98/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/installation/sparc64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/readme/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/alpha/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/amd64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/common/relnotes.ent projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/i386/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/ia64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/pc98/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/relnotes/sparc64/Makefile projects/amd64_xen_pv/release/doc/ru_RU.KOI8-R/share/examples/dev-auto-translate.pl projects/amd64_xen_pv/release/doc/share/mk/doc.relnotes.mk projects/amd64_xen_pv/release/doc/zh_CN.GB2312/errata/Makefile projects/amd64_xen_pv/release/doc/zh_CN.GB2312/hardware/Makefile projects/amd64_xen_pv/release/doc/zh_CN.GB2312/readme/Makefile projects/amd64_xen_pv/release/doc/zh_CN.GB2312/relnotes/Makefile projects/amd64_xen_pv/release/generate-release.sh projects/amd64_xen_pv/release/i386/mkisoimages.sh projects/amd64_xen_pv/release/ia64/mkisoimages.sh projects/amd64_xen_pv/release/pc98/mkisoimages.sh projects/amd64_xen_pv/release/picobsd/bridge/crunch.conf projects/amd64_xen_pv/release/picobsd/build/picobsd projects/amd64_xen_pv/release/picobsd/floppy.tree/etc/ppp/ppp.conf projects/amd64_xen_pv/release/picobsd/mfs_tree/etc/remote projects/amd64_xen_pv/release/picobsd/qemu/crunch.conf projects/amd64_xen_pv/release/powerpc/mkisoimages.sh projects/amd64_xen_pv/release/rc.local projects/amd64_xen_pv/release/sparc64/mkisoimages.sh projects/amd64_xen_pv/rescue/rescue/Makefile projects/amd64_xen_pv/sbin/Makefile projects/amd64_xen_pv/sbin/Makefile.amd64 projects/amd64_xen_pv/sbin/Makefile.i386 projects/amd64_xen_pv/sbin/camcontrol/camcontrol.c projects/amd64_xen_pv/sbin/camcontrol/camcontrol.h projects/amd64_xen_pv/sbin/camcontrol/fwdownload.c projects/amd64_xen_pv/sbin/camcontrol/modeedit.c projects/amd64_xen_pv/sbin/ccdconfig/ccdconfig.8 projects/amd64_xen_pv/sbin/ccdconfig/ccdconfig.c projects/amd64_xen_pv/sbin/comcontrol/comcontrol.8 projects/amd64_xen_pv/sbin/ddb/ddb.c projects/amd64_xen_pv/sbin/devd/devd.8 projects/amd64_xen_pv/sbin/devd/devd.cc projects/amd64_xen_pv/sbin/devd/devd.conf.5 projects/amd64_xen_pv/sbin/devd/devd.hh projects/amd64_xen_pv/sbin/dump/dump.h projects/amd64_xen_pv/sbin/dump/traverse.c projects/amd64_xen_pv/sbin/dumpfs/dumpfs.c projects/amd64_xen_pv/sbin/dumpon/dumpon.8 projects/amd64_xen_pv/sbin/dumpon/dumpon.c projects/amd64_xen_pv/sbin/etherswitchcfg/etherswitchcfg.c projects/amd64_xen_pv/sbin/etherswitchcfg/ifmedia.c projects/amd64_xen_pv/sbin/ffsinfo/ffsinfo.8 projects/amd64_xen_pv/sbin/fsck/Makefile projects/amd64_xen_pv/sbin/fsck/fsck.c projects/amd64_xen_pv/sbin/fsck/fsutil.c projects/amd64_xen_pv/sbin/fsck/fsutil.h projects/amd64_xen_pv/sbin/fsck/preen.c projects/amd64_xen_pv/sbin/fsck_ffs/dir.c projects/amd64_xen_pv/sbin/fsck_ffs/ea.c projects/amd64_xen_pv/sbin/fsck_ffs/fsck.h projects/amd64_xen_pv/sbin/fsck_ffs/fsutil.c projects/amd64_xen_pv/sbin/fsck_ffs/gjournal.c projects/amd64_xen_pv/sbin/fsck_ffs/inode.c projects/amd64_xen_pv/sbin/fsck_ffs/main.c projects/amd64_xen_pv/sbin/fsck_ffs/pass1.c projects/amd64_xen_pv/sbin/fsck_ffs/pass2.c projects/amd64_xen_pv/sbin/fsck_ffs/pass4.c projects/amd64_xen_pv/sbin/fsck_ffs/pass5.c projects/amd64_xen_pv/sbin/fsck_ffs/setup.c projects/amd64_xen_pv/sbin/fsck_ffs/suj.c projects/amd64_xen_pv/sbin/fsck_msdosfs/Makefile projects/amd64_xen_pv/sbin/fsck_msdosfs/boot.c projects/amd64_xen_pv/sbin/fsck_msdosfs/check.c projects/amd64_xen_pv/sbin/fsck_msdosfs/dir.c projects/amd64_xen_pv/sbin/fsck_msdosfs/ext.h projects/amd64_xen_pv/sbin/fsck_msdosfs/fat.c projects/amd64_xen_pv/sbin/fsdb/fsdb.c projects/amd64_xen_pv/sbin/fsdb/fsdbutil.c projects/amd64_xen_pv/sbin/fsirand/fsirand.c projects/amd64_xen_pv/sbin/geom/class/concat/gconcat.8 projects/amd64_xen_pv/sbin/geom/class/eli/geli.8 projects/amd64_xen_pv/sbin/geom/class/eli/geom_eli.c projects/amd64_xen_pv/sbin/geom/class/journal/geom_journal_ufs.c projects/amd64_xen_pv/sbin/geom/class/mirror/gmirror.8 projects/amd64_xen_pv/sbin/geom/class/part/gpart.8 projects/amd64_xen_pv/sbin/geom/class/raid/graid.8 projects/amd64_xen_pv/sbin/geom/class/raid3/geom_raid3.c projects/amd64_xen_pv/sbin/geom/class/raid3/graid3.8 projects/amd64_xen_pv/sbin/geom/class/stripe/gstripe.8 projects/amd64_xen_pv/sbin/geom/core/geom.c projects/amd64_xen_pv/sbin/ggate/ggatec/ggatec.c projects/amd64_xen_pv/sbin/ggate/ggated/ggated.c projects/amd64_xen_pv/sbin/ggate/ggatel/ggatel.c projects/amd64_xen_pv/sbin/growfs/growfs.8 projects/amd64_xen_pv/sbin/growfs/growfs.c projects/amd64_xen_pv/sbin/gvinum/gvinum.8 projects/amd64_xen_pv/sbin/hastctl/hastctl.8 projects/amd64_xen_pv/sbin/hastctl/hastctl.c projects/amd64_xen_pv/sbin/hastd/control.c projects/amd64_xen_pv/sbin/hastd/hast.conf.5 projects/amd64_xen_pv/sbin/hastd/hast.h projects/amd64_xen_pv/sbin/hastd/hast_proto.c projects/amd64_xen_pv/sbin/hastd/hastd.8 projects/amd64_xen_pv/sbin/hastd/hastd.c projects/amd64_xen_pv/sbin/hastd/parse.y projects/amd64_xen_pv/sbin/hastd/pjdlog.h projects/amd64_xen_pv/sbin/hastd/primary.c projects/amd64_xen_pv/sbin/hastd/secondary.c projects/amd64_xen_pv/sbin/hastd/subr.c projects/amd64_xen_pv/sbin/ifconfig/af_inet6.c projects/amd64_xen_pv/sbin/ifconfig/af_nd6.c projects/amd64_xen_pv/sbin/ifconfig/ifconfig.8 projects/amd64_xen_pv/sbin/ifconfig/ifconfig.c projects/amd64_xen_pv/sbin/ifconfig/ifieee80211.c projects/amd64_xen_pv/sbin/ipfw/ipfw.8 projects/amd64_xen_pv/sbin/ipfw/ipfw2.c projects/amd64_xen_pv/sbin/ipfw/ipfw2.h projects/amd64_xen_pv/sbin/ipfw/ipv6.c projects/amd64_xen_pv/sbin/ipfw/nat.c projects/amd64_xen_pv/sbin/ldconfig/ldconfig.8 projects/amd64_xen_pv/sbin/ldconfig/ldconfig.c projects/amd64_xen_pv/sbin/mdconfig/mdconfig.8 projects/amd64_xen_pv/sbin/mdconfig/mdconfig.c projects/amd64_xen_pv/sbin/mount/getmntopts.3 projects/amd64_xen_pv/sbin/mount/mount.8 projects/amd64_xen_pv/sbin/mount/mount.c projects/amd64_xen_pv/sbin/mount_cd9660/mount_cd9660.8 projects/amd64_xen_pv/sbin/mount_cd9660/mount_cd9660.c projects/amd64_xen_pv/sbin/mount_msdosfs/mount_msdosfs.c projects/amd64_xen_pv/sbin/mount_nfs/mount_nfs.8 projects/amd64_xen_pv/sbin/mount_nfs/mount_nfs.c projects/amd64_xen_pv/sbin/mount_nullfs/mount_nullfs.c projects/amd64_xen_pv/sbin/mount_udf/Makefile projects/amd64_xen_pv/sbin/mount_udf/mount_udf.c projects/amd64_xen_pv/sbin/mount_unionfs/mount_unionfs.c projects/amd64_xen_pv/sbin/natd/natd.c projects/amd64_xen_pv/sbin/newfs/mkfs.c projects/amd64_xen_pv/sbin/newfs/newfs.8 projects/amd64_xen_pv/sbin/newfs/newfs.c projects/amd64_xen_pv/sbin/newfs/newfs.h projects/amd64_xen_pv/sbin/newfs_msdos/newfs_msdos.c projects/amd64_xen_pv/sbin/pfctl/Makefile projects/amd64_xen_pv/sbin/pflogd/Makefile projects/amd64_xen_pv/sbin/ping/ping.c projects/amd64_xen_pv/sbin/ping6/ping6.c projects/amd64_xen_pv/sbin/quotacheck/quotacheck.c projects/amd64_xen_pv/sbin/rcorder/rcorder.c projects/amd64_xen_pv/sbin/reboot/boot_i386.8 projects/amd64_xen_pv/sbin/recoverdisk/recoverdisk.c projects/amd64_xen_pv/sbin/restore/dirs.c projects/amd64_xen_pv/sbin/restore/interactive.c projects/amd64_xen_pv/sbin/restore/restore.c projects/amd64_xen_pv/sbin/restore/symtab.c projects/amd64_xen_pv/sbin/restore/tape.c projects/amd64_xen_pv/sbin/route/keywords projects/amd64_xen_pv/sbin/route/route.8 projects/amd64_xen_pv/sbin/route/route.c projects/amd64_xen_pv/sbin/savecore/savecore.8 projects/amd64_xen_pv/sbin/savecore/savecore.c projects/amd64_xen_pv/sbin/setkey/Makefile projects/amd64_xen_pv/sbin/setkey/setkey.8 projects/amd64_xen_pv/sbin/shutdown/shutdown.8 projects/amd64_xen_pv/sbin/sysctl/sysctl.8 projects/amd64_xen_pv/sbin/sysctl/sysctl.c projects/amd64_xen_pv/sbin/tunefs/tunefs.8 projects/amd64_xen_pv/sbin/tunefs/tunefs.c projects/amd64_xen_pv/sbin/umount/umount.c projects/amd64_xen_pv/secure/lib/libcrypto/Makefile projects/amd64_xen_pv/secure/lib/libcrypto/Makefile.inc projects/amd64_xen_pv/secure/lib/libcrypto/Makefile.man projects/amd64_xen_pv/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ASN1_STRING_length.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ASN1_STRING_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ASN1_generate_nconf.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_ctrl.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_f_base64.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_f_buffer.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_f_cipher.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_f_md.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_f_null.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_f_ssl.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_find_type.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_new_CMS.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_push.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_read.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_accept.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_bio.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_connect.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_fd.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_file.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_mem.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_null.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_s_socket.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_set_callback.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BIO_should_retry.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_BLINDING_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_CTX_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_CTX_start.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_add.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_add_word.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_bn2bin.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_cmp.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_copy.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_generate_prime.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_mod_inverse.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_num_bytes.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_rand.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_set_bit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_swap.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/BN_zero.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_add0_cert.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_compress.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_decrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_encrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_final.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_get0_type.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_sign.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_sign_add1_signer.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_sign_receipt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_uncompress.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_verify.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CMS_verify_receipt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CONF_modules_free.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CONF_modules_load_file.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DH_generate_key.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DH_generate_parameters.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DH_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DH_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DH_set_method.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DH_size.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_SIG_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_do_sign.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_dup_DH.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_generate_key.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_generate_parameters.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_set_method.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_sign.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/DSA_size.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_GET_LIB.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_clear_error.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_error_string.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_get_error.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_load_crypto_strings.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_load_strings.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_print_errors.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_put_error.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_remove_state.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ERR_set_mark.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_BytesToKey.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_DigestInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_DigestSignInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_EncryptInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_OpenInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_cmp.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_derive.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_keygen.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_print_private.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_PKEY_sign.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_SealInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_SignInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/EVP_VerifyInit.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OBJ_nid2obj.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OPENSSL_Applink.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OPENSSL_config.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OPENSSL_ia32cap.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS12_create.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS12_parse.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS7_decrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS7_encrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS7_sign.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/PKCS7_verify.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RAND_add.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RAND_bytes.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RAND_cleanup.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RAND_egd.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RAND_load_file.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RAND_set_rand_method.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_blinding_on.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_check_key.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_generate_key.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_print.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_private_encrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_public_encrypt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_set_method.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_sign.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/RSA_size.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/SMIME_read_CMS.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/SMIME_read_PKCS7.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/SMIME_write_CMS.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/SMIME_write_PKCS7.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_NAME_print_ex.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_STORE_CTX_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_new.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/X509_verify_cert.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/bio.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/blowfish.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/bn.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/bn_internal.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/buffer.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/crypto.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_DHparams.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_DSAPublicKey.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_X509.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_X509_ALGOR.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_X509_CRL.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_X509_NAME.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_X509_REQ.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/d2i_X509_SIG.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/des.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/dh.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/dsa.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ecdsa.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/engine.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/err.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/evp.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/hmac.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/lh_stats.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/lhash.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/md5.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/mdc2.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/pem.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/rand.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/rc4.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ripemd.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/rsa.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/sha.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/threads.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ui.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/ui_compat.3 projects/amd64_xen_pv/secure/lib/libcrypto/man/x509.3 projects/amd64_xen_pv/secure/lib/libssh/Makefile projects/amd64_xen_pv/secure/lib/libssl/Makefile projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CIPHER_get_name.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_COMP_add_compression_method.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_add_session.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_ctrl.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_flush_sessions.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_free.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_new.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_sess_number.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_sessions.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_cert_store.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_info_callback.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_mode.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_options.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_timeout.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_set_verify.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_use_certificate.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_SESSION_free.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_SESSION_get_time.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_accept.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_alert_type_string.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_clear.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_connect.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_do_handshake.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_free.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_SSL_CTX.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_ciphers.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_client_CA_list.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_current_cipher.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_default_timeout.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_error.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_ex_new_index.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_fd.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_peer_cert_chain.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_peer_certificate.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_psk_identity.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_rbio.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_session.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_verify_result.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_get_version.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_library_init.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_load_client_CA_file.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_new.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_pending.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_read.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_rstate_string.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_session_reused.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_set_bio.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_set_connect_state.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_set_fd.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_set_session.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_set_shutdown.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_set_verify_result.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_shutdown.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_state_string.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_want.3 projects/amd64_xen_pv/secure/lib/libssl/man/SSL_write.3 projects/amd64_xen_pv/secure/lib/libssl/man/d2i_SSL_SESSION.3 projects/amd64_xen_pv/secure/lib/libssl/man/ssl.3 projects/amd64_xen_pv/secure/libexec/ssh-keysign/Makefile projects/amd64_xen_pv/secure/usr.bin/bdes/bdes.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/CA.pl.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/asn1parse.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/ca.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/ciphers.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/cms.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/crl.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/crl2pkcs7.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/dgst.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/dhparam.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/dsa.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/dsaparam.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/ec.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/ecparam.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/enc.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/errstr.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/gendsa.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/genpkey.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/genrsa.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/nseq.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/ocsp.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/openssl.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/passwd.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/pkcs12.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/pkcs7.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/pkcs8.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/pkey.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/pkeyparam.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/pkeyutl.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/rand.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/req.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/rsa.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/rsautl.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/s_client.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/s_server.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/s_time.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/sess_id.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/smime.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/speed.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/spkac.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/ts.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/tsget.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/verify.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/version.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/x509.1 projects/amd64_xen_pv/secure/usr.bin/openssl/man/x509v3_config.1 projects/amd64_xen_pv/secure/usr.bin/ssh/Makefile projects/amd64_xen_pv/secure/usr.sbin/sshd/Makefile projects/amd64_xen_pv/share/Makefile projects/amd64_xen_pv/share/dict/freebsd projects/amd64_xen_pv/share/doc/Makefile projects/amd64_xen_pv/share/doc/smm/01.setup/3.t projects/amd64_xen_pv/share/doc/smm/01.setup/4.t projects/amd64_xen_pv/share/examples/Makefile projects/amd64_xen_pv/share/examples/bhyve/vmrun.sh projects/amd64_xen_pv/share/examples/csh/dot.cshrc projects/amd64_xen_pv/share/examples/cvsup/README projects/amd64_xen_pv/share/examples/cvsup/cvs-supfile projects/amd64_xen_pv/share/examples/cvsup/stable-supfile projects/amd64_xen_pv/share/examples/cvsup/standard-supfile projects/amd64_xen_pv/share/examples/diskless/README.BOOTP projects/amd64_xen_pv/share/examples/etc/README.examples projects/amd64_xen_pv/share/examples/etc/make.conf projects/amd64_xen_pv/share/examples/ppp/ppp.conf.sample projects/amd64_xen_pv/share/examples/ppp/ppp.conf.span-isp projects/amd64_xen_pv/share/examples/ses/sesd/sesd.0 projects/amd64_xen_pv/share/examples/ses/srcs/eltsub.c projects/amd64_xen_pv/share/examples/ses/srcs/sesd.c projects/amd64_xen_pv/share/i18n/csmapper/Makefile.part projects/amd64_xen_pv/share/info/Makefile projects/amd64_xen_pv/share/man/man1/Makefile projects/amd64_xen_pv/share/man/man3/Makefile projects/amd64_xen_pv/share/man/man3/queue.3 projects/amd64_xen_pv/share/man/man3/siginfo.3 projects/amd64_xen_pv/share/man/man3/sysexits.3 projects/amd64_xen_pv/share/man/man4/Makefile projects/amd64_xen_pv/share/man/man4/acpi.4 projects/amd64_xen_pv/share/man/man4/arcmsr.4 projects/amd64_xen_pv/share/man/man4/ata.4 projects/amd64_xen_pv/share/man/man4/audit.4 projects/amd64_xen_pv/share/man/man4/carp.4 projects/amd64_xen_pv/share/man/man4/cas.4 projects/amd64_xen_pv/share/man/man4/ccd.4 projects/amd64_xen_pv/share/man/man4/cxgbe.4 projects/amd64_xen_pv/share/man/man4/ddb.4 projects/amd64_xen_pv/share/man/man4/est.4 projects/amd64_xen_pv/share/man/man4/eventtimers.4 projects/amd64_xen_pv/share/man/man4/gdb.4 projects/amd64_xen_pv/share/man/man4/geom.4 projects/amd64_xen_pv/share/man/man4/hptiop.4 projects/amd64_xen_pv/share/man/man4/hwpmc.4 projects/amd64_xen_pv/share/man/man4/icmp6.4 projects/amd64_xen_pv/share/man/man4/ip.4 projects/amd64_xen_pv/share/man/man4/ip6.4 projects/amd64_xen_pv/share/man/man4/ipfirewall.4 projects/amd64_xen_pv/share/man/man4/ipsec.4 projects/amd64_xen_pv/share/man/man4/iwn.4 projects/amd64_xen_pv/share/man/man4/ktr.4 projects/amd64_xen_pv/share/man/man4/lagg.4 projects/amd64_xen_pv/share/man/man4/mfi.4 projects/amd64_xen_pv/share/man/man4/mouse.4 projects/amd64_xen_pv/share/man/man4/mps.4 projects/amd64_xen_pv/share/man/man4/mvs.4 projects/amd64_xen_pv/share/man/man4/ng_UI.4 projects/amd64_xen_pv/share/man/man4/ng_async.4 projects/amd64_xen_pv/share/man/man4/ng_atm.4 projects/amd64_xen_pv/share/man/man4/ng_atmllc.4 projects/amd64_xen_pv/share/man/man4/ng_bluetooth.4 projects/amd64_xen_pv/share/man/man4/ng_bpf.4 projects/amd64_xen_pv/share/man/man4/ng_bridge.4 projects/amd64_xen_pv/share/man/man4/ng_bt3c.4 projects/amd64_xen_pv/share/man/man4/ng_btsocket.4 projects/amd64_xen_pv/share/man/man4/ng_car.4 projects/amd64_xen_pv/share/man/man4/ng_ccatm.4 projects/amd64_xen_pv/share/man/man4/ng_cisco.4 projects/amd64_xen_pv/share/man/man4/ng_deflate.4 projects/amd64_xen_pv/share/man/man4/ng_eiface.4 projects/amd64_xen_pv/share/man/man4/ng_etf.4 projects/amd64_xen_pv/share/man/man4/ng_ether.4 projects/amd64_xen_pv/share/man/man4/ng_fec.4 projects/amd64_xen_pv/share/man/man4/ng_frame_relay.4 projects/amd64_xen_pv/share/man/man4/ng_gif.4 projects/amd64_xen_pv/share/man/man4/ng_gif_demux.4 projects/amd64_xen_pv/share/man/man4/ng_h4.4 projects/amd64_xen_pv/share/man/man4/ng_hci.4 projects/amd64_xen_pv/share/man/man4/ng_hole.4 projects/amd64_xen_pv/share/man/man4/ng_hub.4 projects/amd64_xen_pv/share/man/man4/ng_iface.4 projects/amd64_xen_pv/share/man/man4/ng_ksocket.4 projects/amd64_xen_pv/share/man/man4/ng_l2cap.4 projects/amd64_xen_pv/share/man/man4/ng_l2tp.4 projects/amd64_xen_pv/share/man/man4/ng_lmi.4 projects/amd64_xen_pv/share/man/man4/ng_mppc.4 projects/amd64_xen_pv/share/man/man4/ng_nat.4 projects/amd64_xen_pv/share/man/man4/ng_netflow.4 projects/amd64_xen_pv/share/man/man4/ng_one2many.4 projects/amd64_xen_pv/share/man/man4/ng_patch.4 projects/amd64_xen_pv/share/man/man4/ng_ppp.4 projects/amd64_xen_pv/share/man/man4/ng_pppoe.4 projects/amd64_xen_pv/share/man/man4/ng_pptpgre.4 projects/amd64_xen_pv/share/man/man4/ng_pred1.4 projects/amd64_xen_pv/share/man/man4/ng_rfc1490.4 projects/amd64_xen_pv/share/man/man4/ng_source.4 projects/amd64_xen_pv/share/man/man4/ng_split.4 projects/amd64_xen_pv/share/man/man4/ng_sppp.4 projects/amd64_xen_pv/share/man/man4/ng_sscfu.4 projects/amd64_xen_pv/share/man/man4/ng_sscop.4 projects/amd64_xen_pv/share/man/man4/ng_tag.4 projects/amd64_xen_pv/share/man/man4/ng_tcpmss.4 projects/amd64_xen_pv/share/man/man4/ng_tee.4 projects/amd64_xen_pv/share/man/man4/ng_tty.4 projects/amd64_xen_pv/share/man/man4/ng_ubt.4 projects/amd64_xen_pv/share/man/man4/ng_uni.4 projects/amd64_xen_pv/share/man/man4/ng_vjc.4 projects/amd64_xen_pv/share/man/man4/ng_vlan.4 projects/amd64_xen_pv/share/man/man4/psm.4 projects/amd64_xen_pv/share/man/man4/random.4 projects/amd64_xen_pv/share/man/man4/rl.4 projects/amd64_xen_pv/share/man/man4/run.4 projects/amd64_xen_pv/share/man/man4/sge.4 projects/amd64_xen_pv/share/man/man4/stf.4 projects/amd64_xen_pv/share/man/man4/textdump.4 projects/amd64_xen_pv/share/man/man4/udp.4 projects/amd64_xen_pv/share/man/man4/unix.4 projects/amd64_xen_pv/share/man/man4/usb_quirk.4 projects/amd64_xen_pv/share/man/man4/vale.4 projects/amd64_xen_pv/share/man/man4/virtio.4 projects/amd64_xen_pv/share/man/man4/wbwd.4 projects/amd64_xen_pv/share/man/man4/zyd.4 projects/amd64_xen_pv/share/man/man5/Makefile projects/amd64_xen_pv/share/man/man5/core.5 projects/amd64_xen_pv/share/man/man5/fstab.5 projects/amd64_xen_pv/share/man/man5/group.5 projects/amd64_xen_pv/share/man/man5/make.conf.5 projects/amd64_xen_pv/share/man/man5/portindex.5 projects/amd64_xen_pv/share/man/man5/rc.conf.5 projects/amd64_xen_pv/share/man/man5/remote.5 projects/amd64_xen_pv/share/man/man5/src.conf.5 projects/amd64_xen_pv/share/man/man7/Makefile projects/amd64_xen_pv/share/man/man7/build.7 projects/amd64_xen_pv/share/man/man7/development.7 projects/amd64_xen_pv/share/man/man7/environ.7 projects/amd64_xen_pv/share/man/man7/hier.7 projects/amd64_xen_pv/share/man/man7/ports.7 projects/amd64_xen_pv/share/man/man7/release.7 projects/amd64_xen_pv/share/man/man7/tuning.7 projects/amd64_xen_pv/share/man/man9/Makefile projects/amd64_xen_pv/share/man/man9/VFS.9 projects/amd64_xen_pv/share/man/man9/VFS_SET.9 projects/amd64_xen_pv/share/man/man9/buf_ring.9 projects/amd64_xen_pv/share/man/man9/condvar.9 projects/amd64_xen_pv/share/man/man9/disk.9 projects/amd64_xen_pv/share/man/man9/domain.9 projects/amd64_xen_pv/share/man/man9/drbr.9 projects/amd64_xen_pv/share/man/man9/eventtimers.9 projects/amd64_xen_pv/share/man/man9/firmware.9 projects/amd64_xen_pv/share/man/man9/lock.9 projects/amd64_xen_pv/share/man/man9/make_dev.9 projects/amd64_xen_pv/share/man/man9/malloc.9 projects/amd64_xen_pv/share/man/man9/mbuf.9 projects/amd64_xen_pv/share/man/man9/mbuf_tags.9 projects/amd64_xen_pv/share/man/man9/mi_switch.9 projects/amd64_xen_pv/share/man/man9/module.9 projects/amd64_xen_pv/share/man/man9/namei.9 projects/amd64_xen_pv/share/man/man9/pfil.9 projects/amd64_xen_pv/share/man/man9/sleep.9 projects/amd64_xen_pv/share/man/man9/sleepqueue.9 projects/amd64_xen_pv/share/man/man9/taskqueue.9 projects/amd64_xen_pv/share/man/man9/timeout.9 projects/amd64_xen_pv/share/man/man9/vfs_busy.9 projects/amd64_xen_pv/share/man/man9/vinvalbuf.9 projects/amd64_xen_pv/share/man/man9/vm_map_insert.9 projects/amd64_xen_pv/share/man/man9/vm_map_stack.9 projects/amd64_xen_pv/share/man/man9/zero_copy.9 projects/amd64_xen_pv/share/man/man9/zone.9 projects/amd64_xen_pv/share/misc/Makefile projects/amd64_xen_pv/share/misc/bsd-family-tree projects/amd64_xen_pv/share/misc/committers-doc.dot projects/amd64_xen_pv/share/misc/committers-ports.dot projects/amd64_xen_pv/share/misc/committers-src.dot projects/amd64_xen_pv/share/misc/flowers (contents, props changed) projects/amd64_xen_pv/share/misc/iso639 projects/amd64_xen_pv/share/misc/organization.dot projects/amd64_xen_pv/share/misc/pci_vendors projects/amd64_xen_pv/share/mk/Makefile projects/amd64_xen_pv/share/mk/bsd.README projects/amd64_xen_pv/share/mk/bsd.cpu.mk projects/amd64_xen_pv/share/mk/bsd.crunchgen.mk projects/amd64_xen_pv/share/mk/bsd.dep.mk projects/amd64_xen_pv/share/mk/bsd.incs.mk projects/amd64_xen_pv/share/mk/bsd.info.mk projects/amd64_xen_pv/share/mk/bsd.init.mk projects/amd64_xen_pv/share/mk/bsd.lib.mk projects/amd64_xen_pv/share/mk/bsd.libnames.mk projects/amd64_xen_pv/share/mk/bsd.links.mk projects/amd64_xen_pv/share/mk/bsd.man.mk projects/amd64_xen_pv/share/mk/bsd.obj.mk projects/amd64_xen_pv/share/mk/bsd.own.mk projects/amd64_xen_pv/share/mk/bsd.prog.mk projects/amd64_xen_pv/share/mk/bsd.subdir.mk projects/amd64_xen_pv/share/mk/bsd.sys.mk projects/amd64_xen_pv/share/mk/sys.mk projects/amd64_xen_pv/share/monetdef/Makefile projects/amd64_xen_pv/share/msgdef/Makefile projects/amd64_xen_pv/share/numericdef/Makefile projects/amd64_xen_pv/share/skel/dot.cshrc projects/amd64_xen_pv/share/syscons/keymaps/INDEX.keymaps projects/amd64_xen_pv/share/syscons/keymaps/Makefile projects/amd64_xen_pv/share/syscons/keymaps/spanish.dvorak.kbd projects/amd64_xen_pv/share/termcap/termcap.src projects/amd64_xen_pv/share/zoneinfo/Makefile projects/amd64_xen_pv/sys/Makefile projects/amd64_xen_pv/sys/amd64/acpica/acpi_machdep.c projects/amd64_xen_pv/sys/amd64/amd64/db_trace.c projects/amd64_xen_pv/sys/amd64/amd64/fpu.c projects/amd64_xen_pv/sys/amd64/amd64/identcpu.c projects/amd64_xen_pv/sys/amd64/amd64/initcpu.c projects/amd64_xen_pv/sys/amd64/amd64/machdep.c projects/amd64_xen_pv/sys/amd64/amd64/minidump_machdep.c projects/amd64_xen_pv/sys/amd64/amd64/mp_machdep.c projects/amd64_xen_pv/sys/amd64/amd64/pmap.c projects/amd64_xen_pv/sys/amd64/amd64/trap.c projects/amd64_xen_pv/sys/amd64/amd64/uma_machdep.c projects/amd64_xen_pv/sys/amd64/amd64/vm_machdep.c projects/amd64_xen_pv/sys/amd64/conf/GENERIC projects/amd64_xen_pv/sys/amd64/conf/NOTES projects/amd64_xen_pv/sys/amd64/include/atomic.h projects/amd64_xen_pv/sys/amd64/include/elf.h projects/amd64_xen_pv/sys/amd64/include/fpu.h projects/amd64_xen_pv/sys/amd64/include/frame.h projects/amd64_xen_pv/sys/amd64/include/intr_machdep.h projects/amd64_xen_pv/sys/amd64/include/md_var.h projects/amd64_xen_pv/sys/amd64/include/pc/bios.h projects/amd64_xen_pv/sys/amd64/include/pmap.h projects/amd64_xen_pv/sys/amd64/include/sigframe.h projects/amd64_xen_pv/sys/amd64/include/signal.h projects/amd64_xen_pv/sys/amd64/include/ucontext.h projects/amd64_xen_pv/sys/amd64/linux32/linux.h projects/amd64_xen_pv/sys/amd64/linux32/linux32_sysvec.c projects/amd64_xen_pv/sys/amd64/pci/pci_cfgreg.c projects/amd64_xen_pv/sys/amd64/vmm/vmm_instruction_emul.c projects/amd64_xen_pv/sys/amd64/xen/clock.c projects/amd64_xen_pv/sys/amd64/xen/machdep.c projects/amd64_xen_pv/sys/amd64/xen/pmap.c projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.c projects/amd64_xen_pv/sys/arm/arm/bcopy_page.S projects/amd64_xen_pv/sys/arm/arm/bcopyinout.S projects/amd64_xen_pv/sys/arm/arm/bcopyinout_xscale.S projects/amd64_xen_pv/sys/arm/arm/blockio.S projects/amd64_xen_pv/sys/arm/arm/bus_space_asm_generic.S projects/amd64_xen_pv/sys/arm/arm/busdma_machdep-v6.c projects/amd64_xen_pv/sys/arm/arm/busdma_machdep.c projects/amd64_xen_pv/sys/arm/arm/copystr.S projects/amd64_xen_pv/sys/arm/arm/cpufunc.c projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_arm10.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_arm11.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_arm7tdmi.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_arm8.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_arm9.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_armv4.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_armv5.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_armv5_ec.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_armv6.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_armv7.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_fa526.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_ixp12x0.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_pj4b.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_sa1.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_sa11x0.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_sheeva.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_xscale.S projects/amd64_xen_pv/sys/arm/arm/cpufunc_asm_xscale_c3.S projects/amd64_xen_pv/sys/arm/arm/db_trace.c projects/amd64_xen_pv/sys/arm/arm/disassem.c projects/amd64_xen_pv/sys/arm/arm/elf_trampoline.c projects/amd64_xen_pv/sys/arm/arm/exception.S projects/amd64_xen_pv/sys/arm/arm/fiq_subr.S projects/amd64_xen_pv/sys/arm/arm/fusu.S projects/amd64_xen_pv/sys/arm/arm/identcpu.c projects/amd64_xen_pv/sys/arm/arm/in_cksum_arm.S projects/amd64_xen_pv/sys/arm/arm/intr.c projects/amd64_xen_pv/sys/arm/arm/irq_dispatch.S projects/amd64_xen_pv/sys/arm/arm/locore.S projects/amd64_xen_pv/sys/arm/arm/machdep.c projects/amd64_xen_pv/sys/arm/arm/mp_machdep.c projects/amd64_xen_pv/sys/arm/arm/mpcore_timer.c projects/amd64_xen_pv/sys/arm/arm/pl310.c projects/amd64_xen_pv/sys/arm/arm/pmap-v6.c projects/amd64_xen_pv/sys/arm/arm/pmap.c projects/amd64_xen_pv/sys/arm/arm/setcpsr.S projects/amd64_xen_pv/sys/arm/arm/support.S projects/amd64_xen_pv/sys/arm/arm/swtch.S projects/amd64_xen_pv/sys/arm/arm/trap.c projects/amd64_xen_pv/sys/arm/arm/vfp.c projects/amd64_xen_pv/sys/arm/arm/vm_machdep.c projects/amd64_xen_pv/sys/arm/at91/at91_machdep.c projects/amd64_xen_pv/sys/arm/at91/at91_rtc.c projects/amd64_xen_pv/sys/arm/at91/at91_rtcreg.h projects/amd64_xen_pv/sys/arm/at91/files.at91 projects/amd64_xen_pv/sys/arm/at91/if_ate.c projects/amd64_xen_pv/sys/arm/at91/if_macb.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_fb.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_machdep.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_systimer.c projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/bcm2835_vcbus.h projects/amd64_xen_pv/sys/arm/broadcom/bcm2835/files.bcm2835 projects/amd64_xen_pv/sys/arm/conf/ARMADAXP projects/amd64_xen_pv/sys/arm/conf/BEAGLEBONE projects/amd64_xen_pv/sys/arm/conf/CAMBRIA projects/amd64_xen_pv/sys/arm/conf/CNS11XXNAS projects/amd64_xen_pv/sys/arm/conf/DOCKSTAR projects/amd64_xen_pv/sys/arm/conf/EA3250 projects/amd64_xen_pv/sys/arm/conf/GUMSTIX-QEMU projects/amd64_xen_pv/sys/arm/conf/HL201 projects/amd64_xen_pv/sys/arm/conf/KB920X projects/amd64_xen_pv/sys/arm/conf/LN2410SBC projects/amd64_xen_pv/sys/arm/conf/PANDABOARD projects/amd64_xen_pv/sys/arm/conf/QILA9G20 projects/amd64_xen_pv/sys/arm/conf/RPI-B projects/amd64_xen_pv/sys/arm/conf/SAM9G20EK projects/amd64_xen_pv/sys/arm/conf/SAM9X25EK projects/amd64_xen_pv/sys/arm/conf/SHEEVAPLUG projects/amd64_xen_pv/sys/arm/conf/SN9G45 projects/amd64_xen_pv/sys/arm/conf/TS7800 projects/amd64_xen_pv/sys/arm/econa/econa_machdep.c projects/amd64_xen_pv/sys/arm/econa/if_ece.c projects/amd64_xen_pv/sys/arm/include/armreg.h projects/amd64_xen_pv/sys/arm/include/asm.h projects/amd64_xen_pv/sys/arm/include/atomic.h projects/amd64_xen_pv/sys/arm/include/bus.h projects/amd64_xen_pv/sys/arm/include/cpuconf.h projects/amd64_xen_pv/sys/arm/include/cpufunc.h projects/amd64_xen_pv/sys/arm/include/frame.h projects/amd64_xen_pv/sys/arm/include/intr.h projects/amd64_xen_pv/sys/arm/include/machdep.h projects/amd64_xen_pv/sys/arm/include/param.h projects/amd64_xen_pv/sys/arm/include/pcpu.h projects/amd64_xen_pv/sys/arm/include/pl310.h projects/amd64_xen_pv/sys/arm/include/pmap.h projects/amd64_xen_pv/sys/arm/include/proc.h projects/amd64_xen_pv/sys/arm/include/signal.h projects/amd64_xen_pv/sys/arm/include/vfp.h projects/amd64_xen_pv/sys/arm/include/vm.h projects/amd64_xen_pv/sys/arm/include/vmparam.h projects/amd64_xen_pv/sys/arm/lpc/if_lpe.c projects/amd64_xen_pv/sys/arm/lpc/lpc_gpio.c projects/amd64_xen_pv/sys/arm/lpc/lpc_machdep.c projects/amd64_xen_pv/sys/arm/lpc/lpc_timer.c projects/amd64_xen_pv/sys/arm/mv/armadaxp/armadaxp.c projects/amd64_xen_pv/sys/arm/mv/armadaxp/armadaxp_mp.c projects/amd64_xen_pv/sys/arm/mv/common.c projects/amd64_xen_pv/sys/arm/mv/mpic.c projects/amd64_xen_pv/sys/arm/mv/mv_machdep.c projects/amd64_xen_pv/sys/arm/mv/mv_pci.c projects/amd64_xen_pv/sys/arm/mv/mvreg.h projects/amd64_xen_pv/sys/arm/mv/mvvar.h projects/amd64_xen_pv/sys/arm/mv/mvwin.h projects/amd64_xen_pv/sys/arm/mv/timer.c projects/amd64_xen_pv/sys/arm/s3c2xx0/s3c24x0_machdep.c projects/amd64_xen_pv/sys/arm/sa11x0/assabet_machdep.c projects/amd64_xen_pv/sys/arm/tegra/common.c projects/amd64_xen_pv/sys/arm/tegra/std.tegra2 projects/amd64_xen_pv/sys/arm/tegra/tegra2_machdep.c projects/amd64_xen_pv/sys/arm/ti/am335x/am335x_dmtimer.c projects/amd64_xen_pv/sys/arm/ti/am335x/am335x_scm_padconf.c projects/amd64_xen_pv/sys/arm/ti/cpsw/if_cpsw.c projects/amd64_xen_pv/sys/arm/ti/cpsw/if_cpswreg.h projects/amd64_xen_pv/sys/arm/ti/cpsw/if_cpswvar.h projects/amd64_xen_pv/sys/arm/ti/omap4/omap4_l2cache.c projects/amd64_xen_pv/sys/arm/ti/omap4/omap4_mp.c projects/amd64_xen_pv/sys/arm/ti/omap4/omap4_smc.h projects/amd64_xen_pv/sys/arm/ti/omap4/std.omap4 projects/amd64_xen_pv/sys/arm/ti/ti_cpuid.c projects/amd64_xen_pv/sys/arm/ti/ti_cpuid.h projects/amd64_xen_pv/sys/arm/ti/ti_gpio.c projects/amd64_xen_pv/sys/arm/ti/ti_machdep.c projects/amd64_xen_pv/sys/arm/ti/ti_mmchs.c projects/amd64_xen_pv/sys/arm/ti/ti_scm.c projects/amd64_xen_pv/sys/arm/ti/usb/omap_ehci.c projects/amd64_xen_pv/sys/arm/xscale/i80321/ep80219_machdep.c projects/amd64_xen_pv/sys/arm/xscale/i80321/iq31244_machdep.c projects/amd64_xen_pv/sys/arm/xscale/i8134x/crb_machdep.c projects/amd64_xen_pv/sys/arm/xscale/ixp425/avila_machdep.c projects/amd64_xen_pv/sys/arm/xscale/ixp425/if_npe.c projects/amd64_xen_pv/sys/arm/xscale/pxa/pxa_machdep.c projects/amd64_xen_pv/sys/boot/arm/uboot/Makefile projects/amd64_xen_pv/sys/boot/common/Makefile.inc projects/amd64_xen_pv/sys/boot/common/bootstrap.h projects/amd64_xen_pv/sys/boot/common/console.c projects/amd64_xen_pv/sys/boot/common/disk.c projects/amd64_xen_pv/sys/boot/common/disk.h projects/amd64_xen_pv/sys/boot/common/interp.c projects/amd64_xen_pv/sys/boot/common/interp_forth.c projects/amd64_xen_pv/sys/boot/common/load_elf.c projects/amd64_xen_pv/sys/boot/common/module.c projects/amd64_xen_pv/sys/boot/common/part.c projects/amd64_xen_pv/sys/boot/common/reloc_elf.c projects/amd64_xen_pv/sys/boot/efi/Makefile.inc projects/amd64_xen_pv/sys/boot/efi/libefi/libefi.c projects/amd64_xen_pv/sys/boot/fdt/dts/bcm2835-rpi-b.dts projects/amd64_xen_pv/sys/boot/fdt/dts/beaglebone.dts projects/amd64_xen_pv/sys/boot/fdt/dts/pandaboard.dts projects/amd64_xen_pv/sys/boot/fdt/fdt_loader_cmd.c projects/amd64_xen_pv/sys/boot/ficl/Makefile projects/amd64_xen_pv/sys/boot/forth/beastie.4th projects/amd64_xen_pv/sys/boot/forth/beastie.4th.8 projects/amd64_xen_pv/sys/boot/forth/check-password.4th projects/amd64_xen_pv/sys/boot/forth/check-password.4th.8 projects/amd64_xen_pv/sys/boot/forth/color.4th.8 projects/amd64_xen_pv/sys/boot/forth/frames.4th projects/amd64_xen_pv/sys/boot/forth/loader.4th projects/amd64_xen_pv/sys/boot/forth/loader.4th.8 projects/amd64_xen_pv/sys/boot/forth/loader.conf projects/amd64_xen_pv/sys/boot/forth/loader.conf.5 projects/amd64_xen_pv/sys/boot/forth/menu-commands.4th projects/amd64_xen_pv/sys/boot/forth/menu.4th projects/amd64_xen_pv/sys/boot/forth/menu.4th.8 projects/amd64_xen_pv/sys/boot/forth/menu.rc projects/amd64_xen_pv/sys/boot/forth/support.4th projects/amd64_xen_pv/sys/boot/i386/Makefile.inc projects/amd64_xen_pv/sys/boot/i386/boot2/boot2.c projects/amd64_xen_pv/sys/boot/i386/boot2/lib.h projects/amd64_xen_pv/sys/boot/i386/boot2/sio.S projects/amd64_xen_pv/sys/boot/i386/btx/btx/btx.S projects/amd64_xen_pv/sys/boot/i386/common/edd.h projects/amd64_xen_pv/sys/boot/i386/efi/Makefile projects/amd64_xen_pv/sys/boot/i386/efi/exec.c projects/amd64_xen_pv/sys/boot/i386/efi/ldscript.amd64 projects/amd64_xen_pv/sys/boot/i386/efi/reloc.c projects/amd64_xen_pv/sys/boot/i386/gptboot/gptboot.c projects/amd64_xen_pv/sys/boot/i386/libi386/biosdisk.c projects/amd64_xen_pv/sys/boot/i386/libi386/bootinfo64.c projects/amd64_xen_pv/sys/boot/i386/libi386/comconsole.c projects/amd64_xen_pv/sys/boot/i386/libi386/devicename.c projects/amd64_xen_pv/sys/boot/i386/libi386/pxe.c projects/amd64_xen_pv/sys/boot/i386/libi386/pxe.h projects/amd64_xen_pv/sys/boot/i386/loader/Makefile projects/amd64_xen_pv/sys/boot/i386/loader/conf.c projects/amd64_xen_pv/sys/boot/i386/loader/main.c projects/amd64_xen_pv/sys/boot/i386/zfsboot/zfsboot.c projects/amd64_xen_pv/sys/boot/ia64/common/Makefile projects/amd64_xen_pv/sys/boot/ofw/libofw/devicename.c projects/amd64_xen_pv/sys/boot/pc98/Makefile.inc projects/amd64_xen_pv/sys/boot/pc98/boot2/Makefile projects/amd64_xen_pv/sys/boot/pc98/boot2/boot2.c projects/amd64_xen_pv/sys/boot/pc98/btx/btx/btx.S projects/amd64_xen_pv/sys/boot/pc98/cdboot/Makefile projects/amd64_xen_pv/sys/boot/pc98/libpc98/comconsole.c projects/amd64_xen_pv/sys/boot/pc98/loader/Makefile projects/amd64_xen_pv/sys/boot/pc98/loader/main.c projects/amd64_xen_pv/sys/boot/powerpc/boot1.chrp/boot1.c projects/amd64_xen_pv/sys/boot/powerpc/ofw/Makefile projects/amd64_xen_pv/sys/boot/powerpc/ps3/Makefile projects/amd64_xen_pv/sys/boot/powerpc/uboot/Makefile projects/amd64_xen_pv/sys/boot/sparc64/boot1/boot1.c projects/amd64_xen_pv/sys/boot/sparc64/loader/Makefile projects/amd64_xen_pv/sys/boot/sparc64/loader/main.c projects/amd64_xen_pv/sys/boot/uboot/common/main.c projects/amd64_xen_pv/sys/boot/uboot/common/metadata.c projects/amd64_xen_pv/sys/boot/uboot/lib/Makefile projects/amd64_xen_pv/sys/boot/uboot/lib/copy.c projects/amd64_xen_pv/sys/boot/uboot/lib/devicename.c projects/amd64_xen_pv/sys/boot/uboot/lib/disk.c projects/amd64_xen_pv/sys/boot/uboot/lib/elf_freebsd.c projects/amd64_xen_pv/sys/boot/uboot/lib/libuboot.h projects/amd64_xen_pv/sys/boot/userboot/ficl/Makefile projects/amd64_xen_pv/sys/boot/userboot/libstand/Makefile projects/amd64_xen_pv/sys/boot/userboot/test/test.c projects/amd64_xen_pv/sys/boot/userboot/userboot.h projects/amd64_xen_pv/sys/boot/userboot/userboot/Makefile projects/amd64_xen_pv/sys/boot/userboot/userboot/conf.c projects/amd64_xen_pv/sys/boot/userboot/userboot/elf32_freebsd.c projects/amd64_xen_pv/sys/boot/userboot/userboot/libuserboot.h projects/amd64_xen_pv/sys/boot/userboot/userboot/main.c projects/amd64_xen_pv/sys/boot/userboot/userboot/userboot_disk.c projects/amd64_xen_pv/sys/boot/zfs/Makefile projects/amd64_xen_pv/sys/boot/zfs/libzfs.h projects/amd64_xen_pv/sys/boot/zfs/zfs.c projects/amd64_xen_pv/sys/boot/zfs/zfsimpl.c projects/amd64_xen_pv/sys/bsm/audit_errno.h projects/amd64_xen_pv/sys/bsm/audit_internal.h projects/amd64_xen_pv/sys/bsm/audit_kevents.h projects/amd64_xen_pv/sys/bsm/audit_record.h projects/amd64_xen_pv/sys/cam/ata/ata_all.c projects/amd64_xen_pv/sys/cam/ata/ata_da.c projects/amd64_xen_pv/sys/cam/ata/ata_pmp.c projects/amd64_xen_pv/sys/cam/ata/ata_xpt.c projects/amd64_xen_pv/sys/cam/cam.h projects/amd64_xen_pv/sys/cam/cam_ccb.h projects/amd64_xen_pv/sys/cam/cam_periph.c projects/amd64_xen_pv/sys/cam/cam_queue.c projects/amd64_xen_pv/sys/cam/cam_sim.c projects/amd64_xen_pv/sys/cam/cam_xpt.c projects/amd64_xen_pv/sys/cam/ctl/ctl.c projects/amd64_xen_pv/sys/cam/ctl/ctl_backend_block.c projects/amd64_xen_pv/sys/cam/ctl/ctl_backend_ramdisk.c projects/amd64_xen_pv/sys/cam/ctl/ctl_frontend_cam_sim.c projects/amd64_xen_pv/sys/cam/ctl/scsi_ctl.c projects/amd64_xen_pv/sys/cam/scsi/scsi_all.c projects/amd64_xen_pv/sys/cam/scsi/scsi_all.h projects/amd64_xen_pv/sys/cam/scsi/scsi_cd.c projects/amd64_xen_pv/sys/cam/scsi/scsi_ch.c projects/amd64_xen_pv/sys/cam/scsi/scsi_da.c projects/amd64_xen_pv/sys/cam/scsi/scsi_enc.c projects/amd64_xen_pv/sys/cam/scsi/scsi_enc_internal.h projects/amd64_xen_pv/sys/cam/scsi/scsi_enc_ses.c projects/amd64_xen_pv/sys/cam/scsi/scsi_low.c projects/amd64_xen_pv/sys/cam/scsi/scsi_low.h projects/amd64_xen_pv/sys/cam/scsi/scsi_pass.c projects/amd64_xen_pv/sys/cam/scsi/scsi_pt.c projects/amd64_xen_pv/sys/cam/scsi/scsi_sa.c projects/amd64_xen_pv/sys/cam/scsi/scsi_sg.c projects/amd64_xen_pv/sys/cam/scsi/scsi_target.c projects/amd64_xen_pv/sys/cam/scsi/scsi_xpt.c projects/amd64_xen_pv/sys/cddl/boot/zfs/README projects/amd64_xen_pv/sys/cddl/boot/zfs/zfsimpl.h projects/amd64_xen_pv/sys/cddl/boot/zfs/zfssubr.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/kern/opensolaris_kstat.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/kern/opensolaris_lookup.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/byteorder.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/cred.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/debug.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/dkio.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/file.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/kcondvar.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/kmem.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/kstat.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/sig.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/time.h projects/amd64_xen_pv/sys/cddl/compat/opensolaris/sys/vnode.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/nvpair/fnvpair.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfeature_common.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfs_comutil.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfs_comutil.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/common/zfs/zprop_common.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/Makefile.files projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt_zap.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deleg.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_synctask.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lzjb.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/rrwlock.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_history.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ddt.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_objset.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_traverse.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_tx.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_deleg.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_pool.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_prop.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_synctask.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab_impl.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/refcount.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/rrwlock.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa_impl.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_boot.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/space_map.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/txg.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfeature.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_debug.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_vfsops.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_compress.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_impl.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_mirror.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_raidz.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_byteswap.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_debug.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fuid.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_log.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_onexit.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_rlock.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/sys/debug.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/sys/feature_tests.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/sys/nvpair.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/common/sys/procset.h projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c projects/amd64_xen_pv/sys/cddl/dev/dtrace/dtrace_debug.c projects/amd64_xen_pv/sys/cddl/dev/dtrace/dtrace_ioctl.c projects/amd64_xen_pv/sys/cddl/dev/fbt/fbt.c projects/amd64_xen_pv/sys/cddl/dev/lockstat/lockstat.c projects/amd64_xen_pv/sys/cddl/dev/profile/profile.c projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32.h projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32_misc.c projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32_proto.h projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32_syscall.h projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32_syscalls.c projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32_sysent.c projects/amd64_xen_pv/sys/compat/freebsd32/freebsd32_systrace_args.c projects/amd64_xen_pv/sys/compat/freebsd32/syscalls.master projects/amd64_xen_pv/sys/compat/linprocfs/linprocfs.c projects/amd64_xen_pv/sys/compat/linux/linux_emul.c projects/amd64_xen_pv/sys/compat/linux/linux_file.c projects/amd64_xen_pv/sys/compat/linux/linux_file.h projects/amd64_xen_pv/sys/compat/linux/linux_fork.c projects/amd64_xen_pv/sys/compat/linux/linux_futex.c projects/amd64_xen_pv/sys/compat/linux/linux_ioctl.c projects/amd64_xen_pv/sys/compat/linux/linux_ioctl.h projects/amd64_xen_pv/sys/compat/linux/linux_ipc.h projects/amd64_xen_pv/sys/compat/linux/linux_mib.c projects/amd64_xen_pv/sys/compat/linux/linux_misc.c projects/amd64_xen_pv/sys/compat/linux/linux_misc.h projects/amd64_xen_pv/sys/compat/linux/linux_signal.h projects/amd64_xen_pv/sys/compat/linux/linux_socket.c projects/amd64_xen_pv/sys/compat/linux/linux_socket.h projects/amd64_xen_pv/sys/compat/linux/linux_sysctl.c projects/amd64_xen_pv/sys/compat/linux/linux_time.c projects/amd64_xen_pv/sys/compat/ndis/kern_ndis.c projects/amd64_xen_pv/sys/compat/ndis/subr_ndis.c projects/amd64_xen_pv/sys/compat/svr4/svr4_fcntl.c projects/amd64_xen_pv/sys/compat/svr4/svr4_filio.c projects/amd64_xen_pv/sys/compat/svr4/svr4_misc.c projects/amd64_xen_pv/sys/compat/svr4/svr4_stream.c projects/amd64_xen_pv/sys/conf/Makefile.amd64 projects/amd64_xen_pv/sys/conf/Makefile.arm projects/amd64_xen_pv/sys/conf/Makefile.pc98 projects/amd64_xen_pv/sys/conf/Makefile.powerpc projects/amd64_xen_pv/sys/conf/NOTES projects/amd64_xen_pv/sys/conf/files projects/amd64_xen_pv/sys/conf/files.amd64 projects/amd64_xen_pv/sys/conf/files.arm projects/amd64_xen_pv/sys/conf/files.i386 projects/amd64_xen_pv/sys/conf/files.ia64 projects/amd64_xen_pv/sys/conf/files.mips projects/amd64_xen_pv/sys/conf/files.pc98 projects/amd64_xen_pv/sys/conf/files.powerpc projects/amd64_xen_pv/sys/conf/files.sparc64 projects/amd64_xen_pv/sys/conf/kern.mk projects/amd64_xen_pv/sys/conf/kern.post.mk projects/amd64_xen_pv/sys/conf/kern.pre.mk projects/amd64_xen_pv/sys/conf/kmod.mk projects/amd64_xen_pv/sys/conf/ldscript.arm projects/amd64_xen_pv/sys/conf/newvers.sh projects/amd64_xen_pv/sys/conf/options projects/amd64_xen_pv/sys/conf/options.amd64 projects/amd64_xen_pv/sys/conf/options.arm projects/amd64_xen_pv/sys/conf/options.i386 projects/amd64_xen_pv/sys/conf/options.ia64 projects/amd64_xen_pv/sys/conf/options.mips projects/amd64_xen_pv/sys/conf/options.sparc64 projects/amd64_xen_pv/sys/contrib/altq/altq/altq_cbq.c projects/amd64_xen_pv/sys/contrib/altq/altq/altq_hfsc.c projects/amd64_xen_pv/sys/contrib/altq/altq/altq_hfsc.h projects/amd64_xen_pv/sys/contrib/altq/altq/altq_priq.c projects/amd64_xen_pv/sys/contrib/altq/altq/altq_red.c projects/amd64_xen_pv/sys/contrib/altq/altq/altq_rio.c projects/amd64_xen_pv/sys/contrib/altq/altq/altq_rmclass.c projects/amd64_xen_pv/sys/contrib/altq/altq/altq_subr.c projects/amd64_xen_pv/sys/contrib/dev/acpica/changes.txt (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/adfile.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/adisasm.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/adwalk.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/ahpredef.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/dmextern.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/dmrestag.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/dmtable.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/dmtbdump.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/dmtbinfo.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/getopt.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslanalyze.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslbtypes.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslcodegen.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslcompile.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslcompiler.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslcompiler.l (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslcompiler.y (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asldefine.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslerror.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslfiles.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslfold.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslglobal.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asllength.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asllisting.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslload.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asllookup.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslmain.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslmap.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslmessages.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslopcodes.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asloperands.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslopt.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslpredef.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslresource.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype1.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype1i.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype2.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype2d.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype2e.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype2q.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype2s.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslrestype2w.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslstartup.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslstubs.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslsupport.l (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asltransform.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asltree.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asltypes.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/asluuid.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/aslwalks.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtcompile.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtcompiler.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtexpress.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtfield.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtio.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtparser.l (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtparser.y (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtsubtable.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dttable.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dttemplate.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dttemplate.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/dtutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/preprocess.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/prexpress.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/prmacros.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/prparser.l (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/prparser.y (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/prscan.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/prutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbcmds.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbdisply.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbexec.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbfileio.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbhistry.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbinput.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbmethod.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbnames.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbstats.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/dbxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmbuffer.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmnames.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmobject.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmopcode.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmresrc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmresrcl.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmresrcl2.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmresrcs.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/dmwalk.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsargs.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dscontrol.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsfield.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsinit.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsmethod.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsmthdat.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsobject.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsopcode.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dsutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dswexec.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dswload.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dswload2.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dswscope.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/dswstate.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evevent.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evglock.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evgpe.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evgpeblk.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evgpeinit.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evgpeutil.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evmisc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evregion.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evrgnini.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evsci.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evxfevnt.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evxfgpe.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/evxfregn.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exconfig.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exconvrt.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/excreate.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exdebug.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exdump.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exfield.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exfldio.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exmisc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exmutex.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exnames.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exoparg1.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exoparg2.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exoparg3.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exoparg6.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exprep.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exregion.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exresnte.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exresolv.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exresop.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exstore.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exstoren.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exstorob.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exsystem.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/exutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwacpi.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwesleep.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwgpe.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwpci.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwregs.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwsleep.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwtimer.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwvalid.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/hwxfsleep.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsaccess.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsalloc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsdump.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsdumpdv.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nseval.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsinit.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsload.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsnames.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsobject.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsparse.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nspredef.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsrepair.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsrepair2.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nssearch.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nswalk.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsxfeval.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsxfname.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/nsxfobj.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psargs.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psloop.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psopcode.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psparse.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psscope.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/pstree.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/pswalk.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/psxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsaddr.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rscalc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rscreate.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsdump.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsinfo.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsio.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsirq.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rslist.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsmemory.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsmisc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsserial.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/rsxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbfadt.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbfind.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbinstal.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbutils.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbxfload.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/tbxfroot.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utaddress.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utalloc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utcache.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utcopy.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utdebug.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utdecode.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utdelete.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/uteval.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utexcep.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utglobal.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utids.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utinit.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utlock.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utmath.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utmisc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utmutex.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utobject.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utosi.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utresrc.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utstate.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/uttrack.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utxface.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utxferror.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utxfinit.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/utxfmutex.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acapps.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acbuffer.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/accommon.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acconfig.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acdebug.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acdisasm.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acdispat.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acevents.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acexcep.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acglobal.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/achware.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acinterp.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/aclocal.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acmacros.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acnames.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acnamesp.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acobject.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acopcode.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acoutput.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acparser.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acpi.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acpiosxf.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acpixf.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acpredef.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acresrc.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acrestyp.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acstruct.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/actables.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/actbl.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/actbl1.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/actbl2.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/actbl3.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/actypes.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/acutils.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/amlcode.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/amlresrc.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/platform/acenv.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/platform/acfreebsd.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/platform/acgcc.h (contents, props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/os_specific/service_layers/osunixxf.c (contents, props changed) projects/amd64_xen_pv/sys/contrib/ipfilter/netinet/fil.c projects/amd64_xen_pv/sys/contrib/ipfilter/netinet/ip_auth.c projects/amd64_xen_pv/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c projects/amd64_xen_pv/sys/contrib/ngatm/netnatm/msg/uni_ie.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-app-init.h projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-dma-engine.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-ebt3000.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-helper-board.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-helper-spi.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-helper.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-pow.h projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-spi.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-utils.h projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx-warn.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/cvmx.h projects/amd64_xen_pv/sys/contrib/octeon-sdk/octeon-feature.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/octeon-feature.h projects/amd64_xen_pv/sys/contrib/octeon-sdk/octeon-model.c projects/amd64_xen_pv/sys/contrib/octeon-sdk/octeon-model.h projects/amd64_xen_pv/sys/contrib/octeon-sdk/octeon-pci-console.c projects/amd64_xen_pv/sys/contrib/rdma/rdma_addr.c projects/amd64_xen_pv/sys/crypto/aesni/aesni_wrap.c projects/amd64_xen_pv/sys/ddb/db_command.c projects/amd64_xen_pv/sys/ddb/db_textdump.c projects/amd64_xen_pv/sys/dev/aac/aac.c projects/amd64_xen_pv/sys/dev/aac/aac_cam.c projects/amd64_xen_pv/sys/dev/aac/aac_debug.c projects/amd64_xen_pv/sys/dev/aac/aac_disk.c projects/amd64_xen_pv/sys/dev/aac/aac_pci.c projects/amd64_xen_pv/sys/dev/aac/aac_tables.h projects/amd64_xen_pv/sys/dev/aac/aacvar.h projects/amd64_xen_pv/sys/dev/acpi_support/acpi_asus_wmi.c projects/amd64_xen_pv/sys/dev/acpi_support/acpi_fujitsu.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpi_support/acpi_hp.c projects/amd64_xen_pv/sys/dev/acpi_support/acpi_ibm.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpi_support/acpi_panasonic.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpi_support/acpi_sony.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpi_support/acpi_toshiba.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpi_support/acpi_wmi.c projects/amd64_xen_pv/sys/dev/acpica/Osd/OsdSchedule.c projects/amd64_xen_pv/sys/dev/acpica/acpi.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_acad.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_button.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_cmbat.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_cpu.c projects/amd64_xen_pv/sys/dev/acpica/acpi_dock.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_ec.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_hpet.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_lid.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_pci.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_pci_link.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_pcib.c projects/amd64_xen_pv/sys/dev/acpica/acpi_pcib_acpi.c projects/amd64_xen_pv/sys/dev/acpica/acpi_pcib_pci.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_perf.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_powerres.c projects/amd64_xen_pv/sys/dev/acpica/acpi_resource.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_smbat.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_thermal.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_throttle.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_timer.c (contents, props changed) projects/amd64_xen_pv/sys/dev/acpica/acpi_video.c projects/amd64_xen_pv/sys/dev/acpica/acpivar.h projects/amd64_xen_pv/sys/dev/adb/adb_mouse.c projects/amd64_xen_pv/sys/dev/adlink/adlink.c (contents, props changed) projects/amd64_xen_pv/sys/dev/advansys/adv_eisa.c projects/amd64_xen_pv/sys/dev/advansys/adv_isa.c projects/amd64_xen_pv/sys/dev/advansys/adv_pci.c projects/amd64_xen_pv/sys/dev/advansys/advansys.c projects/amd64_xen_pv/sys/dev/advansys/advansys.h projects/amd64_xen_pv/sys/dev/advansys/advlib.c projects/amd64_xen_pv/sys/dev/advansys/advlib.h projects/amd64_xen_pv/sys/dev/advansys/adw_pci.c projects/amd64_xen_pv/sys/dev/advansys/adwcam.c projects/amd64_xen_pv/sys/dev/advansys/adwlib.c projects/amd64_xen_pv/sys/dev/advansys/adwlib.h projects/amd64_xen_pv/sys/dev/advansys/adwvar.h projects/amd64_xen_pv/sys/dev/age/if_age.c projects/amd64_xen_pv/sys/dev/age/if_agevar.h projects/amd64_xen_pv/sys/dev/agp/agp.c projects/amd64_xen_pv/sys/dev/agp/agp_ali.c projects/amd64_xen_pv/sys/dev/agp/agp_amd.c projects/amd64_xen_pv/sys/dev/agp/agp_amd64.c projects/amd64_xen_pv/sys/dev/agp/agp_apple.c projects/amd64_xen_pv/sys/dev/agp/agp_ati.c projects/amd64_xen_pv/sys/dev/agp/agp_i810.c projects/amd64_xen_pv/sys/dev/agp/agp_intel.c projects/amd64_xen_pv/sys/dev/agp/agp_nvidia.c projects/amd64_xen_pv/sys/dev/agp/agp_sis.c projects/amd64_xen_pv/sys/dev/agp/agp_via.c projects/amd64_xen_pv/sys/dev/aha/aha.c projects/amd64_xen_pv/sys/dev/aha/aha_isa.c projects/amd64_xen_pv/sys/dev/aha/aha_mca.c projects/amd64_xen_pv/sys/dev/aha/ahareg.h projects/amd64_xen_pv/sys/dev/ahb/ahb.c projects/amd64_xen_pv/sys/dev/ahb/ahbreg.h projects/amd64_xen_pv/sys/dev/ahci/ahci.c projects/amd64_xen_pv/sys/dev/ahci/ahciem.c projects/amd64_xen_pv/sys/dev/aic/aic.c projects/amd64_xen_pv/sys/dev/aic/aic_cbus.c projects/amd64_xen_pv/sys/dev/aic/aic_isa.c projects/amd64_xen_pv/sys/dev/aic/aic_pccard.c projects/amd64_xen_pv/sys/dev/aic/aicvar.h projects/amd64_xen_pv/sys/dev/aic7xxx/aic79xx_osm.c projects/amd64_xen_pv/sys/dev/aic7xxx/aic7xxx_osm.c projects/amd64_xen_pv/sys/dev/aic7xxx/aicasm/aicasm_gram.y projects/amd64_xen_pv/sys/dev/alc/if_alc.c projects/amd64_xen_pv/sys/dev/ale/if_ale.c projects/amd64_xen_pv/sys/dev/altera/avgen/altera_avgen.c projects/amd64_xen_pv/sys/dev/altera/avgen/altera_avgen.h projects/amd64_xen_pv/sys/dev/altera/jtag_uart/altera_jtag_uart.h projects/amd64_xen_pv/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c projects/amd64_xen_pv/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c projects/amd64_xen_pv/sys/dev/altera/sdcard/altera_sdcard.c projects/amd64_xen_pv/sys/dev/altera/sdcard/altera_sdcard.h projects/amd64_xen_pv/sys/dev/altera/sdcard/altera_sdcard_io.c projects/amd64_xen_pv/sys/dev/altera/sdcard/altera_sdcard_nexus.c projects/amd64_xen_pv/sys/dev/amdsbwd/amdsbwd.c projects/amd64_xen_pv/sys/dev/amdtemp/amdtemp.c (contents, props changed) projects/amd64_xen_pv/sys/dev/amr/amr.c projects/amd64_xen_pv/sys/dev/amr/amr_cam.c projects/amd64_xen_pv/sys/dev/an/if_an.c projects/amd64_xen_pv/sys/dev/arcmsr/arcmsr.c projects/amd64_xen_pv/sys/dev/arcmsr/arcmsr.h projects/amd64_xen_pv/sys/dev/asmc/asmc.c projects/amd64_xen_pv/sys/dev/ata/ata-all.c projects/amd64_xen_pv/sys/dev/ata/ata-all.h projects/amd64_xen_pv/sys/dev/ata/ata-card.c projects/amd64_xen_pv/sys/dev/ata/ata-dma.c projects/amd64_xen_pv/sys/dev/ata/ata-lowlevel.c projects/amd64_xen_pv/sys/dev/ata/ata-pci.h projects/amd64_xen_pv/sys/dev/ata/ata-raid.c projects/amd64_xen_pv/sys/dev/ata/ata-sata.c projects/amd64_xen_pv/sys/dev/ata/atapi-cam.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-acard.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-acerlabs.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-adaptec.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-ahci.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-amd.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-ati.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-highpoint.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-intel.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-ite.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-jmicron.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-marvell.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-nvidia.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-promise.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-serverworks.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-siliconimage.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-sis.c projects/amd64_xen_pv/sys/dev/ata/chipsets/ata-via.c projects/amd64_xen_pv/sys/dev/ath/ath_dfs/null/dfs_null.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah_debug.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah_devid.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah_internal.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah_regdomain.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regmap.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210desc.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5210/ar5210reg.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5211/ar5211.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5211/ar5211desc.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5212/ar5212desc.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar2133.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416desc.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416phy.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5416/ar5416reg.h projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9001/ar9130_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9001/ar9130_phy.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9002/ar9280.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9002/ar9285_btcoex.c projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c projects/amd64_xen_pv/sys/dev/ath/ath_rate/sample/sample.c projects/amd64_xen_pv/sys/dev/ath/if_ath.c projects/amd64_xen_pv/sys/dev/ath/if_ath_ahb.c projects/amd64_xen_pv/sys/dev/ath/if_ath_beacon.c projects/amd64_xen_pv/sys/dev/ath/if_ath_beacon.h projects/amd64_xen_pv/sys/dev/ath/if_ath_debug.c projects/amd64_xen_pv/sys/dev/ath/if_ath_debug.h projects/amd64_xen_pv/sys/dev/ath/if_ath_keycache.c projects/amd64_xen_pv/sys/dev/ath/if_ath_misc.h projects/amd64_xen_pv/sys/dev/ath/if_ath_pci.c projects/amd64_xen_pv/sys/dev/ath/if_ath_rx.c projects/amd64_xen_pv/sys/dev/ath/if_ath_rx_edma.c projects/amd64_xen_pv/sys/dev/ath/if_ath_sysctl.c projects/amd64_xen_pv/sys/dev/ath/if_ath_tdma.c projects/amd64_xen_pv/sys/dev/ath/if_ath_tx.c projects/amd64_xen_pv/sys/dev/ath/if_ath_tx.h projects/amd64_xen_pv/sys/dev/ath/if_ath_tx_edma.c projects/amd64_xen_pv/sys/dev/ath/if_ath_tx_ht.c projects/amd64_xen_pv/sys/dev/ath/if_athdfs.h projects/amd64_xen_pv/sys/dev/ath/if_athioctl.h projects/amd64_xen_pv/sys/dev/ath/if_athrate.h projects/amd64_xen_pv/sys/dev/ath/if_athvar.h projects/amd64_xen_pv/sys/dev/atkbdc/atkbd.c projects/amd64_xen_pv/sys/dev/atkbdc/atkbd_atkbdc.c projects/amd64_xen_pv/sys/dev/atkbdc/atkbdreg.h projects/amd64_xen_pv/sys/dev/atkbdc/psm.c projects/amd64_xen_pv/sys/dev/auxio/auxio.c (contents, props changed) projects/amd64_xen_pv/sys/dev/bce/if_bce.c projects/amd64_xen_pv/sys/dev/bce/if_bcereg.h projects/amd64_xen_pv/sys/dev/bfe/if_bfe.c projects/amd64_xen_pv/sys/dev/bge/if_bge.c projects/amd64_xen_pv/sys/dev/bge/if_bgereg.h projects/amd64_xen_pv/sys/dev/bktr/bktr_audio.c projects/amd64_xen_pv/sys/dev/bm/if_bm.c projects/amd64_xen_pv/sys/dev/buslogic/bt.c projects/amd64_xen_pv/sys/dev/buslogic/bt_eisa.c projects/amd64_xen_pv/sys/dev/buslogic/bt_isa.c projects/amd64_xen_pv/sys/dev/buslogic/bt_mca.c projects/amd64_xen_pv/sys/dev/buslogic/bt_pci.c projects/amd64_xen_pv/sys/dev/buslogic/btreg.h projects/amd64_xen_pv/sys/dev/bwi/if_bwi.c projects/amd64_xen_pv/sys/dev/bwn/if_bwn.c projects/amd64_xen_pv/sys/dev/bxe/if_bxe.c projects/amd64_xen_pv/sys/dev/cas/if_cas.c projects/amd64_xen_pv/sys/dev/ce/if_ce.c (contents, props changed) projects/amd64_xen_pv/sys/dev/cfi/cfi_bus_fdt.c projects/amd64_xen_pv/sys/dev/cfi/cfi_bus_ixp4xx.c projects/amd64_xen_pv/sys/dev/ciss/ciss.c projects/amd64_xen_pv/sys/dev/ciss/cissreg.h projects/amd64_xen_pv/sys/dev/ciss/cissvar.h projects/amd64_xen_pv/sys/dev/cm/smc90cx6.c projects/amd64_xen_pv/sys/dev/coretemp/coretemp.c (contents, props changed) projects/amd64_xen_pv/sys/dev/cp/if_cp.c (contents, props changed) projects/amd64_xen_pv/sys/dev/cpuctl/cpuctl.c projects/amd64_xen_pv/sys/dev/cpufreq/ichss.c (contents, props changed) projects/amd64_xen_pv/sys/dev/cs/if_cs.c projects/amd64_xen_pv/sys/dev/ct/bshw_machdep.c projects/amd64_xen_pv/sys/dev/ct/ct.c projects/amd64_xen_pv/sys/dev/ct/ct_isa.c projects/amd64_xen_pv/sys/dev/ct/ct_machdep.h projects/amd64_xen_pv/sys/dev/ct/ctvar.h projects/amd64_xen_pv/sys/dev/ctau/if_ct.c (contents, props changed) projects/amd64_xen_pv/sys/dev/cx/if_cx.c (contents, props changed) projects/amd64_xen_pv/sys/dev/cxgb/cxgb_main.c projects/amd64_xen_pv/sys/dev/cxgb/cxgb_osdep.h projects/amd64_xen_pv/sys/dev/cxgb/cxgb_sge.c projects/amd64_xen_pv/sys/dev/cxgb/sys/uipc_mvec.c projects/amd64_xen_pv/sys/dev/cxgb/ulp/tom/cxgb_tom.h projects/amd64_xen_pv/sys/dev/cxgbe/adapter.h projects/amd64_xen_pv/sys/dev/cxgbe/common/common.h projects/amd64_xen_pv/sys/dev/cxgbe/common/t4_hw.c projects/amd64_xen_pv/sys/dev/cxgbe/common/t4_hw.h projects/amd64_xen_pv/sys/dev/cxgbe/common/t4_msg.h projects/amd64_xen_pv/sys/dev/cxgbe/firmware/t4fw_cfg.txt projects/amd64_xen_pv/sys/dev/cxgbe/firmware/t4fw_interface.h projects/amd64_xen_pv/sys/dev/cxgbe/offload.h projects/amd64_xen_pv/sys/dev/cxgbe/osdep.h projects/amd64_xen_pv/sys/dev/cxgbe/t4_ioctl.h projects/amd64_xen_pv/sys/dev/cxgbe/t4_l2t.c projects/amd64_xen_pv/sys/dev/cxgbe/t4_l2t.h projects/amd64_xen_pv/sys/dev/cxgbe/t4_main.c projects/amd64_xen_pv/sys/dev/cxgbe/t4_sge.c projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_connect.c projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_cpl_io.c projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_ddp.c projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_listen.c projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_tom.c projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_tom.h projects/amd64_xen_pv/sys/dev/cxgbe/tom/t4_tom_l2t.c projects/amd64_xen_pv/sys/dev/dc/if_dc.c projects/amd64_xen_pv/sys/dev/dcons/dcons_os.c projects/amd64_xen_pv/sys/dev/de/if_de.c projects/amd64_xen_pv/sys/dev/digi/digi_isa.c (contents, props changed) projects/amd64_xen_pv/sys/dev/digi/digi_pci.c (contents, props changed) projects/amd64_xen_pv/sys/dev/dpt/dpt.h projects/amd64_xen_pv/sys/dev/dpt/dpt_eisa.c projects/amd64_xen_pv/sys/dev/dpt/dpt_isa.c projects/amd64_xen_pv/sys/dev/dpt/dpt_pci.c projects/amd64_xen_pv/sys/dev/dpt/dpt_scsi.c projects/amd64_xen_pv/sys/dev/drm/drmP.h projects/amd64_xen_pv/sys/dev/drm/via_dma.c projects/amd64_xen_pv/sys/dev/drm/via_dmablit.c projects/amd64_xen_pv/sys/dev/drm2/drmP.h projects/amd64_xen_pv/sys/dev/drm2/drm_drv.c projects/amd64_xen_pv/sys/dev/drm2/drm_fb_helper.c projects/amd64_xen_pv/sys/dev/drm2/drm_gem.c projects/amd64_xen_pv/sys/dev/drm2/drm_mm.c projects/amd64_xen_pv/sys/dev/drm2/drm_mm.h projects/amd64_xen_pv/sys/dev/drm2/i915/i915_drv.c projects/amd64_xen_pv/sys/dev/drm2/i915/i915_drv.h projects/amd64_xen_pv/sys/dev/drm2/i915/i915_gem.c projects/amd64_xen_pv/sys/dev/e1000/e1000_82571.c projects/amd64_xen_pv/sys/dev/e1000/e1000_82575.c projects/amd64_xen_pv/sys/dev/e1000/e1000_82575.h projects/amd64_xen_pv/sys/dev/e1000/e1000_api.c projects/amd64_xen_pv/sys/dev/e1000/e1000_api.h projects/amd64_xen_pv/sys/dev/e1000/e1000_defines.h projects/amd64_xen_pv/sys/dev/e1000/e1000_hw.h projects/amd64_xen_pv/sys/dev/e1000/e1000_i210.c projects/amd64_xen_pv/sys/dev/e1000/e1000_i210.h projects/amd64_xen_pv/sys/dev/e1000/e1000_ich8lan.c projects/amd64_xen_pv/sys/dev/e1000/e1000_ich8lan.h projects/amd64_xen_pv/sys/dev/e1000/e1000_mac.c projects/amd64_xen_pv/sys/dev/e1000/e1000_mac.h projects/amd64_xen_pv/sys/dev/e1000/e1000_manage.c projects/amd64_xen_pv/sys/dev/e1000/e1000_nvm.c projects/amd64_xen_pv/sys/dev/e1000/e1000_nvm.h projects/amd64_xen_pv/sys/dev/e1000/e1000_osdep.h projects/amd64_xen_pv/sys/dev/e1000/e1000_phy.c projects/amd64_xen_pv/sys/dev/e1000/e1000_phy.h projects/amd64_xen_pv/sys/dev/e1000/e1000_regs.h projects/amd64_xen_pv/sys/dev/e1000/if_em.c (contents, props changed) projects/amd64_xen_pv/sys/dev/e1000/if_igb.c (contents, props changed) projects/amd64_xen_pv/sys/dev/e1000/if_igb.h projects/amd64_xen_pv/sys/dev/e1000/if_lem.c projects/amd64_xen_pv/sys/dev/ed/if_ed.c projects/amd64_xen_pv/sys/dev/en/midway.c projects/amd64_xen_pv/sys/dev/ep/if_ep.c projects/amd64_xen_pv/sys/dev/ep/if_ep_eisa.c (contents, props changed) projects/amd64_xen_pv/sys/dev/ep/if_ep_isa.c (contents, props changed) projects/amd64_xen_pv/sys/dev/ep/if_ep_mca.c (contents, props changed) projects/amd64_xen_pv/sys/dev/ep/if_ep_pccard.c (contents, props changed) projects/amd64_xen_pv/sys/dev/et/if_et.c projects/amd64_xen_pv/sys/dev/etherswitch/arswitch/arswitch.c projects/amd64_xen_pv/sys/dev/etherswitch/arswitch/arswitch_phy.c projects/amd64_xen_pv/sys/dev/etherswitch/arswitch/arswitch_reg.c projects/amd64_xen_pv/sys/dev/etherswitch/arswitch/arswitchvar.h projects/amd64_xen_pv/sys/dev/etherswitch/etherswitch.c projects/amd64_xen_pv/sys/dev/etherswitch/etherswitch_if.m projects/amd64_xen_pv/sys/dev/ex/if_ex.c projects/amd64_xen_pv/sys/dev/fatm/if_fatm.c projects/amd64_xen_pv/sys/dev/fb/vesa.c projects/amd64_xen_pv/sys/dev/fdc/fdc.c projects/amd64_xen_pv/sys/dev/fdc/fdc_acpi.c (contents, props changed) projects/amd64_xen_pv/sys/dev/fdt/fdt_common.c projects/amd64_xen_pv/sys/dev/fdt/fdt_common.h projects/amd64_xen_pv/sys/dev/fdt/fdt_mips.c projects/amd64_xen_pv/sys/dev/fdt/fdt_pci.c projects/amd64_xen_pv/sys/dev/fdt/fdtbus.c projects/amd64_xen_pv/sys/dev/fdt/simplebus.c projects/amd64_xen_pv/sys/dev/fe/if_fe.c projects/amd64_xen_pv/sys/dev/filemon/filemon.c projects/amd64_xen_pv/sys/dev/filemon/filemon_wrapper.c projects/amd64_xen_pv/sys/dev/firewire/fwohci.c projects/amd64_xen_pv/sys/dev/firewire/if_fwe.c projects/amd64_xen_pv/sys/dev/firewire/if_fwip.c projects/amd64_xen_pv/sys/dev/firewire/sbp.c projects/amd64_xen_pv/sys/dev/flash/at45d.c projects/amd64_xen_pv/sys/dev/flash/mx25l.c projects/amd64_xen_pv/sys/dev/fxp/if_fxp.c projects/amd64_xen_pv/sys/dev/gem/if_gem.c projects/amd64_xen_pv/sys/dev/gem/if_gem_pci.c projects/amd64_xen_pv/sys/dev/gpio/gpiobus.c projects/amd64_xen_pv/sys/dev/gxemul/cons/gxemul_cons.c projects/amd64_xen_pv/sys/dev/gxemul/ether/if_gx.c projects/amd64_xen_pv/sys/dev/hatm/if_hatm_intr.c projects/amd64_xen_pv/sys/dev/hatm/if_hatm_tx.c projects/amd64_xen_pv/sys/dev/hifn/hifn7751.c projects/amd64_xen_pv/sys/dev/hme/if_hme.c projects/amd64_xen_pv/sys/dev/hpt27xx/hpt27xx_config.c projects/amd64_xen_pv/sys/dev/hpt27xx/os_bsd.c projects/amd64_xen_pv/sys/dev/hpt27xx/os_bsd.h projects/amd64_xen_pv/sys/dev/hpt27xx/osm_bsd.c projects/amd64_xen_pv/sys/dev/hptiop/hptiop.c projects/amd64_xen_pv/sys/dev/hptiop/hptiop.h projects/amd64_xen_pv/sys/dev/hptmv/entry.c projects/amd64_xen_pv/sys/dev/hptrr/hptrr_osm_bsd.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_amd.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_arm.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_core.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_intel.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_mod.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_soft.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_uncore.c projects/amd64_xen_pv/sys/dev/hwpmc/hwpmc_x86.c projects/amd64_xen_pv/sys/dev/hwpmc/pmc_events.h projects/amd64_xen_pv/sys/dev/ic/ns16550.h projects/amd64_xen_pv/sys/dev/ichsmb/ichsmb_pci.c projects/amd64_xen_pv/sys/dev/ichwd/ichwd.c projects/amd64_xen_pv/sys/dev/ichwd/ichwd.h projects/amd64_xen_pv/sys/dev/ie/if_ie.c projects/amd64_xen_pv/sys/dev/ie/if_ie_isa.c projects/amd64_xen_pv/sys/dev/if_ndis/if_ndis.c projects/amd64_xen_pv/sys/dev/iicbus/ad7418.c (contents, props changed) projects/amd64_xen_pv/sys/dev/iicbus/ds133x.c (contents, props changed) projects/amd64_xen_pv/sys/dev/iicbus/ds1672.c (contents, props changed) projects/amd64_xen_pv/sys/dev/iicbus/icee.c (contents, props changed) projects/amd64_xen_pv/sys/dev/iicbus/iic.c projects/amd64_xen_pv/sys/dev/iicbus/pcf8563.c projects/amd64_xen_pv/sys/dev/iicbus/s35390a.c projects/amd64_xen_pv/sys/dev/iir/iir.c projects/amd64_xen_pv/sys/dev/ipmi/ipmi_kcs.c projects/amd64_xen_pv/sys/dev/ipmi/ipmi_smbios.c projects/amd64_xen_pv/sys/dev/ipmi/ipmi_smic.c projects/amd64_xen_pv/sys/dev/ipw/if_ipw.c projects/amd64_xen_pv/sys/dev/isci/isci.c projects/amd64_xen_pv/sys/dev/isci/isci.h projects/amd64_xen_pv/sys/dev/isci/isci_controller.c projects/amd64_xen_pv/sys/dev/isci/isci_io_request.c projects/amd64_xen_pv/sys/dev/isci/scil/sati.c projects/amd64_xen_pv/sys/dev/isci/scil/sati_callbacks.h projects/amd64_xen_pv/sys/dev/isci/scil/sati_util.c projects/amd64_xen_pv/sys/dev/isci/scil/sati_write_buffer.c projects/amd64_xen_pv/sys/dev/isci/scil/sci_base_controller.h projects/amd64_xen_pv/sys/dev/isci/scil/sci_base_domain.h projects/amd64_xen_pv/sys/dev/isci/scil/sci_base_phy.h projects/amd64_xen_pv/sys/dev/isci/scil/sci_base_remote_device.h projects/amd64_xen_pv/sys/dev/isci/scil/scic_io_request.h projects/amd64_xen_pv/sys/dev/isci/scil/scic_sds_phy.c projects/amd64_xen_pv/sys/dev/isci/scil/scic_sds_port.h projects/amd64_xen_pv/sys/dev/isci/scil/scic_sds_remote_device.h projects/amd64_xen_pv/sys/dev/isci/scil/scic_sds_remote_node_context.h projects/amd64_xen_pv/sys/dev/isci/scil/scic_sds_request.c projects/amd64_xen_pv/sys/dev/isci/scil/scu_bios_definitions.h projects/amd64_xen_pv/sys/dev/iscsi/initiator/isc_soc.c projects/amd64_xen_pv/sys/dev/iscsi/initiator/iscsi.c projects/amd64_xen_pv/sys/dev/isf/isf.c projects/amd64_xen_pv/sys/dev/isf/isf.h projects/amd64_xen_pv/sys/dev/isf/isf_nexus.c projects/amd64_xen_pv/sys/dev/isp/isp.c projects/amd64_xen_pv/sys/dev/isp/isp_freebsd.c projects/amd64_xen_pv/sys/dev/isp/isp_pci.c projects/amd64_xen_pv/sys/dev/isp/isp_sbus.c projects/amd64_xen_pv/sys/dev/iwi/if_iwi.c projects/amd64_xen_pv/sys/dev/iwn/if_iwn.c projects/amd64_xen_pv/sys/dev/ixgb/if_ixgb.c (contents, props changed) projects/amd64_xen_pv/sys/dev/ixgbe/LICENSE projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe.c (contents, props changed) projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_82598.c projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_82599.c projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_82599.h (contents, props changed) projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_api.c projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_api.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_common.c projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_common.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_mbx.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_osdep.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_phy.c projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_phy.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_type.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_vf.c projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_vf.h projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_x540.c (contents, props changed) projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_x540.h (contents, props changed) projects/amd64_xen_pv/sys/dev/ixgbe/ixv.c projects/amd64_xen_pv/sys/dev/jme/if_jme.c projects/amd64_xen_pv/sys/dev/le/lance.c projects/amd64_xen_pv/sys/dev/led/led.c projects/amd64_xen_pv/sys/dev/lge/if_lge.c projects/amd64_xen_pv/sys/dev/lmc/if_lmc.c projects/amd64_xen_pv/sys/dev/malo/if_malo.c projects/amd64_xen_pv/sys/dev/mcd/mcd.c projects/amd64_xen_pv/sys/dev/md/md.c projects/amd64_xen_pv/sys/dev/mfi/mfi.c projects/amd64_xen_pv/sys/dev/mfi/mfi_cam.c (contents, props changed) projects/amd64_xen_pv/sys/dev/mfi/mfi_debug.c projects/amd64_xen_pv/sys/dev/mfi/mfi_disk.c projects/amd64_xen_pv/sys/dev/mfi/mfi_syspd.c projects/amd64_xen_pv/sys/dev/mfi/mfi_tbolt.c projects/amd64_xen_pv/sys/dev/mfi/mfireg.h projects/amd64_xen_pv/sys/dev/mfi/mfivar.h projects/amd64_xen_pv/sys/dev/mge/if_mge.c projects/amd64_xen_pv/sys/dev/mii/brgphy.c projects/amd64_xen_pv/sys/dev/mii/e1000phy.c projects/amd64_xen_pv/sys/dev/mii/mii.c projects/amd64_xen_pv/sys/dev/mii/miidevs projects/amd64_xen_pv/sys/dev/mii/rgephy.c projects/amd64_xen_pv/sys/dev/mii/rgephyreg.h projects/amd64_xen_pv/sys/dev/mii/smscphy.c projects/amd64_xen_pv/sys/dev/mlx/mlx.c projects/amd64_xen_pv/sys/dev/mlx/mlx_disk.c projects/amd64_xen_pv/sys/dev/mlx/mlx_pci.c projects/amd64_xen_pv/sys/dev/mlx/mlxreg.h projects/amd64_xen_pv/sys/dev/mlx/mlxvar.h projects/amd64_xen_pv/sys/dev/mly/mly.c projects/amd64_xen_pv/sys/dev/mly/mlyvar.h projects/amd64_xen_pv/sys/dev/mmc/mmc.c projects/amd64_xen_pv/sys/dev/mmc/mmcreg.h projects/amd64_xen_pv/sys/dev/mmc/mmcsd.c projects/amd64_xen_pv/sys/dev/mn/if_mn.c (contents, props changed) projects/amd64_xen_pv/sys/dev/mps/mps.c projects/amd64_xen_pv/sys/dev/mps/mps_sas.c projects/amd64_xen_pv/sys/dev/mps/mps_user.c projects/amd64_xen_pv/sys/dev/mps/mpsvar.h projects/amd64_xen_pv/sys/dev/mpt/mpt.c projects/amd64_xen_pv/sys/dev/mpt/mpt.h projects/amd64_xen_pv/sys/dev/mpt/mpt_cam.c projects/amd64_xen_pv/sys/dev/mpt/mpt_debug.c projects/amd64_xen_pv/sys/dev/mpt/mpt_pci.c projects/amd64_xen_pv/sys/dev/mpt/mpt_raid.c projects/amd64_xen_pv/sys/dev/msk/if_msk.c projects/amd64_xen_pv/sys/dev/mvs/mvs.c projects/amd64_xen_pv/sys/dev/mwl/if_mwl.c projects/amd64_xen_pv/sys/dev/mxge/if_mxge.c (contents, props changed) projects/amd64_xen_pv/sys/dev/mxge/if_mxge_var.h projects/amd64_xen_pv/sys/dev/my/if_my.c (contents, props changed) projects/amd64_xen_pv/sys/dev/nand/nand_id.c projects/amd64_xen_pv/sys/dev/nand/nandsim_swap.c projects/amd64_xen_pv/sys/dev/ncv/ncr53c500.c projects/amd64_xen_pv/sys/dev/ncv/ncr53c500_pccard.c projects/amd64_xen_pv/sys/dev/ncv/ncr53c500hw.h projects/amd64_xen_pv/sys/dev/ncv/ncr53c500var.h projects/amd64_xen_pv/sys/dev/netmap/if_em_netmap.h projects/amd64_xen_pv/sys/dev/netmap/if_igb_netmap.h projects/amd64_xen_pv/sys/dev/netmap/if_lem_netmap.h projects/amd64_xen_pv/sys/dev/netmap/if_re_netmap.h projects/amd64_xen_pv/sys/dev/netmap/ixgbe_netmap.h projects/amd64_xen_pv/sys/dev/netmap/netmap.c projects/amd64_xen_pv/sys/dev/netmap/netmap_kern.h projects/amd64_xen_pv/sys/dev/netmap/netmap_mem2.c projects/amd64_xen_pv/sys/dev/nfe/if_nfe.c projects/amd64_xen_pv/sys/dev/nge/if_nge.c projects/amd64_xen_pv/sys/dev/nsp/nsp.c projects/amd64_xen_pv/sys/dev/nsp/nsp_pccard.c projects/amd64_xen_pv/sys/dev/nsp/nspvar.h projects/amd64_xen_pv/sys/dev/null/null.c projects/amd64_xen_pv/sys/dev/nve/if_nve.c projects/amd64_xen_pv/sys/dev/nve/if_nvereg.h projects/amd64_xen_pv/sys/dev/nvme/nvme_ctrlr.c projects/amd64_xen_pv/sys/dev/nvme/nvme_ns.c projects/amd64_xen_pv/sys/dev/nvram2env/nvram2env.c (contents, props changed) projects/amd64_xen_pv/sys/dev/nxge/if_nxge.c (contents, props changed) projects/amd64_xen_pv/sys/dev/nxge/xgehal/xgehal-device.c projects/amd64_xen_pv/sys/dev/oce/oce_hw.c projects/amd64_xen_pv/sys/dev/oce/oce_hw.h projects/amd64_xen_pv/sys/dev/oce/oce_if.c (contents, props changed) projects/amd64_xen_pv/sys/dev/oce/oce_if.h projects/amd64_xen_pv/sys/dev/oce/oce_mbox.c projects/amd64_xen_pv/sys/dev/oce/oce_queue.c projects/amd64_xen_pv/sys/dev/oce/oce_sysctl.c projects/amd64_xen_pv/sys/dev/oce/oce_util.c projects/amd64_xen_pv/sys/dev/patm/if_patm_intr.c projects/amd64_xen_pv/sys/dev/patm/if_patm_rx.c projects/amd64_xen_pv/sys/dev/patm/if_patm_tx.c projects/amd64_xen_pv/sys/dev/pci/pci.c projects/amd64_xen_pv/sys/dev/pci/pci_user.c projects/amd64_xen_pv/sys/dev/pci/pcireg.h projects/amd64_xen_pv/sys/dev/pcn/if_pcn.c projects/amd64_xen_pv/sys/dev/pdq/pdq_freebsd.h projects/amd64_xen_pv/sys/dev/pdq/pdq_ifsubr.c projects/amd64_xen_pv/sys/dev/pdq/pdqvar.h projects/amd64_xen_pv/sys/dev/ppc/ppc.c projects/amd64_xen_pv/sys/dev/ppc/ppc_isa.c projects/amd64_xen_pv/sys/dev/puc/puc.c projects/amd64_xen_pv/sys/dev/puc/pucdata.c projects/amd64_xen_pv/sys/dev/qlxgb/qla_os.c projects/amd64_xen_pv/sys/dev/ral/rt2560.c projects/amd64_xen_pv/sys/dev/ral/rt2661.c projects/amd64_xen_pv/sys/dev/ral/rt2860.c projects/amd64_xen_pv/sys/dev/random/ivy.c projects/amd64_xen_pv/sys/dev/random/probe.c projects/amd64_xen_pv/sys/dev/random/randomdev_soft.c projects/amd64_xen_pv/sys/dev/re/if_re.c projects/amd64_xen_pv/sys/dev/rt/if_rt.c projects/amd64_xen_pv/sys/dev/safe/safe.c projects/amd64_xen_pv/sys/dev/sbni/if_sbni.c projects/amd64_xen_pv/sys/dev/sdhci/sdhci.c projects/amd64_xen_pv/sys/dev/sdhci/sdhci.h projects/amd64_xen_pv/sys/dev/sf/if_sf.c projects/amd64_xen_pv/sys/dev/sfxge/sfxge_dma.c projects/amd64_xen_pv/sys/dev/sfxge/sfxge_tx.c projects/amd64_xen_pv/sys/dev/sge/if_sge.c projects/amd64_xen_pv/sys/dev/si/si.c projects/amd64_xen_pv/sys/dev/siis/siis.c projects/amd64_xen_pv/sys/dev/sio/sio_isa.c projects/amd64_xen_pv/sys/dev/sis/if_sis.c projects/amd64_xen_pv/sys/dev/sis/if_sisreg.h projects/amd64_xen_pv/sys/dev/sk/if_sk.c projects/amd64_xen_pv/sys/dev/smc/if_smc.c projects/amd64_xen_pv/sys/dev/sn/if_sn.c projects/amd64_xen_pv/sys/dev/snc/dp83932.c projects/amd64_xen_pv/sys/dev/snc/dp83932subr.c projects/amd64_xen_pv/sys/dev/snc/if_snc.c projects/amd64_xen_pv/sys/dev/snc/if_snc_cbus.c projects/amd64_xen_pv/sys/dev/sound/pci/emu10kx-midi.c (contents, props changed) projects/amd64_xen_pv/sys/dev/sound/pci/emu10kx-pcm.c (contents, props changed) projects/amd64_xen_pv/sys/dev/sound/pci/emu10kx.c (contents, props changed) projects/amd64_xen_pv/sys/dev/sound/pci/hda/hdaa.c projects/amd64_xen_pv/sys/dev/sound/pci/hda/hdaa.h projects/amd64_xen_pv/sys/dev/sound/pci/hda/hdaa_patches.c projects/amd64_xen_pv/sys/dev/sound/pci/hda/hdac.c projects/amd64_xen_pv/sys/dev/sound/pci/hda/hdac.h projects/amd64_xen_pv/sys/dev/sound/pci/hda/hdacc.c projects/amd64_xen_pv/sys/dev/sound/pci/hdspe-pcm.c projects/amd64_xen_pv/sys/dev/sound/pci/hdspe.c projects/amd64_xen_pv/sys/dev/sound/pcm/buffer.c projects/amd64_xen_pv/sys/dev/sound/pcm/channel.c projects/amd64_xen_pv/sys/dev/sound/pcm/dsp.c projects/amd64_xen_pv/sys/dev/sound/pcm/feeder_matrix.c projects/amd64_xen_pv/sys/dev/sound/pcm/matrix.h projects/amd64_xen_pv/sys/dev/sound/pcm/matrix_map.h projects/amd64_xen_pv/sys/dev/sound/pcm/mixer.c projects/amd64_xen_pv/sys/dev/sound/pcm/mixer.h projects/amd64_xen_pv/sys/dev/sound/pcm/sndstat.c projects/amd64_xen_pv/sys/dev/sound/pcm/sound.c projects/amd64_xen_pv/sys/dev/sound/sbus/cs4231.c (contents, props changed) projects/amd64_xen_pv/sys/dev/sound/usb/uaudio.c projects/amd64_xen_pv/sys/dev/sound/usb/uaudio_pcm.c projects/amd64_xen_pv/sys/dev/sound/usb/uaudioreg.h projects/amd64_xen_pv/sys/dev/ste/if_ste.c projects/amd64_xen_pv/sys/dev/stg/tmc18c30.c projects/amd64_xen_pv/sys/dev/stg/tmc18c30_isa.c projects/amd64_xen_pv/sys/dev/stg/tmc18c30_pccard.c projects/amd64_xen_pv/sys/dev/stg/tmc18c30_pci.c projects/amd64_xen_pv/sys/dev/stg/tmc18c30_subr.c projects/amd64_xen_pv/sys/dev/stg/tmc18c30var.h projects/amd64_xen_pv/sys/dev/stge/if_stge.c projects/amd64_xen_pv/sys/dev/sym/sym_hipd.c projects/amd64_xen_pv/sys/dev/syscons/scvidctl.c projects/amd64_xen_pv/sys/dev/syscons/syscons.c projects/amd64_xen_pv/sys/dev/syscons/syscons.h projects/amd64_xen_pv/sys/dev/terasic/de4led/terasic_de4led.c projects/amd64_xen_pv/sys/dev/terasic/de4led/terasic_de4led.h projects/amd64_xen_pv/sys/dev/terasic/de4led/terasic_de4led_nexus.c projects/amd64_xen_pv/sys/dev/terasic/mtl/terasic_mtl.c projects/amd64_xen_pv/sys/dev/terasic/mtl/terasic_mtl.h projects/amd64_xen_pv/sys/dev/terasic/mtl/terasic_mtl_nexus.c projects/amd64_xen_pv/sys/dev/ti/if_ti.c projects/amd64_xen_pv/sys/dev/tl/if_tl.c projects/amd64_xen_pv/sys/dev/trm/trm.c projects/amd64_xen_pv/sys/dev/tsec/if_tsec.c projects/amd64_xen_pv/sys/dev/twa/tw_cl_misc.c projects/amd64_xen_pv/sys/dev/twa/tw_osl.h projects/amd64_xen_pv/sys/dev/twa/tw_osl_cam.c projects/amd64_xen_pv/sys/dev/twa/tw_osl_freebsd.c projects/amd64_xen_pv/sys/dev/tws/tws.c projects/amd64_xen_pv/sys/dev/tws/tws.h projects/amd64_xen_pv/sys/dev/tws/tws_cam.c projects/amd64_xen_pv/sys/dev/tws/tws_hdm.c projects/amd64_xen_pv/sys/dev/tws/tws_hdm.h projects/amd64_xen_pv/sys/dev/tws/tws_user.c projects/amd64_xen_pv/sys/dev/tx/if_tx.c projects/amd64_xen_pv/sys/dev/txp/if_txp.c projects/amd64_xen_pv/sys/dev/uart/uart.h projects/amd64_xen_pv/sys/dev/uart/uart_bus.h projects/amd64_xen_pv/sys/dev/uart/uart_bus_acpi.c projects/amd64_xen_pv/sys/dev/uart/uart_bus_fdt.c projects/amd64_xen_pv/sys/dev/uart/uart_bus_isa.c projects/amd64_xen_pv/sys/dev/uart/uart_bus_pci.c projects/amd64_xen_pv/sys/dev/uart/uart_core.c projects/amd64_xen_pv/sys/dev/uart/uart_dev_ns8250.c projects/amd64_xen_pv/sys/dev/uart/uart_dev_pl011.c projects/amd64_xen_pv/sys/dev/ubsec/ubsec.c projects/amd64_xen_pv/sys/dev/usb/controller/at91dci.c projects/amd64_xen_pv/sys/dev/usb/controller/at91dci_atmelarm.c projects/amd64_xen_pv/sys/dev/usb/controller/atmegadci.c projects/amd64_xen_pv/sys/dev/usb/controller/avr32dci.c projects/amd64_xen_pv/sys/dev/usb/controller/dwc_otg.c projects/amd64_xen_pv/sys/dev/usb/controller/dwc_otg.h projects/amd64_xen_pv/sys/dev/usb/controller/dwc_otgreg.h projects/amd64_xen_pv/sys/dev/usb/controller/ehci.c projects/amd64_xen_pv/sys/dev/usb/controller/ehci.h projects/amd64_xen_pv/sys/dev/usb/controller/musb_otg.c projects/amd64_xen_pv/sys/dev/usb/controller/ohci.c projects/amd64_xen_pv/sys/dev/usb/controller/uhci.c projects/amd64_xen_pv/sys/dev/usb/controller/usb_controller.c projects/amd64_xen_pv/sys/dev/usb/controller/uss820dci.c projects/amd64_xen_pv/sys/dev/usb/controller/xhci.c projects/amd64_xen_pv/sys/dev/usb/controller/xhci.h projects/amd64_xen_pv/sys/dev/usb/input/uhid.c projects/amd64_xen_pv/sys/dev/usb/input/ukbd.c projects/amd64_xen_pv/sys/dev/usb/input/ums.c projects/amd64_xen_pv/sys/dev/usb/misc/udbp.c projects/amd64_xen_pv/sys/dev/usb/misc/ufm.c projects/amd64_xen_pv/sys/dev/usb/net/if_axe.c projects/amd64_xen_pv/sys/dev/usb/net/if_cdce.c projects/amd64_xen_pv/sys/dev/usb/net/if_cue.c projects/amd64_xen_pv/sys/dev/usb/net/if_ipheth.c projects/amd64_xen_pv/sys/dev/usb/net/if_kue.c projects/amd64_xen_pv/sys/dev/usb/net/if_smsc.c projects/amd64_xen_pv/sys/dev/usb/net/if_udav.c projects/amd64_xen_pv/sys/dev/usb/net/if_usie.c projects/amd64_xen_pv/sys/dev/usb/net/uhso.c projects/amd64_xen_pv/sys/dev/usb/net/usb_ethernet.c projects/amd64_xen_pv/sys/dev/usb/quirk/usb_quirk.c projects/amd64_xen_pv/sys/dev/usb/quirk/usb_quirk.h projects/amd64_xen_pv/sys/dev/usb/serial/u3g.c projects/amd64_xen_pv/sys/dev/usb/serial/uchcom.c projects/amd64_xen_pv/sys/dev/usb/serial/ufoma.c projects/amd64_xen_pv/sys/dev/usb/serial/uftdi.c projects/amd64_xen_pv/sys/dev/usb/serial/uftdi_reg.h projects/amd64_xen_pv/sys/dev/usb/serial/uplcom.c projects/amd64_xen_pv/sys/dev/usb/serial/usb_serial.c projects/amd64_xen_pv/sys/dev/usb/serial/usb_serial.h projects/amd64_xen_pv/sys/dev/usb/storage/umass.c projects/amd64_xen_pv/sys/dev/usb/storage/urio.c projects/amd64_xen_pv/sys/dev/usb/storage/ustorage_fs.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_audio.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_cdce.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_kbd.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_modem.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_mouse.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_msc.c projects/amd64_xen_pv/sys/dev/usb/template/usb_template_mtp.c projects/amd64_xen_pv/sys/dev/usb/ufm_ioctl.h projects/amd64_xen_pv/sys/dev/usb/usb.h projects/amd64_xen_pv/sys/dev/usb/usb_bus.h projects/amd64_xen_pv/sys/dev/usb/usb_busdma.c projects/amd64_xen_pv/sys/dev/usb/usb_busdma.h projects/amd64_xen_pv/sys/dev/usb/usb_compat_linux.c projects/amd64_xen_pv/sys/dev/usb/usb_controller.h projects/amd64_xen_pv/sys/dev/usb/usb_core.c projects/amd64_xen_pv/sys/dev/usb/usb_core.h projects/amd64_xen_pv/sys/dev/usb/usb_debug.c projects/amd64_xen_pv/sys/dev/usb/usb_debug.h projects/amd64_xen_pv/sys/dev/usb/usb_dev.c projects/amd64_xen_pv/sys/dev/usb/usb_dev.h projects/amd64_xen_pv/sys/dev/usb/usb_device.c projects/amd64_xen_pv/sys/dev/usb/usb_device.h projects/amd64_xen_pv/sys/dev/usb/usb_dynamic.c projects/amd64_xen_pv/sys/dev/usb/usb_endian.h projects/amd64_xen_pv/sys/dev/usb/usb_error.c projects/amd64_xen_pv/sys/dev/usb/usb_freebsd.h projects/amd64_xen_pv/sys/dev/usb/usb_generic.c projects/amd64_xen_pv/sys/dev/usb/usb_handle_request.c projects/amd64_xen_pv/sys/dev/usb/usb_hid.c projects/amd64_xen_pv/sys/dev/usb/usb_hub.c projects/amd64_xen_pv/sys/dev/usb/usb_ioctl.h projects/amd64_xen_pv/sys/dev/usb/usb_lookup.c projects/amd64_xen_pv/sys/dev/usb/usb_mbuf.c projects/amd64_xen_pv/sys/dev/usb/usb_msctest.c projects/amd64_xen_pv/sys/dev/usb/usb_parse.c projects/amd64_xen_pv/sys/dev/usb/usb_pci.h projects/amd64_xen_pv/sys/dev/usb/usb_pf.c projects/amd64_xen_pv/sys/dev/usb/usb_process.c projects/amd64_xen_pv/sys/dev/usb/usb_process.h projects/amd64_xen_pv/sys/dev/usb/usb_request.c projects/amd64_xen_pv/sys/dev/usb/usb_transfer.c projects/amd64_xen_pv/sys/dev/usb/usb_util.c projects/amd64_xen_pv/sys/dev/usb/usbdevs projects/amd64_xen_pv/sys/dev/usb/usbdi.h projects/amd64_xen_pv/sys/dev/usb/usbhid.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_rum.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_rumvar.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_run.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_runvar.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_uath.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_uathvar.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_upgt.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_upgtvar.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_ural.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_uralvar.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_urtw.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_urtwvar.h projects/amd64_xen_pv/sys/dev/usb/wlan/if_zyd.c projects/amd64_xen_pv/sys/dev/usb/wlan/if_zydreg.h projects/amd64_xen_pv/sys/dev/vge/if_vge.c projects/amd64_xen_pv/sys/dev/virtio/block/virtio_blk.c projects/amd64_xen_pv/sys/dev/virtio/network/if_vtnet.c projects/amd64_xen_pv/sys/dev/virtio/virtio.c projects/amd64_xen_pv/sys/dev/virtio/virtio.h projects/amd64_xen_pv/sys/dev/virtio/virtqueue.c projects/amd64_xen_pv/sys/dev/vr/if_vr.c projects/amd64_xen_pv/sys/dev/vte/if_vte.c projects/amd64_xen_pv/sys/dev/vx/if_vx.c projects/amd64_xen_pv/sys/dev/vx/if_vx_eisa.c (contents, props changed) projects/amd64_xen_pv/sys/dev/vx/if_vx_pci.c (contents, props changed) projects/amd64_xen_pv/sys/dev/vxge/include/vxgehal-ll.h projects/amd64_xen_pv/sys/dev/vxge/vxge.c (contents, props changed) projects/amd64_xen_pv/sys/dev/watchdog/watchdog.c projects/amd64_xen_pv/sys/dev/wb/if_wb.c projects/amd64_xen_pv/sys/dev/wbwd/wbwd.c projects/amd64_xen_pv/sys/dev/wds/wd7000.c projects/amd64_xen_pv/sys/dev/wi/if_wi.c projects/amd64_xen_pv/sys/dev/wl/if_wl.c projects/amd64_xen_pv/sys/dev/wpi/if_wpi.c projects/amd64_xen_pv/sys/dev/wtap/if_wtap.c projects/amd64_xen_pv/sys/dev/wtap/plugins/visibility.c projects/amd64_xen_pv/sys/dev/xe/if_xe.c projects/amd64_xen_pv/sys/dev/xen/blkback/blkback.c projects/amd64_xen_pv/sys/dev/xen/console/console.c projects/amd64_xen_pv/sys/dev/xen/control/control.c projects/amd64_xen_pv/sys/dev/xen/netback/netback_unit_tests.c projects/amd64_xen_pv/sys/dev/xen/netfront/netfront.c projects/amd64_xen_pv/sys/dev/xl/if_xl.c projects/amd64_xen_pv/sys/fs/cd9660/cd9660_vfsops.c projects/amd64_xen_pv/sys/fs/cd9660/cd9660_vnops.c projects/amd64_xen_pv/sys/fs/deadfs/dead_vnops.c projects/amd64_xen_pv/sys/fs/devfs/devfs_devs.c projects/amd64_xen_pv/sys/fs/devfs/devfs_int.h projects/amd64_xen_pv/sys/fs/devfs/devfs_vfsops.c projects/amd64_xen_pv/sys/fs/devfs/devfs_vnops.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_alloc.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_balloc.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_bmap.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_dinode.h (contents, props changed) projects/amd64_xen_pv/sys/fs/ext2fs/ext2_dir.h (contents, props changed) projects/amd64_xen_pv/sys/fs/ext2fs/ext2_inode.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_inode_cnv.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_lookup.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_mount.h projects/amd64_xen_pv/sys/fs/ext2fs/ext2_subr.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_vfsops.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2_vnops.c projects/amd64_xen_pv/sys/fs/ext2fs/ext2fs.h (contents, props changed) projects/amd64_xen_pv/sys/fs/ext2fs/fs.h projects/amd64_xen_pv/sys/fs/ext2fs/inode.h projects/amd64_xen_pv/sys/fs/fdescfs/fdesc_vfsops.c projects/amd64_xen_pv/sys/fs/fdescfs/fdesc_vnops.c projects/amd64_xen_pv/sys/fs/msdosfs/msdosfs_denode.c projects/amd64_xen_pv/sys/fs/msdosfs/msdosfs_fat.c projects/amd64_xen_pv/sys/fs/msdosfs/msdosfs_vfsops.c projects/amd64_xen_pv/sys/fs/msdosfs/msdosfs_vnops.c projects/amd64_xen_pv/sys/fs/msdosfs/msdosfsmount.h projects/amd64_xen_pv/sys/fs/nandfs/bmap.c projects/amd64_xen_pv/sys/fs/nandfs/nandfs_segment.c projects/amd64_xen_pv/sys/fs/nandfs/nandfs_subr.c projects/amd64_xen_pv/sys/fs/nandfs/nandfs_vfsops.c projects/amd64_xen_pv/sys/fs/nfs/nfs.h projects/amd64_xen_pv/sys/fs/nfs/nfs_commonacl.c projects/amd64_xen_pv/sys/fs/nfs/nfs_commonkrpc.c projects/amd64_xen_pv/sys/fs/nfs/nfs_commonport.c projects/amd64_xen_pv/sys/fs/nfs/nfs_commonsubs.c projects/amd64_xen_pv/sys/fs/nfs/nfs_var.h projects/amd64_xen_pv/sys/fs/nfs/nfscl.h projects/amd64_xen_pv/sys/fs/nfs/nfsclstate.h projects/amd64_xen_pv/sys/fs/nfs/nfsdport.h projects/amd64_xen_pv/sys/fs/nfs/nfsm_subs.h projects/amd64_xen_pv/sys/fs/nfs/nfsport.h projects/amd64_xen_pv/sys/fs/nfs/nfsproto.h projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clbio.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clcomsubs.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clkdtrace.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clkrpc.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clnode.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clport.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clrpcops.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clstate.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clvfsops.c projects/amd64_xen_pv/sys/fs/nfsclient/nfs_clvnops.c projects/amd64_xen_pv/sys/fs/nfsclient/nfsmount.h projects/amd64_xen_pv/sys/fs/nfsclient/nfsnode.h projects/amd64_xen_pv/sys/fs/nfsserver/nfs_nfsdcache.c projects/amd64_xen_pv/sys/fs/nfsserver/nfs_nfsdkrpc.c projects/amd64_xen_pv/sys/fs/nfsserver/nfs_nfsdport.c projects/amd64_xen_pv/sys/fs/nfsserver/nfs_nfsdserv.c projects/amd64_xen_pv/sys/fs/nfsserver/nfs_nfsdstate.c projects/amd64_xen_pv/sys/fs/nullfs/null.h projects/amd64_xen_pv/sys/fs/nullfs/null_subr.c projects/amd64_xen_pv/sys/fs/nullfs/null_vfsops.c projects/amd64_xen_pv/sys/fs/nullfs/null_vnops.c projects/amd64_xen_pv/sys/fs/procfs/procfs_map.c projects/amd64_xen_pv/sys/fs/pseudofs/pseudofs.c projects/amd64_xen_pv/sys/fs/smbfs/smbfs.h projects/amd64_xen_pv/sys/fs/smbfs/smbfs_io.c projects/amd64_xen_pv/sys/fs/smbfs/smbfs_node.c projects/amd64_xen_pv/sys/fs/smbfs/smbfs_node.h projects/amd64_xen_pv/sys/fs/smbfs/smbfs_smb.c projects/amd64_xen_pv/sys/fs/smbfs/smbfs_subr.c projects/amd64_xen_pv/sys/fs/smbfs/smbfs_subr.h projects/amd64_xen_pv/sys/fs/smbfs/smbfs_vfsops.c projects/amd64_xen_pv/sys/fs/smbfs/smbfs_vnops.c projects/amd64_xen_pv/sys/fs/tmpfs/tmpfs.h projects/amd64_xen_pv/sys/fs/tmpfs/tmpfs_subr.c projects/amd64_xen_pv/sys/fs/tmpfs/tmpfs_vfsops.c projects/amd64_xen_pv/sys/fs/tmpfs/tmpfs_vnops.c projects/amd64_xen_pv/sys/fs/udf/udf_vfsops.c projects/amd64_xen_pv/sys/fs/udf/udf_vnops.c projects/amd64_xen_pv/sys/fs/unionfs/union_subr.c projects/amd64_xen_pv/sys/fs/unionfs/union_vfsops.c projects/amd64_xen_pv/sys/fs/unionfs/union_vnops.c projects/amd64_xen_pv/sys/geom/bde/g_bde.c projects/amd64_xen_pv/sys/geom/cache/g_cache.c projects/amd64_xen_pv/sys/geom/gate/g_gate.c projects/amd64_xen_pv/sys/geom/geom.h projects/amd64_xen_pv/sys/geom/geom_aes.c projects/amd64_xen_pv/sys/geom/geom_dev.c projects/amd64_xen_pv/sys/geom/geom_disk.c projects/amd64_xen_pv/sys/geom/geom_disk.h projects/amd64_xen_pv/sys/geom/geom_event.c projects/amd64_xen_pv/sys/geom/geom_int.h projects/amd64_xen_pv/sys/geom/geom_io.c projects/amd64_xen_pv/sys/geom/geom_mbr.c projects/amd64_xen_pv/sys/geom/geom_slice.c projects/amd64_xen_pv/sys/geom/geom_slice.h projects/amd64_xen_pv/sys/geom/geom_subr.c projects/amd64_xen_pv/sys/geom/geom_vfs.c projects/amd64_xen_pv/sys/geom/journal/g_journal.c projects/amd64_xen_pv/sys/geom/label/g_label.c projects/amd64_xen_pv/sys/geom/label/g_label_ntfs.c projects/amd64_xen_pv/sys/geom/label/g_label_ufs.c projects/amd64_xen_pv/sys/geom/mirror/g_mirror.c projects/amd64_xen_pv/sys/geom/mountver/g_mountver.c projects/amd64_xen_pv/sys/geom/multipath/g_multipath.c projects/amd64_xen_pv/sys/geom/nop/g_nop.c projects/amd64_xen_pv/sys/geom/part/g_part.c projects/amd64_xen_pv/sys/geom/part/g_part.h projects/amd64_xen_pv/sys/geom/part/g_part_mbr.c projects/amd64_xen_pv/sys/geom/raid/g_raid.c projects/amd64_xen_pv/sys/geom/raid/g_raid.h projects/amd64_xen_pv/sys/geom/raid/g_raid_ctl.c projects/amd64_xen_pv/sys/geom/raid/md_ddf.c projects/amd64_xen_pv/sys/geom/raid/md_intel.c projects/amd64_xen_pv/sys/geom/raid/md_jmicron.c projects/amd64_xen_pv/sys/geom/raid/md_nvidia.c projects/amd64_xen_pv/sys/geom/raid/md_promise.c projects/amd64_xen_pv/sys/geom/raid/md_sii.c projects/amd64_xen_pv/sys/geom/raid/tr_concat.c projects/amd64_xen_pv/sys/geom/raid/tr_raid0.c projects/amd64_xen_pv/sys/geom/raid/tr_raid1.c projects/amd64_xen_pv/sys/geom/raid/tr_raid1e.c projects/amd64_xen_pv/sys/geom/raid/tr_raid5.c projects/amd64_xen_pv/sys/geom/raid3/g_raid3.c projects/amd64_xen_pv/sys/geom/raid3/g_raid3_ctl.c projects/amd64_xen_pv/sys/geom/sched/g_sched.c projects/amd64_xen_pv/sys/gnu/fs/reiserfs/reiserfs_inode.c projects/amd64_xen_pv/sys/gnu/fs/reiserfs/reiserfs_vfsops.c projects/amd64_xen_pv/sys/i386/acpica/acpi_machdep.c projects/amd64_xen_pv/sys/i386/bios/smapi.c projects/amd64_xen_pv/sys/i386/conf/GENERIC projects/amd64_xen_pv/sys/i386/conf/NOTES projects/amd64_xen_pv/sys/i386/i386/db_trace.c projects/amd64_xen_pv/sys/i386/i386/identcpu.c projects/amd64_xen_pv/sys/i386/i386/machdep.c projects/amd64_xen_pv/sys/i386/i386/mp_machdep.c projects/amd64_xen_pv/sys/i386/i386/pmap.c projects/amd64_xen_pv/sys/i386/i386/trap.c projects/amd64_xen_pv/sys/i386/ibcs2/ibcs2_misc.c projects/amd64_xen_pv/sys/i386/ibcs2/imgact_coff.c projects/amd64_xen_pv/sys/i386/include/atomic.h projects/amd64_xen_pv/sys/i386/include/elf.h projects/amd64_xen_pv/sys/i386/include/frame.h projects/amd64_xen_pv/sys/i386/include/intr_machdep.h projects/amd64_xen_pv/sys/i386/include/param.h projects/amd64_xen_pv/sys/i386/include/pc/bios.h projects/amd64_xen_pv/sys/i386/include/pmap.h projects/amd64_xen_pv/sys/i386/include/sigframe.h projects/amd64_xen_pv/sys/i386/include/signal.h projects/amd64_xen_pv/sys/i386/include/ucontext.h projects/amd64_xen_pv/sys/i386/include/vmparam.h projects/amd64_xen_pv/sys/i386/include/xen/xen-os.h projects/amd64_xen_pv/sys/i386/isa/pmtimer.c projects/amd64_xen_pv/sys/i386/linux/linux.h projects/amd64_xen_pv/sys/i386/linux/linux_ptrace.c projects/amd64_xen_pv/sys/i386/linux/linux_sysvec.c projects/amd64_xen_pv/sys/i386/pci/pci_cfgreg.c projects/amd64_xen_pv/sys/i386/xen/clock.c projects/amd64_xen_pv/sys/i386/xen/mp_machdep.c projects/amd64_xen_pv/sys/i386/xen/pmap.c projects/amd64_xen_pv/sys/i386/xen/xen_machdep.c projects/amd64_xen_pv/sys/ia64/conf/GENERIC projects/amd64_xen_pv/sys/ia64/ia32/ia32_trap.c projects/amd64_xen_pv/sys/ia64/ia64/busdma_machdep.c projects/amd64_xen_pv/sys/ia64/ia64/clock.c projects/amd64_xen_pv/sys/ia64/ia64/dump_machdep.c projects/amd64_xen_pv/sys/ia64/ia64/genassym.c projects/amd64_xen_pv/sys/ia64/ia64/machdep.c projects/amd64_xen_pv/sys/ia64/ia64/mem.c projects/amd64_xen_pv/sys/ia64/ia64/pmap.c projects/amd64_xen_pv/sys/ia64/ia64/support.S projects/amd64_xen_pv/sys/ia64/ia64/syscall.S projects/amd64_xen_pv/sys/ia64/ia64/trap.c projects/amd64_xen_pv/sys/ia64/ia64/uma_machdep.c projects/amd64_xen_pv/sys/ia64/include/pmap.h projects/amd64_xen_pv/sys/ia64/include/proc.h projects/amd64_xen_pv/sys/ia64/include/vmparam.h projects/amd64_xen_pv/sys/kern/Make.tags.inc projects/amd64_xen_pv/sys/kern/capabilities.conf projects/amd64_xen_pv/sys/kern/dtio_kdtrace.c projects/amd64_xen_pv/sys/kern/imgact_elf.c projects/amd64_xen_pv/sys/kern/init_main.c projects/amd64_xen_pv/sys/kern/init_sysent.c projects/amd64_xen_pv/sys/kern/kern_acct.c projects/amd64_xen_pv/sys/kern/kern_alq.c projects/amd64_xen_pv/sys/kern/kern_clock.c projects/amd64_xen_pv/sys/kern/kern_clocksource.c projects/amd64_xen_pv/sys/kern/kern_condvar.c projects/amd64_xen_pv/sys/kern/kern_conf.c projects/amd64_xen_pv/sys/kern/kern_cons.c projects/amd64_xen_pv/sys/kern/kern_ctf.c projects/amd64_xen_pv/sys/kern/kern_descrip.c projects/amd64_xen_pv/sys/kern/kern_et.c projects/amd64_xen_pv/sys/kern/kern_event.c projects/amd64_xen_pv/sys/kern/kern_exec.c projects/amd64_xen_pv/sys/kern/kern_exit.c projects/amd64_xen_pv/sys/kern/kern_fork.c projects/amd64_xen_pv/sys/kern/kern_gzio.c projects/amd64_xen_pv/sys/kern/kern_intr.c projects/amd64_xen_pv/sys/kern/kern_jail.c projects/amd64_xen_pv/sys/kern/kern_ktr.c projects/amd64_xen_pv/sys/kern/kern_ktrace.c projects/amd64_xen_pv/sys/kern/kern_linker.c projects/amd64_xen_pv/sys/kern/kern_lock.c projects/amd64_xen_pv/sys/kern/kern_malloc.c projects/amd64_xen_pv/sys/kern/kern_mbuf.c projects/amd64_xen_pv/sys/kern/kern_mib.c projects/amd64_xen_pv/sys/kern/kern_mutex.c projects/amd64_xen_pv/sys/kern/kern_physio.c projects/amd64_xen_pv/sys/kern/kern_priv.c projects/amd64_xen_pv/sys/kern/kern_proc.c projects/amd64_xen_pv/sys/kern/kern_prot.c projects/amd64_xen_pv/sys/kern/kern_racct.c projects/amd64_xen_pv/sys/kern/kern_rctl.c projects/amd64_xen_pv/sys/kern/kern_resource.c projects/amd64_xen_pv/sys/kern/kern_rmlock.c projects/amd64_xen_pv/sys/kern/kern_rwlock.c projects/amd64_xen_pv/sys/kern/kern_sharedpage.c projects/amd64_xen_pv/sys/kern/kern_shutdown.c projects/amd64_xen_pv/sys/kern/kern_sig.c projects/amd64_xen_pv/sys/kern/kern_switch.c projects/amd64_xen_pv/sys/kern/kern_sx.c projects/amd64_xen_pv/sys/kern/kern_synch.c projects/amd64_xen_pv/sys/kern/kern_sysctl.c projects/amd64_xen_pv/sys/kern/kern_tc.c projects/amd64_xen_pv/sys/kern/kern_thread.c projects/amd64_xen_pv/sys/kern/kern_time.c projects/amd64_xen_pv/sys/kern/kern_timeout.c projects/amd64_xen_pv/sys/kern/kern_umtx.c projects/amd64_xen_pv/sys/kern/link_elf.c projects/amd64_xen_pv/sys/kern/link_elf_obj.c projects/amd64_xen_pv/sys/kern/sched_4bsd.c projects/amd64_xen_pv/sys/kern/sched_ule.c projects/amd64_xen_pv/sys/kern/subr_blist.c projects/amd64_xen_pv/sys/kern/subr_bus.c projects/amd64_xen_pv/sys/kern/subr_lock.c projects/amd64_xen_pv/sys/kern/subr_log.c projects/amd64_xen_pv/sys/kern/subr_mchain.c projects/amd64_xen_pv/sys/kern/subr_param.c projects/amd64_xen_pv/sys/kern/subr_sleepqueue.c projects/amd64_xen_pv/sys/kern/subr_smp.c projects/amd64_xen_pv/sys/kern/subr_syscall.c projects/amd64_xen_pv/sys/kern/subr_taskqueue.c projects/amd64_xen_pv/sys/kern/subr_trap.c projects/amd64_xen_pv/sys/kern/subr_turnstile.c projects/amd64_xen_pv/sys/kern/subr_uio.c projects/amd64_xen_pv/sys/kern/subr_unit.c projects/amd64_xen_pv/sys/kern/subr_witness.c projects/amd64_xen_pv/sys/kern/sys_capability.c projects/amd64_xen_pv/sys/kern/sys_generic.c projects/amd64_xen_pv/sys/kern/sys_pipe.c projects/amd64_xen_pv/sys/kern/sys_procdesc.c projects/amd64_xen_pv/sys/kern/sys_process.c projects/amd64_xen_pv/sys/kern/syscalls.c projects/amd64_xen_pv/sys/kern/syscalls.master projects/amd64_xen_pv/sys/kern/systrace_args.c projects/amd64_xen_pv/sys/kern/sysv_shm.c projects/amd64_xen_pv/sys/kern/tty.c projects/amd64_xen_pv/sys/kern/tty_pts.c projects/amd64_xen_pv/sys/kern/tty_ttydisc.c projects/amd64_xen_pv/sys/kern/uipc_domain.c projects/amd64_xen_pv/sys/kern/uipc_mbuf.c projects/amd64_xen_pv/sys/kern/uipc_mbuf2.c projects/amd64_xen_pv/sys/kern/uipc_mqueue.c projects/amd64_xen_pv/sys/kern/uipc_sem.c projects/amd64_xen_pv/sys/kern/uipc_shm.c projects/amd64_xen_pv/sys/kern/uipc_sockbuf.c projects/amd64_xen_pv/sys/kern/uipc_socket.c projects/amd64_xen_pv/sys/kern/uipc_syscalls.c projects/amd64_xen_pv/sys/kern/uipc_usrreq.c projects/amd64_xen_pv/sys/kern/vfs_acl.c projects/amd64_xen_pv/sys/kern/vfs_aio.c projects/amd64_xen_pv/sys/kern/vfs_bio.c projects/amd64_xen_pv/sys/kern/vfs_cache.c projects/amd64_xen_pv/sys/kern/vfs_cluster.c projects/amd64_xen_pv/sys/kern/vfs_default.c projects/amd64_xen_pv/sys/kern/vfs_export.c projects/amd64_xen_pv/sys/kern/vfs_extattr.c projects/amd64_xen_pv/sys/kern/vfs_hash.c projects/amd64_xen_pv/sys/kern/vfs_init.c projects/amd64_xen_pv/sys/kern/vfs_lookup.c projects/amd64_xen_pv/sys/kern/vfs_mount.c projects/amd64_xen_pv/sys/kern/vfs_mountroot.c projects/amd64_xen_pv/sys/kern/vfs_subr.c projects/amd64_xen_pv/sys/kern/vfs_syscalls.c projects/amd64_xen_pv/sys/kern/vfs_vnops.c projects/amd64_xen_pv/sys/kern/vnode_if.src projects/amd64_xen_pv/sys/kgssapi/gss_accept_sec_context.c projects/amd64_xen_pv/sys/kgssapi/gss_acquire_cred.c projects/amd64_xen_pv/sys/kgssapi/gss_canonicalize_name.c projects/amd64_xen_pv/sys/kgssapi/gss_delete_sec_context.c projects/amd64_xen_pv/sys/kgssapi/gss_display_status.c projects/amd64_xen_pv/sys/kgssapi/gss_export_name.c projects/amd64_xen_pv/sys/kgssapi/gss_impl.c projects/amd64_xen_pv/sys/kgssapi/gss_import_name.c projects/amd64_xen_pv/sys/kgssapi/gss_init_sec_context.c projects/amd64_xen_pv/sys/kgssapi/gss_pname_to_uid.c projects/amd64_xen_pv/sys/kgssapi/gss_release_cred.c projects/amd64_xen_pv/sys/kgssapi/gss_release_name.c projects/amd64_xen_pv/sys/kgssapi/gss_set_cred_option.c projects/amd64_xen_pv/sys/kgssapi/gssapi_impl.h projects/amd64_xen_pv/sys/libkern/arm/divsi3.S projects/amd64_xen_pv/sys/libkern/arm/ffs.S projects/amd64_xen_pv/sys/libkern/jenkins_hash.c projects/amd64_xen_pv/sys/libkern/quad.h projects/amd64_xen_pv/sys/libkern/strlcpy.c projects/amd64_xen_pv/sys/libkern/strlen.c projects/amd64_xen_pv/sys/libkern/ucmpdi2.c projects/amd64_xen_pv/sys/mips/adm5120/adm5120_machdep.c projects/amd64_xen_pv/sys/mips/adm5120/if_admsw.c projects/amd64_xen_pv/sys/mips/alchemy/alchemy_machdep.c projects/amd64_xen_pv/sys/mips/atheros/ar71xx_chip.c projects/amd64_xen_pv/sys/mips/atheros/ar71xx_cpudef.h projects/amd64_xen_pv/sys/mips/atheros/ar71xx_pci.c projects/amd64_xen_pv/sys/mips/atheros/ar71xx_setup.c projects/amd64_xen_pv/sys/mips/atheros/ar724x_chip.c projects/amd64_xen_pv/sys/mips/atheros/ar91xx_chip.c projects/amd64_xen_pv/sys/mips/atheros/files.ar71xx projects/amd64_xen_pv/sys/mips/atheros/if_arge.c projects/amd64_xen_pv/sys/mips/beri/beri_machdep.c projects/amd64_xen_pv/sys/mips/beri/files.beri projects/amd64_xen_pv/sys/mips/cavium/files.octeon1 projects/amd64_xen_pv/sys/mips/cavium/if_octm.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-common.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-mem.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-rgmii.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-rx.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-sgmii.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-tx.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet-xaui.c projects/amd64_xen_pv/sys/mips/cavium/octe/ethernet.c projects/amd64_xen_pv/sys/mips/cavium/octeon_ebt3000_cf.c projects/amd64_xen_pv/sys/mips/cavium/octeon_machdep.c projects/amd64_xen_pv/sys/mips/cavium/octeon_pcmap_regs.h projects/amd64_xen_pv/sys/mips/cavium/octopci.c projects/amd64_xen_pv/sys/mips/cavium/uart_cpu_octeonusart.c projects/amd64_xen_pv/sys/mips/cavium/uart_dev_oct16550.c projects/amd64_xen_pv/sys/mips/cavium/usb/octusb.c projects/amd64_xen_pv/sys/mips/conf/AP91.hints projects/amd64_xen_pv/sys/mips/conf/AP93.hints projects/amd64_xen_pv/sys/mips/conf/AP96.hints projects/amd64_xen_pv/sys/mips/conf/AR71XX_BASE projects/amd64_xen_pv/sys/mips/conf/AR724X_BASE projects/amd64_xen_pv/sys/mips/conf/AR91XX_BASE projects/amd64_xen_pv/sys/mips/conf/OCTEON1 projects/amd64_xen_pv/sys/mips/conf/PB92 projects/amd64_xen_pv/sys/mips/conf/RSPRO.hints projects/amd64_xen_pv/sys/mips/conf/RT305X projects/amd64_xen_pv/sys/mips/gxemul/gxemul_machdep.c projects/amd64_xen_pv/sys/mips/idt/idt_machdep.c projects/amd64_xen_pv/sys/mips/idt/if_kr.c projects/amd64_xen_pv/sys/mips/include/bus.h projects/amd64_xen_pv/sys/mips/include/cpufunc.h projects/amd64_xen_pv/sys/mips/include/fdt.h projects/amd64_xen_pv/sys/mips/include/metadata.h projects/amd64_xen_pv/sys/mips/include/param.h projects/amd64_xen_pv/sys/mips/include/pmap.h projects/amd64_xen_pv/sys/mips/include/tlb.h projects/amd64_xen_pv/sys/mips/include/vmparam.h projects/amd64_xen_pv/sys/mips/malta/malta_machdep.c projects/amd64_xen_pv/sys/mips/mips/busdma_machdep.c projects/amd64_xen_pv/sys/mips/mips/machdep.c projects/amd64_xen_pv/sys/mips/mips/pmap.c projects/amd64_xen_pv/sys/mips/mips/support.S projects/amd64_xen_pv/sys/mips/mips/tick.c projects/amd64_xen_pv/sys/mips/mips/tlb.c projects/amd64_xen_pv/sys/mips/mips/trap.c projects/amd64_xen_pv/sys/mips/mips/uma_machdep.c projects/amd64_xen_pv/sys/mips/nlm/dev/net/mdio.c projects/amd64_xen_pv/sys/mips/nlm/dev/net/nae.c projects/amd64_xen_pv/sys/mips/nlm/dev/net/sgmii.c projects/amd64_xen_pv/sys/mips/nlm/dev/net/xlpge.c projects/amd64_xen_pv/sys/mips/nlm/hal/fmn.c projects/amd64_xen_pv/sys/mips/nlm/hal/mdio.h projects/amd64_xen_pv/sys/mips/nlm/hal/sys.h projects/amd64_xen_pv/sys/mips/nlm/hal/ucore_loader.h projects/amd64_xen_pv/sys/mips/nlm/tick.c projects/amd64_xen_pv/sys/mips/nlm/xlp_machdep.c projects/amd64_xen_pv/sys/mips/nlm/xlp_pci.c projects/amd64_xen_pv/sys/mips/rmi/dev/nlge/if_nlge.c projects/amd64_xen_pv/sys/mips/rmi/dev/xlr/rge.c projects/amd64_xen_pv/sys/mips/rmi/rootfs_list.txt projects/amd64_xen_pv/sys/mips/rmi/tick.c projects/amd64_xen_pv/sys/mips/rmi/xlr_i2c.c projects/amd64_xen_pv/sys/mips/rt305x/files.rt305x projects/amd64_xen_pv/sys/mips/rt305x/rt305x_machdep.c projects/amd64_xen_pv/sys/mips/sentry5/s5_machdep.c projects/amd64_xen_pv/sys/mips/sibyte/sb_machdep.c projects/amd64_xen_pv/sys/modules/3dfx/Makefile projects/amd64_xen_pv/sys/modules/Makefile projects/amd64_xen_pv/sys/modules/acpi/acpi/Makefile projects/amd64_xen_pv/sys/modules/agp/Makefile projects/amd64_xen_pv/sys/modules/ath/Makefile projects/amd64_xen_pv/sys/modules/cmx/Makefile projects/amd64_xen_pv/sys/modules/cxgbe/firmware/Makefile projects/amd64_xen_pv/sys/modules/cxgbe/tom/Makefile projects/amd64_xen_pv/sys/modules/drm/r128/Makefile projects/amd64_xen_pv/sys/modules/drm/radeon/Makefile projects/amd64_xen_pv/sys/modules/drm/via/Makefile projects/amd64_xen_pv/sys/modules/drm2/drm2/Makefile projects/amd64_xen_pv/sys/modules/dtrace/Makefile projects/amd64_xen_pv/sys/modules/dtrace/dtraceall/dtraceall.c projects/amd64_xen_pv/sys/modules/dtrace/fbt/Makefile projects/amd64_xen_pv/sys/modules/dummynet/Makefile projects/amd64_xen_pv/sys/modules/filemon/Makefile projects/amd64_xen_pv/sys/modules/hpt27xx/Makefile projects/amd64_xen_pv/sys/modules/ipfw/Makefile projects/amd64_xen_pv/sys/modules/ipfw_nat/Makefile projects/amd64_xen_pv/sys/modules/iwn/Makefile projects/amd64_xen_pv/sys/modules/ixgbe/Makefile projects/amd64_xen_pv/sys/modules/mqueue/Makefile projects/amd64_xen_pv/sys/modules/mxge/mxge/Makefile projects/amd64_xen_pv/sys/modules/nxge/Makefile projects/amd64_xen_pv/sys/modules/pf/Makefile projects/amd64_xen_pv/sys/modules/pflog/Makefile projects/amd64_xen_pv/sys/modules/pfsync/Makefile projects/amd64_xen_pv/sys/modules/scsi_low/Makefile projects/amd64_xen_pv/sys/modules/sdhci/Makefile projects/amd64_xen_pv/sys/modules/uart/Makefile projects/amd64_xen_pv/sys/modules/ufs/Makefile projects/amd64_xen_pv/sys/modules/usb/Makefile projects/amd64_xen_pv/sys/modules/usb/smsc/Makefile projects/amd64_xen_pv/sys/modules/virtio/Makefile projects/amd64_xen_pv/sys/modules/wlan/Makefile projects/amd64_xen_pv/sys/modules/zfs/Makefile projects/amd64_xen_pv/sys/net/bpf.c projects/amd64_xen_pv/sys/net/bpf.h projects/amd64_xen_pv/sys/net/bpf_buffer.c projects/amd64_xen_pv/sys/net/bpfdesc.h projects/amd64_xen_pv/sys/net/bridgestp.c projects/amd64_xen_pv/sys/net/ieee8023ad_lacp.c projects/amd64_xen_pv/sys/net/if.c projects/amd64_xen_pv/sys/net/if.h projects/amd64_xen_pv/sys/net/if_arcsubr.c projects/amd64_xen_pv/sys/net/if_atmsubr.c projects/amd64_xen_pv/sys/net/if_bridge.c projects/amd64_xen_pv/sys/net/if_clone.c projects/amd64_xen_pv/sys/net/if_clone.h projects/amd64_xen_pv/sys/net/if_disc.c projects/amd64_xen_pv/sys/net/if_edsc.c projects/amd64_xen_pv/sys/net/if_ef.c projects/amd64_xen_pv/sys/net/if_enc.c projects/amd64_xen_pv/sys/net/if_epair.c projects/amd64_xen_pv/sys/net/if_ethersubr.c projects/amd64_xen_pv/sys/net/if_faith.c projects/amd64_xen_pv/sys/net/if_fddisubr.c projects/amd64_xen_pv/sys/net/if_fwsubr.c projects/amd64_xen_pv/sys/net/if_gif.c projects/amd64_xen_pv/sys/net/if_gre.c projects/amd64_xen_pv/sys/net/if_iso88025subr.c projects/amd64_xen_pv/sys/net/if_lagg.c projects/amd64_xen_pv/sys/net/if_lagg.h projects/amd64_xen_pv/sys/net/if_llatbl.c projects/amd64_xen_pv/sys/net/if_llatbl.h projects/amd64_xen_pv/sys/net/if_loop.c projects/amd64_xen_pv/sys/net/if_spppfr.c projects/amd64_xen_pv/sys/net/if_spppsubr.c projects/amd64_xen_pv/sys/net/if_stf.c projects/amd64_xen_pv/sys/net/if_tap.c projects/amd64_xen_pv/sys/net/if_tun.c projects/amd64_xen_pv/sys/net/if_var.h projects/amd64_xen_pv/sys/net/if_vlan.c projects/amd64_xen_pv/sys/net/netmap.h projects/amd64_xen_pv/sys/net/netmap_user.h projects/amd64_xen_pv/sys/net/pfil.c projects/amd64_xen_pv/sys/net/pfil.h projects/amd64_xen_pv/sys/net/route.c projects/amd64_xen_pv/sys/net/route.h projects/amd64_xen_pv/sys/net/rtsock.c projects/amd64_xen_pv/sys/net/zlib.c projects/amd64_xen_pv/sys/net/zlib.h projects/amd64_xen_pv/sys/net80211/ieee80211.c projects/amd64_xen_pv/sys/net80211/ieee80211.h projects/amd64_xen_pv/sys/net80211/ieee80211_action.c projects/amd64_xen_pv/sys/net80211/ieee80211_adhoc.c projects/amd64_xen_pv/sys/net80211/ieee80211_ddb.c projects/amd64_xen_pv/sys/net80211/ieee80211_freebsd.c projects/amd64_xen_pv/sys/net80211/ieee80211_freebsd.h projects/amd64_xen_pv/sys/net80211/ieee80211_hostap.c projects/amd64_xen_pv/sys/net80211/ieee80211_hostap.h projects/amd64_xen_pv/sys/net80211/ieee80211_ht.c projects/amd64_xen_pv/sys/net80211/ieee80211_hwmp.c projects/amd64_xen_pv/sys/net80211/ieee80211_input.c projects/amd64_xen_pv/sys/net80211/ieee80211_ioctl.h projects/amd64_xen_pv/sys/net80211/ieee80211_mesh.c projects/amd64_xen_pv/sys/net80211/ieee80211_mesh.h projects/amd64_xen_pv/sys/net80211/ieee80211_node.c projects/amd64_xen_pv/sys/net80211/ieee80211_node.h projects/amd64_xen_pv/sys/net80211/ieee80211_output.c projects/amd64_xen_pv/sys/net80211/ieee80211_power.c projects/amd64_xen_pv/sys/net80211/ieee80211_power.h projects/amd64_xen_pv/sys/net80211/ieee80211_proto.c projects/amd64_xen_pv/sys/net80211/ieee80211_proto.h projects/amd64_xen_pv/sys/net80211/ieee80211_radiotap.h projects/amd64_xen_pv/sys/net80211/ieee80211_regdomain.h projects/amd64_xen_pv/sys/net80211/ieee80211_scan.c projects/amd64_xen_pv/sys/net80211/ieee80211_scan_sta.c projects/amd64_xen_pv/sys/net80211/ieee80211_sta.c projects/amd64_xen_pv/sys/net80211/ieee80211_sta.h projects/amd64_xen_pv/sys/net80211/ieee80211_superg.c projects/amd64_xen_pv/sys/net80211/ieee80211_superg.h projects/amd64_xen_pv/sys/net80211/ieee80211_var.h projects/amd64_xen_pv/sys/net80211/ieee80211_wds.c projects/amd64_xen_pv/sys/netatalk/aarp.c projects/amd64_xen_pv/sys/netatalk/ddp_output.c projects/amd64_xen_pv/sys/netgraph/atm/ccatm/ng_ccatm.c projects/amd64_xen_pv/sys/netgraph/atm/ng_atm.c projects/amd64_xen_pv/sys/netgraph/atm/sscfu/ng_sscfu.c projects/amd64_xen_pv/sys/netgraph/atm/sscop/ng_sscop.c projects/amd64_xen_pv/sys/netgraph/atm/uni/ng_uni.c projects/amd64_xen_pv/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c projects/amd64_xen_pv/sys/netgraph/bluetooth/drivers/h4/ng_h4.c projects/amd64_xen_pv/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c projects/amd64_xen_pv/sys/netgraph/bluetooth/hci/ng_hci_cmds.c projects/amd64_xen_pv/sys/netgraph/bluetooth/hci/ng_hci_evnt.c projects/amd64_xen_pv/sys/netgraph/bluetooth/hci/ng_hci_misc.c projects/amd64_xen_pv/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c projects/amd64_xen_pv/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h projects/amd64_xen_pv/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c projects/amd64_xen_pv/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c projects/amd64_xen_pv/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c projects/amd64_xen_pv/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c projects/amd64_xen_pv/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c projects/amd64_xen_pv/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c projects/amd64_xen_pv/sys/netgraph/bluetooth/socket/ng_btsocket_sco.c projects/amd64_xen_pv/sys/netgraph/netflow/netflow.c projects/amd64_xen_pv/sys/netgraph/netflow/netflow_v9.c projects/amd64_xen_pv/sys/netgraph/netflow/ng_netflow.c projects/amd64_xen_pv/sys/netgraph/netflow/ng_netflow.h projects/amd64_xen_pv/sys/netgraph/ng_UI.c projects/amd64_xen_pv/sys/netgraph/ng_atmllc.c projects/amd64_xen_pv/sys/netgraph/ng_base.c projects/amd64_xen_pv/sys/netgraph/ng_bridge.c projects/amd64_xen_pv/sys/netgraph/ng_cisco.c projects/amd64_xen_pv/sys/netgraph/ng_deflate.c projects/amd64_xen_pv/sys/netgraph/ng_device.c projects/amd64_xen_pv/sys/netgraph/ng_eiface.c projects/amd64_xen_pv/sys/netgraph/ng_ether.c projects/amd64_xen_pv/sys/netgraph/ng_fec.c projects/amd64_xen_pv/sys/netgraph/ng_frame_relay.c projects/amd64_xen_pv/sys/netgraph/ng_gif.c projects/amd64_xen_pv/sys/netgraph/ng_gif_demux.c projects/amd64_xen_pv/sys/netgraph/ng_hub.c projects/amd64_xen_pv/sys/netgraph/ng_iface.c projects/amd64_xen_pv/sys/netgraph/ng_ipfw.c projects/amd64_xen_pv/sys/netgraph/ng_ksocket.c projects/amd64_xen_pv/sys/netgraph/ng_l2tp.c projects/amd64_xen_pv/sys/netgraph/ng_lmi.c projects/amd64_xen_pv/sys/netgraph/ng_mppc.c projects/amd64_xen_pv/sys/netgraph/ng_nat.c projects/amd64_xen_pv/sys/netgraph/ng_nat.h projects/amd64_xen_pv/sys/netgraph/ng_one2many.c projects/amd64_xen_pv/sys/netgraph/ng_parse.c projects/amd64_xen_pv/sys/netgraph/ng_ppp.c projects/amd64_xen_pv/sys/netgraph/ng_pppoe.c projects/amd64_xen_pv/sys/netgraph/ng_pptpgre.c projects/amd64_xen_pv/sys/netgraph/ng_pred1.c projects/amd64_xen_pv/sys/netgraph/ng_rfc1490.c projects/amd64_xen_pv/sys/netgraph/ng_source.c projects/amd64_xen_pv/sys/netgraph/ng_tee.c projects/amd64_xen_pv/sys/netgraph/ng_tty.c projects/amd64_xen_pv/sys/netgraph/ng_vjc.c projects/amd64_xen_pv/sys/netgraph/ng_vlan.c projects/amd64_xen_pv/sys/netinet/if_ether.c projects/amd64_xen_pv/sys/netinet/if_ether.h projects/amd64_xen_pv/sys/netinet/igmp.c projects/amd64_xen_pv/sys/netinet/in.c projects/amd64_xen_pv/sys/netinet/in.h projects/amd64_xen_pv/sys/netinet/in_gif.c projects/amd64_xen_pv/sys/netinet/in_pcb.c projects/amd64_xen_pv/sys/netinet/in_pcb.h projects/amd64_xen_pv/sys/netinet/in_rmx.c projects/amd64_xen_pv/sys/netinet/in_var.h projects/amd64_xen_pv/sys/netinet/ip_carp.c projects/amd64_xen_pv/sys/netinet/ip_carp.h projects/amd64_xen_pv/sys/netinet/ip_divert.c projects/amd64_xen_pv/sys/netinet/ip_fastfwd.c projects/amd64_xen_pv/sys/netinet/ip_fw.h projects/amd64_xen_pv/sys/netinet/ip_gre.c projects/amd64_xen_pv/sys/netinet/ip_icmp.c projects/amd64_xen_pv/sys/netinet/ip_input.c projects/amd64_xen_pv/sys/netinet/ip_ipsec.c projects/amd64_xen_pv/sys/netinet/ip_mroute.c projects/amd64_xen_pv/sys/netinet/ip_options.c projects/amd64_xen_pv/sys/netinet/ip_options.h projects/amd64_xen_pv/sys/netinet/ip_output.c projects/amd64_xen_pv/sys/netinet/ip_var.h projects/amd64_xen_pv/sys/netinet/libalias/alias.c projects/amd64_xen_pv/sys/netinet/libalias/alias_db.c projects/amd64_xen_pv/sys/netinet/libalias/alias_proxy.c projects/amd64_xen_pv/sys/netinet/libalias/alias_skinny.c projects/amd64_xen_pv/sys/netinet/libalias/libalias.3 projects/amd64_xen_pv/sys/netinet/raw_ip.c projects/amd64_xen_pv/sys/netinet/sctp.h projects/amd64_xen_pv/sys/netinet/sctp_asconf.c projects/amd64_xen_pv/sys/netinet/sctp_auth.c projects/amd64_xen_pv/sys/netinet/sctp_constants.h projects/amd64_xen_pv/sys/netinet/sctp_indata.c projects/amd64_xen_pv/sys/netinet/sctp_input.c projects/amd64_xen_pv/sys/netinet/sctp_output.c projects/amd64_xen_pv/sys/netinet/sctp_output.h projects/amd64_xen_pv/sys/netinet/sctp_pcb.c projects/amd64_xen_pv/sys/netinet/sctp_pcb.h projects/amd64_xen_pv/sys/netinet/sctp_peeloff.c projects/amd64_xen_pv/sys/netinet/sctp_peeloff.h projects/amd64_xen_pv/sys/netinet/sctp_structs.h projects/amd64_xen_pv/sys/netinet/sctp_sysctl.c projects/amd64_xen_pv/sys/netinet/sctp_timer.c projects/amd64_xen_pv/sys/netinet/sctp_uio.h projects/amd64_xen_pv/sys/netinet/sctp_usrreq.c projects/amd64_xen_pv/sys/netinet/sctp_var.h projects/amd64_xen_pv/sys/netinet/sctputil.c projects/amd64_xen_pv/sys/netinet/sctputil.h projects/amd64_xen_pv/sys/netinet/siftr.c projects/amd64_xen_pv/sys/netinet/tcp.h projects/amd64_xen_pv/sys/netinet/tcp_debug.c projects/amd64_xen_pv/sys/netinet/tcp_hostcache.c projects/amd64_xen_pv/sys/netinet/tcp_input.c projects/amd64_xen_pv/sys/netinet/tcp_lro.c projects/amd64_xen_pv/sys/netinet/tcp_output.c projects/amd64_xen_pv/sys/netinet/tcp_reass.c projects/amd64_xen_pv/sys/netinet/tcp_subr.c projects/amd64_xen_pv/sys/netinet/tcp_syncache.c projects/amd64_xen_pv/sys/netinet/tcp_syncache.h projects/amd64_xen_pv/sys/netinet/tcp_timer.c projects/amd64_xen_pv/sys/netinet/tcp_timer.h projects/amd64_xen_pv/sys/netinet/tcp_timewait.c projects/amd64_xen_pv/sys/netinet/tcp_usrreq.c projects/amd64_xen_pv/sys/netinet/tcp_var.h projects/amd64_xen_pv/sys/netinet/toecore.c projects/amd64_xen_pv/sys/netinet/udp.h projects/amd64_xen_pv/sys/netinet/udp_usrreq.c projects/amd64_xen_pv/sys/netinet6/frag6.c projects/amd64_xen_pv/sys/netinet6/icmp6.c projects/amd64_xen_pv/sys/netinet6/in6.c projects/amd64_xen_pv/sys/netinet6/in6.h projects/amd64_xen_pv/sys/netinet6/in6_gif.c projects/amd64_xen_pv/sys/netinet6/in6_gif.h projects/amd64_xen_pv/sys/netinet6/in6_ifattach.h projects/amd64_xen_pv/sys/netinet6/in6_pcb.h projects/amd64_xen_pv/sys/netinet6/in6_proto.c projects/amd64_xen_pv/sys/netinet6/in6_rmx.c projects/amd64_xen_pv/sys/netinet6/in6_src.c projects/amd64_xen_pv/sys/netinet6/in6_var.h projects/amd64_xen_pv/sys/netinet6/ip6_forward.c projects/amd64_xen_pv/sys/netinet6/ip6_input.c projects/amd64_xen_pv/sys/netinet6/ip6_ipsec.c projects/amd64_xen_pv/sys/netinet6/ip6_mroute.c projects/amd64_xen_pv/sys/netinet6/ip6_output.c projects/amd64_xen_pv/sys/netinet6/ip6_var.h projects/amd64_xen_pv/sys/netinet6/ip6protosw.h projects/amd64_xen_pv/sys/netinet6/mld6.c projects/amd64_xen_pv/sys/netinet6/nd6.c projects/amd64_xen_pv/sys/netinet6/nd6.h projects/amd64_xen_pv/sys/netinet6/nd6_nbr.c projects/amd64_xen_pv/sys/netinet6/nd6_rtr.c projects/amd64_xen_pv/sys/netinet6/pim6_var.h projects/amd64_xen_pv/sys/netinet6/raw_ip6.c projects/amd64_xen_pv/sys/netinet6/scope6.c projects/amd64_xen_pv/sys/netinet6/scope6_var.h projects/amd64_xen_pv/sys/netinet6/sctp6_usrreq.c projects/amd64_xen_pv/sys/netinet6/sctp6_var.h projects/amd64_xen_pv/sys/netinet6/tcp6_var.h projects/amd64_xen_pv/sys/netinet6/udp6_usrreq.c projects/amd64_xen_pv/sys/netipsec/ipsec.c projects/amd64_xen_pv/sys/netipsec/ipsec_input.c projects/amd64_xen_pv/sys/netipsec/ipsec_mbuf.c projects/amd64_xen_pv/sys/netipsec/ipsec_output.c projects/amd64_xen_pv/sys/netipsec/key.c projects/amd64_xen_pv/sys/netipsec/keysock.c projects/amd64_xen_pv/sys/netipsec/xform_ah.c projects/amd64_xen_pv/sys/netipsec/xform_ipip.c projects/amd64_xen_pv/sys/netipx/ipx_outputfl.c projects/amd64_xen_pv/sys/netipx/ipx_usrreq.c projects/amd64_xen_pv/sys/netipx/spx_reass.c projects/amd64_xen_pv/sys/netipx/spx_usrreq.c projects/amd64_xen_pv/sys/netnatm/natm.c projects/amd64_xen_pv/sys/netsmb/smb_conn.c projects/amd64_xen_pv/sys/netsmb/smb_dev.c projects/amd64_xen_pv/sys/netsmb/smb_iod.c projects/amd64_xen_pv/sys/netsmb/smb_rq.c projects/amd64_xen_pv/sys/netsmb/smb_trantcp.c projects/amd64_xen_pv/sys/netsmb/smb_usr.c projects/amd64_xen_pv/sys/nfs/krpc_subr.c projects/amd64_xen_pv/sys/nfs/nfs_common.c projects/amd64_xen_pv/sys/nfs/nfs_common.h projects/amd64_xen_pv/sys/nfs/nfs_nfssvc.c projects/amd64_xen_pv/sys/nfs/nfssvc.h projects/amd64_xen_pv/sys/nfsclient/nfs_bio.c projects/amd64_xen_pv/sys/nfsclient/nfs_krpc.c projects/amd64_xen_pv/sys/nfsclient/nfs_node.c projects/amd64_xen_pv/sys/nfsclient/nfs_subs.c projects/amd64_xen_pv/sys/nfsclient/nfs_vfsops.c projects/amd64_xen_pv/sys/nfsclient/nfs_vnops.c projects/amd64_xen_pv/sys/nfsclient/nfsargs.h projects/amd64_xen_pv/sys/nfsclient/nfsm_subs.h projects/amd64_xen_pv/sys/nfsclient/nfsmount.h projects/amd64_xen_pv/sys/nfsserver/nfs.h projects/amd64_xen_pv/sys/nfsserver/nfs_fha.c projects/amd64_xen_pv/sys/nfsserver/nfs_serv.c projects/amd64_xen_pv/sys/nfsserver/nfs_srvkrpc.c projects/amd64_xen_pv/sys/nfsserver/nfs_srvsubs.c projects/amd64_xen_pv/sys/nlm/nlm_prot_impl.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/core/cma.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/core/ud_header.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/core/umem.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c projects/amd64_xen_pv/sys/ofed/drivers/infiniband/ulp/sdp/sdp_tx.c projects/amd64_xen_pv/sys/ofed/drivers/net/mlx4/en_netdev.c projects/amd64_xen_pv/sys/ofed/drivers/net/mlx4/en_rx.c projects/amd64_xen_pv/sys/ofed/drivers/net/mlx4/en_tx.c projects/amd64_xen_pv/sys/ofed/include/linux/cdev.h projects/amd64_xen_pv/sys/ofed/include/linux/file.h projects/amd64_xen_pv/sys/ofed/include/linux/linux_compat.c projects/amd64_xen_pv/sys/ofed/include/linux/pci.h projects/amd64_xen_pv/sys/ofed/include/linux/timer.h projects/amd64_xen_pv/sys/ofed/include/rdma/ib_addr.h projects/amd64_xen_pv/sys/opencrypto/xform.c projects/amd64_xen_pv/sys/pc98/cbus/pckbd.c projects/amd64_xen_pv/sys/pc98/conf/GENERIC projects/amd64_xen_pv/sys/pc98/include/bus.h projects/amd64_xen_pv/sys/pc98/pc98/machdep.c projects/amd64_xen_pv/sys/pci/if_rl.c projects/amd64_xen_pv/sys/pci/if_rlreg.h projects/amd64_xen_pv/sys/pci/ncr.c projects/amd64_xen_pv/sys/powerpc/aim/clock.c projects/amd64_xen_pv/sys/powerpc/aim/locore32.S projects/amd64_xen_pv/sys/powerpc/aim/locore64.S projects/amd64_xen_pv/sys/powerpc/aim/machdep.c projects/amd64_xen_pv/sys/powerpc/aim/mmu_oea.c projects/amd64_xen_pv/sys/powerpc/aim/mmu_oea64.c projects/amd64_xen_pv/sys/powerpc/aim/moea64_native.c projects/amd64_xen_pv/sys/powerpc/aim/slb.c projects/amd64_xen_pv/sys/powerpc/aim/trap.c projects/amd64_xen_pv/sys/powerpc/aim/trap_subr32.S projects/amd64_xen_pv/sys/powerpc/aim/trap_subr64.S projects/amd64_xen_pv/sys/powerpc/aim/uma_machdep.c projects/amd64_xen_pv/sys/powerpc/booke/clock.c projects/amd64_xen_pv/sys/powerpc/booke/locore.S projects/amd64_xen_pv/sys/powerpc/booke/machdep.c projects/amd64_xen_pv/sys/powerpc/booke/platform_bare.c projects/amd64_xen_pv/sys/powerpc/booke/pmap.c projects/amd64_xen_pv/sys/powerpc/booke/trap.c projects/amd64_xen_pv/sys/powerpc/conf/GENERIC projects/amd64_xen_pv/sys/powerpc/conf/GENERIC64 projects/amd64_xen_pv/sys/powerpc/conf/NOTES projects/amd64_xen_pv/sys/powerpc/include/bat.h projects/amd64_xen_pv/sys/powerpc/include/cpu.h projects/amd64_xen_pv/sys/powerpc/include/pcb.h projects/amd64_xen_pv/sys/powerpc/include/platformvar.h projects/amd64_xen_pv/sys/powerpc/include/vmparam.h projects/amd64_xen_pv/sys/powerpc/mpc85xx/pci_fdt.c projects/amd64_xen_pv/sys/powerpc/ofw/ofw_real.c projects/amd64_xen_pv/sys/powerpc/powermac/openpic_macio.c projects/amd64_xen_pv/sys/powerpc/powermac/platform_powermac.c projects/amd64_xen_pv/sys/powerpc/powerpc/busdma_machdep.c projects/amd64_xen_pv/sys/powerpc/powerpc/cpu.c projects/amd64_xen_pv/sys/powerpc/powerpc/mmu_if.m projects/amd64_xen_pv/sys/powerpc/powerpc/pmap_dispatch.c projects/amd64_xen_pv/sys/powerpc/ps3/if_glc.c projects/amd64_xen_pv/sys/powerpc/ps3/mmu_ps3.c projects/amd64_xen_pv/sys/powerpc/ps3/platform_ps3.c projects/amd64_xen_pv/sys/powerpc/ps3/ps3cdrom.c projects/amd64_xen_pv/sys/powerpc/wii/platform_wii.c projects/amd64_xen_pv/sys/powerpc/wii/wii_bus.c projects/amd64_xen_pv/sys/powerpc/wii/wii_gpio.c projects/amd64_xen_pv/sys/powerpc/wii/wii_ipc.c projects/amd64_xen_pv/sys/powerpc/wii/wii_ipcreg.h projects/amd64_xen_pv/sys/powerpc/wii/wii_pic.c projects/amd64_xen_pv/sys/rpc/auth.h projects/amd64_xen_pv/sys/rpc/clnt.h projects/amd64_xen_pv/sys/rpc/clnt_dg.c projects/amd64_xen_pv/sys/rpc/clnt_rc.c projects/amd64_xen_pv/sys/rpc/clnt_vc.c projects/amd64_xen_pv/sys/rpc/rpc_generic.c projects/amd64_xen_pv/sys/rpc/rpcb_clnt.c projects/amd64_xen_pv/sys/rpc/rpcm_subs.h projects/amd64_xen_pv/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c projects/amd64_xen_pv/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c projects/amd64_xen_pv/sys/rpc/svc.c projects/amd64_xen_pv/sys/rpc/svc.h projects/amd64_xen_pv/sys/rpc/svc_dg.c projects/amd64_xen_pv/sys/rpc/svc_vc.c projects/amd64_xen_pv/sys/security/audit/audit.c projects/amd64_xen_pv/sys/security/audit/audit.h projects/amd64_xen_pv/sys/security/audit/audit_arg.c projects/amd64_xen_pv/sys/security/audit/audit_bsm.c projects/amd64_xen_pv/sys/security/audit/audit_bsm_klib.c projects/amd64_xen_pv/sys/security/audit/audit_private.h projects/amd64_xen_pv/sys/security/audit/audit_syscalls.c projects/amd64_xen_pv/sys/security/audit/audit_worker.c projects/amd64_xen_pv/sys/security/mac/mac_process.c projects/amd64_xen_pv/sys/security/mac/mac_syscalls.c projects/amd64_xen_pv/sys/sparc64/conf/GENERIC projects/amd64_xen_pv/sys/sparc64/include/atomic.h projects/amd64_xen_pv/sys/sparc64/include/bus_dma.h projects/amd64_xen_pv/sys/sparc64/include/intr_machdep.h projects/amd64_xen_pv/sys/sparc64/include/ktr.h projects/amd64_xen_pv/sys/sparc64/include/pmap.h projects/amd64_xen_pv/sys/sparc64/include/smp.h projects/amd64_xen_pv/sys/sparc64/include/vmparam.h projects/amd64_xen_pv/sys/sparc64/pci/fire.c projects/amd64_xen_pv/sys/sparc64/pci/ofw_pcib.c projects/amd64_xen_pv/sys/sparc64/pci/psycho.c projects/amd64_xen_pv/sys/sparc64/pci/sbbc.c projects/amd64_xen_pv/sys/sparc64/pci/schizo.c projects/amd64_xen_pv/sys/sparc64/sbus/sbus.c projects/amd64_xen_pv/sys/sparc64/sparc64/ata_machdep.c projects/amd64_xen_pv/sys/sparc64/sparc64/bus_machdep.c projects/amd64_xen_pv/sys/sparc64/sparc64/interrupt.S projects/amd64_xen_pv/sys/sparc64/sparc64/intr_machdep.c projects/amd64_xen_pv/sys/sparc64/sparc64/iommu.c projects/amd64_xen_pv/sys/sparc64/sparc64/machdep.c projects/amd64_xen_pv/sys/sparc64/sparc64/pmap.c projects/amd64_xen_pv/sys/sparc64/sparc64/tick.c projects/amd64_xen_pv/sys/sparc64/sparc64/trap.c projects/amd64_xen_pv/sys/sparc64/sparc64/tsb.c projects/amd64_xen_pv/sys/sparc64/sparc64/vm_machdep.c projects/amd64_xen_pv/sys/sys/_callout.h projects/amd64_xen_pv/sys/sys/_mutex.h projects/amd64_xen_pv/sys/sys/_rmlock.h projects/amd64_xen_pv/sys/sys/_rwlock.h projects/amd64_xen_pv/sys/sys/bio.h projects/amd64_xen_pv/sys/sys/buf.h projects/amd64_xen_pv/sys/sys/buf_ring.h projects/amd64_xen_pv/sys/sys/bufobj.h projects/amd64_xen_pv/sys/sys/bus_dma.h projects/amd64_xen_pv/sys/sys/callout.h projects/amd64_xen_pv/sys/sys/capability.h projects/amd64_xen_pv/sys/sys/cdefs.h projects/amd64_xen_pv/sys/sys/condvar.h projects/amd64_xen_pv/sys/sys/conf.h projects/amd64_xen_pv/sys/sys/copyright.h projects/amd64_xen_pv/sys/sys/diskmbr.h projects/amd64_xen_pv/sys/sys/domain.h projects/amd64_xen_pv/sys/sys/eventhandler.h projects/amd64_xen_pv/sys/sys/file.h projects/amd64_xen_pv/sys/sys/filedesc.h projects/amd64_xen_pv/sys/sys/fnv_hash.h projects/amd64_xen_pv/sys/sys/ipc.h projects/amd64_xen_pv/sys/sys/kdb.h projects/amd64_xen_pv/sys/sys/kernel.h projects/amd64_xen_pv/sys/sys/ktr.h projects/amd64_xen_pv/sys/sys/lock.h projects/amd64_xen_pv/sys/sys/mbuf.h projects/amd64_xen_pv/sys/sys/mount.h projects/amd64_xen_pv/sys/sys/mouse.h projects/amd64_xen_pv/sys/sys/mutex.h projects/amd64_xen_pv/sys/sys/namei.h projects/amd64_xen_pv/sys/sys/param.h projects/amd64_xen_pv/sys/sys/pcpu.h projects/amd64_xen_pv/sys/sys/pmc.h projects/amd64_xen_pv/sys/sys/pmckern.h projects/amd64_xen_pv/sys/sys/proc.h projects/amd64_xen_pv/sys/sys/protosw.h projects/amd64_xen_pv/sys/sys/queue.h projects/amd64_xen_pv/sys/sys/racct.h projects/amd64_xen_pv/sys/sys/rctl.h projects/amd64_xen_pv/sys/sys/resource.h projects/amd64_xen_pv/sys/sys/rmlock.h projects/amd64_xen_pv/sys/sys/rwlock.h projects/amd64_xen_pv/sys/sys/sched.h projects/amd64_xen_pv/sys/sys/signalvar.h projects/amd64_xen_pv/sys/sys/sleepqueue.h projects/amd64_xen_pv/sys/sys/smp.h projects/amd64_xen_pv/sys/sys/socket.h projects/amd64_xen_pv/sys/sys/socketvar.h projects/amd64_xen_pv/sys/sys/stat.h projects/amd64_xen_pv/sys/sys/sx.h projects/amd64_xen_pv/sys/sys/syscall.h projects/amd64_xen_pv/sys/sys/syscall.mk projects/amd64_xen_pv/sys/sys/syscallsubr.h projects/amd64_xen_pv/sys/sys/sysctl.h projects/amd64_xen_pv/sys/sys/sysproto.h projects/amd64_xen_pv/sys/sys/systm.h projects/amd64_xen_pv/sys/sys/taskqueue.h projects/amd64_xen_pv/sys/sys/time.h projects/amd64_xen_pv/sys/sys/timeet.h projects/amd64_xen_pv/sys/sys/tty.h projects/amd64_xen_pv/sys/sys/types.h projects/amd64_xen_pv/sys/sys/uio.h projects/amd64_xen_pv/sys/sys/un.h projects/amd64_xen_pv/sys/sys/user.h projects/amd64_xen_pv/sys/sys/vdso.h projects/amd64_xen_pv/sys/sys/vmmeter.h projects/amd64_xen_pv/sys/sys/vnode.h projects/amd64_xen_pv/sys/sys/wait.h projects/amd64_xen_pv/sys/sys/watchdog.h projects/amd64_xen_pv/sys/tools/vnode_if.awk projects/amd64_xen_pv/sys/ufs/ffs/ffs_alloc.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_balloc.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_extern.h projects/amd64_xen_pv/sys/ufs/ffs/ffs_inode.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_rawread.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_snapshot.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_softdep.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_vfsops.c projects/amd64_xen_pv/sys/ufs/ffs/ffs_vnops.c projects/amd64_xen_pv/sys/ufs/ffs/fs.h projects/amd64_xen_pv/sys/ufs/ufs/inode.h projects/amd64_xen_pv/sys/ufs/ufs/ufs_acl.c projects/amd64_xen_pv/sys/ufs/ufs/ufs_extattr.c projects/amd64_xen_pv/sys/ufs/ufs/ufs_extern.h projects/amd64_xen_pv/sys/ufs/ufs/ufs_lookup.c projects/amd64_xen_pv/sys/ufs/ufs/ufs_quota.c projects/amd64_xen_pv/sys/ufs/ufs/ufs_vnops.c projects/amd64_xen_pv/sys/ufs/ufs/ufsmount.h projects/amd64_xen_pv/sys/vm/default_pager.c projects/amd64_xen_pv/sys/vm/device_pager.c projects/amd64_xen_pv/sys/vm/phys_pager.c projects/amd64_xen_pv/sys/vm/pmap.h projects/amd64_xen_pv/sys/vm/sg_pager.c projects/amd64_xen_pv/sys/vm/swap_pager.c projects/amd64_xen_pv/sys/vm/swap_pager.h projects/amd64_xen_pv/sys/vm/uma.h projects/amd64_xen_pv/sys/vm/uma_core.c projects/amd64_xen_pv/sys/vm/uma_int.h projects/amd64_xen_pv/sys/vm/vm.h projects/amd64_xen_pv/sys/vm/vm_fault.c projects/amd64_xen_pv/sys/vm/vm_glue.c projects/amd64_xen_pv/sys/vm/vm_init.c projects/amd64_xen_pv/sys/vm/vm_kern.c projects/amd64_xen_pv/sys/vm/vm_map.c projects/amd64_xen_pv/sys/vm/vm_map.h projects/amd64_xen_pv/sys/vm/vm_meter.c projects/amd64_xen_pv/sys/vm/vm_mmap.c projects/amd64_xen_pv/sys/vm/vm_object.c projects/amd64_xen_pv/sys/vm/vm_object.h projects/amd64_xen_pv/sys/vm/vm_page.c projects/amd64_xen_pv/sys/vm/vm_page.h projects/amd64_xen_pv/sys/vm/vm_pageout.c projects/amd64_xen_pv/sys/vm/vm_pager.c projects/amd64_xen_pv/sys/vm/vm_pager.h projects/amd64_xen_pv/sys/vm/vm_phys.c projects/amd64_xen_pv/sys/vm/vm_phys.h projects/amd64_xen_pv/sys/vm/vm_reserv.c projects/amd64_xen_pv/sys/vm/vm_unix.c projects/amd64_xen_pv/sys/vm/vnode_pager.c projects/amd64_xen_pv/sys/x86/acpica/srat.c projects/amd64_xen_pv/sys/x86/bios/smbios.c projects/amd64_xen_pv/sys/x86/include/bus.h projects/amd64_xen_pv/sys/x86/include/specialreg.h projects/amd64_xen_pv/sys/x86/isa/atrtc.c projects/amd64_xen_pv/sys/x86/isa/clock.c projects/amd64_xen_pv/sys/x86/x86/busdma_machdep.c projects/amd64_xen_pv/sys/x86/x86/intr_machdep.c projects/amd64_xen_pv/sys/x86/x86/io_apic.c projects/amd64_xen_pv/sys/x86/x86/local_apic.c projects/amd64_xen_pv/sys/x86/x86/tsc.c projects/amd64_xen_pv/sys/xdr/xdr_mbuf.c projects/amd64_xen_pv/sys/xen/evtchn/evtchn.c projects/amd64_xen_pv/sys/xen/gnttab.c projects/amd64_xen_pv/sys/xen/interface/foreign/mkheader.py projects/amd64_xen_pv/tools/build/Makefile projects/amd64_xen_pv/tools/build/make_check/Makefile projects/amd64_xen_pv/tools/build/mk/OptionalObsoleteFiles.inc projects/amd64_xen_pv/tools/debugscripts/dot.gdbinit projects/amd64_xen_pv/tools/diag/README projects/amd64_xen_pv/tools/install.sh projects/amd64_xen_pv/tools/kerneldoc/subsys/common-Doxyfile projects/amd64_xen_pv/tools/make_libdeps.sh projects/amd64_xen_pv/tools/regression/bin/test/regress.sh projects/amd64_xen_pv/tools/regression/filemon/Makefile projects/amd64_xen_pv/tools/regression/lib/libc/nss/test-gethostby.c projects/amd64_xen_pv/tools/regression/lib/libc/resolv/resolv.c projects/amd64_xen_pv/tools/regression/lib/libc/stdio/Makefile projects/amd64_xen_pv/tools/regression/lib/libc/stdio/test-perror.c projects/amd64_xen_pv/tools/regression/netinet/arphold/arphold.c projects/amd64_xen_pv/tools/regression/netinet/ip_id_period/ip_id_period.py projects/amd64_xen_pv/tools/regression/netinet/udpzerobyte/udpzerobyte.c projects/amd64_xen_pv/tools/regression/netipx/ipxdgramloopback/ipxdgramloopback.c projects/amd64_xen_pv/tools/regression/pjdfstest/Makefile projects/amd64_xen_pv/tools/regression/pjdfstest/pjdfstest.c projects/amd64_xen_pv/tools/regression/pjdfstest/tests/misc.sh projects/amd64_xen_pv/tools/regression/security/cap_test/cap_test_capabilities.c projects/amd64_xen_pv/tools/regression/security/cap_test/cap_test_relative.c projects/amd64_xen_pv/tools/regression/sockets/sblock/sblock.c projects/amd64_xen_pv/tools/regression/sockets/sigpipe/sigpipe.c projects/amd64_xen_pv/tools/regression/sockets/unix_cmsg/README projects/amd64_xen_pv/tools/regression/sockets/unix_cmsg/unix_cmsg.c projects/amd64_xen_pv/tools/regression/sockets/unix_cmsg/unix_cmsg.t projects/amd64_xen_pv/tools/regression/sockets/unix_seqpacket_exercise/unix_seqpacket_exercise.c projects/amd64_xen_pv/tools/regression/sockets/zerosend/zerosend.c projects/amd64_xen_pv/tools/regression/ufs/uprintf/ufs_uprintf.c projects/amd64_xen_pv/tools/regression/usr.bin/printf/regress.sh projects/amd64_xen_pv/tools/test/hwpmc/pmctest.py projects/amd64_xen_pv/tools/test/iconv/tablegen/cmp.sh projects/amd64_xen_pv/tools/test/ppsapi/Makefile projects/amd64_xen_pv/tools/test/ppsapi/README projects/amd64_xen_pv/tools/test/pthread_vfork/pthread_vfork_test.c projects/amd64_xen_pv/tools/tools/README projects/amd64_xen_pv/tools/tools/ath/Makefile projects/amd64_xen_pv/tools/tools/ath/arcode/arcode.c projects/amd64_xen_pv/tools/tools/ath/ath_prom_read/ath_prom_read.c projects/amd64_xen_pv/tools/tools/ath/athdebug/athdebug.c projects/amd64_xen_pv/tools/tools/ath/athdecode/main.c projects/amd64_xen_pv/tools/tools/ath/athkey/athkey.c projects/amd64_xen_pv/tools/tools/ath/athprom/athprom.c projects/amd64_xen_pv/tools/tools/ath/athratestats/Makefile projects/amd64_xen_pv/tools/tools/ath/athratestats/main.c projects/amd64_xen_pv/tools/tools/ath/athstats/Makefile projects/amd64_xen_pv/tools/tools/ath/athstats/athstats.c projects/amd64_xen_pv/tools/tools/ath/athsurvey/athsurvey.c projects/amd64_xen_pv/tools/tools/cxgbetool/cxgbetool.c projects/amd64_xen_pv/tools/tools/netmap/Makefile projects/amd64_xen_pv/tools/tools/netmap/bridge.c projects/amd64_xen_pv/tools/tools/netmap/pcap.c projects/amd64_xen_pv/tools/tools/netmap/pkt-gen.c projects/amd64_xen_pv/tools/tools/netrate/netreceive/Makefile projects/amd64_xen_pv/tools/tools/netrate/netreceive/netreceive.c projects/amd64_xen_pv/tools/tools/netrate/netsend/netsend.c projects/amd64_xen_pv/tools/tools/notescheck/notescheck.py projects/amd64_xen_pv/tools/tools/sysbuild/sysbuild.sh projects/amd64_xen_pv/tools/tools/sysdoc/Makefile projects/amd64_xen_pv/tools/tools/tinybsd/conf/firewall/TINYBSD projects/amd64_xen_pv/usr.bin/Makefile projects/amd64_xen_pv/usr.bin/Makefile.amd64 projects/amd64_xen_pv/usr.bin/Makefile.arm projects/amd64_xen_pv/usr.bin/Makefile.i386 projects/amd64_xen_pv/usr.bin/Makefile.ia64 projects/amd64_xen_pv/usr.bin/Makefile.powerpc projects/amd64_xen_pv/usr.bin/Makefile.sparc64 projects/amd64_xen_pv/usr.bin/apply/apply.c projects/amd64_xen_pv/usr.bin/ar/Makefile projects/amd64_xen_pv/usr.bin/ar/acpyacc.y projects/amd64_xen_pv/usr.bin/ar/ar.h projects/amd64_xen_pv/usr.bin/ar/read.c projects/amd64_xen_pv/usr.bin/ar/write.c projects/amd64_xen_pv/usr.bin/at/parsetime.c projects/amd64_xen_pv/usr.bin/at/privs.h projects/amd64_xen_pv/usr.bin/bc/bc.y projects/amd64_xen_pv/usr.bin/c89/c89.c projects/amd64_xen_pv/usr.bin/c99/c99.c projects/amd64_xen_pv/usr.bin/calendar/calendar.1 projects/amd64_xen_pv/usr.bin/calendar/calendar.c projects/amd64_xen_pv/usr.bin/calendar/calendars/calendar.birthday projects/amd64_xen_pv/usr.bin/calendar/calendars/calendar.freebsd projects/amd64_xen_pv/usr.bin/calendar/calendars/calendar.history projects/amd64_xen_pv/usr.bin/calendar/dates.c projects/amd64_xen_pv/usr.bin/calendar/day.c projects/amd64_xen_pv/usr.bin/calendar/io.c projects/amd64_xen_pv/usr.bin/calendar/parsedata.c projects/amd64_xen_pv/usr.bin/chat/chat.8 projects/amd64_xen_pv/usr.bin/chat/chat.c projects/amd64_xen_pv/usr.bin/chpass/chpass.c projects/amd64_xen_pv/usr.bin/cksum/extern.h projects/amd64_xen_pv/usr.bin/clang/bugpoint/Makefile projects/amd64_xen_pv/usr.bin/clang/clang-tblgen/Makefile projects/amd64_xen_pv/usr.bin/clang/clang/Makefile projects/amd64_xen_pv/usr.bin/clang/clang/clang.1 projects/amd64_xen_pv/usr.bin/clang/llc/Makefile projects/amd64_xen_pv/usr.bin/clang/lli/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-ar/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-as/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-bcanalyzer/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-diff/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-dis/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-extract/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-link/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-mc/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-nm/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-objdump/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-prof/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-ranlib/Makefile projects/amd64_xen_pv/usr.bin/clang/llvm-rtdyld/Makefile projects/amd64_xen_pv/usr.bin/clang/macho-dump/Makefile projects/amd64_xen_pv/usr.bin/clang/opt/Makefile projects/amd64_xen_pv/usr.bin/clang/tblgen/Makefile projects/amd64_xen_pv/usr.bin/cpio/Makefile projects/amd64_xen_pv/usr.bin/cpio/test/Makefile projects/amd64_xen_pv/usr.bin/csup/csup.1 projects/amd64_xen_pv/usr.bin/csup/lister.c projects/amd64_xen_pv/usr.bin/csup/proto.c projects/amd64_xen_pv/usr.bin/ctlstat/ctlstat.c projects/amd64_xen_pv/usr.bin/cut/cut.1 projects/amd64_xen_pv/usr.bin/cut/cut.c projects/amd64_xen_pv/usr.bin/dc/bcode.c projects/amd64_xen_pv/usr.bin/dc/bcode.h projects/amd64_xen_pv/usr.bin/dc/dc.c projects/amd64_xen_pv/usr.bin/dc/inout.c projects/amd64_xen_pv/usr.bin/du/du.1 projects/amd64_xen_pv/usr.bin/ee/Makefile projects/amd64_xen_pv/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg projects/amd64_xen_pv/usr.bin/elfdump/elfdump.c projects/amd64_xen_pv/usr.bin/fetch/Makefile projects/amd64_xen_pv/usr.bin/fetch/fetch.c projects/amd64_xen_pv/usr.bin/find/extern.h projects/amd64_xen_pv/usr.bin/find/find.1 projects/amd64_xen_pv/usr.bin/find/find.h projects/amd64_xen_pv/usr.bin/find/function.c projects/amd64_xen_pv/usr.bin/find/ls.c projects/amd64_xen_pv/usr.bin/find/main.c projects/amd64_xen_pv/usr.bin/find/option.c projects/amd64_xen_pv/usr.bin/finger/finger.1 projects/amd64_xen_pv/usr.bin/finger/finger.c projects/amd64_xen_pv/usr.bin/gencat/gencat.c projects/amd64_xen_pv/usr.bin/getent/getent.c projects/amd64_xen_pv/usr.bin/gprof/aout.c projects/amd64_xen_pv/usr.bin/gprof/arcs.c projects/amd64_xen_pv/usr.bin/gprof/dfn.c projects/amd64_xen_pv/usr.bin/gprof/gprof.c projects/amd64_xen_pv/usr.bin/gprof/gprof.h projects/amd64_xen_pv/usr.bin/gprof/hertz.c projects/amd64_xen_pv/usr.bin/gprof/kernel.c projects/amd64_xen_pv/usr.bin/gprof/lookup.c projects/amd64_xen_pv/usr.bin/gprof/printgprof.c projects/amd64_xen_pv/usr.bin/gprof/printlist.c projects/amd64_xen_pv/usr.bin/grep/Makefile projects/amd64_xen_pv/usr.bin/grep/file.c projects/amd64_xen_pv/usr.bin/grep/grep.c projects/amd64_xen_pv/usr.bin/grep/grep.h projects/amd64_xen_pv/usr.bin/grep/regex/tre-fastmatch.c projects/amd64_xen_pv/usr.bin/grep/regex/xmalloc.c projects/amd64_xen_pv/usr.bin/grep/util.c projects/amd64_xen_pv/usr.bin/gzip/zuncompress.c projects/amd64_xen_pv/usr.bin/head/head.1 projects/amd64_xen_pv/usr.bin/hexdump/conv.c projects/amd64_xen_pv/usr.bin/indent/indent_globs.h projects/amd64_xen_pv/usr.bin/join/join.c projects/amd64_xen_pv/usr.bin/kdump/kdump.c projects/amd64_xen_pv/usr.bin/kdump/mksubr projects/amd64_xen_pv/usr.bin/keylogin/keylogin.c projects/amd64_xen_pv/usr.bin/ktrdump/ktrdump.c projects/amd64_xen_pv/usr.bin/last/last.1 projects/amd64_xen_pv/usr.bin/last/last.c projects/amd64_xen_pv/usr.bin/less/defines.h projects/amd64_xen_pv/usr.bin/less/zless.sh projects/amd64_xen_pv/usr.bin/lex/NEWS projects/amd64_xen_pv/usr.bin/locale/locale.1 projects/amd64_xen_pv/usr.bin/locale/locale.c projects/amd64_xen_pv/usr.bin/locate/locate/locate.c projects/amd64_xen_pv/usr.bin/lock/lock.c projects/amd64_xen_pv/usr.bin/logger/logger.c projects/amd64_xen_pv/usr.bin/m4/Makefile projects/amd64_xen_pv/usr.bin/m4/expr.c projects/amd64_xen_pv/usr.bin/m4/extern.h projects/amd64_xen_pv/usr.bin/m4/gnum4.c projects/amd64_xen_pv/usr.bin/m4/lib/ohash_init.3 projects/amd64_xen_pv/usr.bin/m4/m4.1 projects/amd64_xen_pv/usr.bin/m4/main.c projects/amd64_xen_pv/usr.bin/m4/parser.y projects/amd64_xen_pv/usr.bin/mail/util.c projects/amd64_xen_pv/usr.bin/make/main.c projects/amd64_xen_pv/usr.bin/make/var.c projects/amd64_xen_pv/usr.bin/man/man.1 projects/amd64_xen_pv/usr.bin/man/man.sh projects/amd64_xen_pv/usr.bin/ministat/ministat.1 projects/amd64_xen_pv/usr.bin/ministat/ministat.c projects/amd64_xen_pv/usr.bin/mkcsmapper/Makefile.inc projects/amd64_xen_pv/usr.bin/mkcsmapper/lex.l projects/amd64_xen_pv/usr.bin/mkesdb/lex.l projects/amd64_xen_pv/usr.bin/mktemp/mktemp.1 projects/amd64_xen_pv/usr.bin/mktemp/mktemp.c projects/amd64_xen_pv/usr.bin/msgs/msgs.c projects/amd64_xen_pv/usr.bin/ncal/ncal.c projects/amd64_xen_pv/usr.bin/netstat/if.c projects/amd64_xen_pv/usr.bin/netstat/inet.c projects/amd64_xen_pv/usr.bin/netstat/inet6.c projects/amd64_xen_pv/usr.bin/netstat/main.c projects/amd64_xen_pv/usr.bin/netstat/mbuf.c projects/amd64_xen_pv/usr.bin/netstat/netisr.c projects/amd64_xen_pv/usr.bin/netstat/netstat.1 projects/amd64_xen_pv/usr.bin/netstat/route.c projects/amd64_xen_pv/usr.bin/netstat/sctp.c projects/amd64_xen_pv/usr.bin/netstat/unix.c projects/amd64_xen_pv/usr.bin/newgrp/newgrp.1 projects/amd64_xen_pv/usr.bin/newgrp/newgrp.c projects/amd64_xen_pv/usr.bin/nfsstat/nfsstat.1 projects/amd64_xen_pv/usr.bin/nfsstat/nfsstat.c projects/amd64_xen_pv/usr.bin/passwd/Makefile projects/amd64_xen_pv/usr.bin/pr/pr.1 projects/amd64_xen_pv/usr.bin/printf/printf.c projects/amd64_xen_pv/usr.bin/procstat/procstat.1 projects/amd64_xen_pv/usr.bin/procstat/procstat.c projects/amd64_xen_pv/usr.bin/procstat/procstat_auxv.c projects/amd64_xen_pv/usr.bin/procstat/procstat_files.c projects/amd64_xen_pv/usr.bin/rctl/rctl.8 projects/amd64_xen_pv/usr.bin/renice/renice.8 projects/amd64_xen_pv/usr.bin/rlogin/rlogin.c projects/amd64_xen_pv/usr.bin/rpcgen/rpc_main.c projects/amd64_xen_pv/usr.bin/rpcgen/rpc_svcout.c projects/amd64_xen_pv/usr.bin/rpcgen/rpc_util.c projects/amd64_xen_pv/usr.bin/script/script.1 projects/amd64_xen_pv/usr.bin/script/script.c projects/amd64_xen_pv/usr.bin/seq/seq.1 projects/amd64_xen_pv/usr.bin/sort/Makefile projects/amd64_xen_pv/usr.bin/sort/bwstring.c projects/amd64_xen_pv/usr.bin/sort/bwstring.h projects/amd64_xen_pv/usr.bin/sort/coll.c projects/amd64_xen_pv/usr.bin/sort/coll.h projects/amd64_xen_pv/usr.bin/sort/file.c projects/amd64_xen_pv/usr.bin/sort/file.h projects/amd64_xen_pv/usr.bin/sort/radixsort.c projects/amd64_xen_pv/usr.bin/sort/sort.1.in projects/amd64_xen_pv/usr.bin/sort/sort.c projects/amd64_xen_pv/usr.bin/sort/sort.h projects/amd64_xen_pv/usr.bin/stat/stat.c projects/amd64_xen_pv/usr.bin/stdbuf/Makefile projects/amd64_xen_pv/usr.bin/stdbuf/stdbuf.c projects/amd64_xen_pv/usr.bin/systat/cmds.c projects/amd64_xen_pv/usr.bin/systat/extern.h projects/amd64_xen_pv/usr.bin/systat/icmp.c projects/amd64_xen_pv/usr.bin/systat/icmp6.c projects/amd64_xen_pv/usr.bin/systat/ifcmds.c projects/amd64_xen_pv/usr.bin/systat/ifstat.c projects/amd64_xen_pv/usr.bin/systat/ip.c projects/amd64_xen_pv/usr.bin/systat/ip6.c projects/amd64_xen_pv/usr.bin/systat/keyboard.c projects/amd64_xen_pv/usr.bin/systat/main.c projects/amd64_xen_pv/usr.bin/systat/systat.1 projects/amd64_xen_pv/usr.bin/systat/tcp.c projects/amd64_xen_pv/usr.bin/systat/vmstat.c projects/amd64_xen_pv/usr.bin/tail/read.c projects/amd64_xen_pv/usr.bin/tail/tail.1 projects/amd64_xen_pv/usr.bin/talk/talk.1 projects/amd64_xen_pv/usr.bin/tar/Makefile projects/amd64_xen_pv/usr.bin/tar/test/Makefile projects/amd64_xen_pv/usr.bin/tftp/main.c projects/amd64_xen_pv/usr.bin/time/time.c projects/amd64_xen_pv/usr.bin/tip/tip/cu.1 projects/amd64_xen_pv/usr.bin/top/machine.c projects/amd64_xen_pv/usr.bin/tr/tr.c projects/amd64_xen_pv/usr.bin/truss/amd64-fbsd.c projects/amd64_xen_pv/usr.bin/truss/amd64-fbsd32.c projects/amd64_xen_pv/usr.bin/truss/amd64-linux32.c projects/amd64_xen_pv/usr.bin/truss/extern.h projects/amd64_xen_pv/usr.bin/truss/i386-fbsd.c projects/amd64_xen_pv/usr.bin/truss/i386-linux.c projects/amd64_xen_pv/usr.bin/truss/ia64-fbsd.c projects/amd64_xen_pv/usr.bin/truss/main.c projects/amd64_xen_pv/usr.bin/truss/mips-fbsd.c projects/amd64_xen_pv/usr.bin/truss/powerpc-fbsd.c projects/amd64_xen_pv/usr.bin/truss/powerpc64-fbsd.c projects/amd64_xen_pv/usr.bin/truss/setup.c projects/amd64_xen_pv/usr.bin/truss/sparc64-fbsd.c projects/amd64_xen_pv/usr.bin/truss/syscalls.c projects/amd64_xen_pv/usr.bin/truss/truss.h projects/amd64_xen_pv/usr.bin/tset/extern.h projects/amd64_xen_pv/usr.bin/tset/map.c projects/amd64_xen_pv/usr.bin/tset/term.c projects/amd64_xen_pv/usr.bin/ul/ul.c projects/amd64_xen_pv/usr.bin/unifdef/unifdef.1 projects/amd64_xen_pv/usr.bin/unifdef/unifdef.c projects/amd64_xen_pv/usr.bin/unifdef/unifdefall.sh projects/amd64_xen_pv/usr.bin/unvis/Makefile projects/amd64_xen_pv/usr.bin/unzip/unzip.1 projects/amd64_xen_pv/usr.bin/unzip/unzip.c projects/amd64_xen_pv/usr.bin/users/users.1 projects/amd64_xen_pv/usr.bin/uuencode/uuencode.1 projects/amd64_xen_pv/usr.bin/vacation/Makefile projects/amd64_xen_pv/usr.bin/vis/Makefile projects/amd64_xen_pv/usr.bin/vmstat/vmstat.c projects/amd64_xen_pv/usr.bin/w/extern.h projects/amd64_xen_pv/usr.bin/w/proc_compare.c projects/amd64_xen_pv/usr.bin/w/w.1 projects/amd64_xen_pv/usr.bin/w/w.c projects/amd64_xen_pv/usr.bin/wall/wall.c projects/amd64_xen_pv/usr.bin/who/who.1 projects/amd64_xen_pv/usr.bin/xargs/strnsubst.c projects/amd64_xen_pv/usr.bin/xinstall/Makefile projects/amd64_xen_pv/usr.bin/xinstall/install.1 projects/amd64_xen_pv/usr.bin/xinstall/xinstall.c projects/amd64_xen_pv/usr.bin/xlint/lint1/makeman projects/amd64_xen_pv/usr.bin/yes/yes.1 projects/amd64_xen_pv/usr.sbin/Makefile projects/amd64_xen_pv/usr.sbin/Makefile.amd64 projects/amd64_xen_pv/usr.sbin/Makefile.i386 projects/amd64_xen_pv/usr.sbin/Makefile.ia64 projects/amd64_xen_pv/usr.sbin/Makefile.powerpc projects/amd64_xen_pv/usr.sbin/Makefile.sparc64 projects/amd64_xen_pv/usr.sbin/ac/ac.8 projects/amd64_xen_pv/usr.sbin/acpi/acpidb/Makefile projects/amd64_xen_pv/usr.sbin/acpi/acpidump/acpi.c projects/amd64_xen_pv/usr.sbin/acpi/acpidump/acpi_user.c projects/amd64_xen_pv/usr.sbin/acpi/acpidump/acpidump.8 projects/amd64_xen_pv/usr.sbin/acpi/iasl/Makefile projects/amd64_xen_pv/usr.sbin/adduser/adduser.8 projects/amd64_xen_pv/usr.sbin/arp/arp.8 projects/amd64_xen_pv/usr.sbin/arp/arp.c projects/amd64_xen_pv/usr.sbin/authpf/Makefile projects/amd64_xen_pv/usr.sbin/bluetooth/btpand/client.c projects/amd64_xen_pv/usr.sbin/bluetooth/btpand/server.c projects/amd64_xen_pv/usr.sbin/bluetooth/hcseriald/hcseriald.8 projects/amd64_xen_pv/usr.sbin/bluetooth/hcseriald/hcseriald.c projects/amd64_xen_pv/usr.sbin/bsdconfig/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/USAGE projects/amd64_xen_pv/usr.sbin/bsdconfig/bsdconfig projects/amd64_xen_pv/usr.sbin/bsdconfig/bsdconfig.8 projects/amd64_xen_pv/usr.sbin/bsdconfig/console/console projects/amd64_xen_pv/usr.sbin/bsdconfig/console/font projects/amd64_xen_pv/usr.sbin/bsdconfig/console/keymap projects/amd64_xen_pv/usr.sbin/bsdconfig/console/repeat projects/amd64_xen_pv/usr.sbin/bsdconfig/console/saver projects/amd64_xen_pv/usr.sbin/bsdconfig/console/screenmap projects/amd64_xen_pv/usr.sbin/bsdconfig/console/ttys projects/amd64_xen_pv/usr.sbin/bsdconfig/diskmgmt/diskmgmt projects/amd64_xen_pv/usr.sbin/bsdconfig/docsinstall/docsinstall projects/amd64_xen_pv/usr.sbin/bsdconfig/dot/dot projects/amd64_xen_pv/usr.sbin/bsdconfig/examples/bsdconfigrc projects/amd64_xen_pv/usr.sbin/bsdconfig/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/include/messages.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/mouse/disable projects/amd64_xen_pv/usr.sbin/bsdconfig/mouse/enable projects/amd64_xen_pv/usr.sbin/bsdconfig/mouse/flags projects/amd64_xen_pv/usr.sbin/bsdconfig/mouse/mouse projects/amd64_xen_pv/usr.sbin/bsdconfig/mouse/port projects/amd64_xen_pv/usr.sbin/bsdconfig/mouse/type projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/defaultrouter projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/devices projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/hostname projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/include/messages.subr projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/nameservers projects/amd64_xen_pv/usr.sbin/bsdconfig/networking/networking projects/amd64_xen_pv/usr.sbin/bsdconfig/password/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/password/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/password/password projects/amd64_xen_pv/usr.sbin/bsdconfig/security/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/security/kern_securelevel projects/amd64_xen_pv/usr.sbin/bsdconfig/security/security projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/misc projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/rcadd projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/rcconf projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/rcdelete projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/rcedit projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/rcvar projects/amd64_xen_pv/usr.sbin/bsdconfig/startup/startup projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/timezone/timezone projects/amd64_xen_pv/usr.sbin/bsdconfig/ttys/ttys projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/groupadd projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/groupdel projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/groupedit projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/groupinput projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/include/Makefile projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/useradd projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/userdel projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/useredit projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/userinput projects/amd64_xen_pv/usr.sbin/bsdconfig/usermgmt/usermgmt projects/amd64_xen_pv/usr.sbin/bsdinstall/bsdinstall projects/amd64_xen_pv/usr.sbin/bsdinstall/bsdinstall.8 projects/amd64_xen_pv/usr.sbin/bsdinstall/distextract/distextract.c projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/Makefile projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/diskeditor.c projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/part_wizard.c projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/partedit.c projects/amd64_xen_pv/usr.sbin/bsdinstall/partedit/partedit.h projects/amd64_xen_pv/usr.sbin/bsdinstall/scripts/Makefile projects/amd64_xen_pv/usr.sbin/bsdinstall/scripts/auto projects/amd64_xen_pv/usr.sbin/bsdinstall/scripts/mirrorselect projects/amd64_xen_pv/usr.sbin/bsdinstall/scripts/services projects/amd64_xen_pv/usr.sbin/bsdinstall/scripts/wlanconfig projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def projects/amd64_xen_pv/usr.sbin/chkgrp/chkgrp.8 projects/amd64_xen_pv/usr.sbin/chkgrp/chkgrp.c projects/amd64_xen_pv/usr.sbin/chroot/chroot.8 projects/amd64_xen_pv/usr.sbin/config/main.c projects/amd64_xen_pv/usr.sbin/config/mkmakefile.c projects/amd64_xen_pv/usr.sbin/cpucontrol/cpucontrol.c projects/amd64_xen_pv/usr.sbin/cpucontrol/intel.c projects/amd64_xen_pv/usr.sbin/cpucontrol/via.c projects/amd64_xen_pv/usr.sbin/cron/cron/cron.c projects/amd64_xen_pv/usr.sbin/cron/cron/cron.h projects/amd64_xen_pv/usr.sbin/cron/crontab/crontab.5 projects/amd64_xen_pv/usr.sbin/cron/lib/entry.c projects/amd64_xen_pv/usr.sbin/cron/lib/misc.c projects/amd64_xen_pv/usr.sbin/crunch/crunchgen/crunchgen.c projects/amd64_xen_pv/usr.sbin/crunch/crunchide/exec_elf32.c projects/amd64_xen_pv/usr.sbin/crunch/examples/Makefile projects/amd64_xen_pv/usr.sbin/crunch/examples/really-big.conf projects/amd64_xen_pv/usr.sbin/ctladm/ctladm.c projects/amd64_xen_pv/usr.sbin/ctladm/util.c projects/amd64_xen_pv/usr.sbin/daemon/daemon.c projects/amd64_xen_pv/usr.sbin/diskinfo/diskinfo.c projects/amd64_xen_pv/usr.sbin/edquota/edquota.c projects/amd64_xen_pv/usr.sbin/extattr/rmextattr.c projects/amd64_xen_pv/usr.sbin/fifolog/fifolog_create/fifolog.1 projects/amd64_xen_pv/usr.sbin/ftp-proxy/ftp-proxy/Makefile projects/amd64_xen_pv/usr.sbin/gpioctl/gpioctl.c projects/amd64_xen_pv/usr.sbin/gssd/Makefile projects/amd64_xen_pv/usr.sbin/gssd/gssd.8 projects/amd64_xen_pv/usr.sbin/gssd/gssd.c projects/amd64_xen_pv/usr.sbin/ifmcstat/ifmcstat.c projects/amd64_xen_pv/usr.sbin/inetd/inetd.c projects/amd64_xen_pv/usr.sbin/iostat/iostat.8 projects/amd64_xen_pv/usr.sbin/iostat/iostat.c projects/amd64_xen_pv/usr.sbin/ip6addrctl/Makefile projects/amd64_xen_pv/usr.sbin/ip6addrctl/ip6addrctl.c projects/amd64_xen_pv/usr.sbin/jail/command.c projects/amd64_xen_pv/usr.sbin/jail/config.c projects/amd64_xen_pv/usr.sbin/jail/jail.8 projects/amd64_xen_pv/usr.sbin/jail/jailp.h projects/amd64_xen_pv/usr.sbin/kgmon/kgmon.c projects/amd64_xen_pv/usr.sbin/kldxref/ef.c projects/amd64_xen_pv/usr.sbin/lpr/common_source/common.c projects/amd64_xen_pv/usr.sbin/lpr/common_source/displayq.c projects/amd64_xen_pv/usr.sbin/lpr/common_source/lp.h projects/amd64_xen_pv/usr.sbin/lpr/common_source/net.c projects/amd64_xen_pv/usr.sbin/lpr/common_source/rmjob.c projects/amd64_xen_pv/usr.sbin/lpr/common_source/startdaemon.c projects/amd64_xen_pv/usr.sbin/lpr/filters/lpf.c projects/amd64_xen_pv/usr.sbin/lpr/lpc/cmds.c projects/amd64_xen_pv/usr.sbin/lpr/lpc/lpc.c projects/amd64_xen_pv/usr.sbin/lpr/lpc/movejobs.c projects/amd64_xen_pv/usr.sbin/lpr/lpd/printjob.c projects/amd64_xen_pv/usr.sbin/lpr/lpq/lpq.c projects/amd64_xen_pv/usr.sbin/lpr/lpr/lpr.c projects/amd64_xen_pv/usr.sbin/lpr/lprm/lprm.c projects/amd64_xen_pv/usr.sbin/makefs/ffs/ffs_alloc.c projects/amd64_xen_pv/usr.sbin/makefs/makefs.8 projects/amd64_xen_pv/usr.sbin/makefs/makefs.c projects/amd64_xen_pv/usr.sbin/makefs/makefs.h projects/amd64_xen_pv/usr.sbin/makefs/mtree.c projects/amd64_xen_pv/usr.sbin/makefs/walk.c projects/amd64_xen_pv/usr.sbin/memcontrol/memcontrol.c projects/amd64_xen_pv/usr.sbin/mergemaster/mergemaster.sh projects/amd64_xen_pv/usr.sbin/mfiutil/mfi_flash.c projects/amd64_xen_pv/usr.sbin/mfiutil/mfi_show.c projects/amd64_xen_pv/usr.sbin/mfiutil/mfiutil.c projects/amd64_xen_pv/usr.sbin/mfiutil/mfiutil.h projects/amd64_xen_pv/usr.sbin/mountd/exports.5 projects/amd64_xen_pv/usr.sbin/mountd/mountd.8 projects/amd64_xen_pv/usr.sbin/mountd/mountd.c projects/amd64_xen_pv/usr.sbin/moused/moused.8 projects/amd64_xen_pv/usr.sbin/moused/moused.c projects/amd64_xen_pv/usr.sbin/mptable/mptable.c projects/amd64_xen_pv/usr.sbin/mtest/mtest.c projects/amd64_xen_pv/usr.sbin/mtree/Makefile projects/amd64_xen_pv/usr.sbin/mtree/mtree.c projects/amd64_xen_pv/usr.sbin/named/Makefile projects/amd64_xen_pv/usr.sbin/ndiscvt/inf-parse.y projects/amd64_xen_pv/usr.sbin/ndiscvt/ndiscvt.c projects/amd64_xen_pv/usr.sbin/ndp/ndp.8 projects/amd64_xen_pv/usr.sbin/ndp/ndp.c projects/amd64_xen_pv/usr.sbin/newsyslog/newsyslog.8 projects/amd64_xen_pv/usr.sbin/newsyslog/newsyslog.c projects/amd64_xen_pv/usr.sbin/nfscbd/nfscbd.8 projects/amd64_xen_pv/usr.sbin/nfscbd/nfscbd.c projects/amd64_xen_pv/usr.sbin/nfsd/nfsd.8 projects/amd64_xen_pv/usr.sbin/nfsd/nfsd.c projects/amd64_xen_pv/usr.sbin/nfsd/nfsv4.4 projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-disk.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-installpackages.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-newfs.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-packages.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions-parse.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/functions.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/backend/parseconfig.sh projects/amd64_xen_pv/usr.sbin/pc-sysinstall/conf/pc-sysinstall.conf projects/amd64_xen_pv/usr.sbin/pc-sysinstall/examples/README projects/amd64_xen_pv/usr.sbin/pciconf/Makefile projects/amd64_xen_pv/usr.sbin/pciconf/cap.c projects/amd64_xen_pv/usr.sbin/pciconf/err.c projects/amd64_xen_pv/usr.sbin/pciconf/pciconf.c projects/amd64_xen_pv/usr.sbin/pkg/Makefile projects/amd64_xen_pv/usr.sbin/pkg/elf_tables.h projects/amd64_xen_pv/usr.sbin/pkg/pkg.c projects/amd64_xen_pv/usr.sbin/pkg_install/add/add.h projects/amd64_xen_pv/usr.sbin/pkg_install/add/extract.c projects/amd64_xen_pv/usr.sbin/pkg_install/add/futil.c projects/amd64_xen_pv/usr.sbin/pkg_install/add/main.c projects/amd64_xen_pv/usr.sbin/pkg_install/add/perform.c projects/amd64_xen_pv/usr.sbin/pkg_install/add/pkg_add.1 projects/amd64_xen_pv/usr.sbin/pkg_install/create/main.c projects/amd64_xen_pv/usr.sbin/pkg_install/create/perform.c projects/amd64_xen_pv/usr.sbin/pkg_install/create/pkg_create.1 projects/amd64_xen_pv/usr.sbin/pkg_install/delete/main.c projects/amd64_xen_pv/usr.sbin/pkg_install/delete/pkg_delete.1 projects/amd64_xen_pv/usr.sbin/pkg_install/info/info.h projects/amd64_xen_pv/usr.sbin/pkg_install/info/main.c projects/amd64_xen_pv/usr.sbin/pkg_install/info/perform.c projects/amd64_xen_pv/usr.sbin/pkg_install/info/pkg_info.1 projects/amd64_xen_pv/usr.sbin/pkg_install/info/show.c projects/amd64_xen_pv/usr.sbin/pkg_install/lib/Makefile projects/amd64_xen_pv/usr.sbin/pkg_install/lib/exec.c projects/amd64_xen_pv/usr.sbin/pkg_install/lib/lib.h projects/amd64_xen_pv/usr.sbin/pkg_install/lib/plist.c projects/amd64_xen_pv/usr.sbin/pkg_install/updating/main.c projects/amd64_xen_pv/usr.sbin/pkg_install/updating/pkg_updating.1 projects/amd64_xen_pv/usr.sbin/pkg_install/version/main.c projects/amd64_xen_pv/usr.sbin/pkg_install/version/perform.c projects/amd64_xen_pv/usr.sbin/pkg_install/version/pkg_version.1 projects/amd64_xen_pv/usr.sbin/pmccontrol/pmccontrol.c projects/amd64_xen_pv/usr.sbin/pmcstat/pmcpl_calltree.c projects/amd64_xen_pv/usr.sbin/pmcstat/pmcstat.c projects/amd64_xen_pv/usr.sbin/pmcstat/pmcstat_log.c projects/amd64_xen_pv/usr.sbin/pmcstat/pmcstat_log.h projects/amd64_xen_pv/usr.sbin/portsnap/portsnap/portsnap.8 projects/amd64_xen_pv/usr.sbin/portsnap/portsnap/portsnap.sh projects/amd64_xen_pv/usr.sbin/ppp/README.changes projects/amd64_xen_pv/usr.sbin/ppp/arp.c projects/amd64_xen_pv/usr.sbin/ppp/defs.h projects/amd64_xen_pv/usr.sbin/ppp/lqr.c projects/amd64_xen_pv/usr.sbin/ppp/ppp.8.m4 projects/amd64_xen_pv/usr.sbin/ppp/radius.c projects/amd64_xen_pv/usr.sbin/pw/Makefile projects/amd64_xen_pv/usr.sbin/pw/bitmap.c projects/amd64_xen_pv/usr.sbin/pw/fileupd.c projects/amd64_xen_pv/usr.sbin/pw/grupd.c projects/amd64_xen_pv/usr.sbin/pw/pw.8 projects/amd64_xen_pv/usr.sbin/pw/pw.c projects/amd64_xen_pv/usr.sbin/pw/pw.h projects/amd64_xen_pv/usr.sbin/pw/pw_group.c projects/amd64_xen_pv/usr.sbin/pw/pw_log.c projects/amd64_xen_pv/usr.sbin/pw/pw_nis.c projects/amd64_xen_pv/usr.sbin/pw/pw_user.c projects/amd64_xen_pv/usr.sbin/pw/pw_vpw.c projects/amd64_xen_pv/usr.sbin/pw/pwupd.c projects/amd64_xen_pv/usr.sbin/pw/pwupd.h projects/amd64_xen_pv/usr.sbin/pw/rm_r.c projects/amd64_xen_pv/usr.sbin/quot/quot.c projects/amd64_xen_pv/usr.sbin/quotaon/quotaon.c projects/amd64_xen_pv/usr.sbin/rarpd/rarpd.c projects/amd64_xen_pv/usr.sbin/repquota/repquota.c projects/amd64_xen_pv/usr.sbin/route6d/route6d.8 projects/amd64_xen_pv/usr.sbin/route6d/route6d.c projects/amd64_xen_pv/usr.sbin/rpc.lockd/lockd_lock.c projects/amd64_xen_pv/usr.sbin/rpcbind/rpcbind.c projects/amd64_xen_pv/usr.sbin/rpcbind/util.c projects/amd64_xen_pv/usr.sbin/rtadvd/rtadvd.8 projects/amd64_xen_pv/usr.sbin/rtadvd/rtadvd.c projects/amd64_xen_pv/usr.sbin/rtprio/rtprio.1 projects/amd64_xen_pv/usr.sbin/rwhod/rwhod.8 projects/amd64_xen_pv/usr.sbin/sendmail/Makefile projects/amd64_xen_pv/usr.sbin/service/service.8 projects/amd64_xen_pv/usr.sbin/service/service.sh projects/amd64_xen_pv/usr.sbin/services_mkdb/Makefile projects/amd64_xen_pv/usr.sbin/services_mkdb/services_mkdb.c projects/amd64_xen_pv/usr.sbin/services_mkdb/uniq.c projects/amd64_xen_pv/usr.sbin/snapinfo/snapinfo.c projects/amd64_xen_pv/usr.sbin/syslogd/syslog.conf.5 projects/amd64_xen_pv/usr.sbin/syslogd/syslogd.c projects/amd64_xen_pv/usr.sbin/tcpdrop/tcpdrop.8 projects/amd64_xen_pv/usr.sbin/tcpdrop/tcpdrop.c projects/amd64_xen_pv/usr.sbin/tcpdump/tcpdump/Makefile projects/amd64_xen_pv/usr.sbin/tcpdump/tcpdump/tcpdump.1 projects/amd64_xen_pv/usr.sbin/timed/timed/acksend.c projects/amd64_xen_pv/usr.sbin/timed/timed/byteorder.c projects/amd64_xen_pv/usr.sbin/timed/timed/candidate.c projects/amd64_xen_pv/usr.sbin/timed/timed/cksum.c projects/amd64_xen_pv/usr.sbin/timed/timed/correct.c projects/amd64_xen_pv/usr.sbin/timed/timed/master.c projects/amd64_xen_pv/usr.sbin/timed/timed/measure.c projects/amd64_xen_pv/usr.sbin/timed/timed/networkdelta.c projects/amd64_xen_pv/usr.sbin/timed/timed/readmsg.c projects/amd64_xen_pv/usr.sbin/timed/timed/slave.c projects/amd64_xen_pv/usr.sbin/timed/timed/timed.c projects/amd64_xen_pv/usr.sbin/timed/timedc/cmds.c projects/amd64_xen_pv/usr.sbin/timed/timedc/timedc.c projects/amd64_xen_pv/usr.sbin/tzsetup/tzsetup.c projects/amd64_xen_pv/usr.sbin/usbconfig/dump.c projects/amd64_xen_pv/usr.sbin/usbconfig/usbconfig.c projects/amd64_xen_pv/usr.sbin/vidcontrol/vidcontrol.c projects/amd64_xen_pv/usr.sbin/watchdogd/Makefile projects/amd64_xen_pv/usr.sbin/watchdogd/watchdogd.8 projects/amd64_xen_pv/usr.sbin/watchdogd/watchdogd.c projects/amd64_xen_pv/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 projects/amd64_xen_pv/usr.sbin/ypserv/yp_main.c Directory Properties: projects/amd64_xen_pv/ (props changed) projects/amd64_xen_pv/cddl/ (props changed) projects/amd64_xen_pv/cddl/contrib/opensolaris/ (props changed) projects/amd64_xen_pv/cddl/contrib/opensolaris/cmd/zfs/ (props changed) projects/amd64_xen_pv/cddl/contrib/opensolaris/lib/libzfs/ (props changed) projects/amd64_xen_pv/contrib/atf/ (props changed) projects/amd64_xen_pv/contrib/bind9/ (props changed) projects/amd64_xen_pv/contrib/binutils/ (props changed) projects/amd64_xen_pv/contrib/binutils/config/acinclude.m4 (props changed) projects/amd64_xen_pv/contrib/bsnmp/lib/tc.def (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_target/snmp_target.3 (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_target/target_snmp.c (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_target/target_tree.def (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_usm/snmp_usm.3 (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_usm/usm_snmp.c (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_usm/usm_tree.def (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_vacm/snmp_vacm.3 (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_vacm/vacm_snmp.c (props changed) projects/amd64_xen_pv/contrib/bsnmp/snmp_vacm/vacm_tree.def (props changed) projects/amd64_xen_pv/contrib/byacc/ (props changed) projects/amd64_xen_pv/contrib/bzip2/ (props changed) projects/amd64_xen_pv/contrib/compiler-rt/ (props changed) projects/amd64_xen_pv/contrib/dialog/ (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/common.funcs (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifman1 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifman2 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifmcfg2 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifmcfg4 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifmcfg5 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifpoll2 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.ifreq2 (props changed) projects/amd64_xen_pv/contrib/dialog/samples/copifuncs/copi.sendifm2 (props changed) projects/amd64_xen_pv/contrib/ee/ (props changed) projects/amd64_xen_pv/contrib/ee/Makefile (props changed) projects/amd64_xen_pv/contrib/ee/ee.c (props changed) projects/amd64_xen_pv/contrib/expat/ (props changed) projects/amd64_xen_pv/contrib/expat/COPYING (props changed) projects/amd64_xen_pv/contrib/expat/doc/expat.png (props changed) projects/amd64_xen_pv/contrib/expat/doc/style.css (props changed) projects/amd64_xen_pv/contrib/expat/doc/xmlwf.1 (props changed) projects/amd64_xen_pv/contrib/expat/examples/elements.c (props changed) projects/amd64_xen_pv/contrib/expat/examples/outline.c (props changed) projects/amd64_xen_pv/contrib/expat/lib/ascii.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/asciitab.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/expat_external.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/iasciitab.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/internal.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/latin1tab.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/nametab.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/utf8tab.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/xmlrole.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/xmltok.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/xmltok_impl.h (props changed) projects/amd64_xen_pv/contrib/expat/lib/xmltok_ns.c (props changed) projects/amd64_xen_pv/contrib/expat/tests/benchmark/README.txt (props changed) projects/amd64_xen_pv/contrib/expat/tests/benchmark/benchmark.c (props changed) projects/amd64_xen_pv/contrib/expat/tests/chardata.c (props changed) projects/amd64_xen_pv/contrib/expat/tests/chardata.h (props changed) projects/amd64_xen_pv/contrib/expat/tests/minicheck.c (props changed) projects/amd64_xen_pv/contrib/expat/tests/runtestspp.cpp (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/codepage.c (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/codepage.h (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/ct.c (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/filemap.h (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/unixfilemap.c (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/win32filemap.c (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlfile.c (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlfile.h (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlmime.c (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlmime.h (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmltchar.h (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlurl.h (props changed) projects/amd64_xen_pv/contrib/expat/xmlwf/xmlwin32url.cxx (props changed) projects/amd64_xen_pv/contrib/gcc/ (props changed) projects/amd64_xen_pv/contrib/gcc/config/i386/host-cygwin.c (props changed) projects/amd64_xen_pv/contrib/gcc/config/i386/winnt-cxx.c (props changed) projects/amd64_xen_pv/contrib/gcc/config/i386/winnt-stubs.c (props changed) projects/amd64_xen_pv/contrib/gdb/ (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/config/i386/nm-nto.h (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/config/i386/nto.mh (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/config/i386/nto.mt (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/config/i386/tm-nto.h (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/config/tm-nto.h (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/i386-nto-tdep.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/nto-procfs.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/nto-tdep.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/nto-tdep.h (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/proc-api.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/proc-events.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/proc-flags.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/proc-why.c (props changed) projects/amd64_xen_pv/contrib/gdb/gdb/uw-thread.c (props changed) projects/amd64_xen_pv/contrib/ipfilter/FreeBSD-4.0/ipv6-patch (props changed) projects/amd64_xen_pv/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 (props changed) projects/amd64_xen_pv/contrib/less/ (props changed) projects/amd64_xen_pv/contrib/libarchive/ (props changed) projects/amd64_xen_pv/contrib/libarchive/cpio/ (props changed) projects/amd64_xen_pv/contrib/libarchive/libarchive/ (props changed) projects/amd64_xen_pv/contrib/libarchive/tar/ (props changed) projects/amd64_xen_pv/contrib/libc++/ (props changed) projects/amd64_xen_pv/contrib/libcxxrt/ (props changed) projects/amd64_xen_pv/contrib/libpcap/ (props changed) projects/amd64_xen_pv/contrib/llvm/ (props changed) projects/amd64_xen_pv/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h (props changed) projects/amd64_xen_pv/contrib/llvm/tools/clang/ (props changed) projects/amd64_xen_pv/contrib/netcat/ (props changed) projects/amd64_xen_pv/contrib/ntp/ (props changed) projects/amd64_xen_pv/contrib/ntp/html/drivers/driver44.html (props changed) projects/amd64_xen_pv/contrib/ntp/include/icom.h (props changed) projects/amd64_xen_pv/contrib/ntp/readme.y2kfixes (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/clock.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/dupe.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/ensemble.S (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/ensemble.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/etf.S (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/etf.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/itf.S (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/itf.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/loop.S (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/loop.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/loop_summary (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/peer.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/psummary.awk (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/tdata.S (props changed) projects/amd64_xen_pv/contrib/ntp/scripts/stats/tdata.awk (props changed) projects/amd64_xen_pv/contrib/one-true-awk/ (props changed) projects/amd64_xen_pv/contrib/openbsm/ (props changed) projects/amd64_xen_pv/contrib/openpam/ (props changed) projects/amd64_xen_pv/contrib/pf/ (props changed) projects/amd64_xen_pv/contrib/sendmail/ (props changed) projects/amd64_xen_pv/contrib/tcpdump/ (props changed) projects/amd64_xen_pv/contrib/tcpdump/bgp.h (props changed) projects/amd64_xen_pv/contrib/tcpdump/l2vpn.c (props changed) projects/amd64_xen_pv/contrib/tcpdump/l2vpn.h (props changed) projects/amd64_xen_pv/contrib/tcpdump/nlpid.c (props changed) projects/amd64_xen_pv/contrib/tcpdump/print-syslog.c (props changed) projects/amd64_xen_pv/contrib/top/ (props changed) projects/amd64_xen_pv/contrib/tzdata/ (props changed) projects/amd64_xen_pv/contrib/xz/ (props changed) projects/amd64_xen_pv/crypto/heimdal/ (props changed) projects/amd64_xen_pv/crypto/heimdal/doc/vars.texi (props changed) projects/amd64_xen_pv/crypto/openssh/ (props changed) projects/amd64_xen_pv/crypto/openssl/ (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/bn/asm/s390x.S (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/bn/bn_const.c (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/ocsp/ocsp_cl.c (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/ocsp/ocsp_ext.c (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/ocsp/ocsp_lib.c (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/ocsp/ocsp_srv.c (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/rand/rand_lcl.h (props changed) projects/amd64_xen_pv/crypto/openssl/crypto/vms_rms.h (props changed) projects/amd64_xen_pv/crypto/openssl/util/ssleay.num (props changed) projects/amd64_xen_pv/gnu/lib/ (props changed) projects/amd64_xen_pv/gnu/usr.bin/binutils/ (props changed) projects/amd64_xen_pv/gnu/usr.bin/cc/cc_tools/ (props changed) projects/amd64_xen_pv/gnu/usr.bin/gdb/ (props changed) projects/amd64_xen_pv/lib/libc/ (props changed) projects/amd64_xen_pv/lib/libc/stdtime/ (props changed) projects/amd64_xen_pv/lib/libutil/ (props changed) projects/amd64_xen_pv/sbin/ (props changed) projects/amd64_xen_pv/sbin/dumpon/ (props changed) projects/amd64_xen_pv/sbin/ipfw/ (props changed) projects/amd64_xen_pv/share/man/man4/ (props changed) projects/amd64_xen_pv/share/zoneinfo/ (props changed) projects/amd64_xen_pv/sys/ (props changed) projects/amd64_xen_pv/sys/boot/ (props changed) projects/amd64_xen_pv/sys/boot/i386/efi/ (props changed) projects/amd64_xen_pv/sys/boot/powerpc/boot1.chrp/ (props changed) projects/amd64_xen_pv/sys/boot/powerpc/ofw/ (props changed) projects/amd64_xen_pv/sys/cddl/contrib/opensolaris/ (props changed) projects/amd64_xen_pv/sys/conf/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/common/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/compiler/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/debugger/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/disassembler/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/dispatcher/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/events/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/executer/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/hardware/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/namespace/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/parser/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/resources/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/tables/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/components/utilities/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/include/ (props changed) projects/amd64_xen_pv/sys/contrib/dev/acpica/os_specific/ (props changed) projects/amd64_xen_pv/sys/contrib/octeon-sdk/ (props changed) projects/amd64_xen_pv/sys/dev/ath/ath_hal/ar5211/boss.ini (props changed) projects/amd64_xen_pv/sys/dev/bktr/CHANGELOG.TXT (props changed) projects/amd64_xen_pv/sys/dev/ixgbe/ixgbe_82598.h (props changed) projects/amd64_xen_pv/sys/mips/rmi/msgring_xls.cfg (props changed) projects/amd64_xen_pv/sys/modules/digi/Makefile (props changed) projects/amd64_xen_pv/sys/modules/digi/Makefile.inc (props changed) projects/amd64_xen_pv/sys/modules/isci/Makefile (props changed) projects/amd64_xen_pv/sys/modules/sound/driver/ich/Makefile (props changed) projects/amd64_xen_pv/usr.bin/calendar/ (props changed) projects/amd64_xen_pv/usr.bin/csup/ (props changed) projects/amd64_xen_pv/usr.bin/procstat/ (props changed) projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_target/Makefile (props changed) projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_usm/Makefile (props changed) projects/amd64_xen_pv/usr.sbin/bsnmpd/modules/snmp_vacm/Makefile (props changed) projects/amd64_xen_pv/usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c (props changed) projects/amd64_xen_pv/usr.sbin/jail/ (props changed) projects/amd64_xen_pv/usr.sbin/ndiscvt/ (props changed) projects/amd64_xen_pv/usr.sbin/rtadvd/ (props changed) Modified: projects/amd64_xen_pv/COPYRIGHT ============================================================================== --- projects/amd64_xen_pv/COPYRIGHT Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/COPYRIGHT Fri Mar 29 05:39:25 2013 (r248864) @@ -4,7 +4,7 @@ The compilation of software known as FreeBSD is distributed under the following terms: -Copyright (c) 1992-2012 The FreeBSD Project. All rights reserved. +Copyright (c) 1992-2013 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: projects/amd64_xen_pv/LOCKS ============================================================================== --- projects/amd64_xen_pv/LOCKS Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/LOCKS Fri Mar 29 05:39:25 2013 (r248864) @@ -11,3 +11,4 @@ releng/4.* Requires Security Officer app releng/5.* Requires Security Officer approval. releng/6.* Requires Security Officer approval. releng/7.* Requires Security Officer approval. +releng/8.* Requires Security Officer approval. Modified: projects/amd64_xen_pv/MAINTAINERS ============================================================================== --- projects/amd64_xen_pv/MAINTAINERS Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/MAINTAINERS Fri Mar 29 05:39:25 2013 (r248864) @@ -3,7 +3,7 @@ $FreeBSD$ Please note that the content of this file is strictly advisory. No locks listed here are valid. The only strict review requirements are granted by core. These are documented in head/LOCKS and enforced -by CVSROOT/approvers. +by svnadmin/conf/approvers. The source tree is a community effort. However, some folks go to the trouble of looking after particular areas of the tree. In return for @@ -21,7 +21,6 @@ It is not a registry of 'turf' or privat subsystem login notes ----------------------------- kqueue jmg Pre-commit review requested. -mergemaster dougb Prefers to pre-approve commits libc/posix1e rwatson Pre-commit review requested. POSIX.1e ACLs rwatson Pre-commit review requested. UFS EAs rwatson Pre-commit review requested. @@ -31,7 +30,8 @@ contrib/openbsm rwatson Pre-commit revie sys/security/audit rwatson Pre-commit review requested. ahc(4) gibbs Pre-commit review requested. ahd(4) gibbs Pre-commit review requested. -NEWCARD imp 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. @@ -75,8 +75,6 @@ drm rnoland Just keep me informed of ch unifdef(1) fanf Pre-commit review requested. ntp roberto Pre-commit review requested. inetd dwmalone Recommends pre-commit review. -nwfs bp In case of functional changes pre-commit review - requested. contrib/smbfs bp Open for in-tree committs. In case of functional changes pre-commit review requested. contrib/pf mlaier Pre-commit review requested. @@ -101,8 +99,6 @@ nfs alfred Will be happy to review code rpc.lockd alfred Will be happy to review code, but not mandatory. truss alfred Will be happy to review code, but not mandatory. rpc alfred Pre-commit review requested. -xfs kan@FreeBSD.org,rodrigc@FreeBSD.org,cattelan@xfs.org - Pre-commit review preferred. pkg_install portmgr Pre-commit review or approval from portmgr@ requested. linux emul emulation Please discuss changes here. bs{diff,patch} cperciva Pre-commit review requested. @@ -125,16 +121,10 @@ lib/libc/stdtime edwin Heads-up apprec 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. - -Following are the entries from the Makefiles, and a few other sources. -Please remove stale entries from both their origin, and this file. - -Please also consider removing the lines from the files listed below and -stating your preferences here instead. - -List below generated with: -$ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ ]*=' - -sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org -sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi -tools/tools/sysdoc/Makefile:MAINTAINER= trhodes@FreeBSD.org +3dfx cokane Pre-commit review preferred. +cmx daniel@roe.ch Pre-commit review preferred. +filemon obrien Pre-commit review preferred. +sysdoc trhodes Pre-commit review preferred. +sh(1) jilles Pre-commit review requested. This also applies + to kill(1), printf(1) and test(1) which are + compiled in as builtins. Modified: projects/amd64_xen_pv/Makefile ============================================================================== --- projects/amd64_xen_pv/Makefile Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/Makefile Fri Mar 29 05:39:25 2013 (r248864) @@ -216,7 +216,7 @@ ${TGTS}: .MAIN: all STARTTIME!= LC_ALL=C date -CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s +CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo .if !empty(CHECK_TIME) .error check your date/time: ${STARTTIME} .endif @@ -280,12 +280,14 @@ kernel: buildkernel installkernel # for building the world. # upgrade_checks: +.if !defined(.PARSEDIR) @if ! (cd ${.CURDIR}/tools/build/make_check && \ PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \ PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \ then \ (cd ${.CURDIR} && ${MAKE} make); \ fi +.endif # # Upgrade make(1) to the current version using the installed @@ -441,3 +443,6 @@ universe_epilogue: fi .endif .endif + +buildLINT: + ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT Modified: projects/amd64_xen_pv/Makefile.inc1 ============================================================================== --- projects/amd64_xen_pv/Makefile.inc1 Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/Makefile.inc1 Fri Mar 29 05:39:25 2013 (r248864) @@ -4,6 +4,8 @@ # Make command line options: # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir # -DNO_CLEAN do not clean at all +# -DDB_FROM_SRC use the user/group databases in src/etc instead of +# the system database when installing. # -DNO_SHARE do not go into share subdir # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ} # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel @@ -11,16 +13,22 @@ # -DNO_KERNELDEPEND do not run ${MAKE} depend in ${MAKE} buildkernel # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel # -DNO_PORTSUPDATE do not update ports in ${MAKE} update +# -DNO_ROOT install without using root privilege # -DNO_DOCUPDATE do not update doc in ${MAKE} update -# -DNO_WWWUPDATE do not update www in ${MAKE} update # -DNO_CTF do not run the DTrace CTF conversion tools on built objects # LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list # LOCAL_LIB_DIRS="list of dirs" to add additional dirs to libraries target +# LOCAL_MTREE="list of mtree files" to process to allow local directories +# to be created before files are installed # LOCAL_TOOL_DIRS="list of dirs" to add additional dirs to the build-tools # list +# METALOG="path to metadata log" to write permission and ownership +# 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) +# WORLD_FLAGS= additional flags to pass to make(1) during buildworld +# KERNEL_FLAGS= additional flags to pass to make(1) during buildkernel # # The intended user-driven targets are: @@ -46,6 +54,7 @@ TARGET_ARCH=${TARGET} .include .include +.include # We must do share/info early so that installation of info `dir' # entries works correctly. Do it first since it is less likely to @@ -178,7 +187,7 @@ OBJTREE= ${MAKEOBJDIRPREFIX}/${TARGET}.$ .endif WORLDTMP= ${OBJTREE}${.CURDIR}/tmp # /usr/games added for fortune which depend on strfile -BPATH= ${WORLDTMP}/legacy/usr/sbin:${WORLDTMP}/legacy/usr/bin:${WORLDTMP}/legacy/usr/games +BPATH= ${WORLDTMP}/legacy/usr/sbin:${WORLDTMP}/legacy/usr/bin:${WORLDTMP}/legacy/usr/games:${WORLDTMP}/legacy/bin XPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games STRICTTMPPATH= ${BPATH}:${XPATH} TMPPATH= ${STRICTTMPPATH}:${PATH} @@ -235,9 +244,10 @@ BMAKEENV= INSTALL="sh ${.CURDIR}/tools/i PATH=${BPATH}:${PATH} \ WORLDTMP=${WORLDTMP} \ VERSION="${VERSION}" \ - MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" + MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \ + COMPILER_TYPE=${COMPILER_TYPE} BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ - ${BMAKEENV} ${MAKE} -f Makefile.inc1 \ + ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \ DESTDIR= \ BOOTSTRAPPING=${OSRELDATE} \ SSP_CFLAGS= \ @@ -247,7 +257,7 @@ BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ # build-tools stage TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \ - ${BMAKEENV} ${MAKE} -f Makefile.inc1 \ + ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \ TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \ DESTDIR= \ BOOTSTRAPPING=${OSRELDATE} \ @@ -270,7 +280,17 @@ WMAKEENV= ${CROSSENV} \ .if ${MK_CDDL} == "no" WMAKEENV+= NO_CTF=1 .endif -WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 DESTDIR=${WORLDTMP} +.if ${CC:T:Mgcc} == "gcc" +WMAKE_COMPILER_TYPE= gcc +.elif ${CC:T:Mclang} == "clang" +WMAKE_COMPILER_TYPE= clang +.elif ${MK_CLANG_IS_CC} == "no" +WMAKE_COMPILER_TYPE= gcc +.else +WMAKE_COMPILER_TYPE= clang +.endif +WMAKEENV+= COMPILER_TYPE=${WMAKE_COMPILER_TYPE} +WMAKE= ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 DESTDIR=${WORLDTMP} .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" # 32 bit world @@ -283,9 +303,10 @@ LIB32CPUFLAGS= -march=i686 -mmmx -msse - LIB32CPUFLAGS= -march=${TARGET_CPUTYPE} .endif LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \ - MACHINE_CPU="i686 mmx sse sse2" \ - LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" \ - AS="${AS} --32" + MACHINE_CPU="i686 mmx sse sse2" +LIB32WMAKEFLAGS= \ + AS="${AS} --32" \ + LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" .elif ${TARGET_ARCH} == "powerpc64" .if empty(TARGET_CPUTYPE) @@ -293,7 +314,8 @@ LIB32CPUFLAGS= -mcpu=powerpc .else LIB32CPUFLAGS= -mcpu=${TARGET_CPUTYPE} .endif -LIB32WMAKEENV= MACHINE=powerpc MACHINE_ARCH=powerpc \ +LIB32WMAKEENV= MACHINE=powerpc MACHINE_ARCH=powerpc +LIB32WMAKEFLAGS= \ LD="${LD} -m elf32ppc_fbsd" .endif @@ -310,21 +332,28 @@ LIB32WMAKEENV+= MAKEOBJDIRPREFIX=${OBJTR VERSION="${VERSION}" \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${TMPPATH} \ + LIBDIR=/usr/lib32 \ + SHLIBDIR=/usr/lib32 \ + COMPILER_TYPE=${WMAKE_COMPILER_TYPE} +LIB32WMAKEFLAGS+= \ CC="${CC} ${LIB32FLAGS}" \ CXX="${CXX} ${LIB32FLAGS}" \ - LIBDIR=/usr/lib32 \ - SHLIBDIR=/usr/lib32 - -LIB32WMAKE= ${LIB32WMAKEENV} ${MAKE} -DNO_CPU_CFLAGS -DCOMPAT_32BIT \ - -DWITHOUT_BIND -DWITHOUT_MAN -DWITHOUT_INFO \ - -DWITHOUT_HTML -DNO_CTF -DNO_LINT -ECC -ECXX -EAS -ELD \ - DESTDIR=${LIB32TMP} -LIB32IMAKE= ${LIB32WMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} -DNO_INCS + DESTDIR=${LIB32TMP} \ + -DCOMPAT_32BIT \ + -DLIBRARIES_ONLY \ + -DNO_CPU_CFLAGS \ + -DNO_CTF \ + -DNO_LINT + +LIB32WMAKE= ${LIB32WMAKEENV} ${MAKE} ${LIB32WMAKEFLAGS} \ + -DWITHOUT_BIND -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML +LIB32IMAKE= ${LIB32WMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} -DNO_INCS \ + ${IMAKE_INSTALL} .endif -# install stage IMAKEENV= ${CROSSENV:N_LDSCRIPTROOT=*} -IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 +IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \ + ${IMAKE_INSTALL} ${IMAKE_MTREE} .if empty(.MAKEFLAGS:M-n) IMAKEENV+= PATH=${STRICTTMPPATH}:${INSTALLTMP} \ LD_LIBRARY_PATH=${INSTALLTMP} \ @@ -333,10 +362,25 @@ IMAKE+= __MAKE_SHELL=${INSTALLTMP}/sh .else IMAKEENV+= PATH=${TMPPATH}:${INSTALLTMP} .endif +.if defined(DB_FROM_SRC) +INSTALLFLAGS+= -N ${.CURDIR}/etc +MTREEFLAGS+= -N ${.CURDIR}/etc +.endif +.if defined(NO_ROOT) +METALOG?= ${DESTDIR}/${DISTDIR}/METALOG +IMAKE+= -DNO_ROOT METALOG=${METALOG} +INSTALL_DDIR= ${DESTDIR}/${DISTDIR} +INSTALLFLAGS+= -U -M ${METALOG} -D ${INSTALL_DDIR:S://:/:g:C:/$::} +MTREEFLAGS+= -W +.endif +.if defined(DB_FROM_SRC) || defined(NO_ROOT) +IMAKE_INSTALL= INSTALL="install ${INSTALLFLAGS}" +IMAKE_MTREE= MTREE_CMD="nmtree ${MTREEFLAGS}" +.endif # kernel stage KMAKEENV= ${WMAKEENV} -KMAKE= ${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} +KMAKE= ${KMAKEENV} ${MAKE} ${KERNEL_FLAGS} KERNEL=${INSTKERNNAME} # # buildworld @@ -370,7 +414,7 @@ _worldtmp: rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c .endif .for _dir in \ - lib usr legacy/usr + lib usr legacy/bin legacy/usr mkdir -p ${WORLDTMP}/${_dir} .endfor mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \ @@ -388,6 +432,9 @@ _worldtmp: mtree -deU -f ${.CURDIR}/etc/mtree/BIND.include.dist \ -p ${WORLDTMP}/usr/include >/dev/null .endif +.for _mtree in ${LOCAL_MTREE} + mtree -deU -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null +.endfor _legacy: @echo @echo "--------------------------------------------------------------" @@ -487,6 +534,8 @@ build32: .endfor .for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic cd ${.CURDIR}/${_dir}; \ + WORLDTMP=${WORLDTMP} \ + MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \ MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} SSP_CFLAGS= DESTDIR= \ DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF \ -DEARLY_BUILD build-tools @@ -569,9 +618,11 @@ kernel-toolchain: ${TOOLCHAIN_TGTS:N_inc installcheck: # -# Require DESTDIR to be set if installing for a different architecture. +# Require DESTDIR to be set if installing for a different architecture or +# using the user/group database in the source tree. # -.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${TARGET} != ${MACHINE} +.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${TARGET} != ${MACHINE} || \ + defined(DB_FROM_SRC) .if !make(distributeworld) installcheck: installcheck_DESTDIR installcheck_DESTDIR: @@ -582,10 +633,11 @@ installcheck_DESTDIR: .endif .endif +.if !defined(DB_FROM_SRC) # # Check for missing UIDs/GIDs. # -CHECK_UIDS= +CHECK_UIDS= auditdistd CHECK_GIDS= audit .if ${MK_SENDMAIL} != "no" CHECK_UIDS+= smmsp @@ -609,6 +661,7 @@ installcheck_UGID: false; \ fi .endfor +.endif # # Required install tools to be saved in a scratch dir for safety. @@ -620,10 +673,14 @@ _install-info= install-info _zoneinfo= zic tzsetup .endif +.if exists(/usr/sbin/nmtree) +_nmtree_itools= nmtree +.endif + ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ - date echo egrep find grep ${_install-info} \ - ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ - test true uname wc ${_zoneinfo} + date echo egrep find grep id install ${_install-info} \ + ln lockf make mkdir mtree ${_nmtree_itools} mv pwd_mkdb \ + rm sed sh sysctl test true uname wc ${_zoneinfo} # # distributeworld @@ -644,6 +701,8 @@ EXTRA_DISTRIBUTIONS+= games EXTRA_DISTRIBUTIONS+= lib32 .endif +MTREE_MAGIC?= mtree 2.0 + distributeworld installworld: installcheck mkdir -p ${INSTALLTMP} progs=$$(for prog in ${ITOOLS}; do \ @@ -666,6 +725,9 @@ distributeworld installworld: installche done); \ cp $$libs $$progs ${INSTALLTMP} cp -R $${PATH_LOCALE:-"/usr/share/locale"} ${INSTALLTMP}/locale +.if defined(NO_ROOT) + echo "#${MTREE_MAGIC}" > ${METALOG} +.endif .if make(distributeworld) .for dist in ${EXTRA_DISTRIBUTIONS} -mkdir ${DESTDIR}/${DISTDIR}/${dist} @@ -675,10 +737,20 @@ distributeworld installworld: installche -p ${DESTDIR}/${DISTDIR}/${dist}/usr >/dev/null mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ -p ${DESTDIR}/${DISTDIR}/${dist}/usr/include >/dev/null +.if defined(NO_ROOT) + ${IMAKEENV} nmtree -C -f ${.CURDIR}/etc/mtree/BSD.root.dist | \ + sed -e 's#^\./#./${dist}/#' >> ${METALOG} + ${IMAKEENV} nmtree -C -f ${.CURDIR}/etc/mtree/BSD.usr.dist | \ + sed -e 's#^\./#./${dist}/usr/#' >> ${METALOG} + ${IMAKEENV} nmtree -C -f ${.CURDIR}/etc/mtree/BSD.include.dist | \ + sed -e 's#^\./#./${dist}/usr/include/#' >> ${METALOG} +.endif .endfor -mkdir ${DESTDIR}/${DISTDIR}/base - ${_+_}cd ${.CURDIR}; ${IMAKE} distrib-dirs \ - DESTDIR=${DESTDIR}/${DISTDIR}/base + cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \ + METALOG=${METALOG} ${IMAKE_INSTALL} ${IMAKE_MTREE} \ + DISTBASE=/base DESTDIR=${DESTDIR}/${DISTDIR}/base \ + LOCAL_MTREE=${LOCAL_MTREE} distrib-dirs .endif ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \ ${IMAKEENV} rm -rf ${INSTALLTMP} @@ -686,12 +758,30 @@ distributeworld installworld: installche .for dist in ${EXTRA_DISTRIBUTIONS} find ${DESTDIR}/${DISTDIR}/${dist} -empty -delete .endfor +.if defined(NO_ROOT) +.for dist in base ${EXTRA_DISTRIBUTIONS} + @# For each file that exists in this dist, print the corresponding + @# line from the METALOG. This relies on the fact that + @# a line containing only the filename will sort immediatly before + @# the relevant mtree line. + cd ${DESTDIR}/${DISTDIR}; \ + find ./${dist} | sort -u ${METALOG} - | \ + awk 'BEGIN { print "#${MTREE_MAGIC}" } !/ type=/ { file = $$1 } / type=/ { if ($$1 == file) { sub(/^\.\/${dist}\//, "./"); print } }' > \ + ${DESTDIR}/${DISTDIR}/${dist}.meta +.endfor +.endif .endif packageworld: .for dist in base ${EXTRA_DISTRIBUTIONS} +.if defined(NO_ROOT) + ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \ + tar cvJf ${DESTDIR}/${DISTDIR}/${dist}.txz \ + @${DESTDIR}/${DISTDIR}/${dist}.meta +.else ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \ tar cvJf ${DESTDIR}/${DISTDIR}/${dist}.txz . +.endif .endfor # @@ -705,7 +795,8 @@ reinstall: @echo "--------------------------------------------------------------" @echo ">>> Making hierarchy" @echo "--------------------------------------------------------------" - ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 hierarchy + ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \ + LOCAL_MTREE=${LOCAL_MTREE} hierarchy @echo @echo "--------------------------------------------------------------" @echo ">>> Installing everything" @@ -726,7 +817,8 @@ redistribute: .endif distrib-dirs distribution: - cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} ${.TARGET} + cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \ + ${IMAKE_INSTALL} ${IMAKE_MTREE} METALOG=${METALOG} ${.TARGET} # # buildkernel and installkernel @@ -878,7 +970,7 @@ reinstallkernel reinstallkernel.debug: i @echo "--------------------------------------------------------------" cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ ${CROSSENV} PATH=${TMPPATH} \ - ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//} + ${MAKE} ${IMAKE_INSTALL} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//} distributekernel distributekernel.debug: .if empty(INSTALLKERNEL) @@ -928,6 +1020,13 @@ update: @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" + @echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" + @echo "!! Update methods with ${SUP} are deprecated." + @echo "!! Please see http://www.freebsd.org/handbook/svn.html" + @echo "!! and convert your update method to SVN_UPDATE or" + @echo "!! freebsd-update(8)." + @echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" + @sleep 5 .if defined(SUPFILE) @${SUP} ${SUPFLAGS} ${SUPFILE} .endif @@ -943,9 +1042,6 @@ update: .if defined(DOCSUPFILE) && !defined(NO_DOCUPDATE) @${SUP} ${SUPFLAGS} ${DOCSUPFILE} .endif -.if defined(WWWSUPFILE) && !defined(NO_WWWUPDATE) - @${SUP} ${SUPFLAGS} ${WWWSUPFILE} -.endif .endif .if defined(CVS_UPDATE) @cd ${.CURDIR} ; \ @@ -953,6 +1049,13 @@ update: echo "--------------------------------------------------------------" ; \ echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT} ; \ echo "--------------------------------------------------------------" ; \ + echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" ; \ + echo "!! Update methods with CVS are deprecated." ; \ + echo "!! Please see http://www.freebsd.org/handbook/svn.html" ; \ + echo "!! and convert your update method to SVN_UPDATE or" ; \ + echo "!! freebsd-update(8)." ; \ + echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" ; \ + sleep 5 ; \ echo ${CVS} -R -q update ${CVSFLAGS} ; \ ${CVS} -R -q update ${CVSFLAGS} ; \ fi @@ -1029,7 +1132,17 @@ _lex= usr.bin/lex .endif .if ${BOOTSTRAPPING} < 1000013 -_yacc= usr.bin/yacc +_yacc= lib/liby \ + usr.bin/yacc +.endif + +.if ${BOOTSTRAPPING} < 1000026 +_nmtree= lib/libnetbsd \ + usr.sbin/nmtree +.endif + +.if ${BOOTSTRAPPING} < 1000027 +_cat= bin/cat .endif .if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041 @@ -1057,7 +1170,10 @@ _dtrace_tools= cddl/usr.bin/sgsmsg cddl/ lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge .endif -.if ${MK_FDT} != "no" +# Default to building the BSDL DTC, but build the GPL one if users explicitly +# request it. +_dtc= usr.bin/dtc +.if ${MK_GPL_DTC} != "no" _dtc= gnu/usr.bin/dtc .endif @@ -1084,6 +1200,7 @@ bootstrap-tools: ${_ar} \ ${_dtc} \ ${_awk} \ + ${_cat} \ usr.bin/lorder \ usr.bin/makewhatis \ ${_mklocale} \ @@ -1091,9 +1208,11 @@ bootstrap-tools: ${_sed} \ ${_yacc} \ ${_lex} \ + lib/libmd \ usr.bin/xinstall \ ${_gensnmptree} \ - usr.sbin/config + usr.sbin/config \ + ${_nmtree} ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ cd ${.CURDIR}/${_tool}; \ ${MAKE} DIRPRFX=${_tool}/ obj; \ @@ -1113,7 +1232,7 @@ _aicasm= sys/modules/aic7xxx/aicasm _share= share/syscons/scrnmaps .endif -.if ${MK_GCC} != "no" && ${MK_CLANG_IS_CC} == "no" +.if ${MK_GCC} != "no" _gcc_tools= gnu/usr.bin/cc/cc_tools .endif @@ -1175,7 +1294,7 @@ _clang= usr.bin/clang _clang_libs= lib/clang .endif -.if ${MK_GCC} != "no" && ${MK_CLANG_IS_CC} == "no" +.if ${MK_GCC} != "no" && (${MK_CLANG_IS_CC} == "no" || ${TARGET} == "pc98") _cc= gnu/usr.bin/cc .endif @@ -1201,7 +1320,12 @@ cross-tools: # hierarchy - ensure that all the needed directories are present # hierarchy hier: - cd ${.CURDIR}/etc; ${MAKE} distrib-dirs +.if defined(NO_ROOT) + cd ${.CURDIR}/etc; ${MAKE} LOCAL_MTREE=${LOCAL_MTREE} \ + -DNO_ROOT METALOG=${METALOG} distrib-dirs +.else + cd ${.CURDIR}/etc; ${MAKE} LOCAL_MTREE=${LOCAL_MTREE} distrib-dirs +.endif # # libraries - build all libraries, and install them under ${DESTDIR}. @@ -1256,6 +1380,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1 ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ ${_kerberos5_lib_libroken} \ ${_kerberos5_lib_libwind} \ + ${_lib_atf_libatf_c} \ lib/libbz2 ${_libcom_err} lib/libcrypt \ lib/libexpat \ ${_lib_libgssapi} ${_lib_libipx} \ @@ -1264,10 +1389,15 @@ _prebuild_libs= ${_kerberos5_lib_libasn1 lib/libopie lib/libpam ${_lib_libthr} \ lib/libradius lib/libsbuf lib/libtacplus \ ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \ + ${_cddl_lib_libzfs_core} \ lib/libutil ${_lib_libypclnt} lib/libz lib/msun \ ${_secure_lib_libcrypto} ${_secure_lib_libssh} \ ${_secure_lib_libssl} +.if ${MK_ATF} != "no" +_lib_atf_libatf_c= lib/atf/libatf-c +.endif + .if ${MK_LIBTHR} != "no" _lib_libthr= lib/libthr .endif @@ -1288,7 +1418,9 @@ lib/libopie__L lib/libtacplus__L: lib/li .if ${MK_CDDL} != "no" _cddl_lib_libumem= cddl/lib/libumem _cddl_lib_libnvpair= cddl/lib/libnvpair +_cddl_lib_libzfs_core= cddl/lib/libzfs_core _cddl_lib= cddl/lib +cddl/lib/libzfs_core__L: cddl/lib/libnvpair__L .endif .if ${MK_CRYPT} != "no" @@ -1550,7 +1682,7 @@ check-old: check-old-files check-old-lib # showconfig - show build configuration. # showconfig: - @${MAKE} -n -f bsd.own.mk -V dummy -dg1 | grep ^MK_ | sort + @${MAKE} -n -f bsd.own.mk -V dummy -dg1 2>&1 | grep ^MK_ | sort .if !empty(KRNLOBJDIR) && !empty(KERNCONF) DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/ @@ -1558,7 +1690,7 @@ DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF} .if !defined(FDT_DTS_FILE) || empty(FDT_DTS_FILE) .if exists(${KERNCONFDIR}/${KERNCONF}) FDT_DTS_FILE!= awk 'BEGIN {FS="="} /^makeoptions[[:space:]]+FDT_DTS_FILE/ {print $$2}' \ - ${KERNCONFDIR}/${KERNCONF} + ${KERNCONFDIR}/${KERNCONF} ; echo .endif .endif @@ -1608,7 +1740,8 @@ NOFUN=-DNO_FSCHG -DWITHOUT_HTML -DWITHOU XDDIR=${XDEV_ARCH}-freebsd XDTP=/usr/${XDDIR} -CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} +CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} \ + INSTALL="sh ${.CURDIR}/tools/install.sh" CDENV= ${CDBENV} \ _SHLIBDIRPREFIX=${XDTP} \ TOOLS_PREFIX=${XDTP} @@ -1686,6 +1819,6 @@ _xi-links: ../../../../usr/bin/${XDDIR}${OSREL}-$$i; \ done .else -xdev xdev-buil xdev-install: +xdev xdev-build xdev-install: @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target" .endif Modified: projects/amd64_xen_pv/ObsoleteFiles.inc ============================================================================== --- projects/amd64_xen_pv/ObsoleteFiles.inc Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/ObsoleteFiles.inc Fri Mar 29 05:39:25 2013 (r248864) @@ -38,6 +38,122 @@ # xargs -n1 | sort | uniq -d; # done +# 20130316: vinum.4 removed +OLD_FILES+=usr/share/man/man4/vinum.4.gz +# 20130312: fortunes-o removed +OLD_FILES+=usr/share/games/fortune/fortunes-o +OLD_FILES+=usr/share/games/fortune/fortunes-o.dat +# 20130311: Ports are no more available via cvsup +OLD_FILES+=usr/share/examples/cvsup/ports-supfile +OLD_FILES+=usr/share/examples/cvsup/refuse +OLD_FILES+=usr/share/examples/cvsup/refuse.README +# 20130309: NWFS and NCP supports removed +OLD_FILES+=usr/bin/ncplist +OLD_FILES+=usr/bin/ncplogin +OLD_FILES+=usr/bin/ncplogout +OLD_FILES+=usr/include/fs/nwfs/nwfs.h +OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h +OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h +OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h +OLD_DIRS+=usr/include/fs/nwfs +OLD_FILES+=usr/include/netncp/ncp.h +OLD_FILES+=usr/include/netncp/ncp_cfg.h +OLD_FILES+=usr/include/netncp/ncp_conn.h +OLD_FILES+=usr/include/netncp/ncp_file.h +OLD_FILES+=usr/include/netncp/ncp_lib.h +OLD_FILES+=usr/include/netncp/ncp_ncp.h +OLD_FILES+=usr/include/netncp/ncp_nls.h +OLD_FILES+=usr/include/netncp/ncp_rcfile.h +OLD_FILES+=usr/include/netncp/ncp_rq.h +OLD_FILES+=usr/include/netncp/ncp_sock.h +OLD_FILES+=usr/include/netncp/ncp_subr.h +OLD_FILES+=usr/include/netncp/ncp_user.h +OLD_FILES+=usr/include/netncp/ncpio.h +OLD_FILES+=usr/include/netncp/nwerror.h +OLD_DIRS+=usr/include/netncp +OLD_FILES+=usr/lib/libncp.a +OLD_FILES+=usr/lib/libncp.so +OLD_LIBS+=usr/lib/libncp.so.4 +OLD_FILES+=usr/lib/libncp_p.a +OLD_FILES+=usr/lib32/libncp.a +OLD_FILES+=usr/lib32/libncp.so +OLD_LIBS+=usr/lib32/libncp.so.4 +OLD_FILES+=usr/lib32/libncp_p.a +OLD_FILES+=usr/sbin/mount_nwfs +OLD_FILES+=usr/share/examples/nwclient/dot.nwfsrc +OLD_FILES+=usr/share/examples/nwclient/nwfs.sh.sample +OLD_DIRS+=usr/share/examples/nwclient +OLD_FILES+=usr/share/man/man1/ncplist.1.gz +OLD_FILES+=usr/share/man/man1/ncplogin.1.gz +OLD_FILES+=usr/share/man/man1/ncplogout.1.gz +OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz +# 20130302: NTFS support removed +OLD_FILES+=rescue/mount_ntfs +OLD_FILES+=sbin/mount_ntfs +OLD_FILES+=usr/include/fs/ntfs/ntfs.h +OLD_FILES+=usr/include/fs/ntfs/ntfs_compr.h +OLD_FILES+=usr/include/fs/ntfs/ntfs_ihash.h +OLD_FILES+=usr/include/fs/ntfs/ntfs_inode.h +OLD_FILES+=usr/include/fs/ntfs/ntfs_subr.h +OLD_FILES+=usr/include/fs/ntfs/ntfs_vfsops.h +OLD_FILES+=usr/include/fs/ntfs/ntfsmount.h +OLD_DIRS+=usr/include/fs/ntfs +OLD_FILES+=usr/share/man/man8/mount_ntfs.8.gz +# 20130302: PORTALFS support removed +OLD_FILES+=usr/include/fs/portalfs/portal.h +OLD_DIRS+=usr/include/fs/portalfs +OLD_FILES+=usr/sbin/mount_portalfs +OLD_FILES+=usr/share/examples/portal/README +OLD_FILES+=usr/share/examples/portal/portal.conf +OLD_DIRS+=usr/share/examples/portal +OLD_FILES+=usr/share/man/man8/mount_portalfs.8.gz +# 20130302: CODAFS support removed +OLD_FILES+=usr/share/man/man4/coda.4.gz +# 20130302: XFS support removed +OLD_FILES+=usr/share/man/man5/xfs.5.gz +# 20130302: Capsicum overhaul +OLD_FILES+=usr/share/man/man2/cap_getrights.2.gz +OLD_FILES+=usr/share/man/man2/cap_new.2.gz +# 20130213: OpenSSL 1.0.1e import +OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_verifyrecover.3.gz +OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_verifyrecover_init.3.gz +# 20130116: removed long unused directories for .1aout section manpages +OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout +OLD_FILES+=usr/share/man/en.UTF-8/man1aout +OLD_DIRS+=usr/share/man/man1aout +OLD_DIRS+=usr/share/man/cat1aout +OLD_DIRS+=usr/share/man/en.ISO8859-1/cat1aout +OLD_DIRS+=usr/share/man/en.UTF-8/cat1aout +# 20130110: bsd.compat.mk removed +OLD_FILES+=usr/share/mk/bsd.compat.mk +# 20130103: gnats-supfile removed +OLD_FILES+=usr/share/examples/cvsup/gnats-supfile +# 20121230: libdisk removed +OLD_FILES+=usr/share/man/man3/libdisk.3.gz usr/include/libdisk.h +OLD_FILES+=usr/lib/libdisk.a usr/lib32/libdisk.a +# 20121230: remove wrongly created directories for auditdistd +OLD_DIRS+=var/dist +OLD_DIRS+=var/remote +# 20121114: zpool-features manual page moved from section 5 to 7 +OLD_FILES+=usr/share/man/man5/zpool-features.5.gz +# 20121022: remove harp, hfa and idt man page +OLD_FILES+=usr/share/man/man4/harp.4.gz +OLD_FILES+=usr/share/man/man4/hfa.4.gz +OLD_FILES+=usr/share/man/man4/idt.4.gz +OLD_FILES+=usr/share/man/man4/if_idt.4.gz +# 20121022: VFS_LOCK_GIANT elimination +OLD_FILES+=usr/share/man/man9/VFS_LOCK_GIANT.9.gz +OLD_FILES+=usr/share/man/man9/VFS_UNLOCK_GIANT.9.gz +# 20121004: remove incomplete unwind.h +OLD_FILES+=usr/include/clang/3.2/unwind.h +# 20120910: NetBSD compat shims removed +OLD_FILES+=usr/include/cam/scsi/scsi_low_pisa.h +OLD_FILES+=usr/include/sys/device_port.h +# 20120909: doc and www supfiles removed +OLD_FILES+=usr/share/examples/cvsup/doc-supfile +OLD_FILES+=usr/share/examples/cvsup/www-supfile +# 20120908: pf cleanup +OLD_FILES+=usr/include/net/if_pflow.h # 20120816: new clang import which bumps version from 3.1 to 3.2 OLD_FILES+=usr/bin/llvm-ld OLD_FILES+=usr/bin/llvm-stub @@ -84,13 +200,19 @@ OLD_FILES+=usr/include/openssl/ui_locl.h OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_id_callback.3.gz # 20120621: remove old man page OLD_FILES+=usr/share/man/man8/vnconfig.8.gz +# 20120619: TOE support updated +OLD_FILES+=usr/include/netinet/toedev.h # 20120613: auth.conf removed OLD_FILES+=etc/auth.conf OLD_FILES+=usr/share/examples/etc/auth.conf OLD_FILES+=usr/share/man/man3/auth.3.gz +OLD_FILES+=usr/share/man/man3/auth_getval.3.gz OLD_FILES+=usr/share/man/man5/auth.conf.5.gz # 20120530: kde pam lives now in ports OLD_FILES+=etc/pam.d/kde +# 20120521: byacc import +OLD_FILES+=usr/bin/yyfix +OLD_FILES+=usr/share/man/man1/yyfix.1.gz # 20120505: new clang import installed a redundant internal header OLD_FILES+=usr/include/clang/3.1/stdalign.h # 20120428: MD2 removed from libmd @@ -1170,12 +1292,6 @@ OLD_FILES+=usr/include/sys/linedisc.h OLD_FILES+=usr/share/man/man3/posix_openpt.3.gz # 20080725: sgtty.h removed OLD_FILES+=usr/include/sgtty.h -# 20080719: sade(8) removed on all but amd64, i386 and sparc64 -.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" && \ - ${TARGET_ARCH} != "sparc64" -OLD_FILES+=usr/sbin/sade -OLD_FILES+=usr/share/man/man8/sade.8.gz -.endif # 20080706: bsdlabel(8) removed on powerpc .if ${TARGET_ARCH} == "powerpc" OLD_FILES+=sbin/bsdlabel Modified: projects/amd64_xen_pv/UPDATING ============================================================================== --- projects/amd64_xen_pv/UPDATING Fri Mar 29 03:45:58 2013 (r248863) +++ projects/amd64_xen_pv/UPDATING Fri Mar 29 05:39:25 2013 (r248864) @@ -4,7 +4,9 @@ This file is maintained and copyrighted See end of file for further details. For commonly done items, please see the COMMON ITEMS: section later in the file. These instructions assume that you basically know what you are doing. If not, then please consult the FreeBSD -handbook. +handbook: + + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. @@ -24,6 +26,166 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130308: + CTL_DISABLE has also been added to the sparc64 GENERIC (for further + information, see the respective 20130304 entry). + +20130304: + Recent commits to callout(9) changed the size of struct callout, + so the KBI is probably heavily disturbed. Also, some functions + in callout(9)/sleep(9)/sleepqueue(9)/condvar(9) KPIs were replaced + by macros. Every kernel module using it won't load, so rebuild + is requested. + + The ctl device has been re-enabled in GENERIC for i386 and amd64, + but does not initialize by default (because of the new CTL_DISABLE + option) to save memory. To re-enable it, remove the CTL_DISABLE + option from the kernel config file or set kern.cam.ctl.disable=0 + in /boot/loader.conf. + +20130301: + The ctl device has been disabled in GENERIC for i386 and amd64. + This was done due to the extra memory being allocated at system + initialisation time by the ctl driver which was only used if + a CAM target device was created. This makes a FreeBSD system + unusable on 128MB or less of RAM. + +20130208: + A new compression method (lz4) has been merged to -HEAD. Please + refer to zpool-features(7) for more information. + + Please refer to the "ZFS notes" section of this file for information + on upgrading boot ZFS pools. + +20130129: + A BSD-licensed patch(1) variant has been added and is installed + as bsdpatch, being the GNU version the default patch. + To inverse the logic and use the BSD-licensed one as default, + while having the GNU version installed as gnupatch, rebuild + and install world with the WITH_BSD_PATCH knob set. + +20130118: + The install(1) option -M has changed meaning and now takes an + argument that is a file or path to append logs to. In the + unlikely event that -M was the last option on the command line + and the command line contained at least two files and a target + directory the first file will have logs appended to it. The -M + option served little practical purpose in the last decade so its + use is expected to be extremely rare. + +20121223: + After switching to Clang as the default compiler some users of ZFS + on i386 systems started to experience stack overflow kernel panics. + Please consider using 'options KSTACK_PAGES=4' in such configurations. + +20121222: + GEOM_LABEL now mangles label names read from file system metadata. + Mangling affect labels containing spaces, non-printable characters, + '%' or '"'. Device names in /etc/fstab and other places may need to + be updated. + +20121217: + By default, only the 10 most recent kernel dumps will be saved. To + restore the previous behaviour (no limit on the number of kernel dumps + stored in the dump directory) add the following line to /etc/rc.conf: + + savecore_flags="" + +20121201: + With the addition of auditdistd(8), a new auditdistd user is now + depended on during installworld. "mergemaster -p" can be used to add + the user prior to installworld, as documented in the handbook. + +20121117: + The sin6_scope_id member variable in struct sockaddr_in6 is now + filled by the kernel before passing the structure to the userland via + sysctl or routing socket. This means the KAME-specific embedded scope + id in sin6_addr.s6_addr[2] is always cleared in userland application. + This behavior can be controlled by net.inet6.ip6.deembed_scopeid. + __FreeBSD_version is bumped to 1000025. + +20121105: + On i386 and amd64 systems WITH_CLANG_IS_CC is now the default. + This means that the world and kernel will be compiled with clang + and that clang will be installed as /usr/bin/cc, /usr/bin/c++, + and /usr/bin/cpp. To disable this behavior and revert to building + with gcc, compile with WITHOUT_CLANG_IS_CC. + +20121102: + The IPFIREWALL_FORWARD kernel option has been removed. Its + functionality now turned on by default. + +20121023: + The ZERO_COPY_SOCKET kernel option has been removed and + split into SOCKET_SEND_COW and SOCKET_RECV_PFLIP. + NB: SOCKET_SEND_COW uses the VM page based copy-on-write + mechanism which is not safe and may result in kernel crashes. + NB: The SOCKET_RECV_PFLIP mechanism is useless as no current + driver supports disposeable external page sized mbuf storage. + Proper replacements for both zero-copy mechanisms are under + consideration and will eventually lead to complete removal + of the two kernel options. + +20121023: + The IPv4 network stack has been converted to network byte + order. The following modules need to be recompiled together + with kernel: carp(4), divert(4), gif(4), siftr(4), gre(4), + pf(4), ipfw(4), ng_ipfw(4), stf(4). + +20121022: + Support for non-MPSAFE filesystems was removed from VFS. The + VFS_VERSION was bumped, all filesystem modules shall be + recompiled. + +20121018: + All the non-MPSAFE filesystems have been disconnected from + the build. The full list includes: codafs, hpfs, ntfs, nwfs, + portalfs, smbfs, xfs. + +20121016: + The interface cloning API and ABI has changed. The following + modules need to be recompiled together with kernel: + ipfw(4), pfsync(4), pflog(4), usb(4), wlan(4), stf(4), + vlan(4), disc(4), edsc(4), if_bridge(4), gif(4), tap(4), + faith(4), epair(4), enc(4), tun(4), if_lagg(4), gre(4). + +20121015: + The sdhci driver was split in two parts: sdhci (generic SD Host + Controller logic) and sdhci_pci (actual hardware driver). + No kernel config modifications are required, but if you + load sdhc as a module you must switch to sdhci_pci instead. + +20121014: + Import the FUSE kernel and userland support into base system. + +20121013: + The GNU sort(1) program has been removed since the BSD-licensed + sort(1) has been the default for quite some time and no serious + problems have been reported. The corresponding WITH_GNU_SORT + knob has also gone. + +20121006: + The pfil(9) API/ABI for AF_INET family has been changed. Packet + filtering modules: pf(4), ipfw(4), ipfilter(4) need to be recompiled + with new kernel. + +20121001: + The net80211(4) ABI has been changed to allow for improved driver *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 12:47:46 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6071ED9D; Fri, 29 Mar 2013 12:47:46 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 533C9116; Fri, 29 Mar 2013 12:47:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TCljO2086164; Fri, 29 Mar 2013 12:47:45 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TClj3V086163; Fri, 29 Mar 2013 12:47:45 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291247.r2TClj3V086163@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 12:47:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248878 - projects/camlock X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 12:47:46 -0000 Author: mav Date: Fri Mar 29 12:47:45 2013 New Revision: 248878 URL: http://svnweb.freebsd.org/changeset/base/248878 Log: Add project branch to work on improving CAM performance and scalability. Such goals are planned within this project: 1) Remove request allocation queue on the SIM level. This supposed to simplify the code and reduce relations between device and transport/SIM. It will reduce effectiveness of bioq_disksort() in situations when several devices share single SIM, which queue is unable to fit all request allocated same time. But hopefully that is not a problem since SATA devices in most cases are not sharing queues, while SAS HBAs usually have large queues. Those people who need better scheduling can use to use more functional gsched. 2) Remove multilevel queue freezing mechanism. It was created to allow periph drivers to allocate more CCBs then device/SIM can handle in cases of error recovery. After 1) succeed, it should not be a big problem to create another less complicated mechanism to handle overcommit. 3) Remove per-SIM queue of allocated CCBs. That will additionally reduce relations between device and SIM, while UMA should be able to handle memory no less effectively now. 4) Try to split device locking into separate mutex(es). It should reduce SIM lock contention, that is now the main limiting factor for CAM SMP scalability. Hopefully after 1), 2) and 3) relations between device and SIM will be minimal, making this goal reachable. 5) Hardware of some controllers, such as mps(4), allows to have several request/response queues. Using them should improve SMP scalability. Additional locking changes are required to do it, but hopefully it will be easier after 4). 6) Success of 4) should also make reachable other following goals, such as CAM-level multipathing, etc. Discussed with: gibbs Sponsored by: iXsystems, Inc. Added: - copied from r248877, head/ Directory Properties: projects/camlock/ (props changed) From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 14:48:44 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3C7614B; Fri, 29 Mar 2013 14:48:44 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C7F4C994; Fri, 29 Mar 2013 14:48:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TEmiPU022270; Fri, 29 Mar 2013 14:48:44 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TEmiRl022264; Fri, 29 Mar 2013 14:48:44 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291448.r2TEmiRl022264@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 14:48:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248890 - in projects/camlock/sys/cam: . ctl X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 14:48:45 -0000 Author: mav Date: Fri Mar 29 14:48:43 2013 New Revision: 248890 URL: http://svnweb.freebsd.org/changeset/base/248890 Log: Remove request allocation queue on the SIM level. Now device can allocate CCBs on itself, not looking on SIM queue state. Modified: projects/camlock/sys/cam/cam_queue.c projects/camlock/sys/cam/cam_queue.h projects/camlock/sys/cam/cam_xpt.c projects/camlock/sys/cam/ctl/scsi_ctl.c Modified: projects/camlock/sys/cam/cam_queue.c ============================================================================== --- projects/camlock/sys/cam/cam_queue.c Fri Mar 29 14:18:56 2013 (r248889) +++ projects/camlock/sys/cam/cam_queue.c Fri Mar 29 14:48:43 2013 (r248890) @@ -230,15 +230,8 @@ int cam_devq_init(struct cam_devq *devq, int devices, int openings) { bzero(devq, sizeof(*devq)); - if (camq_init(&devq->alloc_queue, devices) != 0) { + if (camq_init(&devq->send_queue, devices) != 0) return (1); - } - if (camq_init(&devq->send_queue, devices) != 0) { - camq_fini(&devq->alloc_queue); - return (1); - } - devq->alloc_openings = openings; - devq->alloc_active = 0; devq->send_openings = openings; devq->send_active = 0; return (0); @@ -247,7 +240,6 @@ cam_devq_init(struct cam_devq *devq, int void cam_devq_free(struct cam_devq *devq) { - camq_fini(&devq->alloc_queue); camq_fini(&devq->send_queue); free(devq, M_CAMDEVQ); } @@ -257,11 +249,7 @@ cam_devq_resize(struct cam_devq *camq, i { u_int32_t retval; - retval = camq_resize(&camq->alloc_queue, devices); - - if (retval == CAM_REQ_CMP) - retval = camq_resize(&camq->send_queue, devices); - + retval = camq_resize(&camq->send_queue, devices); return (retval); } @@ -328,11 +316,10 @@ int cam_ccbq_init(struct cam_ccbq *ccbq, int openings) { bzero(ccbq, sizeof(*ccbq)); - if (camq_init(&ccbq->queue, openings + (CAM_RL_VALUES - 1)) != 0) { + if (camq_init(&ccbq->queue, openings + (CAM_RL_VALUES - 1)) != 0) return (1); - } ccbq->devq_openings = openings; - ccbq->dev_openings = openings; + ccbq->dev_openings = openings; return (0); } Modified: projects/camlock/sys/cam/cam_queue.h ============================================================================== --- projects/camlock/sys/cam/cam_queue.h Fri Mar 29 14:18:56 2013 (r248889) +++ projects/camlock/sys/cam/cam_queue.h Fri Mar 29 14:48:43 2013 (r248890) @@ -58,7 +58,8 @@ SLIST_HEAD(ccb_hdr_slist, ccb_hdr); struct cam_ccbq { struct camq queue; int devq_openings; - int dev_openings; + int devq_allocating; + int dev_openings; int dev_active; int held; }; @@ -66,11 +67,7 @@ struct cam_ccbq { struct cam_ed; struct cam_devq { - struct camq alloc_queue; struct camq send_queue; - struct cam_ed *active_dev; - int alloc_openings; - int alloc_active; int send_openings; int send_active; }; Modified: projects/camlock/sys/cam/cam_xpt.c ============================================================================== --- projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 14:18:56 2013 (r248889) +++ projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 14:48:43 2013 (r248890) @@ -223,7 +223,7 @@ static void xpt_async_bcast(struct asyn static path_id_t xptnextfreepathid(void); static path_id_t xptpathid(const char *sim_name, int sim_unit, int sim_bus); static union ccb *xpt_get_ccb(struct cam_ed *device); -static void xpt_run_dev_allocq(struct cam_eb *bus); +static void xpt_run_dev_allocq(struct cam_ed *device); static void xpt_run_dev_sendq(struct cam_eb *bus); static timeout_t xpt_release_devq_timeout; static void xpt_release_simq_timeout(void *arg) __unused; @@ -300,30 +300,6 @@ static __inline int device_is_alloc_queu static __inline int device_is_send_queued(struct cam_ed *device); static __inline int -xpt_schedule_dev_allocq(struct cam_eb *bus, struct cam_ed *dev) -{ - int retval; - - if ((dev->drvq.entries > 0) && - (dev->ccbq.devq_openings > 0) && - (cam_ccbq_frozen(&dev->ccbq, CAM_PRIORITY_TO_RL( - CAMQ_GET_PRIO(&dev->drvq))) == 0)) { - /* - * The priority of a device waiting for CCB resources - * is that of the highest priority peripheral driver - * enqueued. - */ - retval = xpt_schedule_dev(&bus->sim->devq->alloc_queue, - &dev->alloc_ccb_entry.pinfo, - CAMQ_GET_PRIO(&dev->drvq)); - } else { - retval = 0; - } - - return (retval); -} - -static __inline int xpt_schedule_dev_sendq(struct cam_eb *bus, struct cam_ed *dev) { int retval; @@ -2527,9 +2503,8 @@ xpt_action_default(union ccb *start_ccb) int frozen; frozen = cam_ccbq_insert_ccb(&path->device->ccbq, start_ccb); - path->device->sim->devq->alloc_openings += frozen; if (frozen > 0) - xpt_run_dev_allocq(path->bus); + xpt_run_dev_allocq(path->device); if (xpt_schedule_dev_sendq(path->bus, path->device)) xpt_run_dev_sendq(path->bus); break; @@ -2582,8 +2557,7 @@ xpt_action_default(union ccb *start_ccb) device = abort_ccb->ccb_h.path->device; ccbq = &device->ccbq; - device->sim->devq->alloc_openings -= - cam_ccbq_remove_ccb(ccbq, abort_ccb); + cam_ccbq_remove_ccb(ccbq, abort_ccb); abort_ccb->ccb_h.status = CAM_REQ_ABORTED|CAM_DEV_QFRZN; xpt_freeze_devq(abort_ccb->ccb_h.path, 1); @@ -3128,7 +3102,7 @@ xpt_schedule(struct cam_periph *perph, u camq_change_priority(&device->drvq, perph->pinfo.index, new_priority); - runq = xpt_schedule_dev_allocq(perph->path->bus, device); + runq = 1; } } else { /* New entry on the queue */ @@ -3137,12 +3111,12 @@ xpt_schedule(struct cam_periph *perph, u perph->pinfo.priority = new_priority; perph->pinfo.generation = ++device->drvq.generation; camq_insert(&device->drvq, &perph->pinfo); - runq = xpt_schedule_dev_allocq(perph->path->bus, device); + runq = 1; } if (runq != 0) { CAM_DEBUG(perph->path, CAM_DEBUG_SUBTRACE, - (" calling xpt_run_devq\n")); - xpt_run_dev_allocq(perph->path->bus); + (" calling xpt_run_dev_allocq\n")); + xpt_run_dev_allocq(device); } } @@ -3195,43 +3169,25 @@ xpt_schedule_dev(struct camq *queue, cam } static void -xpt_run_dev_allocq(struct cam_eb *bus) +xpt_run_dev_allocq(struct cam_ed *device) { - struct cam_devq *devq; + struct camq *drvq; - CAM_DEBUG_PRINT(CAM_DEBUG_XPT, ("xpt_run_dev_allocq\n")); - devq = bus->sim->devq; - - CAM_DEBUG_PRINT(CAM_DEBUG_XPT, - (" qfrozen_cnt == 0x%x, entries == %d, " - "openings == %d, active == %d\n", - devq->alloc_queue.qfrozen_cnt[0], - devq->alloc_queue.entries, - devq->alloc_openings, - devq->alloc_active)); - - devq->alloc_queue.qfrozen_cnt[0]++; - while ((devq->alloc_queue.entries > 0) - && (devq->alloc_openings > 0) - && (devq->alloc_queue.qfrozen_cnt[0] <= 1)) { - struct cam_ed_qinfo *qinfo; - struct cam_ed *device; + if (device->ccbq.devq_allocating) + return; + device->ccbq.devq_allocating = 1; + CAM_DEBUG_PRINT(CAM_DEBUG_XPT, ("xpt_run_dev_allocq(%p)\n", device)); + drvq = &device->drvq; + while ((drvq->entries > 0) && + (device->ccbq.devq_openings > 0) && + (cam_ccbq_frozen(&device->ccbq, CAM_PRIORITY_TO_RL( + CAMQ_GET_PRIO(drvq))) == 0)) { union ccb *work_ccb; struct cam_periph *drv; - struct camq *drvq; - qinfo = (struct cam_ed_qinfo *)camq_remove(&devq->alloc_queue, - CAMQ_HEAD); - device = qinfo->device; - CAM_DEBUG_PRINT(CAM_DEBUG_XPT, - ("running device %p\n", device)); - - drvq = &device->drvq; KASSERT(drvq->entries > 0, ("xpt_run_dev_allocq: " "Device on queue without any work to do")); if ((work_ccb = xpt_get_ccb(device)) != NULL) { - devq->alloc_openings--; - devq->alloc_active++; drv = (struct cam_periph*)camq_remove(drvq, CAMQ_HEAD); xpt_setup_ccb(&work_ccb->ccb_h, drv->path, drv->pinfo.priority); @@ -3250,11 +3206,8 @@ xpt_run_dev_allocq(struct cam_eb *bus) */ break; } - - /* We may have more work. Attempt to reschedule. */ - xpt_schedule_dev_allocq(bus, device); } - devq->alloc_queue.qfrozen_cnt[0]--; + device->ccbq.devq_allocating = 0; } static void @@ -3814,14 +3767,7 @@ xpt_release_ccb(union ccb *free_ccb) SLIST_INSERT_HEAD(&sim->ccb_freeq, &free_ccb->ccb_h, xpt_links.sle); } - if (sim->devq == NULL) { - return; - } - sim->devq->alloc_openings++; - sim->devq->alloc_active--; - if (device_is_alloc_queued(device) == 0) - xpt_schedule_dev_allocq(bus, device); - xpt_run_dev_allocq(bus); + xpt_run_dev_allocq(device); } /* Functions accessed by SIM drivers */ @@ -4173,15 +4119,7 @@ xpt_freeze_devq_rl(struct cam_path *path struct cam_ed *dev = path->device; mtx_assert(path->bus->sim->mtx, MA_OWNED); - dev->sim->devq->alloc_openings += - cam_ccbq_freeze(&dev->ccbq, rl, count); - /* Remove frozen device from allocq. */ - if (device_is_alloc_queued(dev) && - cam_ccbq_frozen(&dev->ccbq, CAM_PRIORITY_TO_RL( - CAMQ_GET_PRIO(&dev->drvq)))) { - camq_remove(&dev->sim->devq->alloc_queue, - dev->alloc_ccb_entry.pinfo.index); - } + cam_ccbq_freeze(&dev->ccbq, rl, count); /* Remove frozen device from sendq. */ if (device_is_send_queued(dev) && cam_ccbq_frozen_top(&dev->ccbq)) { @@ -4244,13 +4182,10 @@ xpt_release_devq_device(struct cam_ed *d #endif count = dev->ccbq.queue.qfrozen_cnt[rl]; } - dev->sim->devq->alloc_openings -= - cam_ccbq_release(&dev->ccbq, rl, count); + cam_ccbq_release(&dev->ccbq, rl, count); if (cam_ccbq_frozen(&dev->ccbq, CAM_PRIORITY_TO_RL( - CAMQ_GET_PRIO(&dev->drvq))) == 0) { - if (xpt_schedule_dev_allocq(dev->target->bus, dev)) - xpt_run_dev_allocq(dev->target->bus); - } + CAMQ_GET_PRIO(&dev->drvq))) == 0) + xpt_run_dev_allocq(dev); if (cam_ccbq_frozen_top(&dev->ccbq) == 0) { /* * No longer need to wait for a successful @@ -4541,7 +4476,7 @@ xpt_alloc_device(struct cam_eb *bus, str /* Make space for us in the device queue on our bus */ devq = bus->sim->devq; - status = cam_devq_resize(devq, devq->alloc_queue.array_size + 1); + status = cam_devq_resize(devq, devq->send_queue.array_size + 1); if (status != CAM_REQ_CMP) { device = NULL; @@ -4615,7 +4550,7 @@ xpt_release_device(struct cam_ed *device device->target->bus->sim->max_ccbs -= device->ccbq.devq_openings; /* Release our slot in the devq */ devq = device->target->bus->sim->devq; - cam_devq_resize(devq, devq->alloc_queue.array_size - 1); + cam_devq_resize(devq, devq->send_queue.array_size - 1); camq_fini(&device->drvq); cam_ccbq_fini(&device->ccbq); /* Modified: projects/camlock/sys/cam/ctl/scsi_ctl.c ============================================================================== --- projects/camlock/sys/cam/ctl/scsi_ctl.c Fri Mar 29 14:18:56 2013 (r248889) +++ projects/camlock/sys/cam/ctl/scsi_ctl.c Fri Mar 29 14:48:43 2013 (r248890) @@ -2059,7 +2059,6 @@ ctlfe_lun_disable(void *arg, struct ctl_ static void ctlfe_dump_sim(struct cam_sim *sim) { - int i; printf("%s%d: max tagged openings: %d, max dev openings: %d\n", sim->sim_name, sim->unit_number, @@ -2070,14 +2069,6 @@ ctlfe_dump_sim(struct cam_sim *sim) printf("%s%d: ccb_freeq is %sempty\n", sim->sim_name, sim->unit_number, (SLIST_FIRST(&sim->ccb_freeq) == NULL) ? "" : "NOT "); - printf("%s%d: alloc_queue.entries %d, alloc_openings %d\n", - sim->sim_name, sim->unit_number, - sim->devq->alloc_queue.entries, sim->devq->alloc_openings); - printf("%s%d: qfrozen_cnt:", sim->sim_name, sim->unit_number); - for (i = 0; i < CAM_RL_VALUES; i++) { - printf("%s%u", (i != 0) ? ":" : "", - sim->devq->alloc_queue.qfrozen_cnt[i]); - } printf("\n"); } From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 16:16:50 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B85B987F; Fri, 29 Mar 2013 16:16:50 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AB1CADF5; Fri, 29 Mar 2013 16:16:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TGGoA8048680; Fri, 29 Mar 2013 16:16:50 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TGGoWf048679; Fri, 29 Mar 2013 16:16:50 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291616.r2TGGoWf048679@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 16:16:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248894 - projects/camlock/sys/cam/ata X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 16:16:50 -0000 Author: mav Date: Fri Mar 29 16:16:50 2013 New Revision: 248894 URL: http://svnweb.freebsd.org/changeset/base/248894 Log: Use full freeze while PMP does hard reset. This is effectively NULL change. Modified: projects/camlock/sys/cam/ata/ata_pmp.c Modified: projects/camlock/sys/cam/ata/ata_pmp.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_pmp.c Fri Mar 29 16:00:16 2013 (r248893) +++ projects/camlock/sys/cam/ata/ata_pmp.c Fri Mar 29 16:16:50 2013 (r248894) @@ -190,8 +190,7 @@ pmpfreeze(struct cam_periph *periph, int i, 0) == CAM_REQ_CMP) { softc->frozen |= (1 << i); xpt_acquire_device(dpath->device); - cam_freeze_devq_arg(dpath, - RELSIM_RELEASE_RUNLEVEL, CAM_RL_BUS + 1); + cam_freeze_devq(dpath); xpt_free_path(dpath); } } @@ -212,8 +211,7 @@ pmprelease(struct cam_periph *periph, in xpt_path_path_id(periph->path), i, 0) == CAM_REQ_CMP) { softc->frozen &= ~(1 << i); - cam_release_devq(dpath, - RELSIM_RELEASE_RUNLEVEL, 0, CAM_RL_BUS + 1, FALSE); + cam_release_devq(dpath, 0, 0, 0, FALSE); xpt_release_device(dpath->device); xpt_free_path(dpath); } From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 17:22:00 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50703F8E; Fri, 29 Mar 2013 17:22:00 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4378FDF; Fri, 29 Mar 2013 17:22:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2THLxIL069061; Fri, 29 Mar 2013 17:21:59 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2THLxt4069059; Fri, 29 Mar 2013 17:21:59 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291721.r2THLxt4069059@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 17:21:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248897 - projects/camlock/sys/cam X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 17:22:00 -0000 Author: mav Date: Fri Mar 29 17:21:59 2013 New Revision: 248897 URL: http://svnweb.freebsd.org/changeset/base/248897 Log: Make request allocation code always permit immediate allocation for requests with priority >= CAM_PRIORITY_OOB (special cases). Assume that caller knows what it does and why and will not send more then request at a time, needed for single-stepping error recovery. Modified: projects/camlock/sys/cam/cam.h projects/camlock/sys/cam/cam_xpt.c Modified: projects/camlock/sys/cam/cam.h ============================================================================== --- projects/camlock/sys/cam/cam.h Fri Mar 29 16:26:25 2013 (r248896) +++ projects/camlock/sys/cam/cam.h Fri Mar 29 17:21:59 2013 (r248897) @@ -80,6 +80,7 @@ typedef struct { #define CAM_PRIORITY_BUS ((CAM_RL_BUS << 8) + 0x80) #define CAM_PRIORITY_XPT ((CAM_RL_XPT << 8) + 0x80) #define CAM_PRIORITY_DEV ((CAM_RL_DEV << 8) + 0x80) +#define CAM_PRIORITY_OOB (CAM_RL_DEV << 8) #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) #define CAM_PRIORITY_NONE (u_int32_t)-1 #define CAM_PRIORITY_TO_RL(x) ((x) >> 8) Modified: projects/camlock/sys/cam/cam_xpt.c ============================================================================== --- projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 16:26:25 2013 (r248896) +++ projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 17:21:59 2013 (r248897) @@ -3179,7 +3179,8 @@ xpt_run_dev_allocq(struct cam_ed *device CAM_DEBUG_PRINT(CAM_DEBUG_XPT, ("xpt_run_dev_allocq(%p)\n", device)); drvq = &device->drvq; while ((drvq->entries > 0) && - (device->ccbq.devq_openings > 0) && + (device->ccbq.devq_openings > 0 || + CAMQ_GET_PRIO(drvq) >= CAM_PRIORITY_OOB) && (cam_ccbq_frozen(&device->ccbq, CAM_PRIORITY_TO_RL( CAMQ_GET_PRIO(drvq))) == 0)) { union ccb *work_ccb; From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 17:28:28 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 74E7717D; Fri, 29 Mar 2013 17:28:28 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 677A3FD; Fri, 29 Mar 2013 17:28:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2THSS2E069938; Fri, 29 Mar 2013 17:28:28 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2THSSB6069937; Fri, 29 Mar 2013 17:28:28 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291728.r2THSSB6069937@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 17:28:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248898 - projects/camlock/sys/cam/ata X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 17:28:28 -0000 Author: mav Date: Fri Mar 29 17:28:27 2013 New Revision: 248898 URL: http://svnweb.freebsd.org/changeset/base/248898 Log: Modify aprobe periph to freeze queue after sending each command to prevent other requests with lower priority from slip through instead of using multilevel freezing. Modified: projects/camlock/sys/cam/ata/ata_xpt.c Modified: projects/camlock/sys/cam/ata/ata_xpt.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_xpt.c Fri Mar 29 17:21:59 2013 (r248897) +++ projects/camlock/sys/cam/ata/ata_xpt.c Fri Mar 29 17:28:27 2013 (r248898) @@ -249,12 +249,6 @@ proberegister(struct cam_periph *periph, return (status); } CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, ("Probe started\n")); - - /* - * Ensure nobody slip in until probe finish. - */ - cam_freeze_devq_arg(periph->path, - RELSIM_RELEASE_RUNLEVEL, CAM_RL_XPT + 1); probeschedule(periph); return(CAM_REQ_CMP); } @@ -661,6 +655,7 @@ negotiate: default: panic("probestart: invalid action state 0x%x\n", softc->action); } + start_ccb->ccb_h.flags |= CAM_DEV_QFREEZE; xpt_action(start_ccb); } @@ -708,12 +703,15 @@ probedone(struct cam_periph *periph, uni if ((done_ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) { if (cam_periph_error(done_ccb, 0, softc->restart ? (SF_NO_RECOVERY | SF_NO_RETRY) : 0, - NULL) == ERESTART) + NULL) == ERESTART) { +out: + /* Drop freeze taken due to CAM_DEV_QFREEZE flag set. */ + cam_release_devq(path, 0, 0, 0, FALSE); return; + } if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { /* Don't wedge the queue */ - xpt_release_devq(done_ccb->ccb_h.path, /*count*/1, - /*run_queue*/TRUE); + xpt_release_devq(path, /*count*/1, /*run_queue*/TRUE); } status = done_ccb->ccb_h.status & CAM_STATUS_MASK; if (softc->restart) { @@ -768,7 +766,7 @@ probedone(struct cam_periph *periph, uni PROBE_SET_ACTION(softc, PROBE_IDENTIFY_SAFTE); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } /* @@ -830,7 +828,7 @@ noerror: } xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } case PROBE_IDENTIFY: { @@ -864,7 +862,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_SPINUP); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } ident_buf = &path->device->ident_data; if ((periph->path->device->flags & CAM_DEV_UNCONFIGURED) == 0) { @@ -954,7 +952,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_SETMODE); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } case PROBE_SPINUP: if (bootverbose) @@ -963,7 +961,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_IDENTIFY); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; case PROBE_SETMODE: if (path->device->transport != XPORT_SATA) goto notsata; @@ -1008,7 +1006,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_SETPM); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } /* FALLTHROUGH */ case PROBE_SETPM: @@ -1019,7 +1017,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_SETAPST); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } /* FALLTHROUGH */ case PROBE_SETAPST: @@ -1029,7 +1027,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_SETDMAAA); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } /* FALLTHROUGH */ case PROBE_SETDMAAA: @@ -1039,7 +1037,7 @@ noerror: PROBE_SET_ACTION(softc, PROBE_SETAN); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } /* FALLTHROUGH */ case PROBE_SETAN: @@ -1051,15 +1049,14 @@ notsata: } xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; case PROBE_SET_MULTI: if (periph->path->device->flags & CAM_DEV_UNCONFIGURED) { path->device->flags &= ~CAM_DEV_UNCONFIGURED; xpt_acquire_device(path->device); done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; xpt_action(done_ccb); - xpt_async(AC_FOUND_DEVICE, done_ccb->ccb_h.path, - done_ccb); + xpt_async(AC_FOUND_DEVICE, path, done_ccb); } PROBE_SET_ACTION(softc, PROBE_DONE); break; @@ -1092,7 +1089,7 @@ notsata: PROBE_SET_ACTION(softc, PROBE_FULL_INQUIRY); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } ata_device_transport(path); @@ -1101,7 +1098,7 @@ notsata: xpt_acquire_device(path->device); done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; xpt_action(done_ccb); - xpt_async(AC_FOUND_DEVICE, done_ccb->ccb_h.path, done_ccb); + xpt_async(AC_FOUND_DEVICE, path, done_ccb); } PROBE_SET_ACTION(softc, PROBE_DONE); break; @@ -1119,7 +1116,7 @@ notsata: PROBE_SET_ACTION(softc, PROBE_PM_PRV); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; case PROBE_PM_PRV: softc->pm_prv = (done_ccb->ataio.res.lba_high << 24) + (done_ccb->ataio.res.lba_mid << 16) + @@ -1174,12 +1171,11 @@ notsata: xpt_acquire_device(path->device); done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; xpt_action(done_ccb); - xpt_async(AC_FOUND_DEVICE, done_ccb->ccb_h.path, - done_ccb); + xpt_async(AC_FOUND_DEVICE, path, done_ccb); } else { done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; xpt_action(done_ccb); - xpt_async(AC_SCSI_AEN, done_ccb->ccb_h.path, done_ccb); + xpt_async(AC_SCSI_AEN, path, done_ccb); } PROBE_SET_ACTION(softc, PROBE_DONE); break; @@ -1224,8 +1220,7 @@ notsata: xpt_acquire_device(path->device); done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; xpt_action(done_ccb); - xpt_async(AC_FOUND_DEVICE, done_ccb->ccb_h.path, - done_ccb); + xpt_async(AC_FOUND_DEVICE, path, done_ccb); } PROBE_SET_ACTION(softc, PROBE_DONE); break; @@ -1237,7 +1232,7 @@ done: softc->restart = 0; xpt_release_ccb(done_ccb); probeschedule(periph); - return; + goto out; } xpt_release_ccb(done_ccb); CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, ("Probe completed\n")); @@ -1247,9 +1242,9 @@ done: done_ccb->ccb_h.status = found ? CAM_REQ_CMP : CAM_REQ_CMP_ERR; xpt_done(done_ccb); } + /* Drop freeze taken due to CAM_DEV_QFREEZE flag set. */ + cam_release_devq(path, 0, 0, 0, FALSE); cam_periph_invalidate(periph); - cam_release_devq(periph->path, - RELSIM_RELEASE_RUNLEVEL, 0, CAM_RL_XPT + 1, FALSE); cam_periph_release_locked(periph); } From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 18:00:07 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0F206AC; Fri, 29 Mar 2013 18:00:07 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E24181C5; Fri, 29 Mar 2013 18:00:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TI07VM079571; Fri, 29 Mar 2013 18:00:07 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TI07O0079570; Fri, 29 Mar 2013 18:00:07 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291800.r2TI07O0079570@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 18:00:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248900 - projects/camlock/sys/cam/scsi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 18:00:08 -0000 Author: mav Date: Fri Mar 29 18:00:07 2013 New Revision: 248900 URL: http://svnweb.freebsd.org/changeset/base/248900 Log: Modify probe periph to freeze queue after sending each command to prevent other requests with lower priority from slip through instead of using multilevel freezing. Modified: projects/camlock/sys/cam/scsi/scsi_xpt.c Modified: projects/camlock/sys/cam/scsi/scsi_xpt.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_xpt.c Fri Mar 29 17:57:24 2013 (r248899) +++ projects/camlock/sys/cam/scsi/scsi_xpt.c Fri Mar 29 18:00:07 2013 (r248900) @@ -648,11 +648,6 @@ proberegister(struct cam_periph *periph, */ cam_periph_freeze_after_event(periph, &periph->path->bus->last_reset, scsi_delay); - /* - * Ensure nobody slip in until probe finish. - */ - cam_freeze_devq_arg(periph->path, - RELSIM_RELEASE_RUNLEVEL, CAM_RL_XPT + 1); probeschedule(periph); return(CAM_REQ_CMP); } @@ -981,6 +976,7 @@ again: default: panic("probestart: invalid action state 0x%x\n", softc->action); } + start_ccb->ccb_h.flags |= CAM_DEV_QFREEZE; xpt_action(start_ccb); } @@ -1127,8 +1123,12 @@ probedone(struct cam_periph *periph, uni if ((done_ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) { if (cam_periph_error(done_ccb, 0, - SF_NO_PRINT, NULL) == ERESTART) + SF_NO_PRINT, NULL) == ERESTART) { +out: + /* Drop freeze taken due to CAM_DEV_QFREEZE */ + cam_release_devq(path, 0, 0, 0, FALSE); return; + } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) /* Don't wedge the queue */ xpt_release_devq(done_ccb->ccb_h.path, @@ -1138,7 +1138,7 @@ probedone(struct cam_periph *periph, uni PROBE_SET_ACTION(softc, PROBE_INQUIRY); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } case PROBE_INQUIRY: case PROBE_FULL_INQUIRY: @@ -1173,7 +1173,7 @@ probedone(struct cam_periph *periph, uni PROBE_SET_ACTION(softc, PROBE_FULL_INQUIRY); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } scsi_find_quirk(path->device); @@ -1203,7 +1203,7 @@ probedone(struct cam_periph *periph, uni } xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } else if (path->device->lun_id == 0 && SID_ANSI_REV(inq_buf) > SCSI_REV_SPC2 && (SCSI_QUIRK(path->device)->quirks & @@ -1218,14 +1218,14 @@ probedone(struct cam_periph *periph, uni periph->path->target->rpl_size = 16; xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } } else if (cam_periph_error(done_ccb, 0, done_ccb->ccb_h.target_lun > 0 ? SF_RETRY_UA|SF_QUIET_IR : SF_RETRY_UA, &softc->saved_ccb) == ERESTART) { - return; + goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { /* Don't wedge the queue */ xpt_release_devq(done_ccb->ccb_h.path, /*count*/1, @@ -1266,7 +1266,7 @@ probedone(struct cam_periph *periph, uni done_ccb->ccb_h.target_lun > 0 ? SF_RETRY_UA|SF_QUIET_IR : SF_RETRY_UA, &softc->saved_ccb) == ERESTART) { - return; + goto out; } if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { xpt_release_devq(done_ccb->ccb_h.path, 1, @@ -1285,7 +1285,7 @@ probedone(struct cam_periph *periph, uni path->target->rpl_size = (nlun << 3) + 8; xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } else if (nlun == 0) { /* * If there don't appear to be any luns, bail. @@ -1358,7 +1358,7 @@ probedone(struct cam_periph *periph, uni PROBE_SUPPORTED_VPD_LIST); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } if (lp) { free(lp, M_CAMXPT); @@ -1383,7 +1383,7 @@ probedone(struct cam_periph *periph, uni } else if (cam_periph_error(done_ccb, 0, SF_RETRY_UA|SF_NO_PRINT, &softc->saved_ccb) == ERESTART) { - return; + goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { /* Don't wedge the queue */ xpt_release_devq(done_ccb->ccb_h.path, @@ -1393,7 +1393,7 @@ probedone(struct cam_periph *periph, uni free(mode_hdr, M_CAMXPT); PROBE_SET_ACTION(softc, PROBE_SUPPORTED_VPD_LIST); xpt_schedule(periph, priority); - return; + goto out; } case PROBE_SUPPORTED_VPD_LIST: { @@ -1422,11 +1422,11 @@ probedone(struct cam_periph *periph, uni xpt_release_ccb(done_ccb); PROBE_SET_ACTION(softc, PROBE_DEVICE_ID); xpt_schedule(periph, priority); - return; + goto out; } else if (cam_periph_error(done_ccb, 0, SF_RETRY_UA|SF_NO_PRINT, &softc->saved_ccb) == ERESTART) { - return; + goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { /* Don't wedge the queue */ xpt_release_devq(done_ccb->ccb_h.path, /*count*/1, @@ -1471,7 +1471,7 @@ probedone(struct cam_periph *periph, uni } else if (cam_periph_error(done_ccb, 0, SF_RETRY_UA, &softc->saved_ccb) == ERESTART) { - return; + goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { /* Don't wedge the queue */ xpt_release_devq(done_ccb->ccb_h.path, /*count*/1, @@ -1484,7 +1484,7 @@ probedone(struct cam_periph *periph, uni xpt_release_ccb(done_ccb); PROBE_SET_ACTION(softc, PROBE_SERIAL_NUM); xpt_schedule(periph, priority); - return; + goto out; } probe_device_check: @@ -1526,7 +1526,7 @@ probe_device_check: } else if (cam_periph_error(done_ccb, 0, SF_RETRY_UA|SF_NO_PRINT, &softc->saved_ccb) == ERESTART) { - return; + goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { /* Don't wedge the queue */ xpt_release_devq(done_ccb->ccb_h.path, /*count*/1, @@ -1585,7 +1585,7 @@ probe_device_check: */ PROBE_SET_ACTION(softc, PROBE_TUR_FOR_NEGOTIATION); xpt_schedule(periph, priority); - return; + goto out; } xpt_release_ccb(done_ccb); break; @@ -1615,7 +1615,7 @@ probe_device_check: xpt_release_ccb(done_ccb); PROBE_SET_ACTION(softc, PROBE_INQUIRY_BASIC_DV1); xpt_schedule(periph, priority); - return; + goto out; } if (softc->action == PROBE_DV_EXIT) { CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, @@ -1668,14 +1668,14 @@ probe_device_check: free(nbuf, M_CAMXPT); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } free(nbuf, M_CAMXPT); if (softc->action == PROBE_INQUIRY_BASIC_DV1) { PROBE_SET_ACTION(softc, PROBE_INQUIRY_BASIC_DV2); xpt_release_ccb(done_ccb); xpt_schedule(periph, priority); - return; + goto out; } if (softc->action == PROBE_INQUIRY_BASIC_DV2) { CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, @@ -1707,12 +1707,13 @@ probe_device_check: xpt_done(done_ccb); if (TAILQ_FIRST(&softc->request_ccbs) == NULL) { CAM_DEBUG(periph->path, CAM_DEBUG_PROBE, ("Probe completed\n")); + /* Drop freeze taken due to CAM_DEV_QFREEZE flag set. */ + cam_release_devq(path, 0, 0, 0, FALSE); cam_periph_invalidate(periph); - cam_release_devq(periph->path, - RELSIM_RELEASE_RUNLEVEL, 0, CAM_RL_XPT + 1, FALSE); cam_periph_release_locked(periph); } else { probeschedule(periph); + goto out; } } From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 18:10:29 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 505FACE2; Fri, 29 Mar 2013 18:10:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4347E23E; Fri, 29 Mar 2013 18:10:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TIATSf082703; Fri, 29 Mar 2013 18:10:29 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TIAT79082702; Fri, 29 Mar 2013 18:10:29 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291810.r2TIAT79082702@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 18:10:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248903 - projects/camlock/sys/cam X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 18:10:29 -0000 Author: mav Date: Fri Mar 29 18:10:28 2013 New Revision: 248903 URL: http://svnweb.freebsd.org/changeset/base/248903 Log: Oops, higher priorities are lower numerically. Modified: projects/camlock/sys/cam/cam_xpt.c Modified: projects/camlock/sys/cam/cam_xpt.c ============================================================================== --- projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 18:06:54 2013 (r248902) +++ projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 18:10:28 2013 (r248903) @@ -3180,7 +3180,7 @@ xpt_run_dev_allocq(struct cam_ed *device drvq = &device->drvq; while ((drvq->entries > 0) && (device->ccbq.devq_openings > 0 || - CAMQ_GET_PRIO(drvq) >= CAM_PRIORITY_OOB) && + CAMQ_GET_PRIO(drvq) <= CAM_PRIORITY_OOB) && (cam_ccbq_frozen(&device->ccbq, CAM_PRIORITY_TO_RL( CAMQ_GET_PRIO(drvq))) == 0)) { union ccb *work_ccb; From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 18:22:15 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B79702A9; Fri, 29 Mar 2013 18:22:15 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AA5072D8; Fri, 29 Mar 2013 18:22:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TIMFD7087591; Fri, 29 Mar 2013 18:22:15 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TIMFlK087590; Fri, 29 Mar 2013 18:22:15 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303291822.r2TIMFlK087590@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 18:22:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248905 - projects/camlock/sys/cam/ata X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 18:22:15 -0000 Author: mav Date: Fri Mar 29 18:22:15 2013 New Revision: 248905 URL: http://svnweb.freebsd.org/changeset/base/248905 Log: Modify ada periph to freeze queue after sending each command to prevent other requests with lower priority from slip through instead of using multilevel freezing. Modified: projects/camlock/sys/cam/ata/ata_da.c Modified: projects/camlock/sys/cam/ata/ata_da.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_da.c Fri Mar 29 18:17:51 2013 (r248904) +++ projects/camlock/sys/cam/ata/ata_da.c Fri Mar 29 18:22:15 2013 (r248905) @@ -953,8 +953,6 @@ adaasync(void *callback_arg, u_int32_t c else break; cam_periph_acquire(periph); - cam_freeze_devq_arg(periph->path, - RELSIM_RELEASE_RUNLEVEL, CAM_RL_DEV + 1); xpt_schedule(periph, CAM_PRIORITY_DEV); } default: @@ -1261,15 +1259,11 @@ adaregister(struct cam_periph *periph, v cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) { softc->state = ADA_STATE_RAHEAD; cam_periph_acquire(periph); - cam_freeze_devq_arg(periph->path, - RELSIM_RELEASE_RUNLEVEL, CAM_RL_DEV + 1); xpt_schedule(periph, CAM_PRIORITY_DEV); } else if (ADA_WC >= 0 && cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) { softc->state = ADA_STATE_WCACHE; cam_periph_acquire(periph); - cam_freeze_devq_arg(periph->path, - RELSIM_RELEASE_RUNLEVEL, CAM_RL_DEV + 1); xpt_schedule(periph, CAM_PRIORITY_DEV); } else softc->state = ADA_STATE_NORMAL; @@ -1551,8 +1545,6 @@ out: if (softc->flags & ADA_FLAG_PACK_INVALID) { softc->state = ADA_STATE_NORMAL; xpt_release_ccb(start_ccb); - cam_release_devq(periph->path, - RELSIM_RELEASE_RUNLEVEL, 0, CAM_RL_DEV + 1, FALSE); adaschedule(periph); cam_periph_release_locked(periph); return; @@ -1576,6 +1568,7 @@ out: ATA_SF_ENAB_WCACHE : ATA_SF_DIS_WCACHE, 0, 0); start_ccb->ccb_h.ccb_state = ADA_CCB_WCACHE; } + start_ccb->ccb_h.flags |= CAM_DEV_QFREEZE; xpt_action(start_ccb); break; } @@ -1675,6 +1668,9 @@ adadone(struct cam_periph *periph, union { if ((done_ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) { if (adaerror(done_ccb, 0, 0) == ERESTART) { +out: + /* Drop freeze taken due to CAM_DEV_QFREEZE */ + cam_release_devq(path, 0, 0, 0, FALSE); return; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { cam_release_devq(done_ccb->ccb_h.path, @@ -1702,12 +1698,12 @@ adadone(struct cam_periph *periph, union softc->state = ADA_STATE_WCACHE; xpt_release_ccb(done_ccb); xpt_schedule(periph, CAM_PRIORITY_DEV); - return; + goto out; } softc->state = ADA_STATE_NORMAL; xpt_release_ccb(done_ccb); - cam_release_devq(periph->path, - RELSIM_RELEASE_RUNLEVEL, 0, CAM_RL_DEV + 1, FALSE); + /* Drop freeze taken due to CAM_DEV_QFREEZE */ + cam_release_devq(path, 0, 0, 0, FALSE); adaschedule(periph); cam_periph_release_locked(periph); return; @@ -1716,7 +1712,7 @@ adadone(struct cam_periph *periph, union { if ((done_ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) { if (adaerror(done_ccb, 0, 0) == ERESTART) { - return; + goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { cam_release_devq(done_ccb->ccb_h.path, /*relsim_flags*/0, @@ -1736,8 +1732,8 @@ adadone(struct cam_periph *periph, union * operation. */ xpt_release_ccb(done_ccb); - cam_release_devq(periph->path, - RELSIM_RELEASE_RUNLEVEL, 0, CAM_RL_DEV + 1, FALSE); + /* Drop freeze taken due to CAM_DEV_QFREEZE */ + cam_release_devq(path, 0, 0, 0, FALSE); adaschedule(periph); cam_periph_release_locked(periph); return; From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 21:21:25 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B9484701; Fri, 29 Mar 2013 21:21:25 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 938F2B2E; Fri, 29 Mar 2013 21:21:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TLLPgQ043394; Fri, 29 Mar 2013 21:21:25 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TLLPIO043393; Fri, 29 Mar 2013 21:21:25 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303292121.r2TLLPIO043393@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 21:21:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248917 - projects/camlock/sys/cam/ata X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 21:21:25 -0000 Author: mav Date: Fri Mar 29 21:21:25 2013 New Revision: 248917 URL: http://svnweb.freebsd.org/changeset/base/248917 Log: Fix the build and compact some code by adding path variable. Sponsored by: Modified: projects/camlock/sys/cam/ata/ata_da.c Modified: projects/camlock/sys/cam/ata/ata_da.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_da.c Fri Mar 29 21:09:00 2013 (r248916) +++ projects/camlock/sys/cam/ata/ata_da.c Fri Mar 29 21:21:25 2013 (r248917) @@ -1581,11 +1581,13 @@ adadone(struct cam_periph *periph, union struct ada_softc *softc; struct ccb_ataio *ataio; struct ccb_getdev *cgd; + struct cam_path *path; softc = (struct ada_softc *)periph->softc; ataio = &done_ccb->ataio; + path = done_ccb->ccb_h.path; - CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("adadone\n")); + CAM_DEBUG(path, CAM_DEBUG_TRACE, ("adadone\n")); switch (ataio->ccb_h.ccb_state & ADA_CCB_TYPE_MASK) { case ADA_CCB_BUFFER_IO: @@ -1613,8 +1615,7 @@ adadone(struct cam_periph *periph, union * XXX See if this is really a media * XXX change first? */ - xpt_print(periph->path, - "Invalidating pack\n"); + xpt_print(path, "Invalidating pack\n"); softc->flags |= ADA_FLAG_PACK_INVALID; } bp->bio_error = error; @@ -1627,7 +1628,7 @@ adadone(struct cam_periph *periph, union bp->bio_flags |= BIO_ERROR; } if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) - cam_release_devq(done_ccb->ccb_h.path, + cam_release_devq(path, /*relsim_flags*/0, /*reduction*/0, /*timeout*/0, @@ -1673,7 +1674,7 @@ out: cam_release_devq(path, 0, 0, 0, FALSE); return; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { - cam_release_devq(done_ccb->ccb_h.path, + cam_release_devq(path, /*relsim_flags*/0, /*reduction*/0, /*timeout*/0, @@ -1690,7 +1691,7 @@ out: * operation. */ cgd = (struct ccb_getdev *)done_ccb; - xpt_setup_ccb(&cgd->ccb_h, periph->path, CAM_PRIORITY_NORMAL); + xpt_setup_ccb(&cgd->ccb_h, path, CAM_PRIORITY_NORMAL); cgd->ccb_h.func_code = XPT_GDEV_TYPE; xpt_action((union ccb *)cgd); if (ADA_WC >= 0 && @@ -1714,7 +1715,7 @@ out: if (adaerror(done_ccb, 0, 0) == ERESTART) { goto out; } else if ((done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0) { - cam_release_devq(done_ccb->ccb_h.path, + cam_release_devq(path, /*relsim_flags*/0, /*reduction*/0, /*timeout*/0, From owner-svn-src-projects@FreeBSD.ORG Fri Mar 29 21:23:49 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77DB1832; Fri, 29 Mar 2013 21:23:49 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 68505B44; Fri, 29 Mar 2013 21:23:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TLNncV043769; Fri, 29 Mar 2013 21:23:49 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TLNlKQ043760; Fri, 29 Mar 2013 21:23:47 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303292123.r2TLNlKQ043760@svn.freebsd.org> From: Alexander Motin Date: Fri, 29 Mar 2013 21:23:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248918 - in projects/camlock/sys/cam: . scsi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 21:23:49 -0000 Author: mav Date: Fri Mar 29 21:23:47 2013 New Revision: 248918 URL: http://svnweb.freebsd.org/changeset/base/248918 Log: Wipe out support for multilevel freezing. Sponsored by: Modified: projects/camlock/sys/cam/cam.h projects/camlock/sys/cam/cam_ccb.h projects/camlock/sys/cam/cam_periph.c projects/camlock/sys/cam/cam_periph.h projects/camlock/sys/cam/cam_queue.h projects/camlock/sys/cam/cam_xpt.c projects/camlock/sys/cam/cam_xpt_sim.h projects/camlock/sys/cam/scsi/scsi_cd.c projects/camlock/sys/cam/scsi/scsi_pass.c Modified: projects/camlock/sys/cam/cam.h ============================================================================== --- projects/camlock/sys/cam/cam.h Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam.h Fri Mar 29 21:23:47 2013 (r248918) @@ -83,8 +83,6 @@ typedef struct { #define CAM_PRIORITY_OOB (CAM_RL_DEV << 8) #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) #define CAM_PRIORITY_NONE (u_int32_t)-1 -#define CAM_PRIORITY_TO_RL(x) ((x) >> 8) -#define CAM_RL_TO_PRIORITY(x) ((x) << 8) u_int32_t generation; int index; #define CAM_UNQUEUED_INDEX -1 Modified: projects/camlock/sys/cam/cam_ccb.h ============================================================================== --- projects/camlock/sys/cam/cam_ccb.h Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam_ccb.h Fri Mar 29 21:23:47 2013 (r248918) @@ -145,8 +145,6 @@ typedef enum { /* Path statistics (error counts, etc.) */ XPT_GDEV_STATS = 0x0c, /* Device statistics (error counts, etc.) */ - XPT_FREEZE_QUEUE = 0x0d, - /* Freeze device queue */ XPT_DEV_ADVINFO = 0x0e, /* Get/Set Device advanced information */ /* SCSI Control Functions: 0x10->0x1F */ @@ -749,7 +747,6 @@ struct ccb_relsim { #define RELSIM_RELEASE_AFTER_TIMEOUT 0x02 #define RELSIM_RELEASE_AFTER_CMDCMPLT 0x04 #define RELSIM_RELEASE_AFTER_QEMPTY 0x08 -#define RELSIM_RELEASE_RUNLEVEL 0x10 u_int32_t openings; u_int32_t release_timeout; /* Abstract argument. */ u_int32_t qfrozen_cnt; Modified: projects/camlock/sys/cam/cam_periph.c ============================================================================== --- projects/camlock/sys/cam/cam_periph.c Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam_periph.c Fri Mar 29 21:23:47 2013 (r248918) @@ -1118,21 +1118,12 @@ cam_periph_runccb(union ccb *ccb, void cam_freeze_devq(struct cam_path *path) { + struct ccb_hdr ccb_h; - cam_freeze_devq_arg(path, 0, 0); -} - -void -cam_freeze_devq_arg(struct cam_path *path, uint32_t flags, uint32_t arg) -{ - struct ccb_relsim crs; - - xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NONE); - crs.ccb_h.func_code = XPT_FREEZE_QUEUE; - crs.release_flags = flags; - crs.openings = arg; - crs.release_timeout = arg; - xpt_action((union ccb *)&crs); + xpt_setup_ccb(&ccb_h, path, /*priority*/1); + ccb_h.func_code = XPT_NOOP; + ccb_h.flags = CAM_DEV_QFREEZE; + xpt_action((union ccb *)&ccb_h); } u_int32_t Modified: projects/camlock/sys/cam/cam_periph.h ============================================================================== --- projects/camlock/sys/cam/cam_periph.h Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam_periph.h Fri Mar 29 21:23:47 2013 (r248918) @@ -171,8 +171,6 @@ int cam_periph_ioctl(struct cam_periph cam_flags camflags, u_int32_t sense_flags)); void cam_freeze_devq(struct cam_path *path); -void cam_freeze_devq_arg(struct cam_path *path, u_int32_t flags, - uint32_t arg); u_int32_t cam_release_devq(struct cam_path *path, u_int32_t relsim_flags, u_int32_t opening_reduction, u_int32_t arg, int getcount_only); Modified: projects/camlock/sys/cam/cam_queue.h ============================================================================== --- projects/camlock/sys/cam/cam_queue.h Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam_queue.h Fri Mar 29 21:23:47 2013 (r248918) @@ -48,7 +48,7 @@ struct camq { int array_size; int entries; u_int32_t generation; - u_int32_t qfrozen_cnt[CAM_RL_VALUES]; + u_int32_t qfrozen_cnt; }; TAILQ_HEAD(ccb_hdr_tailq, ccb_hdr); @@ -192,8 +192,7 @@ cam_ccbq_insert_ccb(struct cam_ccbq *ccb { ccbq->held--; camq_insert(&ccbq->queue, &new_ccb->ccb_h.pinfo); - if (ccbq->queue.qfrozen_cnt[CAM_PRIORITY_TO_RL( - new_ccb->ccb_h.pinfo.priority)] > 0) { + if (ccbq->queue.qfrozen_cnt > 0) { ccbq->devq_openings++; ccbq->held++; return (1); @@ -205,8 +204,7 @@ static __inline int cam_ccbq_remove_ccb(struct cam_ccbq *ccbq, union ccb *ccb) { camq_remove(&ccbq->queue, ccb->ccb_h.pinfo.index); - if (ccbq->queue.qfrozen_cnt[CAM_PRIORITY_TO_RL( - ccb->ccb_h.pinfo.priority)] > 0) { + if (ccbq->queue.qfrozen_cnt > 0) { ccbq->devq_openings--; ccbq->held--; return (1); @@ -245,80 +243,11 @@ cam_ccbq_release_opening(struct cam_ccbq ccbq->devq_openings++; } -static __inline int -cam_ccbq_freeze(struct cam_ccbq *ccbq, cam_rl rl, u_int32_t cnt) -{ - int i, frozen = 0; - cam_rl p, n; - - /* Find pevious run level. */ - for (p = 0; p < CAM_RL_VALUES && ccbq->queue.qfrozen_cnt[p] == 0; p++); - /* Find new run level. */ - n = min(rl, p); - /* Apply new run level. */ - for (i = rl; i < CAM_RL_VALUES; i++) - ccbq->queue.qfrozen_cnt[i] += cnt; - /* Update ccbq statistics. */ - if (n == p) - return (0); - for (i = CAMQ_HEAD; i <= ccbq->queue.entries; i++) { - cam_rl rrl = - CAM_PRIORITY_TO_RL(ccbq->queue.queue_array[i]->priority); - if (rrl < n) - continue; - if (rrl >= p) - break; - ccbq->devq_openings++; - ccbq->held++; - frozen++; - } - return (frozen); -} - -static __inline int -cam_ccbq_release(struct cam_ccbq *ccbq, cam_rl rl, u_int32_t cnt) -{ - int i, released = 0; - cam_rl p, n; - - /* Apply new run level. */ - for (i = rl; i < CAM_RL_VALUES; i++) - ccbq->queue.qfrozen_cnt[i] -= cnt; - /* Find new run level. */ - for (n = 0; n < CAM_RL_VALUES && ccbq->queue.qfrozen_cnt[n] == 0; n++); - /* Find previous run level. */ - p = min(rl, n); - /* Update ccbq statistics. */ - if (n == p) - return (0); - for (i = CAMQ_HEAD; i <= ccbq->queue.entries; i++) { - cam_rl rrl = - CAM_PRIORITY_TO_RL(ccbq->queue.queue_array[i]->priority); - if (rrl < p) - continue; - if (rrl >= n) - break; - ccbq->devq_openings--; - ccbq->held--; - released++; - } - return (released); -} - static __inline u_int32_t -cam_ccbq_frozen(struct cam_ccbq *ccbq, cam_rl rl) +cam_ccbq_frozen(struct cam_ccbq *ccbq) { - - return (ccbq->queue.qfrozen_cnt[rl]); -} -static __inline u_int32_t -cam_ccbq_frozen_top(struct cam_ccbq *ccbq) -{ - cam_rl rl; - - rl = CAM_PRIORITY_TO_RL(CAMQ_GET_PRIO(&ccbq->queue)); - return (ccbq->queue.qfrozen_cnt[rl]); + return (ccbq->queue.qfrozen_cnt); } #endif /* _KERNEL */ Modified: projects/camlock/sys/cam/cam_xpt.c ============================================================================== --- projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam_xpt.c Fri Mar 29 21:23:47 2013 (r248918) @@ -228,8 +228,8 @@ static void xpt_run_dev_sendq(struct ca static timeout_t xpt_release_devq_timeout; static void xpt_release_simq_timeout(void *arg) __unused; static void xpt_release_bus(struct cam_eb *bus); -static void xpt_release_devq_device(struct cam_ed *dev, cam_rl rl, - u_int count, int run_queue); +static void xpt_release_devq_device(struct cam_ed *dev, u_int count, + int run_queue); static struct cam_et* xpt_alloc_target(struct cam_eb *bus, target_id_t target_id); static void xpt_release_target(struct cam_et *target); @@ -306,7 +306,7 @@ xpt_schedule_dev_sendq(struct cam_eb *bu if ((dev->ccbq.queue.entries > 0) && (dev->ccbq.dev_openings > 0) && - (cam_ccbq_frozen_top(&dev->ccbq) == 0)) { + (cam_ccbq_frozen(&dev->ccbq) == 0)) { /* * The priority of a device waiting for controller * resources is that of the highest priority CCB @@ -2938,13 +2938,9 @@ xpt_action_default(union ccb *start_ccb) } } - if ((start_ccb->ccb_h.flags & CAM_DEV_QFREEZE) == 0) { - xpt_release_devq_rl(path, /*runlevel*/ - (crs->release_flags & RELSIM_RELEASE_RUNLEVEL) ? - crs->release_timeout : 0, - /*count*/1, /*run_queue*/TRUE); - } - start_ccb->crs.qfrozen_cnt = dev->ccbq.queue.qfrozen_cnt[0]; + if ((start_ccb->ccb_h.flags & CAM_DEV_QFREEZE) == 0) + xpt_release_devq(path, /*count*/1, /*run_queue*/TRUE); + start_ccb->crs.qfrozen_cnt = dev->ccbq.queue.qfrozen_cnt; start_ccb->ccb_h.status = CAM_REQ_CMP; break; } @@ -2987,16 +2983,6 @@ xpt_action_default(union ccb *start_ccb) start_ccb->ccb_h.status = CAM_REQ_CMP; break; } - case XPT_FREEZE_QUEUE: - { - struct ccb_relsim *crs = &start_ccb->crs; - - xpt_freeze_devq_rl(path, /*runlevel*/ - (crs->release_flags & RELSIM_RELEASE_RUNLEVEL) ? - crs->release_timeout : 0, /*count*/1); - start_ccb->ccb_h.status = CAM_REQ_CMP; - break; - } case XPT_NOOP: if ((start_ccb->ccb_h.flags & CAM_DEV_QFREEZE) != 0) xpt_freeze_devq(path, 1); @@ -3181,8 +3167,7 @@ xpt_run_dev_allocq(struct cam_ed *device while ((drvq->entries > 0) && (device->ccbq.devq_openings > 0 || CAMQ_GET_PRIO(drvq) <= CAM_PRIORITY_OOB) && - (cam_ccbq_frozen(&device->ccbq, CAM_PRIORITY_TO_RL( - CAMQ_GET_PRIO(drvq))) == 0)) { + (cam_ccbq_frozen(&device->ccbq) == 0)) { union ccb *work_ccb; struct cam_periph *drv; @@ -3220,10 +3205,10 @@ xpt_run_dev_sendq(struct cam_eb *bus) devq = bus->sim->devq; - devq->send_queue.qfrozen_cnt[0]++; + devq->send_queue.qfrozen_cnt++; while ((devq->send_queue.entries > 0) && (devq->send_openings > 0) - && (devq->send_queue.qfrozen_cnt[0] <= 1)) { + && (devq->send_queue.qfrozen_cnt <= 1)) { struct cam_ed_qinfo *qinfo; struct cam_ed *device; union ccb *work_ccb; @@ -3305,7 +3290,7 @@ xpt_run_dev_sendq(struct cam_eb *bus) sim = work_ccb->ccb_h.path->bus->sim; (*(sim->sim_action))(sim, work_ccb); } - devq->send_queue.qfrozen_cnt[0]--; + devq->send_queue.qfrozen_cnt--; } /* @@ -4115,26 +4100,18 @@ xpt_dev_async_default(u_int32_t async_co } u_int32_t -xpt_freeze_devq_rl(struct cam_path *path, cam_rl rl, u_int count) +xpt_freeze_devq(struct cam_path *path, u_int count) { struct cam_ed *dev = path->device; mtx_assert(path->bus->sim->mtx, MA_OWNED); - cam_ccbq_freeze(&dev->ccbq, rl, count); + dev->ccbq.queue.qfrozen_cnt += count; /* Remove frozen device from sendq. */ - if (device_is_send_queued(dev) && - cam_ccbq_frozen_top(&dev->ccbq)) { + if (device_is_send_queued(dev)) { camq_remove(&dev->sim->devq->send_queue, dev->send_ccb_entry.pinfo.index); } - return (dev->ccbq.queue.qfrozen_cnt[rl]); -} - -u_int32_t -xpt_freeze_devq(struct cam_path *path, u_int count) -{ - - return (xpt_freeze_devq_rl(path, 0, count)); + return (dev->ccbq.queue.qfrozen_cnt); } u_int32_t @@ -4142,8 +4119,8 @@ xpt_freeze_simq(struct cam_sim *sim, u_i { mtx_assert(sim->mtx, MA_OWNED); - sim->devq->send_queue.qfrozen_cnt[0] += count; - return (sim->devq->send_queue.qfrozen_cnt[0]); + sim->devq->send_queue.qfrozen_cnt += count; + return (sim->devq->send_queue.qfrozen_cnt); } static void @@ -4152,42 +4129,32 @@ xpt_release_devq_timeout(void *arg) struct cam_ed *device; device = (struct cam_ed *)arg; - - xpt_release_devq_device(device, /*rl*/0, /*count*/1, /*run_queue*/TRUE); + xpt_release_devq_device(device, /*count*/1, /*run_queue*/TRUE); } void xpt_release_devq(struct cam_path *path, u_int count, int run_queue) { - mtx_assert(path->bus->sim->mtx, MA_OWNED); - - xpt_release_devq_device(path->device, /*rl*/0, count, run_queue); -} -void -xpt_release_devq_rl(struct cam_path *path, cam_rl rl, u_int count, int run_queue) -{ mtx_assert(path->bus->sim->mtx, MA_OWNED); - - xpt_release_devq_device(path->device, rl, count, run_queue); + xpt_release_devq_device(path->device, count, run_queue); } -static void -xpt_release_devq_device(struct cam_ed *dev, cam_rl rl, u_int count, int run_queue) +void +xpt_release_devq_device(struct cam_ed *dev, u_int count, int run_queue) { - if (count > dev->ccbq.queue.qfrozen_cnt[rl]) { + if (count > dev->ccbq.queue.qfrozen_cnt) { #ifdef INVARIANTS - printf("xpt_release_devq(%d): requested %u > present %u\n", - rl, count, dev->ccbq.queue.qfrozen_cnt[rl]); + printf("xpt_release_devq(): requested %u > present %u\n", + count, dev->ccbq.queue.qfrozen_cnt); #endif - count = dev->ccbq.queue.qfrozen_cnt[rl]; + count = dev->ccbq.queue.qfrozen_cnt; } - cam_ccbq_release(&dev->ccbq, rl, count); - if (cam_ccbq_frozen(&dev->ccbq, CAM_PRIORITY_TO_RL( - CAMQ_GET_PRIO(&dev->drvq))) == 0) + dev->ccbq.queue.qfrozen_cnt -= count; + if (cam_ccbq_frozen(&dev->ccbq) == 0) xpt_run_dev_allocq(dev); - if (cam_ccbq_frozen_top(&dev->ccbq) == 0) { + if (cam_ccbq_frozen(&dev->ccbq) == 0) { /* * No longer need to wait for a successful * command completion. @@ -4220,14 +4187,14 @@ xpt_release_simq(struct cam_sim *sim, in mtx_assert(sim->mtx, MA_OWNED); sendq = &(sim->devq->send_queue); - if (sendq->qfrozen_cnt[0] <= 0) { + if (sendq->qfrozen_cnt <= 0) { #ifdef INVARIANTS printf("xpt_release_simq: requested 1 > present %u\n", - sendq->qfrozen_cnt[0]); + sendq->qfrozen_cnt); #endif } else - sendq->qfrozen_cnt[0]--; - if (sendq->qfrozen_cnt[0] == 0) { + sendq->qfrozen_cnt--; + if (sendq->qfrozen_cnt == 0) { /* * If there is a timeout scheduled to release this * sim queue, remove it. The queue frozen count is Modified: projects/camlock/sys/cam/cam_xpt_sim.h ============================================================================== --- projects/camlock/sys/cam/cam_xpt_sim.h Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/cam_xpt_sim.h Fri Mar 29 21:23:47 2013 (r248918) @@ -43,12 +43,8 @@ int32_t xpt_bus_deregister(path_id_t pa u_int32_t xpt_freeze_simq(struct cam_sim *sim, u_int count); void xpt_release_simq(struct cam_sim *sim, int run_queue); u_int32_t xpt_freeze_devq(struct cam_path *path, u_int count); -u_int32_t xpt_freeze_devq_rl(struct cam_path *path, cam_rl rl, - u_int count); void xpt_release_devq(struct cam_path *path, u_int count, int run_queue); -void xpt_release_devq_rl(struct cam_path *path, cam_rl rl, - u_int count, int run_queue); int xpt_sim_opened(struct cam_sim *sim); void xpt_done(union ccb *done_ccb); void xpt_batch_start(struct cam_sim *sim); Modified: projects/camlock/sys/cam/scsi/scsi_cd.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_cd.c Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/scsi/scsi_cd.c Fri Mar 29 21:23:47 2013 (r248918) @@ -465,7 +465,7 @@ cdcleanup(struct cam_periph *periph) callout_stop(&softc->changer->short_handle); softc->changer->flags &= ~CHANGER_SHORT_TMOUT_SCHED; } - softc->changer->devq.qfrozen_cnt[0]--; + softc->changer->devq.qfrozen_cnt--; softc->changer->flags |= CHANGER_MANUAL_CALL; cdrunchangerqueue(softc->changer); } @@ -1256,13 +1256,13 @@ cdrunchangerqueue(void *arg) * If the changer queue is frozen, that means we have an active * device. */ - if (changer->devq.qfrozen_cnt[0] > 0) { + if (changer->devq.qfrozen_cnt > 0) { /* * We always need to reset the frozen count and clear the * active flag. */ - changer->devq.qfrozen_cnt[0]--; + changer->devq.qfrozen_cnt--; changer->cur_device->flags &= ~CD_FLAG_ACTIVE; changer->cur_device->flags &= ~CD_FLAG_SCHED_ON_COMP; @@ -1297,7 +1297,7 @@ cdrunchangerqueue(void *arg) changer->cur_device = softc; - changer->devq.qfrozen_cnt[0]++; + changer->devq.qfrozen_cnt++; softc->flags |= CD_FLAG_ACTIVE; /* Just in case this device is waiting */ Modified: projects/camlock/sys/cam/scsi/scsi_pass.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_pass.c Fri Mar 29 21:21:25 2013 (r248917) +++ projects/camlock/sys/cam/scsi/scsi_pass.c Fri Mar 29 21:23:47 2013 (r248918) @@ -613,8 +613,8 @@ passioctl(struct cdev *dev, u_long cmd, /* Compatibility for RL/priority-unaware code. */ priority = inccb->ccb_h.pinfo.priority; - if (priority < CAM_RL_TO_PRIORITY(CAM_RL_NORMAL)) - priority += CAM_RL_TO_PRIORITY(CAM_RL_NORMAL); + if (priority <= CAM_PRIORITY_OOB) + priority += CAM_PRIORITY_OOB + 1; /* * Non-immediate CCBs need a CCB from the per-device pool From owner-svn-src-projects@FreeBSD.ORG Sat Mar 30 07:07:53 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1F492228; Sat, 30 Mar 2013 07:07:53 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EDDED369; Sat, 30 Mar 2013 07:07:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2U77qqx022188; Sat, 30 Mar 2013 07:07:52 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2U77qEQ022187; Sat, 30 Mar 2013 07:07:52 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303300707.r2U77qEQ022187@svn.freebsd.org> From: Alexander Motin Date: Sat, 30 Mar 2013 07:07:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248928 - projects/camlock/sys/cam X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 07:07:53 -0000 Author: mav Date: Sat Mar 30 07:07:52 2013 New Revision: 248928 URL: http://svnweb.freebsd.org/changeset/base/248928 Log: Move CAM_DEBUG_CDB messages from the point of queuing to the point of sending to SIM. That allows to inspect real requests execution order, respecting priorities, freezing, etc. Modified: projects/camlock/sys/cam/cam_xpt.c Modified: projects/camlock/sys/cam/cam_xpt.c ============================================================================== --- projects/camlock/sys/cam/cam_xpt.c Sat Mar 30 04:31:29 2013 (r248927) +++ projects/camlock/sys/cam/cam_xpt.c Sat Mar 30 07:07:52 2013 (r248928) @@ -2439,7 +2439,6 @@ xpt_action(union ccb *start_ccb) void xpt_action_default(union ccb *start_ccb) { - char cdb_str[(SCSI_MAX_CDBLEN * 3) + 1]; struct cam_path *path; path = start_ccb->ccb_h.path; @@ -2475,11 +2474,6 @@ xpt_action_default(union ccb *start_ccb) start_ccb->ccb_h.target_lun << 5; } start_ccb->csio.scsi_status = SCSI_STATUS_OK; - CAM_DEBUG(path, CAM_DEBUG_CDB,("%s. CDB: %s\n", - scsi_op_desc(start_ccb->csio.cdb_io.cdb_bytes[0], - &path->device->inq_data), - scsi_cdb_string(start_ccb->csio.cdb_io.cdb_bytes, - cdb_str, sizeof(cdb_str)))); } /* FALLTHROUGH */ case XPT_TARGET_IO: @@ -2488,13 +2482,8 @@ xpt_action_default(union ccb *start_ccb) start_ccb->csio.resid = 0; /* FALLTHROUGH */ case XPT_ATA_IO: - if (start_ccb->ccb_h.func_code == XPT_ATA_IO) { + if (start_ccb->ccb_h.func_code == XPT_ATA_IO) start_ccb->ataio.resid = 0; - CAM_DEBUG(path, CAM_DEBUG_CDB,("%s. ACB: %s\n", - ata_op_string(&start_ccb->ataio.cmd), - ata_cmd_string(&start_ccb->ataio.cmd, - cdb_str, sizeof(cdb_str)))); - } /* FALLTHROUGH */ case XPT_RESET_DEV: case XPT_ENG_EXEC: @@ -3200,6 +3189,7 @@ static void xpt_run_dev_sendq(struct cam_eb *bus) { struct cam_devq *devq; + char cdb_str[(SCSI_MAX_CDBLEN * 3) + 1]; CAM_DEBUG_PRINT(CAM_DEBUG_XPT, ("xpt_run_dev_sendq\n")); @@ -3281,6 +3271,26 @@ xpt_run_dev_sendq(struct cam_eb *bus) work_ccb->ccb_h.flags &= ~CAM_TAG_ACTION_VALID; } + switch (work_ccb->ccb_h.func_code) { + case XPT_SCSI_IO: + CAM_DEBUG(work_ccb->ccb_h.path, + CAM_DEBUG_CDB,("%s. CDB: %s\n", + scsi_op_desc(work_ccb->csio.cdb_io.cdb_bytes[0], + &device->inq_data), + scsi_cdb_string(work_ccb->csio.cdb_io.cdb_bytes, + cdb_str, sizeof(cdb_str)))); + break; + case XPT_ATA_IO: + CAM_DEBUG(work_ccb->ccb_h.path, + CAM_DEBUG_CDB,("%s. ACB: %s\n", + ata_op_string(&work_ccb->ataio.cmd), + ata_cmd_string(&work_ccb->ataio.cmd, + cdb_str, sizeof(cdb_str)))); + break; + default: + break; + } + /* * Device queues can be shared among multiple sim instances * that reside on different busses. Use the SIM in the queue From owner-svn-src-projects@FreeBSD.ORG Sat Mar 30 07:13:04 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 33E3336C; Sat, 30 Mar 2013 07:13:04 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 248EA382; Sat, 30 Mar 2013 07:13:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2U7D406024556; Sat, 30 Mar 2013 07:13:04 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2U7D1AQ024534; Sat, 30 Mar 2013 07:13:01 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303300713.r2U7D1AQ024534@svn.freebsd.org> From: Alexander Motin Date: Sat, 30 Mar 2013 07:13:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248929 - in projects/camlock: sys/arm/at91 sys/arm/include sys/cam sys/cam/ata sys/cam/scsi sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/tom sys/dev/e1000 sys/dev/ixgbe sys/dev/nvm... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 07:13:04 -0000 Author: mav Date: Sat Mar 30 07:13:01 2013 New Revision: 248929 URL: http://svnweb.freebsd.org/changeset/base/248929 Log: MFC Added: projects/camlock/sys/arm/include/at91_gpio.h - copied unchanged from r248928, head/sys/arm/include/at91_gpio.h projects/camlock/sys/modules/cxgbe/t4_firmware/ - copied from r248928, head/sys/modules/cxgbe/t4_firmware/ projects/camlock/tools/tools/cxgbetool/reg_defs_t5.c - copied unchanged from r248928, head/tools/tools/cxgbetool/reg_defs_t5.c Deleted: projects/camlock/sys/modules/cxgbe/firmware/ Modified: projects/camlock/sys/arm/at91/at91_machdep.c projects/camlock/sys/arm/at91/at91_mci.c projects/camlock/sys/arm/at91/at91_pio.c projects/camlock/sys/arm/at91/at91_piovar.h projects/camlock/sys/arm/at91/at91_pmc.c projects/camlock/sys/arm/at91/at91rm9200_devices.c projects/camlock/sys/arm/include/machdep.h projects/camlock/sys/cam/ata/ata_da.c projects/camlock/sys/cam/cam.c projects/camlock/sys/cam/cam.h projects/camlock/sys/cam/scsi/scsi_da.c projects/camlock/sys/dev/cxgbe/adapter.h projects/camlock/sys/dev/cxgbe/common/common.h projects/camlock/sys/dev/cxgbe/common/t4_hw.c projects/camlock/sys/dev/cxgbe/common/t4_hw.h projects/camlock/sys/dev/cxgbe/common/t4_msg.h projects/camlock/sys/dev/cxgbe/common/t4_regs.h projects/camlock/sys/dev/cxgbe/osdep.h projects/camlock/sys/dev/cxgbe/t4_ioctl.h projects/camlock/sys/dev/cxgbe/t4_main.c projects/camlock/sys/dev/cxgbe/t4_sge.c projects/camlock/sys/dev/cxgbe/tom/t4_connect.c projects/camlock/sys/dev/cxgbe/tom/t4_cpl_io.c projects/camlock/sys/dev/cxgbe/tom/t4_ddp.c projects/camlock/sys/dev/cxgbe/tom/t4_listen.c projects/camlock/sys/dev/cxgbe/tom/t4_tom.c projects/camlock/sys/dev/cxgbe/tom/t4_tom.h projects/camlock/sys/dev/e1000/if_igb.c projects/camlock/sys/dev/e1000/if_igb.h projects/camlock/sys/dev/ixgbe/ixgbe.c projects/camlock/sys/dev/nvme/nvme_ctrlr.c projects/camlock/sys/dev/nvme/nvme_ctrlr_cmd.c projects/camlock/sys/dev/nvme/nvme_ns_cmd.c projects/camlock/sys/dev/nvme/nvme_private.h projects/camlock/sys/dev/nvme/nvme_qpair.c projects/camlock/sys/kern/subr_bus_dma.c projects/camlock/sys/kern/uipc_mbuf.c projects/camlock/sys/kern/uipc_sockbuf.c projects/camlock/sys/kern/uipc_socket.c projects/camlock/sys/mips/atheros/uart_dev_ar933x.c projects/camlock/sys/mips/conf/AR933X_BASE projects/camlock/sys/modules/cxgbe/Makefile projects/camlock/sys/modules/igb/Makefile projects/camlock/sys/netgraph/ng_ksocket.c projects/camlock/sys/netinet/tcp_input.c projects/camlock/sys/sys/bus_dma.h projects/camlock/tools/tools/cxgbetool/cxgbetool.c Directory Properties: projects/camlock/ (props changed) projects/camlock/sys/ (props changed) Modified: projects/camlock/sys/arm/at91/at91_machdep.c ============================================================================== --- projects/camlock/sys/arm/at91/at91_machdep.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/at91/at91_machdep.c Sat Mar 30 07:13:01 2013 (r248929) @@ -574,8 +574,17 @@ initarm(struct arm_boot_params *abp) at91_soc_id(); - /* Initialize all the clocks, so that the console can work */ - at91_pmc_init_clock(); + /* + * Initialize all the clocks, so that the console can work. We can only + * do this if at91_soc_id() was able to fill in the support data. Even + * if we can't init the clocks, still try to do a console init so we can + * try to print the error message about missing soc support. There's a + * chance the printf will work if the bootloader set up the DBGU. + */ + if (soc_info.soc_data != NULL) { + soc_info.soc_data->soc_clock_init(); + at91_pmc_init_clock(); + } cninit(); Modified: projects/camlock/sys/arm/at91/at91_mci.c ============================================================================== --- projects/camlock/sys/arm/at91/at91_mci.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/at91/at91_mci.c Sat Mar 30 07:13:01 2013 (r248929) @@ -1069,8 +1069,6 @@ at91_mci_stop_done(struct at91_mci_softc } } while (sr & MCI_SR_RXRDY); at91_mci_reset(sc); - if (count != 0) - printf("Had to soak up %d words after read\n", count); } cmd->error = MMC_ERR_NONE; Modified: projects/camlock/sys/arm/at91/at91_pio.c ============================================================================== --- projects/camlock/sys/arm/at91/at91_pio.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/at91/at91_pio.c Sat Mar 30 07:13:01 2013 (r248929) @@ -1,5 +1,6 @@ /*- * Copyright (c) 2006 M. Warner Losh. All rights reserved. + * Copyright (C) 2012 Ian Lepore. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -35,22 +36,31 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include +#include #include +#include +#include +#include +#include #include #include #include #include +#define MAX_CHANGE 64 + struct at91_pio_softc { device_t dev; /* Myself */ void *intrhand; /* Interrupt handle */ struct resource *irq_res; /* IRQ resource */ struct resource *mem_res; /* Memory resource */ - struct mtx sc_mtx; /* basically a perimeter lock */ + struct sx sc_mtx; /* basically a perimeter lock */ struct cdev *cdev; + struct selinfo selp; + int buflen; + uint8_t buf[MAX_CHANGE]; int flags; #define OPENED 1 }; @@ -69,14 +79,13 @@ WR4(struct at91_pio_softc *sc, bus_size_ bus_write_4(sc->mem_res, off, val); } -#define AT91_PIO_LOCK(_sc) mtx_lock_spin(&(_sc)->sc_mtx) -#define AT91_PIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx) +#define AT91_PIO_LOCK(_sc) sx_xlock(&(_sc)->sc_mtx) +#define AT91_PIO_UNLOCK(_sc) sx_xunlock(&(_sc)->sc_mtx) #define AT91_PIO_LOCK_INIT(_sc) \ - mtx_init(&_sc->sc_mtx, device_get_nameunit(_sc->dev), \ - "pio", MTX_SPIN) -#define AT91_PIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); -#define AT91_PIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->sc_mtx, MA_OWNED); -#define AT91_PIO_ASSERT_UNLOCKED(_sc) mtx_assert(&_sc->sc_mtx, MA_NOTOWNED); + sx_init(&_sc->sc_mtx, device_get_nameunit(_sc->dev)) +#define AT91_PIO_LOCK_DESTROY(_sc) sx_destroy(&_sc->sc_mtx); +#define AT91_PIO_ASSERT_LOCKED(_sc) sx_assert(&_sc->sc_mtx, SA_XLOCKED); +#define AT91_PIO_ASSERT_UNLOCKED(_sc) sx_assert(&_sc->sc_mtx, SA_UNLOCKED); #define CDEV2SOFTC(dev) ((dev)->si_drv1) static devclass_t at91_pio_devclass; @@ -86,7 +95,7 @@ static devclass_t at91_pio_devclass; static int at91_pio_probe(device_t dev); static int at91_pio_attach(device_t dev); static int at91_pio_detach(device_t dev); -static int at91_pio_intr(void *); +static void at91_pio_intr(void *); /* helper routines */ static int at91_pio_activate(device_t dev); @@ -95,6 +104,8 @@ static void at91_pio_deactivate(device_t /* cdev routines */ static d_open_t at91_pio_open; static d_close_t at91_pio_close; +static d_read_t at91_pio_read; +static d_poll_t at91_pio_poll; static d_ioctl_t at91_pio_ioctl; static struct cdevsw at91_pio_cdevsw = @@ -102,6 +113,8 @@ static struct cdevsw at91_pio_cdevsw = .d_version = D_VERSION, .d_open = at91_pio_open, .d_close = at91_pio_close, + .d_read = at91_pio_read, + .d_poll = at91_pio_poll, .d_ioctl = at91_pio_ioctl }; @@ -154,7 +167,7 @@ at91_pio_attach(device_t dev) */ WR4(sc, PIO_IDR, 0xffffffff); err = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC, - at91_pio_intr, NULL, sc, &sc->intrhand); + NULL, at91_pio_intr, sc, &sc->intrhand); if (err) { AT91_PIO_LOCK_DESTROY(sc); goto out; @@ -213,7 +226,7 @@ at91_pio_deactivate(device_t dev) sc->intrhand = 0; bus_generic_detach(sc->dev); if (sc->mem_res) - bus_release_resource(dev, SYS_RES_IOPORT, + bus_release_resource(dev, SYS_RES_MEMORY, rman_get_rid(sc->mem_res), sc->mem_res); sc->mem_res = 0; if (sc->irq_res) @@ -222,22 +235,26 @@ at91_pio_deactivate(device_t dev) sc->irq_res = 0; } -static int +static void at91_pio_intr(void *xsc) { struct at91_pio_softc *sc = xsc; -#if 0 uint32_t status; + int i; /* Reading the status also clears the interrupt. */ - status = RD4(sc, PIO_SR); - if (status == 0) - return; - AT91_PIO_LOCK(sc); - AT91_PIO_UNLOCK(sc); -#endif - wakeup(sc); - return (FILTER_HANDLED); + status = RD4(sc, PIO_ISR) & RD4(sc, PIO_IMR); + if (status != 0) { + AT91_PIO_LOCK(sc); + for (i = 0; status != 0 && sc->buflen < MAX_CHANGE; ++i) { + if (status & 1) + sc->buf[sc->buflen++] = (uint8_t)i; + status >>= 1; + } + AT91_PIO_UNLOCK(sc); + wakeup(sc); + selwakeup(&sc->selp); + } } static int @@ -249,9 +266,6 @@ at91_pio_open(struct cdev *dev, int ofla AT91_PIO_LOCK(sc); if (!(sc->flags & OPENED)) { sc->flags |= OPENED; -#if 0 - /* Enable interrupts. */ -#endif } AT91_PIO_UNLOCK(sc); return (0); @@ -265,19 +279,192 @@ at91_pio_close(struct cdev *dev, int ffl sc = CDEV2SOFTC(dev); AT91_PIO_LOCK(sc); sc->flags &= ~OPENED; -#if 0 - /* Disable interrupts. */ -#endif AT91_PIO_UNLOCK(sc); return (0); } static int +at91_pio_poll(struct cdev *dev, int events, struct thread *td) +{ + struct at91_pio_softc *sc; + int revents = 0; + + sc = CDEV2SOFTC(dev); + AT91_PIO_LOCK(sc); + if (events & (POLLIN | POLLRDNORM)) { + if (sc->buflen != 0) + revents |= events & (POLLIN | POLLRDNORM); + else + selrecord(td, &sc->selp); + } + AT91_PIO_UNLOCK(sc); + + return (revents); +} + +static int +at91_pio_read(struct cdev *dev, struct uio *uio, int flag) +{ + struct at91_pio_softc *sc; + int err, ret, len; + + sc = CDEV2SOFTC(dev); + AT91_PIO_LOCK(sc); + err = 0; + ret = 0; + while (uio->uio_resid) { + while (sc->buflen == 0 && err == 0) + err = msleep(sc, &sc->sc_mtx, PCATCH | PZERO, "prd", 0); + if (err != 0) + break; + len = MIN(sc->buflen, uio->uio_resid); + err = uiomove(sc->buf, len, uio); + if (err != 0) + break; + /* + * If we read the whole thing no datacopy is needed, + * otherwise we move the data down. + */ + ret += len; + if (sc->buflen == len) + sc->buflen = 0; + else { + bcopy(sc->buf + len, sc->buf, sc->buflen - len); + sc->buflen -= len; + } + /* If there's no data left, end the read. */ + if (sc->buflen == 0) + break; + } + AT91_PIO_UNLOCK(sc); + return (err); +} + +static void +at91_pio_bang32(struct at91_pio_softc *sc, uint32_t bits, uint32_t datapin, + uint32_t clockpin) +{ + int i; + + for (i = 0; i < 32; i++) { + if (bits & 0x80000000) + WR4(sc, PIO_SODR, datapin); + else + WR4(sc, PIO_CODR, datapin); + bits <<= 1; + WR4(sc, PIO_CODR, clockpin); + WR4(sc, PIO_SODR, clockpin); + } +} + +static void +at91_pio_bang(struct at91_pio_softc *sc, uint8_t bits, uint32_t bitcount, + uint32_t datapin, uint32_t clockpin) +{ + int i; + + for (i = 0; i < bitcount; i++) { + if (bits & 0x80) + WR4(sc, PIO_SODR, datapin); + else + WR4(sc, PIO_CODR, datapin); + bits <<= 1; + WR4(sc, PIO_CODR, clockpin); + WR4(sc, PIO_SODR, clockpin); + } +} + +static int at91_pio_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td) { + struct at91_pio_softc *sc; + struct at91_gpio_cfg *cfg; + struct at91_gpio_info *info; + struct at91_gpio_bang *bang; + struct at91_gpio_bang_many *bangmany; + uint32_t i, num; + uint8_t many[1024], *walker; + int err; + int bitcount; - return (ENXIO); + sc = CDEV2SOFTC(dev); + switch(cmd) { + case AT91_GPIO_SET: /* turn bits on */ + WR4(sc, PIO_SODR, *(uint32_t *)data); + return (0); + case AT91_GPIO_CLR: /* turn bits off */ + WR4(sc, PIO_CODR, *(uint32_t *)data); + return (0); + case AT91_GPIO_READ: /* Get the status of input bits */ + *(uint32_t *)data = RD4(sc, PIO_PDSR); + return (0); + case AT91_GPIO_CFG: /* Configure AT91_GPIO pins */ + cfg = (struct at91_gpio_cfg *)data; + if (cfg->cfgmask & AT91_GPIO_CFG_INPUT) { + WR4(sc, PIO_OER, cfg->iomask & ~cfg->input); + WR4(sc, PIO_ODR, cfg->iomask & cfg->input); + } + if (cfg->cfgmask & AT91_GPIO_CFG_HI_Z) { + WR4(sc, PIO_MDDR, cfg->iomask & ~cfg->hi_z); + WR4(sc, PIO_MDER, cfg->iomask & cfg->hi_z); + } + if (cfg->cfgmask & AT91_GPIO_CFG_PULLUP) { + WR4(sc, PIO_PUDR, cfg->iomask & ~cfg->pullup); + WR4(sc, PIO_PUER, cfg->iomask & cfg->pullup); + } + if (cfg->cfgmask & AT91_GPIO_CFG_GLITCH) { + WR4(sc, PIO_IFDR, cfg->iomask & ~cfg->glitch); + WR4(sc, PIO_IFER, cfg->iomask & cfg->glitch); + } + if (cfg->cfgmask & AT91_GPIO_CFG_GPIO) { + WR4(sc, PIO_PDR, cfg->iomask & ~cfg->gpio); + WR4(sc, PIO_PER, cfg->iomask & cfg->gpio); + } + if (cfg->cfgmask & AT91_GPIO_CFG_PERIPH) { + WR4(sc, PIO_ASR, cfg->iomask & ~cfg->periph); + WR4(sc, PIO_BSR, cfg->iomask & cfg->periph); + } + if (cfg->cfgmask & AT91_GPIO_CFG_INTR) { + WR4(sc, PIO_IDR, cfg->iomask & ~cfg->intr); + WR4(sc, PIO_IER, cfg->iomask & cfg->intr); + } + return (0); + case AT91_GPIO_BANG: + bang = (struct at91_gpio_bang *)data; + at91_pio_bang32(sc, bang->bits, bang->datapin, bang->clockpin); + return (0); + case AT91_GPIO_BANG_MANY: + bangmany = (struct at91_gpio_bang_many *)data; + walker = (uint8_t *)bangmany->bits; + bitcount = bangmany->numbits; + while (bitcount > 0) { + num = MIN((bitcount + 7) / 8, sizeof(many)); + err = copyin(walker, many, num); + if (err) + return err; + for (i = 0; i < num && bitcount > 0; i++, bitcount -= 8) + if (bitcount >= 8) + at91_pio_bang(sc, many[i], 8, bangmany->datapin, bangmany->clockpin); + else + at91_pio_bang(sc, many[i], bitcount, bangmany->datapin, bangmany->clockpin); + walker += num; + } + return (0); + case AT91_GPIO_INFO: /* Learn about this device's AT91_GPIO bits */ + info = (struct at91_gpio_info *)data; + info->output_status = RD4(sc, PIO_ODSR); + info->input_status = RD4(sc, PIO_OSR); + info->highz_status = RD4(sc, PIO_MDSR); + info->pullup_status = RD4(sc, PIO_PUSR); + info->glitch_status = RD4(sc, PIO_IFSR); + info->enabled_status = RD4(sc, PIO_PSR); + info->periph_status = RD4(sc, PIO_ABSR); + info->intr_status = RD4(sc, PIO_IMR); + memset(info->extra_status, 0, sizeof(info->extra_status)); + return (0); + } + return (ENOTTY); } /* @@ -341,6 +528,17 @@ at91_pio_gpio_output(uint32_t pio, uint3 } void +at91_pio_gpio_high_z(uint32_t pio, uint32_t high_z_mask, int enable) +{ + uint32_t *PIO = (uint32_t *)(AT91_BASE + pio); + + if (enable) + PIO[PIO_MDER / 4] = high_z_mask; + else + PIO[PIO_MDDR / 4] = high_z_mask; +} + +void at91_pio_gpio_set(uint32_t pio, uint32_t data_mask) { uint32_t *PIO = (uint32_t *)(AT91_BASE + pio); @@ -361,9 +559,7 @@ at91_pio_gpio_get(uint32_t pio, uint32_t { uint32_t *PIO = (uint32_t *)(AT91_BASE + pio); - data_mask &= PIO[PIO_PDSR / 4]; - - return (data_mask ? 1 : 0); + return ((PIO[PIO_PDSR / 4] & data_mask)); } void Modified: projects/camlock/sys/arm/at91/at91_piovar.h ============================================================================== --- projects/camlock/sys/arm/at91/at91_piovar.h Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/at91/at91_piovar.h Sat Mar 30 07:13:01 2013 (r248929) @@ -36,6 +36,7 @@ void at91_pio_use_gpio(uint32_t pio, uin void at91_pio_gpio_input(uint32_t pio, uint32_t input_enable_mask); void at91_pio_gpio_output(uint32_t pio, uint32_t output_enable_mask, int use_pullup); +void at91_pio_gpio_high_z(uint32_t pio, uint32_t high_z_mask, int enable); void at91_pio_gpio_set(uint32_t pio, uint32_t data_mask); void at91_pio_gpio_clear(uint32_t pio, uint32_t data_mask); uint8_t at91_pio_gpio_get(uint32_t pio, uint32_t data_mask); Modified: projects/camlock/sys/arm/at91/at91_pmc.c ============================================================================== --- projects/camlock/sys/arm/at91/at91_pmc.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/at91/at91_pmc.c Sat Mar 30 07:13:01 2013 (r248929) @@ -227,23 +227,18 @@ at91_pmc_set_pllb_mode(struct at91_pmc_c struct at91_pmc_softc *sc = pmc_softc; uint32_t value; - if (on) { - on = PMC_IER_LOCKB; - value = pllb_init; - } else - value = 0; + value = on ? pllb_init : 0; - /* Workaround RM9200 Errata #26 */ - if (at91_is_rm92() && - ((value ^ RD4(sc, CKGR_PLLBR)) & 0x03f0ff) != 0) { - WR4(sc, CKGR_PLLBR, value ^ 1); - while ((RD4(sc, PMC_SR) & PMC_IER_LOCKB) != on) + /* + * Only write to the register if the value is changing. Besides being + * good common sense, this works around RM9200 Errata #26 (CKGR_PLL[AB]R + * must not be written with the same value currently in the register). + */ + if (RD4(sc, CKGR_PLLBR) != value) { + WR4(sc, CKGR_PLLBR, value); + while (on && (RD4(sc, PMC_SR) & PMC_IER_LOCKB) != PMC_IER_LOCKB) continue; } - - WR4(sc, CKGR_PLLBR, value); - while ((RD4(sc, PMC_SR) & PMC_IER_LOCKB) != on) - continue; } static void @@ -577,7 +572,6 @@ at91_pmc_init_clock(void) WR4(sc, PMC_SCER, PMC_SCER_MCKUDP); } else WR4(sc, PMC_SCDR, PMC_SCER_UHP_SAM9 | PMC_SCER_UDP_SAM9); - WR4(sc, CKGR_PLLBR, 0); /* * MCK and PCU derive from one of the primary clocks. Initialize Modified: projects/camlock/sys/arm/at91/at91rm9200_devices.c ============================================================================== --- projects/camlock/sys/arm/at91/at91rm9200_devices.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/at91/at91rm9200_devices.c Sat Mar 30 07:13:01 2013 (r248929) @@ -92,7 +92,7 @@ at91rm9200_config_uart(unsigned devid, u case AT91RM9200_ID_USART0: at91_pio_use_periph_a(AT91RM92_PIOA_BASE, AT91C_PIO_PA17, 1); /* TXD0 */ - at91_pio_use_periph_a(AT91RM92_PIOA_BASE, AT91C_PIO_PA19, 0); /* RXD0 */ + at91_pio_use_periph_a(AT91RM92_PIOA_BASE, AT91C_PIO_PA18, 0); /* RXD0 */ /* CTS PA20 */ /* RTS -- errata #39 PA21 */ break; Copied: projects/camlock/sys/arm/include/at91_gpio.h (from r248928, head/sys/arm/include/at91_gpio.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/camlock/sys/arm/include/at91_gpio.h Sat Mar 30 07:13:01 2013 (r248929, copy of r248928, head/sys/arm/include/at91_gpio.h) @@ -0,0 +1,108 @@ +/*- + * Copyright (C) 2006 M. Warner Losh. All rights reserved. + * Copyright (C) 2012 Ian Lepore. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + +#ifndef _ARM_AT91_GPIO_H +#define _ARM_AT91_GPIO_H + +#ifndef _KERNEL +#include +#endif +#include + +/* Userland GPIO API for Atmel AT91 series SOC. + * + * Open /dev/pioN (where N is 0 for PIOA, 1 for PIOB, etc), and use ioctl(2) + * calls to configure the pin(s) as needed. + * + * The userland interrupt support allows you to use read(2) and/or select(2) to + * get notified of interrupts on PIO pins for which you enabled interrupt + * notifications. Each time an interrupt occurs on a given pin, that pin number + * is written into a buffer as a uint8_t. Thus, reading from /dev/pioN delivers + * info on which interrupt(s) have occurred since the last read. You can also + * use select() to block until an interrupt occurs (you still need to read() to + * consume the interrupt number bytes from the buffer.) + */ + +struct at91_gpio_info +{ + uint32_t output_status; /* Current state of output pins */ + uint32_t input_status; /* 1->out 0->in bitmask */ + uint32_t highz_status; /* 1->highz 0->driven bitmask */ + uint32_t pullup_status; /* 1->floating 0->pullup engaged */ + uint32_t glitch_status; /* 0-> no glitch filter 1->gf */ + uint32_t enabled_status; /* 1->used for pio 0->other */ + uint32_t periph_status; /* 0->A periph 1->B periph */ + uint32_t intr_status; /* 1-> ISR enabled, 0->disabled */ + uint32_t extra_status[8];/* Extra status info, device depend */ +}; + +struct at91_gpio_cfg +{ + uint32_t cfgmask; /* which things change */ +#define AT91_GPIO_CFG_INPUT 0x01 /* configure input/output pins */ +#define AT91_GPIO_CFG_HI_Z 0x02 /* HiZ */ +#define AT91_GPIO_CFG_PULLUP 0x04 /* Enable/disable pullup resistors */ +#define AT91_GPIO_CFG_GLITCH 0x08 /* Glitch filtering */ +#define AT91_GPIO_CFG_GPIO 0x10 /* Use pin for PIO or peripheral */ +#define AT91_GPIO_CFG_PERIPH 0x20 /* Select which peripheral to use */ +#define AT91_GPIO_CFG_INTR 0x40 /* Select pin for interrupts */ + uint32_t iomask; /* Mask of bits to change */ + uint32_t input; /* or output */ + uint32_t hi_z; /* Disable output */ + uint32_t pullup; /* Enable pullup resistor */ + uint32_t glitch; /* Glitch filtering */ + uint32_t gpio; /* Enabled for PIO (1) or periph (0) */ + uint32_t periph; /* Select periph A (0) or periph B (1) */ + uint32_t intr; /* Enable interrupt (1), or not (0) */ +}; + +struct at91_gpio_bang +{ + uint32_t clockpin; /* clock pin MASK */ + uint32_t datapin; /* Data pin MASK */ + uint32_t bits; /* bits to clock out (all 32) */ +}; + +struct at91_gpio_bang_many +{ + uint32_t clockpin; /* clock pin MASK */ + uint32_t datapin; /* Data pin MASK */ + void *bits; /* bits to clock out */ + uint32_t numbits; /* Number of bits to clock out */ +}; + +#define AT91_GPIO_SET _IOW('g', 0, uint32_t) /* Turn bits on */ +#define AT91_GPIO_CLR _IOW('g', 1, uint32_t) /* Turn bits off */ +#define AT91_GPIO_READ _IOR('g', 2, uint32_t) /* Read input bit state */ +#define AT91_GPIO_INFO _IOR('g', 3, struct at91_gpio_info) /* State of pio cfg */ +#define AT91_GPIO_CFG _IOW('g', 4, struct at91_gpio_cfg) /* Configure pio */ +#define AT91_GPIO_BANG _IOW('g', 5, struct at91_gpio_bang) /* bit bang 32 bits */ +#define AT91_GPIO_BANG_MANY _IOW('g', 6, struct at91_gpio_bang_many)/* bit bang >32 bits */ + +#endif /* _ARM_AT91_GPIO_H */ + Modified: projects/camlock/sys/arm/include/machdep.h ============================================================================== --- projects/camlock/sys/arm/include/machdep.h Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/arm/include/machdep.h Sat Mar 30 07:13:01 2013 (r248929) @@ -5,6 +5,7 @@ #define _MACHDEP_BOOT_MACHDEP_H_ /* Structs that need to be initialised by initarm */ +struct pv_addr; extern struct pv_addr irqstack; extern struct pv_addr undstack; extern struct pv_addr abtstack; @@ -15,13 +16,14 @@ extern struct pv_addr abtstack; #define UND_STACK_SIZE 1 /* misc prototypes used by the many arm machdeps */ +struct trapframe; void arm_lock_cache_line(vm_offset_t); void init_proc0(vm_offset_t kstack); void halt(void); -void data_abort_handler(trapframe_t *); -void prefetch_abort_handler(trapframe_t *); +void data_abort_handler(struct trapframe *); +void prefetch_abort_handler(struct trapframe *); void set_stackptrs(int cpu); -void undefinedinstruction_bounce(trapframe_t *); +void undefinedinstruction_bounce(struct trapframe *); /* Early boot related helper functions */ struct arm_boot_params; Modified: projects/camlock/sys/cam/ata/ata_da.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_da.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/cam/ata/ata_da.c Sat Mar 30 07:13:01 2013 (r248929) @@ -130,6 +130,7 @@ struct ada_softc { ada_state state; ada_flags flags; ada_quirks quirks; + int sort_io_queue; int ordered_tag_count; int outstanding_cmds; int trim_max_ranges; @@ -449,6 +450,8 @@ static void adaresume(void *arg); softc->read_ahead : ada_read_ahead) #define ADA_WC (softc->write_cache >= 0 ? \ softc->write_cache : ada_write_cache) +#define ADA_SIO (softc->sort_io_queue >= 0 ? \ + softc->sort_io_queue : cam_sort_io_queues) /* * Most platforms map firmware geometry to actual, but some don't. If @@ -670,10 +673,17 @@ adastrategy(struct bio *bp) * Place it in the queue of disk activities for this disk */ if (bp->bio_cmd == BIO_DELETE && - (softc->flags & ADA_FLAG_CAN_TRIM)) - bioq_disksort(&softc->trim_queue, bp); - else - bioq_disksort(&softc->bio_queue, bp); + (softc->flags & ADA_FLAG_CAN_TRIM)) { + if (ADA_SIO) + bioq_disksort(&softc->trim_queue, bp); + else + bioq_insert_tail(&softc->trim_queue, bp); + } else { + if (ADA_SIO) + bioq_disksort(&softc->bio_queue, bp); + else + bioq_insert_tail(&softc->bio_queue, bp); + } /* * Schedule ourselves for performing the work. @@ -997,6 +1007,10 @@ adasysctlinit(void *context, int pending SYSCTL_ADD_INT(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree), OID_AUTO, "write_cache", CTLFLAG_RW | CTLFLAG_MPSAFE, &softc->write_cache, 0, "Enable disk write cache."); + SYSCTL_ADD_INT(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree), + OID_AUTO, "sort_io_queue", CTLFLAG_RW | CTLFLAG_MPSAFE, + &softc->sort_io_queue, 0, + "Sort IO queue to try and optimise disk access patterns"); #ifdef ADA_TEST_FAILURE /* * Add a 'door bell' sysctl which allows one to set it from userland @@ -1132,6 +1146,7 @@ adaregister(struct cam_periph *periph, v snprintf(announce_buf, sizeof(announce_buf), "kern.cam.ada.%d.write_cache", periph->unit_number); TUNABLE_INT_FETCH(announce_buf, &softc->write_cache); + softc->sort_io_queue = -1; adagetparams(periph, cgd); softc->disk = disk_alloc(); softc->disk->d_devstat = devstat_new_entry(periph->periph_name, Modified: projects/camlock/sys/cam/cam.c ============================================================================== --- projects/camlock/sys/cam/cam.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/cam/cam.c Sat Mar 30 07:13:01 2013 (r248929) @@ -110,6 +110,15 @@ const int num_cam_status_entries = #ifdef _KERNEL SYSCTL_NODE(_kern, OID_AUTO, cam, CTLFLAG_RD, 0, "CAM Subsystem"); + +#ifndef CAM_DEFAULT_SORT_IO_QUEUES +#define CAM_DEFAULT_SORT_IO_QUEUES 1 +#endif + +int cam_sort_io_queues = CAM_DEFAULT_SORT_IO_QUEUES; +TUNABLE_INT("kern.cam.sort_io_queues", &cam_sort_io_queues); +SYSCTL_INT(_kern_cam, OID_AUTO, sort_io_queues, CTLFLAG_RWTUN, + &cam_sort_io_queues, 0, "Sort IO queues to try and optimise disk access patterns"); #endif void Modified: projects/camlock/sys/cam/cam.h ============================================================================== --- projects/camlock/sys/cam/cam.h Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/cam/cam.h Sat Mar 30 07:13:01 2013 (r248929) @@ -227,6 +227,9 @@ struct cam_status_entry extern const struct cam_status_entry cam_status_table[]; extern const int num_cam_status_entries; +#ifdef _KERNEL +extern int cam_sort_io_queues; +#endif union ccb; #ifdef SYSCTL_DECL /* from sysctl.h */ Modified: projects/camlock/sys/cam/scsi/scsi_da.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_da.c Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/cam/scsi/scsi_da.c Sat Mar 30 07:13:01 2013 (r248929) @@ -145,6 +145,7 @@ struct da_softc { da_state state; da_flags flags; da_quirks quirks; + int sort_io_queue; int minimum_cmd_size; int error_inject; int ordered_tag_count; @@ -903,6 +904,8 @@ static timeout_t damediapoll; #define DA_DEFAULT_SEND_ORDERED 1 #endif +#define DA_SIO (softc->sort_io_queue >= 0 ? \ + softc->sort_io_queue : cam_sort_io_queues) static int da_poll_period = DA_DEFAULT_POLL_PERIOD; static int da_retry_count = DA_DEFAULT_RETRY; @@ -1140,10 +1143,15 @@ dastrategy(struct bio *bp) if (bp->bio_cmd == BIO_DELETE) { if (bp->bio_bcount == 0) biodone(bp); - else + else if (DA_SIO) bioq_disksort(&softc->delete_queue, bp); - } else + else + bioq_insert_tail(&softc->delete_queue, bp); + } else if (DA_SIO) { bioq_disksort(&softc->bio_queue, bp); + } else { + bioq_insert_tail(&softc->bio_queue, bp); + } /* * Schedule ourselves for performing the work. @@ -1504,6 +1512,9 @@ dasysctlinit(void *context, int pending) OID_AUTO, "minimum_cmd_size", CTLTYPE_INT | CTLFLAG_RW, &softc->minimum_cmd_size, 0, dacmdsizesysctl, "I", "Minimum CDB size"); + SYSCTL_ADD_INT(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree), + OID_AUTO, "sort_io_queue", CTLFLAG_RW, &softc->sort_io_queue, 0, + "Sort IO queue to try and optimise disk access patterns"); SYSCTL_ADD_INT(&softc->sysctl_ctx, SYSCTL_CHILDREN(softc->sysctl_tree), @@ -1651,6 +1662,7 @@ daregister(struct cam_periph *periph, vo softc->flags |= DA_FLAG_PACK_REMOVABLE; softc->unmap_max_ranges = UNMAP_MAX_RANGES; softc->unmap_max_lba = 1024*1024*2; + softc->sort_io_queue = -1; periph->softc = softc; @@ -2133,9 +2145,16 @@ cmd6workaround(union ccb *ccb) dadeletemethodset(softc, DA_DELETE_DISABLE); } else dadeletemethodset(softc, DA_DELETE_DISABLE); - while ((bp = bioq_takefirst(&softc->delete_run_queue)) - != NULL) - bioq_disksort(&softc->delete_queue, bp); + + if (DA_SIO) { + while ((bp = bioq_takefirst(&softc->delete_run_queue)) + != NULL) + bioq_disksort(&softc->delete_queue, bp); + } else { + while ((bp = bioq_takefirst(&softc->delete_run_queue)) + != NULL) + bioq_insert_tail(&softc->delete_queue, bp); + } bioq_insert_tail(&softc->delete_queue, (struct bio *)ccb->ccb_h.ccb_bp); ccb->ccb_h.ccb_bp = NULL; Modified: projects/camlock/sys/dev/cxgbe/adapter.h ============================================================================== --- projects/camlock/sys/dev/cxgbe/adapter.h Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/dev/cxgbe/adapter.h Sat Mar 30 07:13:01 2013 (r248929) @@ -50,9 +50,6 @@ #include "offload.h" #include "firmware/t4fw_interface.h" -#define T4_CFGNAME "t4fw_cfg" -#define T4_FWNAME "t4fw" - MALLOC_DECLARE(M_CXGBE); #define CXGBE_UNIMPLEMENTED(s) \ panic("%s (%s, line %d) not implemented yet.", s, __FILE__, __LINE__) @@ -144,12 +141,6 @@ enum { TX_WR_FLITS = SGE_MAX_WR_LEN / 8 }; -#ifdef T4_PKT_TIMESTAMP -#define RX_COPY_THRESHOLD (MINCLSIZE - 8) -#else -#define RX_COPY_THRESHOLD MINCLSIZE -#endif - enum { /* adapter intr_type */ INTR_INTX = (1 << 0), @@ -327,6 +318,9 @@ enum { EQ_STALLED = (1 << 6), /* out of hw descriptors or dmamaps */ }; +/* Listed in order of preference. Update t4_sysctls too if you change these */ +enum {DOORBELL_UDB, DOORBELL_WRWC, DOORBELL_UDBWC, DOORBELL_KDB}; + /* * Egress Queue: driver is producer, T4 is consumer. * @@ -344,6 +338,9 @@ struct sge_eq { struct tx_desc *desc; /* KVA of descriptor ring */ bus_addr_t ba; /* bus address of descriptor ring */ struct sge_qstat *spg; /* status page, for convenience */ + int doorbells; + volatile uint32_t *udb; /* KVA of doorbell (lies within BAR2) */ + u_int udb_qid; /* relative qid within the doorbell page */ uint16_t cap; /* max # of desc, for convenience */ uint16_t avail; /* available descriptors, for convenience */ uint16_t qsize; /* size (# of entries) of the queue */ @@ -496,6 +493,7 @@ struct sge { int timer_val[SGE_NTIMERS]; int counter_val[SGE_NCOUNTERS]; int fl_starve_threshold; + int s_qpp; int nrxq; /* total # of Ethernet rx queues */ int ntxq; /* total # of Ethernet tx tx queues */ @@ -541,6 +539,9 @@ struct adapter { bus_space_handle_t bh; bus_space_tag_t bt; bus_size_t mmio_len; + int udbs_rid; + struct resource *udbs_res; + volatile uint8_t *udbs_base; unsigned int pf; unsigned int mbox; @@ -570,6 +571,7 @@ struct adapter { struct l2t_data *l2t; /* L2 table */ struct tid_info tids; + int doorbells; int open_device_map; #ifdef TCP_OFFLOAD int offload_map; @@ -748,13 +750,15 @@ t4_os_set_hw_addr(struct adapter *sc, in bcopy(hw_addr, sc->port[idx]->hw_addr, ETHER_ADDR_LEN); } -static inline bool is_10G_port(const struct port_info *pi) +static inline bool +is_10G_port(const struct port_info *pi) { return ((pi->link_cfg.supported & FW_PORT_CAP_SPEED_10G) != 0); } -static inline int tx_resume_threshold(struct sge_eq *eq) +static inline int +tx_resume_threshold(struct sge_eq *eq) { return (eq->qsize / 4); @@ -778,7 +782,9 @@ void end_synchronized_op(struct adapter /* t4_sge.c */ void t4_sge_modload(void); -int t4_sge_init(struct adapter *); +void t4_init_sge_cpl_handlers(struct adapter *); +void t4_tweak_chip_settings(struct adapter *); +int t4_read_chip_settings(struct adapter *); int t4_create_dma_tag(struct adapter *); int t4_destroy_dma_tag(struct adapter *); int t4_setup_adapter_queues(struct adapter *); Modified: projects/camlock/sys/dev/cxgbe/common/common.h ============================================================================== --- projects/camlock/sys/dev/cxgbe/common/common.h Sat Mar 30 07:07:52 2013 (r248928) +++ projects/camlock/sys/dev/cxgbe/common/common.h Sat Mar 30 07:13:01 2013 (r248929) @@ -42,15 +42,19 @@ enum { MACADDR_LEN = 12, /* MAC Address length */ }; -enum { MEM_EDC0, MEM_EDC1, MEM_MC }; +enum { MEM_EDC0, MEM_EDC1, MEM_MC, MEM_MC0 = MEM_MC, MEM_MC1 }; enum { MEMWIN0_APERTURE = 2048, MEMWIN0_BASE = 0x1b800, MEMWIN1_APERTURE = 32768, MEMWIN1_BASE = 0x28000, - MEMWIN2_APERTURE = 65536, - MEMWIN2_BASE = 0x30000, + + MEMWIN2_APERTURE_T4 = 65536, + MEMWIN2_BASE_T4 = 0x30000, + + MEMWIN2_APERTURE_T5 = 128 * 1024, + MEMWIN2_BASE_T5 = 0x60000, }; enum dev_master { MASTER_CANT, MASTER_MAY, MASTER_MUST }; @@ -63,15 +67,20 @@ enum { PAUSE_AUTONEG = 1 << 2 }; -#define FW_VERSION_MAJOR 1 -#define FW_VERSION_MINOR 8 -#define FW_VERSION_MICRO 4 -#define FW_VERSION_BUILD 0 - -#define FW_VERSION (V_FW_HDR_FW_VER_MAJOR(FW_VERSION_MAJOR) | \ - V_FW_HDR_FW_VER_MINOR(FW_VERSION_MINOR) | \ - V_FW_HDR_FW_VER_MICRO(FW_VERSION_MICRO) | \ - V_FW_HDR_FW_VER_BUILD(FW_VERSION_BUILD)) +#define FW_VERSION_MAJOR_T4 1 +#define FW_VERSION_MINOR_T4 8 +#define FW_VERSION_MICRO_T4 4 +#define FW_VERSION_BUILD_T4 0 + +#define FW_VERSION_MAJOR_T5 0 +#define FW_VERSION_MINOR_T5 5 +#define FW_VERSION_MICRO_T5 18 +#define FW_VERSION_BUILD_T5 0 + +struct memwin { + uint32_t base; + uint32_t aperture; +}; struct port_stats { u64 tx_octets; /* total # of octets in good frames */ @@ -267,18 +276,20 @@ struct adapter_params { unsigned int cim_la_size; - /* Used as int in sysctls, do not reduce size */ - unsigned int nports; /* # of ethernet ports */ - unsigned int portvec; - unsigned int rev; /* chip revision */ - unsigned int offload; + uint8_t nports; /* # of ethernet ports */ + uint8_t portvec; + unsigned int chipid:4; /* chip ID. T4 = 4, T5 = 5, ... */ + unsigned int rev:4; /* chip revision */ + unsigned int fpga:1; /* this is an FPGA */ + unsigned int offload:1; /* hw is TOE capable, fw has divvied up card + resources for TOE operation. */ + unsigned int bypass:1; /* this is a bypass card */ unsigned int ofldq_wr_cred; }; -enum { /* chip revisions */ - T4_REV_A = 0, -}; +#define CHELSIO_T4 0x4 +#define CHELSIO_T5 0x5 struct trace_params { u32 data[TRACE_LEN / 4]; @@ -316,6 +327,31 @@ static inline int is_offload(const struc return adap->params.offload; } +static inline int chip_id(struct adapter *adap) +{ + return adap->params.chipid; +} + +static inline int chip_rev(struct adapter *adap) +{ + return adap->params.rev; +} + +static inline int is_t4(struct adapter *adap) +{ + return adap->params.chipid == CHELSIO_T4; +} + +static inline int is_t5(struct adapter *adap) +{ + return adap->params.chipid == CHELSIO_T5; +} + +static inline int is_fpga(struct adapter *adap) +{ + return adap->params.fpga; +} + static inline unsigned int core_ticks_per_usec(const struct adapter *adap) { return adap->params.vpd.cclk / 1000; @@ -437,7 +473,8 @@ int t4_cim_read_la(struct adapter *adap, *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Sat Mar 30 07:27:51 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F65A75E; Sat, 30 Mar 2013 07:27:51 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1333C5E3; Sat, 30 Mar 2013 07:27:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2U7Ro2b028074; Sat, 30 Mar 2013 07:27:50 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2U7Rol1028071; Sat, 30 Mar 2013 07:27:50 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303300727.r2U7Rol1028071@svn.freebsd.org> From: Alexander Motin Date: Sat, 30 Mar 2013 07:27:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248930 - in projects/camlock/sys/cam: ata scsi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 07:27:51 -0000 Author: mav Date: Sat Mar 30 07:27:50 2013 New Revision: 248930 URL: http://svnweb.freebsd.org/changeset/base/248930 Log: Remove extra NULL checks. d_drv1 can never be NULL during periph life cycle. Modified: projects/camlock/sys/cam/ata/ata_da.c projects/camlock/sys/cam/scsi/scsi_cd.c projects/camlock/sys/cam/scsi/scsi_da.c Modified: projects/camlock/sys/cam/ata/ata_da.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_da.c Sat Mar 30 07:13:01 2013 (r248929) +++ projects/camlock/sys/cam/ata/ata_da.c Sat Mar 30 07:27:50 2013 (r248930) @@ -531,10 +531,6 @@ adaopen(struct disk *dp) int error; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) { - return (ENXIO); - } - if (cam_periph_acquire(periph) != CAM_REQ_CMP) { return(ENXIO); } @@ -570,9 +566,6 @@ adaclose(struct disk *dp) union ccb *ccb; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) - return (ENXIO); - cam_periph_lock(periph); if (cam_periph_hold(periph, PRIBIO) != 0) { cam_periph_unlock(periph); @@ -650,10 +643,6 @@ adastrategy(struct bio *bp) struct ada_softc *softc; periph = (struct cam_periph *)bp->bio_disk->d_drv1; - if (periph == NULL) { - biofinish(bp, NULL, ENXIO); - return; - } softc = (struct ada_softc *)periph->softc; cam_periph_lock(periph); @@ -708,8 +697,6 @@ adadump(void *arg, void *virtual, vm_off dp = arg; periph = dp->d_drv1; - if (periph == NULL) - return (ENXIO); softc = (struct ada_softc *)periph->softc; cam_periph_lock(periph); secsize = softc->params.secsize; @@ -1040,9 +1027,6 @@ adagetattr(struct bio *bp) struct cam_periph *periph; periph = (struct cam_periph *)bp->bio_disk->d_drv1; - if (periph == NULL) - return (ENXIO); - cam_periph_lock(periph); ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, periph->path); Modified: projects/camlock/sys/cam/scsi/scsi_cd.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_cd.c Sat Mar 30 07:13:01 2013 (r248929) +++ projects/camlock/sys/cam/scsi/scsi_cd.c Sat Mar 30 07:27:50 2013 (r248930) @@ -386,7 +386,6 @@ cddiskgonecb(struct disk *dp) struct cam_periph *periph; periph = (struct cam_periph *)dp->d_drv1; - cam_periph_release(periph); } @@ -1073,9 +1072,6 @@ cdopen(struct disk *dp) int error; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) - return (ENXIO); - softc = (struct cd_softc *)periph->softc; if (cam_periph_acquire(periph) != CAM_REQ_CMP) @@ -1120,9 +1116,6 @@ cdclose(struct disk *dp) struct cd_softc *softc; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) - return (ENXIO); - softc = (struct cd_softc *)periph->softc; cam_periph_lock(periph); @@ -1473,11 +1466,6 @@ cdstrategy(struct bio *bp) struct cd_softc *softc; periph = (struct cam_periph *)bp->bio_disk->d_drv1; - if (periph == NULL) { - biofinish(bp, NULL, ENXIO); - return; - } - cam_periph_lock(periph); CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("cdstrategy(%p)\n", bp)); @@ -1972,9 +1960,6 @@ cdioctl(struct disk *dp, u_long cmd, voi int nocopyout, error = 0; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) - return(ENXIO); - cam_periph_lock(periph); softc = (struct cd_softc *)periph->softc; Modified: projects/camlock/sys/cam/scsi/scsi_da.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_da.c Sat Mar 30 07:13:01 2013 (r248929) +++ projects/camlock/sys/cam/scsi/scsi_da.c Sat Mar 30 07:27:50 2013 (r248930) @@ -962,10 +962,6 @@ daopen(struct disk *dp) int error; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) { - return (ENXIO); - } - if (cam_periph_acquire(periph) != CAM_REQ_CMP) { return (ENXIO); } @@ -1027,9 +1023,6 @@ daclose(struct disk *dp) struct da_softc *softc; periph = (struct cam_periph *)dp->d_drv1; - if (periph == NULL) - return (0); - cam_periph_lock(periph); if (cam_periph_hold(periph, PRIBIO) != 0) { cam_periph_unlock(periph); @@ -1118,10 +1111,6 @@ dastrategy(struct bio *bp) struct da_softc *softc; periph = (struct cam_periph *)bp->bio_disk->d_drv1; - if (periph == NULL) { - biofinish(bp, NULL, ENXIO); - return; - } softc = (struct da_softc *)periph->softc; cam_periph_lock(periph); @@ -1174,8 +1163,6 @@ dadump(void *arg, void *virtual, vm_offs dp = arg; periph = dp->d_drv1; - if (periph == NULL) - return (ENXIO); softc = (struct da_softc *)periph->softc; cam_periph_lock(periph); secsize = softc->params.secsize; @@ -1250,9 +1237,6 @@ dagetattr(struct bio *bp) struct cam_periph *periph; periph = (struct cam_periph *)bp->bio_disk->d_drv1; - if (periph == NULL) - return (ENXIO); - cam_periph_lock(periph); ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, periph->path); @@ -1295,7 +1279,6 @@ dadiskgonecb(struct disk *dp) struct cam_periph *periph; periph = (struct cam_periph *)dp->d_drv1; - cam_periph_release(periph); } From owner-svn-src-projects@FreeBSD.ORG Sat Mar 30 07:44:51 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A5F2AC2; Sat, 30 Mar 2013 07:44:51 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8D09B64E; Sat, 30 Mar 2013 07:44:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2U7ip1j033513; Sat, 30 Mar 2013 07:44:51 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2U7iorC033509; Sat, 30 Mar 2013 07:44:50 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201303300744.r2U7iorC033509@svn.freebsd.org> From: Alexander Motin Date: Sat, 30 Mar 2013 07:44:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r248931 - in projects/camlock/sys/cam: ata scsi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 07:44:51 -0000 Author: mav Date: Sat Mar 30 07:44:50 2013 New Revision: 248931 URL: http://svnweb.freebsd.org/changeset/base/248931 Log: Replace some direct mutex operations with wrappers. Modified: projects/camlock/sys/cam/ata/ata_da.c projects/camlock/sys/cam/scsi/scsi_cd.c projects/camlock/sys/cam/scsi/scsi_da.c projects/camlock/sys/cam/scsi/scsi_pass.c Modified: projects/camlock/sys/cam/ata/ata_da.c ============================================================================== --- projects/camlock/sys/cam/ata/ata_da.c Sat Mar 30 07:27:50 2013 (r248930) +++ projects/camlock/sys/cam/ata/ata_da.c Sat Mar 30 07:44:50 2013 (r248931) @@ -1116,7 +1116,7 @@ adaregister(struct cam_periph *periph, v * Register this media as a disk */ (void)cam_periph_hold(periph, PRIBIO); - mtx_unlock(periph->sim->mtx); + cam_periph_unlock(periph); snprintf(announce_buf, sizeof(announce_buf), "kern.cam.ada.%d.quirks", periph->unit_number); quirks = softc->quirks; @@ -1210,7 +1210,7 @@ adaregister(struct cam_periph *periph, v } else legacy_id = -1; disk_create(softc->disk, DISK_VERSION); - mtx_lock(periph->sim->mtx); + cam_periph_lock(periph); cam_periph_unhold(periph); dp = &softc->params; Modified: projects/camlock/sys/cam/scsi/scsi_cd.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_cd.c Sat Mar 30 07:27:50 2013 (r248930) +++ projects/camlock/sys/cam/scsi/scsi_cd.c Sat Mar 30 07:44:50 2013 (r248931) @@ -1446,7 +1446,7 @@ cdgetccb(struct cam_periph *periph, u_in softc->changer->flags |= CHANGER_MANUAL_CALL; cdrunchangerqueue(softc->changer); } else - msleep(&softc->changer, periph->sim->mtx, + cam_periph_sleep(periph, &softc->changer, PRIBIO, "cgticb", 0); } } Modified: projects/camlock/sys/cam/scsi/scsi_da.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_da.c Sat Mar 30 07:27:50 2013 (r248930) +++ projects/camlock/sys/cam/scsi/scsi_da.c Sat Mar 30 07:44:50 2013 (r248931) @@ -988,7 +988,7 @@ daopen(struct disk *dp) dareprobe(periph); /* Wait for the disk size update. */ - error = msleep(&softc->disk->d_mediasize, periph->sim->mtx, PRIBIO, + error = cam_periph_sleep(periph, &softc->disk->d_mediasize, PRIBIO, "dareprobe", 0); if (error != 0) xpt_print(periph->path, "unable to retrieve capacity data"); @@ -1688,7 +1688,7 @@ daregister(struct cam_periph *periph, vo (da_default_timeout * hz) / DA_ORDEREDTAG_INTERVAL, dasendorderedtag, softc); - mtx_unlock(periph->sim->mtx); + cam_periph_unlock(periph); /* * RBC devices don't have to support READ(6), only READ(10). */ @@ -1773,12 +1773,12 @@ daregister(struct cam_periph *periph, vo if (cam_periph_acquire(periph) != CAM_REQ_CMP) { xpt_print(periph->path, "%s: lost periph during " "registration!\n", __func__); - mtx_lock(periph->sim->mtx); + cam_periph_lock(periph); return (CAM_REQ_CMP_ERR); } disk_create(softc->disk, DISK_VERSION); - mtx_lock(periph->sim->mtx); + cam_periph_lock(periph); /* * Add async callbacks for events of interest. Modified: projects/camlock/sys/cam/scsi/scsi_pass.c ============================================================================== --- projects/camlock/sys/cam/scsi/scsi_pass.c Sat Mar 30 07:27:50 2013 (r248930) +++ projects/camlock/sys/cam/scsi/scsi_pass.c Sat Mar 30 07:44:50 2013 (r248931) @@ -381,7 +381,7 @@ passregister(struct cam_periph *periph, * know what the blocksize of this device is, if * it even has a blocksize. */ - mtx_unlock(periph->sim->mtx); + cam_periph_unlock(periph); no_tags = (cgd->inq_data.flags & SID_CmdQue) == 0; softc->device_stats = devstat_new_entry("pass", periph->unit_number, 0, @@ -417,7 +417,7 @@ passregister(struct cam_periph *periph, */ dev_ref(softc->dev); - mtx_lock(periph->sim->mtx); + cam_periph_lock(periph); softc->dev->si_drv1 = periph; TASK_INIT(&softc->add_physpath_task, /*priority*/0,