From owner-svn-src-projects@FreeBSD.ORG Thu Mar 3 18:42:54 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F206106564A; Thu, 3 Mar 2011 18:42:54 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3E5F78FC13; Thu, 3 Mar 2011 18:42:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p23Igssr062027; Thu, 3 Mar 2011 18:42:54 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p23IgsCk062025; Thu, 3 Mar 2011 18:42:54 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103031842.p23IgsCk062025@svn.freebsd.org> From: Alexander Motin Date: Thu, 3 Mar 2011 18:42:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219243 - projects/graid/head/sys/geom/raid X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Mar 2011 18:42:54 -0000 Author: mav Date: Thu Mar 3 18:42:53 2011 New Revision: 219243 URL: http://svn.freebsd.org/changeset/base/219243 Log: s/reguild/rebuild/ Modified: projects/graid/head/sys/geom/raid/tr_raid1.c Modified: projects/graid/head/sys/geom/raid/tr_raid1.c ============================================================================== --- projects/graid/head/sys/geom/raid/tr_raid1.c Thu Mar 3 18:29:55 2011 (r219242) +++ projects/graid/head/sys/geom/raid/tr_raid1.c Thu Mar 3 18:42:53 2011 (r219243) @@ -722,7 +722,7 @@ g_raid_tr_iodone_raid1(struct g_raid_tr_ bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; bp->bio_offset = bp->bio_offset; bp->bio_length = bp->bio_length; - G_RAID_LOGREQ(4, bp, "Queueing reguild write."); + G_RAID_LOGREQ(4, bp, "Queueing rebuild write."); g_raid_subdisk_iostart(trs->trso_failed_sd, bp); } else { /* From owner-svn-src-projects@FreeBSD.ORG Fri Mar 4 09:18:34 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD123106566B; Fri, 4 Mar 2011 09:18:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 990778FC16; Fri, 4 Mar 2011 09:18:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p249IYN6018339; Fri, 4 Mar 2011 09:18:34 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p249IYfL018337; Fri, 4 Mar 2011 09:18:34 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103040918.p249IYfL018337@svn.freebsd.org> From: Alexander Motin Date: Fri, 4 Mar 2011 09:18:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219259 - in projects/graid/8: . contrib/bsnmp/snmpd contrib/top contrib/xz gnu/usr.bin lib lib/liblzma lib/librtld_db lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched ... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2011 09:18:34 -0000 Author: mav Date: Fri Mar 4 09:18:34 2011 New Revision: 219259 URL: http://svn.freebsd.org/changeset/base/219259 Log: MFH r219243 Modified: projects/graid/8/sys/geom/raid/tr_raid1.c Directory Properties: projects/graid/8/ (props changed) projects/graid/8/COPYRIGHT (props changed) projects/graid/8/LOCKS (props changed) projects/graid/8/MAINTAINERS (props changed) projects/graid/8/Makefile (props changed) projects/graid/8/Makefile.inc1 (props changed) projects/graid/8/ObsoleteFiles.inc (props changed) projects/graid/8/README (props changed) projects/graid/8/UPDATING (props changed) projects/graid/8/bin/ (props changed) projects/graid/8/bin/chio/ (props changed) projects/graid/8/bin/chmod/ (props changed) projects/graid/8/bin/cp/ (props changed) projects/graid/8/bin/csh/ (props changed) projects/graid/8/bin/date/ (props changed) projects/graid/8/bin/echo/ (props changed) projects/graid/8/bin/expr/ (props changed) projects/graid/8/bin/getfacl/ (props changed) projects/graid/8/bin/kill/ (props changed) projects/graid/8/bin/ln/ (props changed) projects/graid/8/bin/ls/ (props changed) projects/graid/8/bin/mv/ (props changed) projects/graid/8/bin/pax/ (props changed) projects/graid/8/bin/pkill/ (props changed) projects/graid/8/bin/ps/ (props changed) projects/graid/8/bin/pwait/ (props changed) projects/graid/8/bin/setfacl/ (props changed) projects/graid/8/bin/sh/ (props changed) projects/graid/8/bin/sleep/ (props changed) projects/graid/8/bin/test/ (props changed) projects/graid/8/cddl/ (props changed) projects/graid/8/cddl/compat/opensolaris/ (props changed) projects/graid/8/cddl/contrib/opensolaris/ (props changed) projects/graid/8/cddl/lib/ (props changed) projects/graid/8/cddl/lib/libnvpair/ (props changed) projects/graid/8/cddl/lib/libzpool/ (props changed) projects/graid/8/cddl/usr.bin/ (props changed) projects/graid/8/cddl/usr.sbin/ (props changed) projects/graid/8/contrib/ (props changed) projects/graid/8/contrib/amd/ (props changed) projects/graid/8/contrib/bc/ (props changed) projects/graid/8/contrib/bind9/ (props changed) projects/graid/8/contrib/binutils/ (props changed) projects/graid/8/contrib/bsnmp/ (props changed) projects/graid/8/contrib/bsnmp/snmpd/bsnmpd.1 (props changed) projects/graid/8/contrib/bzip2/ (props changed) projects/graid/8/contrib/com_err/ (props changed) projects/graid/8/contrib/csup/ (props changed) projects/graid/8/contrib/cvs/ (props changed) projects/graid/8/contrib/diff/ (props changed) projects/graid/8/contrib/ee/ (props changed) projects/graid/8/contrib/expat/ (props changed) projects/graid/8/contrib/file/ (props changed) projects/graid/8/contrib/gcc/ (props changed) projects/graid/8/contrib/gcclibs/ (props changed) projects/graid/8/contrib/gdb/ (props changed) projects/graid/8/contrib/gdtoa/ (props changed) projects/graid/8/contrib/gnu-sort/ (props changed) projects/graid/8/contrib/gperf/ (props changed) projects/graid/8/contrib/groff/ (props changed) projects/graid/8/contrib/ipfilter/ (props changed) projects/graid/8/contrib/less/ (props changed) projects/graid/8/contrib/libbegemot/ (props changed) projects/graid/8/contrib/libf2c/ (props changed) projects/graid/8/contrib/libobjc/ (props changed) projects/graid/8/contrib/libpcap/ (props changed) projects/graid/8/contrib/libreadline/ (props changed) projects/graid/8/contrib/libstdc++/ (props changed) projects/graid/8/contrib/lukemftp/ (props changed) projects/graid/8/contrib/lukemftpd/ (props changed) projects/graid/8/contrib/ncurses/ (props changed) projects/graid/8/contrib/netcat/ (props changed) projects/graid/8/contrib/ngatm/ (props changed) projects/graid/8/contrib/ntp/ (props changed) projects/graid/8/contrib/nvi/ (props changed) projects/graid/8/contrib/one-true-awk/ (props changed) projects/graid/8/contrib/openbsm/ (props changed) projects/graid/8/contrib/openpam/ (props changed) projects/graid/8/contrib/opie/ (props changed) projects/graid/8/contrib/pam_modules/ (props changed) projects/graid/8/contrib/pf/ (props changed) projects/graid/8/contrib/pnpinfo/ (props changed) projects/graid/8/contrib/sendmail/ (props changed) projects/graid/8/contrib/smbfs/ (props changed) projects/graid/8/contrib/tcp_wrappers/ (props changed) projects/graid/8/contrib/tcpdump/ (props changed) projects/graid/8/contrib/tcsh/ (props changed) projects/graid/8/contrib/telnet/ (props changed) projects/graid/8/contrib/texinfo/ (props changed) projects/graid/8/contrib/top/ (props changed) projects/graid/8/contrib/top/install-sh (props changed) projects/graid/8/contrib/traceroute/ (props changed) projects/graid/8/contrib/wpa/ (props changed) projects/graid/8/contrib/xz/ (props changed) projects/graid/8/contrib/xz/AUTHORS (props changed) projects/graid/8/contrib/xz/COPYING (props changed) projects/graid/8/contrib/xz/ChangeLog (props changed) projects/graid/8/contrib/xz/FREEBSD-Xlist (props changed) projects/graid/8/contrib/xz/FREEBSD-upgrade (props changed) projects/graid/8/contrib/xz/README (props changed) projects/graid/8/contrib/xz/THANKS (props changed) projects/graid/8/contrib/xz/TODO (props changed) projects/graid/8/contrib/xz/po/ (props changed) projects/graid/8/contrib/xz/src/ (props changed) projects/graid/8/crypto/ (props changed) projects/graid/8/crypto/heimdal/ (props changed) projects/graid/8/crypto/openssh/ (props changed) projects/graid/8/crypto/openssl/ (props changed) projects/graid/8/etc/ (props changed) projects/graid/8/games/ (props changed) projects/graid/8/games/factor/ (props changed) projects/graid/8/games/fortune/ (props changed) projects/graid/8/games/grdc/ (props changed) projects/graid/8/games/pom/ (props changed) projects/graid/8/gnu/ (props changed) projects/graid/8/gnu/lib/csu/ (props changed) projects/graid/8/gnu/lib/libgcc/ (props changed) projects/graid/8/gnu/lib/libstdc++/ (props changed) projects/graid/8/gnu/usr.bin/ (props changed) projects/graid/8/gnu/usr.bin/Makefile (props changed) projects/graid/8/gnu/usr.bin/dialog/ (props changed) projects/graid/8/gnu/usr.bin/gdb/ (props changed) projects/graid/8/gnu/usr.bin/gdb/kgdb/ (props changed) projects/graid/8/gnu/usr.bin/groff/ (props changed) projects/graid/8/gnu/usr.bin/patch/ (props changed) projects/graid/8/include/ (props changed) projects/graid/8/kerberos5/ (props changed) projects/graid/8/kerberos5/lib/libgssapi_krb5/ (props changed) projects/graid/8/kerberos5/lib/libgssapi_spnego/ (props changed) projects/graid/8/kerberos5/usr.bin/kdestroy/ (props changed) projects/graid/8/kerberos5/usr.bin/kpasswd/ (props changed) projects/graid/8/lib/ (props changed) projects/graid/8/lib/Makefile (props changed) projects/graid/8/lib/Makefile.inc (props changed) projects/graid/8/lib/bind/ (props changed) projects/graid/8/lib/csu/ (props changed) projects/graid/8/lib/libalias/ (props changed) projects/graid/8/lib/libarchive/ (props changed) projects/graid/8/lib/libauditd/ (props changed) projects/graid/8/lib/libautofs/ (props changed) projects/graid/8/lib/libbegemot/ (props changed) projects/graid/8/lib/libbluetooth/ (props changed) projects/graid/8/lib/libbsm/ (props changed) projects/graid/8/lib/libbsnmp/ (props changed) projects/graid/8/lib/libbz2/ (props changed) projects/graid/8/lib/libc/ (props changed) projects/graid/8/lib/libc/stdtime/ (props changed) projects/graid/8/lib/libc_r/ (props changed) projects/graid/8/lib/libcalendar/ (props changed) projects/graid/8/lib/libcam/ (props changed) projects/graid/8/lib/libcom_err/ (props changed) projects/graid/8/lib/libcompat/ (props changed) projects/graid/8/lib/libcrypt/ (props changed) projects/graid/8/lib/libdevinfo/ (props changed) projects/graid/8/lib/libdevstat/ (props changed) projects/graid/8/lib/libdisk/ (props changed) projects/graid/8/lib/libdwarf/ (props changed) projects/graid/8/lib/libedit/ (props changed) projects/graid/8/lib/libelf/ (props changed) projects/graid/8/lib/libexpat/ (props changed) projects/graid/8/lib/libfetch/ (props changed) projects/graid/8/lib/libftpio/ (props changed) projects/graid/8/lib/libgeom/ (props changed) projects/graid/8/lib/libgpib/ (props changed) projects/graid/8/lib/libgssapi/ (props changed) projects/graid/8/lib/libipsec/ (props changed) projects/graid/8/lib/libipx/ (props changed) projects/graid/8/lib/libjail/ (props changed) projects/graid/8/lib/libkiconv/ (props changed) projects/graid/8/lib/libkse/ (props changed) projects/graid/8/lib/libkvm/ (props changed) projects/graid/8/lib/liblzma/ (props changed) projects/graid/8/lib/liblzma/Makefile (props changed) projects/graid/8/lib/liblzma/Symbol.map (props changed) projects/graid/8/lib/liblzma/Versions.def (props changed) projects/graid/8/lib/liblzma/config.h (props changed) projects/graid/8/lib/libmagic/ (props changed) projects/graid/8/lib/libmd/ (props changed) projects/graid/8/lib/libmemstat/ (props changed) projects/graid/8/lib/libmilter/ (props changed) projects/graid/8/lib/libmp/ (props changed) projects/graid/8/lib/libncp/ (props changed) projects/graid/8/lib/libnetgraph/ (props changed) projects/graid/8/lib/libngatm/ (props changed) projects/graid/8/lib/libopie/ (props changed) projects/graid/8/lib/libpam/ (props changed) projects/graid/8/lib/libpcap/ (props changed) projects/graid/8/lib/libpmc/ (props changed) projects/graid/8/lib/libproc/ (props changed) projects/graid/8/lib/libradius/ (props changed) projects/graid/8/lib/librpcsec_gss/ (props changed) projects/graid/8/lib/librpcsvc/ (props changed) projects/graid/8/lib/librt/ (props changed) projects/graid/8/lib/librtld_db/ (props changed) projects/graid/8/lib/librtld_db/Makefile (props changed) projects/graid/8/lib/librtld_db/librtld_db.3 (props changed) projects/graid/8/lib/librtld_db/rtld_db.c (props changed) projects/graid/8/lib/librtld_db/rtld_db.h (props changed) projects/graid/8/lib/libsbuf/ (props changed) projects/graid/8/lib/libsdp/ (props changed) projects/graid/8/lib/libsm/ (props changed) projects/graid/8/lib/libsmb/ (props changed) projects/graid/8/lib/libsmdb/ (props changed) projects/graid/8/lib/libsmutil/ (props changed) projects/graid/8/lib/libstand/ (props changed) projects/graid/8/lib/libtacplus/ (props changed) projects/graid/8/lib/libtelnet/ (props changed) projects/graid/8/lib/libthr/ (props changed) projects/graid/8/lib/libthread_db/ (props changed) projects/graid/8/lib/libufs/ (props changed) projects/graid/8/lib/libugidfw/ (props changed) projects/graid/8/lib/libusb/ (props changed) projects/graid/8/lib/libusb/usb.h (props changed) projects/graid/8/lib/libusbhid/ (props changed) projects/graid/8/lib/libutil/ (props changed) projects/graid/8/lib/libvgl/ (props changed) projects/graid/8/lib/libwrap/ (props changed) projects/graid/8/lib/liby/ (props changed) projects/graid/8/lib/libypclnt/ (props changed) projects/graid/8/lib/libz/ (props changed) projects/graid/8/lib/libz/contrib/ (props changed) projects/graid/8/lib/msun/ (props changed) projects/graid/8/lib/ncurses/ (props changed) projects/graid/8/libexec/ (props changed) projects/graid/8/libexec/ftpd/ (props changed) projects/graid/8/libexec/rtld-elf/ (props changed) projects/graid/8/libexec/tftpd/ (props changed) projects/graid/8/release/ (props changed) projects/graid/8/release/doc/en_US.ISO8859-1/hardware/ (props changed) projects/graid/8/release/picobsd/ (props changed) projects/graid/8/release/picobsd/floppy.tree/sbin/ (props changed) projects/graid/8/release/picobsd/floppy.tree/sbin/dhclient-script (props changed) projects/graid/8/release/picobsd/qemu/ (props changed) projects/graid/8/release/picobsd/tinyware/login/ (props changed) projects/graid/8/release/powerpc/ (props changed) projects/graid/8/rescue/ (props changed) projects/graid/8/sbin/ (props changed) projects/graid/8/sbin/atacontrol/ (props changed) projects/graid/8/sbin/bsdlabel/ (props changed) projects/graid/8/sbin/camcontrol/ (props changed) projects/graid/8/sbin/ddb/ (props changed) projects/graid/8/sbin/devd/ (props changed) projects/graid/8/sbin/devfs/ (props changed) projects/graid/8/sbin/dhclient/ (props changed) projects/graid/8/sbin/dump/ (props changed) projects/graid/8/sbin/dumpfs/ (props changed) projects/graid/8/sbin/fdisk/ (props changed) projects/graid/8/sbin/fsck/ (props changed) projects/graid/8/sbin/fsck_ffs/ (props changed) projects/graid/8/sbin/fsck_msdosfs/ (props changed) projects/graid/8/sbin/fsirand/ (props changed) projects/graid/8/sbin/geom/ (props changed) projects/graid/8/sbin/geom/class/multipath/ (props changed) projects/graid/8/sbin/geom/class/part/ (props changed) projects/graid/8/sbin/geom/class/sched/gsched.8 (props changed) projects/graid/8/sbin/geom/class/stripe/ (props changed) projects/graid/8/sbin/ggate/ (props changed) projects/graid/8/sbin/growfs/ (props changed) projects/graid/8/sbin/hastctl/ (props changed) projects/graid/8/sbin/hastd/ (props changed) projects/graid/8/sbin/ifconfig/ (props changed) projects/graid/8/sbin/ipfw/ (props changed) projects/graid/8/sbin/iscontrol/ (props changed) projects/graid/8/sbin/kldload/ (props changed) projects/graid/8/sbin/kldstat/ (props changed) projects/graid/8/sbin/mdconfig/ (props changed) projects/graid/8/sbin/mksnap_ffs/ (props changed) projects/graid/8/sbin/mount/ (props changed) projects/graid/8/sbin/mount_cd9660/ (props changed) projects/graid/8/sbin/mount_msdosfs/ (props changed) projects/graid/8/sbin/mount_nfs/ (props changed) projects/graid/8/sbin/natd/ (props changed) projects/graid/8/sbin/newfs/ (props changed) projects/graid/8/sbin/newfs_msdos/ (props changed) projects/graid/8/sbin/ping6/ (props changed) projects/graid/8/sbin/reboot/ (props changed) projects/graid/8/sbin/restore/ (props changed) projects/graid/8/sbin/route/ (props changed) projects/graid/8/sbin/routed/ (props changed) projects/graid/8/sbin/setkey/ (props changed) projects/graid/8/sbin/spppcontrol/ (props changed) projects/graid/8/sbin/sysctl/ (props changed) projects/graid/8/sbin/tunefs/ (props changed) projects/graid/8/sbin/umount/ (props changed) projects/graid/8/secure/ (props changed) projects/graid/8/secure/lib/libcrypto/ (props changed) projects/graid/8/secure/lib/libssl/ (props changed) projects/graid/8/secure/usr.bin/bdes/ (props changed) projects/graid/8/secure/usr.bin/openssl/ (props changed) projects/graid/8/share/ (props changed) projects/graid/8/share/dict/ (props changed) projects/graid/8/share/doc/papers/jail/ (props changed) projects/graid/8/share/doc/smm/01.setup/ (props changed) projects/graid/8/share/examples/ (props changed) projects/graid/8/share/examples/etc/ (props changed) projects/graid/8/share/examples/kld/syscall/ (props changed) projects/graid/8/share/man/ (props changed) projects/graid/8/share/man/man1/ (props changed) projects/graid/8/share/man/man3/ (props changed) projects/graid/8/share/man/man4/ (props changed) projects/graid/8/share/man/man5/ (props changed) projects/graid/8/share/man/man7/ (props changed) projects/graid/8/share/man/man8/ (props changed) projects/graid/8/share/man/man9/ (props changed) projects/graid/8/share/misc/ (props changed) projects/graid/8/share/mk/ (props changed) projects/graid/8/share/syscons/ (props changed) projects/graid/8/share/termcap/ (props changed) projects/graid/8/share/timedef/ (props changed) projects/graid/8/share/zoneinfo/ (props changed) projects/graid/8/sys/ (props changed) projects/graid/8/sys/amd64/include/xen/ (props changed) projects/graid/8/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/8/sys/contrib/dev/acpica/ (props changed) projects/graid/8/sys/contrib/pf/ (props changed) projects/graid/8/tools/ (props changed) projects/graid/8/tools/build/mk/ (props changed) projects/graid/8/tools/build/options/ (props changed) projects/graid/8/tools/debugscripts/ (props changed) projects/graid/8/tools/kerneldoc/subsys/ (props changed) projects/graid/8/tools/regression/acct/ (props changed) projects/graid/8/tools/regression/acltools/ (props changed) projects/graid/8/tools/regression/aio/aiotest/ (props changed) projects/graid/8/tools/regression/bin/ (props changed) projects/graid/8/tools/regression/bin/date/ (props changed) projects/graid/8/tools/regression/bin/sh/ (props changed) projects/graid/8/tools/regression/fifo/ (props changed) projects/graid/8/tools/regression/geom/ (props changed) projects/graid/8/tools/regression/lib/libc/ (props changed) projects/graid/8/tools/regression/lib/msun/test-conj.t (props changed) projects/graid/8/tools/regression/mqueue/mqtest1/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest2/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest3/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest4/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest5/ (props changed) projects/graid/8/tools/regression/netinet/ (props changed) projects/graid/8/tools/regression/poll/ (props changed) projects/graid/8/tools/regression/posixsem/ (props changed) projects/graid/8/tools/regression/priv/ (props changed) projects/graid/8/tools/regression/sockets/unix_gc/ (props changed) projects/graid/8/tools/regression/usr.bin/ (props changed) projects/graid/8/tools/regression/usr.bin/pkill/ (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pgrep-_g.t (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pgrep-_s.t (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pkill-_g.t (props changed) projects/graid/8/tools/regression/usr.bin/sed/ (props changed) projects/graid/8/tools/regression/usr.bin/tr/ (props changed) projects/graid/8/tools/test/ (props changed) projects/graid/8/tools/tools/ (props changed) projects/graid/8/tools/tools/ath/ (props changed) projects/graid/8/tools/tools/ath/common/dumpregs.h (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5210.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5211.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5212.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5416.c (props changed) projects/graid/8/tools/tools/mctest/ (props changed) projects/graid/8/tools/tools/nanobsd/ (props changed) projects/graid/8/tools/tools/netrate/ (props changed) projects/graid/8/tools/tools/netrate/tcpp/ (props changed) projects/graid/8/tools/tools/termcap/termcap.pl (props changed) projects/graid/8/tools/tools/umastat/ (props changed) projects/graid/8/tools/tools/vimage/ (props changed) projects/graid/8/usr.bin/ (props changed) projects/graid/8/usr.bin/apply/ (props changed) projects/graid/8/usr.bin/ar/ (props changed) projects/graid/8/usr.bin/awk/ (props changed) projects/graid/8/usr.bin/biff/ (props changed) projects/graid/8/usr.bin/c89/ (props changed) projects/graid/8/usr.bin/c99/ (props changed) projects/graid/8/usr.bin/calendar/ (props changed) projects/graid/8/usr.bin/catman/ (props changed) projects/graid/8/usr.bin/chpass/Makefile (props changed) projects/graid/8/usr.bin/column/ (props changed) projects/graid/8/usr.bin/comm/ (props changed) projects/graid/8/usr.bin/cpio/ (props changed) projects/graid/8/usr.bin/csup/ (props changed) projects/graid/8/usr.bin/du/ (props changed) projects/graid/8/usr.bin/ee/ (props changed) projects/graid/8/usr.bin/enigma/ (props changed) projects/graid/8/usr.bin/fetch/ (props changed) projects/graid/8/usr.bin/find/ (props changed) projects/graid/8/usr.bin/finger/ (props changed) projects/graid/8/usr.bin/fold/ (props changed) projects/graid/8/usr.bin/fstat/ (props changed) projects/graid/8/usr.bin/gcore/ (props changed) projects/graid/8/usr.bin/getopt/ (props changed) projects/graid/8/usr.bin/gzip/ (props changed) projects/graid/8/usr.bin/hexdump/ (props changed) projects/graid/8/usr.bin/indent/ (props changed) projects/graid/8/usr.bin/jot/ (props changed) projects/graid/8/usr.bin/kdump/ (props changed) projects/graid/8/usr.bin/killall/ (props changed) projects/graid/8/usr.bin/ktrace/ (props changed) projects/graid/8/usr.bin/ldd/ (props changed) projects/graid/8/usr.bin/lex/ (props changed) projects/graid/8/usr.bin/locale/ (props changed) projects/graid/8/usr.bin/locate/ (props changed) projects/graid/8/usr.bin/lockf/ (props changed) projects/graid/8/usr.bin/look/ (props changed) projects/graid/8/usr.bin/mail/ (props changed) projects/graid/8/usr.bin/make/ (props changed) projects/graid/8/usr.bin/makewhatis/ (props changed) projects/graid/8/usr.bin/minigzip/ (props changed) projects/graid/8/usr.bin/ncal/ (props changed) projects/graid/8/usr.bin/netstat/ (props changed) projects/graid/8/usr.bin/pathchk/ (props changed) projects/graid/8/usr.bin/perror/ (props changed) projects/graid/8/usr.bin/procstat/ (props changed) projects/graid/8/usr.bin/rpcgen/ (props changed) projects/graid/8/usr.bin/ruptime/ (props changed) projects/graid/8/usr.bin/script/ (props changed) projects/graid/8/usr.bin/sed/ (props changed) projects/graid/8/usr.bin/sockstat/ (props changed) projects/graid/8/usr.bin/split/ (props changed) projects/graid/8/usr.bin/stat/ (props changed) projects/graid/8/usr.bin/systat/ (props changed) projects/graid/8/usr.bin/tar/ (props changed) projects/graid/8/usr.bin/tftp/ (props changed) projects/graid/8/usr.bin/top/ (props changed) projects/graid/8/usr.bin/touch/ (props changed) projects/graid/8/usr.bin/tr/ (props changed) projects/graid/8/usr.bin/truss/ (props changed) projects/graid/8/usr.bin/uname/ (props changed) projects/graid/8/usr.bin/unifdef/ (props changed) projects/graid/8/usr.bin/uniq/ (props changed) projects/graid/8/usr.bin/unzip/ (props changed) projects/graid/8/usr.bin/uudecode/ (props changed) projects/graid/8/usr.bin/vmstat/ (props changed) projects/graid/8/usr.bin/w/ (props changed) projects/graid/8/usr.bin/whois/ (props changed) projects/graid/8/usr.bin/xinstall/ (props changed) projects/graid/8/usr.bin/xlint/ (props changed) projects/graid/8/usr.bin/xz/ (props changed) projects/graid/8/usr.bin/yacc/ (props changed) projects/graid/8/usr.sbin/ (props changed) projects/graid/8/usr.sbin/IPXrouted/ (props changed) projects/graid/8/usr.sbin/Makefile (props changed) projects/graid/8/usr.sbin/Makefile.inc (props changed) projects/graid/8/usr.sbin/ac/ (props changed) projects/graid/8/usr.sbin/accton/ (props changed) projects/graid/8/usr.sbin/acpi/ (props changed) projects/graid/8/usr.sbin/adduser/ (props changed) projects/graid/8/usr.sbin/amd/ (props changed) projects/graid/8/usr.sbin/ancontrol/ (props changed) projects/graid/8/usr.sbin/apm/ (props changed) projects/graid/8/usr.sbin/apmd/ (props changed) projects/graid/8/usr.sbin/arp/ (props changed) projects/graid/8/usr.sbin/asf/ (props changed) projects/graid/8/usr.sbin/audit/ (props changed) projects/graid/8/usr.sbin/auditd/ (props changed) projects/graid/8/usr.sbin/auditreduce/ (props changed) projects/graid/8/usr.sbin/authpf/ (props changed) projects/graid/8/usr.sbin/bluetooth/ (props changed) projects/graid/8/usr.sbin/bluetooth/bthidcontrol/ (props changed) projects/graid/8/usr.sbin/bluetooth/bthidd/ (props changed) projects/graid/8/usr.sbin/boot0cfg/ (props changed) projects/graid/8/usr.sbin/boot98cfg/ (props changed) projects/graid/8/usr.sbin/bootparamd/ (props changed) projects/graid/8/usr.sbin/bsnmpd/ (props changed) projects/graid/8/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (props changed) projects/graid/8/usr.sbin/btxld/ (props changed) projects/graid/8/usr.sbin/burncd/ (props changed) projects/graid/8/usr.sbin/cdcontrol/ (props changed) projects/graid/8/usr.sbin/chkgrp/ (props changed) projects/graid/8/usr.sbin/chown/ (props changed) projects/graid/8/usr.sbin/chroot/ (props changed) projects/graid/8/usr.sbin/ckdist/ (props changed) projects/graid/8/usr.sbin/clear_locks/ (props changed) projects/graid/8/usr.sbin/config/ (props changed) projects/graid/8/usr.sbin/config/SMM.doc/ (props changed) projects/graid/8/usr.sbin/cpucontrol/ (props changed) projects/graid/8/usr.sbin/crashinfo/ (props changed) projects/graid/8/usr.sbin/cron/ (props changed) projects/graid/8/usr.sbin/crunch/ (props changed) projects/graid/8/usr.sbin/crunch/examples/ (props changed) projects/graid/8/usr.sbin/ctm/ (props changed) projects/graid/8/usr.sbin/cxgbtool/ (props changed) projects/graid/8/usr.sbin/daemon/ (props changed) projects/graid/8/usr.sbin/dconschat/ (props changed) projects/graid/8/usr.sbin/devinfo/ (props changed) projects/graid/8/usr.sbin/digictl/ (props changed) projects/graid/8/usr.sbin/diskinfo/ (props changed) projects/graid/8/usr.sbin/dnssec-dsfromkey/ (props changed) projects/graid/8/usr.sbin/dnssec-keyfromlabel/ (props changed) projects/graid/8/usr.sbin/dnssec-keygen/ (props changed) projects/graid/8/usr.sbin/dnssec-signzone/ (props changed) projects/graid/8/usr.sbin/dumpcis/ (props changed) projects/graid/8/usr.sbin/dumpcis/cardinfo.h (props changed) projects/graid/8/usr.sbin/dumpcis/cis.h (props changed) projects/graid/8/usr.sbin/editmap/ (props changed) projects/graid/8/usr.sbin/edquota/ (props changed) projects/graid/8/usr.sbin/eeprom/ (props changed) projects/graid/8/usr.sbin/extattr/ (props changed) projects/graid/8/usr.sbin/extattrctl/ (props changed) projects/graid/8/usr.sbin/faithd/ (props changed) projects/graid/8/usr.sbin/fdcontrol/ (props changed) projects/graid/8/usr.sbin/fdformat/ (props changed) projects/graid/8/usr.sbin/fdread/ (props changed) projects/graid/8/usr.sbin/fdwrite/ (props changed) projects/graid/8/usr.sbin/fifolog/ (props changed) projects/graid/8/usr.sbin/flowctl/ (props changed) projects/graid/8/usr.sbin/freebsd-update/ (props changed) projects/graid/8/usr.sbin/ftp-proxy/ (props changed) projects/graid/8/usr.sbin/fwcontrol/ (props changed) projects/graid/8/usr.sbin/getfmac/ (props changed) projects/graid/8/usr.sbin/getpmac/ (props changed) projects/graid/8/usr.sbin/gssd/ (props changed) projects/graid/8/usr.sbin/gstat/ (props changed) projects/graid/8/usr.sbin/i2c/ (props changed) projects/graid/8/usr.sbin/ifmcstat/ (props changed) projects/graid/8/usr.sbin/inetd/ (props changed) projects/graid/8/usr.sbin/iostat/ (props changed) projects/graid/8/usr.sbin/ip6addrctl/ (props changed) projects/graid/8/usr.sbin/ipfwpcap/ (props changed) projects/graid/8/usr.sbin/jail/ (props changed) projects/graid/8/usr.sbin/jexec/ (props changed) projects/graid/8/usr.sbin/jls/ (props changed) projects/graid/8/usr.sbin/kbdcontrol/ (props changed) projects/graid/8/usr.sbin/kbdmap/ (props changed) projects/graid/8/usr.sbin/kernbb/ (props changed) projects/graid/8/usr.sbin/keyserv/ (props changed) projects/graid/8/usr.sbin/kgmon/ (props changed) projects/graid/8/usr.sbin/kgzip/ (props changed) projects/graid/8/usr.sbin/kldxref/ (props changed) projects/graid/8/usr.sbin/lastlogin/ (props changed) projects/graid/8/usr.sbin/lmcconfig/ (props changed) projects/graid/8/usr.sbin/lpr/ (props changed) projects/graid/8/usr.sbin/lptcontrol/ (props changed) projects/graid/8/usr.sbin/mailstats/ (props changed) projects/graid/8/usr.sbin/mailwrapper/ (props changed) projects/graid/8/usr.sbin/makefs/ (props changed) projects/graid/8/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/graid/8/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/graid/8/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/graid/8/usr.sbin/makefs/getid.c (props changed) projects/graid/8/usr.sbin/makemap/ (props changed) projects/graid/8/usr.sbin/manctl/ (props changed) projects/graid/8/usr.sbin/memcontrol/ (props changed) projects/graid/8/usr.sbin/mergemaster/ (props changed) projects/graid/8/usr.sbin/mfiutil/ (props changed) projects/graid/8/usr.sbin/mixer/ (props changed) projects/graid/8/usr.sbin/mld6query/ (props changed) projects/graid/8/usr.sbin/mlxcontrol/ (props changed) projects/graid/8/usr.sbin/mount_nwfs/ (props changed) projects/graid/8/usr.sbin/mount_portalfs/ (props changed) projects/graid/8/usr.sbin/mount_smbfs/ (props changed) projects/graid/8/usr.sbin/mountd/ (props changed) projects/graid/8/usr.sbin/moused/ (props changed) projects/graid/8/usr.sbin/mptable/ (props changed) projects/graid/8/usr.sbin/mptutil/ (props changed) projects/graid/8/usr.sbin/mtest/ (props changed) projects/graid/8/usr.sbin/mtree/ (props changed) projects/graid/8/usr.sbin/named/ (props changed) projects/graid/8/usr.sbin/named-checkconf/ (props changed) projects/graid/8/usr.sbin/named-checkzone/ (props changed) projects/graid/8/usr.sbin/named.reload/ (props changed) projects/graid/8/usr.sbin/ndiscvt/ (props changed) projects/graid/8/usr.sbin/ndp/ (props changed) projects/graid/8/usr.sbin/newsyslog/ (props changed) projects/graid/8/usr.sbin/nfscbd/ (props changed) projects/graid/8/usr.sbin/nfsd/ (props changed) projects/graid/8/usr.sbin/nfsdumpstate/ (props changed) projects/graid/8/usr.sbin/nfsrevoke/ (props changed) projects/graid/8/usr.sbin/nfsuserd/ (props changed) projects/graid/8/usr.sbin/ngctl/ (props changed) projects/graid/8/usr.sbin/nghook/ (props changed) projects/graid/8/usr.sbin/nologin/ (props changed) projects/graid/8/usr.sbin/nscd/ (props changed) projects/graid/8/usr.sbin/ntp/ (props changed) projects/graid/8/usr.sbin/nvram/ (props changed) projects/graid/8/usr.sbin/ofwdump/ (props changed) projects/graid/8/usr.sbin/pciconf/ (props changed) projects/graid/8/usr.sbin/periodic/ (props changed) projects/graid/8/usr.sbin/pkg_install/ (props changed) projects/graid/8/usr.sbin/pmcannotate/ (props changed) projects/graid/8/usr.sbin/pmccontrol/ (props changed) projects/graid/8/usr.sbin/pmcstat/ (props changed) projects/graid/8/usr.sbin/pnpinfo/ (props changed) projects/graid/8/usr.sbin/portsnap/ (props changed) projects/graid/8/usr.sbin/powerd/ (props changed) projects/graid/8/usr.sbin/ppp/ (props changed) projects/graid/8/usr.sbin/pppctl/ (props changed) projects/graid/8/usr.sbin/praliases/ (props changed) projects/graid/8/usr.sbin/praudit/ (props changed) projects/graid/8/usr.sbin/procctl/ (props changed) projects/graid/8/usr.sbin/pstat/ (props changed) projects/graid/8/usr.sbin/pw/ (props changed) projects/graid/8/usr.sbin/pwd_mkdb/ (props changed) projects/graid/8/usr.sbin/quot/ (props changed) projects/graid/8/usr.sbin/quotaon/ (props changed) projects/graid/8/usr.sbin/rarpd/ (props changed) projects/graid/8/usr.sbin/repquota/ (props changed) projects/graid/8/usr.sbin/rip6query/ (props changed) projects/graid/8/usr.sbin/rmt/ (props changed) projects/graid/8/usr.sbin/rndc/ (props changed) projects/graid/8/usr.sbin/rndc-confgen/ (props changed) projects/graid/8/usr.sbin/route6d/ (props changed) projects/graid/8/usr.sbin/rpc.lockd/ (props changed) projects/graid/8/usr.sbin/rpc.statd/ (props changed) projects/graid/8/usr.sbin/rpc.umntall/ (props changed) projects/graid/8/usr.sbin/rpc.yppasswdd/ (props changed) projects/graid/8/usr.sbin/rpc.ypupdated/ (props changed) projects/graid/8/usr.sbin/rpc.ypxfrd/ (props changed) projects/graid/8/usr.sbin/rpcbind/ (props changed) projects/graid/8/usr.sbin/rrenumd/ (props changed) projects/graid/8/usr.sbin/rtadvd/ (props changed) projects/graid/8/usr.sbin/rtprio/ (props changed) projects/graid/8/usr.sbin/rtsold/ (props changed) projects/graid/8/usr.sbin/rwhod/ (props changed) projects/graid/8/usr.sbin/sa/ (props changed) projects/graid/8/usr.sbin/sade/ (props changed) projects/graid/8/usr.sbin/sendmail/ (props changed) projects/graid/8/usr.sbin/service/ (props changed) projects/graid/8/usr.sbin/service/Makefile (props changed) projects/graid/8/usr.sbin/service/service.8 (props changed) projects/graid/8/usr.sbin/service/service.sh (props changed) projects/graid/8/usr.sbin/services_mkdb/ (props changed) projects/graid/8/usr.sbin/services_mkdb/Makefile (props changed) projects/graid/8/usr.sbin/services_mkdb/services_mkdb.8 (props changed) projects/graid/8/usr.sbin/services_mkdb/services_mkdb.c (props changed) projects/graid/8/usr.sbin/services_mkdb/uniq.c (props changed) projects/graid/8/usr.sbin/setfib/ (props changed) projects/graid/8/usr.sbin/setfmac/ (props changed) projects/graid/8/usr.sbin/setpmac/ (props changed) projects/graid/8/usr.sbin/sicontrol/ (props changed) projects/graid/8/usr.sbin/smbmsg/ (props changed) projects/graid/8/usr.sbin/snapinfo/ (props changed) projects/graid/8/usr.sbin/spkrtest/ (props changed) projects/graid/8/usr.sbin/spray/ (props changed) projects/graid/8/usr.sbin/sysinstall/ (props changed) projects/graid/8/usr.sbin/syslogd/ (props changed) projects/graid/8/usr.sbin/tcpdchk/ (props changed) projects/graid/8/usr.sbin/tcpdmatch/ (props changed) projects/graid/8/usr.sbin/tcpdrop/ (props changed) projects/graid/8/usr.sbin/tcpdump/ (props changed) projects/graid/8/usr.sbin/timed/ (props changed) projects/graid/8/usr.sbin/traceroute/ (props changed) projects/graid/8/usr.sbin/traceroute6/ (props changed) projects/graid/8/usr.sbin/trpt/ (props changed) projects/graid/8/usr.sbin/tzsetup/ (props changed) projects/graid/8/usr.sbin/uathload/ (props changed) projects/graid/8/usr.sbin/ugidfw/ (props changed) projects/graid/8/usr.sbin/uhsoctl/ (props changed) projects/graid/8/usr.sbin/usbconfig/ (props changed) projects/graid/8/usr.sbin/usbdevs/ (props changed) projects/graid/8/usr.sbin/vidcontrol/ (props changed) projects/graid/8/usr.sbin/vipw/ (props changed) projects/graid/8/usr.sbin/wake/ (props changed) projects/graid/8/usr.sbin/watch/ (props changed) projects/graid/8/usr.sbin/watchdogd/ (props changed) projects/graid/8/usr.sbin/wlandebug/ (props changed) projects/graid/8/usr.sbin/wlconfig/ (props changed) projects/graid/8/usr.sbin/wpa/ (props changed) projects/graid/8/usr.sbin/yp_mkdb/ (props changed) projects/graid/8/usr.sbin/ypbind/ (props changed) projects/graid/8/usr.sbin/yppoll/ (props changed) projects/graid/8/usr.sbin/yppush/ (props changed) projects/graid/8/usr.sbin/ypserv/ (props changed) projects/graid/8/usr.sbin/ypset/ (props changed) projects/graid/8/usr.sbin/zic/ (props changed) projects/graid/8/usr.sbin/zzz/ (props changed) Modified: projects/graid/8/sys/geom/raid/tr_raid1.c ============================================================================== --- projects/graid/8/sys/geom/raid/tr_raid1.c Fri Mar 4 09:03:54 2011 (r219258) +++ projects/graid/8/sys/geom/raid/tr_raid1.c Fri Mar 4 09:18:34 2011 (r219259) @@ -722,7 +722,7 @@ g_raid_tr_iodone_raid1(struct g_raid_tr_ bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; bp->bio_offset = bp->bio_offset; bp->bio_length = bp->bio_length; - G_RAID_LOGREQ(4, bp, "Queueing reguild write."); + G_RAID_LOGREQ(4, bp, "Queueing rebuild write."); g_raid_subdisk_iostart(trs->trso_failed_sd, bp); } else { /* From owner-svn-src-projects@FreeBSD.ORG Fri Mar 4 09:20:23 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE0F106564A; Fri, 4 Mar 2011 09:20:23 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC888FC19; Fri, 4 Mar 2011 09:20:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p249KN4R018469; Fri, 4 Mar 2011 09:20:23 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p249KNYd018467; Fri, 4 Mar 2011 09:20:23 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103040920.p249KNYd018467@svn.freebsd.org> From: Alexander Motin Date: Fri, 4 Mar 2011 09:20:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219260 - in projects/graid/7: . contrib/bsnmp/snmpd contrib/wpa_supplicant gnu/usr.bin/groff/tmac share/misc sys/geom/raid tools/tools/nanobsd usr.sbin usr.sbin/bsnmpd/modules/snmp_hos... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2011 09:20:23 -0000 Author: mav Date: Fri Mar 4 09:20:23 2011 New Revision: 219260 URL: http://svn.freebsd.org/changeset/base/219260 Log: MFH r219243 Modified: projects/graid/7/sys/geom/raid/tr_raid1.c Directory Properties: projects/graid/7/ (props changed) projects/graid/7/COPYRIGHT (props changed) projects/graid/7/Makefile (props changed) projects/graid/7/Makefile.inc1 (props changed) projects/graid/7/ObsoleteFiles.inc (props changed) projects/graid/7/UPDATING (props changed) projects/graid/7/bin/ (props changed) projects/graid/7/bin/chflags/ (props changed) projects/graid/7/bin/chio/ (props changed) projects/graid/7/bin/cp/ (props changed) projects/graid/7/bin/csh/ (props changed) projects/graid/7/bin/dd/ (props changed) projects/graid/7/bin/df/ (props changed) projects/graid/7/bin/echo/ (props changed) projects/graid/7/bin/expr/ (props changed) projects/graid/7/bin/kill/ (props changed) projects/graid/7/bin/ln/ (props changed) projects/graid/7/bin/ls/ (props changed) projects/graid/7/bin/pax/ (props changed) projects/graid/7/bin/ps/ (props changed) projects/graid/7/bin/rm/ (props changed) projects/graid/7/bin/sh/ (props changed) projects/graid/7/bin/test/ (props changed) projects/graid/7/cddl/contrib/opensolaris/ (props changed) projects/graid/7/cddl/lib/libzpool/ (props changed) projects/graid/7/contrib/bind9/ (props changed) projects/graid/7/contrib/binutils/ (props changed) projects/graid/7/contrib/bsnmp/ (props changed) projects/graid/7/contrib/bsnmp/snmpd/bsnmpd.1 (props changed) projects/graid/7/contrib/cpio/ (props changed) projects/graid/7/contrib/csup/ (props changed) projects/graid/7/contrib/expat/ (props changed) projects/graid/7/contrib/gcc/ (props changed) projects/graid/7/contrib/gdb/ (props changed) projects/graid/7/contrib/gdtoa/ (props changed) projects/graid/7/contrib/groff/ (props changed) projects/graid/7/contrib/ipfilter/ (props changed) projects/graid/7/contrib/less/ (props changed) projects/graid/7/contrib/libpcap/ (props changed) projects/graid/7/contrib/ncurses/ (props changed) projects/graid/7/contrib/netcat/ (props changed) projects/graid/7/contrib/ntp/ (props changed) projects/graid/7/contrib/nvi/ (props changed) projects/graid/7/contrib/pf/ (props changed) projects/graid/7/contrib/sendmail/ (props changed) projects/graid/7/contrib/smbfs/ (props changed) projects/graid/7/contrib/tcp_wrappers/ (props changed) projects/graid/7/contrib/tcsh/ (props changed) projects/graid/7/contrib/telnet/ (props changed) projects/graid/7/contrib/top/ (props changed) projects/graid/7/contrib/traceroute/ (props changed) projects/graid/7/contrib/wpa_supplicant/ (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.conf (props changed) projects/graid/7/crypto/openssh/ (props changed) projects/graid/7/crypto/openssl/ (props changed) projects/graid/7/etc/ (props changed) projects/graid/7/games/factor/ (props changed) projects/graid/7/games/fortune/ (props changed) projects/graid/7/games/grdc/ (props changed) projects/graid/7/gnu/ (props changed) projects/graid/7/gnu/lib/libstdc++/ (props changed) projects/graid/7/gnu/usr.bin/ (props changed) projects/graid/7/gnu/usr.bin/cc/ (props changed) projects/graid/7/gnu/usr.bin/cpio/ (props changed) projects/graid/7/gnu/usr.bin/cvs/ (props changed) projects/graid/7/gnu/usr.bin/gdb/ (props changed) projects/graid/7/gnu/usr.bin/gdb/kgdb/ (props changed) projects/graid/7/gnu/usr.bin/grep/ (props changed) projects/graid/7/gnu/usr.bin/groff/ (props changed) projects/graid/7/gnu/usr.bin/groff/tmac/mdoc.local (props changed) projects/graid/7/gnu/usr.bin/man/ (props changed) projects/graid/7/gnu/usr.bin/sort/ (props changed) projects/graid/7/include/ (props changed) projects/graid/7/kerberos5/ (props changed) projects/graid/7/lib/ (props changed) projects/graid/7/lib/bind/ (props changed) projects/graid/7/lib/csu/ (props changed) projects/graid/7/lib/libarchive/ (props changed) projects/graid/7/lib/libbluetooth/ (props changed) projects/graid/7/lib/libc/ (props changed) projects/graid/7/lib/libc/stdtime/ (props changed) projects/graid/7/lib/libc_r/ (props changed) projects/graid/7/lib/libcam/ (props changed) projects/graid/7/lib/libdisk/ (props changed) projects/graid/7/lib/libdwarf/ (props changed) projects/graid/7/lib/libelf/ (props changed) projects/graid/7/lib/libexpat/ (props changed) projects/graid/7/lib/libfetch/ (props changed) projects/graid/7/lib/libftpio/ (props changed) projects/graid/7/lib/libgeom/ (props changed) projects/graid/7/lib/libgssapi/ (props changed) projects/graid/7/lib/libkse/ (props changed) projects/graid/7/lib/libkvm/ (props changed) projects/graid/7/lib/libmagic/ (props changed) projects/graid/7/lib/libmemstat/ (props changed) projects/graid/7/lib/libpmc/ (props changed) projects/graid/7/lib/libradius/ (props changed) projects/graid/7/lib/libsm/ (props changed) projects/graid/7/lib/libstand/ (props changed) projects/graid/7/lib/libthr/ (props changed) projects/graid/7/lib/libthread_db/ (props changed) projects/graid/7/lib/libufs/ (props changed) projects/graid/7/lib/libutil/ (props changed) projects/graid/7/lib/msun/ (props changed) projects/graid/7/libexec/ (props changed) projects/graid/7/libexec/ftpd/ (props changed) projects/graid/7/libexec/rpc.rquotad/ (props changed) projects/graid/7/libexec/rpc.rstatd/ (props changed) projects/graid/7/libexec/rtld-elf/ (props changed) projects/graid/7/libexec/tftpd/ (props changed) projects/graid/7/release/ (props changed) projects/graid/7/release/doc/ (props changed) projects/graid/7/release/doc/en_US.ISO8859-1/hardware/ (props changed) projects/graid/7/release/picobsd/tinyware/login/ (props changed) projects/graid/7/rescue/ (props changed) projects/graid/7/sbin/ (props changed) projects/graid/7/sbin/atacontrol/ (props changed) projects/graid/7/sbin/bsdlabel/ (props changed) projects/graid/7/sbin/clri/ (props changed) projects/graid/7/sbin/ddb/ (props changed) projects/graid/7/sbin/devd/ (props changed) projects/graid/7/sbin/devfs/ (props changed) projects/graid/7/sbin/dhclient/ (props changed) projects/graid/7/sbin/dumpfs/ (props changed) projects/graid/7/sbin/fdisk/ (props changed) projects/graid/7/sbin/fdisk_pc98/ (props changed) projects/graid/7/sbin/fsck/ (props changed) projects/graid/7/sbin/fsck_ffs/ (props changed) projects/graid/7/sbin/fsck_msdosfs/ (props changed) projects/graid/7/sbin/geom/ (props changed) projects/graid/7/sbin/geom/class/label/ (props changed) projects/graid/7/sbin/geom/class/part/ (props changed) projects/graid/7/sbin/geom/class/stripe/ (props changed) projects/graid/7/sbin/geom/misc/ (props changed) projects/graid/7/sbin/growfs/ (props changed) projects/graid/7/sbin/ifconfig/ (props changed) projects/graid/7/sbin/init/ (props changed) projects/graid/7/sbin/ipf/ (props changed) projects/graid/7/sbin/ipfw/ (props changed) projects/graid/7/sbin/md5/ (props changed) projects/graid/7/sbin/mdconfig/ (props changed) projects/graid/7/sbin/mksnap_ffs/ (props changed) projects/graid/7/sbin/mount/ (props changed) projects/graid/7/sbin/mount_msdosfs/ (props changed) projects/graid/7/sbin/natd/ (props changed) projects/graid/7/sbin/newfs/ (props changed) projects/graid/7/sbin/newfs_msdos/ (props changed) projects/graid/7/sbin/ping6/ (props changed) projects/graid/7/sbin/reboot/ (props changed) projects/graid/7/sbin/restore/ (props changed) projects/graid/7/sbin/route/ (props changed) projects/graid/7/sbin/savecore/ (props changed) projects/graid/7/sbin/sconfig/ (props changed) projects/graid/7/sbin/shutdown/ (props changed) projects/graid/7/sbin/sysctl/ (props changed) projects/graid/7/sbin/tunefs/ (props changed) projects/graid/7/secure/lib/libcrypto/ (props changed) projects/graid/7/secure/lib/libssh/ (props changed) projects/graid/7/secure/lib/libssl/ (props changed) projects/graid/7/secure/libexec/sftp-server/ (props changed) projects/graid/7/secure/usr.bin/bdes/ (props changed) projects/graid/7/secure/usr.bin/openssl/ (props changed) projects/graid/7/secure/usr.bin/ssh/ (props changed) projects/graid/7/secure/usr.sbin/sshd/ (props changed) projects/graid/7/share/ (props changed) projects/graid/7/share/colldef/ (props changed) projects/graid/7/share/dict/ (props changed) projects/graid/7/share/doc/bind9/ (props changed) projects/graid/7/share/doc/papers/jail/ (props changed) projects/graid/7/share/doc/smm/01.setup/ (props changed) projects/graid/7/share/examples/ (props changed) projects/graid/7/share/man/ (props changed) projects/graid/7/share/man/man1/ (props changed) projects/graid/7/share/man/man3/ (props changed) projects/graid/7/share/man/man4/ (props changed) projects/graid/7/share/man/man5/ (props changed) projects/graid/7/share/man/man7/ (props changed) projects/graid/7/share/man/man8/ (props changed) projects/graid/7/share/man/man9/ (props changed) projects/graid/7/share/misc/ (props changed) projects/graid/7/share/misc/iso639 (props changed) projects/graid/7/share/misc/pci_vendors (props changed) projects/graid/7/share/mk/ (props changed) projects/graid/7/share/mklocale/ (props changed) projects/graid/7/share/monetdef/ (props changed) projects/graid/7/share/msgdef/ (props changed) projects/graid/7/share/numericdef/ (props changed) projects/graid/7/share/sendmail/ (props changed) projects/graid/7/share/syscons/ (props changed) projects/graid/7/share/syscons/keymaps/ (props changed) projects/graid/7/share/termcap/ (props changed) projects/graid/7/share/timedef/ (props changed) projects/graid/7/share/zoneinfo/ (props changed) projects/graid/7/sys/ (props changed) projects/graid/7/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/7/sys/contrib/dev/acpica/ (props changed) projects/graid/7/sys/contrib/pf/ (props changed) projects/graid/7/tools/ (props changed) projects/graid/7/tools/build/ (props changed) projects/graid/7/tools/build/options/ (props changed) projects/graid/7/tools/debugscripts/ (props changed) projects/graid/7/tools/regression/acct/ (props changed) projects/graid/7/tools/regression/atm/ (props changed) projects/graid/7/tools/regression/bin/ (props changed) projects/graid/7/tools/regression/bin/date/ (props changed) projects/graid/7/tools/regression/bin/sh/ (props changed) projects/graid/7/tools/regression/file/ (props changed) projects/graid/7/tools/regression/file/flock/ (props changed) projects/graid/7/tools/regression/lib/libc/ (props changed) projects/graid/7/tools/regression/usr.bin/ (props changed) projects/graid/7/tools/regression/usr.bin/jot/ (props changed) projects/graid/7/tools/regression/usr.bin/tr/ (props changed) projects/graid/7/tools/sched/ (props changed) projects/graid/7/tools/test/ (props changed) projects/graid/7/tools/tools/ (props changed) projects/graid/7/tools/tools/aac/ (props changed) projects/graid/7/tools/tools/crypto/ (props changed) projects/graid/7/tools/tools/editing/ (props changed) projects/graid/7/tools/tools/nanobsd/ (props changed) projects/graid/7/tools/tools/nanobsd/FlashDevice.sub (props changed) projects/graid/7/tools/tools/nanobsd/nanobsd.sh (props changed) projects/graid/7/tools/tools/netrate/ (props changed) projects/graid/7/tools/tools/umastat/ (props changed) projects/graid/7/tools/tools/usb/ (props changed) projects/graid/7/usr.bin/ (props changed) projects/graid/7/usr.bin/basename/ (props changed) projects/graid/7/usr.bin/bluetooth/rfcomm_sppd/ (props changed) projects/graid/7/usr.bin/calendar/ (props changed) projects/graid/7/usr.bin/catman/ (props changed) projects/graid/7/usr.bin/cksum/ (props changed) projects/graid/7/usr.bin/comm/ (props changed) projects/graid/7/usr.bin/cpuset/ (props changed) projects/graid/7/usr.bin/csup/ (props changed) projects/graid/7/usr.bin/dirname/ (props changed) projects/graid/7/usr.bin/du/ (props changed) projects/graid/7/usr.bin/fetch/ (props changed) projects/graid/7/usr.bin/file/ (props changed) projects/graid/7/usr.bin/find/ (props changed) projects/graid/7/usr.bin/finger/ (props changed) projects/graid/7/usr.bin/fold/ (props changed) projects/graid/7/usr.bin/fstat/ (props changed) projects/graid/7/usr.bin/gcore/ (props changed) projects/graid/7/usr.bin/gprof/ (props changed) projects/graid/7/usr.bin/gzip/ (props changed) projects/graid/7/usr.bin/hexdump/ (props changed) projects/graid/7/usr.bin/id/ (props changed) projects/graid/7/usr.bin/indent/ (props changed) projects/graid/7/usr.bin/ipcrm/ (props changed) projects/graid/7/usr.bin/ipcs/ (props changed) projects/graid/7/usr.bin/jot/ (props changed) projects/graid/7/usr.bin/kdump/ (props changed) projects/graid/7/usr.bin/ktrace/ (props changed) projects/graid/7/usr.bin/ldd/ (props changed) projects/graid/7/usr.bin/less/ (props changed) projects/graid/7/usr.bin/locate/ (props changed) projects/graid/7/usr.bin/lockf/ (props changed) projects/graid/7/usr.bin/logger/ (props changed) projects/graid/7/usr.bin/make/ (props changed) projects/graid/7/usr.bin/ncal/ (props changed) projects/graid/7/usr.bin/netstat/ (props changed) projects/graid/7/usr.bin/newgrp/ (props changed) projects/graid/7/usr.bin/nsupdate/ (props changed) projects/graid/7/usr.bin/pkill/ (props changed) projects/graid/7/usr.bin/procstat/ (props changed) projects/graid/7/usr.bin/quota/ (props changed) projects/graid/7/usr.bin/rpcgen/ (props changed) projects/graid/7/usr.bin/ruptime/ (props changed) projects/graid/7/usr.bin/script/ (props changed) projects/graid/7/usr.bin/sed/ (props changed) projects/graid/7/usr.bin/shar/ (props changed) projects/graid/7/usr.bin/sockstat/ (props changed) projects/graid/7/usr.bin/stat/ (props changed) projects/graid/7/usr.bin/su/ (props changed) projects/graid/7/usr.bin/systat/ (props changed) projects/graid/7/usr.bin/tail/ (props changed) projects/graid/7/usr.bin/tar/ (props changed) projects/graid/7/usr.bin/tftp/ (props changed) projects/graid/7/usr.bin/tip/ (props changed) projects/graid/7/usr.bin/top/ (props changed) projects/graid/7/usr.bin/truncate/ (props changed) projects/graid/7/usr.bin/truss/ (props changed) projects/graid/7/usr.bin/uname/ (props changed) projects/graid/7/usr.bin/unifdef/ (props changed) projects/graid/7/usr.bin/units/ (props changed) projects/graid/7/usr.bin/uudecode/ (props changed) projects/graid/7/usr.bin/vmstat/ (props changed) projects/graid/7/usr.bin/w/ (props changed) projects/graid/7/usr.bin/wc/ (props changed) projects/graid/7/usr.bin/whereis/ (props changed) projects/graid/7/usr.bin/whois/ (props changed) projects/graid/7/usr.bin/window/ (props changed) projects/graid/7/usr.bin/xargs/ (props changed) projects/graid/7/usr.bin/ypcat/ (props changed) projects/graid/7/usr.bin/ypmatch/ (props changed) projects/graid/7/usr.bin/ypwhich/ (props changed) projects/graid/7/usr.sbin/ (props changed) projects/graid/7/usr.sbin/Makefile (props changed) projects/graid/7/usr.sbin/acpi/ (props changed) projects/graid/7/usr.sbin/adduser/ (props changed) projects/graid/7/usr.sbin/arp/ (props changed) projects/graid/7/usr.sbin/bluetooth/ (props changed) projects/graid/7/usr.sbin/bluetooth/btpand/ (props changed) projects/graid/7/usr.sbin/bluetooth/hcsecd/ (props changed) projects/graid/7/usr.sbin/bluetooth/hcseriald/ (props changed) projects/graid/7/usr.sbin/bluetooth/rfcomm_pppd/ (props changed) projects/graid/7/usr.sbin/bluetooth/sdpd/ (props changed) projects/graid/7/usr.sbin/boot0cfg/ (props changed) projects/graid/7/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (props changed) projects/graid/7/usr.sbin/bsnmpd/modules/snmp_pf/ (props changed) projects/graid/7/usr.sbin/burncd/ (props changed) projects/graid/7/usr.sbin/cdcontrol/ (props changed) projects/graid/7/usr.sbin/chown/ (props changed) projects/graid/7/usr.sbin/chroot/ (props changed) projects/graid/7/usr.sbin/config/ (props changed) projects/graid/7/usr.sbin/config/SMM.doc/ (props changed) projects/graid/7/usr.sbin/cpucontrol/ (props changed) projects/graid/7/usr.sbin/crashinfo/ (props changed) projects/graid/7/usr.sbin/cron/ (props changed) projects/graid/7/usr.sbin/cron/cron/ (props changed) projects/graid/7/usr.sbin/crunch/ (props changed) projects/graid/7/usr.sbin/cxgbtool/ (props changed) projects/graid/7/usr.sbin/eeprom/ (props changed) projects/graid/7/usr.sbin/extattr/ (props changed) projects/graid/7/usr.sbin/faithd/ (props changed) projects/graid/7/usr.sbin/fdcontrol/ (props changed) projects/graid/7/usr.sbin/fdformat/ (props changed) projects/graid/7/usr.sbin/fdread/ (props changed) projects/graid/7/usr.sbin/fdwrite/ (props changed) projects/graid/7/usr.sbin/fifolog/ (props changed) projects/graid/7/usr.sbin/freebsd-update/ (props changed) projects/graid/7/usr.sbin/fwcontrol/ (props changed) projects/graid/7/usr.sbin/gstat/ (props changed) projects/graid/7/usr.sbin/iostat/ (props changed) projects/graid/7/usr.sbin/jail/ (props changed) projects/graid/7/usr.sbin/jexec/ (props changed) projects/graid/7/usr.sbin/jls/ (props changed) projects/graid/7/usr.sbin/lpr/ (props changed) projects/graid/7/usr.sbin/mailwrapper/ (props changed) projects/graid/7/usr.sbin/makefs/ (props changed) projects/graid/7/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/graid/7/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/graid/7/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/graid/7/usr.sbin/makefs/getid.c (props changed) projects/graid/7/usr.sbin/mergemaster/ (props changed) projects/graid/7/usr.sbin/mfiutil/ (props changed) projects/graid/7/usr.sbin/mountd/ (props changed) projects/graid/7/usr.sbin/mptutil/ (props changed) projects/graid/7/usr.sbin/mtree/ (props changed) projects/graid/7/usr.sbin/ndiscvt/ (props changed) projects/graid/7/usr.sbin/ndp/ (props changed) projects/graid/7/usr.sbin/newsyslog/ (props changed) projects/graid/7/usr.sbin/nscd/ (props changed) projects/graid/7/usr.sbin/ntp/ (props changed) projects/graid/7/usr.sbin/pciconf/ (props changed) projects/graid/7/usr.sbin/pkg_install/ (props changed) projects/graid/7/usr.sbin/pmccontrol/ (props changed) projects/graid/7/usr.sbin/pmcstat/ (props changed) projects/graid/7/usr.sbin/portsnap/ (props changed) projects/graid/7/usr.sbin/powerd/ (props changed) projects/graid/7/usr.sbin/ppp/ (props changed) projects/graid/7/usr.sbin/pstat/ (props changed) projects/graid/7/usr.sbin/pw/ (props changed) projects/graid/7/usr.sbin/pwd_mkdb/ (props changed) projects/graid/7/usr.sbin/rpc.lockd/ (props changed) projects/graid/7/usr.sbin/rpc.statd/ (props changed) projects/graid/7/usr.sbin/rpc.yppasswdd/ (props changed) projects/graid/7/usr.sbin/rtadvd/ (props changed) projects/graid/7/usr.sbin/rtsold/ (props changed) projects/graid/7/usr.sbin/sade/ (props changed) projects/graid/7/usr.sbin/service/ (props changed) projects/graid/7/usr.sbin/setfib/ (props changed) projects/graid/7/usr.sbin/sysinstall/ (props changed) projects/graid/7/usr.sbin/syslogd/ (props changed) projects/graid/7/usr.sbin/traceroute/ (props changed) projects/graid/7/usr.sbin/traceroute6/ (props changed) projects/graid/7/usr.sbin/tzsetup/ (props changed) projects/graid/7/usr.sbin/ugidfw/ (props changed) projects/graid/7/usr.sbin/wpa/wpa_supplicant/ (props changed) projects/graid/7/usr.sbin/ypserv/ (props changed) projects/graid/7/usr.sbin/zic/ (props changed) Modified: projects/graid/7/sys/geom/raid/tr_raid1.c ============================================================================== --- projects/graid/7/sys/geom/raid/tr_raid1.c Fri Mar 4 09:18:34 2011 (r219259) +++ projects/graid/7/sys/geom/raid/tr_raid1.c Fri Mar 4 09:20:23 2011 (r219260) @@ -722,7 +722,7 @@ g_raid_tr_iodone_raid1(struct g_raid_tr_ bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; bp->bio_offset = bp->bio_offset; bp->bio_length = bp->bio_length; - G_RAID_LOGREQ(4, bp, "Queueing reguild write."); + G_RAID_LOGREQ(4, bp, "Queueing rebuild write."); g_raid_subdisk_iostart(trs->trso_failed_sd, bp); } else { /* From owner-svn-src-projects@FreeBSD.ORG Fri Mar 4 10:57:22 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BB26106566B; Fri, 4 Mar 2011 10:57:22 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4404D8FC18; Fri, 4 Mar 2011 10:57:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p24AvMHw027963; Fri, 4 Mar 2011 10:57:22 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p24AvL19027943; Fri, 4 Mar 2011 10:57:21 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103041057.p24AvL19027943@svn.freebsd.org> From: Alexander Motin Date: Fri, 4 Mar 2011 10:57:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219261 - in projects/graid/head: . bin/csh bin/df bin/ed bin/kenv bin/kill bin/pkill bin/sh bin/test cddl/compat/opensolaris/include cddl/compat/opensolaris/misc cddl/contrib/opensolar... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2011 10:57:22 -0000 Author: mav Date: Fri Mar 4 10:57:17 2011 New Revision: 219261 URL: http://svn.freebsd.org/changeset/base/219261 Log: MFbase @r219260 Added: projects/graid/head/bin/csh/iconv_stub.h - copied unchanged from r219260, head/bin/csh/iconv_stub.h projects/graid/head/bin/sh/arith_yacc.c - copied unchanged from r219260, head/bin/sh/arith_yacc.c projects/graid/head/bin/sh/arith_yacc.h - copied unchanged from r219260, head/bin/sh/arith_yacc.h projects/graid/head/bin/sh/arith_yylex.c - copied unchanged from r219260, head/bin/sh/arith_yylex.c projects/graid/head/cddl/compat/opensolaris/include/sha2.h - copied unchanged from r219260, head/cddl/compat/opensolaris/include/sha2.h projects/graid/head/cddl/compat/opensolaris/include/thread_pool.h - copied unchanged from r219260, head/cddl/compat/opensolaris/include/thread_pool.h projects/graid/head/cddl/contrib/opensolaris/cmd/stat/ - copied from r219260, head/cddl/contrib/opensolaris/cmd/stat/ projects/graid/head/cddl/contrib/opensolaris/cmd/zlook/ - copied from r219260, head/cddl/contrib/opensolaris/cmd/zlook/ projects/graid/head/cddl/contrib/opensolaris/cmd/zstreamdump/ - copied from r219260, head/cddl/contrib/opensolaris/cmd/zstreamdump/ projects/graid/head/cddl/contrib/opensolaris/lib/libuutil/common/uu_string.c - copied unchanged from r219260, head/cddl/contrib/opensolaris/lib/libuutil/common/uu_string.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_diff.c - copied unchanged from r219260, head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_diff.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_fru.c - copied unchanged from r219260, head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_fru.c projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/holds.py - copied unchanged from r219260, head/cddl/contrib/opensolaris/lib/pyzfs/common/holds.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/table.py - copied unchanged from r219260, head/cddl/contrib/opensolaris/lib/pyzfs/common/table.py projects/graid/head/cddl/usr.bin/zlook/ - copied from r219260, head/cddl/usr.bin/zlook/ projects/graid/head/cddl/usr.bin/zstreamdump/ - copied from r219260, head/cddl/usr.bin/zstreamdump/ projects/graid/head/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.html - copied unchanged from r219260, head/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.html projects/graid/head/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.pdf - copied unchanged from r219260, head/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.pdf projects/graid/head/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.txt - copied unchanged from r219260, head/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.txt projects/graid/head/contrib/binutils/bfd/ChangeLog-2006 - copied unchanged from r219260, head/contrib/binutils/bfd/ChangeLog-2006 projects/graid/head/contrib/binutils/bfd/cpu-cr16.c - copied unchanged from r219260, head/contrib/binutils/bfd/cpu-cr16.c projects/graid/head/contrib/binutils/bfd/cpu-mep.c - copied unchanged from r219260, head/contrib/binutils/bfd/cpu-mep.c projects/graid/head/contrib/binutils/bfd/cpu-score.c - copied unchanged from r219260, head/contrib/binutils/bfd/cpu-score.c projects/graid/head/contrib/binutils/bfd/cpu-spu.c - copied unchanged from r219260, head/contrib/binutils/bfd/cpu-spu.c projects/graid/head/contrib/binutils/bfd/elf-attrs.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf-attrs.c projects/graid/head/contrib/binutils/bfd/elf-vxworks.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf-vxworks.c projects/graid/head/contrib/binutils/bfd/elf-vxworks.h - copied unchanged from r219260, head/contrib/binutils/bfd/elf-vxworks.h projects/graid/head/contrib/binutils/bfd/elf32-arm.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-arm.c projects/graid/head/contrib/binutils/bfd/elf32-avr.h - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-avr.h projects/graid/head/contrib/binutils/bfd/elf32-cr16.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-cr16.c projects/graid/head/contrib/binutils/bfd/elf32-mep.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-mep.c projects/graid/head/contrib/binutils/bfd/elf32-score.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-score.c projects/graid/head/contrib/binutils/bfd/elf32-sh-relocs.h - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-sh-relocs.h projects/graid/head/contrib/binutils/bfd/elf32-spu.c - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-spu.c projects/graid/head/contrib/binutils/bfd/elf32-spu.h - copied unchanged from r219260, head/contrib/binutils/bfd/elf32-spu.h projects/graid/head/contrib/binutils/bfd/elfxx-sparc.c - copied unchanged from r219260, head/contrib/binutils/bfd/elfxx-sparc.c projects/graid/head/contrib/binutils/bfd/elfxx-sparc.h - copied unchanged from r219260, head/contrib/binutils/bfd/elfxx-sparc.h projects/graid/head/contrib/binutils/bfd/mep-relocs.pl - copied unchanged from r219260, head/contrib/binutils/bfd/mep-relocs.pl projects/graid/head/contrib/binutils/bfd/pe-arm-wince.c - copied unchanged from r219260, head/contrib/binutils/bfd/pe-arm-wince.c projects/graid/head/contrib/binutils/bfd/pe-x86_64.c - copied unchanged from r219260, head/contrib/binutils/bfd/pe-x86_64.c projects/graid/head/contrib/binutils/bfd/pei-arm-wince.c - copied unchanged from r219260, head/contrib/binutils/bfd/pei-arm-wince.c projects/graid/head/contrib/binutils/bfd/pei-x86_64.c - copied unchanged from r219260, head/contrib/binutils/bfd/pei-x86_64.c projects/graid/head/contrib/binutils/binutils/ChangeLog-2006 - copied unchanged from r219260, head/contrib/binutils/binutils/ChangeLog-2006 projects/graid/head/contrib/binutils/binutils/bin2c.c - copied unchanged from r219260, head/contrib/binutils/binutils/bin2c.c projects/graid/head/contrib/binutils/binutils/dwarf.c - copied unchanged from r219260, head/contrib/binutils/binutils/dwarf.c projects/graid/head/contrib/binutils/binutils/dwarf.h - copied unchanged from r219260, head/contrib/binutils/binutils/dwarf.h projects/graid/head/contrib/binutils/binutils/embedspu.sh - copied unchanged from r219260, head/contrib/binutils/binutils/embedspu.sh projects/graid/head/contrib/binutils/binutils/mclex.c - copied unchanged from r219260, head/contrib/binutils/binutils/mclex.c projects/graid/head/contrib/binutils/binutils/mcparse.y - copied unchanged from r219260, head/contrib/binutils/binutils/mcparse.y projects/graid/head/contrib/binutils/binutils/sysdep.h - copied unchanged from r219260, head/contrib/binutils/binutils/sysdep.h projects/graid/head/contrib/binutils/binutils/windint.h - copied unchanged from r219260, head/contrib/binutils/binutils/windint.h projects/graid/head/contrib/binutils/binutils/windmc.c - copied unchanged from r219260, head/contrib/binutils/binutils/windmc.c projects/graid/head/contrib/binutils/binutils/windmc.h - copied unchanged from r219260, head/contrib/binutils/binutils/windmc.h projects/graid/head/contrib/binutils/config.rpath - copied unchanged from r219260, head/contrib/binutils/config.rpath projects/graid/head/contrib/binutils/config/confsubdir.m4 - copied unchanged from r219260, head/contrib/binutils/config/confsubdir.m4 projects/graid/head/contrib/binutils/config/ld-symbolic.m4 - copied unchanged from r219260, head/contrib/binutils/config/ld-symbolic.m4 projects/graid/head/contrib/binutils/config/mt-mep - copied unchanged from r219260, head/contrib/binutils/config/mt-mep projects/graid/head/contrib/binutils/config/mt-spu - copied unchanged from r219260, head/contrib/binutils/config/mt-spu projects/graid/head/contrib/binutils/config/multi.m4 - copied unchanged from r219260, head/contrib/binutils/config/multi.m4 projects/graid/head/contrib/binutils/config/unwind_ipinfo.m4 - copied unchanged from r219260, head/contrib/binutils/config/unwind_ipinfo.m4 projects/graid/head/contrib/binutils/configure.ac - copied unchanged from r219260, head/contrib/binutils/configure.ac projects/graid/head/contrib/binutils/gas/ChangeLog-2006 - copied unchanged from r219260, head/contrib/binutils/gas/ChangeLog-2006 projects/graid/head/contrib/binutils/gas/config/tc-cr16.c - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-cr16.c projects/graid/head/contrib/binutils/gas/config/tc-cr16.h - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-cr16.h projects/graid/head/contrib/binutils/gas/config/tc-mep.c - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-mep.c projects/graid/head/contrib/binutils/gas/config/tc-mep.h - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-mep.h projects/graid/head/contrib/binutils/gas/config/tc-score.c - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-score.c projects/graid/head/contrib/binutils/gas/config/tc-score.h - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-score.h projects/graid/head/contrib/binutils/gas/config/tc-spu.c - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-spu.c projects/graid/head/contrib/binutils/gas/config/tc-spu.h - copied unchanged from r219260, head/contrib/binutils/gas/config/tc-spu.h projects/graid/head/contrib/binutils/gas/config/te-pep.h - copied unchanged from r219260, head/contrib/binutils/gas/config/te-pep.h projects/graid/head/contrib/binutils/gas/doc/c-avr.texi - copied unchanged from r219260, head/contrib/binutils/gas/doc/c-avr.texi projects/graid/head/contrib/binutils/gas/doc/c-cr16.texi - copied unchanged from r219260, head/contrib/binutils/gas/doc/c-cr16.texi projects/graid/head/contrib/binutils/gas/itbl-lex.h - copied unchanged from r219260, head/contrib/binutils/gas/itbl-lex.h projects/graid/head/contrib/binutils/gprof/po/ms.po - copied unchanged from r219260, head/contrib/binutils/gprof/po/ms.po projects/graid/head/contrib/binutils/include/elf/bfin.h - copied unchanged from r219260, head/contrib/binutils/include/elf/bfin.h projects/graid/head/contrib/binutils/include/elf/cr16.h - copied unchanged from r219260, head/contrib/binutils/include/elf/cr16.h projects/graid/head/contrib/binutils/include/elf/crx.h - copied unchanged from r219260, head/contrib/binutils/include/elf/crx.h projects/graid/head/contrib/binutils/include/elf/m32c.h - copied unchanged from r219260, head/contrib/binutils/include/elf/m32c.h projects/graid/head/contrib/binutils/include/elf/mep.h - copied unchanged from r219260, head/contrib/binutils/include/elf/mep.h projects/graid/head/contrib/binutils/include/elf/mt.h - copied unchanged from r219260, head/contrib/binutils/include/elf/mt.h projects/graid/head/contrib/binutils/include/elf/score.h - copied unchanged from r219260, head/contrib/binutils/include/elf/score.h projects/graid/head/contrib/binutils/include/elf/spu.h - copied unchanged from r219260, head/contrib/binutils/include/elf/spu.h projects/graid/head/contrib/binutils/include/opcode/cr16.h - copied unchanged from r219260, head/contrib/binutils/include/opcode/cr16.h projects/graid/head/contrib/binutils/include/opcode/score-datadep.h - copied unchanged from r219260, head/contrib/binutils/include/opcode/score-datadep.h projects/graid/head/contrib/binutils/include/opcode/score-inst.h - copied unchanged from r219260, head/contrib/binutils/include/opcode/score-inst.h projects/graid/head/contrib/binutils/include/opcode/spu-insns.h - copied unchanged from r219260, head/contrib/binutils/include/opcode/spu-insns.h projects/graid/head/contrib/binutils/include/opcode/spu.h - copied unchanged from r219260, head/contrib/binutils/include/opcode/spu.h projects/graid/head/contrib/binutils/ld/ChangeLog-2006 - copied unchanged from r219260, head/contrib/binutils/ld/ChangeLog-2006 projects/graid/head/contrib/binutils/ld/emulparams/arm_wince_pe.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/arm_wince_pe.sh projects/graid/head/contrib/binutils/ld/emulparams/avr6.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/avr6.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32_spu.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/elf32_spu.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32cr16.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/elf32cr16.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32mep.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/elf32mep.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32ppccommon.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/elf32ppccommon.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64bmip-defs.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/elf64bmip-defs.sh projects/graid/head/contrib/binutils/ld/emulparams/i386pep.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/i386pep.sh projects/graid/head/contrib/binutils/ld/emulparams/scoreelf.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/scoreelf.sh projects/graid/head/contrib/binutils/ld/emulparams/shelf_uclinux.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/shelf_uclinux.sh projects/graid/head/contrib/binutils/ld/emulparams/shelf_vxworks.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/shelf_vxworks.sh projects/graid/head/contrib/binutils/ld/emulparams/shlelf_vxworks.sh - copied unchanged from r219260, head/contrib/binutils/ld/emulparams/shlelf_vxworks.sh projects/graid/head/contrib/binutils/ld/emultempl/avrelf.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/avrelf.em projects/graid/head/contrib/binutils/ld/emultempl/cr16elf.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/cr16elf.em projects/graid/head/contrib/binutils/ld/emultempl/elf-generic.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/elf-generic.em projects/graid/head/contrib/binutils/ld/emultempl/genelf.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/genelf.em projects/graid/head/contrib/binutils/ld/emultempl/pep.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/pep.em projects/graid/head/contrib/binutils/ld/emultempl/scoreelf.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/scoreelf.em projects/graid/head/contrib/binutils/ld/emultempl/spu_ovl.S - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/spu_ovl.S projects/graid/head/contrib/binutils/ld/emultempl/spu_ovl.o - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/spu_ovl.o projects/graid/head/contrib/binutils/ld/emultempl/spuelf.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/spuelf.em projects/graid/head/contrib/binutils/ld/pep-dll.c - copied unchanged from r219260, head/contrib/binutils/ld/pep-dll.c projects/graid/head/contrib/binutils/ld/pep-dll.h - copied unchanged from r219260, head/contrib/binutils/ld/pep-dll.h projects/graid/head/contrib/binutils/ld/scripttempl/elf32cr16.sc - copied unchanged from r219260, head/contrib/binutils/ld/scripttempl/elf32cr16.sc projects/graid/head/contrib/binutils/ld/scripttempl/mep.sc - copied unchanged from r219260, head/contrib/binutils/ld/scripttempl/mep.sc projects/graid/head/contrib/binutils/ld/scripttempl/pep.sc - copied unchanged from r219260, head/contrib/binutils/ld/scripttempl/pep.sc projects/graid/head/contrib/binutils/libiberty/at-file.texi - copied unchanged from r219260, head/contrib/binutils/libiberty/at-file.texi projects/graid/head/contrib/binutils/libiberty/filename_cmp.c - copied unchanged from r219260, head/contrib/binutils/libiberty/filename_cmp.c projects/graid/head/contrib/binutils/libiberty/unlink-if-ordinary.c - copied unchanged from r219260, head/contrib/binutils/libiberty/unlink-if-ordinary.c projects/graid/head/contrib/binutils/ltgcc.m4 - copied unchanged from r219260, head/contrib/binutils/ltgcc.m4 projects/graid/head/contrib/binutils/ltoptions.m4 - copied unchanged from r219260, head/contrib/binutils/ltoptions.m4 projects/graid/head/contrib/binutils/ltsugar.m4 - copied unchanged from r219260, head/contrib/binutils/ltsugar.m4 projects/graid/head/contrib/binutils/ltversion.m4 - copied unchanged from r219260, head/contrib/binutils/ltversion.m4 projects/graid/head/contrib/binutils/opcodes/ChangeLog-2006 - copied unchanged from r219260, head/contrib/binutils/opcodes/ChangeLog-2006 projects/graid/head/contrib/binutils/opcodes/cr16-dis.c - copied unchanged from r219260, head/contrib/binutils/opcodes/cr16-dis.c projects/graid/head/contrib/binutils/opcodes/cr16-opc.c - copied unchanged from r219260, head/contrib/binutils/opcodes/cr16-opc.c projects/graid/head/contrib/binutils/opcodes/i386-gen.c - copied unchanged from r219260, head/contrib/binutils/opcodes/i386-gen.c projects/graid/head/contrib/binutils/opcodes/i386-opc.c - copied unchanged from r219260, head/contrib/binutils/opcodes/i386-opc.c projects/graid/head/contrib/binutils/opcodes/i386-opc.h - copied unchanged from r219260, head/contrib/binutils/opcodes/i386-opc.h projects/graid/head/contrib/binutils/opcodes/i386-opc.tbl - copied unchanged from r219260, head/contrib/binutils/opcodes/i386-opc.tbl projects/graid/head/contrib/binutils/opcodes/i386-reg.tbl - copied unchanged from r219260, head/contrib/binutils/opcodes/i386-reg.tbl projects/graid/head/contrib/binutils/opcodes/i386-tbl.h - copied unchanged from r219260, head/contrib/binutils/opcodes/i386-tbl.h projects/graid/head/contrib/binutils/opcodes/mep-asm.c - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-asm.c projects/graid/head/contrib/binutils/opcodes/mep-desc.c - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-desc.c projects/graid/head/contrib/binutils/opcodes/mep-desc.h - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-desc.h projects/graid/head/contrib/binutils/opcodes/mep-dis.c - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-dis.c projects/graid/head/contrib/binutils/opcodes/mep-ibld.c - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-ibld.c projects/graid/head/contrib/binutils/opcodes/mep-opc.c - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-opc.c projects/graid/head/contrib/binutils/opcodes/mep-opc.h - copied unchanged from r219260, head/contrib/binutils/opcodes/mep-opc.h projects/graid/head/contrib/binutils/opcodes/score-dis.c - copied unchanged from r219260, head/contrib/binutils/opcodes/score-dis.c projects/graid/head/contrib/binutils/opcodes/score-opc.h - copied unchanged from r219260, head/contrib/binutils/opcodes/score-opc.h projects/graid/head/contrib/binutils/opcodes/spu-dis.c - copied unchanged from r219260, head/contrib/binutils/opcodes/spu-dis.c projects/graid/head/contrib/binutils/opcodes/spu-opc.c - copied unchanged from r219260, head/contrib/binutils/opcodes/spu-opc.c projects/graid/head/contrib/llvm/include/llvm-c/Initialization.h - copied unchanged from r219260, head/contrib/llvm/include/llvm-c/Initialization.h projects/graid/head/contrib/llvm/include/llvm/ADT/ArrayRef.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/ADT/ArrayRef.h projects/graid/head/contrib/llvm/include/llvm/ADT/InMemoryStruct.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/ADT/InMemoryStruct.h projects/graid/head/contrib/llvm/include/llvm/ADT/IntEqClasses.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/ADT/IntEqClasses.h projects/graid/head/contrib/llvm/include/llvm/ADT/IntervalMap.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/ADT/IntervalMap.h projects/graid/head/contrib/llvm/include/llvm/Analysis/DIBuilder.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Analysis/DIBuilder.h projects/graid/head/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h projects/graid/head/contrib/llvm/include/llvm/Analysis/PathNumbering.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Analysis/PathNumbering.h projects/graid/head/contrib/llvm/include/llvm/Analysis/PathProfileInfo.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Analysis/PathProfileInfo.h projects/graid/head/contrib/llvm/include/llvm/Analysis/RegionPass.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Analysis/RegionPass.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/EdgeBundles.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/CodeGen/EdgeBundles.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineLoopRanges.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/CodeGen/MachineLoopRanges.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/PBQP/ - copied from r219260, head/contrib/llvm/include/llvm/CodeGen/PBQP/ projects/graid/head/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h projects/graid/head/contrib/llvm/include/llvm/ExecutionEngine/MCJIT.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/ExecutionEngine/MCJIT.h projects/graid/head/contrib/llvm/include/llvm/InitializePasses.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/InitializePasses.h projects/graid/head/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h projects/graid/head/contrib/llvm/include/llvm/MC/MCFixupKindInfo.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/MC/MCFixupKindInfo.h projects/graid/head/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h projects/graid/head/contrib/llvm/include/llvm/Object/ - copied from r219260, head/contrib/llvm/include/llvm/Object/ projects/graid/head/contrib/llvm/include/llvm/Support/AIXDataTypesFix.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/AIXDataTypesFix.h projects/graid/head/contrib/llvm/include/llvm/Support/Atomic.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Atomic.h projects/graid/head/contrib/llvm/include/llvm/Support/DataTypes.h.in - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/DataTypes.h.in projects/graid/head/contrib/llvm/include/llvm/Support/Disassembler.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Disassembler.h projects/graid/head/contrib/llvm/include/llvm/Support/DynamicLibrary.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/DynamicLibrary.h projects/graid/head/contrib/llvm/include/llvm/Support/Endian.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Endian.h projects/graid/head/contrib/llvm/include/llvm/Support/Errno.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Errno.h projects/graid/head/contrib/llvm/include/llvm/Support/FEnv.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/FEnv.h projects/graid/head/contrib/llvm/include/llvm/Support/FileSystem.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/FileSystem.h projects/graid/head/contrib/llvm/include/llvm/Support/Host.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Host.h projects/graid/head/contrib/llvm/include/llvm/Support/IncludeFile.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/IncludeFile.h projects/graid/head/contrib/llvm/include/llvm/Support/Memory.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Memory.h projects/graid/head/contrib/llvm/include/llvm/Support/Mutex.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Mutex.h projects/graid/head/contrib/llvm/include/llvm/Support/Path.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Path.h projects/graid/head/contrib/llvm/include/llvm/Support/PathV1.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/PathV1.h projects/graid/head/contrib/llvm/include/llvm/Support/PathV2.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/PathV2.h projects/graid/head/contrib/llvm/include/llvm/Support/Process.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Process.h projects/graid/head/contrib/llvm/include/llvm/Support/Program.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Program.h projects/graid/head/contrib/llvm/include/llvm/Support/RWMutex.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/RWMutex.h projects/graid/head/contrib/llvm/include/llvm/Support/Signals.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Signals.h projects/graid/head/contrib/llvm/include/llvm/Support/Solaris.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Solaris.h projects/graid/head/contrib/llvm/include/llvm/Support/SwapByteOrder.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/SwapByteOrder.h projects/graid/head/contrib/llvm/include/llvm/Support/ThreadLocal.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/ThreadLocal.h projects/graid/head/contrib/llvm/include/llvm/Support/Threading.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Threading.h projects/graid/head/contrib/llvm/include/llvm/Support/TimeValue.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/TimeValue.h projects/graid/head/contrib/llvm/include/llvm/Support/ToolOutputFile.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/ToolOutputFile.h projects/graid/head/contrib/llvm/include/llvm/Support/Valgrind.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/Valgrind.h projects/graid/head/contrib/llvm/include/llvm/Support/system_error.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Support/system_error.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetAsmInfo.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Target/TargetAsmInfo.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Target/TargetFrameLowering.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h - copied unchanged from r219260, head/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h projects/graid/head/contrib/llvm/lib/Analysis/DIBuilder.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/DIBuilder.cpp projects/graid/head/contrib/llvm/lib/Analysis/DominanceFrontier.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/DominanceFrontier.cpp projects/graid/head/contrib/llvm/lib/Analysis/IPA/IPA.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/IPA/IPA.cpp projects/graid/head/contrib/llvm/lib/Analysis/MemDepPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/MemDepPrinter.cpp projects/graid/head/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/PathNumbering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/PathNumbering.cpp projects/graid/head/contrib/llvm/lib/Analysis/PathProfileInfo.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/PathProfileInfo.cpp projects/graid/head/contrib/llvm/lib/Analysis/PathProfileVerifier.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/PathProfileVerifier.cpp projects/graid/head/contrib/llvm/lib/Analysis/RegionPass.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Analysis/RegionPass.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AllocationOrder.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/AllocationOrder.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AllocationOrder.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/AllocationOrder.h projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfTableException.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfTableException.cpp projects/graid/head/contrib/llvm/lib/CodeGen/CodeGen.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/CodeGen.cpp projects/graid/head/contrib/llvm/lib/CodeGen/EdgeBundles.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/EdgeBundles.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveDebugVariables.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/LiveDebugVariables.h projects/graid/head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h projects/graid/head/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveRangeEdit.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/LiveRangeEdit.h projects/graid/head/contrib/llvm/lib/CodeGen/MachineLoopRanges.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/MachineLoopRanges.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PHIEliminationUtils.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/PHIEliminationUtils.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PHIEliminationUtils.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/PHIEliminationUtils.h projects/graid/head/contrib/llvm/lib/CodeGen/RegAllocBase.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/RegAllocBase.h projects/graid/head/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SpillPlacement.cpp - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/SpillPlacement.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SpillPlacement.h - copied unchanged from r219260, head/contrib/llvm/lib/CodeGen/SpillPlacement.h projects/graid/head/contrib/llvm/lib/ExecutionEngine/MCJIT/ - copied from r219260, head/contrib/llvm/lib/ExecutionEngine/MCJIT/ projects/graid/head/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp projects/graid/head/contrib/llvm/lib/MC/MCMachObjectTargetWriter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/MC/MCMachObjectTargetWriter.cpp projects/graid/head/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp - copied unchanged from r219260, head/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp projects/graid/head/contrib/llvm/lib/MC/MCPureStreamer.cpp - copied unchanged from r219260, head/contrib/llvm/lib/MC/MCPureStreamer.cpp projects/graid/head/contrib/llvm/lib/Object/ - copied from r219260, head/contrib/llvm/lib/Object/ projects/graid/head/contrib/llvm/lib/Support/Atomic.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Atomic.cpp projects/graid/head/contrib/llvm/lib/Support/Disassembler.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Disassembler.cpp projects/graid/head/contrib/llvm/lib/Support/DynamicLibrary.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/DynamicLibrary.cpp projects/graid/head/contrib/llvm/lib/Support/Errno.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Errno.cpp projects/graid/head/contrib/llvm/lib/Support/Host.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Host.cpp projects/graid/head/contrib/llvm/lib/Support/IncludeFile.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/IncludeFile.cpp projects/graid/head/contrib/llvm/lib/Support/IntEqClasses.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/IntEqClasses.cpp projects/graid/head/contrib/llvm/lib/Support/IntervalMap.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/IntervalMap.cpp projects/graid/head/contrib/llvm/lib/Support/Memory.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Memory.cpp projects/graid/head/contrib/llvm/lib/Support/Mutex.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Mutex.cpp projects/graid/head/contrib/llvm/lib/Support/Path.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Path.cpp projects/graid/head/contrib/llvm/lib/Support/PathV2.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/PathV2.cpp projects/graid/head/contrib/llvm/lib/Support/Process.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Process.cpp projects/graid/head/contrib/llvm/lib/Support/Program.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Program.cpp projects/graid/head/contrib/llvm/lib/Support/RWMutex.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/RWMutex.cpp projects/graid/head/contrib/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp projects/graid/head/contrib/llvm/lib/Support/Signals.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Signals.cpp projects/graid/head/contrib/llvm/lib/Support/ThreadLocal.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/ThreadLocal.cpp projects/graid/head/contrib/llvm/lib/Support/Threading.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Threading.cpp projects/graid/head/contrib/llvm/lib/Support/TimeValue.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/TimeValue.cpp projects/graid/head/contrib/llvm/lib/Support/ToolOutputFile.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/ToolOutputFile.cpp projects/graid/head/contrib/llvm/lib/Support/Unix/ - copied from r219260, head/contrib/llvm/lib/Support/Unix/ projects/graid/head/contrib/llvm/lib/Support/Valgrind.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/Valgrind.cpp projects/graid/head/contrib/llvm/lib/Support/Windows/ - copied from r219260, head/contrib/llvm/lib/Support/Windows/ projects/graid/head/contrib/llvm/lib/Support/system_error.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Support/system_error.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMAsmBackend.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMAsmBackend.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMBaseInfo.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMBaseInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMCallingConv.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMCallingConv.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMFixupKinds.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMFixupKinds.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMMCExpr.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMMCExpr.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMMCExpr.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/ARMMCExpr.h projects/graid/head/contrib/llvm/lib/Target/ARM/InstPrinter/ - copied from r219260, head/contrib/llvm/lib/Target/ARM/InstPrinter/ projects/graid/head/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Alpha/AlphaFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/Alpha/AlphaFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Blackfin/BlackfinAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Blackfin/BlackfinFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/Blackfin/BlackfinFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/CellSPU/SPUAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/CellSPU/SPUFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/CellSPU/SPUFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUNopFiller.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/CellSPU/SPUNopFiller.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/AsmParser/ - copied from r219260, head/contrib/llvm/lib/Target/MBlaze/AsmParser/ projects/graid/head/contrib/llvm/lib/Target/MBlaze/Disassembler/ - copied from r219260, head/contrib/llvm/lib/Target/MBlaze/Disassembler/ projects/graid/head/contrib/llvm/lib/Target/MBlaze/InstPrinter/ - copied from r219260, head/contrib/llvm/lib/Target/MBlaze/InstPrinter/ projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeAsmBackend.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeAsmBackend.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeRelocations.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/MBlaze/MBlazeRelocations.h projects/graid/head/contrib/llvm/lib/Target/MSP430/InstPrinter/ - copied from r219260, head/contrib/llvm/lib/Target/MSP430/InstPrinter/ projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.h projects/graid/head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/PTX/ - copied from r219260, head/contrib/llvm/lib/Target/PTX/ projects/graid/head/contrib/llvm/lib/Target/PowerPC/InstPrinter/ - copied from r219260, head/contrib/llvm/lib/Target/PowerPC/InstPrinter/ projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCAsmBackend.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCAsmBackend.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCFixupKinds.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCFixupKinds.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCMCCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h projects/graid/head/contrib/llvm/lib/Target/TargetAsmInfo.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/TargetAsmInfo.cpp projects/graid/head/contrib/llvm/lib/Target/TargetFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/TargetFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/TargetLibraryInfo.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/TargetLibraryInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/InstPrinter/ - copied from r219260, head/contrib/llvm/lib/Target/X86/InstPrinter/ projects/graid/head/contrib/llvm/lib/Target/X86/Utils/ - copied from r219260, head/contrib/llvm/lib/Target/X86/Utils/ projects/graid/head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86FrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86FrameLowering.h projects/graid/head/contrib/llvm/lib/Target/X86/X86Instr3DNow.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86Instr3DNow.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrCMovSetCC.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrCMovSetCC.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrCompiler.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrCompiler.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrControl.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrControl.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrExtension.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrExtension.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrSystem.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrSystem.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrVMX.td - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86InstrVMX.td projects/graid/head/contrib/llvm/lib/Target/X86/X86MachObjectWriter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/X86/X86MachObjectWriter.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h - copied unchanged from r219260, head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h projects/graid/head/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp projects/graid/head/contrib/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/Utils.cpp - copied unchanged from r219260, head/contrib/llvm/lib/Transforms/Utils/Utils.cpp projects/graid/head/contrib/llvm/lib/VMCore/User.cpp - copied unchanged from r219260, head/contrib/llvm/lib/VMCore/User.cpp projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Mangle.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/AST/Mangle.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValuesV2.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValuesV2.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ - copied from r219260, head/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/ABI.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Basic/ABI.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemOptions.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensions.def - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensions.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Visibility.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Basic/Visibility.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Config/ - copied from r219260, head/contrib/llvm/tools/clang/include/clang/Config/ projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTSerializationListener.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/include/clang/Serialization/ASTSerializationListener.h projects/graid/head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/ - copied from r219260, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/ projects/graid/head/contrib/llvm/tools/clang/lib/AST/DumpXML.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/AST/DumpXML.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/Mangle.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/AST/Mangle.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/CFGReachabilityAnalysis.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Analysis/CFGReachabilityAnalysis.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/CocoaConventions.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Analysis/CocoaConventions.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/UninitializedValuesV2.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Analysis/UninitializedValuesV2.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h - copied unchanged from r219260, head/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h projects/graid/head/contrib/llvm/tools/clang/lib/StaticAnalyzer/ - copied from r219260, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/ projects/graid/head/contrib/llvm/utils/TableGen/ClangSACheckersEmitter.cpp - copied unchanged from r219260, head/contrib/llvm/utils/TableGen/ClangSACheckersEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/ClangSACheckersEmitter.h - copied unchanged from r219260, head/contrib/llvm/utils/TableGen/ClangSACheckersEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp - copied unchanged from r219260, head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.h - copied unchanged from r219260, head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/StringMatcher.cpp - copied unchanged from r219260, head/contrib/llvm/utils/TableGen/StringMatcher.cpp projects/graid/head/contrib/llvm/utils/TableGen/StringMatcher.h - copied unchanged from r219260, head/contrib/llvm/utils/TableGen/StringMatcher.h projects/graid/head/etc/mtree/BSD.groff.dist - copied unchanged from r219260, head/etc/mtree/BSD.groff.dist projects/graid/head/gnu/usr.bin/binutils/addr2line/addr2line.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/addr2line/addr2line.1 projects/graid/head/gnu/usr.bin/binutils/ar/ar.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/ar/ar.1 projects/graid/head/gnu/usr.bin/binutils/as/as.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/as/as.1 projects/graid/head/gnu/usr.bin/binutils/ld/ld.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/ld/ld.1 projects/graid/head/gnu/usr.bin/binutils/nm/nm.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/nm/nm.1 projects/graid/head/gnu/usr.bin/binutils/objcopy/objcopy.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/objcopy/objcopy.1 projects/graid/head/gnu/usr.bin/binutils/objdump/objdump.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/objdump/objdump.1 projects/graid/head/gnu/usr.bin/binutils/ranlib/ranlib.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/ranlib/ranlib.1 projects/graid/head/gnu/usr.bin/binutils/readelf/readelf.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/readelf/readelf.1 projects/graid/head/gnu/usr.bin/binutils/size/size.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/size/size.1 projects/graid/head/gnu/usr.bin/binutils/strings/strings.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/strings/strings.1 projects/graid/head/gnu/usr.bin/binutils/strip/strip.1 - copied unchanged from r219260, head/gnu/usr.bin/binutils/strip/strip.1 projects/graid/head/include/iconv.h - copied unchanged from r219260, head/include/iconv.h projects/graid/head/lib/clang/include/ARMGenDecoderTables.inc - copied unchanged from r219260, head/lib/clang/include/ARMGenDecoderTables.inc projects/graid/head/lib/clang/include/ARMGenEDInfo.inc - copied unchanged from r219260, head/lib/clang/include/ARMGenEDInfo.inc projects/graid/head/lib/clang/include/ARMGenMCCodeEmitter.inc - copied unchanged from r219260, head/lib/clang/include/ARMGenMCCodeEmitter.inc projects/graid/head/lib/clang/include/Checkers.inc - copied unchanged from r219260, head/lib/clang/include/Checkers.inc projects/graid/head/lib/clang/include/PPCGenMCCodeEmitter.inc - copied unchanged from r219260, head/lib/clang/include/PPCGenMCCodeEmitter.inc projects/graid/head/lib/clang/include/clang/Lex/ - copied from r219260, head/lib/clang/include/clang/Lex/ projects/graid/head/lib/clang/include/llvm/Support/ - copied from r219260, head/lib/clang/include/llvm/Support/ projects/graid/head/lib/clang/libclangstaticanalyzercheckers/ - copied from r219260, head/lib/clang/libclangstaticanalyzercheckers/ projects/graid/head/lib/clang/libclangstaticanalyzercore/ - copied from r219260, head/lib/clang/libclangstaticanalyzercore/ projects/graid/head/lib/clang/libclangstaticanalyzerfrontend/ - copied from r219260, head/lib/clang/libclangstaticanalyzerfrontend/ projects/graid/head/lib/clang/libllvmarmdisassembler/ - copied from r219260, head/lib/clang/libllvmarmdisassembler/ projects/graid/head/lib/clang/libllvmarminstprinter/ - copied from r219260, head/lib/clang/libllvmarminstprinter/ projects/graid/head/lib/clang/libllvmpowerpcinstprinter/ - copied from r219260, head/lib/clang/libllvmpowerpcinstprinter/ projects/graid/head/lib/clang/libllvmx86instprinter/ - copied from r219260, head/lib/clang/libllvmx86instprinter/ projects/graid/head/lib/clang/libllvmx86utils/ - copied from r219260, head/lib/clang/libllvmx86utils/ projects/graid/head/lib/libc/iconv/ - copied from r219260, head/lib/libc/iconv/ projects/graid/head/lib/libc/sys/cap_enter.2 - copied unchanged from r219260, head/lib/libc/sys/cap_enter.2 projects/graid/head/lib/libiconv/ - copied from r219260, head/lib/libiconv/ projects/graid/head/lib/libiconv_modules/ - copied from r219260, head/lib/libiconv_modules/ projects/graid/head/lib/libthr/thread/thr_getthreadid_np.c - copied unchanged from r219260, head/lib/libthr/thread/thr_getthreadid_np.c projects/graid/head/lib/msun/man/complex.3 - copied unchanged from r219260, head/lib/msun/man/complex.3 projects/graid/head/release/Makefile.bsdinstall - copied unchanged from r219260, head/release/Makefile.bsdinstall projects/graid/head/release/rc.local - copied unchanged from r219260, head/release/rc.local projects/graid/head/share/examples/kld/khelp/ - copied from r219260, head/share/examples/kld/khelp/ projects/graid/head/share/i18n/ - copied from r219260, head/share/i18n/ projects/graid/head/share/man/man3/pthread_getthreadid_np.3 - copied unchanged from r219260, head/share/man/man3/pthread_getthreadid_np.3 projects/graid/head/share/man/man4/cc.4 - copied unchanged from r219260, head/share/man/man4/cc.4 projects/graid/head/share/man/man4/cc_chd.4 - copied unchanged from r219260, head/share/man/man4/cc_chd.4 projects/graid/head/share/man/man4/cc_cubic.4 - copied unchanged from r219260, head/share/man/man4/cc_cubic.4 projects/graid/head/share/man/man4/cc_hd.4 - copied unchanged from r219260, head/share/man/man4/cc_hd.4 projects/graid/head/share/man/man4/cc_htcp.4 - copied unchanged from r219260, head/share/man/man4/cc_htcp.4 projects/graid/head/share/man/man4/cc_newreno.4 - copied unchanged from r219260, head/share/man/man4/cc_newreno.4 projects/graid/head/share/man/man4/cc_vegas.4 - copied unchanged from r219260, head/share/man/man4/cc_vegas.4 projects/graid/head/share/man/man4/cxgbe.4 - copied unchanged from r219260, head/share/man/man4/cxgbe.4 projects/graid/head/share/man/man4/h_ertt.4 - copied unchanged from r219260, head/share/man/man4/h_ertt.4 projects/graid/head/share/man/man4/mos.4 - copied unchanged from r219260, head/share/man/man4/mos.4 projects/graid/head/share/man/man4/xhci.4 - copied unchanged from r219260, head/share/man/man4/xhci.4 projects/graid/head/share/man/man7/sticky.7 - copied unchanged from r219260, head/share/man/man7/sticky.7 projects/graid/head/share/man/man9/cc.9 - copied unchanged from r219260, head/share/man/man9/cc.9 projects/graid/head/share/man/man9/hhook.9 - copied unchanged from r219260, head/share/man/man9/hhook.9 projects/graid/head/share/man/man9/khelp.9 - copied unchanged from r219260, head/share/man/man9/khelp.9 projects/graid/head/sys/boot/pc98/pc98boot/ - copied from r219260, head/sys/boot/pc98/pc98boot/ projects/graid/head/sys/cddl/boot/zfs/zle.c - copied unchanged from r219260, head/sys/cddl/boot/zfs/zle.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_sunddi.c - copied unchanged from r219260, head/sys/cddl/compat/opensolaris/kern/opensolaris_sunddi.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_sysevent.c - copied unchanged from r219260, head/sys/cddl/compat/opensolaris/kern/opensolaris_sysevent.c projects/graid/head/sys/cddl/compat/opensolaris/sys/systeminfo.h - copied unchanged from r219260, head/sys/cddl/compat/opensolaris/sys/systeminfo.h projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletcher.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletcher.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletcher.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletcher.h projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt_zap.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ddt_zap.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deadlist.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deadlist.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bpobj.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bpobj.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ddt.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ddt.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_deadlist.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_deadlist.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_scan.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_scan.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa_impl.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/sa_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_onexit.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_onexit.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_sa.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_sa.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_stat.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_stat.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zrlock.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zrlock.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_debug.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_debug.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_onexit.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_onexit.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_sa.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_sa.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zle.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zle.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/os/fm.c - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/os/fm.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zut.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zut.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/dev.h - copied unchanged from r219260, head/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/dev.h projects/graid/head/sys/compat/linux/linux_fork.c - copied unchanged from r219260, head/sys/compat/linux/linux_fork.c projects/graid/head/sys/contrib/dev/acpica/compiler/aslbtypes.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/compiler/aslbtypes.c projects/graid/head/sys/contrib/dev/acpica/compiler/aslwalks.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/compiler/aslwalks.c projects/graid/head/sys/contrib/dev/acpica/compiler/dtexpress.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/compiler/dtexpress.c projects/graid/head/sys/contrib/dev/acpica/debugger/dbmethod.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/debugger/dbmethod.c projects/graid/head/sys/contrib/dev/acpica/debugger/dbnames.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/debugger/dbnames.c projects/graid/head/sys/contrib/dev/acpica/dispatcher/dsargs.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/dispatcher/dsargs.c projects/graid/head/sys/contrib/dev/acpica/dispatcher/dscontrol.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/dispatcher/dscontrol.c projects/graid/head/sys/contrib/dev/acpica/dispatcher/dswload2.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/dispatcher/dswload2.c projects/graid/head/sys/contrib/dev/acpica/utilities/utdecode.c - copied unchanged from r219260, head/sys/contrib/dev/acpica/utilities/utdecode.c projects/graid/head/sys/dev/ath/ath_rate/sample/tx_schedules.h - copied unchanged from r219260, head/sys/dev/ath/ath_rate/sample/tx_schedules.h projects/graid/head/sys/dev/ath/if_ath_debug.c - copied unchanged from r219260, head/sys/dev/ath/if_ath_debug.c projects/graid/head/sys/dev/ath/if_ath_debug.h - copied unchanged from r219260, head/sys/dev/ath/if_ath_debug.h projects/graid/head/sys/dev/ath/if_ath_keycache.c - copied unchanged from r219260, head/sys/dev/ath/if_ath_keycache.c projects/graid/head/sys/dev/ath/if_ath_keycache.h - copied unchanged from r219260, head/sys/dev/ath/if_ath_keycache.h projects/graid/head/sys/dev/ath/if_ath_misc.h - copied unchanged from r219260, head/sys/dev/ath/if_ath_misc.h projects/graid/head/sys/dev/ath/if_ath_sysctl.c - copied unchanged from r219260, head/sys/dev/ath/if_ath_sysctl.c projects/graid/head/sys/dev/ath/if_ath_sysctl.h - copied unchanged from r219260, head/sys/dev/ath/if_ath_sysctl.h projects/graid/head/sys/dev/ath/if_ath_tx.c - copied unchanged from r219260, head/sys/dev/ath/if_ath_tx.c projects/graid/head/sys/dev/ath/if_ath_tx.h - copied unchanged from r219260, head/sys/dev/ath/if_ath_tx.h projects/graid/head/sys/dev/ath/if_ath_tx_ht.c - copied unchanged from r219260, head/sys/dev/ath/if_ath_tx_ht.c projects/graid/head/sys/dev/ath/if_ath_tx_ht.h - copied unchanged from r219260, head/sys/dev/ath/if_ath_tx_ht.h projects/graid/head/sys/dev/cxgbe/ - copied from r219260, head/sys/dev/cxgbe/ projects/graid/head/sys/dev/usb/net/if_mos.c - copied unchanged from r219260, head/sys/dev/usb/net/if_mos.c projects/graid/head/sys/dev/usb/net/if_mosreg.h - copied unchanged from r219260, head/sys/dev/usb/net/if_mosreg.h projects/graid/head/sys/kern/capabilities.conf - copied unchanged from r219260, head/sys/kern/capabilities.conf projects/graid/head/sys/kern/sys_capability.c - copied unchanged from r219260, head/sys/kern/sys_capability.c projects/graid/head/sys/modules/cc/cc_chd/ - copied from r219260, head/sys/modules/cc/cc_chd/ projects/graid/head/sys/modules/cc/cc_hd/ - copied from r219260, head/sys/modules/cc/cc_hd/ projects/graid/head/sys/modules/cc/cc_vegas/ - copied from r219260, head/sys/modules/cc/cc_vegas/ projects/graid/head/sys/modules/cxgbe/ - copied from r219260, head/sys/modules/cxgbe/ projects/graid/head/sys/modules/usb/mos/ - copied from r219260, head/sys/modules/usb/mos/ projects/graid/head/sys/netgraph/netflow/netflow_v9.c - copied unchanged from r219260, head/sys/netgraph/netflow/netflow_v9.c projects/graid/head/sys/netgraph/netflow/netflow_v9.h - copied unchanged from r219260, head/sys/netgraph/netflow/netflow_v9.h projects/graid/head/sys/netinet/cc/cc_chd.c - copied unchanged from r219260, head/sys/netinet/cc/cc_chd.c projects/graid/head/sys/netinet/cc/cc_hd.c - copied unchanged from r219260, head/sys/netinet/cc/cc_hd.c projects/graid/head/sys/netinet/cc/cc_vegas.c - copied unchanged from r219260, head/sys/netinet/cc/cc_vegas.c projects/graid/head/sys/sparc64/pci/ofw_pci_if.m - copied unchanged from r219260, head/sys/sparc64/pci/ofw_pci_if.m projects/graid/head/sys/sys/capability.h - copied unchanged from r219260, head/sys/sys/capability.h projects/graid/head/tools/build/options/WITHOUT_FDT - copied unchanged from r219260, head/tools/build/options/WITHOUT_FDT projects/graid/head/tools/build/options/WITH_ICONV - copied unchanged from r219260, head/tools/build/options/WITH_ICONV projects/graid/head/tools/regression/bin/sh/builtins/read5.0 - copied unchanged from r219260, head/tools/regression/bin/sh/builtins/read5.0 projects/graid/head/tools/regression/bin/sh/builtins/trap7.0 - copied unchanged from r219260, head/tools/regression/bin/sh/builtins/trap7.0 projects/graid/head/tools/regression/bin/sh/builtins/trap8.0 - copied unchanged from r219260, head/tools/regression/bin/sh/builtins/trap8.0 projects/graid/head/tools/regression/bin/sh/errors/bad-binary1.126 - copied unchanged from r219260, head/tools/regression/bin/sh/errors/bad-binary1.126 projects/graid/head/tools/regression/bin/sh/execution/hash1.0 - copied unchanged from r219260, head/tools/regression/bin/sh/execution/hash1.0 projects/graid/head/tools/regression/bin/sh/execution/killed2.0 - copied unchanged from r219260, head/tools/regression/bin/sh/execution/killed2.0 projects/graid/head/tools/regression/bin/sh/execution/redir5.0 - copied unchanged from r219260, head/tools/regression/bin/sh/execution/redir5.0 projects/graid/head/tools/regression/bin/sh/execution/shellproc1.0 - copied unchanged from r219260, head/tools/regression/bin/sh/execution/shellproc1.0 projects/graid/head/tools/regression/bin/sh/expansion/arith10.0 - copied unchanged from r219260, head/tools/regression/bin/sh/expansion/arith10.0 projects/graid/head/tools/regression/bin/sh/expansion/arith11.0 - copied unchanged from r219260, head/tools/regression/bin/sh/expansion/arith11.0 projects/graid/head/tools/regression/bin/sh/expansion/arith9.0 - copied unchanged from r219260, head/tools/regression/bin/sh/expansion/arith9.0 projects/graid/head/tools/regression/bin/sh/parser/for2.0 - copied unchanged from r219260, head/tools/regression/bin/sh/parser/for2.0 projects/graid/head/tools/regression/bin/sh/parser/no-space1.0 - copied unchanged from r219260, head/tools/regression/bin/sh/parser/no-space1.0 projects/graid/head/tools/regression/bin/sh/parser/no-space2.0 - copied unchanged from r219260, head/tools/regression/bin/sh/parser/no-space2.0 projects/graid/head/tools/test/iconv/ - copied from r219260, head/tools/test/iconv/ projects/graid/head/tools/tools/nanobsd/Files/root/update - copied unchanged from r219260, head/tools/tools/nanobsd/Files/root/update projects/graid/head/usr.bin/iconv/ - copied from r219260, head/usr.bin/iconv/ projects/graid/head/usr.bin/kdump/linux_syscalls.conf - copied unchanged from r219260, head/usr.bin/kdump/linux_syscalls.conf projects/graid/head/usr.bin/mkcsmapper/ - copied from r219260, head/usr.bin/mkcsmapper/ projects/graid/head/usr.bin/mkcsmapper_static/ - copied from r219260, head/usr.bin/mkcsmapper_static/ projects/graid/head/usr.bin/mkesdb/ - copied from r219260, head/usr.bin/mkesdb/ projects/graid/head/usr.bin/mkesdb_static/ - copied from r219260, head/usr.bin/mkesdb_static/ projects/graid/head/usr.sbin/bsdinstall/ - copied from r219260, head/usr.sbin/bsdinstall/ projects/graid/head/usr.sbin/utxrm/ - copied from r219260, head/usr.sbin/utxrm/ Replaced: projects/graid/head/contrib/binutils/ld/emultempl/mipself.em - copied unchanged from r219260, head/contrib/binutils/ld/emultempl/mipself.em projects/graid/head/contrib/binutils/libiberty/pexecute.c - copied unchanged from r219260, head/contrib/binutils/libiberty/pexecute.c Deleted: projects/graid/head/bin/csh/iconv.h projects/graid/head/bin/sh/arith.y projects/graid/head/bin/sh/arith_lex.l projects/graid/head/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.html projects/graid/head/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.pdf projects/graid/head/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.txt projects/graid/head/contrib/bind9/release-notes.css projects/graid/head/contrib/binutils/bfd/aout-encap.c projects/graid/head/contrib/binutils/bfd/doc/aoutx.texi projects/graid/head/contrib/binutils/bfd/doc/archive.texi projects/graid/head/contrib/binutils/bfd/doc/archures.texi projects/graid/head/contrib/binutils/bfd/doc/bfdio.texi projects/graid/head/contrib/binutils/bfd/doc/bfdt.texi projects/graid/head/contrib/binutils/bfd/doc/bfdwin.texi projects/graid/head/contrib/binutils/bfd/doc/cache.texi projects/graid/head/contrib/binutils/bfd/doc/coffcode.texi projects/graid/head/contrib/binutils/bfd/doc/core.texi projects/graid/head/contrib/binutils/bfd/doc/elf.texi projects/graid/head/contrib/binutils/bfd/doc/elfcode.texi projects/graid/head/contrib/binutils/bfd/doc/format.texi projects/graid/head/contrib/binutils/bfd/doc/hash.texi projects/graid/head/contrib/binutils/bfd/doc/init.texi projects/graid/head/contrib/binutils/bfd/doc/libbfd.texi projects/graid/head/contrib/binutils/bfd/doc/linker.texi projects/graid/head/contrib/binutils/bfd/doc/mmo.texi projects/graid/head/contrib/binutils/bfd/doc/opncls.texi projects/graid/head/contrib/binutils/bfd/doc/reloc.texi projects/graid/head/contrib/binutils/bfd/doc/section.texi projects/graid/head/contrib/binutils/bfd/doc/syms.texi projects/graid/head/contrib/binutils/bfd/doc/targets.texi projects/graid/head/contrib/binutils/bfd/elf32-arm.h projects/graid/head/contrib/binutils/bfd/elfarm-nabi.c projects/graid/head/contrib/binutils/bfd/elfarm-oabi.c projects/graid/head/contrib/binutils/bfd/elflink.h projects/graid/head/contrib/binutils/bfd/po/POTFILES.in projects/graid/head/contrib/binutils/binutils/acinclude.m4 projects/graid/head/contrib/binutils/binutils/budemang.c projects/graid/head/contrib/binutils/binutils/budemang.h projects/graid/head/contrib/binutils/binutils/defparse.c projects/graid/head/contrib/binutils/binutils/defparse.h projects/graid/head/contrib/binutils/binutils/doc/addr2line.1 projects/graid/head/contrib/binutils/binutils/doc/ar.1 projects/graid/head/contrib/binutils/binutils/doc/cxxfilt.man projects/graid/head/contrib/binutils/binutils/doc/dlltool.1 projects/graid/head/contrib/binutils/binutils/doc/nm.1 projects/graid/head/contrib/binutils/binutils/doc/objcopy.1 projects/graid/head/contrib/binutils/binutils/doc/objdump.1 projects/graid/head/contrib/binutils/binutils/doc/ranlib.1 projects/graid/head/contrib/binutils/binutils/doc/readelf.1 projects/graid/head/contrib/binutils/binutils/doc/size.1 projects/graid/head/contrib/binutils/binutils/doc/strings.1 projects/graid/head/contrib/binutils/binutils/doc/strip.1 projects/graid/head/contrib/binutils/binutils/rclex.l projects/graid/head/contrib/binutils/config.if projects/graid/head/contrib/binutils/config/mh-mingw32 projects/graid/head/contrib/binutils/config/mh-openedition projects/graid/head/contrib/binutils/config/mh-sysv projects/graid/head/contrib/binutils/config/mt-armpic projects/graid/head/contrib/binutils/config/mt-elfalphapic projects/graid/head/contrib/binutils/config/mt-ia64pic projects/graid/head/contrib/binutils/config/mt-linux projects/graid/head/contrib/binutils/config/mt-papic projects/graid/head/contrib/binutils/config/mt-ppcpic projects/graid/head/contrib/binutils/config/mt-s390pic projects/graid/head/contrib/binutils/config/mt-sparcpic projects/graid/head/contrib/binutils/config/mt-x86pic projects/graid/head/contrib/binutils/configure.in projects/graid/head/contrib/binutils/contrib/ projects/graid/head/contrib/binutils/gas/bignum-copy.c projects/graid/head/contrib/binutils/gas/config/obj-generic.c projects/graid/head/contrib/binutils/gas/config/obj-generic.h projects/graid/head/contrib/binutils/gas/config/obj-ieee.c projects/graid/head/contrib/binutils/gas/config/obj-ieee.h projects/graid/head/contrib/binutils/gas/config/te-aux.h projects/graid/head/contrib/binutils/gas/config/te-ppcnw.h projects/graid/head/contrib/binutils/gas/config/te-sysv32.h projects/graid/head/contrib/binutils/gas/doc/as.1 projects/graid/head/contrib/binutils/gas/doc/gasp.texi projects/graid/head/contrib/binutils/gas/doc/gasver.texi projects/graid/head/contrib/binutils/gas/gasp.c projects/graid/head/contrib/binutils/gas/link.cmd projects/graid/head/contrib/binutils/include/bin-bugs.h projects/graid/head/contrib/binutils/include/callback.h projects/graid/head/contrib/binutils/include/regs/ projects/graid/head/contrib/binutils/include/remote-sim.h projects/graid/head/contrib/binutils/ld/acinclude.m4 projects/graid/head/contrib/binutils/ld/emulparams/armelf_oabi.sh projects/graid/head/contrib/binutils/ld/emulparams/i386freebsd.sh projects/graid/head/contrib/binutils/ld/emultempl/armelf_oabi.em projects/graid/head/contrib/binutils/ld/ld.1 projects/graid/head/contrib/binutils/ld/ldver.texi projects/graid/head/contrib/binutils/libiberty/config.table projects/graid/head/contrib/binutils/libiberty/configure.in projects/graid/head/contrib/binutils/ltcf-c.sh projects/graid/head/contrib/binutils/ltcf-cxx.sh projects/graid/head/contrib/binutils/ltcf-gcj.sh projects/graid/head/contrib/binutils/ltconfig projects/graid/head/contrib/binutils/md5.sum projects/graid/head/contrib/binutils/opcodes/acinclude.m4 projects/graid/head/contrib/binutils/opcodes/arm-opc.h projects/graid/head/contrib/llvm/include/llvm/Analysis/PointerTracking.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/PostRAHazardRecognizer.h projects/graid/head/contrib/llvm/include/llvm/MC/ELFObjectWriter.h projects/graid/head/contrib/llvm/include/llvm/MC/MachObjectWriter.h projects/graid/head/contrib/llvm/include/llvm/Support/DynamicLinker.h projects/graid/head/contrib/llvm/include/llvm/Support/StableBasicBlockNumbering.h projects/graid/head/contrib/llvm/include/llvm/System/ projects/graid/head/contrib/llvm/include/llvm/Target/TargetFrameInfo.h projects/graid/head/contrib/llvm/include/llvm/Transforms/RSProfiling.h projects/graid/head/contrib/llvm/lib/Analysis/PointerTracking.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PBQP/ projects/graid/head/contrib/llvm/lib/CodeGen/PHIElimination.h projects/graid/head/contrib/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp projects/graid/head/contrib/llvm/lib/System/ projects/graid/head/contrib/llvm/lib/Target/ARM/ARMFrameInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMMCInstLower.h projects/graid/head/contrib/llvm/lib/Target/ARM/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/ARM/NEONPreAllocPass.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb2HazardRecognizer.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb2HazardRecognizer.h projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaJITInfo.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaJITInfo.h projects/graid/head/contrib/llvm/lib/Target/Alpha/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/Blackfin/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/CellSPU/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUFrameInfo.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUFrameInfo.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/MSP430/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/Mips/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/PIC16/ projects/graid/head/contrib/llvm/lib/Target/PowerPC/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCFrameInfo.h projects/graid/head/contrib/llvm/lib/Target/Sparc/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/SystemZ/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/TargetFrameInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/X86/X86Instr64bit.td projects/graid/head/contrib/llvm/lib/Target/X86/X86ShuffleDecode.h projects/graid/head/contrib/llvm/lib/Target/XCore/AsmPrinter/ projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreFrameInfo.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreFrameInfo.h projects/graid/head/contrib/llvm/lib/Transforms/IPO/PartialSpecialization.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/FullExpr.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/TypeLocBuilder.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Checker/ projects/graid/head/contrib/llvm/tools/clang/lib/AST/FullExpr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Checker/ projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/Mangle.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/Mangle.h projects/graid/head/gnu/lib/libg2c/ projects/graid/head/gnu/lib/libiberty/ projects/graid/head/gnu/usr.bin/binutils/as/tc-sparc-fixed.c projects/graid/head/lib/clang/include/llvm/ADT/ projects/graid/head/lib/clang/include/llvm/System/ projects/graid/head/lib/clang/libclangchecker/ projects/graid/head/lib/clang/libllvmarmasmprinter/ projects/graid/head/lib/clang/libllvmmipsasmprinter/ projects/graid/head/lib/clang/libllvmpowerpcasmprinter/ projects/graid/head/lib/clang/libllvmsystem/ projects/graid/head/lib/clang/libllvmx86asmprinter/ projects/graid/head/release/scripts/games-make.sh projects/graid/head/release/scripts/lib32-make.sh projects/graid/head/share/man/man8/sticky.8 projects/graid/head/sys/cddl/compat/opensolaris/sys/sysmacros.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scrub.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/fletcher.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/byteorder.h projects/graid/head/sys/dev/drm/drm-preprocess.sh projects/graid/head/sys/dev/drm/drm-subprocess.pl projects/graid/head/tools/build/options/WITH_FDT Modified: projects/graid/head/MAINTAINERS projects/graid/head/Makefile projects/graid/head/Makefile.inc1 projects/graid/head/ObsoleteFiles.inc projects/graid/head/UPDATING projects/graid/head/bin/csh/Makefile projects/graid/head/bin/df/df.c projects/graid/head/bin/ed/ed.1 projects/graid/head/bin/kenv/kenv.1 projects/graid/head/bin/kill/kill.c projects/graid/head/bin/pkill/pkill.c projects/graid/head/bin/sh/Makefile projects/graid/head/bin/sh/TOUR projects/graid/head/bin/sh/alias.c projects/graid/head/bin/sh/alias.h projects/graid/head/bin/sh/arith.h projects/graid/head/bin/sh/error.h projects/graid/head/bin/sh/eval.c projects/graid/head/bin/sh/exec.c projects/graid/head/bin/sh/exec.h projects/graid/head/bin/sh/expand.c projects/graid/head/bin/sh/init.h projects/graid/head/bin/sh/input.c projects/graid/head/bin/sh/jobs.c projects/graid/head/bin/sh/main.c projects/graid/head/bin/sh/mkinit.c projects/graid/head/bin/sh/options.c projects/graid/head/bin/sh/parser.c projects/graid/head/bin/sh/redir.c projects/graid/head/bin/sh/sh.1 projects/graid/head/bin/sh/shell.h projects/graid/head/bin/sh/trap.c projects/graid/head/bin/sh/var.c projects/graid/head/bin/test/test.c projects/graid/head/cddl/compat/opensolaris/include/fcntl.h projects/graid/head/cddl/compat/opensolaris/include/mnttab.h projects/graid/head/cddl/compat/opensolaris/include/priv.h projects/graid/head/cddl/compat/opensolaris/include/solaris.h projects/graid/head/cddl/compat/opensolaris/misc/fsshare.c projects/graid/head/cddl/compat/opensolaris/misc/zmount.c projects/graid/head/cddl/contrib/opensolaris/cmd/zdb/zdb.c projects/graid/head/cddl/contrib/opensolaris/cmd/zdb/zdb_il.c projects/graid/head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 projects/graid/head/cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c projects/graid/head/cddl/contrib/opensolaris/cmd/zfs/zfs_iter.h projects/graid/head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c projects/graid/head/cddl/contrib/opensolaris/cmd/zfs/zfs_util.h projects/graid/head/cddl/contrib/opensolaris/cmd/zinject/translate.c projects/graid/head/cddl/contrib/opensolaris/cmd/zinject/zinject.c projects/graid/head/cddl/contrib/opensolaris/cmd/zinject/zinject.h projects/graid/head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 projects/graid/head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c projects/graid/head/cddl/contrib/opensolaris/cmd/zpool/zpool_util.c projects/graid/head/cddl/contrib/opensolaris/cmd/zpool/zpool_util.h projects/graid/head/cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c projects/graid/head/cddl/contrib/opensolaris/cmd/ztest/ztest.c projects/graid/head/cddl/contrib/opensolaris/head/synch.h projects/graid/head/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c projects/graid/head/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.h projects/graid/head/cddl/contrib/opensolaris/lib/libuutil/common/libuutil.h projects/graid/head/cddl/contrib/opensolaris/lib/libuutil/common/uu_alloc.c projects/graid/head/cddl/contrib/opensolaris/lib/libuutil/common/uu_misc.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_config.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_impl.h projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_status.c projects/graid/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_util.c projects/graid/head/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c projects/graid/head/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h projects/graid/head/cddl/contrib/opensolaris/lib/libzpool/common/taskq.c projects/graid/head/cddl/contrib/opensolaris/lib/libzpool/common/util.c projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/__init__.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/allow.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/dataset.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/groupspace.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/ioctl.c projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/unallow.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/userspace.py projects/graid/head/cddl/contrib/opensolaris/lib/pyzfs/common/util.py projects/graid/head/cddl/lib/libzfs/Makefile projects/graid/head/cddl/lib/libzpool/Makefile projects/graid/head/cddl/sbin/zfs/Makefile projects/graid/head/cddl/sbin/zpool/Makefile projects/graid/head/cddl/usr.bin/Makefile projects/graid/head/cddl/usr.bin/ztest/Makefile projects/graid/head/cddl/usr.sbin/zdb/Makefile projects/graid/head/contrib/bind9/CHANGES projects/graid/head/contrib/bind9/COPYRIGHT projects/graid/head/contrib/bind9/README projects/graid/head/contrib/bind9/bin/check/check-tool.c projects/graid/head/contrib/bind9/bin/check/check-tool.h projects/graid/head/contrib/bind9/bin/check/named-checkconf.c projects/graid/head/contrib/bind9/bin/check/named-checkzone.c projects/graid/head/contrib/bind9/bin/dig/dig.c projects/graid/head/contrib/bind9/bin/dig/dighost.c projects/graid/head/contrib/bind9/bin/dig/host.c projects/graid/head/contrib/bind9/bin/dig/nslookup.1 projects/graid/head/contrib/bind9/bin/dig/nslookup.docbook projects/graid/head/contrib/bind9/bin/dig/nslookup.html projects/graid/head/contrib/bind9/bin/dnssec/dnssec-dsfromkey.8 projects/graid/head/contrib/bind9/bin/dnssec/dnssec-dsfromkey.html projects/graid/head/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html projects/graid/head/contrib/bind9/bin/dnssec/dnssec-keygen.html projects/graid/head/contrib/bind9/bin/dnssec/dnssec-signzone.c projects/graid/head/contrib/bind9/bin/dnssec/dnssec-signzone.html projects/graid/head/contrib/bind9/bin/named/builtin.c projects/graid/head/contrib/bind9/bin/named/client.c projects/graid/head/contrib/bind9/bin/named/control.c projects/graid/head/contrib/bind9/bin/named/include/named/globals.h projects/graid/head/contrib/bind9/bin/named/include/named/query.h projects/graid/head/contrib/bind9/bin/named/main.c projects/graid/head/contrib/bind9/bin/named/query.c projects/graid/head/contrib/bind9/bin/named/server.c projects/graid/head/contrib/bind9/bin/named/update.c projects/graid/head/contrib/bind9/bin/named/xfrout.c projects/graid/head/contrib/bind9/bin/nsupdate/nsupdate.1 projects/graid/head/contrib/bind9/bin/nsupdate/nsupdate.c projects/graid/head/contrib/bind9/bin/nsupdate/nsupdate.docbook projects/graid/head/contrib/bind9/bin/nsupdate/nsupdate.html projects/graid/head/contrib/bind9/config.h.in projects/graid/head/contrib/bind9/config.threads.in projects/graid/head/contrib/bind9/configure.in projects/graid/head/contrib/bind9/doc/arm/Bv9ARM-book.xml projects/graid/head/contrib/bind9/doc/arm/Bv9ARM.ch06.html projects/graid/head/contrib/bind9/doc/arm/Bv9ARM.ch07.html projects/graid/head/contrib/bind9/doc/arm/Bv9ARM.ch08.html projects/graid/head/contrib/bind9/doc/arm/Bv9ARM.ch09.html projects/graid/head/contrib/bind9/doc/arm/Bv9ARM.html projects/graid/head/contrib/bind9/doc/arm/Bv9ARM.pdf projects/graid/head/contrib/bind9/doc/arm/man.dig.html projects/graid/head/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html projects/graid/head/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html projects/graid/head/contrib/bind9/doc/arm/man.dnssec-keygen.html projects/graid/head/contrib/bind9/doc/arm/man.dnssec-signzone.html projects/graid/head/contrib/bind9/doc/arm/man.host.html projects/graid/head/contrib/bind9/doc/arm/man.named-checkconf.html projects/graid/head/contrib/bind9/doc/arm/man.named-checkzone.html projects/graid/head/contrib/bind9/doc/arm/man.named.html projects/graid/head/contrib/bind9/doc/arm/man.nsupdate.html projects/graid/head/contrib/bind9/doc/arm/man.rndc-confgen.html projects/graid/head/contrib/bind9/doc/arm/man.rndc.conf.html projects/graid/head/contrib/bind9/doc/arm/man.rndc.html projects/graid/head/contrib/bind9/doc/misc/options projects/graid/head/contrib/bind9/lib/bind9/api projects/graid/head/contrib/bind9/lib/bind9/check.c projects/graid/head/contrib/bind9/lib/dns/Makefile.in projects/graid/head/contrib/bind9/lib/dns/adb.c projects/graid/head/contrib/bind9/lib/dns/api projects/graid/head/contrib/bind9/lib/dns/dst_api.c projects/graid/head/contrib/bind9/lib/dns/dst_internal.h projects/graid/head/contrib/bind9/lib/dns/gssapictx.c projects/graid/head/contrib/bind9/lib/dns/include/dns/diff.h projects/graid/head/contrib/bind9/lib/dns/include/dns/events.h projects/graid/head/contrib/bind9/lib/dns/include/dns/name.h projects/graid/head/contrib/bind9/lib/dns/include/dns/ncache.h projects/graid/head/contrib/bind9/lib/dns/include/dns/rdataset.h projects/graid/head/contrib/bind9/lib/dns/include/dns/resolver.h projects/graid/head/contrib/bind9/lib/dns/include/dns/result.h projects/graid/head/contrib/bind9/lib/dns/include/dns/tsig.h projects/graid/head/contrib/bind9/lib/dns/include/dns/types.h projects/graid/head/contrib/bind9/lib/dns/include/dns/validator.h projects/graid/head/contrib/bind9/lib/dns/include/dns/view.h projects/graid/head/contrib/bind9/lib/dns/include/dns/zone.h projects/graid/head/contrib/bind9/lib/dns/include/dst/dst.h projects/graid/head/contrib/bind9/lib/dns/journal.c projects/graid/head/contrib/bind9/lib/dns/message.c projects/graid/head/contrib/bind9/lib/dns/name.c projects/graid/head/contrib/bind9/lib/dns/ncache.c projects/graid/head/contrib/bind9/lib/dns/openssl_link.c projects/graid/head/contrib/bind9/lib/dns/rbtdb.c projects/graid/head/contrib/bind9/lib/dns/rdata.c projects/graid/head/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c projects/graid/head/contrib/bind9/lib/dns/rdata/generic/nsec_47.c projects/graid/head/contrib/bind9/lib/dns/rdata/generic/rrsig_46.c projects/graid/head/contrib/bind9/lib/dns/rdatalist.c projects/graid/head/contrib/bind9/lib/dns/rdataset.c projects/graid/head/contrib/bind9/lib/dns/rdataslab.c projects/graid/head/contrib/bind9/lib/dns/resolver.c projects/graid/head/contrib/bind9/lib/dns/result.c projects/graid/head/contrib/bind9/lib/dns/rootns.c projects/graid/head/contrib/bind9/lib/dns/sdb.c projects/graid/head/contrib/bind9/lib/dns/sdlz.c projects/graid/head/contrib/bind9/lib/dns/time.c projects/graid/head/contrib/bind9/lib/dns/tkey.c projects/graid/head/contrib/bind9/lib/dns/tsig.c projects/graid/head/contrib/bind9/lib/dns/validator.c projects/graid/head/contrib/bind9/lib/dns/view.c projects/graid/head/contrib/bind9/lib/dns/zone.c projects/graid/head/contrib/bind9/lib/isc/Makefile.in projects/graid/head/contrib/bind9/lib/isc/api projects/graid/head/contrib/bind9/lib/isc/entropy.c projects/graid/head/contrib/bind9/lib/isc/include/isc/mem.h projects/graid/head/contrib/bind9/lib/isc/include/isc/platform.h.in projects/graid/head/contrib/bind9/lib/isc/include/isc/task.h projects/graid/head/contrib/bind9/lib/isc/mem.c projects/graid/head/contrib/bind9/lib/isc/nothreads/Makefile.in projects/graid/head/contrib/bind9/lib/isc/print.c projects/graid/head/contrib/bind9/lib/isc/pthreads/mutex.c projects/graid/head/contrib/bind9/lib/isc/task.c projects/graid/head/contrib/bind9/lib/isc/unix/socket.c projects/graid/head/contrib/bind9/lib/isccfg/api projects/graid/head/contrib/bind9/lib/isccfg/namedconf.c projects/graid/head/contrib/bind9/lib/lwres/man/lwres.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_buffer.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_config.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_context.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_gabn.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_gethostent.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_getipnode.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_gnba.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_hstrerror.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_inetntop.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_noop.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_packet.html projects/graid/head/contrib/bind9/lib/lwres/man/lwres_resutil.html projects/graid/head/contrib/bind9/lib/lwres/print_p.h projects/graid/head/contrib/bind9/version projects/graid/head/contrib/binutils/ChangeLog projects/graid/head/contrib/binutils/MAINTAINERS projects/graid/head/contrib/binutils/Makefile.def projects/graid/head/contrib/binutils/Makefile.in projects/graid/head/contrib/binutils/Makefile.tpl projects/graid/head/contrib/binutils/bfd/ChangeLog projects/graid/head/contrib/binutils/bfd/ChangeLog-0203 projects/graid/head/contrib/binutils/bfd/Makefile.am projects/graid/head/contrib/binutils/bfd/Makefile.in projects/graid/head/contrib/binutils/bfd/acinclude.m4 projects/graid/head/contrib/binutils/bfd/aclocal.m4 projects/graid/head/contrib/binutils/bfd/aout-arm.c projects/graid/head/contrib/binutils/bfd/aout-sparcle.c projects/graid/head/contrib/binutils/bfd/aout-target.h projects/graid/head/contrib/binutils/bfd/aout0.c projects/graid/head/contrib/binutils/bfd/aout32.c projects/graid/head/contrib/binutils/bfd/aout64.c projects/graid/head/contrib/binutils/bfd/aoutf1.h projects/graid/head/contrib/binutils/bfd/aoutx.h projects/graid/head/contrib/binutils/bfd/archive.c projects/graid/head/contrib/binutils/bfd/archive64.c projects/graid/head/contrib/binutils/bfd/archures.c projects/graid/head/contrib/binutils/bfd/armnetbsd.c projects/graid/head/contrib/binutils/bfd/bfd-in.h projects/graid/head/contrib/binutils/bfd/bfd-in2.h projects/graid/head/contrib/binutils/bfd/bfd.c projects/graid/head/contrib/binutils/bfd/bfdio.c projects/graid/head/contrib/binutils/bfd/bfdwin.c projects/graid/head/contrib/binutils/bfd/binary.c projects/graid/head/contrib/binutils/bfd/bout.c projects/graid/head/contrib/binutils/bfd/cache.c projects/graid/head/contrib/binutils/bfd/coff-alpha.c projects/graid/head/contrib/binutils/bfd/coff-arm.c projects/graid/head/contrib/binutils/bfd/coff-aux.c projects/graid/head/contrib/binutils/bfd/coff-i386.c projects/graid/head/contrib/binutils/bfd/coff-ia64.c projects/graid/head/contrib/binutils/bfd/coff-mips.c projects/graid/head/contrib/binutils/bfd/coff-ppc.c projects/graid/head/contrib/binutils/bfd/coff-rs6000.c projects/graid/head/contrib/binutils/bfd/coff-sparc.c projects/graid/head/contrib/binutils/bfd/coff-x86_64.c projects/graid/head/contrib/binutils/bfd/coff64-rs6000.c projects/graid/head/contrib/binutils/bfd/coffcode.h projects/graid/head/contrib/binutils/bfd/coffgen.c projects/graid/head/contrib/binutils/bfd/cofflink.c projects/graid/head/contrib/binutils/bfd/coffswap.h projects/graid/head/contrib/binutils/bfd/config.bfd projects/graid/head/contrib/binutils/bfd/config.in projects/graid/head/contrib/binutils/bfd/configure projects/graid/head/contrib/binutils/bfd/configure.host projects/graid/head/contrib/binutils/bfd/configure.in projects/graid/head/contrib/binutils/bfd/corefile.c projects/graid/head/contrib/binutils/bfd/cpu-alpha.c projects/graid/head/contrib/binutils/bfd/cpu-arc.c projects/graid/head/contrib/binutils/bfd/cpu-arm.c projects/graid/head/contrib/binutils/bfd/cpu-i386.c projects/graid/head/contrib/binutils/bfd/cpu-ia64-opc.c projects/graid/head/contrib/binutils/bfd/cpu-ia64.c projects/graid/head/contrib/binutils/bfd/cpu-mips.c projects/graid/head/contrib/binutils/bfd/cpu-powerpc.c projects/graid/head/contrib/binutils/bfd/cpu-rs6000.c projects/graid/head/contrib/binutils/bfd/cpu-s390.c projects/graid/head/contrib/binutils/bfd/cpu-sparc.c projects/graid/head/contrib/binutils/bfd/demo64.c projects/graid/head/contrib/binutils/bfd/dep-in.sed projects/graid/head/contrib/binutils/bfd/doc/ChangeLog projects/graid/head/contrib/binutils/bfd/doc/Makefile.am projects/graid/head/contrib/binutils/bfd/doc/Makefile.in projects/graid/head/contrib/binutils/bfd/doc/bfd.texinfo projects/graid/head/contrib/binutils/bfd/doc/bfdint.texi projects/graid/head/contrib/binutils/bfd/doc/chew.c projects/graid/head/contrib/binutils/bfd/doc/fdl.texi projects/graid/head/contrib/binutils/bfd/dwarf1.c projects/graid/head/contrib/binutils/bfd/dwarf2.c projects/graid/head/contrib/binutils/bfd/ecoff.c projects/graid/head/contrib/binutils/bfd/ecofflink.c projects/graid/head/contrib/binutils/bfd/ecoffswap.h projects/graid/head/contrib/binutils/bfd/efi-app-ia32.c projects/graid/head/contrib/binutils/bfd/efi-app-ia64.c projects/graid/head/contrib/binutils/bfd/elf-bfd.h projects/graid/head/contrib/binutils/bfd/elf-eh-frame.c projects/graid/head/contrib/binutils/bfd/elf-strtab.c projects/graid/head/contrib/binutils/bfd/elf.c projects/graid/head/contrib/binutils/bfd/elf32-arc.c projects/graid/head/contrib/binutils/bfd/elf32-gen.c projects/graid/head/contrib/binutils/bfd/elf32-i386.c projects/graid/head/contrib/binutils/bfd/elf32-mips.c projects/graid/head/contrib/binutils/bfd/elf32-ppc.c projects/graid/head/contrib/binutils/bfd/elf32-ppc.h projects/graid/head/contrib/binutils/bfd/elf32-s390.c projects/graid/head/contrib/binutils/bfd/elf32-sparc.c projects/graid/head/contrib/binutils/bfd/elf32.c projects/graid/head/contrib/binutils/bfd/elf64-alpha.c projects/graid/head/contrib/binutils/bfd/elf64-gen.c projects/graid/head/contrib/binutils/bfd/elf64-mips.c projects/graid/head/contrib/binutils/bfd/elf64-ppc.c projects/graid/head/contrib/binutils/bfd/elf64-ppc.h projects/graid/head/contrib/binutils/bfd/elf64-s390.c projects/graid/head/contrib/binutils/bfd/elf64-sparc.c projects/graid/head/contrib/binutils/bfd/elf64-x86-64.c projects/graid/head/contrib/binutils/bfd/elf64.c projects/graid/head/contrib/binutils/bfd/elfcode.h projects/graid/head/contrib/binutils/bfd/elfcore.h projects/graid/head/contrib/binutils/bfd/elflink.c projects/graid/head/contrib/binutils/bfd/elfn32-mips.c projects/graid/head/contrib/binutils/bfd/elfxx-ia64.c projects/graid/head/contrib/binutils/bfd/elfxx-mips.c projects/graid/head/contrib/binutils/bfd/elfxx-mips.h projects/graid/head/contrib/binutils/bfd/elfxx-target.h projects/graid/head/contrib/binutils/bfd/format.c projects/graid/head/contrib/binutils/bfd/freebsd.h projects/graid/head/contrib/binutils/bfd/gen-aout.c projects/graid/head/contrib/binutils/bfd/genlink.h projects/graid/head/contrib/binutils/bfd/hash.c projects/graid/head/contrib/binutils/bfd/host-aout.c projects/graid/head/contrib/binutils/bfd/i386aout.c projects/graid/head/contrib/binutils/bfd/i386bsd.c projects/graid/head/contrib/binutils/bfd/i386freebsd.c projects/graid/head/contrib/binutils/bfd/i386linux.c projects/graid/head/contrib/binutils/bfd/i386netbsd.c projects/graid/head/contrib/binutils/bfd/ieee.c projects/graid/head/contrib/binutils/bfd/ihex.c projects/graid/head/contrib/binutils/bfd/init.c projects/graid/head/contrib/binutils/bfd/libaout.h projects/graid/head/contrib/binutils/bfd/libbfd-in.h projects/graid/head/contrib/binutils/bfd/libbfd.c projects/graid/head/contrib/binutils/bfd/libbfd.h projects/graid/head/contrib/binutils/bfd/libcoff-in.h projects/graid/head/contrib/binutils/bfd/libcoff.h projects/graid/head/contrib/binutils/bfd/libecoff.h projects/graid/head/contrib/binutils/bfd/libieee.h projects/graid/head/contrib/binutils/bfd/libpei.h projects/graid/head/contrib/binutils/bfd/libxcoff.h projects/graid/head/contrib/binutils/bfd/linker.c projects/graid/head/contrib/binutils/bfd/merge.c projects/graid/head/contrib/binutils/bfd/mipsbsd.c projects/graid/head/contrib/binutils/bfd/netbsd-core.c projects/graid/head/contrib/binutils/bfd/netbsd.h projects/graid/head/contrib/binutils/bfd/opncls.c projects/graid/head/contrib/binutils/bfd/osf-core.c projects/graid/head/contrib/binutils/bfd/pe-arm.c projects/graid/head/contrib/binutils/bfd/pe-i386.c projects/graid/head/contrib/binutils/bfd/pe-mips.c projects/graid/head/contrib/binutils/bfd/pe-ppc.c projects/graid/head/contrib/binutils/bfd/peXXigen.c projects/graid/head/contrib/binutils/bfd/pei-mips.c projects/graid/head/contrib/binutils/bfd/peicode.h projects/graid/head/contrib/binutils/bfd/po/BLD-POTFILES.in projects/graid/head/contrib/binutils/bfd/po/Make-in projects/graid/head/contrib/binutils/bfd/po/SRC-POTFILES.in projects/graid/head/contrib/binutils/bfd/po/bfd.pot projects/graid/head/contrib/binutils/bfd/ppcboot.c projects/graid/head/contrib/binutils/bfd/ptrace-core.c projects/graid/head/contrib/binutils/bfd/reloc.c projects/graid/head/contrib/binutils/bfd/reloc16.c projects/graid/head/contrib/binutils/bfd/rs6000-core.c projects/graid/head/contrib/binutils/bfd/sco5-core.c projects/graid/head/contrib/binutils/bfd/section.c projects/graid/head/contrib/binutils/bfd/simple.c projects/graid/head/contrib/binutils/bfd/sparclinux.c projects/graid/head/contrib/binutils/bfd/sparcnetbsd.c projects/graid/head/contrib/binutils/bfd/srec.c projects/graid/head/contrib/binutils/bfd/stab-syms.c projects/graid/head/contrib/binutils/bfd/stabs.c projects/graid/head/contrib/binutils/bfd/sunos.c projects/graid/head/contrib/binutils/bfd/syms.c projects/graid/head/contrib/binutils/bfd/sysdep.h projects/graid/head/contrib/binutils/bfd/targets.c projects/graid/head/contrib/binutils/bfd/tekhex.c projects/graid/head/contrib/binutils/bfd/trad-core.c projects/graid/head/contrib/binutils/bfd/version.h projects/graid/head/contrib/binutils/bfd/xcoff-target.h projects/graid/head/contrib/binutils/bfd/xcofflink.c projects/graid/head/contrib/binutils/binutils/ChangeLog projects/graid/head/contrib/binutils/binutils/MAINTAINERS projects/graid/head/contrib/binutils/binutils/Makefile.am projects/graid/head/contrib/binutils/binutils/Makefile.in projects/graid/head/contrib/binutils/binutils/NEWS projects/graid/head/contrib/binutils/binutils/aclocal.m4 projects/graid/head/contrib/binutils/binutils/addr2line.c projects/graid/head/contrib/binutils/binutils/ar.c projects/graid/head/contrib/binutils/binutils/arlex.l projects/graid/head/contrib/binutils/binutils/arparse.y projects/graid/head/contrib/binutils/binutils/arsup.c projects/graid/head/contrib/binutils/binutils/arsup.h projects/graid/head/contrib/binutils/binutils/binemul.c projects/graid/head/contrib/binutils/binutils/binemul.h projects/graid/head/contrib/binutils/binutils/bucomm.c projects/graid/head/contrib/binutils/binutils/bucomm.h projects/graid/head/contrib/binutils/binutils/budbg.h projects/graid/head/contrib/binutils/binutils/coffdump.c projects/graid/head/contrib/binutils/binutils/coffgrok.c projects/graid/head/contrib/binutils/binutils/coffgrok.h projects/graid/head/contrib/binutils/binutils/config.in projects/graid/head/contrib/binutils/binutils/configure projects/graid/head/contrib/binutils/binutils/configure.in projects/graid/head/contrib/binutils/binutils/cxxfilt.c projects/graid/head/contrib/binutils/binutils/debug.c projects/graid/head/contrib/binutils/binutils/debug.h projects/graid/head/contrib/binutils/binutils/deflex.l projects/graid/head/contrib/binutils/binutils/defparse.y projects/graid/head/contrib/binutils/binutils/dep-in.sed projects/graid/head/contrib/binutils/binutils/dlltool.c projects/graid/head/contrib/binutils/binutils/dlltool.h projects/graid/head/contrib/binutils/binutils/dllwrap.c projects/graid/head/contrib/binutils/binutils/doc/Makefile.am projects/graid/head/contrib/binutils/binutils/doc/Makefile.in projects/graid/head/contrib/binutils/binutils/doc/binutils.texi projects/graid/head/contrib/binutils/binutils/doc/fdl.texi projects/graid/head/contrib/binutils/binutils/emul_vanilla.c projects/graid/head/contrib/binutils/binutils/filemode.c projects/graid/head/contrib/binutils/binutils/ieee.c projects/graid/head/contrib/binutils/binutils/nm.c projects/graid/head/contrib/binutils/binutils/objcopy.c projects/graid/head/contrib/binutils/binutils/objdump.c projects/graid/head/contrib/binutils/binutils/po/Make-in projects/graid/head/contrib/binutils/binutils/po/POTFILES.in projects/graid/head/contrib/binutils/binutils/po/binutils.pot projects/graid/head/contrib/binutils/binutils/prdbg.c projects/graid/head/contrib/binutils/binutils/ranlib.sh projects/graid/head/contrib/binutils/binutils/rclex.c projects/graid/head/contrib/binutils/binutils/rcparse.y projects/graid/head/contrib/binutils/binutils/rdcoff.c projects/graid/head/contrib/binutils/binutils/rddbg.c projects/graid/head/contrib/binutils/binutils/readelf.c projects/graid/head/contrib/binutils/binutils/rename.c projects/graid/head/contrib/binutils/binutils/resbin.c projects/graid/head/contrib/binutils/binutils/rescoff.c projects/graid/head/contrib/binutils/binutils/resrc.c projects/graid/head/contrib/binutils/binutils/resres.c projects/graid/head/contrib/binutils/binutils/size.c projects/graid/head/contrib/binutils/binutils/srconv.c projects/graid/head/contrib/binutils/binutils/stabs.c projects/graid/head/contrib/binutils/binutils/strings.c projects/graid/head/contrib/binutils/binutils/sysdump.c projects/graid/head/contrib/binutils/binutils/sysinfo.y projects/graid/head/contrib/binutils/binutils/syslex.l projects/graid/head/contrib/binutils/binutils/unwind-ia64.c projects/graid/head/contrib/binutils/binutils/unwind-ia64.h projects/graid/head/contrib/binutils/binutils/version.c projects/graid/head/contrib/binutils/binutils/wrstabs.c projects/graid/head/contrib/binutils/config-ml.in projects/graid/head/contrib/binutils/config.guess projects/graid/head/contrib/binutils/config.sub projects/graid/head/contrib/binutils/config/ChangeLog projects/graid/head/contrib/binutils/config/acinclude.m4 projects/graid/head/contrib/binutils/config/mh-cxux projects/graid/head/contrib/binutils/config/mh-necv4 projects/graid/head/contrib/binutils/config/mh-sco projects/graid/head/contrib/binutils/config/mh-solaris projects/graid/head/contrib/binutils/config/mh-sysv4 projects/graid/head/contrib/binutils/config/mh-sysv5 projects/graid/head/contrib/binutils/config/mt-v810 projects/graid/head/contrib/binutils/configure projects/graid/head/contrib/binutils/etc/ChangeLog projects/graid/head/contrib/binutils/etc/Makefile.in projects/graid/head/contrib/binutils/gas/ChangeLog projects/graid/head/contrib/binutils/gas/ChangeLog-0001 projects/graid/head/contrib/binutils/gas/ChangeLog-0203 projects/graid/head/contrib/binutils/gas/ChangeLog-9295 projects/graid/head/contrib/binutils/gas/ChangeLog-9697 projects/graid/head/contrib/binutils/gas/ChangeLog-9899 projects/graid/head/contrib/binutils/gas/Makefile.am projects/graid/head/contrib/binutils/gas/Makefile.in projects/graid/head/contrib/binutils/gas/NEWS projects/graid/head/contrib/binutils/gas/README projects/graid/head/contrib/binutils/gas/acinclude.m4 projects/graid/head/contrib/binutils/gas/aclocal.m4 projects/graid/head/contrib/binutils/gas/app.c projects/graid/head/contrib/binutils/gas/as.c projects/graid/head/contrib/binutils/gas/as.h projects/graid/head/contrib/binutils/gas/asintl.h projects/graid/head/contrib/binutils/gas/atof-generic.c projects/graid/head/contrib/binutils/gas/bignum.h projects/graid/head/contrib/binutils/gas/bit_fix.h projects/graid/head/contrib/binutils/gas/cgen.c projects/graid/head/contrib/binutils/gas/cgen.h projects/graid/head/contrib/binutils/gas/cond.c projects/graid/head/contrib/binutils/gas/config.in projects/graid/head/contrib/binutils/gas/config/aout_gnu.h projects/graid/head/contrib/binutils/gas/config/atof-ieee.c projects/graid/head/contrib/binutils/gas/config/atof-vax.c projects/graid/head/contrib/binutils/gas/config/itbl-mips.h projects/graid/head/contrib/binutils/gas/config/obj-aout.c projects/graid/head/contrib/binutils/gas/config/obj-aout.h projects/graid/head/contrib/binutils/gas/config/obj-coff.c projects/graid/head/contrib/binutils/gas/config/obj-coff.h projects/graid/head/contrib/binutils/gas/config/obj-ecoff.c projects/graid/head/contrib/binutils/gas/config/obj-ecoff.h projects/graid/head/contrib/binutils/gas/config/obj-elf.c projects/graid/head/contrib/binutils/gas/config/obj-elf.h projects/graid/head/contrib/binutils/gas/config/obj-multi.h projects/graid/head/contrib/binutils/gas/config/tc-alpha.c projects/graid/head/contrib/binutils/gas/config/tc-alpha.h projects/graid/head/contrib/binutils/gas/config/tc-arc.c projects/graid/head/contrib/binutils/gas/config/tc-arc.h projects/graid/head/contrib/binutils/gas/config/tc-arm.c projects/graid/head/contrib/binutils/gas/config/tc-arm.h projects/graid/head/contrib/binutils/gas/config/tc-generic.c projects/graid/head/contrib/binutils/gas/config/tc-generic.h projects/graid/head/contrib/binutils/gas/config/tc-i386.c projects/graid/head/contrib/binutils/gas/config/tc-i386.h projects/graid/head/contrib/binutils/gas/config/tc-ia64.c projects/graid/head/contrib/binutils/gas/config/tc-ia64.h projects/graid/head/contrib/binutils/gas/config/tc-m68851.h projects/graid/head/contrib/binutils/gas/config/tc-mips.c projects/graid/head/contrib/binutils/gas/config/tc-mips.h projects/graid/head/contrib/binutils/gas/config/tc-ppc.c projects/graid/head/contrib/binutils/gas/config/tc-ppc.h projects/graid/head/contrib/binutils/gas/config/tc-s390.c projects/graid/head/contrib/binutils/gas/config/tc-s390.h projects/graid/head/contrib/binutils/gas/config/tc-sparc.c projects/graid/head/contrib/binutils/gas/config/tc-sparc.h projects/graid/head/contrib/binutils/gas/config/te-386bsd.h projects/graid/head/contrib/binutils/gas/config/te-freebsd.h projects/graid/head/contrib/binutils/gas/config/te-nbsd.h projects/graid/head/contrib/binutils/gas/config/te-sparcaout.h projects/graid/head/contrib/binutils/gas/config/te-tmips.h projects/graid/head/contrib/binutils/gas/configure projects/graid/head/contrib/binutils/gas/configure.in projects/graid/head/contrib/binutils/gas/debug.c projects/graid/head/contrib/binutils/gas/dep-in.sed projects/graid/head/contrib/binutils/gas/depend.c projects/graid/head/contrib/binutils/gas/doc/Makefile.am projects/graid/head/contrib/binutils/gas/doc/Makefile.in projects/graid/head/contrib/binutils/gas/doc/all.texi projects/graid/head/contrib/binutils/gas/doc/as.texinfo projects/graid/head/contrib/binutils/gas/doc/c-alpha.texi projects/graid/head/contrib/binutils/gas/doc/c-arc.texi projects/graid/head/contrib/binutils/gas/doc/c-arm.texi projects/graid/head/contrib/binutils/gas/doc/c-i386.texi projects/graid/head/contrib/binutils/gas/doc/c-ia64.texi projects/graid/head/contrib/binutils/gas/doc/c-mips.texi projects/graid/head/contrib/binutils/gas/doc/c-ppc.texi projects/graid/head/contrib/binutils/gas/doc/c-sh.texi projects/graid/head/contrib/binutils/gas/doc/c-sparc.texi projects/graid/head/contrib/binutils/gas/doc/internals.texi projects/graid/head/contrib/binutils/gas/dw2gencfi.c projects/graid/head/contrib/binutils/gas/dw2gencfi.h projects/graid/head/contrib/binutils/gas/dwarf2dbg.c projects/graid/head/contrib/binutils/gas/dwarf2dbg.h projects/graid/head/contrib/binutils/gas/ecoff.c projects/graid/head/contrib/binutils/gas/ecoff.h projects/graid/head/contrib/binutils/gas/ehopt.c projects/graid/head/contrib/binutils/gas/emul-target.h projects/graid/head/contrib/binutils/gas/emul.h projects/graid/head/contrib/binutils/gas/expr.c projects/graid/head/contrib/binutils/gas/expr.h projects/graid/head/contrib/binutils/gas/flonum-copy.c projects/graid/head/contrib/binutils/gas/flonum-konst.c projects/graid/head/contrib/binutils/gas/flonum-mult.c projects/graid/head/contrib/binutils/gas/flonum.h projects/graid/head/contrib/binutils/gas/frags.c projects/graid/head/contrib/binutils/gas/frags.h projects/graid/head/contrib/binutils/gas/gdbinit.in projects/graid/head/contrib/binutils/gas/hash.c projects/graid/head/contrib/binutils/gas/hash.h projects/graid/head/contrib/binutils/gas/input-file.c projects/graid/head/contrib/binutils/gas/input-file.h projects/graid/head/contrib/binutils/gas/input-scrub.c projects/graid/head/contrib/binutils/gas/itbl-lex.l projects/graid/head/contrib/binutils/gas/itbl-ops.c projects/graid/head/contrib/binutils/gas/itbl-ops.h projects/graid/head/contrib/binutils/gas/itbl-parse.y projects/graid/head/contrib/binutils/gas/listing.c projects/graid/head/contrib/binutils/gas/listing.h projects/graid/head/contrib/binutils/gas/literal.c projects/graid/head/contrib/binutils/gas/macro.c projects/graid/head/contrib/binutils/gas/macro.h projects/graid/head/contrib/binutils/gas/messages.c projects/graid/head/contrib/binutils/gas/obj.h projects/graid/head/contrib/binutils/gas/output-file.c projects/graid/head/contrib/binutils/gas/output-file.h projects/graid/head/contrib/binutils/gas/po/Make-in projects/graid/head/contrib/binutils/gas/po/POTFILES.in projects/graid/head/contrib/binutils/gas/po/gas.pot projects/graid/head/contrib/binutils/gas/read.c projects/graid/head/contrib/binutils/gas/read.h projects/graid/head/contrib/binutils/gas/sb.c projects/graid/head/contrib/binutils/gas/sb.h projects/graid/head/contrib/binutils/gas/stabs.c projects/graid/head/contrib/binutils/gas/struc-symbol.h projects/graid/head/contrib/binutils/gas/subsegs.c projects/graid/head/contrib/binutils/gas/subsegs.h projects/graid/head/contrib/binutils/gas/symbols.c projects/graid/head/contrib/binutils/gas/symbols.h projects/graid/head/contrib/binutils/gas/tc.h projects/graid/head/contrib/binutils/gas/write.c projects/graid/head/contrib/binutils/gas/write.h projects/graid/head/contrib/binutils/gprof/mips.c projects/graid/head/contrib/binutils/gprof/po/Make-in projects/graid/head/contrib/binutils/gprof/po/gprof.pot projects/graid/head/contrib/binutils/include/ChangeLog projects/graid/head/contrib/binutils/include/ansidecl.h projects/graid/head/contrib/binutils/include/aout/ChangeLog projects/graid/head/contrib/binutils/include/aout/aout64.h projects/graid/head/contrib/binutils/include/aout/ar.h projects/graid/head/contrib/binutils/include/aout/encap.h projects/graid/head/contrib/binutils/include/aout/host.h projects/graid/head/contrib/binutils/include/aout/ranlib.h projects/graid/head/contrib/binutils/include/aout/reloc.h projects/graid/head/contrib/binutils/include/aout/stab.def projects/graid/head/contrib/binutils/include/aout/stab_gnu.h projects/graid/head/contrib/binutils/include/aout/sun4.h projects/graid/head/contrib/binutils/include/bfdlink.h projects/graid/head/contrib/binutils/include/coff/ChangeLog projects/graid/head/contrib/binutils/include/coff/alpha.h projects/graid/head/contrib/binutils/include/coff/arm.h projects/graid/head/contrib/binutils/include/coff/aux-coff.h projects/graid/head/contrib/binutils/include/coff/ecoff.h projects/graid/head/contrib/binutils/include/coff/external.h projects/graid/head/contrib/binutils/include/coff/i386.h projects/graid/head/contrib/binutils/include/coff/ia64.h projects/graid/head/contrib/binutils/include/coff/mips.h projects/graid/head/contrib/binutils/include/coff/mipspe.h projects/graid/head/contrib/binutils/include/coff/pe.h projects/graid/head/contrib/binutils/include/coff/powerpc.h projects/graid/head/contrib/binutils/include/coff/rs6000.h projects/graid/head/contrib/binutils/include/coff/rs6k64.h projects/graid/head/contrib/binutils/include/coff/sh.h projects/graid/head/contrib/binutils/include/coff/sparc.h projects/graid/head/contrib/binutils/include/coff/symconst.h projects/graid/head/contrib/binutils/include/coff/ti.h projects/graid/head/contrib/binutils/include/coff/xcoff.h projects/graid/head/contrib/binutils/include/demangle.h projects/graid/head/contrib/binutils/include/dis-asm.h projects/graid/head/contrib/binutils/include/dyn-string.h projects/graid/head/contrib/binutils/include/elf/ChangeLog projects/graid/head/contrib/binutils/include/elf/ChangeLog-9103 projects/graid/head/contrib/binutils/include/elf/alpha.h projects/graid/head/contrib/binutils/include/elf/arc.h projects/graid/head/contrib/binutils/include/elf/arm.h projects/graid/head/contrib/binutils/include/elf/avr.h projects/graid/head/contrib/binutils/include/elf/common.h projects/graid/head/contrib/binutils/include/elf/cris.h projects/graid/head/contrib/binutils/include/elf/d10v.h projects/graid/head/contrib/binutils/include/elf/d30v.h projects/graid/head/contrib/binutils/include/elf/dlx.h projects/graid/head/contrib/binutils/include/elf/dwarf.h projects/graid/head/contrib/binutils/include/elf/dwarf2.h projects/graid/head/contrib/binutils/include/elf/external.h projects/graid/head/contrib/binutils/include/elf/fr30.h projects/graid/head/contrib/binutils/include/elf/frv.h projects/graid/head/contrib/binutils/include/elf/h8.h projects/graid/head/contrib/binutils/include/elf/hppa.h projects/graid/head/contrib/binutils/include/elf/i370.h projects/graid/head/contrib/binutils/include/elf/i386.h projects/graid/head/contrib/binutils/include/elf/i860.h projects/graid/head/contrib/binutils/include/elf/i960.h projects/graid/head/contrib/binutils/include/elf/ia64.h projects/graid/head/contrib/binutils/include/elf/internal.h projects/graid/head/contrib/binutils/include/elf/ip2k.h projects/graid/head/contrib/binutils/include/elf/iq2000.h projects/graid/head/contrib/binutils/include/elf/m32r.h projects/graid/head/contrib/binutils/include/elf/m68hc11.h projects/graid/head/contrib/binutils/include/elf/m68k.h projects/graid/head/contrib/binutils/include/elf/mcore.h projects/graid/head/contrib/binutils/include/elf/mips.h projects/graid/head/contrib/binutils/include/elf/mmix.h projects/graid/head/contrib/binutils/include/elf/mn10200.h projects/graid/head/contrib/binutils/include/elf/mn10300.h projects/graid/head/contrib/binutils/include/elf/msp430.h projects/graid/head/contrib/binutils/include/elf/openrisc.h projects/graid/head/contrib/binutils/include/elf/or32.h projects/graid/head/contrib/binutils/include/elf/pj.h projects/graid/head/contrib/binutils/include/elf/ppc.h projects/graid/head/contrib/binutils/include/elf/ppc64.h projects/graid/head/contrib/binutils/include/elf/reloc-macros.h projects/graid/head/contrib/binutils/include/elf/s390.h projects/graid/head/contrib/binutils/include/elf/sh.h projects/graid/head/contrib/binutils/include/elf/sparc.h projects/graid/head/contrib/binutils/include/elf/v850.h projects/graid/head/contrib/binutils/include/elf/vax.h projects/graid/head/contrib/binutils/include/elf/x86-64.h projects/graid/head/contrib/binutils/include/elf/xstormy16.h projects/graid/head/contrib/binutils/include/elf/xtensa.h projects/graid/head/contrib/binutils/include/fibheap.h projects/graid/head/contrib/binutils/include/filenames.h projects/graid/head/contrib/binutils/include/floatformat.h projects/graid/head/contrib/binutils/include/fnmatch.h projects/graid/head/contrib/binutils/include/gdbm.h projects/graid/head/contrib/binutils/include/hashtab.h projects/graid/head/contrib/binutils/include/ieee.h projects/graid/head/contrib/binutils/include/libiberty.h projects/graid/head/contrib/binutils/include/md5.h projects/graid/head/contrib/binutils/include/objalloc.h projects/graid/head/contrib/binutils/include/obstack.h projects/graid/head/contrib/binutils/include/opcode/ChangeLog projects/graid/head/contrib/binutils/include/opcode/ChangeLog-9103 projects/graid/head/contrib/binutils/include/opcode/alpha.h projects/graid/head/contrib/binutils/include/opcode/arc.h projects/graid/head/contrib/binutils/include/opcode/arm.h projects/graid/head/contrib/binutils/include/opcode/cgen.h projects/graid/head/contrib/binutils/include/opcode/convex.h projects/graid/head/contrib/binutils/include/opcode/i386.h projects/graid/head/contrib/binutils/include/opcode/ia64.h projects/graid/head/contrib/binutils/include/opcode/mips.h projects/graid/head/contrib/binutils/include/opcode/np1.h projects/graid/head/contrib/binutils/include/opcode/pn.h projects/graid/head/contrib/binutils/include/opcode/ppc.h projects/graid/head/contrib/binutils/include/opcode/s390.h projects/graid/head/contrib/binutils/include/opcode/sparc.h projects/graid/head/contrib/binutils/include/partition.h projects/graid/head/contrib/binutils/include/progress.h projects/graid/head/contrib/binutils/include/safe-ctype.h projects/graid/head/contrib/binutils/include/sort.h projects/graid/head/contrib/binutils/include/splay-tree.h projects/graid/head/contrib/binutils/include/symcat.h projects/graid/head/contrib/binutils/include/ternary.h projects/graid/head/contrib/binutils/include/xregex2.h projects/graid/head/contrib/binutils/install-sh projects/graid/head/contrib/binutils/ld/ChangeLog projects/graid/head/contrib/binutils/ld/Makefile.am projects/graid/head/contrib/binutils/ld/Makefile.in projects/graid/head/contrib/binutils/ld/NEWS projects/graid/head/contrib/binutils/ld/aclocal.m4 projects/graid/head/contrib/binutils/ld/config.in projects/graid/head/contrib/binutils/ld/configure projects/graid/head/contrib/binutils/ld/configure.host projects/graid/head/contrib/binutils/ld/configure.in projects/graid/head/contrib/binutils/ld/configure.tgt projects/graid/head/contrib/binutils/ld/deffile.h projects/graid/head/contrib/binutils/ld/deffilep.y projects/graid/head/contrib/binutils/ld/dep-in.sed projects/graid/head/contrib/binutils/ld/emulparams/arcelf.sh projects/graid/head/contrib/binutils/ld/emulparams/armelf.sh projects/graid/head/contrib/binutils/ld/emulparams/armelf_fbsd.sh projects/graid/head/contrib/binutils/ld/emulparams/armelf_linux.sh projects/graid/head/contrib/binutils/ld/emulparams/armelf_nbsd.sh projects/graid/head/contrib/binutils/ld/emulparams/armpe.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32_sparc.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32bmip.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32bmipn32-defs.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32bmipn32.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32btsmip.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32btsmipn32.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32ppc.sh projects/graid/head/contrib/binutils/ld/emulparams/elf32ppclinux.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64_ia64.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64_s390.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64_sparc.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64_sparc_fbsd.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64alpha.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64bmip.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64btsmip.sh projects/graid/head/contrib/binutils/ld/emulparams/elf64ppc.sh projects/graid/head/contrib/binutils/ld/emulparams/elf_i386.sh projects/graid/head/contrib/binutils/ld/emulparams/elf_i386_chaos.sh projects/graid/head/contrib/binutils/ld/emulparams/elf_i386_ldso.sh projects/graid/head/contrib/binutils/ld/emulparams/elf_s390.sh projects/graid/head/contrib/binutils/ld/emulparams/elf_x86_64.sh projects/graid/head/contrib/binutils/ld/emulparams/elf_x86_64_fbsd.sh projects/graid/head/contrib/binutils/ld/emulparams/i386moss.sh projects/graid/head/contrib/binutils/ld/emulparams/i386nto.sh projects/graid/head/contrib/binutils/ld/emulparams/i386nw.sh projects/graid/head/contrib/binutils/ld/emulparams/i386pe.sh projects/graid/head/contrib/binutils/ld/emulparams/i386pe_posix.sh projects/graid/head/contrib/binutils/ld/emulparams/mipsidt.sh projects/graid/head/contrib/binutils/ld/emulparams/mipsidtl.sh projects/graid/head/contrib/binutils/ld/emulparams/mipspe.sh projects/graid/head/contrib/binutils/ld/emulparams/ppcnw.sh projects/graid/head/contrib/binutils/ld/emulparams/ppcpe.sh projects/graid/head/contrib/binutils/ld/emultempl/alphaelf.em projects/graid/head/contrib/binutils/ld/emultempl/armcoff.em projects/graid/head/contrib/binutils/ld/emultempl/armelf.em projects/graid/head/contrib/binutils/ld/emultempl/elf32.em projects/graid/head/contrib/binutils/ld/emultempl/generic.em projects/graid/head/contrib/binutils/ld/emultempl/ia64elf.em projects/graid/head/contrib/binutils/ld/emultempl/linux.em projects/graid/head/contrib/binutils/ld/emultempl/mipsecoff.em projects/graid/head/contrib/binutils/ld/emultempl/needrelax.em projects/graid/head/contrib/binutils/ld/emultempl/pe.em projects/graid/head/contrib/binutils/ld/emultempl/ppc32elf.em projects/graid/head/contrib/binutils/ld/emultempl/ppc64elf.em projects/graid/head/contrib/binutils/ld/emultempl/sunos.em projects/graid/head/contrib/binutils/ld/emultempl/ticoff.em projects/graid/head/contrib/binutils/ld/emultempl/vanilla.em projects/graid/head/contrib/binutils/ld/fdl.texi projects/graid/head/contrib/binutils/ld/gen-doc.texi projects/graid/head/contrib/binutils/ld/genscripts.sh projects/graid/head/contrib/binutils/ld/ld.h projects/graid/head/contrib/binutils/ld/ld.texinfo projects/graid/head/contrib/binutils/ld/ldcref.c projects/graid/head/contrib/binutils/ld/ldctor.c projects/graid/head/contrib/binutils/ld/ldctor.h projects/graid/head/contrib/binutils/ld/ldemul.c projects/graid/head/contrib/binutils/ld/ldemul.h projects/graid/head/contrib/binutils/ld/ldexp.c projects/graid/head/contrib/binutils/ld/ldexp.h projects/graid/head/contrib/binutils/ld/ldfile.c projects/graid/head/contrib/binutils/ld/ldfile.h projects/graid/head/contrib/binutils/ld/ldgram.y projects/graid/head/contrib/binutils/ld/ldint.texinfo projects/graid/head/contrib/binutils/ld/ldlang.c projects/graid/head/contrib/binutils/ld/ldlang.h projects/graid/head/contrib/binutils/ld/ldlex.h projects/graid/head/contrib/binutils/ld/ldlex.l projects/graid/head/contrib/binutils/ld/ldmain.c projects/graid/head/contrib/binutils/ld/ldmain.h projects/graid/head/contrib/binutils/ld/ldmisc.c projects/graid/head/contrib/binutils/ld/ldmisc.h projects/graid/head/contrib/binutils/ld/ldver.c projects/graid/head/contrib/binutils/ld/ldver.h projects/graid/head/contrib/binutils/ld/ldwrite.c projects/graid/head/contrib/binutils/ld/ldwrite.h projects/graid/head/contrib/binutils/ld/lexsup.c projects/graid/head/contrib/binutils/ld/mri.c projects/graid/head/contrib/binutils/ld/mri.h projects/graid/head/contrib/binutils/ld/pe-dll.c projects/graid/head/contrib/binutils/ld/pe-dll.h projects/graid/head/contrib/binutils/ld/po/Make-in projects/graid/head/contrib/binutils/ld/po/POTFILES.in projects/graid/head/contrib/binutils/ld/po/ld.pot projects/graid/head/contrib/binutils/ld/scripttempl/elf.sc projects/graid/head/contrib/binutils/ld/scripttempl/mips.sc projects/graid/head/contrib/binutils/ld/scripttempl/pe.sc projects/graid/head/contrib/binutils/ld/sysdep.h projects/graid/head/contrib/binutils/libiberty/ChangeLog projects/graid/head/contrib/binutils/libiberty/Makefile.in projects/graid/head/contrib/binutils/libiberty/_doprnt.c projects/graid/head/contrib/binutils/libiberty/aclocal.m4 projects/graid/head/contrib/binutils/libiberty/alloca.c projects/graid/head/contrib/binutils/libiberty/argv.c projects/graid/head/contrib/binutils/libiberty/asprintf.c projects/graid/head/contrib/binutils/libiberty/atexit.c projects/graid/head/contrib/binutils/libiberty/basename.c projects/graid/head/contrib/binutils/libiberty/bcmp.c projects/graid/head/contrib/binutils/libiberty/bcopy.c projects/graid/head/contrib/binutils/libiberty/bsearch.c projects/graid/head/contrib/binutils/libiberty/bzero.c projects/graid/head/contrib/binutils/libiberty/calloc.c projects/graid/head/contrib/binutils/libiberty/choose-temp.c projects/graid/head/contrib/binutils/libiberty/clock.c projects/graid/head/contrib/binutils/libiberty/concat.c projects/graid/head/contrib/binutils/libiberty/config.in projects/graid/head/contrib/binutils/libiberty/configure projects/graid/head/contrib/binutils/libiberty/copying-lib.texi projects/graid/head/contrib/binutils/libiberty/copysign.c projects/graid/head/contrib/binutils/libiberty/cp-demangle.c projects/graid/head/contrib/binutils/libiberty/cp-demangle.h projects/graid/head/contrib/binutils/libiberty/cp-demint.c projects/graid/head/contrib/binutils/libiberty/cplus-dem.c projects/graid/head/contrib/binutils/libiberty/dyn-string.c projects/graid/head/contrib/binutils/libiberty/fdmatch.c projects/graid/head/contrib/binutils/libiberty/ffs.c projects/graid/head/contrib/binutils/libiberty/fibheap.c projects/graid/head/contrib/binutils/libiberty/floatformat.c projects/graid/head/contrib/binutils/libiberty/fnmatch.c projects/graid/head/contrib/binutils/libiberty/functions.texi projects/graid/head/contrib/binutils/libiberty/gather-docs projects/graid/head/contrib/binutils/libiberty/getcwd.c projects/graid/head/contrib/binutils/libiberty/getpagesize.c projects/graid/head/contrib/binutils/libiberty/getpwd.c projects/graid/head/contrib/binutils/libiberty/getruntime.c projects/graid/head/contrib/binutils/libiberty/hashtab.c projects/graid/head/contrib/binutils/libiberty/hex.c projects/graid/head/contrib/binutils/libiberty/index.c projects/graid/head/contrib/binutils/libiberty/insque.c projects/graid/head/contrib/binutils/libiberty/lbasename.c projects/graid/head/contrib/binutils/libiberty/libiberty.texi projects/graid/head/contrib/binutils/libiberty/lrealpath.c projects/graid/head/contrib/binutils/libiberty/maint-tool projects/graid/head/contrib/binutils/libiberty/make-relative-prefix.c projects/graid/head/contrib/binutils/libiberty/make-temp-file.c projects/graid/head/contrib/binutils/libiberty/md5.c projects/graid/head/contrib/binutils/libiberty/memchr.c projects/graid/head/contrib/binutils/libiberty/memcmp.c projects/graid/head/contrib/binutils/libiberty/memcpy.c projects/graid/head/contrib/binutils/libiberty/memmove.c projects/graid/head/contrib/binutils/libiberty/memset.c projects/graid/head/contrib/binutils/libiberty/mkstemps.c projects/graid/head/contrib/binutils/libiberty/objalloc.c projects/graid/head/contrib/binutils/libiberty/obstack.c projects/graid/head/contrib/binutils/libiberty/partition.c projects/graid/head/contrib/binutils/libiberty/physmem.c projects/graid/head/contrib/binutils/libiberty/putenv.c projects/graid/head/contrib/binutils/libiberty/random.c projects/graid/head/contrib/binutils/libiberty/regex.c projects/graid/head/contrib/binutils/libiberty/rename.c projects/graid/head/contrib/binutils/libiberty/rindex.c projects/graid/head/contrib/binutils/libiberty/safe-ctype.c projects/graid/head/contrib/binutils/libiberty/setenv.c projects/graid/head/contrib/binutils/libiberty/sigsetmask.c projects/graid/head/contrib/binutils/libiberty/sort.c projects/graid/head/contrib/binutils/libiberty/spaces.c projects/graid/head/contrib/binutils/libiberty/splay-tree.c projects/graid/head/contrib/binutils/libiberty/strcasecmp.c projects/graid/head/contrib/binutils/libiberty/strchr.c projects/graid/head/contrib/binutils/libiberty/strdup.c projects/graid/head/contrib/binutils/libiberty/strerror.c projects/graid/head/contrib/binutils/libiberty/strncasecmp.c projects/graid/head/contrib/binutils/libiberty/strncmp.c projects/graid/head/contrib/binutils/libiberty/strrchr.c projects/graid/head/contrib/binutils/libiberty/strsignal.c projects/graid/head/contrib/binutils/libiberty/strstr.c projects/graid/head/contrib/binutils/libiberty/strtod.c projects/graid/head/contrib/binutils/libiberty/strtol.c projects/graid/head/contrib/binutils/libiberty/strtoul.c projects/graid/head/contrib/binutils/libiberty/ternary.c projects/graid/head/contrib/binutils/libiberty/tmpnam.c projects/graid/head/contrib/binutils/libiberty/vasprintf.c projects/graid/head/contrib/binutils/libiberty/vfork.c projects/graid/head/contrib/binutils/libiberty/vfprintf.c projects/graid/head/contrib/binutils/libiberty/vprintf.c projects/graid/head/contrib/binutils/libiberty/vsprintf.c projects/graid/head/contrib/binutils/libiberty/waitpid.c projects/graid/head/contrib/binutils/libiberty/xatexit.c projects/graid/head/contrib/binutils/libiberty/xexit.c projects/graid/head/contrib/binutils/libiberty/xmalloc.c projects/graid/head/contrib/binutils/libiberty/xmemdup.c projects/graid/head/contrib/binutils/libiberty/xstrdup.c projects/graid/head/contrib/binutils/libiberty/xstrerror.c projects/graid/head/contrib/binutils/libtool.m4 projects/graid/head/contrib/binutils/ltmain.sh projects/graid/head/contrib/binutils/missing projects/graid/head/contrib/binutils/mkinstalldirs projects/graid/head/contrib/binutils/move-if-change projects/graid/head/contrib/binutils/opcodes/ChangeLog projects/graid/head/contrib/binutils/opcodes/Makefile.am projects/graid/head/contrib/binutils/opcodes/Makefile.in projects/graid/head/contrib/binutils/opcodes/aclocal.m4 projects/graid/head/contrib/binutils/opcodes/alpha-dis.c projects/graid/head/contrib/binutils/opcodes/alpha-opc.c projects/graid/head/contrib/binutils/opcodes/arc-dis.c projects/graid/head/contrib/binutils/opcodes/arc-dis.h projects/graid/head/contrib/binutils/opcodes/arc-ext.c projects/graid/head/contrib/binutils/opcodes/arc-ext.h projects/graid/head/contrib/binutils/opcodes/arc-opc.c projects/graid/head/contrib/binutils/opcodes/arm-dis.c projects/graid/head/contrib/binutils/opcodes/cgen-asm.c projects/graid/head/contrib/binutils/opcodes/cgen-asm.in projects/graid/head/contrib/binutils/opcodes/cgen-dis.c projects/graid/head/contrib/binutils/opcodes/cgen-dis.in projects/graid/head/contrib/binutils/opcodes/cgen-ibld.in projects/graid/head/contrib/binutils/opcodes/cgen-opc.c projects/graid/head/contrib/binutils/opcodes/cgen.sh projects/graid/head/contrib/binutils/opcodes/config.in projects/graid/head/contrib/binutils/opcodes/configure projects/graid/head/contrib/binutils/opcodes/configure.in projects/graid/head/contrib/binutils/opcodes/dep-in.sed projects/graid/head/contrib/binutils/opcodes/dis-buf.c projects/graid/head/contrib/binutils/opcodes/dis-init.c projects/graid/head/contrib/binutils/opcodes/disassemble.c projects/graid/head/contrib/binutils/opcodes/i386-dis.c projects/graid/head/contrib/binutils/opcodes/ia64-asmtab.c projects/graid/head/contrib/binutils/opcodes/ia64-asmtab.h projects/graid/head/contrib/binutils/opcodes/ia64-dis.c projects/graid/head/contrib/binutils/opcodes/ia64-gen.c projects/graid/head/contrib/binutils/opcodes/ia64-ic.tbl projects/graid/head/contrib/binutils/opcodes/ia64-opc-a.c projects/graid/head/contrib/binutils/opcodes/ia64-opc-b.c projects/graid/head/contrib/binutils/opcodes/ia64-opc-d.c projects/graid/head/contrib/binutils/opcodes/ia64-opc-f.c projects/graid/head/contrib/binutils/opcodes/ia64-opc-i.c projects/graid/head/contrib/binutils/opcodes/ia64-opc-m.c projects/graid/head/contrib/binutils/opcodes/ia64-opc-x.c projects/graid/head/contrib/binutils/opcodes/ia64-opc.c projects/graid/head/contrib/binutils/opcodes/ia64-opc.h projects/graid/head/contrib/binutils/opcodes/ia64-raw.tbl projects/graid/head/contrib/binutils/opcodes/ia64-waw.tbl projects/graid/head/contrib/binutils/opcodes/mips-dis.c projects/graid/head/contrib/binutils/opcodes/mips-opc.c projects/graid/head/contrib/binutils/opcodes/mips16-opc.c projects/graid/head/contrib/binutils/opcodes/opintl.h projects/graid/head/contrib/binutils/opcodes/po/Make-in projects/graid/head/contrib/binutils/opcodes/po/POTFILES.in projects/graid/head/contrib/binutils/opcodes/po/opcodes.pot projects/graid/head/contrib/binutils/opcodes/ppc-dis.c projects/graid/head/contrib/binutils/opcodes/ppc-opc.c projects/graid/head/contrib/binutils/opcodes/s390-dis.c projects/graid/head/contrib/binutils/opcodes/s390-mkopc.c projects/graid/head/contrib/binutils/opcodes/s390-opc.c projects/graid/head/contrib/binutils/opcodes/s390-opc.txt projects/graid/head/contrib/binutils/opcodes/sh-dis.c projects/graid/head/contrib/binutils/opcodes/sh-opc.h projects/graid/head/contrib/binutils/opcodes/sparc-dis.c projects/graid/head/contrib/binutils/opcodes/sparc-opc.c projects/graid/head/contrib/binutils/opcodes/sysdep.h projects/graid/head/contrib/binutils/symlink-tree projects/graid/head/contrib/binutils/ylwrap projects/graid/head/contrib/bsnmp/oid-list projects/graid/head/contrib/gcc/config/i386/i386.c projects/graid/head/contrib/gcc/config/rs6000/freebsd.h projects/graid/head/contrib/gcc/doc/gcc.1 projects/graid/head/contrib/gcc/doc/invoke.texi projects/graid/head/contrib/gdb/gdb/dsrec.c projects/graid/head/contrib/gdb/gdb/dwarf2-frame.c projects/graid/head/contrib/gdb/gdb/dwarf2read.c projects/graid/head/contrib/gdb/gdb/elfread.c projects/graid/head/contrib/gdb/gdb/gcore.c projects/graid/head/contrib/gdb/gdb/mipsread.c projects/graid/head/contrib/gdb/gdb/remote-e7000.c projects/graid/head/contrib/gdb/gdb/remote.c projects/graid/head/contrib/gdb/gdb/symfile.c projects/graid/head/contrib/gdb/gdb/tracepoint.c projects/graid/head/contrib/groff/tmac/doc.tmac projects/graid/head/contrib/llvm/include/llvm-c/Core.h projects/graid/head/contrib/llvm/include/llvm-c/EnhancedDisassembly.h projects/graid/head/contrib/llvm/include/llvm-c/LinkTimeOptimizer.h projects/graid/head/contrib/llvm/include/llvm-c/Transforms/Scalar.h projects/graid/head/contrib/llvm/include/llvm-c/lto.h projects/graid/head/contrib/llvm/include/llvm/ADT/APFloat.h projects/graid/head/contrib/llvm/include/llvm/ADT/APInt.h projects/graid/head/contrib/llvm/include/llvm/ADT/APSInt.h projects/graid/head/contrib/llvm/include/llvm/ADT/BitVector.h projects/graid/head/contrib/llvm/include/llvm/ADT/DenseMap.h projects/graid/head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h projects/graid/head/contrib/llvm/include/llvm/ADT/DenseSet.h projects/graid/head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h projects/graid/head/contrib/llvm/include/llvm/ADT/FoldingSet.h projects/graid/head/contrib/llvm/include/llvm/ADT/ImmutableIntervalMap.h projects/graid/head/contrib/llvm/include/llvm/ADT/ImmutableList.h projects/graid/head/contrib/llvm/include/llvm/ADT/ImmutableMap.h projects/graid/head/contrib/llvm/include/llvm/ADT/ImmutableSet.h projects/graid/head/contrib/llvm/include/llvm/ADT/IndexedMap.h projects/graid/head/contrib/llvm/include/llvm/ADT/Optional.h projects/graid/head/contrib/llvm/include/llvm/ADT/PointerIntPair.h projects/graid/head/contrib/llvm/include/llvm/ADT/PointerUnion.h projects/graid/head/contrib/llvm/include/llvm/ADT/PostOrderIterator.h projects/graid/head/contrib/llvm/include/llvm/ADT/SCCIterator.h projects/graid/head/contrib/llvm/include/llvm/ADT/ScopedHashTable.h projects/graid/head/contrib/llvm/include/llvm/ADT/SetVector.h projects/graid/head/contrib/llvm/include/llvm/ADT/SmallBitVector.h projects/graid/head/contrib/llvm/include/llvm/ADT/SmallPtrSet.h projects/graid/head/contrib/llvm/include/llvm/ADT/SmallString.h projects/graid/head/contrib/llvm/include/llvm/ADT/SmallVector.h projects/graid/head/contrib/llvm/include/llvm/ADT/SparseBitVector.h projects/graid/head/contrib/llvm/include/llvm/ADT/Statistic.h projects/graid/head/contrib/llvm/include/llvm/ADT/StringExtras.h projects/graid/head/contrib/llvm/include/llvm/ADT/StringMap.h projects/graid/head/contrib/llvm/include/llvm/ADT/StringRef.h projects/graid/head/contrib/llvm/include/llvm/ADT/Triple.h projects/graid/head/contrib/llvm/include/llvm/ADT/Twine.h projects/graid/head/contrib/llvm/include/llvm/ADT/ValueMap.h projects/graid/head/contrib/llvm/include/llvm/ADT/ilist.h projects/graid/head/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h projects/graid/head/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h projects/graid/head/contrib/llvm/include/llvm/Analysis/CallGraph.h projects/graid/head/contrib/llvm/include/llvm/Analysis/CodeMetrics.h projects/graid/head/contrib/llvm/include/llvm/Analysis/ConstantFolding.h projects/graid/head/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h projects/graid/head/contrib/llvm/include/llvm/Analysis/DebugInfo.h projects/graid/head/contrib/llvm/include/llvm/Analysis/DominatorInternals.h projects/graid/head/contrib/llvm/include/llvm/Analysis/Dominators.h projects/graid/head/contrib/llvm/include/llvm/Analysis/FindUsedTypes.h projects/graid/head/contrib/llvm/include/llvm/Analysis/InlineCost.h projects/graid/head/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h projects/graid/head/contrib/llvm/include/llvm/Analysis/IntervalPartition.h projects/graid/head/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h projects/graid/head/contrib/llvm/include/llvm/Analysis/LibCallAliasAnalysis.h projects/graid/head/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h projects/graid/head/contrib/llvm/include/llvm/Analysis/LoopDependenceAnalysis.h projects/graid/head/contrib/llvm/include/llvm/Analysis/LoopInfo.h projects/graid/head/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h projects/graid/head/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h projects/graid/head/contrib/llvm/include/llvm/Analysis/Passes.h projects/graid/head/contrib/llvm/include/llvm/Analysis/PostDominators.h projects/graid/head/contrib/llvm/include/llvm/Analysis/ProfileInfoTypes.h projects/graid/head/contrib/llvm/include/llvm/Analysis/RegionInfo.h projects/graid/head/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h projects/graid/head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h projects/graid/head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h projects/graid/head/contrib/llvm/include/llvm/Analysis/ValueTracking.h projects/graid/head/contrib/llvm/include/llvm/Attributes.h projects/graid/head/contrib/llvm/include/llvm/BasicBlock.h projects/graid/head/contrib/llvm/include/llvm/Bitcode/Archive.h projects/graid/head/contrib/llvm/include/llvm/Bitcode/BitCodes.h projects/graid/head/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h projects/graid/head/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h projects/graid/head/contrib/llvm/include/llvm/CallingConv.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/Analysis.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/BinaryObject.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/FastISel.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/GCMetadata.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/JITCodeEmitter.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/LiveInterval.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/LiveStackAnalysis.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/LiveVariables.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachORelocation.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineCodeEmitter.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineCodeInfo.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineDominators.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineLocation.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineOperand.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/MachineRelocation.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/Passes.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ProcessImplicitDefs.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/RegisterCoalescer.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ValueTypes.h projects/graid/head/contrib/llvm/include/llvm/CodeGen/ValueTypes.td projects/graid/head/contrib/llvm/include/llvm/CompilerDriver/CompilationGraph.h projects/graid/head/contrib/llvm/include/llvm/CompilerDriver/Tool.h projects/graid/head/contrib/llvm/include/llvm/Constant.h projects/graid/head/contrib/llvm/include/llvm/Constants.h projects/graid/head/contrib/llvm/include/llvm/DerivedTypes.h projects/graid/head/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h projects/graid/head/contrib/llvm/include/llvm/ExecutionEngine/GenericValue.h projects/graid/head/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h projects/graid/head/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h projects/graid/head/contrib/llvm/include/llvm/Function.h projects/graid/head/contrib/llvm/include/llvm/GlobalAlias.h projects/graid/head/contrib/llvm/include/llvm/GlobalValue.h projects/graid/head/contrib/llvm/include/llvm/GlobalVariable.h projects/graid/head/contrib/llvm/include/llvm/InlineAsm.h projects/graid/head/contrib/llvm/include/llvm/InstrTypes.h projects/graid/head/contrib/llvm/include/llvm/Instruction.h projects/graid/head/contrib/llvm/include/llvm/Instructions.h projects/graid/head/contrib/llvm/include/llvm/IntrinsicInst.h projects/graid/head/contrib/llvm/include/llvm/Intrinsics.td projects/graid/head/contrib/llvm/include/llvm/IntrinsicsARM.td projects/graid/head/contrib/llvm/include/llvm/IntrinsicsX86.td projects/graid/head/contrib/llvm/include/llvm/IntrinsicsXCore.td projects/graid/head/contrib/llvm/include/llvm/LLVMContext.h projects/graid/head/contrib/llvm/include/llvm/LinkAllPasses.h projects/graid/head/contrib/llvm/include/llvm/LinkAllVMCore.h projects/graid/head/contrib/llvm/include/llvm/MC/EDInstInfo.h projects/graid/head/contrib/llvm/include/llvm/MC/MCAsmInfo.h projects/graid/head/contrib/llvm/include/llvm/MC/MCAsmLayout.h projects/graid/head/contrib/llvm/include/llvm/MC/MCAssembler.h projects/graid/head/contrib/llvm/include/llvm/MC/MCCodeEmitter.h projects/graid/head/contrib/llvm/include/llvm/MC/MCContext.h projects/graid/head/contrib/llvm/include/llvm/MC/MCDirectives.h projects/graid/head/contrib/llvm/include/llvm/MC/MCDisassembler.h projects/graid/head/contrib/llvm/include/llvm/MC/MCDwarf.h projects/graid/head/contrib/llvm/include/llvm/MC/MCELFSymbolFlags.h projects/graid/head/contrib/llvm/include/llvm/MC/MCExpr.h projects/graid/head/contrib/llvm/include/llvm/MC/MCFixup.h projects/graid/head/contrib/llvm/include/llvm/MC/MCInst.h projects/graid/head/contrib/llvm/include/llvm/MC/MCInstPrinter.h projects/graid/head/contrib/llvm/include/llvm/MC/MCMachOSymbolFlags.h projects/graid/head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h projects/graid/head/contrib/llvm/include/llvm/MC/MCObjectWriter.h projects/graid/head/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h projects/graid/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h projects/graid/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h projects/graid/head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h projects/graid/head/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h projects/graid/head/contrib/llvm/include/llvm/MC/MCSection.h projects/graid/head/contrib/llvm/include/llvm/MC/MCSectionCOFF.h projects/graid/head/contrib/llvm/include/llvm/MC/MCSectionELF.h projects/graid/head/contrib/llvm/include/llvm/MC/MCSectionMachO.h projects/graid/head/contrib/llvm/include/llvm/MC/MCStreamer.h projects/graid/head/contrib/llvm/include/llvm/MC/MCSymbol.h projects/graid/head/contrib/llvm/include/llvm/MC/MCValue.h projects/graid/head/contrib/llvm/include/llvm/Metadata.h projects/graid/head/contrib/llvm/include/llvm/Module.h projects/graid/head/contrib/llvm/include/llvm/OperandTraits.h projects/graid/head/contrib/llvm/include/llvm/Operator.h projects/graid/head/contrib/llvm/include/llvm/Pass.h projects/graid/head/contrib/llvm/include/llvm/PassManagers.h projects/graid/head/contrib/llvm/include/llvm/PassRegistry.h projects/graid/head/contrib/llvm/include/llvm/PassSupport.h projects/graid/head/contrib/llvm/include/llvm/Support/AlignOf.h projects/graid/head/contrib/llvm/include/llvm/Support/Allocator.h projects/graid/head/contrib/llvm/include/llvm/Support/COFF.h projects/graid/head/contrib/llvm/include/llvm/Support/CallSite.h projects/graid/head/contrib/llvm/include/llvm/Support/Casting.h projects/graid/head/contrib/llvm/include/llvm/Support/Compiler.h projects/graid/head/contrib/llvm/include/llvm/Support/ConstantFolder.h projects/graid/head/contrib/llvm/include/llvm/Support/ConstantRange.h projects/graid/head/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h projects/graid/head/contrib/llvm/include/llvm/Support/Dwarf.h projects/graid/head/contrib/llvm/include/llvm/Support/ELF.h projects/graid/head/contrib/llvm/include/llvm/Support/ErrorHandling.h projects/graid/head/contrib/llvm/include/llvm/Support/FileUtilities.h projects/graid/head/contrib/llvm/include/llvm/Support/GraphWriter.h projects/graid/head/contrib/llvm/include/llvm/Support/IRBuilder.h projects/graid/head/contrib/llvm/include/llvm/Support/IRReader.h projects/graid/head/contrib/llvm/include/llvm/Support/MachO.h projects/graid/head/contrib/llvm/include/llvm/Support/ManagedStatic.h projects/graid/head/contrib/llvm/include/llvm/Support/MathExtras.h projects/graid/head/contrib/llvm/include/llvm/Support/MemoryBuffer.h projects/graid/head/contrib/llvm/include/llvm/Support/MemoryObject.h projects/graid/head/contrib/llvm/include/llvm/Support/MutexGuard.h projects/graid/head/contrib/llvm/include/llvm/Support/NoFolder.h projects/graid/head/contrib/llvm/include/llvm/Support/PatternMatch.h projects/graid/head/contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h projects/graid/head/contrib/llvm/include/llvm/Support/SourceMgr.h projects/graid/head/contrib/llvm/include/llvm/Support/StandardPasses.h projects/graid/head/contrib/llvm/include/llvm/Support/SystemUtils.h projects/graid/head/contrib/llvm/include/llvm/Support/TargetFolder.h projects/graid/head/contrib/llvm/include/llvm/Support/Timer.h projects/graid/head/contrib/llvm/include/llvm/Support/TypeBuilder.h projects/graid/head/contrib/llvm/include/llvm/Support/raw_ostream.h projects/graid/head/contrib/llvm/include/llvm/Target/Mangler.h projects/graid/head/contrib/llvm/include/llvm/Target/SubtargetFeature.h projects/graid/head/contrib/llvm/include/llvm/Target/Target.td projects/graid/head/contrib/llvm/include/llvm/Target/TargetAsmBackend.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetAsmParser.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetCallingConv.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetData.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetELFWriterInfo.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetInstrDesc.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetInstrInfo.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetInstrItineraries.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetJITInfo.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetLowering.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetMachine.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetRegistry.h projects/graid/head/contrib/llvm/include/llvm/Target/TargetSchedule.td projects/graid/head/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td projects/graid/head/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h projects/graid/head/contrib/llvm/include/llvm/Transforms/IPO.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Instrumentation.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Scalar.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/Local.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h projects/graid/head/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h projects/graid/head/contrib/llvm/include/llvm/Type.h projects/graid/head/contrib/llvm/include/llvm/TypeSymbolTable.h projects/graid/head/contrib/llvm/include/llvm/Use.h projects/graid/head/contrib/llvm/include/llvm/User.h projects/graid/head/contrib/llvm/include/llvm/Value.h projects/graid/head/contrib/llvm/include/llvm/ValueSymbolTable.h projects/graid/head/contrib/llvm/lib/Analysis/AliasAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/AliasAnalysisCounter.cpp projects/graid/head/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp projects/graid/head/contrib/llvm/lib/Analysis/AliasDebugger.cpp projects/graid/head/contrib/llvm/lib/Analysis/AliasSetTracker.cpp projects/graid/head/contrib/llvm/lib/Analysis/Analysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/CFGPrinter.cpp projects/graid/head/contrib/llvm/lib/Analysis/CaptureTracking.cpp projects/graid/head/contrib/llvm/lib/Analysis/ConstantFolding.cpp projects/graid/head/contrib/llvm/lib/Analysis/DbgInfoPrinter.cpp projects/graid/head/contrib/llvm/lib/Analysis/DebugInfo.cpp projects/graid/head/contrib/llvm/lib/Analysis/DomPrinter.cpp projects/graid/head/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp projects/graid/head/contrib/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp projects/graid/head/contrib/llvm/lib/Analysis/IPA/FindUsedTypes.cpp projects/graid/head/contrib/llvm/lib/Analysis/IPA/GlobalsModRef.cpp projects/graid/head/contrib/llvm/lib/Analysis/IVUsers.cpp projects/graid/head/contrib/llvm/lib/Analysis/InlineCost.cpp projects/graid/head/contrib/llvm/lib/Analysis/InstCount.cpp projects/graid/head/contrib/llvm/lib/Analysis/InstructionSimplify.cpp projects/graid/head/contrib/llvm/lib/Analysis/IntervalPartition.cpp projects/graid/head/contrib/llvm/lib/Analysis/LazyValueInfo.cpp projects/graid/head/contrib/llvm/lib/Analysis/LibCallAliasAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/Lint.cpp projects/graid/head/contrib/llvm/lib/Analysis/LiveValues.cpp projects/graid/head/contrib/llvm/lib/Analysis/Loads.cpp projects/graid/head/contrib/llvm/lib/Analysis/LoopDependenceAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/LoopInfo.cpp projects/graid/head/contrib/llvm/lib/Analysis/LoopPass.cpp projects/graid/head/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp projects/graid/head/contrib/llvm/lib/Analysis/PHITransAddr.cpp projects/graid/head/contrib/llvm/lib/Analysis/PostDominators.cpp projects/graid/head/contrib/llvm/lib/Analysis/ProfileEstimatorPass.cpp projects/graid/head/contrib/llvm/lib/Analysis/ProfileInfo.cpp projects/graid/head/contrib/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp projects/graid/head/contrib/llvm/lib/Analysis/ProfileVerifierPass.cpp projects/graid/head/contrib/llvm/lib/Analysis/RegionInfo.cpp projects/graid/head/contrib/llvm/lib/Analysis/RegionPrinter.cpp projects/graid/head/contrib/llvm/lib/Analysis/ScalarEvolution.cpp projects/graid/head/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp projects/graid/head/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp projects/graid/head/contrib/llvm/lib/Analysis/ValueTracking.cpp projects/graid/head/contrib/llvm/lib/Archive/Archive.cpp projects/graid/head/contrib/llvm/lib/Archive/ArchiveInternals.h projects/graid/head/contrib/llvm/lib/Archive/ArchiveWriter.cpp projects/graid/head/contrib/llvm/lib/AsmParser/LLLexer.cpp projects/graid/head/contrib/llvm/lib/AsmParser/LLLexer.h projects/graid/head/contrib/llvm/lib/AsmParser/LLParser.cpp projects/graid/head/contrib/llvm/lib/AsmParser/LLParser.h projects/graid/head/contrib/llvm/lib/AsmParser/LLToken.h projects/graid/head/contrib/llvm/lib/AsmParser/Parser.cpp projects/graid/head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp projects/graid/head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h projects/graid/head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp projects/graid/head/contrib/llvm/lib/CodeGen/Analysis.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h projects/graid/head/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/BranchFolding.cpp projects/graid/head/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp projects/graid/head/contrib/llvm/lib/CodeGen/CallingConvLower.cpp projects/graid/head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp projects/graid/head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h projects/graid/head/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp projects/graid/head/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ELF.h projects/graid/head/contrib/llvm/lib/CodeGen/ELFWriter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/GCMetadata.cpp projects/graid/head/contrib/llvm/lib/CodeGen/GCStrategy.cpp projects/graid/head/contrib/llvm/lib/CodeGen/IfConversion.cpp projects/graid/head/contrib/llvm/lib/CodeGen/InlineSpiller.cpp projects/graid/head/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LatencyPriorityQueue.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveInterval.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LiveVariables.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp projects/graid/head/contrib/llvm/lib/CodeGen/LowerSubregs.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineCSE.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineDominators.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineFunction.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineInstr.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineLICM.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineSink.cpp projects/graid/head/contrib/llvm/lib/CodeGen/MachineVerifier.cpp projects/graid/head/contrib/llvm/lib/CodeGen/OptimizePHIs.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PHIElimination.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PreAllocSplitting.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.h projects/graid/head/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RegAllocFast.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RegAllocLinearScan.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RenderMachineFunction.cpp projects/graid/head/contrib/llvm/lib/CodeGen/RenderMachineFunction.h projects/graid/head/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ScheduleDAGEmit.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.h projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp projects/graid/head/contrib/llvm/lib/CodeGen/ShrinkWrapping.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SimpleRegisterCoalescing.h projects/graid/head/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SlotIndexes.cpp projects/graid/head/contrib/llvm/lib/CodeGen/Spiller.cpp projects/graid/head/contrib/llvm/lib/CodeGen/Spiller.h projects/graid/head/contrib/llvm/lib/CodeGen/SplitKit.cpp projects/graid/head/contrib/llvm/lib/CodeGen/SplitKit.h projects/graid/head/contrib/llvm/lib/CodeGen/Splitter.cpp projects/graid/head/contrib/llvm/lib/CodeGen/Splitter.h projects/graid/head/contrib/llvm/lib/CodeGen/StackProtector.cpp projects/graid/head/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp projects/graid/head/contrib/llvm/lib/CodeGen/StrongPHIElimination.cpp projects/graid/head/contrib/llvm/lib/CodeGen/TailDuplication.cpp projects/graid/head/contrib/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp projects/graid/head/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp projects/graid/head/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp projects/graid/head/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp projects/graid/head/contrib/llvm/lib/CodeGen/VirtRegMap.cpp projects/graid/head/contrib/llvm/lib/CodeGen/VirtRegMap.h projects/graid/head/contrib/llvm/lib/CodeGen/VirtRegRewriter.cpp projects/graid/head/contrib/llvm/lib/CompilerDriver/Action.cpp projects/graid/head/contrib/llvm/lib/CompilerDriver/CompilationGraph.cpp projects/graid/head/contrib/llvm/lib/CompilerDriver/Main.cpp projects/graid/head/contrib/llvm/lib/CompilerDriver/Tool.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/Intercept.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp projects/graid/head/contrib/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp projects/graid/head/contrib/llvm/lib/Linker/LinkItems.cpp projects/graid/head/contrib/llvm/lib/Linker/LinkModules.cpp projects/graid/head/contrib/llvm/lib/Linker/Linker.cpp projects/graid/head/contrib/llvm/lib/MC/ELFObjectWriter.cpp projects/graid/head/contrib/llvm/lib/MC/MCAsmInfo.cpp projects/graid/head/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp projects/graid/head/contrib/llvm/lib/MC/MCAsmStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCAssembler.cpp projects/graid/head/contrib/llvm/lib/MC/MCCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/MC/MCContext.cpp projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDDisassembler.cpp projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDDisassembler.h projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDInst.cpp projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDInst.h projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDOperand.cpp projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDOperand.h projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDToken.cpp projects/graid/head/contrib/llvm/lib/MC/MCDisassembler/EDToken.h projects/graid/head/contrib/llvm/lib/MC/MCDwarf.cpp projects/graid/head/contrib/llvm/lib/MC/MCELFStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCExpr.cpp projects/graid/head/contrib/llvm/lib/MC/MCLoggingStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCMachOStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCNullStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCObjectStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCObjectWriter.cpp projects/graid/head/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp projects/graid/head/contrib/llvm/lib/MC/MCParser/AsmParser.cpp projects/graid/head/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp projects/graid/head/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp projects/graid/head/contrib/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp projects/graid/head/contrib/llvm/lib/MC/MCSectionCOFF.cpp projects/graid/head/contrib/llvm/lib/MC/MCSectionELF.cpp projects/graid/head/contrib/llvm/lib/MC/MCSectionMachO.cpp projects/graid/head/contrib/llvm/lib/MC/MCStreamer.cpp projects/graid/head/contrib/llvm/lib/MC/MCSymbol.cpp projects/graid/head/contrib/llvm/lib/MC/MachObjectWriter.cpp projects/graid/head/contrib/llvm/lib/MC/TargetAsmBackend.cpp projects/graid/head/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp projects/graid/head/contrib/llvm/lib/MC/WinCOFFStreamer.cpp projects/graid/head/contrib/llvm/lib/Support/APFloat.cpp projects/graid/head/contrib/llvm/lib/Support/APInt.cpp projects/graid/head/contrib/llvm/lib/Support/Allocator.cpp projects/graid/head/contrib/llvm/lib/Support/CommandLine.cpp projects/graid/head/contrib/llvm/lib/Support/ConstantRange.cpp projects/graid/head/contrib/llvm/lib/Support/CrashRecoveryContext.cpp projects/graid/head/contrib/llvm/lib/Support/Debug.cpp projects/graid/head/contrib/llvm/lib/Support/Dwarf.cpp projects/graid/head/contrib/llvm/lib/Support/ErrorHandling.cpp projects/graid/head/contrib/llvm/lib/Support/FileUtilities.cpp projects/graid/head/contrib/llvm/lib/Support/FoldingSet.cpp projects/graid/head/contrib/llvm/lib/Support/FormattedStream.cpp projects/graid/head/contrib/llvm/lib/Support/GraphWriter.cpp projects/graid/head/contrib/llvm/lib/Support/ManagedStatic.cpp projects/graid/head/contrib/llvm/lib/Support/MemoryBuffer.cpp projects/graid/head/contrib/llvm/lib/Support/PluginLoader.cpp projects/graid/head/contrib/llvm/lib/Support/PrettyStackTrace.cpp projects/graid/head/contrib/llvm/lib/Support/SourceMgr.cpp projects/graid/head/contrib/llvm/lib/Support/Statistic.cpp projects/graid/head/contrib/llvm/lib/Support/StringMap.cpp projects/graid/head/contrib/llvm/lib/Support/StringRef.cpp projects/graid/head/contrib/llvm/lib/Support/SystemUtils.cpp projects/graid/head/contrib/llvm/lib/Support/TargetRegistry.cpp projects/graid/head/contrib/llvm/lib/Support/Timer.cpp projects/graid/head/contrib/llvm/lib/Support/Triple.cpp projects/graid/head/contrib/llvm/lib/Support/Twine.cpp projects/graid/head/contrib/llvm/lib/Support/raw_ostream.cpp projects/graid/head/contrib/llvm/lib/Support/regexec.c projects/graid/head/contrib/llvm/lib/Target/ARM/ARM.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARM.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMAddressingModes.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMBuildAttrs.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMCallingConv.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMGlobalMerge.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMISelLowering.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMJITInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMJITInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMPerfectShuffle.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMSchedule.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMScheduleA8.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMScheduleV6.td projects/graid/head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMSubtarget.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.h projects/graid/head/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h projects/graid/head/contrib/llvm/lib/Target/ARM/NEONMoveFix.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/Alpha.h projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaISelLowering.h projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaSchedule.td projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/Alpha/AlphaTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinISelLowering.h projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/Blackfin/BlackfinTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/CBackend/CBackend.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPU.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPU64InstrInfo.td projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUHazardRecognizers.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUHazardRecognizers.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUISelLowering.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUMCAsmInfo.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUNodes.td projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUOperands.td projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPURegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPURegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUSchedule.td projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUSubtarget.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUSubtarget.h projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlaze.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlaze.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeCallingConv.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeISelLowering.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeInstrFPU.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeInstrFSL.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeInstrFormats.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsics.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeMCAsmInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeMCAsmInfo.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeSchedule.td projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp projects/graid/head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.h projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430.td projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h projects/graid/head/contrib/llvm/lib/Target/Mangler.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/Mips.td projects/graid/head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsISelLowering.h projects/graid/head/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td projects/graid/head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h projects/graid/head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/Mips/MipsSchedule.td projects/graid/head/contrib/llvm/lib/Target/Mips/MipsSubtarget.h projects/graid/head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPC.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPC.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG3.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG5.td projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcCallingConv.td projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/SubtargetFeature.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZOperands.td projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/Target.cpp projects/graid/head/contrib/llvm/lib/Target/TargetData.cpp projects/graid/head/contrib/llvm/lib/Target/TargetELFWriterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/TargetInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp projects/graid/head/contrib/llvm/lib/Target/TargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/TargetRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp projects/graid/head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp projects/graid/head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp projects/graid/head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.h projects/graid/head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c projects/graid/head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h projects/graid/head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h projects/graid/head/contrib/llvm/lib/Target/X86/X86.h projects/graid/head/contrib/llvm/lib/Target/X86/X86.td projects/graid/head/contrib/llvm/lib/Target/X86/X86AsmBackend.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86AsmPrinter.h projects/graid/head/contrib/llvm/lib/Target/X86/X86CallingConv.td projects/graid/head/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.h projects/graid/head/contrib/llvm/lib/Target/X86/X86FastISel.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86FixupKinds.h projects/graid/head/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86ISelLowering.h projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrBuilder.h projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrFPStack.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrFormats.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrInfo.h projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrInfo.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrMMX.td projects/graid/head/contrib/llvm/lib/Target/X86/X86InstrSSE.td projects/graid/head/contrib/llvm/lib/Target/X86/X86JITInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86MCAsmInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86MCCodeEmitter.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86MCInstLower.h projects/graid/head/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86RegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h projects/graid/head/contrib/llvm/lib/Target/X86/X86Subtarget.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86Subtarget.h projects/graid/head/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/X86/X86TargetMachine.h projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreCallingConv.td projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.td projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h projects/graid/head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/DeadTypeElimination.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/IPConstantPropagation.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/IPO.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/Inliner.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/Internalize.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/LowerSetJmp.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp projects/graid/head/contrib/llvm/lib/Transforms/IPO/StructRetPromotion.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp projects/graid/head/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp projects/graid/head/contrib/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp projects/graid/head/contrib/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp projects/graid/head/contrib/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp projects/graid/head/contrib/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h projects/graid/head/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/DCE.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/GEPSplitter.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/GVN.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LICM.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/LowerAtomic.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/Reg2Mem.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/Sink.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/TailDuplication.cpp projects/graid/head/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/CloneLoop.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/InstructionNamer.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/Local.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/LowerInvoke.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp projects/graid/head/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp projects/graid/head/contrib/llvm/lib/VMCore/AsmWriter.cpp projects/graid/head/contrib/llvm/lib/VMCore/Attributes.cpp projects/graid/head/contrib/llvm/lib/VMCore/AutoUpgrade.cpp projects/graid/head/contrib/llvm/lib/VMCore/BasicBlock.cpp projects/graid/head/contrib/llvm/lib/VMCore/ConstantFold.cpp projects/graid/head/contrib/llvm/lib/VMCore/ConstantFold.h projects/graid/head/contrib/llvm/lib/VMCore/Constants.cpp projects/graid/head/contrib/llvm/lib/VMCore/ConstantsContext.h projects/graid/head/contrib/llvm/lib/VMCore/Core.cpp projects/graid/head/contrib/llvm/lib/VMCore/Dominators.cpp projects/graid/head/contrib/llvm/lib/VMCore/Function.cpp projects/graid/head/contrib/llvm/lib/VMCore/Globals.cpp projects/graid/head/contrib/llvm/lib/VMCore/IRBuilder.cpp projects/graid/head/contrib/llvm/lib/VMCore/InlineAsm.cpp projects/graid/head/contrib/llvm/lib/VMCore/Instruction.cpp projects/graid/head/contrib/llvm/lib/VMCore/Instructions.cpp projects/graid/head/contrib/llvm/lib/VMCore/LLVMContext.cpp projects/graid/head/contrib/llvm/lib/VMCore/LLVMContextImpl.cpp projects/graid/head/contrib/llvm/lib/VMCore/LLVMContextImpl.h projects/graid/head/contrib/llvm/lib/VMCore/LeakDetector.cpp projects/graid/head/contrib/llvm/lib/VMCore/Metadata.cpp projects/graid/head/contrib/llvm/lib/VMCore/Module.cpp projects/graid/head/contrib/llvm/lib/VMCore/Pass.cpp projects/graid/head/contrib/llvm/lib/VMCore/PassManager.cpp projects/graid/head/contrib/llvm/lib/VMCore/PassRegistry.cpp projects/graid/head/contrib/llvm/lib/VMCore/PrintModulePass.cpp projects/graid/head/contrib/llvm/lib/VMCore/Type.cpp projects/graid/head/contrib/llvm/lib/VMCore/TypesContext.h projects/graid/head/contrib/llvm/lib/VMCore/Use.cpp projects/graid/head/contrib/llvm/lib/VMCore/Value.cpp projects/graid/head/contrib/llvm/lib/VMCore/ValueTypes.cpp projects/graid/head/contrib/llvm/lib/VMCore/Verifier.cpp projects/graid/head/contrib/llvm/tools/clang/include/clang-c/Index.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Attr.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/CharUnits.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Decl.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclGroup.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Expr.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Stmt.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/TemplateName.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/Type.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def projects/graid/head/contrib/llvm/tools/clang/include/clang/AST/TypeVisitor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/DataflowSolver.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/CFGStmtVisitor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Attr.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/AttrKinds.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DeclNodes.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/OnDiskHashTable.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/Version.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td projects/graid/head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/ArgList.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/Driver.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/HostInfo.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/OptTable.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/Options.td projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Driver/Types.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/Analyses.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/AnalyzerOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/DeclXML.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/HeaderSearchOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOutputOptions.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/StmtXML.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/TypeXML.def projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticsClient.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/Token.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Rewrite/ASTConsumers.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Rewrite/FixItRewriter.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/AnalysisBasedWarnings.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Overload.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/ParsedTemplate.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Scope.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Sema.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/Template.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h projects/graid/head/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h projects/graid/head/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/CXXABI.h projects/graid/head/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/Decl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/DeclarationName.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/Expr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/InheritViz.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/RecordLayout.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/Stmt.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/StmtDumper.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/StmtIterator.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/TemplateName.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/Type.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp projects/graid/head/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/AnalysisContext.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/CFGStmtMap.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/PseudoConstantAnalysis.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/Targets.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Basic/Version.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGException.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGRTTI.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGTemporaries.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/GlobalDecl.h projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp projects/graid/head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Action.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Arg.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/ArgList.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Driver.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/DriverOptions.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/HostInfo.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Job.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/OptTable.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Option.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Phases.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Tool.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/ToolChains.h projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Tools.h projects/graid/head/contrib/llvm/tools/clang/lib/Driver/Types.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/DeclXML.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/DocumentXML.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/FrontendOptions.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/StmtXML.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticBuffer.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/TypeXML.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticsClient.cpp projects/graid/head/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Headers/altivec.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/emmintrin.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/limits.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/mm_malloc.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/mmintrin.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/stdbool.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/stddef.h projects/graid/head/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h projects/graid/head/contrib/llvm/tools/clang/lib/Index/ASTVisitor.h projects/graid/head/contrib/llvm/tools/clang/lib/Index/CallGraph.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.h projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/Parser.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/FixItRewriter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/FrontendActions.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/RewriteMacros.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/RewriteObjC.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Rewrite/TokenRewriter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/AttributeList.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/Sema.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaCXXCast.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/TargetAttributesSema.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp projects/graid/head/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp projects/graid/head/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp projects/graid/head/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp projects/graid/head/contrib/llvm/tools/clang/tools/driver/driver.cpp projects/graid/head/contrib/llvm/utils/TableGen/ARMDecoderEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/ARMDecoderEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/AsmWriterEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/AsmWriterInst.cpp projects/graid/head/contrib/llvm/utils/TableGen/AsmWriterInst.h projects/graid/head/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/ClangASTNodesEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/ClangAttrEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/ClangAttrEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp projects/graid/head/contrib/llvm/utils/TableGen/CodeEmitterGen.h projects/graid/head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp projects/graid/head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h projects/graid/head/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp projects/graid/head/contrib/llvm/utils/TableGen/CodeGenInstruction.h projects/graid/head/contrib/llvm/utils/TableGen/CodeGenRegisters.h projects/graid/head/contrib/llvm/utils/TableGen/CodeGenTarget.cpp projects/graid/head/contrib/llvm/utils/TableGen/CodeGenTarget.h projects/graid/head/contrib/llvm/utils/TableGen/DAGISelMatcher.cpp projects/graid/head/contrib/llvm/utils/TableGen/DAGISelMatcher.h projects/graid/head/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp projects/graid/head/contrib/llvm/utils/TableGen/DAGISelMatcherOpt.cpp projects/graid/head/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/EDEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/FastISelEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/InstrEnumEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/LLVMCConfigurationEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/NeonEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/NeonEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/Record.cpp projects/graid/head/contrib/llvm/utils/TableGen/Record.h projects/graid/head/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp projects/graid/head/contrib/llvm/utils/TableGen/SubtargetEmitter.h projects/graid/head/contrib/llvm/utils/TableGen/TGLexer.cpp projects/graid/head/contrib/llvm/utils/TableGen/TGLexer.h projects/graid/head/contrib/llvm/utils/TableGen/TGParser.cpp projects/graid/head/contrib/llvm/utils/TableGen/TGParser.h projects/graid/head/contrib/llvm/utils/TableGen/TableGen.cpp projects/graid/head/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp projects/graid/head/contrib/llvm/utils/TableGen/X86ModRMFilters.h projects/graid/head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp projects/graid/head/contrib/llvm/utils/TableGen/X86RecognizableInstr.h projects/graid/head/contrib/lukemftp/src/main.c projects/graid/head/contrib/top/display.c projects/graid/head/contrib/tzdata/australasia projects/graid/head/contrib/tzdata/northamerica projects/graid/head/contrib/tzdata/zone.tab projects/graid/head/contrib/xz/ChangeLog projects/graid/head/contrib/xz/FREEBSD-upgrade projects/graid/head/contrib/xz/THANKS projects/graid/head/contrib/xz/po/cs.po projects/graid/head/contrib/xz/po/de.po projects/graid/head/contrib/xz/po/it.po projects/graid/head/contrib/xz/po/xz.pot projects/graid/head/contrib/xz/src/common/sysdefs.h projects/graid/head/contrib/xz/src/liblzma/api/lzma/lzma.h projects/graid/head/contrib/xz/src/liblzma/api/lzma/version.h projects/graid/head/contrib/xz/src/liblzma/common/common.h projects/graid/head/contrib/xz/src/xz/file_io.c projects/graid/head/contrib/xz/src/xz/suffix.c projects/graid/head/contrib/xz/src/xz/util.h projects/graid/head/crypto/openssl/ssl/t1_lib.c projects/graid/head/etc/Makefile projects/graid/head/etc/defaults/periodic.conf projects/graid/head/etc/ftpusers projects/graid/head/etc/group projects/graid/head/etc/mail/aliases projects/graid/head/etc/master.passwd projects/graid/head/etc/mtree/BSD.include.dist projects/graid/head/etc/mtree/BSD.usr.dist projects/graid/head/etc/mtree/Makefile projects/graid/head/etc/namedb/named.conf projects/graid/head/etc/periodic/daily/310.accounting projects/graid/head/etc/rc.d/accounting projects/graid/head/etc/rc.d/hastd projects/graid/head/etc/rc.d/rpcbind projects/graid/head/etc/rc.d/zvol projects/graid/head/etc/termcap.small projects/graid/head/games/Makefile.inc projects/graid/head/games/fortune/datfiles/fortunes projects/graid/head/games/fortune/datfiles/fortunes-o.real projects/graid/head/gnu/lib/libdialog/Makefile projects/graid/head/gnu/lib/libdialog/dlg_config.h projects/graid/head/gnu/lib/libgcc/Makefile projects/graid/head/gnu/lib/libgomp/Makefile projects/graid/head/gnu/usr.bin/binutils/Makefile.inc0 projects/graid/head/gnu/usr.bin/binutils/addr2line/Makefile projects/graid/head/gnu/usr.bin/binutils/as/Makefile projects/graid/head/gnu/usr.bin/binutils/as/config.h projects/graid/head/gnu/usr.bin/binutils/doc/Makefile projects/graid/head/gnu/usr.bin/binutils/doc/asconfig.texi projects/graid/head/gnu/usr.bin/binutils/ld/Makefile projects/graid/head/gnu/usr.bin/binutils/ld/Makefile.powerpc projects/graid/head/gnu/usr.bin/binutils/ld/Makefile.powerpc64 projects/graid/head/gnu/usr.bin/binutils/ld/armelf_fbsd.sh projects/graid/head/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh projects/graid/head/gnu/usr.bin/binutils/ld/config.h projects/graid/head/gnu/usr.bin/binutils/ld/genscripts.sh projects/graid/head/gnu/usr.bin/binutils/libbfd/Makefile projects/graid/head/gnu/usr.bin/binutils/libbfd/Makefile.amd64 projects/graid/head/gnu/usr.bin/binutils/libbfd/Makefile.arm projects/graid/head/gnu/usr.bin/binutils/libbfd/Makefile.ia64 projects/graid/head/gnu/usr.bin/binutils/libbfd/Makefile.sparc64 projects/graid/head/gnu/usr.bin/binutils/libbfd/bfd.h projects/graid/head/gnu/usr.bin/binutils/libbfd/config.h.fbsd projects/graid/head/gnu/usr.bin/binutils/libbfd/elf-fbsd-brand.c projects/graid/head/gnu/usr.bin/binutils/libbinutils/Makefile projects/graid/head/gnu/usr.bin/binutils/libbinutils/config.h projects/graid/head/gnu/usr.bin/binutils/libiberty/Makefile projects/graid/head/gnu/usr.bin/binutils/libiberty/config.h projects/graid/head/gnu/usr.bin/binutils/libopcodes/Makefile projects/graid/head/gnu/usr.bin/binutils/libopcodes/config.h projects/graid/head/gnu/usr.bin/binutils/nm/Makefile projects/graid/head/gnu/usr.bin/binutils/objcopy/Makefile projects/graid/head/gnu/usr.bin/binutils/objdump/Makefile projects/graid/head/gnu/usr.bin/binutils/readelf/Makefile projects/graid/head/gnu/usr.bin/binutils/size/Makefile projects/graid/head/gnu/usr.bin/binutils/strings/Makefile projects/graid/head/gnu/usr.bin/binutils/strip/Makefile projects/graid/head/gnu/usr.bin/cc/cc_tools/auto-host.h projects/graid/head/gnu/usr.bin/gdb/Makefile.inc projects/graid/head/gnu/usr.bin/gdb/libgdb/fbsd-threads.c projects/graid/head/gnu/usr.bin/groff/tmac/mdoc.local projects/graid/head/include/Makefile projects/graid/head/include/limits.h projects/graid/head/include/paths.h projects/graid/head/include/pthread_np.h projects/graid/head/include/signal.h projects/graid/head/lib/Makefile projects/graid/head/lib/bind/config.h projects/graid/head/lib/bind/dns/code.h projects/graid/head/lib/bind/dns/dns/enumclass.h projects/graid/head/lib/bind/dns/dns/enumtype.h projects/graid/head/lib/bind/dns/dns/rdatastruct.h projects/graid/head/lib/bind/isc/isc/platform.h projects/graid/head/lib/clang/Makefile projects/graid/head/lib/clang/clang.build.mk projects/graid/head/lib/clang/include/Makefile projects/graid/head/lib/clang/include/clang/Basic/Version.inc projects/graid/head/lib/clang/include/llvm/Config/AsmPrinters.def projects/graid/head/lib/clang/include/llvm/Config/Disassemblers.def projects/graid/head/lib/clang/include/llvm/Config/Targets.def projects/graid/head/lib/clang/include/llvm/Config/config.h projects/graid/head/lib/clang/include/llvm/Config/llvm-config.h projects/graid/head/lib/clang/libclanganalysis/Makefile projects/graid/head/lib/clang/libclangast/Makefile projects/graid/head/lib/clang/libclangbasic/Makefile projects/graid/head/lib/clang/libclangcodegen/Makefile projects/graid/head/lib/clang/libclangfrontend/Makefile projects/graid/head/lib/clang/libclanglex/Makefile projects/graid/head/lib/clang/libclangsema/Makefile projects/graid/head/lib/clang/libllvmanalysis/Makefile projects/graid/head/lib/clang/libllvmarmcodegen/Makefile projects/graid/head/lib/clang/libllvmasmprinter/Makefile projects/graid/head/lib/clang/libllvmcodegen/Makefile projects/graid/head/lib/clang/libllvmcore/Makefile projects/graid/head/lib/clang/libllvmipo/Makefile projects/graid/head/lib/clang/libllvmmc/Makefile projects/graid/head/lib/clang/libllvmmcparser/Makefile projects/graid/head/lib/clang/libllvmmipscodegen/Makefile projects/graid/head/lib/clang/libllvmpowerpccodegen/Makefile projects/graid/head/lib/clang/libllvmscalaropts/Makefile projects/graid/head/lib/clang/libllvmsupport/Makefile projects/graid/head/lib/clang/libllvmtarget/Makefile projects/graid/head/lib/clang/libllvmx86codegen/Makefile projects/graid/head/lib/csu/mips/crt1.c projects/graid/head/lib/csu/powerpc64/crti.S projects/graid/head/lib/libc/Makefile projects/graid/head/lib/libc/amd64/string/memmove.S projects/graid/head/lib/libc/arm/gen/modf.c projects/graid/head/lib/libc/gen/_thread_init.c projects/graid/head/lib/libc/gen/errlst.c projects/graid/head/lib/libc/gen/getutxent.3 projects/graid/head/lib/libc/gen/getutxent.c projects/graid/head/lib/libc/gen/glob.3 projects/graid/head/lib/libc/gen/psignal.3 projects/graid/head/lib/libc/gen/pututxline.c projects/graid/head/lib/libc/gen/rfork_thread.3 projects/graid/head/lib/libc/gen/siglist.c projects/graid/head/lib/libc/gen/sysconf.3 projects/graid/head/lib/libc/gen/utxdb.c projects/graid/head/lib/libc/i386/string/memcpy.S projects/graid/head/lib/libc/i386/string/memmove.S projects/graid/head/lib/libc/ia64/gen/modf.c projects/graid/head/lib/libc/include/namespace.h projects/graid/head/lib/libc/include/un-namespace.h projects/graid/head/lib/libc/mips/gen/modf.c projects/graid/head/lib/libc/mips/string/bzero.S projects/graid/head/lib/libc/powerpc/gen/modf.c projects/graid/head/lib/libc/powerpc64/SYS.h projects/graid/head/lib/libc/powerpc64/gen/_ctx_start.S projects/graid/head/lib/libc/powerpc64/gen/modf.c projects/graid/head/lib/libc/powerpc64/sys/brk.S projects/graid/head/lib/libc/powerpc64/sys/cerror.S projects/graid/head/lib/libc/powerpc64/sys/exect.S projects/graid/head/lib/libc/powerpc64/sys/pipe.S projects/graid/head/lib/libc/powerpc64/sys/ptrace.S projects/graid/head/lib/libc/powerpc64/sys/sbrk.S projects/graid/head/lib/libc/stdlib/Makefile.inc projects/graid/head/lib/libc/sys/Makefile.inc projects/graid/head/lib/libc/sys/Symbol.map projects/graid/head/lib/libc/sys/intro.2 projects/graid/head/lib/libc/sys/mmap.2 projects/graid/head/lib/libdevinfo/devinfo.h projects/graid/head/lib/libdevinfo/devinfo_var.h projects/graid/head/lib/libelf/elf_cntl.3 projects/graid/head/lib/libkvm/kvm.c projects/graid/head/lib/liblzma/Makefile projects/graid/head/lib/liblzma/config.h projects/graid/head/lib/libmd/Makefile projects/graid/head/lib/libpkg/version.c projects/graid/head/lib/librt/Makefile projects/graid/head/lib/libstand/environment.c projects/graid/head/lib/libthr/pthread.map projects/graid/head/lib/libthr/thread/Makefile.inc projects/graid/head/lib/libufs/libufs.h projects/graid/head/lib/libusb/Makefile projects/graid/head/lib/libusb/libusb.3 projects/graid/head/lib/libusb/libusb10.c projects/graid/head/lib/libusb/libusb20.3 projects/graid/head/lib/libusb/libusb20.c projects/graid/head/lib/libusb/libusb20.h projects/graid/head/lib/libusb/libusb20_int.h projects/graid/head/lib/libusb/libusb20_ugen20.c projects/graid/head/lib/libz/Makefile projects/graid/head/lib/msun/Makefile projects/graid/head/lib/msun/amd64/s_llrint.S projects/graid/head/lib/msun/amd64/s_llrintf.S projects/graid/head/lib/msun/src/e_asin.c projects/graid/head/lib/msun/src/e_expf.c projects/graid/head/lib/msun/src/s_atan.c projects/graid/head/lib/msun/src/s_cbrt.c projects/graid/head/lib/msun/src/s_cos.c projects/graid/head/lib/msun/src/s_nexttoward.c projects/graid/head/lib/msun/src/s_nexttowardf.c projects/graid/head/lib/msun/src/s_sin.c projects/graid/head/lib/msun/src/s_tan.c projects/graid/head/libexec/rtld-elf/Symbol.map projects/graid/head/libexec/rtld-elf/powerpc64/rtld_start.S projects/graid/head/libexec/rtld-elf/rtld.c projects/graid/head/libexec/rtld-elf/rtld.h projects/graid/head/libexec/rtld-elf/rtld_lock.c projects/graid/head/release/Makefile projects/graid/head/release/doc/en_US.ISO8859-1/relnotes/article.sgml projects/graid/head/release/picobsd/build/picobsd projects/graid/head/rescue/rescue/Makefile projects/graid/head/sbin/fsck_ffs/fsck.h projects/graid/head/sbin/fsck_ffs/setup.c projects/graid/head/sbin/fsck_ffs/suj.c projects/graid/head/sbin/geom/class/part/gpart.8 projects/graid/head/sbin/growfs/growfs.c projects/graid/head/sbin/hastctl/hastctl.c projects/graid/head/sbin/hastd/control.c projects/graid/head/sbin/hastd/hast.h projects/graid/head/sbin/hastd/hastd.c projects/graid/head/sbin/hastd/hastd.h projects/graid/head/sbin/hastd/pjdlog.c projects/graid/head/sbin/hastd/pjdlog.h projects/graid/head/sbin/hastd/primary.c projects/graid/head/sbin/hastd/proto.c projects/graid/head/sbin/hastd/proto.h projects/graid/head/sbin/hastd/proto_common.c projects/graid/head/sbin/hastd/proto_impl.h projects/graid/head/sbin/hastd/proto_socketpair.c projects/graid/head/sbin/hastd/proto_tcp4.c projects/graid/head/sbin/hastd/proto_uds.c projects/graid/head/sbin/hastd/secondary.c projects/graid/head/sbin/hastd/subr.c projects/graid/head/sbin/hastd/subr.h projects/graid/head/sbin/ifconfig/ifieee80211.c projects/graid/head/sbin/mdconfig/mdconfig.c projects/graid/head/sbin/mksnap_ffs/mksnap_ffs.8 projects/graid/head/sbin/mount/mount.8 projects/graid/head/sbin/newfs/newfs.8 projects/graid/head/sbin/newfs/newfs.c projects/graid/head/sbin/tunefs/tunefs.c projects/graid/head/secure/lib/libcrypto/Makefile projects/graid/head/share/Makefile projects/graid/head/share/doc/Makefile projects/graid/head/share/doc/papers/devfs/paper.me projects/graid/head/share/doc/psd/23.rpc/rpc.prog.ms projects/graid/head/share/examples/Makefile projects/graid/head/share/examples/etc/make.conf projects/graid/head/share/examples/kld/Makefile projects/graid/head/share/examples/pf/pf.conf projects/graid/head/share/man/man3/Makefile projects/graid/head/share/man/man3/pthread_rwlock_timedwrlock.3 projects/graid/head/share/man/man3/pthread_self.3 projects/graid/head/share/man/man3/pthread_sigmask.3 projects/graid/head/share/man/man4/Makefile projects/graid/head/share/man/man4/altq.4 projects/graid/head/share/man/man4/amdtemp.4 projects/graid/head/share/man/man4/ath_hal.4 projects/graid/head/share/man/man4/bwi.4 projects/graid/head/share/man/man4/bwn.4 projects/graid/head/share/man/man4/ehci.4 projects/graid/head/share/man/man4/ixgb.4 projects/graid/head/share/man/man4/ng_netflow.4 projects/graid/head/share/man/man4/ng_one2many.4 projects/graid/head/share/man/man4/ohci.4 projects/graid/head/share/man/man4/run.4 projects/graid/head/share/man/man4/snd_uaudio.4 projects/graid/head/share/man/man4/tcp.4 projects/graid/head/share/man/man4/uhci.4 projects/graid/head/share/man/man4/usb.4 projects/graid/head/share/man/man4/usb_quirk.4 projects/graid/head/share/man/man4/vlan.4 projects/graid/head/share/man/man5/src.conf.5 projects/graid/head/share/man/man7/Makefile projects/graid/head/share/man/man7/build.7 projects/graid/head/share/man/man7/ports.7 projects/graid/head/share/man/man7/security.7 projects/graid/head/share/man/man8/Makefile projects/graid/head/share/man/man9/Makefile projects/graid/head/share/man/man9/rman.9 projects/graid/head/share/man/man9/usbdi.9 projects/graid/head/share/misc/bsd-family-tree projects/graid/head/share/misc/committers-ports.dot projects/graid/head/share/mk/bsd.cpu.mk projects/graid/head/share/mk/bsd.own.mk projects/graid/head/share/syscons/keymaps/Makefile projects/graid/head/share/termcap/termcap.src projects/graid/head/share/timedef/pl_PL.ISO8859-2.src projects/graid/head/share/timedef/pl_PL.UTF-8.src projects/graid/head/sys/amd64/amd64/machdep.c projects/graid/head/sys/amd64/amd64/pmap.c projects/graid/head/sys/amd64/amd64/sys_machdep.c projects/graid/head/sys/amd64/amd64/trap.c projects/graid/head/sys/amd64/amd64/uio_machdep.c projects/graid/head/sys/amd64/ia32/ia32_signal.c projects/graid/head/sys/amd64/include/pmap.h projects/graid/head/sys/amd64/include/reg.h projects/graid/head/sys/amd64/linux32/linux.h projects/graid/head/sys/amd64/linux32/linux32_machdep.c projects/graid/head/sys/amd64/linux32/linux32_proto.h projects/graid/head/sys/amd64/linux32/linux32_syscall.h projects/graid/head/sys/amd64/linux32/linux32_sysent.c projects/graid/head/sys/amd64/linux32/linux32_sysvec.c projects/graid/head/sys/amd64/linux32/syscalls.master projects/graid/head/sys/arm/arm/elf_machdep.c projects/graid/head/sys/arm/arm/locore.S projects/graid/head/sys/arm/arm/sys_machdep.c projects/graid/head/sys/arm/arm/uio_machdep.c projects/graid/head/sys/arm/arm/vm_machdep.c projects/graid/head/sys/arm/at91/at91_machdep.c projects/graid/head/sys/arm/at91/if_ate.c projects/graid/head/sys/arm/econa/econa_machdep.c projects/graid/head/sys/arm/include/fdt.h projects/graid/head/sys/arm/include/pmap.h projects/graid/head/sys/arm/include/proc.h projects/graid/head/sys/arm/mv/gpio.c projects/graid/head/sys/arm/mv/ic.c projects/graid/head/sys/arm/mv/mv_pci.c projects/graid/head/sys/arm/mv/timer.c projects/graid/head/sys/arm/s3c2xx0/s3c24x0_machdep.c projects/graid/head/sys/arm/s3c2xx0/std.ln2410sbc projects/graid/head/sys/arm/sa11x0/assabet_machdep.c projects/graid/head/sys/arm/xscale/i80321/ep80219_machdep.c projects/graid/head/sys/arm/xscale/i80321/iq31244_machdep.c projects/graid/head/sys/arm/xscale/i80321/iq80321.c projects/graid/head/sys/arm/xscale/ixp425/avila_machdep.c projects/graid/head/sys/arm/xscale/ixp425/files.ixp425 projects/graid/head/sys/arm/xscale/pxa/pxa_machdep.c projects/graid/head/sys/boot/common/gpt.c projects/graid/head/sys/boot/common/interp.c projects/graid/head/sys/boot/common/ufsread.c projects/graid/head/sys/boot/common/util.h projects/graid/head/sys/boot/efi/libefi/efipart.c projects/graid/head/sys/boot/fdt/dts/db78100.dts projects/graid/head/sys/boot/ficl/words.c projects/graid/head/sys/boot/forth/loader.conf projects/graid/head/sys/boot/i386/boot0/Makefile projects/graid/head/sys/boot/i386/boot2/boot2.c projects/graid/head/sys/boot/i386/btx/btx/Makefile projects/graid/head/sys/boot/i386/btx/btxldr/Makefile projects/graid/head/sys/boot/i386/efi/ldscript.amd64 projects/graid/head/sys/boot/i386/gptboot/Makefile projects/graid/head/sys/boot/i386/gptzfsboot/Makefile projects/graid/head/sys/boot/i386/libi386/Makefile projects/graid/head/sys/boot/i386/pxeldr/Makefile projects/graid/head/sys/boot/i386/zfsboot/Makefile projects/graid/head/sys/boot/ia64/efi/ldscript.ia64 projects/graid/head/sys/boot/ia64/ski/ldscript.ia64 projects/graid/head/sys/boot/pc98/Makefile projects/graid/head/sys/boot/pc98/boot2/boot2.c projects/graid/head/sys/boot/pc98/btx/btx/Makefile projects/graid/head/sys/boot/pc98/btx/btxldr/Makefile projects/graid/head/sys/boot/powerpc/boot1.chrp/boot1.c projects/graid/head/sys/boot/powerpc/ofw/start.c projects/graid/head/sys/boot/zfs/zfs.c projects/graid/head/sys/boot/zfs/zfsimpl.c projects/graid/head/sys/bsm/audit_errno.h projects/graid/head/sys/cam/ata/ata_da.c projects/graid/head/sys/cam/cam.c projects/graid/head/sys/cam/cam_periph.c projects/graid/head/sys/cam/cam_xpt.c projects/graid/head/sys/cam/scsi/scsi_cd.c projects/graid/head/sys/cam/scsi/scsi_da.c projects/graid/head/sys/cam/scsi/scsi_sa.c projects/graid/head/sys/cddl/boot/zfs/fletcher.c projects/graid/head/sys/cddl/boot/zfs/zfsimpl.h projects/graid/head/sys/cddl/boot/zfs/zfssubr.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_misc.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_policy.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_string.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c projects/graid/head/sys/cddl/compat/opensolaris/kern/opensolaris_zone.c projects/graid/head/sys/cddl/compat/opensolaris/sys/atomic.h projects/graid/head/sys/cddl/compat/opensolaris/sys/byteorder.h projects/graid/head/sys/cddl/compat/opensolaris/sys/dirent.h projects/graid/head/sys/cddl/compat/opensolaris/sys/file.h projects/graid/head/sys/cddl/compat/opensolaris/sys/kmem.h projects/graid/head/sys/cddl/compat/opensolaris/sys/misc.h projects/graid/head/sys/cddl/compat/opensolaris/sys/mount.h projects/graid/head/sys/cddl/compat/opensolaris/sys/mutex.h projects/graid/head/sys/cddl/compat/opensolaris/sys/policy.h projects/graid/head/sys/cddl/compat/opensolaris/sys/proc.h projects/graid/head/sys/cddl/compat/opensolaris/sys/rwlock.h projects/graid/head/sys/cddl/compat/opensolaris/sys/sid.h projects/graid/head/sys/cddl/compat/opensolaris/sys/stat.h projects/graid/head/sys/cddl/compat/opensolaris/sys/string.h projects/graid/head/sys/cddl/compat/opensolaris/sys/sunddi.h projects/graid/head/sys/cddl/compat/opensolaris/sys/systm.h projects/graid/head/sys/cddl/compat/opensolaris/sys/taskq.h projects/graid/head/sys/cddl/compat/opensolaris/sys/time.h projects/graid/head/sys/cddl/compat/opensolaris/sys/types.h projects/graid/head/sys/cddl/compat/opensolaris/sys/uio.h projects/graid/head/sys/cddl/compat/opensolaris/sys/vfs.h projects/graid/head/sys/cddl/compat/opensolaris/sys/vnode.h projects/graid/head/sys/cddl/compat/opensolaris/sys/zone.h projects/graid/head/sys/cddl/contrib/opensolaris/common/acl/acl_common.c projects/graid/head/sys/cddl/contrib/opensolaris/common/acl/acl_common.h projects/graid/head/sys/cddl/contrib/opensolaris/common/atomic/amd64/opensolaris_atomic.S projects/graid/head/sys/cddl/contrib/opensolaris/common/atomic/i386/opensolaris_atomic.S projects/graid/head/sys/cddl/contrib/opensolaris/common/atomic/ia64/opensolaris_atomic.S projects/graid/head/sys/cddl/contrib/opensolaris/common/atomic/powerpc64/opensolaris_atomic.S projects/graid/head/sys/cddl/contrib/opensolaris/common/atomic/sparc64/opensolaris_atomic.S projects/graid/head/sys/cddl/contrib/opensolaris/common/avl/avl.c projects/graid/head/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c projects/graid/head/sys/cddl/contrib/opensolaris/common/unicode/u8_textprep.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_comutil.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_comutil.h projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_deleg.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_deleg.h projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_namecheck.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.h projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zpool_prop.c projects/graid/head/sys/cddl/contrib/opensolaris/common/zfs/zprop_common.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/vnode.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deleg.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_synctask.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lzjb.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sha256.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_config.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_errlog.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_history.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bplist.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_objset.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_traverse.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_tx.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_deleg.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_pool.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_prop.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_synctask.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/refcount.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_boot.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/txg.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/txg_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/uberblock.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/uberblock_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_leaf.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_acl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_debug.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_dir.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_fuid.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_vfsops.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_checksum.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_compress.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zvol.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/uberblock.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_cache.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_disk.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_mirror.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_missing.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_raidz.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_root.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_acl.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_byteswap.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fuid.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_log.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_replay.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_rlock.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_checksum.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/os/callb.c projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/acl_impl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/avl.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/callb.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/cpupart.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/cpuvar.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/cred.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/debug.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/fm/fs/zfs.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/fm/protocol.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/fm/util.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/gfs.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/idmap.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/nvpair.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/processor.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/eventdefs.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/sysmacros.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/taskq.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/u8_textprep.h projects/graid/head/sys/cddl/contrib/opensolaris/uts/common/sys/vnode.h projects/graid/head/sys/cddl/dev/dtrace/amd64/dtrace_subr.c projects/graid/head/sys/cddl/dev/dtrace/i386/dtrace_subr.c projects/graid/head/sys/compat/freebsd32/freebsd32_proto.h projects/graid/head/sys/compat/freebsd32/freebsd32_syscall.h projects/graid/head/sys/compat/freebsd32/freebsd32_syscalls.c projects/graid/head/sys/compat/freebsd32/freebsd32_sysent.c projects/graid/head/sys/compat/freebsd32/syscalls.master projects/graid/head/sys/compat/linprocfs/linprocfs.c projects/graid/head/sys/compat/linux/linux_emul.c projects/graid/head/sys/compat/linux/linux_emul.h projects/graid/head/sys/compat/linux/linux_futex.c projects/graid/head/sys/compat/linux/linux_futex.h projects/graid/head/sys/compat/linux/linux_misc.c projects/graid/head/sys/compat/linux/linux_misc.h projects/graid/head/sys/compat/linux/linux_signal.c projects/graid/head/sys/compat/linux/linux_signal.h projects/graid/head/sys/compat/linux/linux_stats.c projects/graid/head/sys/compat/ndis/kern_ndis.c projects/graid/head/sys/compat/ndis/subr_ntoskrnl.c projects/graid/head/sys/conf/Makefile.amd64 projects/graid/head/sys/conf/Makefile.i386 projects/graid/head/sys/conf/NOTES projects/graid/head/sys/conf/files projects/graid/head/sys/conf/files.amd64 projects/graid/head/sys/conf/files.i386 projects/graid/head/sys/conf/files.pc98 projects/graid/head/sys/conf/kern.mk projects/graid/head/sys/conf/kern.pre.mk projects/graid/head/sys/conf/ldscript.amd64 projects/graid/head/sys/conf/ldscript.i386 projects/graid/head/sys/conf/ldscript.ia64 projects/graid/head/sys/conf/ldscript.sparc64 projects/graid/head/sys/conf/options projects/graid/head/sys/contrib/dev/acpica/changes.txt projects/graid/head/sys/contrib/dev/acpica/common/dmtable.c projects/graid/head/sys/contrib/dev/acpica/common/dmtbdump.c projects/graid/head/sys/contrib/dev/acpica/common/dmtbinfo.c projects/graid/head/sys/contrib/dev/acpica/compiler/aslanalyze.c projects/graid/head/sys/contrib/dev/acpica/compiler/aslcompile.c projects/graid/head/sys/contrib/dev/acpica/compiler/aslcompiler.h projects/graid/head/sys/contrib/dev/acpica/compiler/aslcompiler.l projects/graid/head/sys/contrib/dev/acpica/compiler/aslcompiler.y projects/graid/head/sys/contrib/dev/acpica/compiler/aslmessages.h projects/graid/head/sys/contrib/dev/acpica/compiler/aslpredef.c projects/graid/head/sys/contrib/dev/acpica/compiler/asltree.c projects/graid/head/sys/contrib/dev/acpica/compiler/dtcompile.c projects/graid/head/sys/contrib/dev/acpica/compiler/dtcompiler.h projects/graid/head/sys/contrib/dev/acpica/compiler/dtfield.c projects/graid/head/sys/contrib/dev/acpica/compiler/dtio.c projects/graid/head/sys/contrib/dev/acpica/compiler/dttable.c projects/graid/head/sys/contrib/dev/acpica/compiler/dtutils.c projects/graid/head/sys/contrib/dev/acpica/debugger/dbcmds.c projects/graid/head/sys/contrib/dev/acpica/debugger/dbdisply.c projects/graid/head/sys/contrib/dev/acpica/debugger/dbinput.c projects/graid/head/sys/contrib/dev/acpica/dispatcher/dsopcode.c projects/graid/head/sys/contrib/dev/acpica/dispatcher/dswload.c projects/graid/head/sys/contrib/dev/acpica/events/evgpe.c projects/graid/head/sys/contrib/dev/acpica/events/evregion.c projects/graid/head/sys/contrib/dev/acpica/events/evxfregn.c projects/graid/head/sys/contrib/dev/acpica/executer/exfldio.c projects/graid/head/sys/contrib/dev/acpica/include/acdebug.h projects/graid/head/sys/contrib/dev/acpica/include/acdisasm.h projects/graid/head/sys/contrib/dev/acpica/include/acdispat.h projects/graid/head/sys/contrib/dev/acpica/include/acglobal.h projects/graid/head/sys/contrib/dev/acpica/include/aclocal.h projects/graid/head/sys/contrib/dev/acpica/include/acoutput.h projects/graid/head/sys/contrib/dev/acpica/include/acpixf.h projects/graid/head/sys/contrib/dev/acpica/include/actbl.h projects/graid/head/sys/contrib/dev/acpica/tables/tbfadt.c projects/graid/head/sys/contrib/dev/acpica/tools/acpiexec/aecommon.h projects/graid/head/sys/contrib/dev/acpica/utilities/utglobal.c projects/graid/head/sys/crypto/aesni/aeskeys_amd64.S projects/graid/head/sys/crypto/aesni/aeskeys_i386.S projects/graid/head/sys/crypto/sha2/sha2.c projects/graid/head/sys/ddb/db_command.c projects/graid/head/sys/dev/aac/aac.c projects/graid/head/sys/dev/aac/aacvar.h projects/graid/head/sys/dev/acpica/Osd/OsdTable.c projects/graid/head/sys/dev/acpica/acpi_resource.c projects/graid/head/sys/dev/acpica/acpivar.h projects/graid/head/sys/dev/advansys/adwcam.c projects/graid/head/sys/dev/ahci/ahci.c projects/graid/head/sys/dev/aic7xxx/aic79xx_osm.h projects/graid/head/sys/dev/aic7xxx/aic7xxx_osm.h projects/graid/head/sys/dev/alc/if_alc.c projects/graid/head/sys/dev/asr/i2omsg.h projects/graid/head/sys/dev/ata/ata-disk.c projects/graid/head/sys/dev/ata/ata-pci.h projects/graid/head/sys/dev/ata/chipsets/ata-intel.c projects/graid/head/sys/dev/ath/ath_hal/ah.c projects/graid/head/sys/dev/ath/ath_hal/ah.h projects/graid/head/sys/dev/ath/ath_hal/ah_eeprom_v14.c projects/graid/head/sys/dev/ath/ath_hal/ah_eeprom_v14.h projects/graid/head/sys/dev/ath/ath_hal/ah_internal.h projects/graid/head/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c projects/graid/head/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c projects/graid/head/sys/dev/ath/ath_hal/ar5212/ar5212.h projects/graid/head/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c projects/graid/head/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c projects/graid/head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416.h projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416phy.h projects/graid/head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h projects/graid/head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c projects/graid/head/sys/dev/ath/ath_hal/ar9002/ar9280.c projects/graid/head/sys/dev/ath/ath_hal/ar9002/ar9280.h projects/graid/head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c projects/graid/head/sys/dev/ath/ath_hal/ar9002/ar9285.h projects/graid/head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c projects/graid/head/sys/dev/ath/ath_rate/amrr/amrr.c projects/graid/head/sys/dev/ath/ath_rate/onoe/onoe.c projects/graid/head/sys/dev/ath/ath_rate/sample/sample.c projects/graid/head/sys/dev/ath/ath_rate/sample/sample.h projects/graid/head/sys/dev/ath/if_ath.c projects/graid/head/sys/dev/ath/if_athioctl.h projects/graid/head/sys/dev/ath/if_athrate.h projects/graid/head/sys/dev/ath/if_athvar.h projects/graid/head/sys/dev/bce/if_bce.c projects/graid/head/sys/dev/bce/if_bcefw.h projects/graid/head/sys/dev/bce/if_bcereg.h projects/graid/head/sys/dev/bktr/bktr_card.c projects/graid/head/sys/dev/cs/if_cs.c projects/graid/head/sys/dev/cs/if_csreg.h projects/graid/head/sys/dev/cs/if_csvar.h projects/graid/head/sys/dev/ctau/ctau.c projects/graid/head/sys/dev/ctau/ctddk.h projects/graid/head/sys/dev/cxgb/cxgb_main.c projects/graid/head/sys/dev/dc/if_dc.c projects/graid/head/sys/dev/dc/if_dcreg.h projects/graid/head/sys/dev/drm/mach64_dma.c projects/graid/head/sys/dev/drm/r300_reg.h projects/graid/head/sys/dev/e1000/e1000_80003es2lan.c projects/graid/head/sys/dev/e1000/e1000_80003es2lan.h projects/graid/head/sys/dev/e1000/e1000_82540.c projects/graid/head/sys/dev/e1000/e1000_82541.c projects/graid/head/sys/dev/e1000/e1000_82542.c projects/graid/head/sys/dev/e1000/e1000_82543.c projects/graid/head/sys/dev/e1000/e1000_82571.c projects/graid/head/sys/dev/e1000/e1000_82575.c projects/graid/head/sys/dev/e1000/e1000_82575.h projects/graid/head/sys/dev/e1000/e1000_api.c projects/graid/head/sys/dev/e1000/e1000_api.h projects/graid/head/sys/dev/e1000/e1000_defines.h projects/graid/head/sys/dev/e1000/e1000_hw.h projects/graid/head/sys/dev/e1000/e1000_ich8lan.c projects/graid/head/sys/dev/e1000/e1000_ich8lan.h projects/graid/head/sys/dev/e1000/e1000_mac.c projects/graid/head/sys/dev/e1000/e1000_mac.h projects/graid/head/sys/dev/e1000/e1000_manage.c projects/graid/head/sys/dev/e1000/e1000_manage.h projects/graid/head/sys/dev/e1000/e1000_mbx.c projects/graid/head/sys/dev/e1000/e1000_nvm.c projects/graid/head/sys/dev/e1000/e1000_nvm.h projects/graid/head/sys/dev/e1000/e1000_osdep.c projects/graid/head/sys/dev/e1000/e1000_phy.c projects/graid/head/sys/dev/e1000/e1000_phy.h projects/graid/head/sys/dev/e1000/e1000_regs.h projects/graid/head/sys/dev/e1000/e1000_vf.c projects/graid/head/sys/dev/e1000/e1000_vf.h projects/graid/head/sys/dev/e1000/if_igb.c projects/graid/head/sys/dev/e1000/if_igb.h projects/graid/head/sys/dev/ep/if_epreg.h projects/graid/head/sys/dev/fb/splash.c projects/graid/head/sys/dev/fdc/fdc.c projects/graid/head/sys/dev/fdt/fdt_common.c projects/graid/head/sys/dev/fdt/fdt_pci.c projects/graid/head/sys/dev/fdt/fdtbus.c projects/graid/head/sys/dev/flash/mx25l.c projects/graid/head/sys/dev/fxp/if_fxp.c projects/graid/head/sys/dev/ichsmb/ichsmb_pci.c projects/graid/head/sys/dev/ichwd/ichwd.c projects/graid/head/sys/dev/ichwd/ichwd.h projects/graid/head/sys/dev/isp/isp.c projects/graid/head/sys/dev/isp/isp_freebsd.c projects/graid/head/sys/dev/isp/isp_freebsd.h projects/graid/head/sys/dev/isp/isp_library.c projects/graid/head/sys/dev/isp/isp_pci.c projects/graid/head/sys/dev/isp/isp_sbus.c projects/graid/head/sys/dev/isp/ispvar.h projects/graid/head/sys/dev/ixgb/ixgb_ee.c projects/graid/head/sys/dev/malo/if_malohal.h projects/graid/head/sys/dev/md/md.c projects/graid/head/sys/dev/mps/mps.c projects/graid/head/sys/dev/mps/mps_sas.c projects/graid/head/sys/dev/mps/mpsvar.h projects/graid/head/sys/dev/mwl/mwlhal.h projects/graid/head/sys/dev/nxge/xgehal/xgehal-device.c projects/graid/head/sys/dev/nxge/xgehal/xgehal-ring-fp.c projects/graid/head/sys/dev/pci/pci.c projects/graid/head/sys/dev/ppc/ppc_pci.c projects/graid/head/sys/dev/random/randomdev_soft.c projects/graid/head/sys/dev/re/if_re.c projects/graid/head/sys/dev/sdhci/sdhci.c projects/graid/head/sys/dev/sio/sio.c projects/graid/head/sys/dev/sis/if_sis.c projects/graid/head/sys/dev/sis/if_sisreg.h projects/graid/head/sys/dev/sound/pci/emu10k1.c projects/graid/head/sys/dev/sound/pci/emu10kx.c projects/graid/head/sys/dev/sound/pci/es137x.c projects/graid/head/sys/dev/sound/pci/hda/hdac.c projects/graid/head/sys/dev/sound/usb/uaudio.c projects/graid/head/sys/dev/sym/sym_fw1.h projects/graid/head/sys/dev/sym/sym_fw2.h projects/graid/head/sys/dev/tsec/if_tsec_fdt.c projects/graid/head/sys/dev/uart/uart_dev_ns8250.c projects/graid/head/sys/dev/usb/controller/ehci_mv.c projects/graid/head/sys/dev/usb/controller/usb_controller.c projects/graid/head/sys/dev/usb/net/if_udav.c projects/graid/head/sys/dev/usb/quirk/usb_quirk.c projects/graid/head/sys/dev/usb/quirk/usb_quirk.h projects/graid/head/sys/dev/usb/serial/u3g.c projects/graid/head/sys/dev/usb/serial/ulpt.c projects/graid/head/sys/dev/usb/serial/umodem.c projects/graid/head/sys/dev/usb/template/usb_template.c projects/graid/head/sys/dev/usb/usb_generic.c projects/graid/head/sys/dev/usb/usb_ioctl.h projects/graid/head/sys/dev/usb/usb_pf.c projects/graid/head/sys/dev/usb/usb_pf.h projects/graid/head/sys/dev/usb/usb_process.c projects/graid/head/sys/dev/usb/usb_transfer.c projects/graid/head/sys/dev/usb/usbdevs projects/graid/head/sys/dev/usb/usbdi.h projects/graid/head/sys/dev/usb/wlan/if_run.c projects/graid/head/sys/dev/usb/wlan/if_runreg.h projects/graid/head/sys/dev/usb/wlan/if_runvar.h projects/graid/head/sys/dev/vx/if_vxreg.h projects/graid/head/sys/dev/wpi/if_wpi.c projects/graid/head/sys/dev/xen/netfront/netfront.c projects/graid/head/sys/fs/ext2fs/ext2_alloc.c projects/graid/head/sys/fs/ext2fs/ext2_mount.h projects/graid/head/sys/fs/ext2fs/ext2_vfsops.c projects/graid/head/sys/fs/ext2fs/ext2fs.h projects/graid/head/sys/fs/fdescfs/fdesc_vnops.c projects/graid/head/sys/fs/msdosfs/msdosfs_vnops.c projects/graid/head/sys/fs/nfsclient/nfs_clvfsops.c projects/graid/head/sys/fs/nfsserver/nfs_nfsdport.c projects/graid/head/sys/fs/nullfs/null_vnops.c projects/graid/head/sys/fs/portalfs/portal_vnops.c projects/graid/head/sys/fs/tmpfs/tmpfs.h projects/graid/head/sys/fs/tmpfs/tmpfs_subr.c projects/graid/head/sys/fs/tmpfs/tmpfs_vnops.c projects/graid/head/sys/gdb/gdb_main.c projects/graid/head/sys/gdb/gdb_packet.c projects/graid/head/sys/geom/bde/g_bde.c projects/graid/head/sys/geom/cache/g_cache.c projects/graid/head/sys/geom/concat/g_concat.c projects/graid/head/sys/geom/eli/g_eli.c projects/graid/head/sys/geom/gate/g_gate.c projects/graid/head/sys/geom/geom_bsd.c projects/graid/head/sys/geom/geom_disk.c projects/graid/head/sys/geom/geom_disk.h projects/graid/head/sys/geom/geom_fox.c projects/graid/head/sys/geom/geom_mbr.c projects/graid/head/sys/geom/geom_pc98.c projects/graid/head/sys/geom/geom_sunlabel.c projects/graid/head/sys/geom/geom_vfs.c projects/graid/head/sys/geom/geom_vol_ffs.c projects/graid/head/sys/geom/journal/g_journal.c projects/graid/head/sys/geom/label/g_label.c projects/graid/head/sys/geom/linux_lvm/g_linux_lvm.c projects/graid/head/sys/geom/mirror/g_mirror.c projects/graid/head/sys/geom/multipath/g_multipath.c projects/graid/head/sys/geom/part/g_part.c projects/graid/head/sys/geom/part/g_part.h projects/graid/head/sys/geom/part/g_part_apm.c projects/graid/head/sys/geom/part/g_part_bsd.c projects/graid/head/sys/geom/part/g_part_ebr.c projects/graid/head/sys/geom/part/g_part_gpt.c projects/graid/head/sys/geom/part/g_part_mbr.c projects/graid/head/sys/geom/part/g_part_pc98.c projects/graid/head/sys/geom/part/g_part_vtoc8.c projects/graid/head/sys/geom/raid3/g_raid3.c projects/graid/head/sys/geom/sched/gs_rr.c projects/graid/head/sys/geom/sched/gs_scheduler.h projects/graid/head/sys/geom/shsec/g_shsec.c projects/graid/head/sys/geom/stripe/g_stripe.c projects/graid/head/sys/geom/uzip/g_uzip.c projects/graid/head/sys/geom/virstor/g_virstor.c projects/graid/head/sys/gnu/fs/xfs/xfs_dir_leaf.c projects/graid/head/sys/gnu/fs/xfs/xfs_itable.c projects/graid/head/sys/i386/i386/machdep.c projects/graid/head/sys/i386/i386/sys_machdep.c projects/graid/head/sys/i386/i386/trap.c projects/graid/head/sys/i386/i386/uio_machdep.c projects/graid/head/sys/i386/include/pmap.h projects/graid/head/sys/i386/include/reg.h projects/graid/head/sys/i386/linux/imgact_linux.c projects/graid/head/sys/i386/linux/linux.h projects/graid/head/sys/i386/linux/linux_machdep.c projects/graid/head/sys/i386/linux/linux_proto.h projects/graid/head/sys/i386/linux/linux_syscall.h projects/graid/head/sys/i386/linux/linux_sysent.c projects/graid/head/sys/i386/linux/linux_sysvec.c projects/graid/head/sys/i386/linux/syscalls.master projects/graid/head/sys/ia64/conf/GENERIC projects/graid/head/sys/ia64/ia64/uio_machdep.c projects/graid/head/sys/ia64/include/pmap.h projects/graid/head/sys/kern/Makefile projects/graid/head/sys/kern/imgact_elf.c projects/graid/head/sys/kern/init_sysent.c projects/graid/head/sys/kern/kern_context.c projects/graid/head/sys/kern/kern_descrip.c projects/graid/head/sys/kern/kern_dtrace.c projects/graid/head/sys/kern/kern_exec.c projects/graid/head/sys/kern/kern_fork.c projects/graid/head/sys/kern/kern_ktr.c projects/graid/head/sys/kern/kern_ktrace.c projects/graid/head/sys/kern/kern_lock.c projects/graid/head/sys/kern/kern_ntptime.c projects/graid/head/sys/kern/kern_pmc.c projects/graid/head/sys/kern/kern_proc.c projects/graid/head/sys/kern/kern_prot.c projects/graid/head/sys/kern/kern_synch.c projects/graid/head/sys/kern/kern_sysctl.c projects/graid/head/sys/kern/kern_thr.c projects/graid/head/sys/kern/kern_thread.c projects/graid/head/sys/kern/kern_umtx.c projects/graid/head/sys/kern/ksched.c projects/graid/head/sys/kern/makesyscalls.sh projects/graid/head/sys/kern/subr_bus.c projects/graid/head/sys/kern/subr_kdb.c projects/graid/head/sys/kern/subr_mchain.c projects/graid/head/sys/kern/subr_module.c projects/graid/head/sys/kern/subr_smp.c projects/graid/head/sys/kern/subr_stack.c projects/graid/head/sys/kern/subr_trap.c projects/graid/head/sys/kern/subr_turnstile.c projects/graid/head/sys/kern/subr_uio.c projects/graid/head/sys/kern/subr_unit.c projects/graid/head/sys/kern/subr_witness.c projects/graid/head/sys/kern/sys_socket.c projects/graid/head/sys/kern/syscalls.c projects/graid/head/sys/kern/syscalls.master projects/graid/head/sys/kern/systrace_args.c projects/graid/head/sys/kern/sysv_msg.c projects/graid/head/sys/kern/sysv_sem.c projects/graid/head/sys/kern/sysv_shm.c projects/graid/head/sys/kern/tty_pts.c projects/graid/head/sys/kern/uipc_cow.c projects/graid/head/sys/kern/uipc_mbuf.c projects/graid/head/sys/kern/uipc_mqueue.c projects/graid/head/sys/kern/uipc_sem.c projects/graid/head/sys/kern/uipc_socket.c projects/graid/head/sys/kern/uipc_syscalls.c projects/graid/head/sys/kern/uipc_usrreq.c projects/graid/head/sys/kern/vfs_bio.c projects/graid/head/sys/kern/vfs_mount.c projects/graid/head/sys/kern/vfs_subr.c projects/graid/head/sys/kern/vfs_vnops.c projects/graid/head/sys/libkern/jenkins.h projects/graid/head/sys/mips/cavium/if_octm.c projects/graid/head/sys/mips/cavium/octe/ethernet-common.c projects/graid/head/sys/mips/cavium/octeon_mp.c projects/graid/head/sys/mips/include/_inttypes.h projects/graid/head/sys/mips/include/_limits.h projects/graid/head/sys/mips/include/_stdint.h projects/graid/head/sys/mips/include/_types.h projects/graid/head/sys/mips/include/cpufunc.h projects/graid/head/sys/mips/include/hwfunc.h projects/graid/head/sys/mips/include/pmap.h projects/graid/head/sys/mips/include/sf_buf.h projects/graid/head/sys/mips/mips/cache_mipsNN.c projects/graid/head/sys/mips/mips/machdep.c projects/graid/head/sys/mips/mips/mp_machdep.c projects/graid/head/sys/mips/mips/pmap.c projects/graid/head/sys/mips/mips/swtch.S projects/graid/head/sys/mips/mips/uio_machdep.c projects/graid/head/sys/mips/mips/vm_machdep.c projects/graid/head/sys/mips/rmi/fmn.c projects/graid/head/sys/mips/rmi/xlr_machdep.c projects/graid/head/sys/mips/sibyte/sb_scd.c projects/graid/head/sys/mips/sibyte/sb_zbpci.c projects/graid/head/sys/modules/Makefile projects/graid/head/sys/modules/acpi/acpi/Makefile projects/graid/head/sys/modules/ath/Makefile projects/graid/head/sys/modules/bios/smapi/Makefile projects/graid/head/sys/modules/cc/Makefile projects/graid/head/sys/modules/linux/Makefile projects/graid/head/sys/modules/netgraph/netflow/Makefile projects/graid/head/sys/modules/opensolaris/Makefile projects/graid/head/sys/modules/usb/Makefile projects/graid/head/sys/modules/zfs/Makefile projects/graid/head/sys/net/if.c projects/graid/head/sys/net/if_gif.c projects/graid/head/sys/net/if_gre.c projects/graid/head/sys/net/if_media.c projects/graid/head/sys/net/netisr.c projects/graid/head/sys/net/route.c projects/graid/head/sys/net/rtsock.c projects/graid/head/sys/net/vnet.h projects/graid/head/sys/net80211/ieee80211.h projects/graid/head/sys/net80211/ieee80211_adhoc.c projects/graid/head/sys/net80211/ieee80211_ageq.c projects/graid/head/sys/net80211/ieee80211_hostap.c projects/graid/head/sys/net80211/ieee80211_input.c projects/graid/head/sys/net80211/ieee80211_ioctl.c projects/graid/head/sys/net80211/ieee80211_mesh.c projects/graid/head/sys/net80211/ieee80211_output.c projects/graid/head/sys/net80211/ieee80211_proto.c projects/graid/head/sys/net80211/ieee80211_scan.c projects/graid/head/sys/net80211/ieee80211_sta.c projects/graid/head/sys/net80211/ieee80211_wds.c projects/graid/head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c projects/graid/head/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c projects/graid/head/sys/netgraph/bluetooth/socket/ng_btsocket_sco.c projects/graid/head/sys/netgraph/netflow/netflow.c projects/graid/head/sys/netgraph/netflow/netflow.h projects/graid/head/sys/netgraph/netflow/ng_netflow.c projects/graid/head/sys/netgraph/netflow/ng_netflow.h projects/graid/head/sys/netgraph/ng_one2many.c projects/graid/head/sys/netgraph/ng_one2many.h projects/graid/head/sys/netgraph/ng_source.c projects/graid/head/sys/netinet/cc.h projects/graid/head/sys/netinet/cc/cc_newreno.c projects/graid/head/sys/netinet/if_ether.c projects/graid/head/sys/netinet/ip_input.c projects/graid/head/sys/netinet/ipfw/ip_dn_io.c projects/graid/head/sys/netinet/ipfw/ip_dummynet.c projects/graid/head/sys/netinet/ipfw/ip_fw_private.h projects/graid/head/sys/netinet/libalias/alias_sctp.c projects/graid/head/sys/netinet/sctp.h projects/graid/head/sys/netinet/sctp_asconf.c projects/graid/head/sys/netinet/sctp_asconf.h projects/graid/head/sys/netinet/sctp_auth.c projects/graid/head/sys/netinet/sctp_auth.h projects/graid/head/sys/netinet/sctp_bsd_addr.c projects/graid/head/sys/netinet/sctp_bsd_addr.h projects/graid/head/sys/netinet/sctp_cc_functions.c projects/graid/head/sys/netinet/sctp_constants.h projects/graid/head/sys/netinet/sctp_crc32.c projects/graid/head/sys/netinet/sctp_crc32.h projects/graid/head/sys/netinet/sctp_dtrace_declare.h projects/graid/head/sys/netinet/sctp_dtrace_define.h projects/graid/head/sys/netinet/sctp_header.h projects/graid/head/sys/netinet/sctp_indata.c projects/graid/head/sys/netinet/sctp_indata.h projects/graid/head/sys/netinet/sctp_input.c projects/graid/head/sys/netinet/sctp_input.h projects/graid/head/sys/netinet/sctp_lock_bsd.h projects/graid/head/sys/netinet/sctp_os.h projects/graid/head/sys/netinet/sctp_os_bsd.h projects/graid/head/sys/netinet/sctp_output.c projects/graid/head/sys/netinet/sctp_output.h projects/graid/head/sys/netinet/sctp_pcb.c projects/graid/head/sys/netinet/sctp_pcb.h projects/graid/head/sys/netinet/sctp_peeloff.c projects/graid/head/sys/netinet/sctp_peeloff.h projects/graid/head/sys/netinet/sctp_ss_functions.c projects/graid/head/sys/netinet/sctp_structs.h projects/graid/head/sys/netinet/sctp_sysctl.c projects/graid/head/sys/netinet/sctp_sysctl.h projects/graid/head/sys/netinet/sctp_timer.c projects/graid/head/sys/netinet/sctp_timer.h projects/graid/head/sys/netinet/sctp_uio.h projects/graid/head/sys/netinet/sctp_usrreq.c projects/graid/head/sys/netinet/sctp_var.h projects/graid/head/sys/netinet/sctputil.c projects/graid/head/sys/netinet/sctputil.h projects/graid/head/sys/netinet/tcp_offload.h projects/graid/head/sys/netinet/tcp_subr.c projects/graid/head/sys/netinet/tcp_syncache.c projects/graid/head/sys/netinet/tcp_timewait.c projects/graid/head/sys/netinet/tcp_usrreq.c projects/graid/head/sys/netinet6/in6.h projects/graid/head/sys/netinet6/sctp6_usrreq.c projects/graid/head/sys/netinet6/sctp6_var.h projects/graid/head/sys/netipsec/key.c projects/graid/head/sys/netipsec/xform.h projects/graid/head/sys/netipsec/xform_ah.c projects/graid/head/sys/netipsec/xform_esp.c projects/graid/head/sys/nfsclient/bootp_subr.c projects/graid/head/sys/nfsclient/krpc_subr.c projects/graid/head/sys/nfsclient/nfs_diskless.c projects/graid/head/sys/nfsclient/nfs_vfsops.c projects/graid/head/sys/nfsserver/nfs_serv.c projects/graid/head/sys/opencrypto/xform.h projects/graid/head/sys/pc98/cbus/fdc.c projects/graid/head/sys/pc98/cbus/sio.c projects/graid/head/sys/pc98/pc98/machdep.c projects/graid/head/sys/pci/if_rlreg.h projects/graid/head/sys/powerpc/aim/locore64.S projects/graid/head/sys/powerpc/aim/swtch64.S projects/graid/head/sys/powerpc/aim/trap_subr64.S projects/graid/head/sys/powerpc/include/asm.h projects/graid/head/sys/powerpc/include/fdt.h projects/graid/head/sys/powerpc/include/intr_machdep.h projects/graid/head/sys/powerpc/include/openpicvar.h projects/graid/head/sys/powerpc/include/pmap.h projects/graid/head/sys/powerpc/include/profile.h projects/graid/head/sys/powerpc/mambo/mambo_openpic.c projects/graid/head/sys/powerpc/mpc85xx/atpic.c projects/graid/head/sys/powerpc/mpc85xx/isa.c projects/graid/head/sys/powerpc/mpc85xx/nexus.c projects/graid/head/sys/powerpc/mpc85xx/openpic_fdt.c projects/graid/head/sys/powerpc/mpc85xx/pci_fdt.c projects/graid/head/sys/powerpc/ofw/ofw_pcib_pci.c projects/graid/head/sys/powerpc/ofw/ofw_pcibus.c projects/graid/head/sys/powerpc/powermac/cpcht.c projects/graid/head/sys/powerpc/powermac/grackle.c projects/graid/head/sys/powerpc/powermac/hrowpic.c projects/graid/head/sys/powerpc/powermac/macgpio.c projects/graid/head/sys/powerpc/powermac/macio.c projects/graid/head/sys/powerpc/powermac/openpic_macio.c projects/graid/head/sys/powerpc/powermac/uninorth.c projects/graid/head/sys/powerpc/powermac/uninorthpci.c projects/graid/head/sys/powerpc/powerpc/intr_machdep.c projects/graid/head/sys/powerpc/powerpc/openpic.c projects/graid/head/sys/powerpc/powerpc/pic_if.m projects/graid/head/sys/powerpc/powerpc/uio_machdep.c projects/graid/head/sys/powerpc/ps3/ps3pic.c projects/graid/head/sys/powerpc/psim/openpic_iobus.c projects/graid/head/sys/rpc/clnt_dg.c projects/graid/head/sys/rpc/clnt_vc.c projects/graid/head/sys/rpc/rpc_generic.c projects/graid/head/sys/rpc/svc_dg.c projects/graid/head/sys/rpc/svc_generic.c projects/graid/head/sys/rpc/svc_vc.c projects/graid/head/sys/security/audit/audit.c projects/graid/head/sys/security/audit/audit_bsm_errno.c projects/graid/head/sys/security/mac/mac_process.c projects/graid/head/sys/security/mac/mac_syscalls.c projects/graid/head/sys/sparc64/include/iommureg.h projects/graid/head/sys/sparc64/include/pmap.h projects/graid/head/sys/sparc64/pci/sbbc.c projects/graid/head/sys/sparc64/sparc64/machdep.c projects/graid/head/sys/sparc64/sparc64/pmap.c projects/graid/head/sys/sparc64/sparc64/trap.c projects/graid/head/sys/sparc64/sparc64/uio_machdep.c projects/graid/head/sys/sun4v/include/pmap.h projects/graid/head/sys/sun4v/sun4v/uio_machdep.c projects/graid/head/sys/sys/aac_ioctl.h projects/graid/head/sys/sys/cdefs.h projects/graid/head/sys/sys/diskmbr.h projects/graid/head/sys/sys/errno.h projects/graid/head/sys/sys/gpt.h projects/graid/head/sys/sys/ktrace.h projects/graid/head/sys/sys/linker.h projects/graid/head/sys/sys/mutex.h projects/graid/head/sys/sys/param.h projects/graid/head/sys/sys/proc.h projects/graid/head/sys/sys/syscall.h projects/graid/head/sys/sys/syscall.mk projects/graid/head/sys/sys/sysent.h projects/graid/head/sys/sys/sysproto.h projects/graid/head/sys/sys/taskqueue.h projects/graid/head/sys/sys/ucred.h projects/graid/head/sys/sys/uio.h projects/graid/head/sys/sys/umtx.h projects/graid/head/sys/sys/user.h projects/graid/head/sys/sys/vnode.h projects/graid/head/sys/ufs/ffs/ffs_rawread.c projects/graid/head/sys/ufs/ffs/ffs_snapshot.c projects/graid/head/sys/ufs/ffs/ffs_softdep.c projects/graid/head/sys/ufs/ffs/fs.h projects/graid/head/sys/ufs/ufs/ufs_acl.c projects/graid/head/sys/ufs/ufs/ufs_vnops.c projects/graid/head/sys/vm/swap_pager.c projects/graid/head/sys/vm/vm_kern.c projects/graid/head/sys/vm/vm_map.c projects/graid/head/sys/vm/vm_map.h projects/graid/head/sys/vm/vm_meter.c projects/graid/head/sys/vm/vm_mmap.c projects/graid/head/sys/vm/vm_object.c projects/graid/head/sys/vm/vm_object.h projects/graid/head/sys/vm/vm_page.c projects/graid/head/sys/x86/cpufreq/est.c projects/graid/head/sys/x86/isa/clock.c projects/graid/head/sys/x86/x86/mca.c projects/graid/head/tools/build/mk/OptionalObsoleteFiles.inc projects/graid/head/tools/build/options/WITHOUT_GROFF projects/graid/head/tools/install.sh projects/graid/head/tools/regression/aio/kqueue/aio_kqueue.c projects/graid/head/tools/regression/bin/sh/builtins/command6.0 projects/graid/head/tools/regression/bin/sh/builtins/command6.0.stdout projects/graid/head/tools/regression/bin/sh/builtins/command7.0 projects/graid/head/tools/regression/bin/sh/builtins/locale1.0 projects/graid/head/tools/regression/bin/sh/builtins/trap3.0 projects/graid/head/tools/regression/bin/sh/execution/fork1.0 projects/graid/head/tools/regression/bin/sh/expansion/cmdsubst3.0 projects/graid/head/tools/regression/bin/sh/parser/for1.0 projects/graid/head/tools/regression/bin/sh/regress.sh projects/graid/head/tools/regression/bin/test/regress.sh projects/graid/head/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c projects/graid/head/tools/tools/ath/athpow/athpow.c projects/graid/head/tools/tools/nanobsd/FlashDevice.sub projects/graid/head/tools/tools/sysbuild/sysbuild.sh projects/graid/head/usr.bin/Makefile projects/graid/head/usr.bin/calendar/calendar.h projects/graid/head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox (contents, props changed) projects/graid/head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan (contents, props changed) projects/graid/head/usr.bin/calendar/parsedata.c projects/graid/head/usr.bin/calendar/paskha.c projects/graid/head/usr.bin/checknr/checknr.c projects/graid/head/usr.bin/clang/clang/Makefile projects/graid/head/usr.bin/clang/clang/clang.1 projects/graid/head/usr.bin/clang/tblgen/Makefile projects/graid/head/usr.bin/clang/tblgen/tblgen.1 projects/graid/head/usr.bin/fstat/zfs.c projects/graid/head/usr.bin/gzip/zmore.1 projects/graid/head/usr.bin/kdump/Makefile projects/graid/head/usr.bin/kdump/kdump.1 projects/graid/head/usr.bin/kdump/kdump.c projects/graid/head/usr.bin/killall/killall.c projects/graid/head/usr.bin/ktrace/ktrace.c projects/graid/head/usr.bin/ktrace/ktrace.h projects/graid/head/usr.bin/lex/misc.c projects/graid/head/usr.bin/m4/gnum4.c projects/graid/head/usr.bin/make/lst.c projects/graid/head/usr.bin/nice/nice.1 projects/graid/head/usr.bin/printf/printf.c projects/graid/head/usr.bin/rpcinfo/rpcinfo.c projects/graid/head/usr.bin/rs/rs.1 projects/graid/head/usr.bin/rs/rs.c projects/graid/head/usr.bin/stat/stat.c projects/graid/head/usr.bin/tip/tip/tip.h projects/graid/head/usr.bin/truss/main.c projects/graid/head/usr.bin/truss/setup.c projects/graid/head/usr.bin/xinstall/xinstall.c projects/graid/head/usr.sbin/Makefile projects/graid/head/usr.sbin/Makefile.mips projects/graid/head/usr.sbin/acpi/acpidb/Makefile projects/graid/head/usr.sbin/acpi/iasl/Makefile projects/graid/head/usr.sbin/config/configvers.h projects/graid/head/usr.sbin/config/mkmakefile.c projects/graid/head/usr.sbin/diskinfo/diskinfo.c projects/graid/head/usr.sbin/faithd/faithd.c projects/graid/head/usr.sbin/fdformat/fdformat.c projects/graid/head/usr.sbin/fifolog/fifolog_create/fifolog_create.c projects/graid/head/usr.sbin/fifolog/fifolog_reader/fifolog_reader.c projects/graid/head/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c projects/graid/head/usr.sbin/fifolog/flint.lnt projects/graid/head/usr.sbin/fifolog/lib/fifolog.h projects/graid/head/usr.sbin/fifolog/lib/fifolog_create.c projects/graid/head/usr.sbin/fifolog/lib/fifolog_int.c projects/graid/head/usr.sbin/fifolog/lib/fifolog_reader.c projects/graid/head/usr.sbin/fifolog/lib/fifolog_write.h projects/graid/head/usr.sbin/fifolog/lib/fifolog_write_poll.c projects/graid/head/usr.sbin/fifolog/lib/libfifolog.h projects/graid/head/usr.sbin/fifolog/lib/libfifolog_int.h projects/graid/head/usr.sbin/fifolog/lib/miniobj.h projects/graid/head/usr.sbin/mfiutil/mfi_cmd.c projects/graid/head/usr.sbin/mountd/mountd.c projects/graid/head/usr.sbin/moused/moused.c projects/graid/head/usr.sbin/ndiscvt/ndiscvt.c projects/graid/head/usr.sbin/newsyslog/newsyslog.8 projects/graid/head/usr.sbin/newsyslog/newsyslog.c projects/graid/head/usr.sbin/newsyslog/newsyslog.conf.5 projects/graid/head/usr.sbin/newsyslog/pathnames.h projects/graid/head/usr.sbin/nfsd/nfsd.c projects/graid/head/usr.sbin/ntp/doc/ntp.conf.5 projects/graid/head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh projects/graid/head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh projects/graid/head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh projects/graid/head/usr.sbin/pc-sysinstall/backend/functions-localize.sh projects/graid/head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh projects/graid/head/usr.sbin/pc-sysinstall/backend/functions.sh projects/graid/head/usr.sbin/pc-sysinstall/backend/parseconfig.sh projects/graid/head/usr.sbin/pc-sysinstall/conf/pc-sysinstall.conf projects/graid/head/usr.sbin/pc-sysinstall/examples/README projects/graid/head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh projects/graid/head/usr.sbin/ppp/bundle.c projects/graid/head/usr.sbin/ppp/command.c projects/graid/head/usr.sbin/ppp/iface.c projects/graid/head/usr.sbin/ppp/iface.h projects/graid/head/usr.sbin/ppp/log.c projects/graid/head/usr.sbin/ppp/log.h projects/graid/head/usr.sbin/ppp/main.c projects/graid/head/usr.sbin/ppp/ppp.8.m4 projects/graid/head/usr.sbin/pw/pw_user.c projects/graid/head/usr.sbin/rpcbind/util.c projects/graid/head/usr.sbin/rtadvd/rtadvd.c projects/graid/head/usr.sbin/sysinstall/devices.c projects/graid/head/usr.sbin/sysinstall/install.c projects/graid/head/usr.sbin/sysinstall/label.c projects/graid/head/usr.sbin/sysinstall/menus.c projects/graid/head/usr.sbin/uathload/Makefile projects/graid/head/usr.sbin/usbconfig/dump.c projects/graid/head/usr.sbin/usbdump/usbdump.c projects/graid/head/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 Directory Properties: projects/graid/head/ (props changed) projects/graid/head/cddl/contrib/opensolaris/ (props changed) projects/graid/head/contrib/bind9/ (props changed) projects/graid/head/contrib/binutils/ (props changed) projects/graid/head/contrib/bzip2/ (props changed) projects/graid/head/contrib/dialog/ (props changed) projects/graid/head/contrib/ee/ (props changed) projects/graid/head/contrib/expat/ (props changed) projects/graid/head/contrib/file/ (props changed) projects/graid/head/contrib/gdb/ (props changed) projects/graid/head/contrib/gdtoa/ (props changed) projects/graid/head/contrib/gnu-sort/ (props changed) projects/graid/head/contrib/groff/ (props changed) projects/graid/head/contrib/less/ (props changed) projects/graid/head/contrib/libpcap/ (props changed) projects/graid/head/contrib/llvm/ (props changed) projects/graid/head/contrib/llvm/tools/clang/ (props changed) projects/graid/head/contrib/ncurses/ (props changed) projects/graid/head/contrib/netcat/ (props changed) projects/graid/head/contrib/ntp/ (props changed) projects/graid/head/contrib/one-true-awk/ (props changed) projects/graid/head/contrib/openbsm/ (props changed) projects/graid/head/contrib/openpam/ (props changed) projects/graid/head/contrib/pf/ (props changed) projects/graid/head/contrib/sendmail/ (props changed) projects/graid/head/contrib/tcpdump/ (props changed) projects/graid/head/contrib/tcsh/ (props changed) projects/graid/head/contrib/top/ (props changed) projects/graid/head/contrib/top/install-sh (props changed) projects/graid/head/contrib/tzcode/stdtime/ (props changed) projects/graid/head/contrib/tzcode/zic/ (props changed) projects/graid/head/contrib/tzdata/ (props changed) projects/graid/head/contrib/wpa/ (props changed) projects/graid/head/contrib/xz/ (props changed) projects/graid/head/crypto/openssh/ (props changed) projects/graid/head/crypto/openssl/ (props changed) projects/graid/head/gnu/lib/ (props changed) projects/graid/head/gnu/usr.bin/binutils/ (props changed) projects/graid/head/gnu/usr.bin/cc/cc_tools/ (props changed) projects/graid/head/gnu/usr.bin/gdb/ (props changed) projects/graid/head/lib/libc/ (props changed) projects/graid/head/lib/libc/stdtime/ (props changed) projects/graid/head/lib/libutil/ (props changed) projects/graid/head/lib/libz/ (props changed) projects/graid/head/sbin/ (props changed) projects/graid/head/sbin/ipfw/ (props changed) projects/graid/head/share/mk/bsd.arch.inc.mk (props changed) projects/graid/head/share/zoneinfo/ (props changed) projects/graid/head/sys/ (props changed) projects/graid/head/sys/amd64/include/xen/ (props changed) projects/graid/head/sys/boot/i386/efi/ (props changed) projects/graid/head/sys/boot/ia64/efi/ (props changed) projects/graid/head/sys/boot/ia64/ski/ (props changed) projects/graid/head/sys/boot/powerpc/boot1.chrp/ (props changed) projects/graid/head/sys/boot/powerpc/ofw/ (props changed) projects/graid/head/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/head/sys/conf/ (props changed) projects/graid/head/sys/contrib/dev/acpica/ (props changed) projects/graid/head/sys/contrib/octeon-sdk/ (props changed) projects/graid/head/sys/contrib/pf/ (props changed) projects/graid/head/sys/contrib/x86emu/ (props changed) projects/graid/head/usr.bin/calendar/ (props changed) projects/graid/head/usr.bin/csup/ (props changed) projects/graid/head/usr.bin/procstat/ (props changed) projects/graid/head/usr.sbin/ndiscvt/ (props changed) projects/graid/head/usr.sbin/zic/ (props changed) Modified: projects/graid/head/MAINTAINERS ============================================================================== --- projects/graid/head/MAINTAINERS Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/MAINTAINERS Fri Mar 4 10:57:17 2011 (r219261) @@ -107,7 +107,7 @@ linux emul emulation Please discuss chan bs{diff,patch} cperciva Pre-commit review requested. portsnap cperciva Pre-commit review requested. freebsd-update cperciva Pre-commit review requested. -openssl simon Pre-commit review requested. +openssl - No non-upstream commits should be done. sys/netgraph/bluetooth emax Pre-commit review preferred. lib/libbluetooth emax Pre-commit review preferred. lib/libsdp emax Pre-commit review preferred. Modified: projects/graid/head/Makefile ============================================================================== --- projects/graid/head/Makefile Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/Makefile Fri Mar 4 10:57:17 2011 (r219261) @@ -30,6 +30,7 @@ # delete-old-libs - Delete obsolete libraries. # targets - Print a list of supported TARGET/TARGET_ARCH pairs # for world and kernel targets. +# toolchains - Build a toolchain for all world and kernel targets. # # This makefile is simple by design. The FreeBSD make automatically reads # the /usr/share/mk/sys.mk unless the -m argument is specified on the @@ -88,9 +89,11 @@ TGTS= all all-man buildenv buildenvvars check-old check-old-dirs check-old-files check-old-libs \ checkdpadd clean cleandepend cleandir \ delete-old delete-old-dirs delete-old-files delete-old-libs \ - depend distribute distributeworld distrib-dirs distribution doxygen \ + depend distribute distributekernel distributekernel.debug \ + distributeworld distrib-dirs distribution doxygen \ everything hierarchy install installcheck installkernel \ - installkernel.debug reinstallkernel reinstallkernel.debug \ + installkernel.debug packagekernel packageworld \ + reinstallkernel reinstallkernel.debug \ installworld kernel-toolchain libraries lint maninstall \ obj objlink regress rerelease showconfig tags toolchain update \ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ @@ -124,7 +127,39 @@ MAKEPATH= ${MAKEOBJDIRPREFIX}${.CURDIR}/ BINMAKE= \ `if [ -x ${MAKEPATH}/make ]; then echo ${MAKEPATH}/make; else echo ${MAKE}; fi` \ -m ${.CURDIR}/share/mk -_MAKE= PATH=${PATH} ${BINMAKE} -f Makefile.inc1 +_MAKE= PATH=${PATH} ${BINMAKE} -f Makefile.inc1 TARGET=${_TARGET} TARGET_ARCH=${_TARGET_ARCH} + +# Guess machine architecture from machine type, and vice versa. +.if !defined(TARGET_ARCH) && defined(TARGET) +_TARGET_ARCH= ${TARGET:S/pc98/i386/:S/sun4v/sparc64/:S/mips/mipsel/} +.elif !defined(TARGET) && defined(TARGET_ARCH) && \ + ${TARGET_ARCH} != ${MACHINE_ARCH} +_TARGET= ${TARGET_ARCH:C/mips.*e[lb]/mips/:C/armeb/arm/} +.endif +# Legacy names, for a transition period mips:mips -> mipsel:mips +.if defined(TARGET) && defined(TARGET_ARCH) && \ + ${TARGET_ARCH} == "mips" && ${TARGET} == "mips" +.warning "TARGET_ARCH of mips is deprecated in favor of mipsel or mipseb" +.if defined(TARGET_BIG_ENDIAN) +_TARGET_ARCH=mipseb +.else +_TARGET_ARCH=mipsel +.endif +.endif +# arm with TARGET_BIG_ENDIAN -> armeb +.if defined(TARGET_ARCH) && ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN) +.warning "TARGET_ARCH of arm with TARGET_BIG_ENDIAN is deprecated. use armeb" +_TARGET_ARCH=armeb +.endif +.if defined(TARGET) && !defined(_TARGET) +_TARGET=${TARGET} +.endif +.if defined(TARGET_ARCH) && !defined(_TARGET_ARCH) +_TARGET_ARCH=${TARGET_ARCH} +.endif +# Otherwise, default to current machine type and architecture. +_TARGET?= ${MACHINE} +_TARGET_ARCH?= ${MACHINE_ARCH} # # Make sure we have an up-to-date make(1). Only world and buildworld @@ -173,8 +208,7 @@ cleanworld: # ${TGTS}: - ${_+_}@cd ${.CURDIR}; \ - ${_MAKE} ${.TARGET} + ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET} # Set a reasonable default .MAIN: all @@ -276,8 +310,10 @@ make: .PHONY ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= tinderbox: - @cd ${.CURDIR} && \ - DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe + @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe + +toolchains: + @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe # # universe @@ -297,6 +333,13 @@ TARGET_ARCHES_sun4v?= sparc64 TARGET_ARCHES_${target}?= ${target} .endfor +.if defined(UNIVERSE_TARGET) +MAKE_JUST_WORLDS= YES +.else +UNIVERSE_TARGET?= buildworld +.endif +KERNSRCDIR?= ${.CURDIR}/sys + targets: @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets" .for target in ${TARGETS} @@ -330,21 +373,21 @@ universe_${target}_prologue: .for target_arch in ${TARGET_ARCHES_${target}} universe_${target}: universe_${target}_${target_arch} universe_${target}_${target_arch}: universe_${target}_prologue - @echo ">> ${target}.${target_arch} buildworld started on `LC_ALL=C date`" + @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`" @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \ - ${MAKE} ${JFLAG} buildworld \ + ${MAKE} ${JFLAG} ${UNIVERSE_TARGET} \ TARGET=${target} \ TARGET_ARCH=${target_arch} \ - > _.${target}.${target_arch}.buildworld 2>&1 || \ - (echo "${target}.${target_arch} world failed," \ - "check _.${target}.${target_arch}.buildworld for details" | \ + > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \ + (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \ + "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \ ${MAKEFAIL})) - @echo ">> ${target}.${target_arch} buildworld completed on `LC_ALL=C date`" + @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`" .endfor .endif .if !defined(MAKE_JUST_WORLDS) -.if exists(${.CURDIR}/sys/${target}/conf/NOTES) - @(cd ${.CURDIR}/sys/${target}/conf && env __MAKE_CONF=/dev/null \ +.if exists(${KERNSRCDIR}/${target}/conf/NOTES) + @(cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=/dev/null \ ${MAKE} LINT > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \ (echo "${target} 'make LINT' failed," \ "check _.${target}.makeLINT for details"| ${MAKEFAIL})) @@ -358,13 +401,13 @@ universe_kernels: universe_kernconfs .if !defined(TARGET) TARGET!= uname -m .endif -KERNCONFS!= cd ${.CURDIR}/sys/${TARGET}/conf && \ +KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \ find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \ ! -name DEFAULTS ! -name NOTES universe_kernconfs: .for kernel in ${KERNCONFS} -TARGET_ARCH_${kernel}!= cd ${.CURDIR}/sys/${TARGET}/conf && \ - config -m ${.CURDIR}/sys/${TARGET}/conf/${kernel} 2> /dev/null | \ +TARGET_ARCH_${kernel}!= cd ${KERNSRCDIR}/${TARGET}/conf && \ + config -m ${KERNSRCDIR}/${TARGET}/conf/${kernel} 2> /dev/null | \ grep -v WARNING: | cut -f 2 .if empty(TARGET_ARCH_${kernel}) .error "Target architecture for ${TARGET}/conf/${kernel} unknown. config(8) likely too old." Modified: projects/graid/head/Makefile.inc1 ============================================================================== --- projects/graid/head/Makefile.inc1 Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/Makefile.inc1 Fri Mar 4 10:57:17 2011 (r219261) @@ -28,6 +28,17 @@ # /usr/share/mk. These include: # obj depend all install clean cleandepend cleanobj +# You are supposed to define both of these when calling Makefile.inc1 +# directly. However, some old scripts don't. Cope for the moment, but +# issue a new warning for a transition period. +.if defined(TARGET) && !defined(TARGET_ARCH) +.warning "You must pass both TARGET and TARGET_ARCH to Makefile.inc1. Setting TARGET_ARCH=${TARGET}." +TARGET_ARCH=${TARGET} +.endif +.if !defined(TARGET) || !defined(TARGET_ARCH) +.error "Both TARGET and TARGET_ARCH must be defined." +.endif + .include .include @@ -116,32 +127,6 @@ VERSION!= uname -srp VERSION+= ${OSRELDATE} .endif -# Guess machine architecture from machine type, and vice versa. -.if !defined(TARGET_ARCH) && defined(TARGET) -TARGET_ARCH= ${TARGET:S/pc98/i386/:S/sun4v/sparc64/:S/mips/mipsel/} -.elif !defined(TARGET) && defined(TARGET_ARCH) && \ - ${TARGET_ARCH} != ${MACHINE_ARCH} -TARGET= ${TARGET_ARCH:C/mips.*e[lb]/mips/:C/armeb/arm/} -.endif -# Legacy names, for a transition period mips:mips -> mipsel:mips -.if defined(TARGET) && defined(TARGET_ARCH) && \ - ${TARGET_ARCH} == "mips" && ${TARGET} == "mips" -.warning "TARGET_ARCH of mips is deprecated in favor of mipsel or mipseb" -.if defined(TARGET_BIG_ENDIAN) -TARGET_ARCH=mipseb -.else -TARGET_ARCH=mipsel -.endif -.endif -# arm with TARGET_BIG_ENDIAN -> armeb -.if defined(TARGET_ARCH) && ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN) -.warning "TARGET_ARCH of arm with TARGET_BIG_ENDIAN is deprecated. use armeb" -TARGET_ARCH=armeb -.endif -# Otherwise, default to current machine type and architecture. -TARGET?= ${MACHINE} -TARGET_ARCH?= ${MACHINE_ARCH} - KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mipsel/mips mipseb/mips mips64el/mips mips64eb/mips mipsn32el/mips mipsn32eb/mips powerpc powerpc64/powerpc sparc64 sparc64/sun4v .if ${TARGET} == ${TARGET_ARCH} _t= ${TARGET} @@ -228,13 +213,15 @@ BOOTSTRAPPING?= 0 CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \ MACHINE_ARCH=${TARGET_ARCH} \ MACHINE=${TARGET} \ - CPUTYPE=${TARGET_CPUTYPE} \ - GROFF_BIN_PATH=${WORLDTMP}/legacy/usr/bin \ - GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \ - GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac + CPUTYPE=${TARGET_CPUTYPE} .if ${OSRELDATE} < 700044 CROSSENV+= AR=gnu-ar RANLIB=gnu-ranlib .endif +.if ${MK_GROFF} != "no" +CROSSENV+= GROFF_BIN_PATH=${WORLDTMP}/legacy/usr/bin \ + GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \ + GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac +.endif # bootstrap-tools stage BMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \ @@ -379,6 +366,10 @@ _worldtmp: .endfor mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \ -p ${WORLDTMP}/legacy/usr >/dev/null +.if ${MK_GROFF} != "no" + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.groff.dist \ + -p ${WORLDTMP}/legacy/usr >/dev/null +.endif mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \ -p ${WORLDTMP}/usr >/dev/null mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ @@ -461,7 +452,7 @@ build32: @echo "--------------------------------------------------------------" @echo ">>> stage 5.1: building 32 bit shim libraries" @echo "--------------------------------------------------------------" - mkdir -p ${LIB32TMP}/usr/lib32 + mkdir -p ${LIB32TMP}/usr/include mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \ -p ${LIB32TMP}/usr >/dev/null mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ @@ -472,46 +463,41 @@ build32: .for _t in obj depend all cd ${.CURDIR}/kerberos5/tools; \ MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} SSP_CFLAGS= DESTDIR= \ - ${_t} + DIRPRFX=kerberos5/tools/ ${_t} .endfor .endif .for _t in obj includes - cd ${.CURDIR}/include; ${LIB32WMAKE} ${_t} - cd ${.CURDIR}/lib; ${LIB32WMAKE} ${_t} + cd ${.CURDIR}/include; ${LIB32WMAKE} DIRPRFX=include/ ${_t} + cd ${.CURDIR}/lib; ${LIB32WMAKE} DIRPRFX=lib/ ${_t} .if ${MK_CDDL} != "no" - cd ${.CURDIR}/cddl/lib; ${LIB32WMAKE} ${_t} + cd ${.CURDIR}/cddl/lib; ${LIB32WMAKE} DIRPRFX=cddl/lib/ ${_t} .endif - cd ${.CURDIR}/gnu/lib; ${LIB32WMAKE} ${_t} + cd ${.CURDIR}/gnu/lib; ${LIB32WMAKE} DIRPRFX=gnu/lib/ ${_t} .if ${MK_CRYPT} != "no" - cd ${.CURDIR}/secure/lib; ${LIB32WMAKE} ${_t} + cd ${.CURDIR}/secure/lib; ${LIB32WMAKE} DIRPRFX=secure/lib/ ${_t} .endif .if ${MK_KERBEROS} != "no" - cd ${.CURDIR}/kerberos5/lib; ${LIB32WMAKE} ${_t} + cd ${.CURDIR}/kerberos5/lib; ${LIB32WMAKE} DIRPRFX=kerberos5/lib ${_t} .endif .endfor .for _dir in usr.bin/lex/lib - cd ${.CURDIR}/${_dir}; ${LIB32WMAKE} obj + cd ${.CURDIR}/${_dir}; ${LIB32WMAKE} DIRPRFX=${_dir}/ obj .endfor .for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic cd ${.CURDIR}/${_dir}; \ MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} SSP_CFLAGS= DESTDIR= \ - build-tools + DIRPRFX=${_dir}/ build-tools .endfor cd ${.CURDIR}; \ ${LIB32WMAKE} -f Makefile.inc1 libraries .for _t in obj depend all - cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} ${_t} - cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} ${_t} + cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \ + DIRPRFX=libexec/rtld-elf/ ${_t} + cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} \ + DIRPRFX=usr.bin/ldd ${_t} .endfor distribute32 install32: -.if make(distribute32) - mkdir -p ${DISTDIR}/${DISTRIBUTION}/usr/lib32 # XXX add to mtree - mkdir -p ${DISTDIR}/${DISTRIBUTION}/usr/lib32/dtrace # XXX add to mtree -.else - mkdir -p ${DESTDIR}/usr/lib32 # XXX add to mtree - mkdir -p ${DESTDIR}/usr/lib32/dtrace # XXX add to mtree -.endif cd ${.CURDIR}/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} .if ${MK_CDDL} != "no" cd ${.CURDIR}/cddl/lib; ${LIB32IMAKE} ${.TARGET:S/32$//} @@ -645,6 +631,13 @@ ITOOLS= [ awk cap_mkdb cat chflags chmod # # Installs everything compiled by a 'buildworld'. # + +# Non-base distributions produced by the base system +EXTRA_DISTRIBUTIONS= doc games +.if defined(LIB32TMP) && ${MK_LIB32} != "no" +EXTRA_DISTRIBUTIONS+= lib32 +.endif + distributeworld installworld: installcheck mkdir -p ${INSTALLTMP} progs=$$(for prog in ${ITOOLS}; do \ @@ -667,8 +660,33 @@ distributeworld installworld: installche done); \ cp $$libs $$progs ${INSTALLTMP} cp -R $${PATH_LOCALE:-"/usr/share/locale"} ${INSTALLTMP}/locale +.if make(distributeworld) +.for dist in ${EXTRA_DISTRIBUTIONS} + -mkdir ${DESTDIR}/${DISTDIR}/${dist} + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.root.dist \ + -p ${DESTDIR}/${DISTDIR}/${dist} >/dev/null + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \ + -p ${DESTDIR}/${DISTDIR}/${dist}/usr >/dev/null + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ + -p ${DESTDIR}/${DISTDIR}/${dist}/usr/include >/dev/null +.endfor + -mkdir ${DESTDIR}/${DISTDIR}/base + ${_+_}cd ${.CURDIR}; ${IMAKE} distrib-dirs \ + DESTDIR=${DESTDIR}/${DISTDIR}/base +.endif ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \ ${IMAKEENV} rm -rf ${INSTALLTMP} +.if make(distributeworld) +.for dist in ${EXTRA_DISTRIBUTIONS} + find ${DESTDIR}/${DISTDIR}/${dist} -empty -delete +.endfor +.endif + +packageworld: +.for dist in base ${EXTRA_DISTRIBUTIONS} + ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \ + tar cvJf ${DESTDIR}/${DISTDIR}/${dist}.txz . +.endfor # # reinstall @@ -854,6 +872,20 @@ reinstallkernel reinstallkernel.debug: i ${CROSSENV} PATH=${TMPPATH} \ ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//} +distributekernel distributekernel.debug: +.if empty(INSTALLKERNEL) + @echo "ERROR: No kernel \"${KERNCONF}\" to install."; \ + false +.endif + cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ + ${CROSSENV} PATH=${TMPPATH} ${MAKE} KERNEL=${INSTKERNNAME} \ + DESTDIR=${DESTDIR}/${DISTDIR}/kernel \ + ${.TARGET:S/distributekernel/install/} + +packagekernel: + ${_+_}cd ${DESTDIR}/${DISTDIR}/kernel; \ + tar cvJf ${DESTDIR}/${DISTDIR}/kernel.txz . + # # doxygen # @@ -952,11 +984,10 @@ _strfile= games/fortune/strfile .if ${MK_CXX} != "no" _gperf= gnu/usr.bin/gperf -.if ${BOOTSTRAPPING} < 700004 -_groff= gnu/usr.bin/groff -.else -_groff= gnu/usr.bin/groff/tmac .endif + +.if ${MK_GROFF} != "no" +_groff= gnu/usr.bin/groff .endif .if ${BOOTSTRAPPING} >= 700044 && ${BOOTSTRAPPING} < 800022 @@ -989,7 +1020,6 @@ _crunchgen= usr.sbin/crunch/crunchgen # with different per-architecture default values. Always build tblgen. _clang_tblgen= \ lib/clang/libllvmsupport \ - lib/clang/libllvmsystem \ usr.bin/clang/tblgen .if ${MK_CDDL} != "no" @@ -1059,7 +1089,9 @@ build-tools: ${_aicasm} \ usr.bin/awk \ lib/libmagic \ - usr.sbin/sysinstall + usr.sbin/sysinstall \ + usr.bin/mkesdb_static \ + usr.bin/mkcsmapper_static ${_+_}@${ECHODIR} "===> ${_tool} (obj,build-tools)"; \ cd ${.CURDIR}/${_tool}; \ ${MAKE} DIRPRFX=${_tool}/ obj; \ @@ -1169,6 +1201,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1 lib/ncurses/ncurses lib/ncurses/ncursesw \ lib/libopie lib/libpam ${_lib_libthr} \ lib/libradius lib/libsbuf lib/libtacplus \ + ${_cddl_lib_libumem} \ lib/libutil ${_lib_libypclnt} lib/libz lib/msun \ ${_secure_lib_libcrypto} ${_secure_lib_libssh} \ ${_secure_lib_libssl} @@ -1182,6 +1215,7 @@ _generic_libs= ${_cddl_lib} gnu/lib ${_k lib/libopie__L lib/libtacplus__L: lib/libmd__L .if ${MK_CDDL} != "no" +_cddl_lib_libumem= cddl/lib/libumem _cddl_lib= cddl/lib .endif @@ -1404,19 +1438,63 @@ check-old: check-old-files check-old-lib showconfig: @${MAKE} -n -f bsd.own.mk -V dummy -dg1 | grep ^MK_ | sort +.if !empty(KRNLOBJDIR) && !empty(KERNCONF) +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} +.endif +.endif + +.endif + +.if !defined(DTBOUTPUTPATH) || !exists(${DTBOUTPUTPATH}) +DTBOUTPUTPATH= ${.CURDIR} +.endif + +# +# Build 'standalone' Device Tree Blob +# +builddtb: + @if [ "${FDT_DTS_FILE}" = "" ]; then \ + echo "ERROR: FDT_DTS_FILE must be specified!"; \ + exit 1; \ + fi; \ + if [ ! -f ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE} ]; then \ + echo "ERROR: Specified DTS file (${FDT_DTS_FILE}) does not \ + exist!"; \ + exit 1; \ + fi; \ + if [ "${DTBOUTPUTPATH}" = "${.CURDIR}" ]; then \ + echo "WARNING: DTB will be placed in the current working \ + directory"; \ + fi + @PATH=${TMPPATH} \ + dtc -O dtb -o \ + ${DTBOUTPUTPATH}/`echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb -b 0 \ + -p 1024 ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE} ############### .if defined(XDEV) && defined(XDEV_ARCH) +.if ${XDEV} == ${MACHINE} && ${XDEV_ARCH} == ${MACHINE_ARCH} +XDEV_CPUTYPE?=${CPUTYPE} +.else +XDEV_CPUTYPE?=${TARGET_CPUTYPE} +.endif + NOFUN=-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \ -DWITHOUT_MAN -DWITHOUT_NLS -DWITHOUT_PROFILE \ - -DWITHOUT_KERBEROS -DWITHOUT_RESCUE -DNO_WARNS + -DWITHOUT_KERBEROS -DWITHOUT_RESCUE -DNO_WARNS \ + TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} \ + CPUTYPE=${XDEV_CPUTYPE} -XDDIR=${XDEV}-freebsd +XDDIR=${XDEV_ARCH}-freebsd XDTP=/usr/${XDDIR} -CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} \ - TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} +CDBENV=MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/${XDDIR} CDENV= ${CDBENV} \ _SHLIBDIRPREFIX=${XDTP} \ TOOLS_PREFIX=${XDTP} @@ -1438,7 +1516,7 @@ xdev: xdev-build xdev-install xdev-build: _xb-build-tools _xb-cross-tools _xb-build-tools: - ${_+_}cd ${.CURDIR}; \ + ${_+_}@cd ${.CURDIR}; \ ${CDBENV} ${MAKE} -f Makefile.inc1 ${NOFUN} build-tools _xb-cross-tools: @@ -1492,41 +1570,3 @@ _xi-links: ../../../../usr/bin/${XDDIR}${OSREL}-$$i; \ done .endif - -.if !empty(KRNLOBJDIR) && !empty(KERNCONF) -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} -.endif -.endif - -.endif - -.if !defined(DTBOUTPUTPATH) || !exists(${DTBOUTPUTPATH}) -DTBOUTPUTPATH= ${.CURDIR} -.endif - -# -# Build 'standalone' Device Tree Blob -# -builddtb: - @if [ "${FDT_DTS_FILE}" = "" ]; then \ - echo "ERROR: FDT_DTS_FILE must be specified!"; \ - exit 1; \ - fi; \ - if [ ! -f ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE} ]; then \ - echo "ERROR: Specified DTS file (${FDT_DTS_FILE}) does not \ - exist!"; \ - exit 1; \ - fi; \ - if [ "${DTBOUTPUTPATH}" = "${.CURDIR}" ]; then \ - echo "WARNING: DTB will be placed in the current working \ - directory"; \ - fi - @PATH=${TMPPATH} \ - dtc -O dtb -o \ - ${DTBOUTPUTPATH}/`echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb -b 0 \ - -p 1024 ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE} Modified: projects/graid/head/ObsoleteFiles.inc ============================================================================== --- projects/graid/head/ObsoleteFiles.inc Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/ObsoleteFiles.inc Fri Mar 4 10:57:17 2011 (r219261) @@ -38,6 +38,20 @@ # xargs -n1 | sort | uniq -d; # done +# 20110224: sticky.8 -> sticky.7 +OLD_FILES+=usr/share/man/man8/sticky.8.gz +# 20110220: new clang import which bumps version from 2.8 to 2.9 +OLD_FILES+=usr/include/clang/2.8/emmintrin.h +OLD_FILES+=usr/include/clang/2.8/mm_malloc.h +OLD_FILES+=usr/include/clang/2.8/mmintrin.h +OLD_FILES+=usr/include/clang/2.8/pmmintrin.h +OLD_FILES+=usr/include/clang/2.8/tmmintrin.h +OLD_FILES+=usr/include/clang/2.8/xmmintrin.h +OLD_DIRS+=usr/include/clang/2.8 +# 20110119: Remove SYSCTL_*X* sysctl additions. +OLD_FILES+=usr/share/man/man9/SYSCTL_XINT.9.gz \ + usr/share/man/man9/SYSCTL_XLONG.9.gz + # 20110112: Update dialog to new version, rename old libdialog to libodialog, # removing associated man pages and header files. OLD_FILES+=usr/share/man/man3/draw_shadow.3.gz \ @@ -100,6 +114,8 @@ OLD_FILES+=usr/include/machine/mca.h .endif # 20101020: catch up with vm_page_sleep_if_busy rename OLD_FILES+=usr/share/man/man9/vm_page_sleep_busy.9.gz +# 20101018: taskqueue(9) updates +OLD_FILES+=usr/share/man/man9/taskqueue_find.9.gz # 20101011: removed subblock.h from liblzma OLD_FILES+=usr/include/lzma/subblock.h # 20101002: removed manpath.config Modified: projects/graid/head/UPDATING ============================================================================== --- projects/graid/head/UPDATING Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/UPDATING Fri Mar 4 10:57:17 2011 (r219261) @@ -22,6 +22,31 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110218: + GNU binutils 2.17.50 (as of 2007-07-03) has been merged to -HEAD. This + is the last available version under GPLv2. It brings a number of new + features, such as support for newer x86 CPU's (with SSE-3, SSSE-3, SSE + 4.1 and SSE 4.2), better support for powerpc64, a number of new + directives, and lots of other small improvements. See the ChangeLog + file in contrib/binutils for the full details. + +20110218: + IPsec's HMAC_SHA256-512 support has been fixed to be RFC4868 + compliant, and will now use half of hash for authentication. + This will break interoperability with all stacks (including all + actual FreeBSD versions) who implement + draft-ietf-ipsec-ciph-sha-256-00 (they use 96 bits of hash for + authentication). + The only workaround with such peers is to use another HMAC + algorithm for IPsec ("phase 2") authentication. + +20110207: + Remove the uio_yield prototype and symbol. This function has + been misnamed since it was introduced and should not be + globally exposed with this name. The equivalent functionality + is now available using kern_yield(curthread->td_user_pri). + The function remains undocumented. + 20110112: A SYSCTL_[ADD_]UQUAD was added for unsigned uint64_t pointers, symmetric with the existing SYSCTL_[ADD_]QUAD. Type checking Modified: projects/graid/head/bin/csh/Makefile ============================================================================== --- projects/graid/head/bin/csh/Makefile Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/csh/Makefile Fri Mar 4 10:57:17 2011 (r219261) @@ -76,18 +76,26 @@ NLSLINKS_es_ES.ISO8859-1= es_ES.ISO8859- CFLAGS+= -DNO_NLS_CATALOGS .else CFLAGS+= -DHAVE_ICONV +.if ${MK_ICONV} != "no" +NLSLINKS_de_DE.ISO8859-1 += de_AT.UTF-8 de_CH.UTF-8 de_DE.UTF-8 +NLSLINKS_el_GR.ISO8859-7 = el_GR.UTF-8 +NLSLINKS_es_ES.ISO8859-1 += es_ES.UTF-8 +NLSLINKS_et_EE.ISO8859-15 = et_EE.UTF-8 +NLSLINKS_fi_FI.ISO8859-1 += fi_FI.UTF-8 +NLSLINKS_fr_FR.ISO8859-1 += fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8 fr_FR.UTF-8 +NLSLINKS_it_IT.ISO8859-1 += it_CH.UTF-8 it_IT.UTF-8 +NLSLINKS_ja_JP.eucJP = ja_JP.SJIS ja_JP.UTF-8 +NLSLINKS_ru_RU.KOI8-R = ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.UTF-8 +NLSLINKS_uk_UA.KOI8-U = uk_UA.ISO8859-5 uk_UA.UTF-8 +.else +# Above links can be installed from ports/shells/tcsh_nls + +GENHDRS+= iconv.h SRCS+= iconv_stub.c -# Following links can be installed from ports/shells/tcsh_nls: -# NLSLINKS_de_DE.ISO8859-1 += de_AT.UTF-8 de_CH.UTF-8 de_DE.UTF-8 -# NLSLINKS_el_GR.ISO8859-7 = el_GR.UTF-8 -# NLSLINKS_es_ES.ISO8859-1 += es_ES.UTF-8 -# NLSLINKS_et_EE.ISO8859-15 = et_EE.UTF-8 -# NLSLINKS_fi_FI.ISO8859-1 += fi_FI.UTF-8 -# NLSLINKS_fr_FR.ISO8859-1 += fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8 fr_FR.UTF-8 -# NLSLINKS_it_IT.ISO8859-1 += it_CH.UTF-8 it_IT.UTF-8 -# NLSLINKS_ja_JP.eucJP = ja_JP.SJIS ja_JP.UTF-8 -# NLSLINKS_ru_RU.KOI8-R = ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.UTF-8 -# NLSLINKS_uk_UA.KOI8-U = uk_UA.ISO8859-5 uk_UA.UTF-8 + +iconv.h: ${.CURDIR}/iconv_stub.h + cp ${.CURDIR}/iconv_stub.h ${.TARGET} +.endif .endif NLSNAME= tcsh @@ -105,7 +113,8 @@ build-tools: gethost gethost: gethost.c sh.err.h tc.const.h sh.h @rm -f ${.TARGET} - ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${TCSHDIR}/gethost.c + ${CC} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \ + ${TCSHDIR}/gethost.c tc.defs.c: gethost ${.CURDIR}/host.defs @rm -f ${.TARGET} @@ -133,7 +142,8 @@ tc.const.h: tc.const.c sh.char.h config. @echo '/* Do not edit this file, make creates it. */' > ${.TARGET} @echo '#ifndef _h_tc_const' >> ${.TARGET} @echo '#define _h_tc_const' >> ${.TARGET} - ${CC} -E ${CFLAGS} ${.ALLSRC} -D_h_tc_const | grep 'Char STR' | \ + ${CC} -E ${CFLAGS:C/-DHAVE_ICONV//} ${.ALLSRC} -D_h_tc_const | \ + grep 'Char STR' | \ sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \ sort >> ${.TARGET} @echo '#endif /* _h_tc_const */' >> ${.TARGET} Copied: projects/graid/head/bin/csh/iconv_stub.h (from r219260, head/bin/csh/iconv_stub.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/graid/head/bin/csh/iconv_stub.h Fri Mar 4 10:57:17 2011 (r219261, copy of r219260, head/bin/csh/iconv_stub.h) @@ -0,0 +1,44 @@ +/*- + * Copyright (c) 2006 Hajimu UMEMOTO + * 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 THE 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 THE 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 _ICONV_H_ +#define _ICONV_H_ + +typedef void *iconv_t; +typedef size_t dl_iconv_t(iconv_t, const char **, size_t *, char **, size_t *); +typedef int dl_iconv_close_t(iconv_t); + +extern iconv_t dl_iconv_open(const char *, const char *); +extern dl_iconv_t *dl_iconv; +extern dl_iconv_close_t *dl_iconv_close; + +#define iconv_open dl_iconv_open +#define iconv dl_iconv +#define iconv_close dl_iconv_close + +#endif /* !_ICONV_H_ */ Modified: projects/graid/head/bin/df/df.c ============================================================================== --- projects/graid/head/bin/df/df.c Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/df/df.c Fri Mar 4 10:57:17 2011 (r219261) @@ -125,7 +125,7 @@ main(int argc, char *argv[]) /* FALLTHROUGH */ case 'P': /* - * POSIX specifically discusses the the behavior of + * POSIX specifically discusses the behavior of * both -k and -P. It states that the blocksize should * be set to 1024. Thus, if this occurs, simply break * rather than clobbering the old blocksize. Modified: projects/graid/head/bin/ed/ed.1 ============================================================================== --- projects/graid/head/bin/ed/ed.1 Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/ed/ed.1 Fri Mar 4 10:57:17 2011 (r219261) @@ -231,7 +231,7 @@ The current line (address) in the buffer The last line in the buffer. .It n The -.Em n Ns th, +.Em n Ns th line in the buffer where .Em n @@ -649,7 +649,7 @@ The mark is not cleared until the line i deleted or otherwise modified. .It (.,.)l Print the addressed lines unambiguously. -If a single line fills for than one screen (as might be the case +If a single line fills more than one screen (as might be the case when viewing a binary file, for instance), a .Dq Li --More-- prompt is printed on the last line. Modified: projects/graid/head/bin/kenv/kenv.1 ============================================================================== --- projects/graid/head/bin/kenv/kenv.1 Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/kenv/kenv.1 Fri Mar 4 10:57:17 2011 (r219261) @@ -69,7 +69,7 @@ option is set, warnings normally printed perform the requested operation will be suppressed. .Pp Variables can be added to the kernel environment using the -.Xr /boot/loader.conf +.Pa /boot/loader.conf file, or also statically compiled into the kernel using the statement .Pp .Dl Ic env Ar filename Modified: projects/graid/head/bin/kill/kill.c ============================================================================== --- projects/graid/head/bin/kill/kill.c Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/kill/kill.c Fri Mar 4 10:57:17 2011 (r219261) @@ -26,6 +26,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +/* + * Important: This file is used both as a standalone program /bin/kill and + * as a builtin for /bin/sh (#define SHELL). + */ #if 0 #ifndef lint @@ -152,7 +156,7 @@ signame_to_signum(const char *sig) { int n; - if (!strncasecmp(sig, "sig", (size_t)3)) + if (!strncasecmp(sig, "SIG", (size_t)3)) sig += 3; for (n = 1; n < sys_nsig; n++) { if (!strcasecmp(sys_signame[n], sig)) Modified: projects/graid/head/bin/pkill/pkill.c ============================================================================== --- projects/graid/head/bin/pkill/pkill.c Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/pkill/pkill.c Fri Mar 4 10:57:17 2011 (r219261) @@ -156,7 +156,7 @@ main(int argc, char **argv) argv++; argc--; } else { - if (strncasecmp(p, "sig", 3) == 0) + if (strncasecmp(p, "SIG", 3) == 0) p += 3; for (i = 1; i < NSIG; i++) if (strcasecmp(sys_signame[i], p) == 0) Modified: projects/graid/head/bin/sh/Makefile ============================================================================== --- projects/graid/head/bin/sh/Makefile Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/sh/Makefile Fri Mar 4 10:57:17 2011 (r219261) @@ -3,22 +3,22 @@ PROG= sh INSTALLFLAGS= -S -SHSRCS= alias.c arith.y arith_lex.l cd.c echo.c error.c eval.c exec.c expand.c \ +SHSRCS= alias.c arith_yacc.c arith_yylex.c cd.c echo.c error.c eval.c \ + exec.c expand.c \ histedit.c input.c jobs.c kill.c mail.c main.c memalloc.c miscbltin.c \ mystring.c options.c output.c parser.c printf.c redir.c show.c \ test.c trap.c var.c GENSRCS= builtins.c init.c nodes.c syntax.c GENHDRS= builtins.h nodes.h syntax.h token.h -SRCS= ${SHSRCS} ${GENSRCS} ${GENHDRS} y.tab.h +SRCS= ${SHSRCS} ${GENSRCS} ${GENHDRS} # MLINKS for Shell built in commands for which there are no userland # utilities of the same name are handled with the associated manpage, # builtin.1 in share/man/man1/. -DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP} -LDADD= -ll -ledit -ltermcap +DPADD= ${LIBEDIT} ${LIBTERMCAP} +LDADD= -ledit -ltermcap -LFLAGS= -8 # 8-bit lex scanner for arithmetic CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: # DEBUG_FLAGS+= -g -DDEBUG=2 -fno-inline Modified: projects/graid/head/bin/sh/TOUR ============================================================================== --- projects/graid/head/bin/sh/TOUR Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/sh/TOUR Fri Mar 4 10:57:17 2011 (r219261) @@ -44,10 +44,6 @@ C source files for entries looking like: back to the main command loop */ } - SHELLPROC { - x = 3; /* executed when the shell runs a shell procedure */ - } - It pulls this code out into routines which are when particular events occur. The intent is to improve modularity by isolating the information about which modules need to be explicitly @@ -80,12 +76,7 @@ EXCEPTIONS: Code for dealing with excep exceptions.c. The C language doesn't include exception handling, so I implement it using setjmp and longjmp. The global variable exception contains the type of exception. EXERROR is raised by -calling error. EXINT is an interrupt. EXSHELLPROC is an excep- -tion which is raised when a shell procedure is invoked. The pur- -pose of EXSHELLPROC is to perform the cleanup actions associated -with other exceptions. After these cleanup actions, the shell -can interpret a shell procedure itself without exec'ing a new -copy of the shell. +calling error. EXINT is an interrupt. INTERRUPTS: In an interactive shell, an interrupt will cause an EXINT exception to return to the main command loop. (Exception: @@ -270,14 +261,6 @@ When a program is run, the code in eval. variables which precede the command (as in "PATH=xxx command") in the variable table as the simplest way to strip duplicates, and then calls "environment" to get the value of the environment. -There are two consequences of this. First, if an assignment to -PATH precedes the command, the value of PATH before the assign- -ment must be remembered and passed to shellexec. Second, if the -program turns out to be a shell procedure, the strings from the -environment variables which preceded the command must be pulled -out of the table and replaced with strings obtained from malloc, -since the former will automatically be freed when the stack (see -the entry on memalloc.c) is emptied. BUILTIN COMMANDS: The procedures for handling these are scat- tered throughout the code, depending on which location appears Modified: projects/graid/head/bin/sh/alias.c ============================================================================== --- projects/graid/head/bin/sh/alias.c Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/sh/alias.c Fri Mar 4 10:57:17 2011 (r219261) @@ -145,15 +145,7 @@ unalias(const char *name) return (1); } -#ifdef mkinit -MKINIT void rmaliases(void); - -SHELLPROC { - rmaliases(); -} -#endif - -void +static void rmaliases(void) { struct alias *ap, *tmp; Modified: projects/graid/head/bin/sh/alias.h ============================================================================== --- projects/graid/head/bin/sh/alias.h Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/sh/alias.h Fri Mar 4 10:57:17 2011 (r219261) @@ -45,4 +45,3 @@ struct alias { struct alias *lookupalias(const char *, int); int aliascmd(int, char **); int unaliascmd(int, char **); -void rmaliases(void); Modified: projects/graid/head/bin/sh/arith.h ============================================================================== --- projects/graid/head/bin/sh/arith.h Fri Mar 4 09:20:23 2011 (r219260) +++ projects/graid/head/bin/sh/arith.h Fri Mar 4 10:57:17 2011 (r219261) @@ -34,8 +34,6 @@ #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3) -extern const char *arith_buf, *arith_startbuf; - arith_t arith(const char *); void arith_lex_reset(void); int expcmd(int, char **); Copied: projects/graid/head/bin/sh/arith_yacc.c (from r219260, head/bin/sh/arith_yacc.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/graid/head/bin/sh/arith_yacc.c Fri Mar 4 10:57:17 2011 (r219261, copy of r219260, head/bin/sh/arith_yacc.c) @@ -0,0 +1,378 @@ +/*- + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. + * Copyright (c) 2007 + * Herbert Xu . All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Kenneth Almquist. + * + * 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. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS 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. + */ + +#include +__FBSDID("$FreeBSD$"); + +#include +#include +#include +#include +#include +#include "arith.h" +#include "arith_yacc.h" +#include "expand.h" +#include "shell.h" +#include "error.h" +#include "memalloc.h" +#include "output.h" +#include "options.h" +#include "var.h" + +#if ARITH_BOR + 11 != ARITH_BORASS || ARITH_ASS + 11 != ARITH_EQ +#error Arithmetic tokens are out of order. +#endif + +static const char *arith_startbuf; + +const char *arith_buf; +union yystype yylval; + +static int last_token; + +#define ARITH_PRECEDENCE(op, prec) [op - ARITH_BINOP_MIN] = prec + +static const char prec[ARITH_BINOP_MAX - ARITH_BINOP_MIN] = { + ARITH_PRECEDENCE(ARITH_MUL, 0), + ARITH_PRECEDENCE(ARITH_DIV, 0), + ARITH_PRECEDENCE(ARITH_REM, 0), + ARITH_PRECEDENCE(ARITH_ADD, 1), + ARITH_PRECEDENCE(ARITH_SUB, 1), + ARITH_PRECEDENCE(ARITH_LSHIFT, 2), + ARITH_PRECEDENCE(ARITH_RSHIFT, 2), + ARITH_PRECEDENCE(ARITH_LT, 3), + ARITH_PRECEDENCE(ARITH_LE, 3), + ARITH_PRECEDENCE(ARITH_GT, 3), + ARITH_PRECEDENCE(ARITH_GE, 3), + ARITH_PRECEDENCE(ARITH_EQ, 4), + ARITH_PRECEDENCE(ARITH_NE, 4), + ARITH_PRECEDENCE(ARITH_BAND, 5), + ARITH_PRECEDENCE(ARITH_BXOR, 6), + ARITH_PRECEDENCE(ARITH_BOR, 7), +}; + +#define ARITH_MAX_PREC 8 + +static __dead2 void yyerror(const char *s) +{ + error("arithmetic expression: %s: \"%s\"", s, arith_startbuf); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Fri Mar 4 12:02:36 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20AA41065678; Fri, 4 Mar 2011 12:02:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0B53E8FC21; Fri, 4 Mar 2011 12:02:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p24C2aTp030651; Fri, 4 Mar 2011 12:02:36 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p24C2ZAf030631; Fri, 4 Mar 2011 12:02:35 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103041202.p24C2ZAf030631@svn.freebsd.org> From: Alexander Motin Date: Fri, 4 Mar 2011 12:02:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219262 - in projects/graid/8: . bin/df bin/ed bin/kenv bin/ps bin/setfacl bin/sh bin/test cddl/contrib/dtracetoolkit cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/zte... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2011 12:02:36 -0000 Author: mav Date: Fri Mar 4 12:02:32 2011 New Revision: 219262 URL: http://svn.freebsd.org/changeset/base/219262 Log: MFbase @r219261. Added: projects/graid/8/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.html - copied unchanged from r219261, stable/8/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.html projects/graid/8/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.pdf - copied unchanged from r219261, stable/8/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.pdf projects/graid/8/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.txt - copied unchanged from r219261, stable/8/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.txt projects/graid/8/etc/periodic/security/110.neggrpperm - copied unchanged from r219261, stable/8/etc/periodic/security/110.neggrpperm projects/graid/8/lib/libkvm/kvm_minidump_mips.c - copied unchanged from r219261, stable/8/lib/libkvm/kvm_minidump_mips.c projects/graid/8/share/man/man4/vte.4 - copied unchanged from r219261, stable/8/share/man/man4/vte.4 projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap_impl.h - copied unchanged from r219261, stable/8/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap_impl.h projects/graid/8/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ - copied from r219261, stable/8/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ projects/graid/8/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/ - copied from r219261, stable/8/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/ projects/graid/8/sys/cddl/dev/dtrace/amd64/regset.h - copied unchanged from r219261, stable/8/sys/cddl/dev/dtrace/amd64/regset.h projects/graid/8/sys/cddl/dev/dtrace/i386/regset.h - copied unchanged from r219261, stable/8/sys/cddl/dev/dtrace/i386/regset.h projects/graid/8/sys/compat/linux/linux_fork.c - copied unchanged from r219261, stable/8/sys/compat/linux/linux_fork.c projects/graid/8/sys/dev/mii/rdcphy.c - copied unchanged from r219261, stable/8/sys/dev/mii/rdcphy.c projects/graid/8/sys/dev/mii/rdcphyreg.h - copied unchanged from r219261, stable/8/sys/dev/mii/rdcphyreg.h projects/graid/8/sys/dev/mps/ - copied from r219261, stable/8/sys/dev/mps/ projects/graid/8/sys/dev/vte/ - copied from r219261, stable/8/sys/dev/vte/ projects/graid/8/sys/modules/mps/ - copied from r219261, stable/8/sys/modules/mps/ projects/graid/8/sys/modules/vte/ - copied from r219261, stable/8/sys/modules/vte/ projects/graid/8/tools/regression/bin/sh/execution/killed1.0 - copied unchanged from r219261, stable/8/tools/regression/bin/sh/execution/killed1.0 projects/graid/8/tools/regression/bin/sh/expansion/arith6.0 - copied unchanged from r219261, stable/8/tools/regression/bin/sh/expansion/arith6.0 projects/graid/8/tools/regression/bin/sh/expansion/cmdsubst3.0 - copied unchanged from r219261, stable/8/tools/regression/bin/sh/expansion/cmdsubst3.0 Deleted: projects/graid/8/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.html projects/graid/8/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.pdf projects/graid/8/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.txt projects/graid/8/contrib/bind9/release-notes.css Modified: projects/graid/8/Makefile (contents, props changed) projects/graid/8/UPDATING (contents, props changed) projects/graid/8/bin/df/df.c projects/graid/8/bin/ed/ed.1 projects/graid/8/bin/kenv/kenv.1 projects/graid/8/bin/ps/ps.1 projects/graid/8/bin/setfacl/setfacl.c projects/graid/8/bin/sh/arith_lex.l projects/graid/8/bin/sh/expand.c projects/graid/8/bin/sh/jobs.c projects/graid/8/bin/sh/sh.1 projects/graid/8/bin/sh/var.c projects/graid/8/bin/test/test.c projects/graid/8/cddl/contrib/dtracetoolkit/dtruss projects/graid/8/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c projects/graid/8/cddl/contrib/opensolaris/cmd/ztest/ztest.c projects/graid/8/contrib/bind9/CHANGES projects/graid/8/contrib/bind9/COPYRIGHT projects/graid/8/contrib/bind9/README projects/graid/8/contrib/bind9/bin/check/check-tool.c projects/graid/8/contrib/bind9/bin/check/check-tool.h projects/graid/8/contrib/bind9/bin/check/named-checkconf.c projects/graid/8/contrib/bind9/bin/check/named-checkzone.c projects/graid/8/contrib/bind9/bin/dig/dig.c projects/graid/8/contrib/bind9/bin/dig/dighost.c projects/graid/8/contrib/bind9/bin/dig/host.c projects/graid/8/contrib/bind9/bin/dig/nslookup.1 projects/graid/8/contrib/bind9/bin/dig/nslookup.docbook projects/graid/8/contrib/bind9/bin/dig/nslookup.html projects/graid/8/contrib/bind9/bin/dnssec/dnssec-dsfromkey.8 projects/graid/8/contrib/bind9/bin/dnssec/dnssec-dsfromkey.html projects/graid/8/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html projects/graid/8/contrib/bind9/bin/dnssec/dnssec-keygen.html projects/graid/8/contrib/bind9/bin/dnssec/dnssec-signzone.c projects/graid/8/contrib/bind9/bin/dnssec/dnssec-signzone.html projects/graid/8/contrib/bind9/bin/named/builtin.c projects/graid/8/contrib/bind9/bin/named/client.c projects/graid/8/contrib/bind9/bin/named/control.c projects/graid/8/contrib/bind9/bin/named/include/named/globals.h projects/graid/8/contrib/bind9/bin/named/include/named/query.h projects/graid/8/contrib/bind9/bin/named/main.c projects/graid/8/contrib/bind9/bin/named/query.c projects/graid/8/contrib/bind9/bin/named/server.c projects/graid/8/contrib/bind9/bin/named/update.c projects/graid/8/contrib/bind9/bin/named/xfrout.c projects/graid/8/contrib/bind9/bin/nsupdate/nsupdate.1 projects/graid/8/contrib/bind9/bin/nsupdate/nsupdate.c projects/graid/8/contrib/bind9/bin/nsupdate/nsupdate.docbook projects/graid/8/contrib/bind9/bin/nsupdate/nsupdate.html projects/graid/8/contrib/bind9/config.h.in projects/graid/8/contrib/bind9/config.threads.in projects/graid/8/contrib/bind9/configure.in projects/graid/8/contrib/bind9/doc/arm/Bv9ARM-book.xml projects/graid/8/contrib/bind9/doc/arm/Bv9ARM.ch06.html projects/graid/8/contrib/bind9/doc/arm/Bv9ARM.ch07.html projects/graid/8/contrib/bind9/doc/arm/Bv9ARM.ch08.html projects/graid/8/contrib/bind9/doc/arm/Bv9ARM.ch09.html projects/graid/8/contrib/bind9/doc/arm/Bv9ARM.html projects/graid/8/contrib/bind9/doc/arm/Bv9ARM.pdf projects/graid/8/contrib/bind9/doc/arm/man.dig.html projects/graid/8/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html projects/graid/8/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html projects/graid/8/contrib/bind9/doc/arm/man.dnssec-keygen.html projects/graid/8/contrib/bind9/doc/arm/man.dnssec-signzone.html projects/graid/8/contrib/bind9/doc/arm/man.host.html projects/graid/8/contrib/bind9/doc/arm/man.named-checkconf.html projects/graid/8/contrib/bind9/doc/arm/man.named-checkzone.html projects/graid/8/contrib/bind9/doc/arm/man.named.html projects/graid/8/contrib/bind9/doc/arm/man.nsupdate.html projects/graid/8/contrib/bind9/doc/arm/man.rndc-confgen.html projects/graid/8/contrib/bind9/doc/arm/man.rndc.conf.html projects/graid/8/contrib/bind9/doc/arm/man.rndc.html projects/graid/8/contrib/bind9/doc/misc/options projects/graid/8/contrib/bind9/lib/bind9/api projects/graid/8/contrib/bind9/lib/bind9/check.c projects/graid/8/contrib/bind9/lib/dns/Makefile.in projects/graid/8/contrib/bind9/lib/dns/adb.c projects/graid/8/contrib/bind9/lib/dns/api projects/graid/8/contrib/bind9/lib/dns/dst_api.c projects/graid/8/contrib/bind9/lib/dns/dst_internal.h projects/graid/8/contrib/bind9/lib/dns/gssapictx.c projects/graid/8/contrib/bind9/lib/dns/include/dns/diff.h projects/graid/8/contrib/bind9/lib/dns/include/dns/events.h projects/graid/8/contrib/bind9/lib/dns/include/dns/name.h projects/graid/8/contrib/bind9/lib/dns/include/dns/ncache.h projects/graid/8/contrib/bind9/lib/dns/include/dns/rdataset.h projects/graid/8/contrib/bind9/lib/dns/include/dns/resolver.h projects/graid/8/contrib/bind9/lib/dns/include/dns/result.h projects/graid/8/contrib/bind9/lib/dns/include/dns/tsig.h projects/graid/8/contrib/bind9/lib/dns/include/dns/types.h projects/graid/8/contrib/bind9/lib/dns/include/dns/validator.h projects/graid/8/contrib/bind9/lib/dns/include/dns/view.h projects/graid/8/contrib/bind9/lib/dns/include/dns/zone.h projects/graid/8/contrib/bind9/lib/dns/include/dst/dst.h projects/graid/8/contrib/bind9/lib/dns/journal.c projects/graid/8/contrib/bind9/lib/dns/message.c projects/graid/8/contrib/bind9/lib/dns/name.c projects/graid/8/contrib/bind9/lib/dns/ncache.c projects/graid/8/contrib/bind9/lib/dns/openssl_link.c projects/graid/8/contrib/bind9/lib/dns/rbtdb.c projects/graid/8/contrib/bind9/lib/dns/rdata.c projects/graid/8/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c projects/graid/8/contrib/bind9/lib/dns/rdata/generic/nsec_47.c projects/graid/8/contrib/bind9/lib/dns/rdata/generic/rrsig_46.c projects/graid/8/contrib/bind9/lib/dns/rdatalist.c projects/graid/8/contrib/bind9/lib/dns/rdataset.c projects/graid/8/contrib/bind9/lib/dns/rdataslab.c projects/graid/8/contrib/bind9/lib/dns/resolver.c projects/graid/8/contrib/bind9/lib/dns/result.c projects/graid/8/contrib/bind9/lib/dns/rootns.c projects/graid/8/contrib/bind9/lib/dns/sdb.c projects/graid/8/contrib/bind9/lib/dns/sdlz.c projects/graid/8/contrib/bind9/lib/dns/time.c projects/graid/8/contrib/bind9/lib/dns/tkey.c projects/graid/8/contrib/bind9/lib/dns/tsig.c projects/graid/8/contrib/bind9/lib/dns/validator.c projects/graid/8/contrib/bind9/lib/dns/view.c projects/graid/8/contrib/bind9/lib/dns/zone.c projects/graid/8/contrib/bind9/lib/isc/Makefile.in projects/graid/8/contrib/bind9/lib/isc/api projects/graid/8/contrib/bind9/lib/isc/entropy.c projects/graid/8/contrib/bind9/lib/isc/include/isc/mem.h projects/graid/8/contrib/bind9/lib/isc/include/isc/platform.h.in projects/graid/8/contrib/bind9/lib/isc/include/isc/task.h projects/graid/8/contrib/bind9/lib/isc/mem.c projects/graid/8/contrib/bind9/lib/isc/nothreads/Makefile.in projects/graid/8/contrib/bind9/lib/isc/print.c projects/graid/8/contrib/bind9/lib/isc/pthreads/mutex.c projects/graid/8/contrib/bind9/lib/isc/task.c projects/graid/8/contrib/bind9/lib/isc/unix/socket.c projects/graid/8/contrib/bind9/lib/isccfg/api projects/graid/8/contrib/bind9/lib/isccfg/namedconf.c projects/graid/8/contrib/bind9/lib/lwres/man/lwres.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_buffer.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_config.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_context.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_gabn.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_gethostent.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_getipnode.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_gnba.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_hstrerror.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_inetntop.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_noop.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_packet.html projects/graid/8/contrib/bind9/lib/lwres/man/lwres_resutil.html projects/graid/8/contrib/bind9/lib/lwres/print_p.h projects/graid/8/contrib/bind9/version projects/graid/8/contrib/csup/updater.c projects/graid/8/contrib/groff/tmac/doc-common projects/graid/8/contrib/groff/tmac/doc-syms projects/graid/8/contrib/groff/tmac/groff_mdoc.man projects/graid/8/contrib/top/display.c projects/graid/8/contrib/xz/ChangeLog (contents, props changed) projects/graid/8/contrib/xz/FREEBSD-upgrade (contents, props changed) projects/graid/8/contrib/xz/THANKS (contents, props changed) projects/graid/8/contrib/xz/po/cs.po projects/graid/8/contrib/xz/po/de.po projects/graid/8/contrib/xz/po/it.po projects/graid/8/contrib/xz/po/xz.pot projects/graid/8/contrib/xz/src/common/sysdefs.h projects/graid/8/contrib/xz/src/liblzma/api/lzma/lzma.h projects/graid/8/contrib/xz/src/liblzma/api/lzma/version.h projects/graid/8/contrib/xz/src/liblzma/common/common.h projects/graid/8/contrib/xz/src/xz/file_io.c projects/graid/8/contrib/xz/src/xz/suffix.c projects/graid/8/contrib/xz/src/xz/util.h projects/graid/8/crypto/openssl/ssl/t1_lib.c projects/graid/8/etc/defaults/periodic.conf projects/graid/8/etc/defaults/rc.conf projects/graid/8/etc/mtree/BSD.include.dist projects/graid/8/etc/namedb/named.conf projects/graid/8/etc/periodic/daily/800.scrub-zfs projects/graid/8/etc/periodic/security/Makefile projects/graid/8/etc/rc.d/rpcbind projects/graid/8/etc/rc.subr projects/graid/8/etc/termcap.small projects/graid/8/games/fortune/datfiles/fortunes projects/graid/8/games/fortune/datfiles/fortunes-o.real projects/graid/8/gnu/usr.bin/groff/tmac/mdoc.local projects/graid/8/include/Makefile projects/graid/8/include/assert.h projects/graid/8/include/signal.h projects/graid/8/lib/bind/config.h projects/graid/8/lib/bind/dns/code.h projects/graid/8/lib/bind/dns/dns/enumclass.h projects/graid/8/lib/bind/dns/dns/enumtype.h projects/graid/8/lib/bind/dns/dns/rdatastruct.h projects/graid/8/lib/bind/isc/isc/platform.h projects/graid/8/lib/libc/arm/gen/modf.c projects/graid/8/lib/libc/db/man/dbopen.3 projects/graid/8/lib/libc/ia64/gen/modf.c projects/graid/8/lib/libc/mips/gen/modf.c projects/graid/8/lib/libc/powerpc/gen/modf.c projects/graid/8/lib/libc/sys/cpuset_getaffinity.2 projects/graid/8/lib/libc/sys/getgroups.2 projects/graid/8/lib/libc/sys/ptrace.2 projects/graid/8/lib/libkvm/Makefile projects/graid/8/lib/libkvm/kvm_mips.c projects/graid/8/lib/libkvm/kvm_private.h projects/graid/8/lib/liblzma/config.h (contents, props changed) projects/graid/8/libexec/rtld-elf/rtld.c projects/graid/8/release/doc/en_US.ISO8859-1/errata/article.sgml projects/graid/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml projects/graid/8/release/doc/share/sgml/release.dsl projects/graid/8/release/doc/share/sgml/release.ent projects/graid/8/sbin/dumpfs/dumpfs.c projects/graid/8/sbin/geom/class/part/gpart.8 projects/graid/8/sbin/growfs/growfs.c projects/graid/8/sbin/mdconfig/mdconfig.c projects/graid/8/sbin/newfs/mkfs.c projects/graid/8/sbin/newfs/newfs.8 projects/graid/8/sbin/newfs/newfs.c projects/graid/8/sbin/newfs/newfs.h projects/graid/8/sbin/quotacheck/quotacheck.8 projects/graid/8/sbin/tunefs/tunefs.8 projects/graid/8/sbin/tunefs/tunefs.c projects/graid/8/share/doc/papers/devfs/paper.me projects/graid/8/share/examples/etc/make.conf projects/graid/8/share/examples/pf/pf.conf projects/graid/8/share/man/man3/pthread_sigmask.3 projects/graid/8/share/man/man3/queue.3 projects/graid/8/share/man/man4/Makefile projects/graid/8/share/man/man4/altq.4 projects/graid/8/share/man/man4/amdtemp.4 projects/graid/8/share/man/man4/ath_hal.4 projects/graid/8/share/man/man4/ixgbe.4 projects/graid/8/share/man/man4/jme.4 projects/graid/8/share/man/man4/miibus.4 projects/graid/8/share/man/man4/re.4 projects/graid/8/share/man/man4/rgephy.4 projects/graid/8/share/man/man4/uplcom.4 projects/graid/8/share/man/man4/usb_quirk.4 projects/graid/8/share/man/man4/vlan.4 projects/graid/8/share/man/man5/devfs.5 projects/graid/8/share/man/man5/fdescfs.5 projects/graid/8/share/man/man5/make.conf.5 projects/graid/8/share/man/man5/periodic.conf.5 projects/graid/8/share/man/man7/build.7 projects/graid/8/share/man/man9/bus_space.9 projects/graid/8/share/man/man9/devclass_get_maxunit.9 projects/graid/8/share/syscons/keymaps/Makefile projects/graid/8/share/zoneinfo/australasia projects/graid/8/share/zoneinfo/northamerica projects/graid/8/share/zoneinfo/zone.tab projects/graid/8/sys/amd64/amd64/cpu_switch.S projects/graid/8/sys/amd64/amd64/exception.S projects/graid/8/sys/amd64/amd64/fpu.c projects/graid/8/sys/amd64/amd64/genassym.c projects/graid/8/sys/amd64/amd64/machdep.c projects/graid/8/sys/amd64/amd64/mem.c projects/graid/8/sys/amd64/amd64/sys_machdep.c projects/graid/8/sys/amd64/amd64/trap.c projects/graid/8/sys/amd64/amd64/vm_machdep.c projects/graid/8/sys/amd64/conf/GENERIC projects/graid/8/sys/amd64/ia32/ia32_reg.c projects/graid/8/sys/amd64/ia32/ia32_signal.c projects/graid/8/sys/amd64/include/memdev.h projects/graid/8/sys/amd64/include/pcb.h projects/graid/8/sys/amd64/include/reg.h projects/graid/8/sys/amd64/include/segments.h projects/graid/8/sys/amd64/include/trap.h projects/graid/8/sys/amd64/linux32/linux.h projects/graid/8/sys/amd64/linux32/linux32_machdep.c projects/graid/8/sys/amd64/linux32/linux32_proto.h projects/graid/8/sys/amd64/linux32/linux32_syscall.h projects/graid/8/sys/amd64/linux32/linux32_sysent.c projects/graid/8/sys/amd64/linux32/linux32_sysvec.c projects/graid/8/sys/amd64/linux32/syscalls.master projects/graid/8/sys/arm/arm/mem.c projects/graid/8/sys/arm/include/memdev.h projects/graid/8/sys/arm/xscale/i80321/iq80321.c projects/graid/8/sys/boot/common/interp.c projects/graid/8/sys/boot/common/ufsread.c projects/graid/8/sys/boot/efi/libefi/efipart.c projects/graid/8/sys/boot/ficl/words.c projects/graid/8/sys/boot/forth/loader.conf projects/graid/8/sys/cam/ata/ata_xpt.c projects/graid/8/sys/cam/cam_xpt.c projects/graid/8/sys/cam/scsi/scsi_sa.c projects/graid/8/sys/cddl/compat/opensolaris/kern/opensolaris_misc.c projects/graid/8/sys/cddl/compat/opensolaris/sys/misc.h projects/graid/8/sys/cddl/compat/opensolaris/sys/types.h projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h projects/graid/8/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h projects/graid/8/sys/cddl/dev/dtrace/amd64/dtrace_isa.c projects/graid/8/sys/cddl/dev/dtrace/amd64/dtrace_subr.c projects/graid/8/sys/cddl/dev/dtrace/amd64/instr_size.c projects/graid/8/sys/cddl/dev/dtrace/dtrace_cddl.h projects/graid/8/sys/cddl/dev/dtrace/dtrace_ioctl.c projects/graid/8/sys/cddl/dev/dtrace/dtrace_load.c projects/graid/8/sys/cddl/dev/dtrace/dtrace_unload.c projects/graid/8/sys/cddl/dev/dtrace/i386/dtrace_isa.c projects/graid/8/sys/cddl/dev/dtrace/i386/dtrace_subr.c projects/graid/8/sys/cddl/dev/dtrace/i386/instr_size.c projects/graid/8/sys/cddl/dev/systrace/systrace.c projects/graid/8/sys/compat/freebsd32/freebsd32_misc.c projects/graid/8/sys/compat/freebsd32/freebsd32_util.h projects/graid/8/sys/compat/linprocfs/linprocfs.c projects/graid/8/sys/compat/linux/linux_emul.c projects/graid/8/sys/compat/linux/linux_emul.h projects/graid/8/sys/compat/linux/linux_file.c projects/graid/8/sys/compat/linux/linux_futex.c projects/graid/8/sys/compat/linux/linux_futex.h projects/graid/8/sys/compat/linux/linux_misc.c projects/graid/8/sys/compat/linux/linux_misc.h projects/graid/8/sys/compat/linux/linux_signal.c projects/graid/8/sys/compat/linux/linux_signal.h projects/graid/8/sys/compat/ndis/kern_ndis.c projects/graid/8/sys/compat/ndis/subr_ntoskrnl.c projects/graid/8/sys/conf/NOTES projects/graid/8/sys/conf/files projects/graid/8/sys/conf/files.amd64 projects/graid/8/sys/conf/files.i386 projects/graid/8/sys/conf/files.pc98 projects/graid/8/sys/conf/kern.pre.mk projects/graid/8/sys/conf/newvers.sh projects/graid/8/sys/crypto/sha2/sha2.c projects/graid/8/sys/dev/aac/aac.c projects/graid/8/sys/dev/acpica/acpi_resource.c projects/graid/8/sys/dev/advansys/adwcam.c projects/graid/8/sys/dev/ae/if_ae.c projects/graid/8/sys/dev/ae/if_aevar.h projects/graid/8/sys/dev/age/if_age.c projects/graid/8/sys/dev/age/if_agevar.h projects/graid/8/sys/dev/aic7xxx/aic79xx_osm.h projects/graid/8/sys/dev/aic7xxx/aic7xxx_osm.h projects/graid/8/sys/dev/alc/if_alc.c projects/graid/8/sys/dev/alc/if_alcvar.h projects/graid/8/sys/dev/ale/if_ale.c projects/graid/8/sys/dev/ale/if_alevar.h projects/graid/8/sys/dev/asr/i2omsg.h projects/graid/8/sys/dev/ata/chipsets/ata-intel.c projects/graid/8/sys/dev/bktr/bktr_card.c projects/graid/8/sys/dev/bwn/if_bwn.c projects/graid/8/sys/dev/ctau/ctau.c projects/graid/8/sys/dev/ctau/ctddk.h projects/graid/8/sys/dev/cxgb/cxgb_main.c projects/graid/8/sys/dev/drm/mach64_dma.c projects/graid/8/sys/dev/drm/r300_reg.h projects/graid/8/sys/dev/e1000/e1000_82575.c projects/graid/8/sys/dev/e1000/e1000_ich8lan.c projects/graid/8/sys/dev/ep/if_epreg.h projects/graid/8/sys/dev/fdc/fdc.c projects/graid/8/sys/dev/fxp/if_fxp.c projects/graid/8/sys/dev/ixgb/ixgb_ee.c projects/graid/8/sys/dev/jme/if_jme.c projects/graid/8/sys/dev/jme/if_jmereg.h projects/graid/8/sys/dev/jme/if_jmevar.h projects/graid/8/sys/dev/malo/if_malohal.h projects/graid/8/sys/dev/md/md.c projects/graid/8/sys/dev/mem/memdev.c projects/graid/8/sys/dev/mem/memutil.c projects/graid/8/sys/dev/mii/jmphy.c projects/graid/8/sys/dev/mii/jmphyreg.h projects/graid/8/sys/dev/mii/miidevs projects/graid/8/sys/dev/mwl/mwlhal.h projects/graid/8/sys/dev/nfe/if_nfe.c projects/graid/8/sys/dev/nfe/if_nfevar.h projects/graid/8/sys/dev/nxge/xgehal/xgehal-device.c projects/graid/8/sys/dev/nxge/xgehal/xgehal-ring-fp.c projects/graid/8/sys/dev/pci/pci.c projects/graid/8/sys/dev/random/randomdev_soft.c projects/graid/8/sys/dev/re/if_re.c projects/graid/8/sys/dev/siba/siba_bwn.c projects/graid/8/sys/dev/sis/if_sisreg.h projects/graid/8/sys/dev/sound/pci/emu10k1.c projects/graid/8/sys/dev/sound/pci/emu10kx.c projects/graid/8/sys/dev/sound/pci/es137x.c projects/graid/8/sys/dev/sound/pci/hda/hdac.c projects/graid/8/sys/dev/sym/sym_fw1.h projects/graid/8/sys/dev/sym/sym_fw2.h projects/graid/8/sys/dev/uart/uart_dev_ns8250.c projects/graid/8/sys/dev/uart/uart_tty.c projects/graid/8/sys/dev/usb/serial/uplcom.c projects/graid/8/sys/dev/usb/serial/uslcom.c projects/graid/8/sys/dev/usb/usb_process.c projects/graid/8/sys/dev/usb/usb_process.h projects/graid/8/sys/dev/usb/usbdevs projects/graid/8/sys/dev/vx/if_vxreg.h projects/graid/8/sys/dev/wpi/if_wpi.c projects/graid/8/sys/fs/fdescfs/fdesc_vnops.c projects/graid/8/sys/fs/msdosfs/msdosfs_vnops.c projects/graid/8/sys/fs/nfsserver/nfs_nfsdcache.c projects/graid/8/sys/fs/nfsserver/nfs_nfsdport.c projects/graid/8/sys/fs/nfsserver/nfs_nfsdstate.c projects/graid/8/sys/fs/nullfs/null_vnops.c projects/graid/8/sys/fs/procfs/procfs_dbregs.c projects/graid/8/sys/fs/procfs/procfs_fpregs.c projects/graid/8/sys/fs/procfs/procfs_map.c projects/graid/8/sys/fs/procfs/procfs_regs.c projects/graid/8/sys/geom/geom_vfs.c projects/graid/8/sys/geom/journal/g_journal.c projects/graid/8/sys/geom/label/g_label.c projects/graid/8/sys/geom/part/g_part.c projects/graid/8/sys/geom/part/g_part.h projects/graid/8/sys/geom/part/g_part_bsd.c projects/graid/8/sys/geom/part/g_part_ebr.c projects/graid/8/sys/geom/part/g_part_gpt.c projects/graid/8/sys/geom/part/g_part_mbr.c projects/graid/8/sys/geom/sched/gs_scheduler.h projects/graid/8/sys/gnu/fs/ext2fs/ext2_vfsops.c projects/graid/8/sys/gnu/fs/xfs/xfs_dir_leaf.c projects/graid/8/sys/gnu/fs/xfs/xfs_itable.c projects/graid/8/sys/i386/conf/GENERIC projects/graid/8/sys/i386/i386/exception.s projects/graid/8/sys/i386/i386/machdep.c projects/graid/8/sys/i386/i386/mem.c projects/graid/8/sys/i386/i386/trap.c projects/graid/8/sys/i386/include/memdev.h projects/graid/8/sys/i386/include/reg.h projects/graid/8/sys/i386/include/segments.h projects/graid/8/sys/i386/include/trap.h projects/graid/8/sys/i386/linux/linux.h projects/graid/8/sys/i386/linux/linux_machdep.c projects/graid/8/sys/i386/linux/linux_proto.h projects/graid/8/sys/i386/linux/linux_syscall.h projects/graid/8/sys/i386/linux/linux_sysent.c projects/graid/8/sys/i386/linux/linux_sysvec.c projects/graid/8/sys/i386/linux/syscalls.master projects/graid/8/sys/ia64/ia64/mem.c projects/graid/8/sys/ia64/include/memdev.h projects/graid/8/sys/kern/init_main.c projects/graid/8/sys/kern/kern_context.c projects/graid/8/sys/kern/kern_dtrace.c projects/graid/8/sys/kern/kern_exec.c projects/graid/8/sys/kern/kern_exit.c projects/graid/8/sys/kern/kern_fork.c projects/graid/8/sys/kern/kern_idle.c projects/graid/8/sys/kern/kern_intr.c projects/graid/8/sys/kern/kern_jail.c projects/graid/8/sys/kern/kern_kthread.c projects/graid/8/sys/kern/kern_priv.c projects/graid/8/sys/kern/kern_proc.c projects/graid/8/sys/kern/kern_sig.c projects/graid/8/sys/kern/kern_synch.c projects/graid/8/sys/kern/kern_thr.c projects/graid/8/sys/kern/kern_thread.c projects/graid/8/sys/kern/kern_timeout.c projects/graid/8/sys/kern/kern_umtx.c projects/graid/8/sys/kern/sched_4bsd.c projects/graid/8/sys/kern/sched_ule.c projects/graid/8/sys/kern/subr_autoconf.c projects/graid/8/sys/kern/subr_trap.c projects/graid/8/sys/kern/subr_turnstile.c projects/graid/8/sys/kern/subr_unit.c projects/graid/8/sys/kern/subr_witness.c projects/graid/8/sys/kern/sys_process.c projects/graid/8/sys/kern/uipc_mbuf.c projects/graid/8/sys/kern/uipc_syscalls.c projects/graid/8/sys/kern/uipc_usrreq.c projects/graid/8/sys/kern/vfs_cache.c projects/graid/8/sys/kern/vfs_lookup.c projects/graid/8/sys/kern/vfs_subr.c projects/graid/8/sys/kern/vfs_syscalls.c projects/graid/8/sys/libkern/jenkins.h projects/graid/8/sys/mips/include/memdev.h projects/graid/8/sys/mips/mips/mem.c projects/graid/8/sys/mips/mips/mp_machdep.c projects/graid/8/sys/mips/mips/pmap.c projects/graid/8/sys/mips/rmi/fmn.c projects/graid/8/sys/mips/sibyte/sb_zbpci.c projects/graid/8/sys/modules/Makefile projects/graid/8/sys/modules/dtrace/Makefile projects/graid/8/sys/modules/dtrace/dtrace/Makefile projects/graid/8/sys/modules/dtrace/dtraceall/dtraceall.c projects/graid/8/sys/modules/dtrace/fasttrap/Makefile projects/graid/8/sys/modules/linux/Makefile projects/graid/8/sys/modules/mem/Makefile projects/graid/8/sys/modules/mii/Makefile projects/graid/8/sys/net/flowtable.c projects/graid/8/sys/net/if.c projects/graid/8/sys/net/if_media.c projects/graid/8/sys/net/route.c projects/graid/8/sys/net/vnet.c projects/graid/8/sys/net80211/ieee80211_ageq.c projects/graid/8/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c projects/graid/8/sys/netgraph/ng_source.c projects/graid/8/sys/netinet/if_atm.c projects/graid/8/sys/netinet/if_ether.c projects/graid/8/sys/netinet/in_pcb.c projects/graid/8/sys/netinet/ip_input.c projects/graid/8/sys/netinet/ipfw/ip_fw_private.h projects/graid/8/sys/netinet/libalias/alias_sctp.c projects/graid/8/sys/netinet/tcp_offload.h projects/graid/8/sys/netinet/tcp_subr.c projects/graid/8/sys/netinet/tcp_syncache.c projects/graid/8/sys/netinet/tcp_timewait.c projects/graid/8/sys/netinet/tcp_usrreq.c projects/graid/8/sys/netinet6/in6.h projects/graid/8/sys/opencrypto/deflate.c projects/graid/8/sys/pc98/cbus/fdc.c projects/graid/8/sys/pc98/pc98/machdep.c projects/graid/8/sys/pci/if_rlreg.h projects/graid/8/sys/powerpc/include/memdev.h projects/graid/8/sys/powerpc/powermac/ata_kauai.c projects/graid/8/sys/powerpc/powerpc/mem.c projects/graid/8/sys/security/mac/mac_framework.c projects/graid/8/sys/security/mac/mac_internal.h projects/graid/8/sys/sparc64/include/intr_machdep.h projects/graid/8/sys/sparc64/include/iommureg.h projects/graid/8/sys/sparc64/include/memdev.h projects/graid/8/sys/sparc64/pci/fire.c projects/graid/8/sys/sparc64/pci/psycho.c projects/graid/8/sys/sparc64/pci/schizo.c projects/graid/8/sys/sparc64/sbus/sbus.c projects/graid/8/sys/sparc64/sparc64/intr_machdep.c projects/graid/8/sys/sparc64/sparc64/mem.c projects/graid/8/sys/sparc64/sparc64/trap.c projects/graid/8/sys/sun4v/include/memdev.h projects/graid/8/sys/sys/aac_ioctl.h projects/graid/8/sys/sys/bus.h projects/graid/8/sys/sys/diskmbr.h projects/graid/8/sys/sys/dtrace_bsd.h projects/graid/8/sys/sys/gpt.h projects/graid/8/sys/sys/memrange.h projects/graid/8/sys/sys/param.h projects/graid/8/sys/sys/priority.h projects/graid/8/sys/sys/priv.h projects/graid/8/sys/sys/proc.h projects/graid/8/sys/sys/ptrace.h projects/graid/8/sys/sys/sdt.h projects/graid/8/sys/sys/signal.h projects/graid/8/sys/sys/sysctl.h projects/graid/8/sys/sys/sysent.h projects/graid/8/sys/sys/taskqueue.h projects/graid/8/sys/sys/thr.h projects/graid/8/sys/sys/umtx.h projects/graid/8/sys/tools/vnode_if.awk projects/graid/8/sys/ufs/ffs/ffs_alloc.c projects/graid/8/sys/ufs/ffs/ffs_vfsops.c projects/graid/8/sys/ufs/ffs/fs.h projects/graid/8/sys/ufs/ufs/ufsmount.h projects/graid/8/sys/vm/swap_pager.c projects/graid/8/sys/vm/vm_fault.c projects/graid/8/sys/vm/vm_map.c projects/graid/8/sys/vm/vm_object.c projects/graid/8/sys/vm/vm_page.c projects/graid/8/sys/vm/vm_zeroidle.c projects/graid/8/sys/x86/isa/clock.c projects/graid/8/sys/x86/x86/local_apic.c projects/graid/8/tools/regression/bin/sh/builtins/cd2.0 projects/graid/8/usr.bin/calendar/calendars/calendar.freebsd projects/graid/8/usr.bin/cpuset/cpuset.1 projects/graid/8/usr.bin/cpuset/cpuset.c projects/graid/8/usr.bin/getopt/getopt.1 projects/graid/8/usr.bin/gzip/zmore.1 projects/graid/8/usr.bin/lex/misc.c projects/graid/8/usr.bin/m4/gnum4.c projects/graid/8/usr.bin/mail/mail.1 projects/graid/8/usr.bin/make/lst.c projects/graid/8/usr.bin/netstat/if.c projects/graid/8/usr.bin/netstat/netstat.h projects/graid/8/usr.bin/netstat/route.c projects/graid/8/usr.bin/rpcinfo/rpcinfo.c projects/graid/8/usr.bin/tip/tip/tip.h projects/graid/8/usr.bin/top/top.local.1 projects/graid/8/usr.bin/truss/setup.c projects/graid/8/usr.bin/who/who.c projects/graid/8/usr.bin/xinstall/xinstall.c projects/graid/8/usr.sbin/fdformat/fdformat.c projects/graid/8/usr.sbin/freebsd-update/freebsd-update.sh projects/graid/8/usr.sbin/moused/moused.c projects/graid/8/usr.sbin/newsyslog/newsyslog.8 projects/graid/8/usr.sbin/newsyslog/newsyslog.c projects/graid/8/usr.sbin/newsyslog/newsyslog.conf.5 projects/graid/8/usr.sbin/newsyslog/pathnames.h projects/graid/8/usr.sbin/nfsd/nfsd.c projects/graid/8/usr.sbin/portsnap/portsnap/portsnap.sh projects/graid/8/usr.sbin/rpcbind/util.c projects/graid/8/usr.sbin/rtadvd/Makefile projects/graid/8/usr.sbin/rtadvd/rtadvd.8 projects/graid/8/usr.sbin/rtadvd/rtadvd.c projects/graid/8/usr.sbin/sysinstall/devices.c projects/graid/8/usr.sbin/sysinstall/install.c projects/graid/8/usr.sbin/sysinstall/label.c projects/graid/8/usr.sbin/sysinstall/menus.c Directory Properties: projects/graid/8/ (props changed) projects/graid/8/COPYRIGHT (props changed) projects/graid/8/LOCKS (props changed) projects/graid/8/MAINTAINERS (props changed) projects/graid/8/Makefile.inc1 (props changed) projects/graid/8/ObsoleteFiles.inc (props changed) projects/graid/8/README (props changed) projects/graid/8/bin/ (props changed) projects/graid/8/bin/chio/ (props changed) projects/graid/8/bin/chmod/ (props changed) projects/graid/8/bin/cp/ (props changed) projects/graid/8/bin/csh/ (props changed) projects/graid/8/bin/date/ (props changed) projects/graid/8/bin/df/ (props changed) projects/graid/8/bin/echo/ (props changed) projects/graid/8/bin/ed/ (props changed) projects/graid/8/bin/expr/ (props changed) projects/graid/8/bin/getfacl/ (props changed) projects/graid/8/bin/kenv/ (props changed) projects/graid/8/bin/kill/ (props changed) projects/graid/8/bin/ln/ (props changed) projects/graid/8/bin/ls/ (props changed) projects/graid/8/bin/mv/ (props changed) projects/graid/8/bin/pax/ (props changed) projects/graid/8/bin/pkill/ (props changed) projects/graid/8/bin/ps/ (props changed) projects/graid/8/bin/pwait/ (props changed) projects/graid/8/bin/setfacl/ (props changed) projects/graid/8/bin/sh/ (props changed) projects/graid/8/bin/sleep/ (props changed) projects/graid/8/bin/test/ (props changed) projects/graid/8/cddl/ (props changed) projects/graid/8/cddl/compat/opensolaris/ (props changed) projects/graid/8/cddl/contrib/dtracetoolkit/ (props changed) projects/graid/8/cddl/contrib/opensolaris/ (props changed) projects/graid/8/cddl/lib/ (props changed) projects/graid/8/cddl/lib/libnvpair/ (props changed) projects/graid/8/cddl/lib/libzpool/ (props changed) projects/graid/8/cddl/usr.bin/ (props changed) projects/graid/8/cddl/usr.sbin/ (props changed) projects/graid/8/contrib/ (props changed) projects/graid/8/contrib/amd/ (props changed) projects/graid/8/contrib/bc/ (props changed) projects/graid/8/contrib/bind9/ (props changed) projects/graid/8/contrib/binutils/ (props changed) projects/graid/8/contrib/bsnmp/ (props changed) projects/graid/8/contrib/bsnmp/snmpd/bsnmpd.1 (props changed) projects/graid/8/contrib/bzip2/ (props changed) projects/graid/8/contrib/com_err/ (props changed) projects/graid/8/contrib/csup/ (props changed) projects/graid/8/contrib/cvs/ (props changed) projects/graid/8/contrib/diff/ (props changed) projects/graid/8/contrib/ee/ (props changed) projects/graid/8/contrib/expat/ (props changed) projects/graid/8/contrib/file/ (props changed) projects/graid/8/contrib/gcc/ (props changed) projects/graid/8/contrib/gcclibs/ (props changed) projects/graid/8/contrib/gdb/ (props changed) projects/graid/8/contrib/gdtoa/ (props changed) projects/graid/8/contrib/gnu-sort/ (props changed) projects/graid/8/contrib/gperf/ (props changed) projects/graid/8/contrib/groff/ (props changed) projects/graid/8/contrib/ipfilter/ (props changed) projects/graid/8/contrib/less/ (props changed) projects/graid/8/contrib/libbegemot/ (props changed) projects/graid/8/contrib/libf2c/ (props changed) projects/graid/8/contrib/libobjc/ (props changed) projects/graid/8/contrib/libpcap/ (props changed) projects/graid/8/contrib/libreadline/ (props changed) projects/graid/8/contrib/libstdc++/ (props changed) projects/graid/8/contrib/lukemftp/ (props changed) projects/graid/8/contrib/lukemftpd/ (props changed) projects/graid/8/contrib/ncurses/ (props changed) projects/graid/8/contrib/netcat/ (props changed) projects/graid/8/contrib/ngatm/ (props changed) projects/graid/8/contrib/ntp/ (props changed) projects/graid/8/contrib/nvi/ (props changed) projects/graid/8/contrib/one-true-awk/ (props changed) projects/graid/8/contrib/openbsm/ (props changed) projects/graid/8/contrib/openpam/ (props changed) projects/graid/8/contrib/opie/ (props changed) projects/graid/8/contrib/pam_modules/ (props changed) projects/graid/8/contrib/pf/ (props changed) projects/graid/8/contrib/pnpinfo/ (props changed) projects/graid/8/contrib/sendmail/ (props changed) projects/graid/8/contrib/smbfs/ (props changed) projects/graid/8/contrib/tcp_wrappers/ (props changed) projects/graid/8/contrib/tcpdump/ (props changed) projects/graid/8/contrib/tcsh/ (props changed) projects/graid/8/contrib/telnet/ (props changed) projects/graid/8/contrib/texinfo/ (props changed) projects/graid/8/contrib/top/ (props changed) projects/graid/8/contrib/top/install-sh (props changed) projects/graid/8/contrib/traceroute/ (props changed) projects/graid/8/contrib/wpa/ (props changed) projects/graid/8/contrib/xz/ (props changed) projects/graid/8/contrib/xz/AUTHORS (props changed) projects/graid/8/contrib/xz/COPYING (props changed) projects/graid/8/contrib/xz/FREEBSD-Xlist (props changed) projects/graid/8/contrib/xz/README (props changed) projects/graid/8/contrib/xz/TODO (props changed) projects/graid/8/contrib/xz/po/ (props changed) projects/graid/8/contrib/xz/src/ (props changed) projects/graid/8/crypto/ (props changed) projects/graid/8/crypto/heimdal/ (props changed) projects/graid/8/crypto/openssh/ (props changed) projects/graid/8/crypto/openssl/ (props changed) projects/graid/8/etc/ (props changed) projects/graid/8/games/ (props changed) projects/graid/8/games/factor/ (props changed) projects/graid/8/games/fortune/ (props changed) projects/graid/8/games/grdc/ (props changed) projects/graid/8/games/pom/ (props changed) projects/graid/8/gnu/ (props changed) projects/graid/8/gnu/lib/csu/ (props changed) projects/graid/8/gnu/lib/libgcc/ (props changed) projects/graid/8/gnu/lib/libstdc++/ (props changed) projects/graid/8/gnu/usr.bin/ (props changed) projects/graid/8/gnu/usr.bin/Makefile (props changed) projects/graid/8/gnu/usr.bin/dialog/ (props changed) projects/graid/8/gnu/usr.bin/gdb/ (props changed) projects/graid/8/gnu/usr.bin/gdb/kgdb/ (props changed) projects/graid/8/gnu/usr.bin/groff/ (props changed) projects/graid/8/gnu/usr.bin/patch/ (props changed) projects/graid/8/include/ (props changed) projects/graid/8/kerberos5/ (props changed) projects/graid/8/kerberos5/lib/libgssapi_krb5/ (props changed) projects/graid/8/kerberos5/lib/libgssapi_spnego/ (props changed) projects/graid/8/kerberos5/usr.bin/kdestroy/ (props changed) projects/graid/8/kerberos5/usr.bin/kpasswd/ (props changed) projects/graid/8/lib/ (props changed) projects/graid/8/lib/Makefile (props changed) projects/graid/8/lib/Makefile.inc (props changed) projects/graid/8/lib/bind/ (props changed) projects/graid/8/lib/csu/ (props changed) projects/graid/8/lib/libalias/ (props changed) projects/graid/8/lib/libarchive/ (props changed) projects/graid/8/lib/libauditd/ (props changed) projects/graid/8/lib/libautofs/ (props changed) projects/graid/8/lib/libbegemot/ (props changed) projects/graid/8/lib/libbluetooth/ (props changed) projects/graid/8/lib/libbsm/ (props changed) projects/graid/8/lib/libbsnmp/ (props changed) projects/graid/8/lib/libbz2/ (props changed) projects/graid/8/lib/libc/ (props changed) projects/graid/8/lib/libc/stdtime/ (props changed) projects/graid/8/lib/libc_r/ (props changed) projects/graid/8/lib/libcalendar/ (props changed) projects/graid/8/lib/libcam/ (props changed) projects/graid/8/lib/libcom_err/ (props changed) projects/graid/8/lib/libcompat/ (props changed) projects/graid/8/lib/libcrypt/ (props changed) projects/graid/8/lib/libdevinfo/ (props changed) projects/graid/8/lib/libdevstat/ (props changed) projects/graid/8/lib/libdisk/ (props changed) projects/graid/8/lib/libdwarf/ (props changed) projects/graid/8/lib/libedit/ (props changed) projects/graid/8/lib/libelf/ (props changed) projects/graid/8/lib/libexpat/ (props changed) projects/graid/8/lib/libfetch/ (props changed) projects/graid/8/lib/libftpio/ (props changed) projects/graid/8/lib/libgeom/ (props changed) projects/graid/8/lib/libgpib/ (props changed) projects/graid/8/lib/libgssapi/ (props changed) projects/graid/8/lib/libipsec/ (props changed) projects/graid/8/lib/libipx/ (props changed) projects/graid/8/lib/libjail/ (props changed) projects/graid/8/lib/libkiconv/ (props changed) projects/graid/8/lib/libkse/ (props changed) projects/graid/8/lib/libkvm/ (props changed) projects/graid/8/lib/liblzma/ (props changed) projects/graid/8/lib/liblzma/Makefile (props changed) projects/graid/8/lib/liblzma/Symbol.map (props changed) projects/graid/8/lib/liblzma/Versions.def (props changed) projects/graid/8/lib/libmagic/ (props changed) projects/graid/8/lib/libmd/ (props changed) projects/graid/8/lib/libmemstat/ (props changed) projects/graid/8/lib/libmilter/ (props changed) projects/graid/8/lib/libmp/ (props changed) projects/graid/8/lib/libncp/ (props changed) projects/graid/8/lib/libnetgraph/ (props changed) projects/graid/8/lib/libngatm/ (props changed) projects/graid/8/lib/libopie/ (props changed) projects/graid/8/lib/libpam/ (props changed) projects/graid/8/lib/libpcap/ (props changed) projects/graid/8/lib/libpmc/ (props changed) projects/graid/8/lib/libproc/ (props changed) projects/graid/8/lib/libradius/ (props changed) projects/graid/8/lib/librpcsec_gss/ (props changed) projects/graid/8/lib/librpcsvc/ (props changed) projects/graid/8/lib/librt/ (props changed) projects/graid/8/lib/librtld_db/ (props changed) projects/graid/8/lib/librtld_db/Makefile (props changed) projects/graid/8/lib/librtld_db/librtld_db.3 (props changed) projects/graid/8/lib/librtld_db/rtld_db.c (props changed) projects/graid/8/lib/librtld_db/rtld_db.h (props changed) projects/graid/8/lib/libsbuf/ (props changed) projects/graid/8/lib/libsdp/ (props changed) projects/graid/8/lib/libsm/ (props changed) projects/graid/8/lib/libsmb/ (props changed) projects/graid/8/lib/libsmdb/ (props changed) projects/graid/8/lib/libsmutil/ (props changed) projects/graid/8/lib/libstand/ (props changed) projects/graid/8/lib/libtacplus/ (props changed) projects/graid/8/lib/libtelnet/ (props changed) projects/graid/8/lib/libthr/ (props changed) projects/graid/8/lib/libthread_db/ (props changed) projects/graid/8/lib/libufs/ (props changed) projects/graid/8/lib/libugidfw/ (props changed) projects/graid/8/lib/libusb/ (props changed) projects/graid/8/lib/libusb/usb.h (props changed) projects/graid/8/lib/libusbhid/ (props changed) projects/graid/8/lib/libutil/ (props changed) projects/graid/8/lib/libvgl/ (props changed) projects/graid/8/lib/libwrap/ (props changed) projects/graid/8/lib/liby/ (props changed) projects/graid/8/lib/libypclnt/ (props changed) projects/graid/8/lib/libz/ (props changed) projects/graid/8/lib/libz/contrib/ (props changed) projects/graid/8/lib/msun/ (props changed) projects/graid/8/lib/ncurses/ (props changed) projects/graid/8/libexec/ (props changed) projects/graid/8/libexec/ftpd/ (props changed) projects/graid/8/libexec/rtld-elf/ (props changed) projects/graid/8/libexec/tftpd/ (props changed) projects/graid/8/release/ (props changed) projects/graid/8/release/doc/en_US.ISO8859-1/hardware/ (props changed) projects/graid/8/release/picobsd/ (props changed) projects/graid/8/release/picobsd/floppy.tree/sbin/ (props changed) projects/graid/8/release/picobsd/floppy.tree/sbin/dhclient-script (props changed) projects/graid/8/release/picobsd/qemu/ (props changed) projects/graid/8/release/picobsd/tinyware/login/ (props changed) projects/graid/8/release/powerpc/ (props changed) projects/graid/8/rescue/ (props changed) projects/graid/8/sbin/ (props changed) projects/graid/8/sbin/atacontrol/ (props changed) projects/graid/8/sbin/bsdlabel/ (props changed) projects/graid/8/sbin/camcontrol/ (props changed) projects/graid/8/sbin/ddb/ (props changed) projects/graid/8/sbin/devd/ (props changed) projects/graid/8/sbin/devfs/ (props changed) projects/graid/8/sbin/dhclient/ (props changed) projects/graid/8/sbin/dump/ (props changed) projects/graid/8/sbin/dumpfs/ (props changed) projects/graid/8/sbin/fdisk/ (props changed) projects/graid/8/sbin/fsck/ (props changed) projects/graid/8/sbin/fsck_ffs/ (props changed) projects/graid/8/sbin/fsck_msdosfs/ (props changed) projects/graid/8/sbin/fsirand/ (props changed) projects/graid/8/sbin/geom/ (props changed) projects/graid/8/sbin/geom/class/multipath/ (props changed) projects/graid/8/sbin/geom/class/part/ (props changed) projects/graid/8/sbin/geom/class/sched/gsched.8 (props changed) projects/graid/8/sbin/geom/class/stripe/ (props changed) projects/graid/8/sbin/ggate/ (props changed) projects/graid/8/sbin/growfs/ (props changed) projects/graid/8/sbin/hastctl/ (props changed) projects/graid/8/sbin/hastd/ (props changed) projects/graid/8/sbin/ifconfig/ (props changed) projects/graid/8/sbin/ipfw/ (props changed) projects/graid/8/sbin/iscontrol/ (props changed) projects/graid/8/sbin/kldload/ (props changed) projects/graid/8/sbin/kldstat/ (props changed) projects/graid/8/sbin/mdconfig/ (props changed) projects/graid/8/sbin/mksnap_ffs/ (props changed) projects/graid/8/sbin/mount/ (props changed) projects/graid/8/sbin/mount_cd9660/ (props changed) projects/graid/8/sbin/mount_msdosfs/ (props changed) projects/graid/8/sbin/mount_nfs/ (props changed) projects/graid/8/sbin/natd/ (props changed) projects/graid/8/sbin/newfs/ (props changed) projects/graid/8/sbin/newfs_msdos/ (props changed) projects/graid/8/sbin/ping6/ (props changed) projects/graid/8/sbin/quotacheck/ (props changed) projects/graid/8/sbin/reboot/ (props changed) projects/graid/8/sbin/restore/ (props changed) projects/graid/8/sbin/route/ (props changed) projects/graid/8/sbin/routed/ (props changed) projects/graid/8/sbin/setkey/ (props changed) projects/graid/8/sbin/spppcontrol/ (props changed) projects/graid/8/sbin/sysctl/ (props changed) projects/graid/8/sbin/tunefs/ (props changed) projects/graid/8/sbin/umount/ (props changed) projects/graid/8/secure/ (props changed) projects/graid/8/secure/lib/libcrypto/ (props changed) projects/graid/8/secure/lib/libssl/ (props changed) projects/graid/8/secure/usr.bin/bdes/ (props changed) projects/graid/8/secure/usr.bin/openssl/ (props changed) projects/graid/8/share/ (props changed) projects/graid/8/share/dict/ (props changed) projects/graid/8/share/doc/papers/devfs/ (props changed) projects/graid/8/share/doc/papers/jail/ (props changed) projects/graid/8/share/doc/smm/01.setup/ (props changed) projects/graid/8/share/examples/ (props changed) projects/graid/8/share/examples/etc/ (props changed) projects/graid/8/share/examples/kld/syscall/ (props changed) projects/graid/8/share/man/ (props changed) projects/graid/8/share/man/man1/ (props changed) projects/graid/8/share/man/man3/ (props changed) projects/graid/8/share/man/man4/ (props changed) projects/graid/8/share/man/man5/ (props changed) projects/graid/8/share/man/man7/ (props changed) projects/graid/8/share/man/man8/ (props changed) projects/graid/8/share/man/man9/ (props changed) projects/graid/8/share/misc/ (props changed) projects/graid/8/share/mk/ (props changed) projects/graid/8/share/syscons/ (props changed) projects/graid/8/share/termcap/ (props changed) projects/graid/8/share/timedef/ (props changed) projects/graid/8/share/zoneinfo/ (props changed) projects/graid/8/sys/ (props changed) projects/graid/8/sys/amd64/include/xen/ (props changed) projects/graid/8/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/8/sys/contrib/dev/acpica/ (props changed) projects/graid/8/sys/contrib/pf/ (props changed) projects/graid/8/tools/ (props changed) projects/graid/8/tools/build/mk/ (props changed) projects/graid/8/tools/build/options/ (props changed) projects/graid/8/tools/debugscripts/ (props changed) projects/graid/8/tools/kerneldoc/subsys/ (props changed) projects/graid/8/tools/regression/acct/ (props changed) projects/graid/8/tools/regression/acltools/ (props changed) projects/graid/8/tools/regression/aio/aiotest/ (props changed) projects/graid/8/tools/regression/bin/ (props changed) projects/graid/8/tools/regression/bin/date/ (props changed) projects/graid/8/tools/regression/bin/sh/ (props changed) projects/graid/8/tools/regression/fifo/ (props changed) projects/graid/8/tools/regression/geom/ (props changed) projects/graid/8/tools/regression/lib/libc/ (props changed) projects/graid/8/tools/regression/lib/msun/test-conj.t (props changed) projects/graid/8/tools/regression/mqueue/mqtest1/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest2/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest3/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest4/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest5/ (props changed) projects/graid/8/tools/regression/netinet/ (props changed) projects/graid/8/tools/regression/poll/ (props changed) projects/graid/8/tools/regression/posixsem/ (props changed) projects/graid/8/tools/regression/priv/ (props changed) projects/graid/8/tools/regression/sockets/unix_gc/ (props changed) projects/graid/8/tools/regression/usr.bin/ (props changed) projects/graid/8/tools/regression/usr.bin/pkill/ (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pgrep-_g.t (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pgrep-_s.t (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pkill-_g.t (props changed) projects/graid/8/tools/regression/usr.bin/sed/ (props changed) projects/graid/8/tools/regression/usr.bin/tr/ (props changed) projects/graid/8/tools/test/ (props changed) projects/graid/8/tools/tools/ (props changed) projects/graid/8/tools/tools/ath/ (props changed) projects/graid/8/tools/tools/ath/common/dumpregs.h (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5210.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5211.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5212.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5416.c (props changed) projects/graid/8/tools/tools/mctest/ (props changed) projects/graid/8/tools/tools/nanobsd/ (props changed) projects/graid/8/tools/tools/netrate/ (props changed) projects/graid/8/tools/tools/netrate/tcpp/ (props changed) projects/graid/8/tools/tools/termcap/termcap.pl (props changed) projects/graid/8/tools/tools/umastat/ (props changed) projects/graid/8/tools/tools/vimage/ (props changed) projects/graid/8/usr.bin/ (props changed) projects/graid/8/usr.bin/apply/ (props changed) projects/graid/8/usr.bin/ar/ (props changed) projects/graid/8/usr.bin/awk/ (props changed) projects/graid/8/usr.bin/biff/ (props changed) projects/graid/8/usr.bin/c89/ (props changed) projects/graid/8/usr.bin/c99/ (props changed) projects/graid/8/usr.bin/calendar/ (props changed) projects/graid/8/usr.bin/catman/ (props changed) projects/graid/8/usr.bin/chpass/Makefile (props changed) projects/graid/8/usr.bin/column/ (props changed) projects/graid/8/usr.bin/comm/ (props changed) projects/graid/8/usr.bin/cpio/ (props changed) projects/graid/8/usr.bin/cpuset/ (props changed) projects/graid/8/usr.bin/csup/ (props changed) projects/graid/8/usr.bin/du/ (props changed) projects/graid/8/usr.bin/ee/ (props changed) projects/graid/8/usr.bin/enigma/ (props changed) projects/graid/8/usr.bin/fetch/ (props changed) projects/graid/8/usr.bin/find/ (props changed) projects/graid/8/usr.bin/finger/ (props changed) projects/graid/8/usr.bin/fold/ (props changed) projects/graid/8/usr.bin/fstat/ (props changed) projects/graid/8/usr.bin/gcore/ (props changed) projects/graid/8/usr.bin/getopt/ (props changed) projects/graid/8/usr.bin/gzip/ (props changed) projects/graid/8/usr.bin/hexdump/ (props changed) projects/graid/8/usr.bin/indent/ (props changed) projects/graid/8/usr.bin/jot/ (props changed) projects/graid/8/usr.bin/kdump/ (props changed) projects/graid/8/usr.bin/killall/ (props changed) projects/graid/8/usr.bin/ktrace/ (props changed) projects/graid/8/usr.bin/ldd/ (props changed) projects/graid/8/usr.bin/lex/ (props changed) projects/graid/8/usr.bin/locale/ (props changed) projects/graid/8/usr.bin/locate/ (props changed) projects/graid/8/usr.bin/lockf/ (props changed) projects/graid/8/usr.bin/look/ (props changed) projects/graid/8/usr.bin/m4/ (props changed) projects/graid/8/usr.bin/mail/ (props changed) projects/graid/8/usr.bin/make/ (props changed) projects/graid/8/usr.bin/makewhatis/ (props changed) projects/graid/8/usr.bin/minigzip/ (props changed) projects/graid/8/usr.bin/ncal/ (props changed) projects/graid/8/usr.bin/netstat/ (props changed) projects/graid/8/usr.bin/pathchk/ (props changed) projects/graid/8/usr.bin/perror/ (props changed) projects/graid/8/usr.bin/procstat/ (props changed) projects/graid/8/usr.bin/rpcgen/ (props changed) projects/graid/8/usr.bin/rpcinfo/ (props changed) projects/graid/8/usr.bin/ruptime/ (props changed) projects/graid/8/usr.bin/script/ (props changed) projects/graid/8/usr.bin/sed/ (props changed) projects/graid/8/usr.bin/sockstat/ (props changed) projects/graid/8/usr.bin/split/ (props changed) projects/graid/8/usr.bin/stat/ (props changed) projects/graid/8/usr.bin/systat/ (props changed) projects/graid/8/usr.bin/tar/ (props changed) projects/graid/8/usr.bin/tftp/ (props changed) projects/graid/8/usr.bin/tip/ (props changed) projects/graid/8/usr.bin/top/ (props changed) projects/graid/8/usr.bin/touch/ (props changed) projects/graid/8/usr.bin/tr/ (props changed) projects/graid/8/usr.bin/truss/ (props changed) projects/graid/8/usr.bin/uname/ (props changed) projects/graid/8/usr.bin/unifdef/ (props changed) projects/graid/8/usr.bin/uniq/ (props changed) projects/graid/8/usr.bin/unzip/ (props changed) projects/graid/8/usr.bin/uudecode/ (props changed) projects/graid/8/usr.bin/vmstat/ (props changed) projects/graid/8/usr.bin/w/ (props changed) projects/graid/8/usr.bin/whois/ (props changed) projects/graid/8/usr.bin/xinstall/ (props changed) projects/graid/8/usr.bin/xlint/ (props changed) projects/graid/8/usr.bin/xz/ (props changed) projects/graid/8/usr.bin/yacc/ (props changed) projects/graid/8/usr.sbin/ (props changed) projects/graid/8/usr.sbin/IPXrouted/ (props changed) projects/graid/8/usr.sbin/Makefile (props changed) projects/graid/8/usr.sbin/Makefile.inc (props changed) projects/graid/8/usr.sbin/ac/ (props changed) projects/graid/8/usr.sbin/accton/ (props changed) projects/graid/8/usr.sbin/acpi/ (props changed) projects/graid/8/usr.sbin/adduser/ (props changed) projects/graid/8/usr.sbin/amd/ (props changed) projects/graid/8/usr.sbin/ancontrol/ (props changed) projects/graid/8/usr.sbin/apm/ (props changed) projects/graid/8/usr.sbin/apmd/ (props changed) projects/graid/8/usr.sbin/arp/ (props changed) projects/graid/8/usr.sbin/asf/ (props changed) projects/graid/8/usr.sbin/audit/ (props changed) projects/graid/8/usr.sbin/auditd/ (props changed) projects/graid/8/usr.sbin/auditreduce/ (props changed) projects/graid/8/usr.sbin/authpf/ (props changed) projects/graid/8/usr.sbin/bluetooth/ (props changed) projects/graid/8/usr.sbin/bluetooth/bthidcontrol/ (props changed) projects/graid/8/usr.sbin/bluetooth/bthidd/ (props changed) projects/graid/8/usr.sbin/boot0cfg/ (props changed) projects/graid/8/usr.sbin/boot98cfg/ (props changed) projects/graid/8/usr.sbin/bootparamd/ (props changed) projects/graid/8/usr.sbin/bsnmpd/ (props changed) projects/graid/8/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (props changed) projects/graid/8/usr.sbin/btxld/ (props changed) projects/graid/8/usr.sbin/burncd/ (props changed) projects/graid/8/usr.sbin/cdcontrol/ (props changed) projects/graid/8/usr.sbin/chkgrp/ (props changed) projects/graid/8/usr.sbin/chown/ (props changed) projects/graid/8/usr.sbin/chroot/ (props changed) projects/graid/8/usr.sbin/ckdist/ (props changed) projects/graid/8/usr.sbin/clear_locks/ (props changed) projects/graid/8/usr.sbin/config/ (props changed) projects/graid/8/usr.sbin/config/SMM.doc/ (props changed) projects/graid/8/usr.sbin/cpucontrol/ (props changed) projects/graid/8/usr.sbin/crashinfo/ (props changed) projects/graid/8/usr.sbin/cron/ (props changed) projects/graid/8/usr.sbin/crunch/ (props changed) projects/graid/8/usr.sbin/crunch/examples/ (props changed) projects/graid/8/usr.sbin/ctm/ (props changed) projects/graid/8/usr.sbin/cxgbtool/ (props changed) projects/graid/8/usr.sbin/daemon/ (props changed) projects/graid/8/usr.sbin/dconschat/ (props changed) projects/graid/8/usr.sbin/devinfo/ (props changed) projects/graid/8/usr.sbin/digictl/ (props changed) projects/graid/8/usr.sbin/diskinfo/ (props changed) projects/graid/8/usr.sbin/dnssec-dsfromkey/ (props changed) projects/graid/8/usr.sbin/dnssec-keyfromlabel/ (props changed) projects/graid/8/usr.sbin/dnssec-keygen/ (props changed) projects/graid/8/usr.sbin/dnssec-signzone/ (props changed) projects/graid/8/usr.sbin/dumpcis/ (props changed) projects/graid/8/usr.sbin/dumpcis/cardinfo.h (props changed) projects/graid/8/usr.sbin/dumpcis/cis.h (props changed) projects/graid/8/usr.sbin/editmap/ (props changed) projects/graid/8/usr.sbin/edquota/ (props changed) projects/graid/8/usr.sbin/eeprom/ (props changed) projects/graid/8/usr.sbin/extattr/ (props changed) projects/graid/8/usr.sbin/extattrctl/ (props changed) projects/graid/8/usr.sbin/faithd/ (props changed) projects/graid/8/usr.sbin/fdcontrol/ (props changed) projects/graid/8/usr.sbin/fdformat/ (props changed) projects/graid/8/usr.sbin/fdread/ (props changed) projects/graid/8/usr.sbin/fdwrite/ (props changed) projects/graid/8/usr.sbin/fifolog/ (props changed) projects/graid/8/usr.sbin/flowctl/ (props changed) projects/graid/8/usr.sbin/freebsd-update/ (props changed) projects/graid/8/usr.sbin/ftp-proxy/ (props changed) projects/graid/8/usr.sbin/fwcontrol/ (props changed) projects/graid/8/usr.sbin/getfmac/ (props changed) projects/graid/8/usr.sbin/getpmac/ (props changed) projects/graid/8/usr.sbin/gssd/ (props changed) projects/graid/8/usr.sbin/gstat/ (props changed) projects/graid/8/usr.sbin/i2c/ (props changed) projects/graid/8/usr.sbin/ifmcstat/ (props changed) projects/graid/8/usr.sbin/inetd/ (props changed) projects/graid/8/usr.sbin/iostat/ (props changed) projects/graid/8/usr.sbin/ip6addrctl/ (props changed) projects/graid/8/usr.sbin/ipfwpcap/ (props changed) projects/graid/8/usr.sbin/jail/ (props changed) projects/graid/8/usr.sbin/jexec/ (props changed) projects/graid/8/usr.sbin/jls/ (props changed) projects/graid/8/usr.sbin/kbdcontrol/ (props changed) projects/graid/8/usr.sbin/kbdmap/ (props changed) projects/graid/8/usr.sbin/kernbb/ (props changed) projects/graid/8/usr.sbin/keyserv/ (props changed) projects/graid/8/usr.sbin/kgmon/ (props changed) projects/graid/8/usr.sbin/kgzip/ (props changed) projects/graid/8/usr.sbin/kldxref/ (props changed) projects/graid/8/usr.sbin/lastlogin/ (props changed) projects/graid/8/usr.sbin/lmcconfig/ (props changed) projects/graid/8/usr.sbin/lpr/ (props changed) projects/graid/8/usr.sbin/lptcontrol/ (props changed) projects/graid/8/usr.sbin/mailstats/ (props changed) projects/graid/8/usr.sbin/mailwrapper/ (props changed) projects/graid/8/usr.sbin/makefs/ (props changed) projects/graid/8/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/graid/8/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/graid/8/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/graid/8/usr.sbin/makefs/getid.c (props changed) projects/graid/8/usr.sbin/makemap/ (props changed) projects/graid/8/usr.sbin/manctl/ (props changed) projects/graid/8/usr.sbin/memcontrol/ (props changed) projects/graid/8/usr.sbin/mergemaster/ (props changed) projects/graid/8/usr.sbin/mfiutil/ (props changed) projects/graid/8/usr.sbin/mixer/ (props changed) projects/graid/8/usr.sbin/mld6query/ (props changed) projects/graid/8/usr.sbin/mlxcontrol/ (props changed) projects/graid/8/usr.sbin/mount_nwfs/ (props changed) projects/graid/8/usr.sbin/mount_portalfs/ (props changed) projects/graid/8/usr.sbin/mount_smbfs/ (props changed) projects/graid/8/usr.sbin/mountd/ (props changed) projects/graid/8/usr.sbin/moused/ (props changed) projects/graid/8/usr.sbin/mptable/ (props changed) projects/graid/8/usr.sbin/mptutil/ (props changed) projects/graid/8/usr.sbin/mtest/ (props changed) projects/graid/8/usr.sbin/mtree/ (props changed) projects/graid/8/usr.sbin/named/ (props changed) projects/graid/8/usr.sbin/named-checkconf/ (props changed) projects/graid/8/usr.sbin/named-checkzone/ (props changed) projects/graid/8/usr.sbin/named.reload/ (props changed) projects/graid/8/usr.sbin/ndiscvt/ (props changed) projects/graid/8/usr.sbin/ndp/ (props changed) projects/graid/8/usr.sbin/newsyslog/ (props changed) projects/graid/8/usr.sbin/nfscbd/ (props changed) projects/graid/8/usr.sbin/nfsd/ (props changed) projects/graid/8/usr.sbin/nfsdumpstate/ (props changed) projects/graid/8/usr.sbin/nfsrevoke/ (props changed) projects/graid/8/usr.sbin/nfsuserd/ (props changed) projects/graid/8/usr.sbin/ngctl/ (props changed) projects/graid/8/usr.sbin/nghook/ (props changed) projects/graid/8/usr.sbin/nologin/ (props changed) projects/graid/8/usr.sbin/nscd/ (props changed) projects/graid/8/usr.sbin/ntp/ (props changed) projects/graid/8/usr.sbin/nvram/ (props changed) projects/graid/8/usr.sbin/ofwdump/ (props changed) projects/graid/8/usr.sbin/pciconf/ (props changed) projects/graid/8/usr.sbin/periodic/ (props changed) projects/graid/8/usr.sbin/pkg_install/ (props changed) projects/graid/8/usr.sbin/pmcannotate/ (props changed) projects/graid/8/usr.sbin/pmccontrol/ (props changed) projects/graid/8/usr.sbin/pmcstat/ (props changed) projects/graid/8/usr.sbin/pnpinfo/ (props changed) projects/graid/8/usr.sbin/portsnap/ (props changed) projects/graid/8/usr.sbin/powerd/ (props changed) projects/graid/8/usr.sbin/ppp/ (props changed) projects/graid/8/usr.sbin/pppctl/ (props changed) projects/graid/8/usr.sbin/praliases/ (props changed) projects/graid/8/usr.sbin/praudit/ (props changed) projects/graid/8/usr.sbin/procctl/ (props changed) projects/graid/8/usr.sbin/pstat/ (props changed) projects/graid/8/usr.sbin/pw/ (props changed) projects/graid/8/usr.sbin/pwd_mkdb/ (props changed) projects/graid/8/usr.sbin/quot/ (props changed) projects/graid/8/usr.sbin/quotaon/ (props changed) projects/graid/8/usr.sbin/rarpd/ (props changed) projects/graid/8/usr.sbin/repquota/ (props changed) projects/graid/8/usr.sbin/rip6query/ (props changed) projects/graid/8/usr.sbin/rmt/ (props changed) projects/graid/8/usr.sbin/rndc/ (props changed) projects/graid/8/usr.sbin/rndc-confgen/ (props changed) projects/graid/8/usr.sbin/route6d/ (props changed) projects/graid/8/usr.sbin/rpc.lockd/ (props changed) projects/graid/8/usr.sbin/rpc.statd/ (props changed) projects/graid/8/usr.sbin/rpc.umntall/ (props changed) projects/graid/8/usr.sbin/rpc.yppasswdd/ (props changed) projects/graid/8/usr.sbin/rpc.ypupdated/ (props changed) projects/graid/8/usr.sbin/rpc.ypxfrd/ (props changed) projects/graid/8/usr.sbin/rpcbind/ (props changed) projects/graid/8/usr.sbin/rrenumd/ (props changed) projects/graid/8/usr.sbin/rtadvd/ (props changed) projects/graid/8/usr.sbin/rtprio/ (props changed) projects/graid/8/usr.sbin/rtsold/ (props changed) projects/graid/8/usr.sbin/rwhod/ (props changed) projects/graid/8/usr.sbin/sa/ (props changed) projects/graid/8/usr.sbin/sade/ (props changed) projects/graid/8/usr.sbin/sendmail/ (props changed) projects/graid/8/usr.sbin/service/ (props changed) projects/graid/8/usr.sbin/service/Makefile (props changed) projects/graid/8/usr.sbin/service/service.8 (props changed) projects/graid/8/usr.sbin/service/service.sh (props changed) projects/graid/8/usr.sbin/services_mkdb/ (props changed) projects/graid/8/usr.sbin/services_mkdb/Makefile (props changed) projects/graid/8/usr.sbin/services_mkdb/services_mkdb.8 (props changed) projects/graid/8/usr.sbin/services_mkdb/services_mkdb.c (props changed) projects/graid/8/usr.sbin/services_mkdb/uniq.c (props changed) projects/graid/8/usr.sbin/setfib/ (props changed) projects/graid/8/usr.sbin/setfmac/ (props changed) projects/graid/8/usr.sbin/setpmac/ (props changed) projects/graid/8/usr.sbin/sicontrol/ (props changed) projects/graid/8/usr.sbin/smbmsg/ (props changed) projects/graid/8/usr.sbin/snapinfo/ (props changed) projects/graid/8/usr.sbin/spkrtest/ (props changed) projects/graid/8/usr.sbin/spray/ (props changed) projects/graid/8/usr.sbin/sysinstall/ (props changed) projects/graid/8/usr.sbin/syslogd/ (props changed) projects/graid/8/usr.sbin/tcpdchk/ (props changed) projects/graid/8/usr.sbin/tcpdmatch/ (props changed) projects/graid/8/usr.sbin/tcpdrop/ (props changed) projects/graid/8/usr.sbin/tcpdump/ (props changed) projects/graid/8/usr.sbin/timed/ (props changed) projects/graid/8/usr.sbin/traceroute/ (props changed) projects/graid/8/usr.sbin/traceroute6/ (props changed) projects/graid/8/usr.sbin/trpt/ (props changed) projects/graid/8/usr.sbin/tzsetup/ (props changed) projects/graid/8/usr.sbin/uathload/ (props changed) projects/graid/8/usr.sbin/ugidfw/ (props changed) projects/graid/8/usr.sbin/uhsoctl/ (props changed) projects/graid/8/usr.sbin/usbconfig/ (props changed) projects/graid/8/usr.sbin/usbdevs/ (props changed) projects/graid/8/usr.sbin/vidcontrol/ (props changed) projects/graid/8/usr.sbin/vipw/ (props changed) projects/graid/8/usr.sbin/wake/ (props changed) projects/graid/8/usr.sbin/watch/ (props changed) projects/graid/8/usr.sbin/watchdogd/ (props changed) projects/graid/8/usr.sbin/wlandebug/ (props changed) projects/graid/8/usr.sbin/wlconfig/ (props changed) projects/graid/8/usr.sbin/wpa/ (props changed) projects/graid/8/usr.sbin/yp_mkdb/ (props changed) projects/graid/8/usr.sbin/ypbind/ (props changed) projects/graid/8/usr.sbin/yppoll/ (props changed) projects/graid/8/usr.sbin/yppush/ (props changed) projects/graid/8/usr.sbin/ypserv/ (props changed) projects/graid/8/usr.sbin/ypset/ (props changed) projects/graid/8/usr.sbin/zic/ (props changed) projects/graid/8/usr.sbin/zzz/ (props changed) Modified: projects/graid/8/Makefile ============================================================================== --- projects/graid/8/Makefile Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/Makefile Fri Mar 4 12:02:32 2011 (r219262) @@ -25,6 +25,7 @@ # delete-old-dirs - Delete obsolete directories. # delete-old-files - Delete obsolete files. # delete-old-libs - Delete obsolete libraries. +# toolchains - Build a toolchain for all world and kernel targets. # # This makefile is simple by design. The FreeBSD make automatically reads # the /usr/share/mk/sys.mk unless the -m argument is specified on the @@ -268,8 +269,10 @@ make: .PHONY ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= tinderbox: - cd ${.CURDIR} && \ - DOING_TINDERBOX=YES ${MAKE} ${JFLAG} universe + @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe + +toolchains: + @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe # # universe @@ -281,6 +284,12 @@ tinderbox: .if make(universe) || make(universe_kernels) || make(tinderbox) TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v +.if defined(UNIVERSE_TARGET) +MAKE_JUST_WORLDS= YES +.else +UNIVERSE_TARGET?= buildworld +.endif + .if defined(DOING_TINDERBOX) FAILFILE=tinderbox.failed MAKEFAIL=tee -a ${FAILFILE} @@ -294,21 +303,22 @@ universe_prologue: @echo ">>> make universe started on ${STARTTIME}" @echo "--------------------------------------------------------------" .if defined(DOING_TINDERBOX) - rm -f ${FAILFILE} + @rm -f ${FAILFILE} .endif .for target in ${TARGETS} universe: universe_${target} .ORDER: universe_prologue universe_${target} universe_epilogue universe_${target}: -.if !defined(MAKE_JUST_KERNELS) @echo ">> ${target} started on `LC_ALL=C date`" +.if !defined(MAKE_JUST_KERNELS) + @echo ">> ${target} ${UNIVERSE_TARGET} started on `LC_ALL=C date`" @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \ - ${MAKE} ${JFLAG} buildworld \ + ${MAKE} ${JFLAG} ${UNIVERSE_TARGET} \ TARGET=${target} \ - > _.${target}.buildworld 2>&1 || \ - (echo "${target} world failed," \ - "check _.${target}.buildworld for details" | ${MAKEFAIL})) - @echo ">> ${target} buildworld completed on `LC_ALL=C date`" + > _.${target}.${UNIVERSE_TARGET} 2>&1 || \ + (echo "${target} ${UNIVERSE_TARGET} failed," \ + "check _.${target}.${UNIVERSE_TARGET} for details" | ${MAKEFAIL})) + @echo ">> ${target} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`" .endif .if !defined(MAKE_JUST_WORLDS) .if exists(${.CURDIR}/sys/${target}/conf/NOTES) Modified: projects/graid/8/UPDATING ============================================================================== --- projects/graid/8/UPDATING Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/UPDATING Fri Mar 4 12:02:32 2011 (r219262) @@ -15,6 +15,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20110221: + 8.2-RELEASE. + 20101126: New version of minidump format for amd64 architecture was introduced in r215872. To analyze vmcore files produced by @@ -1641,8 +1644,8 @@ COMMON ITEMS: [3] mergemaster -p [5] make installworld - make delete-old mergemaster [4] + make delete-old [6] @@ -1679,8 +1682,8 @@ COMMON ITEMS: [3] mergemaster -p [5] make installworld - make delete-old mergemaster -i [4] + make delete-old [6] Make sure that you've read the UPDATING file to understand the @@ -1722,6 +1725,10 @@ COMMON ITEMS: install) after the buildworld before this step if you last updated from current before 20020224 or from -stable before 20020408. + [6] This only deletes old files and directories. Old libraries + can be deleted by "make delete-old-libs", but you have to make + sure that no program is using those libraries anymore. + [8] In order to have a kernel that can run the 4.x binaries needed to do an installworld, you must include the COMPAT_FREEBSD4 option in your kernel. Failure to do so may leave you with a system Modified: projects/graid/8/bin/df/df.c ============================================================================== --- projects/graid/8/bin/df/df.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/df/df.c Fri Mar 4 12:02:32 2011 (r219262) @@ -125,7 +125,7 @@ main(int argc, char *argv[]) /* FALLTHROUGH */ case 'P': /* - * POSIX specifically discusses the the behavior of + * POSIX specifically discusses the behavior of * both -k and -P. It states that the blocksize should * be set to 1024. Thus, if this occurs, simply break * rather than clobbering the old blocksize. Modified: projects/graid/8/bin/ed/ed.1 ============================================================================== --- projects/graid/8/bin/ed/ed.1 Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/ed/ed.1 Fri Mar 4 12:02:32 2011 (r219262) @@ -231,7 +231,7 @@ The current line (address) in the buffer The last line in the buffer. .It n The -.Em n Ns th, +.Em n Ns th line in the buffer where .Em n @@ -649,7 +649,7 @@ The mark is not cleared until the line i deleted or otherwise modified. .It (.,.)l Print the addressed lines unambiguously. -If a single line fills for than one screen (as might be the case +If a single line fills more than one screen (as might be the case when viewing a binary file, for instance), a .Dq Li --More-- prompt is printed on the last line. Modified: projects/graid/8/bin/kenv/kenv.1 ============================================================================== --- projects/graid/8/bin/kenv/kenv.1 Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/kenv/kenv.1 Fri Mar 4 12:02:32 2011 (r219262) @@ -69,7 +69,7 @@ option is set, warnings normally printed perform the requested operation will be suppressed. .Pp Variables can be added to the kernel environment using the -.Xr /boot/loader.conf +.Pa /boot/loader.conf file, or also statically compiled into the kernel using the statement .Pp .Dl Ic env Ar filename Modified: projects/graid/8/bin/ps/ps.1 ============================================================================== --- projects/graid/8/bin/ps/ps.1 Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/ps/ps.1 Fri Mar 4 12:02:32 2011 (r219262) @@ -288,6 +288,7 @@ the include file .It Dv "P_ADVLOCK" Ta No "0x00001 Process may hold a POSIX advisory lock" .It Dv "P_CONTROLT" Ta No "0x00002 Has a controlling terminal" .It Dv "P_KTHREAD" Ta No "0x00004 Kernel thread" +.It Dv "P_FOLLOWFORK" Ta No "0x00008 Attach debugger to new children" .It Dv "P_PPWAIT" Ta No "0x00010 Parent is waiting for child to exec/exit" .It Dv "P_PROFIL" Ta No "0x00020 Has started profiling" .It Dv "P_STOPPROF" Ta No "0x00040 Has thread in requesting to stop prof" Modified: projects/graid/8/bin/setfacl/setfacl.c ============================================================================== --- projects/graid/8/bin/setfacl/setfacl.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/setfacl/setfacl.c Fri Mar 4 12:02:32 2011 (r219262) @@ -201,12 +201,14 @@ main(int argc, char *argv[]) if (stat(file->filename, &sb) == -1) { warn("%s: stat() failed", file->filename); + carried_error++; continue; } if (acl_type == ACL_TYPE_DEFAULT && S_ISDIR(sb.st_mode) == 0) { warnx("%s: default ACL may only be set on a directory", file->filename); + carried_error++; continue; } @@ -218,6 +220,7 @@ main(int argc, char *argv[]) if (acl_type == ACL_TYPE_DEFAULT) { warnx("%s: there are no default entries " "in NFSv4 ACLs", file->filename); + carried_error++; continue; } acl_type = ACL_TYPE_NFS4; @@ -240,6 +243,7 @@ main(int argc, char *argv[]) else warn("%s: acl_get_file() failed", file->filename); + carried_error++; continue; } Modified: projects/graid/8/bin/sh/arith_lex.l ============================================================================== --- projects/graid/8/bin/sh/arith_lex.l Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/sh/arith_lex.l Fri Mar 4 12:02:32 2011 (r219262) @@ -60,7 +60,15 @@ static struct varname *varnames; #undef YY_INPUT #define YY_INPUT(buf,result,max) \ - result = (*buf = *arith_buf++) ? 1 : YY_NULL; + do { \ + result = strnlen(arith_buf, max); \ + if (result == 0) \ + result = YY_NULL; \ + else { \ + memcpy(buf, arith_buf, result); \ + arith_buf += result; \ + } \ + } while (0); #define YY_NO_UNPUT %} Modified: projects/graid/8/bin/sh/expand.c ============================================================================== --- projects/graid/8/bin/sh/expand.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/sh/expand.c Fri Mar 4 12:02:32 2011 (r219262) @@ -470,8 +470,6 @@ expbackq(union node *cmd, int quoted, in } lastc = *p++; if (lastc != '\0') { - if (quotes && syntax[(int)lastc] == CCTL) - STPUTC(CTLESC, dest); if (lastc == '\n') { nnl++; } else { @@ -479,6 +477,8 @@ expbackq(union node *cmd, int quoted, in nnl--; STPUTC('\n', dest); } + if (quotes && syntax[(int)lastc] == CCTL) + STPUTC(CTLESC, dest); STPUTC(lastc, dest); } } @@ -944,7 +944,7 @@ numvar: /* - * Record the the fact that we have to scan this region of the + * Record the fact that we have to scan this region of the * string for IFS characters. */ Modified: projects/graid/8/bin/sh/jobs.c ============================================================================== --- projects/graid/8/bin/sh/jobs.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/sh/jobs.c Fri Mar 4 12:02:32 2011 (r219262) @@ -1005,6 +1005,7 @@ dowait(int block, struct job *job) out1c('\n'); } else showjob(thisjob, pid, SHOWJOBS_DEFAULT); + flushout(out1); } } else { TRACE(("Not printing status, rootshell=%d, job=%p\n", rootshell, job)); Modified: projects/graid/8/bin/sh/sh.1 ============================================================================== --- projects/graid/8/bin/sh/sh.1 Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/sh/sh.1 Fri Mar 4 12:02:32 2011 (r219262) @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD$ .\" -.Dd October 31, 2010 +.Dd December 3, 2010 .Dt SH 1 .Os .Sh NAME @@ -462,9 +462,10 @@ would become Aliases provide a convenient way for naive users to create shorthands for commands without having to learn how to create functions with arguments. -They can also be -used to create lexically obscure code. -This use is discouraged. +Using aliases in scripts is discouraged +because the command that defines them must be executed +before the code that uses them is parsed. +This is fragile and not portable. .Pp An alias name may be escaped in a command line, so that it is not replaced by its alias value, by using quoting characters within or @@ -679,11 +680,11 @@ Command names containing a slash are sim performing any searches. .It The shell searches each entry in the -.Ev PATH -environment variable +.Va PATH +variable in turn for the command. The value of the -.Ev PATH +.Va PATH variable should be a series of entries separated by colons. Each entry consists of a @@ -1052,13 +1053,9 @@ The .Ic set built-in command can also be used to set or reset them. .Ss Special Parameters -A special parameter is a parameter denoted by a special one-character -name. -The special parameters recognized by the -.Nm -shell of -.Fx -are shown in the following list, exactly as they would appear in input +Special parameters are parameters denoted by a single special character +or the digit zero. +They are shown in the following list, exactly as they would appear in input typed by the user or in the source of a shell script. .Bl -hang .It Li $* @@ -1130,6 +1127,84 @@ operand if given (with .Fl c ) or otherwise argument 0 passed to the shell. .El +.Ss Special Variables +The following variables are set by the shell or +have special meaning to it: +.Bl -tag -width ".Va HISTSIZE" +.It Va CDPATH +The search path used with the +.Ic cd +built-in. +.It Va EDITOR +The fallback editor used with the +.Ic fc +built-in. +If not set, the default editor is +.Xr ed 1 . +.It Va FCEDIT +The default editor used with the +.Ic fc +built-in. +.It Va HISTSIZE +The number of previous commands that are accessible. +.It Va HOME +The user's home directory, +used in tilde expansion and as a default directory for the +.Ic cd +built-in. +.It Va IFS +Input Field Separators. +This is normally set to +.Aq space , +.Aq tab , +and +.Aq newline . +See the +.Sx White Space Splitting +section for more details. +.It Va LINENO +The current line number in the script or function. +.It Va MAIL +The name of a mail file, that will be checked for the arrival of new +mail. +Overridden by +.Va MAILPATH . +.It Va MAILPATH +A colon +.Pq Ql \&: +separated list of file names, for the shell to check for incoming +mail. +This variable overrides the +.Va MAIL +setting. +There is a maximum of 10 mailboxes that can be monitored at once. +.It Va PATH +The default search path for executables. +See the +.Sx Path Search +section for details. +.It Va PPID +The parent process ID of the invoked shell. +This is set at startup +unless this variable is in the environment. +A later change of parent process ID is not reflected. +A subshell retains the same value of +.Va PPID . +.It Va PS1 +The primary prompt string, which defaults to +.Dq Li "$ " , +unless you are the superuser, in which case it defaults to +.Dq Li "# " . +.It Va PS2 +The secondary prompt string, which defaults to +.Dq Li "> " . +.It Va PS4 +The prefix for the trace output (if +.Fl x +is active). +The default is +.Dq Li "+ " . +.El .Ss Word Expansions This clause describes the various expansions that are performed on words. @@ -1183,7 +1258,7 @@ If the username is missing (as in .Pa ~/foobar ) , the tilde is replaced with the value of the -.Ev HOME +.Va HOME variable (the current user's home directory). .Ss Parameter Expansion The format for parameter expansion is as follows: @@ -1499,12 +1574,7 @@ To include a .Ql - , make it the first or last character listed. .Ss Built-in Commands -This section lists the commands which -are built-in because they need to perform some operation -that cannot be performed by a separate process. -In addition to -these, built-in versions of essential utilities -are provided for efficiency. +This section lists the built-in commands. .Bl -tag -width indent .It Ic \&: A null command that returns a 0 (true) exit value. @@ -1521,10 +1591,10 @@ contains any .Ql / characters, it is used as is. Otherwise, the shell searches the -.Ev PATH +.Va PATH for the file. If it is not found in the -.Ev PATH , +.Va PATH , it is sought in the current working directory. .It Ic \&[ A built-in equivalent of @@ -1555,20 +1625,24 @@ subsection. Continue the specified jobs (or the current job if no jobs are given) in the background. +.It Ic bind Oo Fl aeklrsv Oc Oo Ar key Oo Ar command Oc Oc +List or alter key bindings for the line editor. +This command is documented in +.Xr editrc 5 . +.It Ic break Op Ar num +See the +.Sx Flow-Control Constructs +subsection. .It Ic builtin Ar cmd Op Ar arg ... Execute the specified built-in command, .Ar cmd . This is useful when the user wishes to override a shell function with the same name as a built-in command. -.It Ic bind Oo Fl aeklrsv Oc Oo Ar key Oo Ar command Oc Oc -List or alter key bindings for the line editor. -This command is documented in -.Xr editrc 5 . .It Ic cd Oo Fl L | P Oc Op Ar directory Switch to the specified .Ar directory , or to the directory specified in the -.Ev HOME +.Va HOME environment variable if no .Ar directory is specified. @@ -1579,17 +1653,17 @@ does not begin with or .Pa .. , then the directories listed in the -.Ev CDPATH +.Va CDPATH variable will be searched for the specified .Ar directory . If -.Ev CDPATH +.Va CDPATH is unset, the current directory is searched. The format of -.Ev CDPATH +.Va CDPATH is the same as that of -.Ev PATH . +.Va PATH . In an interactive shell, the .Ic cd @@ -1597,7 +1671,7 @@ command will print out the name of the d that it actually switched to if this is different from the name that the user gave. These may be different either because the -.Ev CDPATH +.Va CDPATH mechanism was used or because a symbolic link was crossed. .Pp If the @@ -1629,7 +1703,7 @@ If the .Fl p option is specified, the command search is performed using a default value of -.Ev PATH +.Va PATH that is guaranteed to find all of the standard utilities. .Pp If the @@ -1662,6 +1736,10 @@ a shell keyword or an alias for .Ar value . +.It Ic continue Op Ar num +See the +.Sx Flow-Control Constructs +subsection. .It Ic echo Oo Fl e | n Oc Op Ar string ... Print a space-separated list of the arguments to the standard output and append a newline character. @@ -1788,20 +1866,20 @@ The .Ar editor string is a command name, subject to search via the -.Ev PATH +.Va PATH variable. The value in the -.Ev FCEDIT +.Va FCEDIT variable is used as a default when .Fl e is not specified. If -.Ev FCEDIT +.Va FCEDIT is null or unset, the value of the -.Ev EDITOR +.Va EDITOR variable is used. If -.Ev EDITOR +.Va EDITOR is null or unset, .Xr ed 1 is used as the editor. @@ -1835,7 +1913,7 @@ Re-execute the command without invoking Select the commands to list or edit. The number of previous commands that can be accessed are determined by the value of the -.Ev HISTSIZE +.Va HISTSIZE variable. The value of .Ar first @@ -1866,12 +1944,12 @@ the string form of the first operand can .El .El .Pp -The following environment variables affect the execution of +The following variables affect the execution of .Ic fc : -.Bl -tag -width ".Ev HISTSIZE" -.It Ev FCEDIT +.Bl -tag -width ".Va HISTSIZE" +.It Va FCEDIT Name of the editor to use for history editing. -.It Ev HISTSIZE +.It Va HISTSIZE The number of previous commands that are accessible. .El .It Ic fg Op Ar job @@ -2337,74 +2415,27 @@ command line editing features. .Sh ENVIRONMENT The following environment variables affect the execution of .Nm : -.Bl -tag -width ".Ev HISTSIZE" -.It Ev CDPATH -The search path used with the -.Ic cd -built-in. -.It Ev EDITOR -The fallback editor used with the -.Ic fc -built-in. -If not set, the default editor is -.Xr ed 1 . -.It Ev FCEDIT -The default editor used with the -.Ic fc -built-in. -.It Ev HISTSIZE -The number of previous commands that are accessible. -.It Ev HOME -The starting directory of -.Nm . -.It Ev IFS -Input Field Separators. -This is normally set to -.Aq space , -.Aq tab , -and -.Aq newline . -See the -.Sx White Space Splitting -section for more details. -.It Ev MAIL -The name of a mail file, that will be checked for the arrival of new -mail. -Overridden by -.Ev MAILPATH . -.It Ev MAILPATH -A colon -.Pq Ql \&: -separated list of file names, for the shell to check for incoming -mail. -This environment setting overrides the -.Ev MAIL -setting. -There is a maximum of 10 mailboxes that can be monitored at once. -.It Ev PATH -The default search path for executables. -See the -.Sx Path Search -section for details. -.It Ev PS1 -The primary prompt string, which defaults to -.Dq Li "$ " , -unless you are the superuser, in which case it defaults to -.Dq Li "# " . -.It Ev PS2 -The secondary prompt string, which defaults to -.Dq Li "> " . -.It Ev PS4 -The prefix for the trace output (if -.Fl x -is active). -The default is -.Dq Li "+ " . +.Bl -tag -width ".Ev LANGXXXXXX" +.It Ev ENV +Initialization file for interactive shells. +.It Ev LANG , Ev LC_* +Locale settings. +These are inherited by children of the shell, +and is used in a limited manner by the shell itself. +.It Ev PWD +An absolute pathname for the current directory, +possibly containing symbolic links. +This is used and updated by the shell. .It Ev TERM The default terminal setting for the shell. This is inherited by children of the shell, and is used in the history editing modes. .El +.Pp +Additionally, all environment variables are turned into shell variables +at startup, +which may affect the shell as described under +.Sx Special Variables . .Sh EXIT STATUS Errors that are detected by the shell, such as a syntax error, will cause the shell to exit with a non-zero exit status. Modified: projects/graid/8/bin/sh/var.c ============================================================================== --- projects/graid/8/bin/sh/var.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/sh/var.c Fri Mar 4 12:02:32 2011 (r219262) @@ -523,9 +523,8 @@ var_compare(const void *a, const void *b /* - * Command to list all variables which are set. Currently this command - * is invoked from the set command when the set command is called without - * any variables. + * Command to list all variables which are set. This is invoked from the + * set command when it is called without any options or operands. */ int @@ -759,9 +758,7 @@ setvarcmd(int argc, char **argv) /* - * The unset builtin command. We unset the function before we unset the - * variable to allow a function to be unset when there is a readonly variable - * with the same name. + * The unset builtin command. */ int Modified: projects/graid/8/bin/test/test.c ============================================================================== --- projects/graid/8/bin/test/test.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/bin/test/test.c Fri Mar 4 12:02:32 2011 (r219262) @@ -9,6 +9,10 @@ * * This program is in the Public Domain. */ +/* + * Important: This file is used both as a standalone program /bin/test and + * as a builtin for /bin/sh (#define SHELL). + */ #include __FBSDID("$FreeBSD$"); Modified: projects/graid/8/cddl/contrib/dtracetoolkit/dtruss ============================================================================== --- projects/graid/8/cddl/contrib/dtracetoolkit/dtruss Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/cddl/contrib/dtracetoolkit/dtruss Fri Mar 4 12:02:32 2011 (r219262) @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # # dtruss - print process system call time details. # Written using DTrace (Solaris 10 3/05). @@ -240,7 +240,7 @@ syscall:::entry */ /* print 3 args, return as hex */ -syscall::lwp_sigmask:return +syscall::sigprocmask:return /self->start/ { /* calculate elapsed time */ @@ -268,10 +268,11 @@ syscall::lwp_sigmask:return } /* print 3 args, arg0 as a string */ +syscall::access*:return, syscall::stat*:return, syscall::lstat*:return, -syscall::open*:return, -syscall::resolvepath:return +syscall::readlink*:return, +syscall::open*:return /self->start/ { /* calculate elapsed time */ @@ -329,7 +330,6 @@ syscall::*read*:return } /* print 0 arg output */ -syscall::gtime:return, syscall::*fork*:return /self->start/ { @@ -357,9 +357,6 @@ syscall::*fork*:return } /* print 1 arg output */ -syscall::brk:return, -syscall::times:return, -syscall::stime:return, syscall::close:return /self->start/ { @@ -387,7 +384,7 @@ syscall::close:return } /* print 2 arg output */ -syscall::utime:return, +syscall::utimes:return, syscall::munmap:return /self->start/ { Modified: projects/graid/8/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c ============================================================================== --- projects/graid/8/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Fri Mar 4 12:02:32 2011 (r219262) @@ -3347,20 +3347,19 @@ is_root_pool(zpool_handle_t *zhp) static boolean_t stated = B_FALSE; char *slash; - while (!stated) { + if (!stated) { stated = B_TRUE; if (statfs("/", &sfs) == -1) { (void) fprintf(stderr, "Unable to stat root file system: %s.\n", strerror(errno)); - break; + return (0); } if (strcmp(sfs.f_fstypename, "zfs") != 0) - break; + return (0); poolname = sfs.f_mntfromname; if ((slash = strchr(poolname, '/')) != NULL) *slash = '\0'; - break; } return (poolname != NULL && strcmp(poolname, zpool_get_name(zhp)) == 0); } Modified: projects/graid/8/cddl/contrib/opensolaris/cmd/ztest/ztest.c ============================================================================== --- projects/graid/8/cddl/contrib/opensolaris/cmd/ztest/ztest.c Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/cddl/contrib/opensolaris/cmd/ztest/ztest.c Fri Mar 4 12:02:32 2011 (r219262) @@ -3362,8 +3362,7 @@ ztest_verify_blocks(char *pool) int isalen; FILE *fp; - if (realpath(progname, zdb) == NULL) - assert(!"realpath() failed"); + strlcpy(zdb, "/usr/bin/ztest", sizeof(zdb)); /* zdb lives in /usr/sbin, while ztest lives in /usr/bin */ bin = strstr(zdb, "/usr/bin/"); Modified: projects/graid/8/contrib/bind9/CHANGES ============================================================================== --- projects/graid/8/contrib/bind9/CHANGES Fri Mar 4 10:57:17 2011 (r219261) +++ projects/graid/8/contrib/bind9/CHANGES Fri Mar 4 12:02:32 2011 (r219262) @@ -1,5 +1,54 @@ + --- 9.6.3 released --- - --- 9.6-ESV-R3 released --- +3009. [bug] clients-per-query code didn't work as expected with + particular query patterns. [RT #22972] + + --- 9.6.3rc1 released --- + +3007. [bug] Named failed to preserve the case of domain names in + rdata which is not compressible when writing master + files. [RT #22863] + +3002. [bug] isc_mutex_init_errcheck() failed to destroy attr. + [RT #22766] + +2996. [security] Temporarily disable SO_ACCEPTFILTER support. + [RT #22589] + +2995. [bug] The Kerberos realm was not being correctly extracted + from the signer's identity. [RT #22770] + +2994. [port] NetBSD: use pthreads by default on NetBSD >= 5.0, and + do not use threads on earlier versions. Also kill + the unproven-pthreads, mit-pthreads, and ptl2 support. + +2984. [bug] Don't run MX checks when the target of the MX record + is ".". [RT #22645] + +2817. [cleanup] Removed unnecessary isc_task_endexclusive() calls. + [RT #20768] + + --- 9.6.3b1 released --- + +2982. [bug] Reference count dst keys. dst_key_attach() can be used + increment the reference count. + + Note: dns_tsigkey_createfromkey() callers should now + always call dst_key_free() rather than setting it + to NULL on success. [RT #22672] + +2979. [bug] named could deadlock during shutdown if two + "rndc stop" commands were issued at the same + time. [RT #22108] + +2978. [port] hpux: look for [RT #21919] + +2976. [bug] named could die on exit after negotiating a GSS-TSIG + key. [RT #22573] + +2975. [bug] rbtdb.c:cleanup_dead_nodes_callback() aquired the + wrong lock which could lead to server deadlock. + [RT #22614] 2972. [bug] win32: address windows socket errors. [RT #21906] @@ -36,6 +85,9 @@ justified character with a non zero width, (e.g. "%-1c"). [RT #22270] +2965. [func] Test HMAC functions using test data from RFC 2104 and + RFC 4634. [RT #21702] + 2964. [bug] view->queryacl was being overloaded. Seperate the usage into view->queryacl, view->cacheacl and view->queryonacl. [RT #22114] @@ -43,6 +95,25 @@ 2962. [port] win32: add more dependencies to BINDBuild.dsw. [RT #22062] +2960. [func] Check that named accepts non-authoritative answers. + [RT #21594] + +2959. [func] Check that named starts with a missing masterfile. + [RT #22076] + +2957. [bug] entropy_get() and entropy_getpseudo() failed to match + the API for RAND_bytes() and RAND_pseudo_bytes() + respectively. [RT #21962] + +2956. [port] Enable atomic operations on the PowerPC64. [RT #21899] + +2954. [bug] contrib: dlz_mysql_driver.c bad error handling on + build_sqldbinstance failure. [RT #21623] + +2953. [bug] Silence spurious "expected covering NSEC3, got an + exact match" message when returning a wildcard + no data response. [RT #21744] + 2952. [port] win32: named-checkzone and named-checkconf failed to initialise winsock. [RT #21932] @@ -50,7 +121,23 @@ in a optout, delegation only zone with no secure delegations. [RT #22007] - --- 9.6-ESV-R2 released --- +2950. [bug] named failed to perform a SOA up to date check when + falling back to TCP on UDP timeouts when + ixfr-from-differences was set. [RT #21595] + +2946. [doc] Document the default values for the minimum and maximum + zone refresh and retry values in the ARM. [RT #21886] + +2945. [doc] Update empty-zones list in ARM. [RT #21772] + +2944. [maint] Remove ORCHID prefix from built in empty zones. + [RT #21772] + +2942. [contrib] zone2sqlite failed to setup the entropy sources. + [RT #21610] + +2941. [bug] sdb and sdlz (dlz's zone database) failed to support + DNAME at the zone apex. [RT #21610] 2939. [func] Check that named successfully skips NSEC3 records that fail to match the NSEC3PARAM record currently @@ -73,31 +160,173 @@ likely that the bug happens only when enabling threads, but it's not confirmed yet. [RT #21818] +2935. [bug] nsupdate: improve 'file not found' error message. + [RT #21871] + +2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c. + [RT #21871] + +2933. [bug] 'dig +nsid' used stack memory after it went out of + scope. This could potentially result in a unknown, + potentially malformed, EDNS option being sent instead + of the desired NSID option. [RT #21781] + +2932. [cleanup] Corrected a numbering error in the "dnssec" test. + [RT #21597] + +2931. [bug] Temporarily and partially disable change 2864 + because it would cause infinite attempts of RRSIG + queries. This is an urgent care fix; we'll + revisit the issue and complete the fix later. + [RT #21710] + +2929. [bug] Improved handling of GSS security contexts: + - added LRU expiration for generated TSIGs + - added the ability to use a non-default realm + - added new "realm" keyword in nsupdate + - limited lifetime of generated keys to 1 hour + or the lifetime of the context (whichever is + smaller) + [RT #19737] + 2925. [bug] Named failed to accept uncachable negative responses from insecure zones. [RT# 21555] +2923. [bug] 'dig +trace' could drop core after "connection + timeout". [RT #21514] + +2922. [contrib] Update zkt to version 1.0. + 2921. [bug] The resolver could attempt to destroy a fetch context too soon. [RT #19878] +2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET. + +2916. [func] Add framework to use IPv6 in tests. + fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7 + +2915. [cleanup] Be smarter about which objects we attempt to compile + based on configure options. [RT #21444] + +2912. [func] Windows clients don't like UPDATE responses that clear + the zone section. [RT #20986] + +2911. [bug] dnssec-signzone didn't handle out of zone records well. + [RT #21367] + +2910. [func] Sanity check Kerberos credentials. [RT #20986] + +2908. [bug] It was possible for re-signing to stop after removing + a DNSKEY. [RT #21384] + +2905. [port] aix: set use_atomic=yes with native compiler. + [RT #21402] + +2904. [bug] When using DLV, sub-zones of the zones in the DLV, + could be incorrectly marked as insecure instead of + secure leading to negative proofs failing. This was + a unintended outcome from change 2890. [RT# 21392] + +2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316] + 2900. [bug] The placeholder negative caching element was not - properly constructed triggering a INSIST in + properly constructed triggering a INSIST in dns_ncache_towire(). [RT #21346] - + +2899. [port] win32: Support linking against OpenSSL 1.0.0. + +2898. [bug] nslookup leaked memory when -domain=value was + specified. [RT #21301] + +2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294] + +2891. [maint] Update empty-zones list to match + draft-ietf-dnsop-default-local-zones-13. [RT# 21099] + 2890. [bug] Handle the introduction of new trusted-keys and DS, DLV RRsets better. [RT #21097] -2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Fri Mar 4 12:42:44 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 665861065674; Fri, 4 Mar 2011 12:42:44 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 519C68FC0A; Fri, 4 Mar 2011 12:42:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p24CgiMI032121; Fri, 4 Mar 2011 12:42:44 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p24Cgfm3032097; Fri, 4 Mar 2011 12:42:41 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103041242.p24Cgfm3032097@svn.freebsd.org> From: Alexander Motin Date: Fri, 4 Mar 2011 12:42:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219265 - in projects/graid/7: . bin/df bin/ed bin/sh bin/test contrib/bsnmp/snmpd contrib/csup contrib/groff/font/devutf8 contrib/groff/tmac contrib/top contrib/wpa_supplicant crypto/o... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2011 12:42:44 -0000 Author: mav Date: Fri Mar 4 12:42:40 2011 New Revision: 219265 URL: http://svn.freebsd.org/changeset/base/219265 Log: MFbase @r219262. Added: projects/graid/7/share/man/man4/ixgbe.4 - copied unchanged from r219262, stable/7/share/man/man4/ixgbe.4 projects/graid/7/share/man/man4/vte.4 - copied unchanged from r219262, stable/7/share/man/man4/vte.4 projects/graid/7/sys/dev/mii/rdcphy.c - copied unchanged from r219262, stable/7/sys/dev/mii/rdcphy.c projects/graid/7/sys/dev/mii/rdcphyreg.h - copied unchanged from r219262, stable/7/sys/dev/mii/rdcphyreg.h projects/graid/7/sys/dev/vte/ - copied from r219262, stable/7/sys/dev/vte/ projects/graid/7/sys/modules/vte/ - copied from r219262, stable/7/sys/modules/vte/ Modified: projects/graid/7/UPDATING (contents, props changed) projects/graid/7/bin/df/df.c projects/graid/7/bin/ed/ed.1 projects/graid/7/bin/sh/expand.c projects/graid/7/bin/sh/var.c projects/graid/7/bin/test/test.c projects/graid/7/contrib/csup/updater.c projects/graid/7/contrib/groff/font/devutf8/R.proto projects/graid/7/contrib/groff/tmac/an-old.tmac projects/graid/7/contrib/groff/tmac/doc-common projects/graid/7/contrib/groff/tmac/doc-old.tmac projects/graid/7/contrib/groff/tmac/doc-syms projects/graid/7/contrib/groff/tmac/doc.tmac projects/graid/7/contrib/groff/tmac/groff_mdoc.man projects/graid/7/contrib/top/display.c projects/graid/7/crypto/openssl/ssl/t1_lib.c projects/graid/7/etc/namedb/named.conf projects/graid/7/etc/rc.d/rpcbind projects/graid/7/etc/rc.subr projects/graid/7/etc/termcap.small projects/graid/7/games/fortune/datfiles/fortunes projects/graid/7/games/fortune/datfiles/fortunes-o.real projects/graid/7/gnu/usr.bin/groff/tmac/mdoc.local (contents, props changed) projects/graid/7/include/assert.h projects/graid/7/lib/libc/arm/gen/modf.c projects/graid/7/lib/libc/ia64/gen/modf.c projects/graid/7/lib/libc/powerpc/gen/modf.c projects/graid/7/lib/libc/sys/cpuset_getaffinity.2 projects/graid/7/lib/libc/sys/getgroups.2 projects/graid/7/release/doc/en_US.ISO8859-1/errata/article.sgml projects/graid/7/release/doc/en_US.ISO8859-1/relnotes/article.sgml projects/graid/7/release/doc/share/sgml/release.dsl projects/graid/7/release/doc/share/sgml/release.ent projects/graid/7/release/scripts/package-split.py projects/graid/7/sbin/fsck_ffs/fsck_ffs.8 projects/graid/7/sbin/geom/class/journal/gjournal.8 projects/graid/7/sbin/mdconfig/mdconfig.c projects/graid/7/sbin/newfs/newfs.8 projects/graid/7/sbin/newfs_msdos/newfs_msdos.8 projects/graid/7/share/examples/pf/pf.conf projects/graid/7/share/man/man3/queue.3 projects/graid/7/share/man/man4/Makefile projects/graid/7/share/man/man4/altq.4 projects/graid/7/share/man/man4/amdtemp.4 projects/graid/7/share/man/man4/ath_hal.4 projects/graid/7/share/man/man4/jme.4 projects/graid/7/share/man/man4/miibus.4 projects/graid/7/share/man/man4/re.4 projects/graid/7/share/man/man4/rgephy.4 projects/graid/7/share/man/man4/vlan.4 projects/graid/7/share/man/man5/devfs.5 projects/graid/7/share/man/man5/fdescfs.5 projects/graid/7/share/man/man5/make.conf.5 projects/graid/7/share/man/man7/build.7 projects/graid/7/share/man/man9/bus_space.9 projects/graid/7/share/man/man9/devclass_get_maxunit.9 projects/graid/7/share/syscons/keymaps/Makefile projects/graid/7/share/zoneinfo/australasia projects/graid/7/share/zoneinfo/northamerica projects/graid/7/share/zoneinfo/zone.tab projects/graid/7/sys/amd64/amd64/trap.c projects/graid/7/sys/arm/xscale/i80321/iq80321.c projects/graid/7/sys/boot/common/interp.c projects/graid/7/sys/boot/ficl/words.c projects/graid/7/sys/boot/forth/loader.conf projects/graid/7/sys/cam/cam_xpt.c projects/graid/7/sys/cam/scsi/scsi_sa.c projects/graid/7/sys/cddl/dev/dtrace/amd64/dtrace_subr.c projects/graid/7/sys/cddl/dev/dtrace/i386/dtrace_subr.c projects/graid/7/sys/compat/linprocfs/linprocfs.c projects/graid/7/sys/compat/ndis/kern_ndis.c projects/graid/7/sys/compat/ndis/subr_ntoskrnl.c projects/graid/7/sys/conf/NOTES projects/graid/7/sys/conf/files projects/graid/7/sys/conf/kern.pre.mk projects/graid/7/sys/conf/newvers.sh projects/graid/7/sys/crypto/sha2/sha2.c projects/graid/7/sys/dev/aac/aac.c projects/graid/7/sys/dev/advansys/adwcam.c projects/graid/7/sys/dev/ae/if_ae.c projects/graid/7/sys/dev/ae/if_aevar.h projects/graid/7/sys/dev/age/if_age.c projects/graid/7/sys/dev/age/if_agevar.h projects/graid/7/sys/dev/alc/if_alc.c projects/graid/7/sys/dev/alc/if_alcvar.h projects/graid/7/sys/dev/ale/if_ale.c projects/graid/7/sys/dev/ale/if_alevar.h projects/graid/7/sys/dev/asr/i2omsg.h projects/graid/7/sys/dev/bktr/bktr_card.c projects/graid/7/sys/dev/ctau/ctau.c projects/graid/7/sys/dev/ctau/ctddk.h projects/graid/7/sys/dev/cxgb/cxgb_main.c projects/graid/7/sys/dev/drm/mach64_dma.c projects/graid/7/sys/dev/drm/r300_reg.h projects/graid/7/sys/dev/e1000/e1000_82575.c projects/graid/7/sys/dev/e1000/e1000_ich8lan.c projects/graid/7/sys/dev/ep/if_epreg.h projects/graid/7/sys/dev/fdc/fdc.c projects/graid/7/sys/dev/fxp/if_fxp.c projects/graid/7/sys/dev/ixgb/ixgb_ee.c projects/graid/7/sys/dev/jme/if_jme.c projects/graid/7/sys/dev/jme/if_jmereg.h projects/graid/7/sys/dev/jme/if_jmevar.h projects/graid/7/sys/dev/malo/if_malohal.h projects/graid/7/sys/dev/mii/jmphy.c projects/graid/7/sys/dev/mii/jmphyreg.h projects/graid/7/sys/dev/mii/miidevs projects/graid/7/sys/dev/nfe/if_nfe.c projects/graid/7/sys/dev/nfe/if_nfevar.h projects/graid/7/sys/dev/nxge/xgehal/xgehal-device.c projects/graid/7/sys/dev/nxge/xgehal/xgehal-ring-fp.c projects/graid/7/sys/dev/pci/pci.c projects/graid/7/sys/dev/random/randomdev_soft.c projects/graid/7/sys/dev/re/if_re.c projects/graid/7/sys/dev/sound/pci/emu10k1.c projects/graid/7/sys/dev/sound/pci/emu10kx.c projects/graid/7/sys/dev/sound/pci/es137x.c projects/graid/7/sys/dev/sound/pci/hda/hdac.c projects/graid/7/sys/dev/sym/sym_fw1.h projects/graid/7/sys/dev/sym/sym_fw2.h projects/graid/7/sys/dev/uart/uart_dev_ns8250.c projects/graid/7/sys/dev/usb/umass.c projects/graid/7/sys/dev/usb/usbdevs projects/graid/7/sys/dev/vx/if_vxreg.h projects/graid/7/sys/dev/wpi/if_wpi.c projects/graid/7/sys/fs/fdescfs/fdesc_vnops.c projects/graid/7/sys/fs/msdosfs/msdosfs_vnops.c projects/graid/7/sys/geom/geom_vfs.c projects/graid/7/sys/geom/label/g_label.c projects/graid/7/sys/geom/part/g_part_ebr.c projects/graid/7/sys/gnu/fs/ext2fs/ext2_vfsops.c projects/graid/7/sys/i386/conf/GENERIC projects/graid/7/sys/i386/i386/trap.c projects/graid/7/sys/kern/init_main.c projects/graid/7/sys/kern/kern_fork.c projects/graid/7/sys/kern/kern_intr.c projects/graid/7/sys/kern/kern_kthread.c projects/graid/7/sys/kern/kern_synch.c projects/graid/7/sys/kern/kern_umtx.c projects/graid/7/sys/kern/sched_4bsd.c projects/graid/7/sys/kern/sched_ule.c projects/graid/7/sys/kern/subr_autoconf.c projects/graid/7/sys/kern/subr_turnstile.c projects/graid/7/sys/kern/subr_unit.c projects/graid/7/sys/kern/subr_witness.c projects/graid/7/sys/kern/uipc_mbuf.c projects/graid/7/sys/kern/uipc_usrreq.c projects/graid/7/sys/modules/Makefile projects/graid/7/sys/modules/mii/Makefile projects/graid/7/sys/net/if_media.c projects/graid/7/sys/net/route.c projects/graid/7/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c projects/graid/7/sys/netgraph/ng_source.c projects/graid/7/sys/netinet/if_ether.c projects/graid/7/sys/netinet/ip_input.c projects/graid/7/sys/netinet/tcp_offload.h projects/graid/7/sys/netinet/tcp_subr.c projects/graid/7/sys/netinet/tcp_syncache.c projects/graid/7/sys/netinet/tcp_timewait.c projects/graid/7/sys/netinet/tcp_usrreq.c projects/graid/7/sys/netinet6/in6.h projects/graid/7/sys/nfsserver/nfs_syscalls.c projects/graid/7/sys/pc98/cbus/fdc.c projects/graid/7/sys/pci/if_rlreg.h projects/graid/7/sys/sparc64/include/intr_machdep.h projects/graid/7/sys/sparc64/include/iommureg.h projects/graid/7/sys/sparc64/pci/fire.c projects/graid/7/sys/sparc64/pci/psycho.c projects/graid/7/sys/sparc64/pci/schizo.c projects/graid/7/sys/sparc64/sbus/sbus.c projects/graid/7/sys/sparc64/sparc64/intr_machdep.c projects/graid/7/sys/sparc64/sparc64/trap.c projects/graid/7/sys/sys/aac_ioctl.h projects/graid/7/sys/sys/bus.h projects/graid/7/sys/sys/priority.h projects/graid/7/sys/sys/sysctl.h projects/graid/7/sys/sys/taskqueue.h projects/graid/7/sys/sys/umtx.h projects/graid/7/sys/vm/swap_pager.c projects/graid/7/tools/tools/tinybsd/tinybsd projects/graid/7/usr.bin/cpuset/cpuset.1 projects/graid/7/usr.bin/cpuset/cpuset.c projects/graid/7/usr.bin/getopt/getopt.1 projects/graid/7/usr.bin/gzip/zmore.1 projects/graid/7/usr.bin/lex/misc.c projects/graid/7/usr.bin/m4/gnum4.c projects/graid/7/usr.bin/mail/mail.1 projects/graid/7/usr.bin/make/lst.c projects/graid/7/usr.bin/rpcinfo/rpcinfo.c projects/graid/7/usr.bin/top/top.local.1 projects/graid/7/usr.bin/truss/setup.c projects/graid/7/usr.bin/xinstall/xinstall.c projects/graid/7/usr.sbin/fdformat/fdformat.c projects/graid/7/usr.sbin/freebsd-update/freebsd-update.sh projects/graid/7/usr.sbin/moused/moused.c projects/graid/7/usr.sbin/nfsd/nfsd.c projects/graid/7/usr.sbin/pstat/pstat.c projects/graid/7/usr.sbin/rpcbind/util.c projects/graid/7/usr.sbin/rtadvd/Makefile projects/graid/7/usr.sbin/rtadvd/rtadvd.8 projects/graid/7/usr.sbin/rtadvd/rtadvd.c projects/graid/7/usr.sbin/sysinstall/devices.c projects/graid/7/usr.sbin/sysinstall/install.c projects/graid/7/usr.sbin/sysinstall/label.c projects/graid/7/usr.sbin/sysinstall/menus.c Directory Properties: projects/graid/7/ (props changed) projects/graid/7/COPYRIGHT (props changed) projects/graid/7/Makefile (props changed) projects/graid/7/Makefile.inc1 (props changed) projects/graid/7/ObsoleteFiles.inc (props changed) projects/graid/7/bin/ (props changed) projects/graid/7/bin/chflags/ (props changed) projects/graid/7/bin/chio/ (props changed) projects/graid/7/bin/cp/ (props changed) projects/graid/7/bin/csh/ (props changed) projects/graid/7/bin/dd/ (props changed) projects/graid/7/bin/df/ (props changed) projects/graid/7/bin/echo/ (props changed) projects/graid/7/bin/ed/ (props changed) projects/graid/7/bin/expr/ (props changed) projects/graid/7/bin/kill/ (props changed) projects/graid/7/bin/ln/ (props changed) projects/graid/7/bin/ls/ (props changed) projects/graid/7/bin/pax/ (props changed) projects/graid/7/bin/ps/ (props changed) projects/graid/7/bin/rm/ (props changed) projects/graid/7/bin/sh/ (props changed) projects/graid/7/bin/test/ (props changed) projects/graid/7/cddl/contrib/opensolaris/ (props changed) projects/graid/7/cddl/lib/libzpool/ (props changed) projects/graid/7/contrib/bind9/ (props changed) projects/graid/7/contrib/binutils/ (props changed) projects/graid/7/contrib/bsnmp/ (props changed) projects/graid/7/contrib/bsnmp/snmpd/bsnmpd.1 (props changed) projects/graid/7/contrib/cpio/ (props changed) projects/graid/7/contrib/csup/ (props changed) projects/graid/7/contrib/expat/ (props changed) projects/graid/7/contrib/gcc/ (props changed) projects/graid/7/contrib/gdb/ (props changed) projects/graid/7/contrib/gdtoa/ (props changed) projects/graid/7/contrib/groff/ (props changed) projects/graid/7/contrib/ipfilter/ (props changed) projects/graid/7/contrib/less/ (props changed) projects/graid/7/contrib/libpcap/ (props changed) projects/graid/7/contrib/ncurses/ (props changed) projects/graid/7/contrib/netcat/ (props changed) projects/graid/7/contrib/ntp/ (props changed) projects/graid/7/contrib/nvi/ (props changed) projects/graid/7/contrib/pf/ (props changed) projects/graid/7/contrib/sendmail/ (props changed) projects/graid/7/contrib/smbfs/ (props changed) projects/graid/7/contrib/tcp_wrappers/ (props changed) projects/graid/7/contrib/tcsh/ (props changed) projects/graid/7/contrib/telnet/ (props changed) projects/graid/7/contrib/top/ (props changed) projects/graid/7/contrib/traceroute/ (props changed) projects/graid/7/contrib/wpa_supplicant/ (props changed) projects/graid/7/contrib/wpa_supplicant/COPYING (props changed) projects/graid/7/contrib/wpa_supplicant/ChangeLog (props changed) projects/graid/7/contrib/wpa_supplicant/FREEBSD-Xlist (props changed) projects/graid/7/contrib/wpa_supplicant/FREEBSD-upgrade (props changed) projects/graid/7/contrib/wpa_supplicant/Makefile (props changed) projects/graid/7/contrib/wpa_supplicant/README (props changed) projects/graid/7/contrib/wpa_supplicant/aes.c (props changed) projects/graid/7/contrib/wpa_supplicant/aes.h (props changed) projects/graid/7/contrib/wpa_supplicant/aes_wrap.c (props changed) projects/graid/7/contrib/wpa_supplicant/aes_wrap.h (props changed) projects/graid/7/contrib/wpa_supplicant/asn1.c (props changed) projects/graid/7/contrib/wpa_supplicant/asn1.h (props changed) projects/graid/7/contrib/wpa_supplicant/asn1_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/base64.c (props changed) projects/graid/7/contrib/wpa_supplicant/base64.h (props changed) projects/graid/7/contrib/wpa_supplicant/bignum.c (props changed) projects/graid/7/contrib/wpa_supplicant/bignum.h (props changed) projects/graid/7/contrib/wpa_supplicant/build_config.h (props changed) projects/graid/7/contrib/wpa_supplicant/common.c (props changed) projects/graid/7/contrib/wpa_supplicant/common.h (props changed) projects/graid/7/contrib/wpa_supplicant/config.c (props changed) projects/graid/7/contrib/wpa_supplicant/config.h (props changed) projects/graid/7/contrib/wpa_supplicant/config_file.c (props changed) projects/graid/7/contrib/wpa_supplicant/config_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/config_ssid.h (props changed) projects/graid/7/contrib/wpa_supplicant/config_types.h (props changed) projects/graid/7/contrib/wpa_supplicant/config_winreg.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto.h (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_cryptoapi.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_gnutls.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_internal.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_libtomcrypt.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface.h (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus.h (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus_handlers.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus_handlers.h (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_named_pipe.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_udp.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_unix.c (props changed) projects/graid/7/contrib/wpa_supplicant/dbus-wpa_supplicant.conf (props changed) projects/graid/7/contrib/wpa_supplicant/dbus-wpa_supplicant.service (props changed) projects/graid/7/contrib/wpa_supplicant/dbus_dict_helpers.c (props changed) projects/graid/7/contrib/wpa_supplicant/dbus_dict_helpers.h (props changed) projects/graid/7/contrib/wpa_supplicant/defconfig (props changed) projects/graid/7/contrib/wpa_supplicant/defs.h (props changed) projects/graid/7/contrib/wpa_supplicant/des.c (props changed) projects/graid/7/contrib/wpa_supplicant/doc/ (props changed) projects/graid/7/contrib/wpa_supplicant/driver.h (props changed) projects/graid/7/contrib/wpa_supplicant/driver_hostap.h (props changed) projects/graid/7/contrib/wpa_supplicant/driver_ndis.c (props changed) projects/graid/7/contrib/wpa_supplicant/driver_ndis.h (props changed) projects/graid/7/contrib/wpa_supplicant/driver_wired.c (props changed) projects/graid/7/contrib/wpa_supplicant/drivers.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_aka.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_defs.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_fast.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gpsk.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gpsk_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gpsk_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gtc.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_i.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_leap.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_md5.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_methods.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_methods.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_mschapv2.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_otp.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_pax.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_pax_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_pax_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_peap.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_psk.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_psk_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_psk_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sake.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sake_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sake_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sim.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sim_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sim_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_testing.txt (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tls.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tls_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tls_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tlv.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tlv.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_ttls.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_ttls.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_vendor_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/eapol_sm.c (props changed) projects/graid/7/contrib/wpa_supplicant/eapol_sm.h (props changed) projects/graid/7/contrib/wpa_supplicant/eapol_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/eloop.c (props changed) projects/graid/7/contrib/wpa_supplicant/eloop.h (props changed) projects/graid/7/contrib/wpa_supplicant/eloop_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/eloop_win.c (props changed) projects/graid/7/contrib/wpa_supplicant/events.c (props changed) projects/graid/7/contrib/wpa_supplicant/examples/ (props changed) projects/graid/7/contrib/wpa_supplicant/hostapd.h (props changed) projects/graid/7/contrib/wpa_supplicant/includes.h (props changed) projects/graid/7/contrib/wpa_supplicant/l2_packet.h (props changed) projects/graid/7/contrib/wpa_supplicant/libtommath.c (props changed) projects/graid/7/contrib/wpa_supplicant/main.c (props changed) projects/graid/7/contrib/wpa_supplicant/md4.c (props changed) projects/graid/7/contrib/wpa_supplicant/md5.c (props changed) projects/graid/7/contrib/wpa_supplicant/md5.h (props changed) projects/graid/7/contrib/wpa_supplicant/mlme.c (props changed) projects/graid/7/contrib/wpa_supplicant/mlme.h (props changed) projects/graid/7/contrib/wpa_supplicant/ms_funcs.c (props changed) projects/graid/7/contrib/wpa_supplicant/ms_funcs.h (props changed) projects/graid/7/contrib/wpa_supplicant/nmake.mak (props changed) projects/graid/7/contrib/wpa_supplicant/openssl-0.9.8d-tls-extensions.patch (props changed) projects/graid/7/contrib/wpa_supplicant/openssl-0.9.8e-tls-extensions.patch (props changed) projects/graid/7/contrib/wpa_supplicant/openssl-tls-extensions.patch (props changed) projects/graid/7/contrib/wpa_supplicant/os.h (props changed) projects/graid/7/contrib/wpa_supplicant/os_internal.c (props changed) projects/graid/7/contrib/wpa_supplicant/os_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/os_unix.c (props changed) projects/graid/7/contrib/wpa_supplicant/pcsc_funcs.c (props changed) projects/graid/7/contrib/wpa_supplicant/pcsc_funcs.h (props changed) projects/graid/7/contrib/wpa_supplicant/pmksa_cache.c (props changed) projects/graid/7/contrib/wpa_supplicant/pmksa_cache.h (props changed) projects/graid/7/contrib/wpa_supplicant/preauth.c (props changed) projects/graid/7/contrib/wpa_supplicant/preauth.h (props changed) projects/graid/7/contrib/wpa_supplicant/preauth_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/radius.c (props changed) projects/graid/7/contrib/wpa_supplicant/radius.h (props changed) projects/graid/7/contrib/wpa_supplicant/radius_client.c (props changed) projects/graid/7/contrib/wpa_supplicant/radius_client.h (props changed) projects/graid/7/contrib/wpa_supplicant/rc4.c (props changed) projects/graid/7/contrib/wpa_supplicant/rc4.h (props changed) projects/graid/7/contrib/wpa_supplicant/rsa.c (props changed) projects/graid/7/contrib/wpa_supplicant/rsa.h (props changed) projects/graid/7/contrib/wpa_supplicant/sha1.c (props changed) projects/graid/7/contrib/wpa_supplicant/sha1.h (props changed) projects/graid/7/contrib/wpa_supplicant/sha256.c (props changed) projects/graid/7/contrib/wpa_supplicant/sha256.h (props changed) projects/graid/7/contrib/wpa_supplicant/state_machine.h (props changed) projects/graid/7/contrib/wpa_supplicant/tls.h (props changed) projects/graid/7/contrib/wpa_supplicant/tls_gnutls.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_internal.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_openssl.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_schannel.c (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_client.c (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_client.h (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/todo.txt (props changed) projects/graid/7/contrib/wpa_supplicant/version.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_cli.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_ctrl.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_ctrl.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_gui/ (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_gui-qt4/ (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_i.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_passphrase.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.conf (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant_i.h (props changed) projects/graid/7/contrib/wpa_supplicant/x509v3.c (props changed) projects/graid/7/contrib/wpa_supplicant/x509v3.h (props changed) projects/graid/7/crypto/openssh/ (props changed) projects/graid/7/crypto/openssl/ (props changed) projects/graid/7/etc/ (props changed) projects/graid/7/games/factor/ (props changed) projects/graid/7/games/fortune/ (props changed) projects/graid/7/games/grdc/ (props changed) projects/graid/7/gnu/ (props changed) projects/graid/7/gnu/lib/libstdc++/ (props changed) projects/graid/7/gnu/usr.bin/ (props changed) projects/graid/7/gnu/usr.bin/cc/ (props changed) projects/graid/7/gnu/usr.bin/cpio/ (props changed) projects/graid/7/gnu/usr.bin/cvs/ (props changed) projects/graid/7/gnu/usr.bin/gdb/ (props changed) projects/graid/7/gnu/usr.bin/gdb/kgdb/ (props changed) projects/graid/7/gnu/usr.bin/grep/ (props changed) projects/graid/7/gnu/usr.bin/groff/ (props changed) projects/graid/7/gnu/usr.bin/man/ (props changed) projects/graid/7/gnu/usr.bin/sort/ (props changed) projects/graid/7/include/ (props changed) projects/graid/7/kerberos5/ (props changed) projects/graid/7/lib/ (props changed) projects/graid/7/lib/bind/ (props changed) projects/graid/7/lib/csu/ (props changed) projects/graid/7/lib/libarchive/ (props changed) projects/graid/7/lib/libbluetooth/ (props changed) projects/graid/7/lib/libc/ (props changed) projects/graid/7/lib/libc/stdtime/ (props changed) projects/graid/7/lib/libc_r/ (props changed) projects/graid/7/lib/libcam/ (props changed) projects/graid/7/lib/libdisk/ (props changed) projects/graid/7/lib/libdwarf/ (props changed) projects/graid/7/lib/libelf/ (props changed) projects/graid/7/lib/libexpat/ (props changed) projects/graid/7/lib/libfetch/ (props changed) projects/graid/7/lib/libftpio/ (props changed) projects/graid/7/lib/libgeom/ (props changed) projects/graid/7/lib/libgssapi/ (props changed) projects/graid/7/lib/libkse/ (props changed) projects/graid/7/lib/libkvm/ (props changed) projects/graid/7/lib/libmagic/ (props changed) projects/graid/7/lib/libmemstat/ (props changed) projects/graid/7/lib/libpmc/ (props changed) projects/graid/7/lib/libradius/ (props changed) projects/graid/7/lib/libsm/ (props changed) projects/graid/7/lib/libstand/ (props changed) projects/graid/7/lib/libthr/ (props changed) projects/graid/7/lib/libthread_db/ (props changed) projects/graid/7/lib/libufs/ (props changed) projects/graid/7/lib/libutil/ (props changed) projects/graid/7/lib/msun/ (props changed) projects/graid/7/libexec/ (props changed) projects/graid/7/libexec/ftpd/ (props changed) projects/graid/7/libexec/rpc.rquotad/ (props changed) projects/graid/7/libexec/rpc.rstatd/ (props changed) projects/graid/7/libexec/rtld-elf/ (props changed) projects/graid/7/libexec/tftpd/ (props changed) projects/graid/7/release/ (props changed) projects/graid/7/release/doc/ (props changed) projects/graid/7/release/doc/en_US.ISO8859-1/hardware/ (props changed) projects/graid/7/release/picobsd/tinyware/login/ (props changed) projects/graid/7/rescue/ (props changed) projects/graid/7/sbin/ (props changed) projects/graid/7/sbin/atacontrol/ (props changed) projects/graid/7/sbin/bsdlabel/ (props changed) projects/graid/7/sbin/clri/ (props changed) projects/graid/7/sbin/ddb/ (props changed) projects/graid/7/sbin/devd/ (props changed) projects/graid/7/sbin/devfs/ (props changed) projects/graid/7/sbin/dhclient/ (props changed) projects/graid/7/sbin/dumpfs/ (props changed) projects/graid/7/sbin/fdisk/ (props changed) projects/graid/7/sbin/fdisk_pc98/ (props changed) projects/graid/7/sbin/fsck/ (props changed) projects/graid/7/sbin/fsck_ffs/ (props changed) projects/graid/7/sbin/fsck_msdosfs/ (props changed) projects/graid/7/sbin/geom/ (props changed) projects/graid/7/sbin/geom/class/journal/ (props changed) projects/graid/7/sbin/geom/class/label/ (props changed) projects/graid/7/sbin/geom/class/part/ (props changed) projects/graid/7/sbin/geom/class/stripe/ (props changed) projects/graid/7/sbin/geom/misc/ (props changed) projects/graid/7/sbin/growfs/ (props changed) projects/graid/7/sbin/ifconfig/ (props changed) projects/graid/7/sbin/init/ (props changed) projects/graid/7/sbin/ipf/ (props changed) projects/graid/7/sbin/ipfw/ (props changed) projects/graid/7/sbin/md5/ (props changed) projects/graid/7/sbin/mdconfig/ (props changed) projects/graid/7/sbin/mksnap_ffs/ (props changed) projects/graid/7/sbin/mount/ (props changed) projects/graid/7/sbin/mount_msdosfs/ (props changed) projects/graid/7/sbin/natd/ (props changed) projects/graid/7/sbin/newfs/ (props changed) projects/graid/7/sbin/newfs_msdos/ (props changed) projects/graid/7/sbin/ping6/ (props changed) projects/graid/7/sbin/reboot/ (props changed) projects/graid/7/sbin/restore/ (props changed) projects/graid/7/sbin/route/ (props changed) projects/graid/7/sbin/savecore/ (props changed) projects/graid/7/sbin/sconfig/ (props changed) projects/graid/7/sbin/shutdown/ (props changed) projects/graid/7/sbin/sysctl/ (props changed) projects/graid/7/sbin/tunefs/ (props changed) projects/graid/7/secure/lib/libcrypto/ (props changed) projects/graid/7/secure/lib/libssh/ (props changed) projects/graid/7/secure/lib/libssl/ (props changed) projects/graid/7/secure/libexec/sftp-server/ (props changed) projects/graid/7/secure/usr.bin/bdes/ (props changed) projects/graid/7/secure/usr.bin/openssl/ (props changed) projects/graid/7/secure/usr.bin/ssh/ (props changed) projects/graid/7/secure/usr.sbin/sshd/ (props changed) projects/graid/7/share/ (props changed) projects/graid/7/share/colldef/ (props changed) projects/graid/7/share/dict/ (props changed) projects/graid/7/share/doc/bind9/ (props changed) projects/graid/7/share/doc/papers/jail/ (props changed) projects/graid/7/share/doc/smm/01.setup/ (props changed) projects/graid/7/share/examples/ (props changed) projects/graid/7/share/man/ (props changed) projects/graid/7/share/man/man1/ (props changed) projects/graid/7/share/man/man3/ (props changed) projects/graid/7/share/man/man4/ (props changed) projects/graid/7/share/man/man5/ (props changed) projects/graid/7/share/man/man7/ (props changed) projects/graid/7/share/man/man8/ (props changed) projects/graid/7/share/man/man9/ (props changed) projects/graid/7/share/misc/ (props changed) projects/graid/7/share/misc/iso639 (props changed) projects/graid/7/share/misc/pci_vendors (props changed) projects/graid/7/share/mk/ (props changed) projects/graid/7/share/mklocale/ (props changed) projects/graid/7/share/monetdef/ (props changed) projects/graid/7/share/msgdef/ (props changed) projects/graid/7/share/numericdef/ (props changed) projects/graid/7/share/sendmail/ (props changed) projects/graid/7/share/syscons/ (props changed) projects/graid/7/share/syscons/keymaps/ (props changed) projects/graid/7/share/termcap/ (props changed) projects/graid/7/share/timedef/ (props changed) projects/graid/7/share/zoneinfo/ (props changed) projects/graid/7/sys/ (props changed) projects/graid/7/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/7/sys/contrib/dev/acpica/ (props changed) projects/graid/7/sys/contrib/pf/ (props changed) projects/graid/7/tools/ (props changed) projects/graid/7/tools/build/ (props changed) projects/graid/7/tools/build/options/ (props changed) projects/graid/7/tools/debugscripts/ (props changed) projects/graid/7/tools/regression/acct/ (props changed) projects/graid/7/tools/regression/atm/ (props changed) projects/graid/7/tools/regression/bin/ (props changed) projects/graid/7/tools/regression/bin/date/ (props changed) projects/graid/7/tools/regression/bin/sh/ (props changed) projects/graid/7/tools/regression/file/ (props changed) projects/graid/7/tools/regression/file/flock/ (props changed) projects/graid/7/tools/regression/lib/libc/ (props changed) projects/graid/7/tools/regression/usr.bin/ (props changed) projects/graid/7/tools/regression/usr.bin/jot/ (props changed) projects/graid/7/tools/regression/usr.bin/tr/ (props changed) projects/graid/7/tools/sched/ (props changed) projects/graid/7/tools/test/ (props changed) projects/graid/7/tools/tools/ (props changed) projects/graid/7/tools/tools/aac/ (props changed) projects/graid/7/tools/tools/crypto/ (props changed) projects/graid/7/tools/tools/editing/ (props changed) projects/graid/7/tools/tools/nanobsd/ (props changed) projects/graid/7/tools/tools/nanobsd/FlashDevice.sub (props changed) projects/graid/7/tools/tools/nanobsd/nanobsd.sh (props changed) projects/graid/7/tools/tools/netrate/ (props changed) projects/graid/7/tools/tools/tinybsd/ (props changed) projects/graid/7/tools/tools/umastat/ (props changed) projects/graid/7/tools/tools/usb/ (props changed) projects/graid/7/usr.bin/ (props changed) projects/graid/7/usr.bin/basename/ (props changed) projects/graid/7/usr.bin/bluetooth/rfcomm_sppd/ (props changed) projects/graid/7/usr.bin/calendar/ (props changed) projects/graid/7/usr.bin/catman/ (props changed) projects/graid/7/usr.bin/cksum/ (props changed) projects/graid/7/usr.bin/comm/ (props changed) projects/graid/7/usr.bin/cpuset/ (props changed) projects/graid/7/usr.bin/csup/ (props changed) projects/graid/7/usr.bin/dirname/ (props changed) projects/graid/7/usr.bin/du/ (props changed) projects/graid/7/usr.bin/fetch/ (props changed) projects/graid/7/usr.bin/file/ (props changed) projects/graid/7/usr.bin/find/ (props changed) projects/graid/7/usr.bin/finger/ (props changed) projects/graid/7/usr.bin/fold/ (props changed) projects/graid/7/usr.bin/fstat/ (props changed) projects/graid/7/usr.bin/gcore/ (props changed) projects/graid/7/usr.bin/getopt/ (props changed) projects/graid/7/usr.bin/gprof/ (props changed) projects/graid/7/usr.bin/gzip/ (props changed) projects/graid/7/usr.bin/hexdump/ (props changed) projects/graid/7/usr.bin/id/ (props changed) projects/graid/7/usr.bin/indent/ (props changed) projects/graid/7/usr.bin/ipcrm/ (props changed) projects/graid/7/usr.bin/ipcs/ (props changed) projects/graid/7/usr.bin/jot/ (props changed) projects/graid/7/usr.bin/kdump/ (props changed) projects/graid/7/usr.bin/ktrace/ (props changed) projects/graid/7/usr.bin/ldd/ (props changed) projects/graid/7/usr.bin/less/ (props changed) projects/graid/7/usr.bin/lex/ (props changed) projects/graid/7/usr.bin/locate/ (props changed) projects/graid/7/usr.bin/lockf/ (props changed) projects/graid/7/usr.bin/logger/ (props changed) projects/graid/7/usr.bin/m4/ (props changed) projects/graid/7/usr.bin/mail/ (props changed) projects/graid/7/usr.bin/make/ (props changed) projects/graid/7/usr.bin/ncal/ (props changed) projects/graid/7/usr.bin/netstat/ (props changed) projects/graid/7/usr.bin/newgrp/ (props changed) projects/graid/7/usr.bin/nsupdate/ (props changed) projects/graid/7/usr.bin/pkill/ (props changed) projects/graid/7/usr.bin/procstat/ (props changed) projects/graid/7/usr.bin/quota/ (props changed) projects/graid/7/usr.bin/rpcgen/ (props changed) projects/graid/7/usr.bin/rpcinfo/ (props changed) projects/graid/7/usr.bin/ruptime/ (props changed) projects/graid/7/usr.bin/script/ (props changed) projects/graid/7/usr.bin/sed/ (props changed) projects/graid/7/usr.bin/shar/ (props changed) projects/graid/7/usr.bin/sockstat/ (props changed) projects/graid/7/usr.bin/stat/ (props changed) projects/graid/7/usr.bin/su/ (props changed) projects/graid/7/usr.bin/systat/ (props changed) projects/graid/7/usr.bin/tail/ (props changed) projects/graid/7/usr.bin/tar/ (props changed) projects/graid/7/usr.bin/tftp/ (props changed) projects/graid/7/usr.bin/tip/ (props changed) projects/graid/7/usr.bin/top/ (props changed) projects/graid/7/usr.bin/truncate/ (props changed) projects/graid/7/usr.bin/truss/ (props changed) projects/graid/7/usr.bin/uname/ (props changed) projects/graid/7/usr.bin/unifdef/ (props changed) projects/graid/7/usr.bin/units/ (props changed) projects/graid/7/usr.bin/uudecode/ (props changed) projects/graid/7/usr.bin/vmstat/ (props changed) projects/graid/7/usr.bin/w/ (props changed) projects/graid/7/usr.bin/wc/ (props changed) projects/graid/7/usr.bin/whereis/ (props changed) projects/graid/7/usr.bin/whois/ (props changed) projects/graid/7/usr.bin/window/ (props changed) projects/graid/7/usr.bin/xargs/ (props changed) projects/graid/7/usr.bin/xinstall/ (props changed) projects/graid/7/usr.bin/ypcat/ (props changed) projects/graid/7/usr.bin/ypmatch/ (props changed) projects/graid/7/usr.bin/ypwhich/ (props changed) projects/graid/7/usr.sbin/ (props changed) projects/graid/7/usr.sbin/IPXrouted/ (props changed) projects/graid/7/usr.sbin/Makefile (props changed) projects/graid/7/usr.sbin/Makefile.inc (props changed) projects/graid/7/usr.sbin/ac/ (props changed) projects/graid/7/usr.sbin/accton/ (props changed) projects/graid/7/usr.sbin/acpi/ (props changed) projects/graid/7/usr.sbin/adduser/ (props changed) projects/graid/7/usr.sbin/amd/ (props changed) projects/graid/7/usr.sbin/ancontrol/ (props changed) projects/graid/7/usr.sbin/apm/ (props changed) projects/graid/7/usr.sbin/apmd/ (props changed) projects/graid/7/usr.sbin/arlcontrol/ (props changed) projects/graid/7/usr.sbin/arp/ (props changed) projects/graid/7/usr.sbin/asf/ (props changed) projects/graid/7/usr.sbin/audit/ (props changed) projects/graid/7/usr.sbin/auditd/ (props changed) projects/graid/7/usr.sbin/auditreduce/ (props changed) projects/graid/7/usr.sbin/authpf/ (props changed) projects/graid/7/usr.sbin/bluetooth/ (props changed) projects/graid/7/usr.sbin/bluetooth/btpand/ (props changed) projects/graid/7/usr.sbin/bluetooth/hcsecd/ (props changed) projects/graid/7/usr.sbin/bluetooth/hcseriald/ (props changed) projects/graid/7/usr.sbin/bluetooth/rfcomm_pppd/ (props changed) projects/graid/7/usr.sbin/bluetooth/sdpd/ (props changed) projects/graid/7/usr.sbin/boot0cfg/ (props changed) projects/graid/7/usr.sbin/boot98cfg/ (props changed) projects/graid/7/usr.sbin/bootparamd/ (props changed) projects/graid/7/usr.sbin/bsnmpd/ (props changed) projects/graid/7/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (props changed) projects/graid/7/usr.sbin/bsnmpd/modules/snmp_pf/ (props changed) projects/graid/7/usr.sbin/btxld/ (props changed) projects/graid/7/usr.sbin/burncd/ (props changed) projects/graid/7/usr.sbin/cdcontrol/ (props changed) projects/graid/7/usr.sbin/chkgrp/ (props changed) projects/graid/7/usr.sbin/chown/ (props changed) projects/graid/7/usr.sbin/chroot/ (props changed) projects/graid/7/usr.sbin/ckdist/ (props changed) projects/graid/7/usr.sbin/clear_locks/ (props changed) projects/graid/7/usr.sbin/config/ (props changed) projects/graid/7/usr.sbin/config/SMM.doc/ (props changed) projects/graid/7/usr.sbin/cpucontrol/ (props changed) projects/graid/7/usr.sbin/crashinfo/ (props changed) projects/graid/7/usr.sbin/cron/ (props changed) projects/graid/7/usr.sbin/cron/cron/ (props changed) projects/graid/7/usr.sbin/crunch/ (props changed) projects/graid/7/usr.sbin/ctm/ (props changed) projects/graid/7/usr.sbin/cxgbtool/ (props changed) projects/graid/7/usr.sbin/daemon/ (props changed) projects/graid/7/usr.sbin/dconschat/ (props changed) projects/graid/7/usr.sbin/devinfo/ (props changed) projects/graid/7/usr.sbin/digictl/ (props changed) projects/graid/7/usr.sbin/diskinfo/ (props changed) projects/graid/7/usr.sbin/dnssec-keygen/ (props changed) projects/graid/7/usr.sbin/dnssec-signzone/ (props changed) projects/graid/7/usr.sbin/editmap/ (props changed) projects/graid/7/usr.sbin/edquota/ (props changed) projects/graid/7/usr.sbin/eeprom/ (props changed) projects/graid/7/usr.sbin/extattr/ (props changed) projects/graid/7/usr.sbin/extattrctl/ (props changed) projects/graid/7/usr.sbin/faithd/ (props changed) projects/graid/7/usr.sbin/fdcontrol/ (props changed) projects/graid/7/usr.sbin/fdformat/ (props changed) projects/graid/7/usr.sbin/fdread/ (props changed) projects/graid/7/usr.sbin/fdwrite/ (props changed) projects/graid/7/usr.sbin/fifolog/ (props changed) projects/graid/7/usr.sbin/flowctl/ (props changed) projects/graid/7/usr.sbin/freebsd-update/ (props changed) projects/graid/7/usr.sbin/ftp-proxy/ (props changed) projects/graid/7/usr.sbin/fwcontrol/ (props changed) projects/graid/7/usr.sbin/getfmac/ (props changed) projects/graid/7/usr.sbin/getpmac/ (props changed) projects/graid/7/usr.sbin/gstat/ (props changed) projects/graid/7/usr.sbin/i4b/ (props changed) projects/graid/7/usr.sbin/ifmcstat/ (props changed) projects/graid/7/usr.sbin/inetd/ (props changed) projects/graid/7/usr.sbin/iostat/ (props changed) projects/graid/7/usr.sbin/ip6addrctl/ (props changed) projects/graid/7/usr.sbin/ipfwpcap/ (props changed) projects/graid/7/usr.sbin/jail/ (props changed) projects/graid/7/usr.sbin/jexec/ (props changed) projects/graid/7/usr.sbin/jls/ (props changed) projects/graid/7/usr.sbin/kbdcontrol/ (props changed) projects/graid/7/usr.sbin/kbdmap/ (props changed) projects/graid/7/usr.sbin/kernbb/ (props changed) projects/graid/7/usr.sbin/keyserv/ (props changed) projects/graid/7/usr.sbin/kgmon/ (props changed) projects/graid/7/usr.sbin/kgzip/ (props changed) projects/graid/7/usr.sbin/kldxref/ (props changed) projects/graid/7/usr.sbin/lastlogin/ (props changed) projects/graid/7/usr.sbin/lmcconfig/ (props changed) projects/graid/7/usr.sbin/lpr/ (props changed) projects/graid/7/usr.sbin/lptcontrol/ (props changed) projects/graid/7/usr.sbin/mailstats/ (props changed) projects/graid/7/usr.sbin/mailwrapper/ (props changed) projects/graid/7/usr.sbin/makefs/ (props changed) projects/graid/7/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/graid/7/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/graid/7/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/graid/7/usr.sbin/makefs/getid.c (props changed) projects/graid/7/usr.sbin/makemap/ (props changed) projects/graid/7/usr.sbin/manctl/ (props changed) projects/graid/7/usr.sbin/memcontrol/ (props changed) projects/graid/7/usr.sbin/mergemaster/ (props changed) projects/graid/7/usr.sbin/mfiutil/ (props changed) projects/graid/7/usr.sbin/mixer/ (props changed) projects/graid/7/usr.sbin/mld6query/ (props changed) projects/graid/7/usr.sbin/mlxcontrol/ (props changed) projects/graid/7/usr.sbin/mount_nwfs/ (props changed) projects/graid/7/usr.sbin/mount_portalfs/ (props changed) projects/graid/7/usr.sbin/mount_smbfs/ (props changed) projects/graid/7/usr.sbin/mountd/ (props changed) projects/graid/7/usr.sbin/moused/ (props changed) projects/graid/7/usr.sbin/mptable/ (props changed) projects/graid/7/usr.sbin/mptutil/ (props changed) projects/graid/7/usr.sbin/mtest/ (props changed) projects/graid/7/usr.sbin/mtree/ (props changed) projects/graid/7/usr.sbin/named/ (props changed) projects/graid/7/usr.sbin/named-checkconf/ (props changed) projects/graid/7/usr.sbin/named-checkzone/ (props changed) projects/graid/7/usr.sbin/named.reload/ (props changed) projects/graid/7/usr.sbin/ndiscvt/ (props changed) projects/graid/7/usr.sbin/ndp/ (props changed) projects/graid/7/usr.sbin/newsyslog/ (props changed) projects/graid/7/usr.sbin/nfsd/ (props changed) projects/graid/7/usr.sbin/ngctl/ (props changed) projects/graid/7/usr.sbin/nghook/ (props changed) projects/graid/7/usr.sbin/nologin/ (props changed) projects/graid/7/usr.sbin/nscd/ (props changed) projects/graid/7/usr.sbin/ntp/ (props changed) projects/graid/7/usr.sbin/nvram/ (props changed) projects/graid/7/usr.sbin/ofwdump/ (props changed) projects/graid/7/usr.sbin/pccard/ (props changed) projects/graid/7/usr.sbin/pciconf/ (props changed) projects/graid/7/usr.sbin/periodic/ (props changed) projects/graid/7/usr.sbin/pkg_install/ (props changed) projects/graid/7/usr.sbin/pmcannotate/ (props changed) projects/graid/7/usr.sbin/pmccontrol/ (props changed) projects/graid/7/usr.sbin/pmcstat/ (props changed) projects/graid/7/usr.sbin/pnpinfo/ (props changed) projects/graid/7/usr.sbin/portsnap/ (props changed) projects/graid/7/usr.sbin/powerd/ (props changed) projects/graid/7/usr.sbin/ppp/ (props changed) projects/graid/7/usr.sbin/pppctl/ (props changed) projects/graid/7/usr.sbin/pppd/ (props changed) projects/graid/7/usr.sbin/pppstats/ (props changed) projects/graid/7/usr.sbin/praliases/ (props changed) projects/graid/7/usr.sbin/praudit/ (props changed) projects/graid/7/usr.sbin/procctl/ (props changed) projects/graid/7/usr.sbin/pstat/ (props changed) projects/graid/7/usr.sbin/pw/ (props changed) projects/graid/7/usr.sbin/pwd_mkdb/ (props changed) projects/graid/7/usr.sbin/quot/ (props changed) projects/graid/7/usr.sbin/quotaon/ (props changed) projects/graid/7/usr.sbin/rarpd/ (props changed) projects/graid/7/usr.sbin/raycontrol/ (props changed) projects/graid/7/usr.sbin/repquota/ (props changed) projects/graid/7/usr.sbin/rip6query/ (props changed) projects/graid/7/usr.sbin/rmt/ (props changed) projects/graid/7/usr.sbin/rndc/ (props changed) projects/graid/7/usr.sbin/rndc-confgen/ (props changed) projects/graid/7/usr.sbin/route6d/ (props changed) projects/graid/7/usr.sbin/rpc.lockd/ (props changed) projects/graid/7/usr.sbin/rpc.statd/ (props changed) projects/graid/7/usr.sbin/rpc.umntall/ (props changed) projects/graid/7/usr.sbin/rpc.yppasswdd/ (props changed) projects/graid/7/usr.sbin/rpc.ypupdated/ (props changed) projects/graid/7/usr.sbin/rpc.ypxfrd/ (props changed) projects/graid/7/usr.sbin/rpcbind/ (props changed) projects/graid/7/usr.sbin/rrenumd/ (props changed) projects/graid/7/usr.sbin/rtadvd/ (props changed) projects/graid/7/usr.sbin/rtprio/ (props changed) projects/graid/7/usr.sbin/rtsold/ (props changed) projects/graid/7/usr.sbin/rwhod/ (props changed) projects/graid/7/usr.sbin/sa/ (props changed) projects/graid/7/usr.sbin/sade/ (props changed) projects/graid/7/usr.sbin/sendmail/ (props changed) projects/graid/7/usr.sbin/service/ (props changed) projects/graid/7/usr.sbin/service/Makefile (props changed) projects/graid/7/usr.sbin/service/service.8 (props changed) projects/graid/7/usr.sbin/service/service.sh (props changed) projects/graid/7/usr.sbin/setfib/ (props changed) projects/graid/7/usr.sbin/setfmac/ (props changed) projects/graid/7/usr.sbin/setpmac/ (props changed) projects/graid/7/usr.sbin/sicontrol/ (props changed) projects/graid/7/usr.sbin/sliplogin/ (props changed) projects/graid/7/usr.sbin/slstat/ (props changed) projects/graid/7/usr.sbin/smbmsg/ (props changed) projects/graid/7/usr.sbin/snapinfo/ (props changed) projects/graid/7/usr.sbin/spkrtest/ (props changed) projects/graid/7/usr.sbin/spray/ (props changed) projects/graid/7/usr.sbin/sysinstall/ (props changed) projects/graid/7/usr.sbin/syslogd/ (props changed) projects/graid/7/usr.sbin/tcpdchk/ (props changed) projects/graid/7/usr.sbin/tcpdmatch/ (props changed) projects/graid/7/usr.sbin/tcpdrop/ (props changed) projects/graid/7/usr.sbin/tcpdump/ (props changed) projects/graid/7/usr.sbin/timed/ (props changed) projects/graid/7/usr.sbin/traceroute/ (props changed) projects/graid/7/usr.sbin/traceroute6/ (props changed) projects/graid/7/usr.sbin/trpt/ (props changed) projects/graid/7/usr.sbin/tzsetup/ (props changed) projects/graid/7/usr.sbin/ugidfw/ (props changed) projects/graid/7/usr.sbin/usbdevs/ (props changed) projects/graid/7/usr.sbin/vidcontrol/ (props changed) projects/graid/7/usr.sbin/vipw/ (props changed) projects/graid/7/usr.sbin/watch/ (props changed) projects/graid/7/usr.sbin/watchdogd/ (props changed) projects/graid/7/usr.sbin/wlandebug/ (props changed) projects/graid/7/usr.sbin/wlconfig/ (props changed) projects/graid/7/usr.sbin/wpa/ (props changed) projects/graid/7/usr.sbin/wpa/wpa_supplicant/ (props changed) projects/graid/7/usr.sbin/yp_mkdb/ (props changed) projects/graid/7/usr.sbin/ypbind/ (props changed) projects/graid/7/usr.sbin/yppoll/ (props changed) projects/graid/7/usr.sbin/yppush/ (props changed) projects/graid/7/usr.sbin/ypserv/ (props changed) projects/graid/7/usr.sbin/ypset/ (props changed) projects/graid/7/usr.sbin/zic/ (props changed) projects/graid/7/usr.sbin/zzz/ (props changed) Modified: projects/graid/7/UPDATING ============================================================================== --- projects/graid/7/UPDATING Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/UPDATING Fri Mar 4 12:42:40 2011 (r219265) @@ -8,6 +8,9 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20110221: + FreeBSD 7.4-RELEASE + 20101126: New version of minidump format for amd64 architecture was introduced in r215874. To analyze vmcore files produced by @@ -985,8 +988,8 @@ COMMON ITEMS: [3] mergemaster -p [5] make installworld - make delete-old mergemaster [4] + make delete-old [6] @@ -1023,8 +1026,8 @@ COMMON ITEMS: [3] mergemaster -p [5] make installworld - make delete-old mergemaster -i [4] + make delete-old [6] Make sure that you've read the UPDATING file to understand the @@ -1066,6 +1069,10 @@ COMMON ITEMS: install) after the buildworld before this step if you last updated from current before 20020224 or from -stable before 20020408. + [6] This only deletes old files and directories. Old libraries + can be deleted by "make delete-old-libs", but you have to make + sure that no program is using those libraries anymore. + [8] In order to have a kernel that can run the 4.x binaries needed to do an installworld, you must include the COMPAT_FREEBSD4 option in your kernel. Failure to do so may leave you with a system Modified: projects/graid/7/bin/df/df.c ============================================================================== --- projects/graid/7/bin/df/df.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/bin/df/df.c Fri Mar 4 12:42:40 2011 (r219265) @@ -124,7 +124,7 @@ main(int argc, char *argv[]) /* FALLTHROUGH */ case 'P': /* - * POSIX specifically discusses the the behavior of + * POSIX specifically discusses the behavior of * both -k and -P. It states that the blocksize should * be set to 1024. Thus, if this occurs, simply break * rather than clobbering the old blocksize. Modified: projects/graid/7/bin/ed/ed.1 ============================================================================== --- projects/graid/7/bin/ed/ed.1 Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/bin/ed/ed.1 Fri Mar 4 12:42:40 2011 (r219265) @@ -231,7 +231,7 @@ The current line (address) in the buffer The last line in the buffer. .It n The -.Em n Ns th, +.Em n Ns th line in the buffer where .Em n @@ -649,7 +649,7 @@ The mark is not cleared until the line i deleted or otherwise modified. .It (.,.)l Print the addressed lines unambiguously. -If a single line fills for than one screen (as might be the case +If a single line fills more than one screen (as might be the case when viewing a binary file, for instance), a .Dq Li --More-- prompt is printed on the last line. Modified: projects/graid/7/bin/sh/expand.c ============================================================================== --- projects/graid/7/bin/sh/expand.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/bin/sh/expand.c Fri Mar 4 12:42:40 2011 (r219265) @@ -944,7 +944,7 @@ numvar: /* - * Record the the fact that we have to scan this region of the + * Record the fact that we have to scan this region of the * string for IFS characters. */ Modified: projects/graid/7/bin/sh/var.c ============================================================================== --- projects/graid/7/bin/sh/var.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/bin/sh/var.c Fri Mar 4 12:42:40 2011 (r219265) @@ -523,9 +523,8 @@ var_compare(const void *a, const void *b /* - * Command to list all variables which are set. Currently this command - * is invoked from the set command when the set command is called without - * any variables. + * Command to list all variables which are set. This is invoked from the + * set command when it is called without any options or operands. */ int @@ -760,9 +759,7 @@ setvarcmd(int argc, char **argv) /* - * The unset builtin command. We unset the function before we unset the - * variable to allow a function to be unset when there is a readonly variable - * with the same name. + * The unset builtin command. */ int Modified: projects/graid/7/bin/test/test.c ============================================================================== --- projects/graid/7/bin/test/test.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/bin/test/test.c Fri Mar 4 12:42:40 2011 (r219265) @@ -9,6 +9,10 @@ * * This program is in the Public Domain. */ +/* + * Important: This file is used both as a standalone program /bin/test and + * as a builtin for /bin/sh (#define SHELL). + */ #include __FBSDID("$FreeBSD$"); Modified: projects/graid/7/contrib/csup/updater.c ============================================================================== --- projects/graid/7/contrib/csup/updater.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/csup/updater.c Fri Mar 4 12:42:40 2011 (r219265) @@ -770,7 +770,6 @@ updater_docoll(struct updater *up, struc if (sr->sr_serverattr == NULL) return (UPDATER_ERR_PROTO); - error = 0; error = updater_rcsedit(up, fup, name, rcsopt); if (error) return (error); Modified: projects/graid/7/contrib/groff/font/devutf8/R.proto ============================================================================== --- projects/graid/7/contrib/groff/font/devutf8/R.proto Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/font/devutf8/R.proto Fri Mar 4 12:42:40 2011 (r219265) @@ -726,7 +726,7 @@ st 24 0 0x220B product 24 0 0x220F coproduct 24 0 0x2210 sum 24 0 0x2211 -\- 24 0 0x002D +\- 24 0 0x2212 mi " -+ 24 0 0x2213 ** 24 0 0x2217 Modified: projects/graid/7/contrib/groff/tmac/an-old.tmac ============================================================================== --- projects/graid/7/contrib/groff/tmac/an-old.tmac Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/tmac/an-old.tmac Fri Mar 4 12:42:40 2011 (r219265) @@ -630,6 +630,18 @@ . hy \n[HY] .\} . +.\" For UTF-8, map some characters conservatively for the sake +.\" of easy cut and paste. +. +.if '\*[.T]'utf8' \{\ +. rchar \- - ' ` +. +. char \- \N'45' +. char - \N'45' +. char ' \N'39' +. char ` \N'96' +.\} +. .\" Load local modifications. .mso man.local . Modified: projects/graid/7/contrib/groff/tmac/doc-common ============================================================================== --- projects/graid/7/contrib/groff/tmac/doc-common Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/tmac/doc-common Fri Mar 4 12:42:40 2011 (r219265) @@ -46,6 +46,7 @@ .nr %Q 1 .nr %R 1 .nr %T 1 +.nr %U 1 .nr %V 1 .nr Ac 3 .nr Ad 12n @@ -77,6 +78,7 @@ .nr Dq 12n .nr Ds 6n\" many manpages still use this as a -width value .nr Dv 12n +.nr Dx 1 .nr Ec 3 .nr Ef 8n\" ? .nr Ek 8n\" ? @@ -219,6 +221,7 @@ .\" NS doc-document-title .\" NS doc-section .\" NS doc-volume +.\" NS doc-command-name .\" NS .\" NS local variables: .\" NS doc-volume-as-XXX @@ -319,6 +322,7 @@ . ds doc-document-title UNTITLED . ds doc-volume LOCAL . ds doc-section Null +. ds doc-command-name . . if !"\$1"" \ . ds doc-document-title "\$1 @@ -357,6 +361,12 @@ . if !"\$3"" \ . if "\*[doc-volume]"LOCAL" \ . ds doc-volume \$3 +. +. if !\n[cR] \ +. if \n[nl] \{\ + . doc-setup-header +. bp +. \} .. . . @@ -379,6 +389,7 @@ .\" NS .\" NS modifies: .\" NS doc-operating-system +.\" NS doc-command-name .\" NS .\" NS local variables: .\" NS doc-operating-system-XXX-XXX @@ -435,9 +446,47 @@ .ds doc-operating-system-NetBSD-2.0 2.0 .ds doc-operating-system-NetBSD-2.0.1 2.0.1 .ds doc-operating-system-NetBSD-2.0.2 2.0.2 +.ds doc-operating-system-NetBSD-2.0.3 2.0.3 .ds doc-operating-system-NetBSD-2.1 2.1 .ds doc-operating-system-NetBSD-3.0 3.0 +.ds doc-operating-system-NetBSD-3.0.1 3.0.1 +.ds doc-operating-system-NetBSD-3.0.2 3.0.2 +.ds doc-operating-system-NetBSD-3.1 3.1 .ds doc-operating-system-NetBSD-4.0 4.0 +.ds doc-operating-system-NetBSD-4.0.1 4.0.1 +.ds doc-operating-system-NetBSD-5.0 5.0 +.ds doc-operating-system-NetBSD-5.0.1 5.0.1 +.ds doc-operating-system-NetBSD-5.0.2 5.0.2 +. +.ds doc-operating-system-OpenBSD-2.0 2.0 +.ds doc-operating-system-OpenBSD-2.1 2.1 +.ds doc-operating-system-OpenBSD-2.2 2.2 +.ds doc-operating-system-OpenBSD-2.3 2.3 +.ds doc-operating-system-OpenBSD-2.4 2.4 +.ds doc-operating-system-OpenBSD-2.5 2.5 +.ds doc-operating-system-OpenBSD-2.6 2.6 +.ds doc-operating-system-OpenBSD-2.7 2.7 +.ds doc-operating-system-OpenBSD-2.8 2.8 +.ds doc-operating-system-OpenBSD-2.9 2.9 +.ds doc-operating-system-OpenBSD-3.0 3.0 +.ds doc-operating-system-OpenBSD-3.1 3.1 +.ds doc-operating-system-OpenBSD-3.2 3.2 +.ds doc-operating-system-OpenBSD-3.3 3.3 +.ds doc-operating-system-OpenBSD-3.4 3.4 +.ds doc-operating-system-OpenBSD-3.5 3.5 +.ds doc-operating-system-OpenBSD-3.6 3.6 +.ds doc-operating-system-OpenBSD-3.7 3.7 +.ds doc-operating-system-OpenBSD-3.8 3.8 +.ds doc-operating-system-OpenBSD-3.9 3.9 +.ds doc-operating-system-OpenBSD-4.0 4.0 +.ds doc-operating-system-OpenBSD-4.1 4.1 +.ds doc-operating-system-OpenBSD-4.2 4.2 +.ds doc-operating-system-OpenBSD-4.3 4.3 +.ds doc-operating-system-OpenBSD-4.4 4.4 +.ds doc-operating-system-OpenBSD-4.5 4.5 +.ds doc-operating-system-OpenBSD-4.6 4.6 +.ds doc-operating-system-OpenBSD-4.7 4.7 +.ds doc-operating-system-OpenBSD-4.8 4.8 . .ds doc-operating-system-FreeBSD-1.0 1.0 .ds doc-operating-system-FreeBSD-1.1 1.1 @@ -486,23 +535,56 @@ .ds doc-operating-system-FreeBSD-6.0 6.0 .ds doc-operating-system-FreeBSD-6.1 6.1 .ds doc-operating-system-FreeBSD-6.2 6.2 +.ds doc-operating-system-FreeBSD-6.3 6.3 +.ds doc-operating-system-FreeBSD-6.4 6.4 .ds doc-operating-system-FreeBSD-7.0 7.0 -. -.ds doc-operating-system-Darwin-8.0.0 8.0.0 -.ds doc-operating-system-Darwin-8.1.0 8.1.0 -.ds doc-operating-system-Darwin-8.2.0 8.2.0 -.ds doc-operating-system-Darwin-8.3.0 8.3.0 -.ds doc-operating-system-Darwin-8.4.0 8.4.0 -.ds doc-operating-system-Darwin-8.5.0 8.5.0 -. -.ds doc-operating-system-DragonFly-1.0 1.0 -.ds doc-operating-system-DragonFly-1.1 1.1 -.ds doc-operating-system-DragonFly-1.2 1.2 -.ds doc-operating-system-DragonFly-1.3 1.3 -.ds doc-operating-system-DragonFly-1.4 1.4 -.ds doc-operating-system-DragonFly-1.5 1.5 +.ds doc-operating-system-FreeBSD-7.1 7.1 +.ds doc-operating-system-FreeBSD-7.2 7.2 +.ds doc-operating-system-FreeBSD-7.3 7.3 +.ds doc-operating-system-FreeBSD-8.0 8.0 +.ds doc-operating-system-FreeBSD-8.1 8.1 +. +.ds doc-operating-system-Darwin-8.0.0 8.0.0 +.ds doc-operating-system-Darwin-8.1.0 8.1.0 +.ds doc-operating-system-Darwin-8.2.0 8.2.0 +.ds doc-operating-system-Darwin-8.3.0 8.3.0 +.ds doc-operating-system-Darwin-8.4.0 8.4.0 +.ds doc-operating-system-Darwin-8.5.0 8.5.0 +.ds doc-operating-system-Darwin-8.6.0 8.6.0 +.ds doc-operating-system-Darwin-8.7.0 8.7.0 +.ds doc-operating-system-Darwin-8.8.0 8.8.0 +.ds doc-operating-system-Darwin-8.9.0 8.9.0 +.ds doc-operating-system-Darwin-8.10.0 8.10.0 +.ds doc-operating-system-Darwin-8.11.0 8.11.0 +.ds doc-operating-system-Darwin-9.0.0 9.0.0 +.ds doc-operating-system-Darwin-9.1.0 9.1.0 +.ds doc-operating-system-Darwin-9.2.0 9.2.0 +.ds doc-operating-system-Darwin-9.3.0 9.3.0 +.ds doc-operating-system-Darwin-9.4.0 9.4.0 +.ds doc-operating-system-Darwin-9.5.0 9.5.0 +.ds doc-operating-system-Darwin-9.6.0 9.6.0 +. +.ds doc-operating-system-DragonFly-1.0 1.0 +.ds doc-operating-system-DragonFly-1.1 1.1 +.ds doc-operating-system-DragonFly-1.2 1.2 +.ds doc-operating-system-DragonFly-1.3 1.3 +.ds doc-operating-system-DragonFly-1.4 1.4 +.ds doc-operating-system-DragonFly-1.5 1.5 +.ds doc-operating-system-DragonFly-1.6 1.6 +.ds doc-operating-system-DragonFly-1.8 1.8 +.ds doc-operating-system-DragonFly-1.8.1 1.8.1 +.ds doc-operating-system-DragonFly-1.10 1.10 +.ds doc-operating-system-DragonFly-1.12 1.12 +.ds doc-operating-system-DragonFly-1.12.2 1.12.2 +.ds doc-operating-system-DragonFly-2.0 2.0 +.ds doc-operating-system-DragonFly-2.2 2.2 +.ds doc-operating-system-DragonFly-2.4 2.4 +.ds doc-operating-system-DragonFly-2.6 2.6 +.ds doc-operating-system-DragonFly-2.8 2.8 . .de Os +. ds doc-command-name +. . ie "\$1"" \ . ds doc-operating-system "\*[doc-default-operating-system] . el \{ .ie "\$1"ATT" \{\ @@ -528,6 +610,14 @@ . el \ . tm mdoc warning: .Os: Unknown FreeBSD version `\$2' (#\n[.c]) . \}\} +. el \{ .ie "\$1"DragonFly" \{\ +. ds doc-operating-system DragonFly +. if \A\$2 \{\ +. ie d doc-operating-system-DragonFly-\$2 \ +. as doc-operating-system \~\*[doc-operating-system-DragonFly-\$2] +. el \ +. tm mdoc warning: .Os: Unknown DragonFly version `\$2' (#\n[.c]) +. \}\} . el \{ .ie "\$1"NetBSD" \{\ . ds doc-operating-system NetBSD . if \A\$2 \{\ @@ -536,6 +626,14 @@ . el \ . tm mdoc warning: .Os: Unknown NetBSD version `\$2' (#\n[.c]) . \}\} +. el \{ .ie "\$1"OpenBSD" \{\ +. ds doc-operating-system OpenBSD +. if \A\$2 \{\ +. ie d doc-operating-system-OpenBSD-\$2 \ +. as doc-operating-system \~\*[doc-operating-system-OpenBSD-\$2] +. el \ +. tm mdoc warning: .Os: Unknown OpenBSD version `\$2' (#\n[.c]) +. \}\} . el \{ .ie "\$1"Darwin" \{\ . ds doc-operating-system Darwin . if \A\$2 \{\ @@ -548,7 +646,7 @@ . ds doc-operating-system \$1 . if !"\$2"" \ . as doc-operating-system " \$2 -. \}\}\}\}\}\} +. \}\}\}\}\}\}\}\} .. . . @@ -563,6 +661,7 @@ .\" NS .\" NS modifies: .\" NS doc-date-string +.\" NS doc-command-name .\" NS .\" NS local variables: .\" NS doc-date-XXX @@ -583,6 +682,8 @@ .ds doc-date-12 December . .de Dd +. ds doc-command-name +. . ie \n[.$] \{\ . ie (\n[.$] == 3) \ . ds doc-date-string \$1\~\$2 \$3 @@ -1128,6 +1229,8 @@ . tm doc-reference-title-count == \n[doc-reference-title-count] . tm doc-reference-title-name == `\*[doc-reference-title-name]' . tm doc-reference-title-name-for-book == `\*[doc-reference-title-name-for-book]' +. tm doc-url-count == \n[doc-url-count] +. tm doc-url-name == `\*[doc-url-name]' . tm doc-volume-count == \n[doc-volume-count] . tm doc-volume-name == `\*[doc-volume-name]' . tm doc-have-author == \n[doc-have-author] Modified: projects/graid/7/contrib/groff/tmac/doc-old.tmac ============================================================================== --- projects/graid/7/contrib/groff/tmac/doc-old.tmac Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/tmac/doc-old.tmac Fri Mar 4 12:42:40 2011 (r219265) @@ -40,7 +40,7 @@ .ds aD \fI .\" Argument Reference Style .ds aR \f(CO -.\" Interactive Comand Modifier (flag) +.\" Interactive Command Modifier (flag) .ds cM \f(CB .\" Emphasis (in the English sense - usually italics) .ds eM \fI Modified: projects/graid/7/contrib/groff/tmac/doc-syms ============================================================================== --- projects/graid/7/contrib/groff/tmac/doc-syms Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/tmac/doc-syms Fri Mar 4 12:42:40 2011 (r219265) @@ -637,6 +637,8 @@ .as doc-str-St--p1003.1-2001 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq]) .ds doc-str-St--p1003.1-2004 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-2004 .as doc-str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq]) +.ds doc-str-St--p1003.1-2008 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-2008 +.as doc-str-St--p1003.1-2008 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq]) . .\" POSIX Part 2: Shell and Utilities .ds doc-str-St--p1003.2 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2 @@ -651,6 +653,8 @@ .\" X/Open .ds doc-str-St--susv2 Version\~2 of the Single \*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification .as doc-str-St--susv2 " (\*[Lq]\*[doc-Tn-font-size]SUSv2\*[doc-str-St]\*[Rq]) +.ds doc-str-St--susv3 Version\~3 of the Single \*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification +.as doc-str-St--susv3 " (\*[Lq]\*[doc-Tn-font-size]SUSv3\*[doc-str-St]\*[Rq]) .ds doc-str-St--svid4 System\~V Interface Definition, Fourth Edition .as doc-str-St--svid4 " (\*[Lq]\*[doc-Tn-font-size]SVID\*[doc-str-St]\^4\*[Rq]) .ds doc-str-St--xbd5 \*[doc-Tn-font-size]X/Open\*[doc-str-St] System Interface Definitions Issue\~5 Modified: projects/graid/7/contrib/groff/tmac/doc.tmac ============================================================================== --- projects/graid/7/contrib/groff/tmac/doc.tmac Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/tmac/doc.tmac Fri Mar 4 12:42:40 2011 (r219265) @@ -356,10 +356,10 @@ . ds doc-macro-name Fl . doc-parse-args \$@ . -. if !\n[.$] \{\ -. \" no arguments +. \" no arguments +. if !\n[.$] \ . nop \|\-\|\f[]\s[0] -. \}\} +. \} . . if !\n[doc-arg-limit] \ . return @@ -481,8 +481,8 @@ . el \{\ . nr doc-reg-dpr \n[doc-arg-ptr] . +. \" the `\%' prevents hyphenation on a dash (`-') . ie (\n[doc-reg-dpr1] == 2) \ -. \" the `\%' prevents hyphenation on a dash (`-') . nop \%\*[doc-str-dpr]\&\c . el \{\ . \" punctuation character @@ -595,10 +595,10 @@ . ds doc-macro-name Ar . doc-parse-args \$@ . -. if !\n[.$] \{\ -. \" no argument +. \" no argument +. if !\n[.$] \ . nop \)\*[doc-str-Ar-default]\&\f[]\s[0] -. \}\} +. \} . . if !\n[doc-arg-limit] \ . return @@ -1034,10 +1034,10 @@ . ds doc-macro-name Pa . doc-parse-args \$@ . -. if !\n[.$] \{\ -. \" default value +. \" default value +. if !\n[.$] \ . nop \*[doc-Pa-font]~\f[]\s[0] -. \}\} +. \} . . if !\n[doc-arg-limit] \ . return @@ -3430,6 +3430,8 @@ . nr doc-reference-title-count-saved \n[doc-reference-title-count] . ds doc-reference-title-name-saved "\*[doc-reference-title-name] . ds doc-reference-title-name-for-book-saved "\*[doc-reference-title-name-for-book] +. nr doc-url-count-saved \n[doc-url-count] +. ds doc-url-name-saved "\*[doc-url-name] . nr doc-volume-count-saved \n[doc-volume-count] . ds doc-volume-name-saved "\*[doc-volume-name] . nr doc-have-author-saved \n[doc-have-author] @@ -3570,6 +3572,8 @@ . nr doc-reference-title-count \n[doc-reference-title-count-saved] . ds doc-reference-title-name "\*[doc-reference-title-name-saved] . ds doc-reference-title-name-for-book "\*[doc-reference-title-name-for-book-saved] +. nr doc-url-count \n[doc-url-count-saved] +. ds doc-url-name "\*[doc-url-name-saved] . nr doc-volume-count \n[doc-volume-count-saved] . ds doc-volume-name "\*[doc-volume-name-saved] . nr doc-have-author \n[doc-have-author-saved] @@ -5194,6 +5198,8 @@ .\" NS doc-reference-title-name-for-book .\" NS doc-report-count .\" NS doc-report-name +.\" NS doc-url-count +.\" NS doc-url-name .\" NS doc-volume-count .\" NS doc-volume-name . @@ -5208,6 +5214,7 @@ . nr doc-corporate-count 0 . nr doc-report-count 0 . nr doc-reference-title-count 0 +. nr doc-url-count 0 . nr doc-volume-count 0 . nr doc-date-count 0 . nr doc-page-number-count 0 @@ -5222,6 +5229,7 @@ . ds doc-report-name . ds doc-reference-title-name . ds doc-reference-title-name-for-book +. ds doc-url-name . ds doc-volume-name . ds doc-date . ds doc-page-number-string @@ -5316,6 +5324,13 @@ . doc-finish-reference \n[doc-volume-count] . \} . +. if \n[doc-url-count] \{\ +. unformat doc-url-name +. chop doc-url-name +. nop \*[doc-url-name]\c +. doc-finish-reference \n[doc-url-count] +. \} +. . if \n[doc-page-number-count] \{\ . unformat doc-page-number-string . chop doc-page-number-string @@ -6019,6 +6034,18 @@ .. . . +.\" NS doc-url-count global register +.\" NS counter of hypertext references +. +.nr doc-url-count 0 +. +. +.\" NS doc-url-name global box +.\" NS string of collected hypertext references +. +.ds doc-url-name +. +. .\" NS doc-volume-count global register .\" NS counter of reference title references . @@ -6031,6 +6058,48 @@ .ds doc-volume-name . . +.\" NS %U user macro +.\" NS hypertext reference +.\" NS +.\" NS modifies: +.\" NS doc-arg-ptr +.\" NS doc-curr-font +.\" NS doc-curr-size +.\" NS doc-macro-name +.\" NS doc-reference-count +.\" NS doc-url-count +.\" NS +.\" NS local variables: +.\" NS doc-env-%U +.\" NS +.\" NS width register `%U' set in doc-common +. +.de %U +. if (\n[doc-arg-limit] : (\n[.$] == 0)) \{\ +. tm Usage: .%U URL ... (#\n[.c]) +. return +. \} +. +. nr doc-url-count +1 +. nr doc-reference-count +1 +. +. ds doc-macro-name %U +. doc-parse-args \$@ +. +. nr doc-arg-ptr +1 +. nr doc-curr-font \n[.f] +. nr doc-curr-size \n[.ps] +. +. \" append to reference box +. boxa doc-url-name +. ev doc-env-%U +. evc 0 +. in 0 +. nf +. doc-do-references +.. +. +. .\" NS %V user macro .\" NS reference volume .\" NS @@ -6039,7 +6108,7 @@ .\" NS doc-curr-font .\" NS doc-curr-size .\" NS doc-macro-name -.\" NS doc-reference-title-count +.\" NS doc-reference-count .\" NS doc-volume-count .\" NS .\" NS local variables: @@ -6428,6 +6497,19 @@ .ec . . +.\" For UTF-8, map some characters conservatively for the sake +.\" of easy cut and paste. +. +.if '\*[.T]'utf8' \{\ +. rchar \- - ' ` +. +. char \- \N'45' +. char - \N'45' +. char ' \N'39' +. char ` \N'96' +.\} +. +. .\" load local modifications .mso mdoc.local . Modified: projects/graid/7/contrib/groff/tmac/groff_mdoc.man ============================================================================== --- projects/graid/7/contrib/groff/tmac/groff_mdoc.man Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/groff/tmac/groff_mdoc.man Fri Mar 4 12:42:40 2011 (r219265) @@ -44,9 +44,9 @@ .\" for an already extremely slow package. .\" . -.Dd January 5, 2006 -.Os +.Dd November 2, 2010 .Dt GROFF_MDOC 7 +.Os . . .Sh NAME @@ -563,8 +563,8 @@ The body of a man page is easily constru .Bd -literal -offset indent \&.\e" The following commands are required for all man pages. \&.Dd Month day, year -\&.Os [OPERATING_SYSTEM] [version/release] \&.Dt DOCUMENT_TITLE [section number] [architecture/volume] +\&.Os [OPERATING_SYSTEM] [version/release] \&.Sh NAME \&.Nm name \&.Nd one line description of name @@ -600,9 +600,9 @@ The body of a man page is easily constru . The first items in the template are the commands .Ql .Dd , -.Ql .Os , +.Ql .Dt , and -.Ql .Dt ; +.Ql .Os ; the document date, the operating system the man page or subject source is developed or modified for, and the man page title (in .Em upper case ) @@ -856,7 +856,7 @@ is the acronym for the operating system the release ID. . .Bd -ragged -compact -.Bl -tag -width ".No FreeBSD" -offset indent +.Bl -tag -width ".No DragonFly" -offset indent .It ATT 7th, 7, III, 3, V, V.2, V.3, V.4 .It BSD @@ -864,16 +864,23 @@ the release ID. .It NetBSD 0.8, 0.8a, 0.9, 0.9a, 1.0, 1.0a, 1.1, 1.2, 1.2a, 1.2b, 1.2c, 1.2d, 1.2e, 1.3, 1.3a, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.6, 1.6.1, -1.6.2, 2.0, 2.0.1, 2.0.2, 2.1, 3.0 +1.6.2, 1.6.3, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 3.0, 3.0.1, 3.0.2, 3.1, 4.0, +4.0.1, 5.0, 5.0.1, 5.0.2 .It FreeBSD 1.0, 1.1, 1.1.5, 1.1.5.1, 2.0, 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.2, 2.2.1, 2.2.2, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 4.0, 4.1, 4.1.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.6.2, 4.7, 4.8, 4.9, 4.10, 4.11, 5.0, 5.1, -5.2, 5.2.1, 5.3, 5.4, 5.5, 6.0, 6.1, 6.2, 7.0 +5.2, 5.2.1, 5.3, 5.4, 5.5, 6.0, 6.1, 6.2, 6.3, 6.4, 7.0, 7.1, 7.2, 7.3, 8.0, +8.1 +.It OpenBSD +2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, +3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8 .It DragonFly -1.0, 1.1, 1.2, 1.3, 1.4, 1.5 +1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.8, 1.8.1, 1.10, 1.12, 1.12.2, 2.0, 2.2, +2.4, 2.6, 2.8 .It Darwin -8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0, 8.5.0 +8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0, 8.5.0, 8.6.0, 8.7.0, 8.8.0, 8.9.0, +8.10.0, 8.11.0, 9.0.0, 9.1.0, 9.2.0, 9.3.0, 9.4.0, 9.5.0, 9.6.0 .El .Ed .Pp @@ -1586,7 +1593,7 @@ For example, .Ql ".Rv \-std atexit" produces: . -.Bd -ragged -offset -indent +.Bd -ragged -offset indent \# a small hack to suppress a warning message .ds section-old "\*[section] .ds section 3 @@ -1616,7 +1623,7 @@ For example, .Ql ".Ex \-std cat" produces: . -.Bd -ragged -offset -indent +.Bd -ragged -offset indent \# a small hack to suppress a warning message .ds section-old "\*[section] .ds section 1 @@ -1784,6 +1791,11 @@ When called without arguments, .Ql .Nm regurgitates this initial name for the sole purpose of making less work for the author. +.Ql .Nm +causes a line break within the +.Sx SYNOPSIS +section. +.Pp Note: A section two or three document function name is addressed with the .Ql .Nm in the @@ -1972,6 +1984,8 @@ Part 1: System API .St -p1003.1-2001 .It Li \-p1003.1\-2004 .St -p1003.1-2004 +.It Li \-p1003.1\-2008 +.St -p1003.1-2008 .El .Pp . @@ -1991,10 +2005,12 @@ Part 2: Shell and Utilities .Pp . X/Open -.Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent .Pp +.Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent .It Li \-susv2 .St -susv2 +.It Li \-susv3 +.St -susv3 .It Li \-svid4 .St -svid4 .It Li \-xbd5 @@ -2552,6 +2568,8 @@ Corporate or foreign author. Report name. .It Li .%T Title of article. +.It Li .%U +Optional hypertext reference. .It Li .%V Volume. .El @@ -4086,11 +4104,12 @@ Definitions used for all other devices. .It Pa mdoc.local Local additions and customizations. .It Pa andoc.tmac -This file checks whether the +Use this file if you don't know whether the .Nm \-mdoc or the .Nm \-man package should be used. +Multiple man pages (in either format) can be handled. .El . . Modified: projects/graid/7/contrib/top/display.c ============================================================================== --- projects/graid/7/contrib/top/display.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/contrib/top/display.c Fri Mar 4 12:42:40 2011 (r219265) @@ -447,12 +447,14 @@ for (cpu = 0; cpu < num_cpus; cpu++) { /* print tag and bump lastline */ if (num_cpus == 1) printf("\nCPU: "); - else - printf("\nCPU %d: ", cpu); + else { + value = printf("\nCPU %d: ", cpu); + while (value++ <= cpustates_column) + printf(" "); + } lastline++; /* now walk thru the names and print the line */ - Move_to(cpustates_column, y_cpustates + cpu); while ((thisname = *names++) != NULL) { if (*thisname != '\0') @@ -532,7 +534,7 @@ z_cpustates() register char **names; register char *thisname; register int *lp; - int cpu; + int cpu, value; for (cpu = 0; cpu < num_cpus; cpu++) { names = cpustate_names; @@ -540,11 +542,13 @@ for (cpu = 0; cpu < num_cpus; cpu++) { /* show tag and bump lastline */ if (num_cpus == 1) printf("\nCPU: "); - else - printf("\nCPU %d: ", cpu); + else { + value = printf("\nCPU %d: ", cpu); + while (value++ <= cpustates_column) + printf(" "); + } lastline++; - Move_to(cpustates_column, y_cpustates + cpu); while ((thisname = *names++) != NULL) { if (*thisname != '\0') Modified: projects/graid/7/crypto/openssl/ssl/t1_lib.c ============================================================================== --- projects/graid/7/crypto/openssl/ssl/t1_lib.c Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/crypto/openssl/ssl/t1_lib.c Fri Mar 4 12:42:40 2011 (r219265) @@ -521,6 +521,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, } n2s(data, idsize); dsize -= 2 + idsize; + size -= 2 + idsize; if (dsize < 0) { *al = SSL_AD_DECODE_ERROR; @@ -559,9 +560,14 @@ int ssl_parse_clienthello_tlsext(SSL *s, } /* Read in request_extensions */ + if (size < 2) + { + *al = SSL_AD_DECODE_ERROR; + return 0; + } n2s(data,dsize); size -= 2; - if (dsize > size) + if (dsize != size) { *al = SSL_AD_DECODE_ERROR; return 0; Modified: projects/graid/7/etc/namedb/named.conf ============================================================================== --- projects/graid/7/etc/namedb/named.conf Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/etc/namedb/named.conf Fri Mar 4 12:42:40 2011 (r219265) @@ -91,6 +91,11 @@ zone "." { type hint; file "/etc/namedb/ To use this mechanism, uncomment the entries below, and comment the hint zone above. + + As documented at http://dns.icann.org/services/axfr/ these zones: + "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and ROOT-SERVERS.NET + are availble for AXFR from these servers on IPv4 and IPv6: + xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org */ /* zone "." { @@ -109,14 +114,6 @@ zone "arpa" { }; notify no; }; -zone "in-addr.arpa" { - type slave; - file "/etc/namedb/slave/in-addr.arpa.slave"; - masters { - 192.5.5.241; // F.ROOT-SERVERS.NET. - }; - notify no; -}; */ /* Serving the following zones locally will prevent any queries @@ -125,7 +122,7 @@ zone "in-addr.arpa" { 1. Faster local resolution for your users 2. No spurious traffic will be sent from your network to the roots */ -// RFC 1912 (and BCP 32 for localhost) +// RFCs 1912 and 5735 (and BCP 32 for localhost) zone "localhost" { type master; file "/etc/namedb/master/localhost-forward.db"; }; zone "127.in-addr.arpa" { type master; file "/etc/namedb/master/localhost-reverse.db"; }; zone "255.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; @@ -133,10 +130,10 @@ zone "255.in-addr.arpa" { type master; f // RFC 1912-style zone for IPv6 localhost address zone "0.ip6.arpa" { type master; file "/etc/namedb/master/localhost-reverse.db"; }; -// "This" Network (RFCs 1912 and 3330) +// "This" Network (RFCs 1912 and 5735) zone "0.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; -// Private Use Networks (RFC 1918) +// Private Use Networks (RFCs 1918 and 5735) zone "10.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "16.172.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "17.172.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; @@ -156,16 +153,19 @@ zone "30.172.in-addr.arpa" { type master zone "31.172.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "168.192.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; -// Link-local/APIPA (RFCs 3330 and 3927) +// Link-local/APIPA (RFCs 3927 and 5735) zone "254.169.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; -// TEST-NET-[1-3] for Documentation (RFC 5737) +// IETF protocol assignments (RFCs 5735 and 5736) +zone "0.0.192.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; + +// TEST-NET-[1-3] for Documentation (RFCs 5735 and 5737) zone "2.0.192.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "100.51.198.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "113.0.203.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; // IPv6 Range for Documentation (RFC 3849) -zone "0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa" { type master; file "/etc/namedb/master/empty.db"; }; +zone "8.b.d.0.1.0.0.2.ip6.arpa" { type master; file "/etc/namedb/master/empty.db"; }; // Domain Names for Documentation and Testing (BCP 32) zone "test" { type master; file "/etc/namedb/master/empty.db"; }; @@ -175,11 +175,11 @@ zone "example.com" { type master; file " zone "example.net" { type master; file "/etc/namedb/master/empty.db"; }; zone "example.org" { type master; file "/etc/namedb/master/empty.db"; }; -// Router Benchmark Testing (RFC 3330) +// Router Benchmark Testing (RFCs 2544 and 5735) zone "18.198.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "19.198.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; -// IANA Reserved - Old Class E Space +// IANA Reserved - Old Class E Space (RFC 5735) zone "240.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "241.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; zone "242.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; }; Modified: projects/graid/7/etc/rc.d/rpcbind ============================================================================== --- projects/graid/7/etc/rc.d/rpcbind Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/etc/rc.d/rpcbind Fri Mar 4 12:42:40 2011 (r219265) @@ -13,5 +13,7 @@ name="rpcbind" rcvar=`set_rcvar` command="/usr/sbin/${name}" +stop_postcmd='/bin/rm -f /var/run/rpcbind.*' + load_rc_config $name run_rc_command "$1" Modified: projects/graid/7/etc/rc.subr ============================================================================== --- projects/graid/7/etc/rc.subr Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/etc/rc.subr Fri Mar 4 12:42:40 2011 (r219265) @@ -1242,7 +1242,10 @@ devfs_init_rulesets() return fi for file in $devfs_rulesets; do - devfs_rulesets_from_file $file || return 1 + if ! devfs_rulesets_from_file $file; then + warn "$_me: could not read rules from $file" + return 1 + fi done devfs_rulesets_init=1 debug "$_me: devfs rulesets initialized" Modified: projects/graid/7/etc/termcap.small ============================================================================== --- projects/graid/7/etc/termcap.small Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/etc/termcap.small Fri Mar 4 12:42:40 2011 (r219265) @@ -171,7 +171,7 @@ cons60l1|cons60-iso8859-1:\ cons60l1-m|cons60-iso8859-1-mono:\ :li#60:tc=cons25l1-m: # 132x25 ISO 8859-1 FreeBSD console -cons25l1-w|:cons25w-iso8859-1:\ +cons25l1-w|cons25w-iso8859-1:\ :co#132:tc=cons25l1: cons30l1-w|cons30w-iso8859-1:\ :co#132:tc=cons30l1: Modified: projects/graid/7/games/fortune/datfiles/fortunes ============================================================================== --- projects/graid/7/games/fortune/datfiles/fortunes Fri Mar 4 12:20:14 2011 (r219264) +++ projects/graid/7/games/fortune/datfiles/fortunes Fri Mar 4 12:42:40 2011 (r219265) @@ -38136,10 +38136,6 @@ couldn't compete successfully with poets -- Kilgore Trout (Philip J. Farmer) "Venus on the Half Shell" % -PLATONIC FRIENDSHIP: - What develops when two people get - tired of making love to each other. -% Play Rogue, visit exotic locations, meet strange creatures and kill them. % *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Sat Mar 5 00:17:34 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D827D1065676; Sat, 5 Mar 2011 00:17:34 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C6BE88FC13; Sat, 5 Mar 2011 00:17:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p250HYdA077263; Sat, 5 Mar 2011 00:17:34 GMT (envelope-from jeff@svn.freebsd.org) Received: (from jeff@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p250HYWE077260; Sat, 5 Mar 2011 00:17:34 GMT (envelope-from jeff@svn.freebsd.org) Message-Id: <201103050017.p250HYWE077260@svn.freebsd.org> From: Jeff Roberson Date: Sat, 5 Mar 2011 00:17:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219280 - in projects/ofed/head/sys: amd64/include i386/include X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Mar 2011 00:17:34 -0000 Author: jeff Date: Sat Mar 5 00:17:34 2011 New Revision: 219280 URL: http://svn.freebsd.org/changeset/base/219280 Log: - Tidy up endian conversions with input from bde. Consolidate casts, improve style, make the const macros more generic/mi friendly. This version keeps inlines and macros as this is the only combination that will work with gcc when byte order conversions are used in static initializations. Modified: projects/ofed/head/sys/amd64/include/endian.h projects/ofed/head/sys/i386/include/endian.h Modified: projects/ofed/head/sys/amd64/include/endian.h ============================================================================== --- projects/ofed/head/sys/amd64/include/endian.h Fri Mar 4 23:43:10 2011 (r219279) +++ projects/ofed/head/sys/amd64/include/endian.h Sat Mar 5 00:17:34 2011 (r219280) @@ -69,57 +69,58 @@ extern "C" { #if defined(__GNUCLIKE_ASM) && defined(__GNUCLIKE_BUILTIN_CONSTANT_P) -static __inline __uint32_t -__byte_swap_int_var(__uint32_t x) +#define __bswap64_const(_x) \ + (((_x) >> 56) | \ + (((_x) >> 40) & (0xffUL << 8)) | \ + (((_x) >> 24) & (0xffUL << 16)) | \ + (((_x) >> 8) & (0xffUL << 24)) | \ + (((_x) << 8) & (0xffUL << 32)) | \ + (((_x) << 24) & (0xffUL << 40)) | \ + (((_x) << 40) & (0xffUL << 48)) | \ + ((_x) << 56)) + +#define __bswap32_const(_x) \ + (((_x) >> 24) | \ + (((_x) & (0xff << 16)) >> 8) | \ + (((_x) & (0xff << 8)) << 8) | \ + ((_x) << 24)) + +#define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) + +static __inline __uint64_t +__bswap64_var(__uint64_t _x) { - register __uint32_t _x; - _x = x; __asm ("bswap %0" : "+r" (_x)); return (_x); } -#define __byte_swap_int_const(x) \ - (__uint32_t)((((x) & 0xff000000) >> 24) | \ - (((x) & 0x00ff0000) >> 8) | \ - (((x) & 0x0000ff00) << 8) | \ - (((x) & 0x000000ff) << 24)) -#define __bswap32(x) (__builtin_constant_p(x) ? \ - __byte_swap_int_const(x) : __byte_swap_int_var(x)) - -static __inline __uint64_t -__byte_swap_long_var(__uint64_t x) +static __inline __uint32_t +__bswap32_var(__uint32_t _x) { - register __uint64_t _x; - _x = x; __asm ("bswap %0" : "+r" (_x)); return (_x); } -#define __byte_swap_long_const(x) \ - (__uint64_t)((((__uint64_t)x >> 56) | \ - (((__uint64_t)x >> 40) & 0xff00) | \ - (((__uint64_t)x >> 24) & 0xff0000) | \ - (((__uint64_t)x >> 8) & 0xff000000) | \ - (((__uint64_t)x << 8) & (0xffull << 32)) | \ - (((__uint64_t)x << 24) & (0xffull << 40)) | \ - (((__uint64_t)x << 40) & (0xffull << 48)) | \ - (((__uint64_t)x << 56)))) - -#define __bswap64(x) (__builtin_constant_p(x) ? \ - __byte_swap_long_const(x) : __byte_swap_long_var(x)) - -#define __byte_swap_short_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) - static __inline __uint16_t -__byte_swap_short_var(__uint16_t x) +__bswap16_var(__uint16_t _x) { - return __byte_swap_short_const(x); + + return (__bswap16_const(_x)); } -#define __bswap16(x) (__builtin_constant_p(x) ? \ - __byte_swap_short_const(x) : __byte_swap_short_var(x)) +#define __bswap64(_x) \ + (__builtin_constant_p(_x) ? \ + __bswap64_const((__uint64_t)(_x)) : __bswap64_var(_x)) + +#define __bswap32(_x) \ + (__builtin_constant_p(_x) ? \ + __bswap32_const((__uint32_t)(_x)) : __bswap32_var(_x)) + +#define __bswap16(_x) \ + (__builtin_constant_p(_x) ? \ + __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x)) #define __htonl(x) __bswap32(x) #define __htons(x) __bswap16(x) Modified: projects/ofed/head/sys/i386/include/endian.h ============================================================================== --- projects/ofed/head/sys/i386/include/endian.h Fri Mar 4 23:43:10 2011 (r219279) +++ projects/ofed/head/sys/i386/include/endian.h Sat Mar 5 00:17:34 2011 (r219280) @@ -69,46 +69,58 @@ extern "C" { #if defined(__GNUCLIKE_ASM) && defined(__GNUCLIKE_BUILTIN_CONSTANT_P) -static __inline __uint32_t -__byte_swap_int_var(__uint32_t x) +#define __bswap64_const(_x) \ + (((_x) >> 56) | \ + (((_x) >> 40) & (0xffULL << 8)) | \ + (((_x) >> 24) & (0xffULL << 16)) | \ + (((_x) >> 8) & (0xffULL << 24)) | \ + (((_x) << 8) & (0xffULL << 32)) | \ + (((_x) << 24) & (0xffULL << 40)) | \ + (((_x) << 40) & (0xffULL << 48)) | \ + ((_x) << 56)) + +#define __bswap32_const(_x) \ + (((_x) >> 24) | \ + (((_x) & (0xff << 16)) >> 8) | \ + (((_x) & (0xff << 8)) << 8) | \ + ((_x) << 24)) + +#define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) + +static __inline __uint64_t +__bswap64_var(__uint64_t __x) { - register __uint32_t _x; - _x = x; - __asm ("bswap %0" : "+r" (_x)); - return (_x); + return __bswap64_const(__x); } -#define __byte_swap_int_const(x) \ - (__uint32_t)((((x) & 0xff000000) >> 24) | \ - (((x) & 0x00ff0000) >> 8) | \ - (((x) & 0x0000ff00) << 8) | \ - (((x) & 0x000000ff) << 24)) -#define __bswap32(x) (__builtin_constant_p(x) ? \ - __byte_swap_int_const(x) : __byte_swap_int_var(x)) - -#define __byte_swap_64_const(x) \ - (__uint64_t)((((__uint64_t)x >> 56) | \ - (((__uint64_t)x >> 40) & 0xff00) | \ - (((__uint64_t)x >> 24) & 0xff0000) | \ - (((__uint64_t)x >> 8) & 0xff000000) | \ - (((__uint64_t)x << 8) & (0xffull << 32)) | \ - (((__uint64_t)x << 24) & (0xffull << 40)) | \ - (((__uint64_t)x << 40) & (0xffull << 48)) | \ - (((__uint64_t)x << 56)))) -#define __bswap64(x) __byte_swap_64_const(x) +static __inline __uint32_t +__bswap32_var(__uint32_t _x) +{ -#define __byte_swap_short_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) + __asm ("bswap %0" : "+r" (_x)); + return (_x); +} static __inline __uint16_t -__byte_swap_short_var(__uint16_t x) +__bswap16_var(__uint16_t _x) { - return __byte_swap_short_const(x); + + return (__bswap16_const(_x)); } -#define __bswap16(x) (__builtin_constant_p(x) ? \ - __byte_swap_short_const(x) : __byte_swap_short_var(x)) +#define __bswap64(_x) \ + (__builtin_constant_p(_x) ? \ + __bswap64_const((__uint64_t)(_x)) : __bswap64_var(_x)) + +#define __bswap32(_x) \ + (__builtin_constant_p(_x) ? \ + __bswap32_const((__uint32_t)(_x)) : __bswap32_var(_x)) + +#define __bswap16(_x) \ + (__builtin_constant_p(_x) ? \ + __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x)) #define __htonl(x) __bswap32(x) #define __htons(x) __bswap16(x) From owner-svn-src-projects@FreeBSD.ORG Sat Mar 5 00:18:22 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1652F106564A; Sat, 5 Mar 2011 00:18:22 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 059C98FC0A; Sat, 5 Mar 2011 00:18:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p250ILms077321; Sat, 5 Mar 2011 00:18:21 GMT (envelope-from jeff@svn.freebsd.org) Received: (from jeff@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p250ILNL077319; Sat, 5 Mar 2011 00:18:21 GMT (envelope-from jeff@svn.freebsd.org) Message-Id: <201103050018.p250ILNL077319@svn.freebsd.org> From: Jeff Roberson Date: Sat, 5 Mar 2011 00:18:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219281 - projects/ofed/head/contrib/ofed/usr.lib/libsdp X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Mar 2011 00:18:22 -0000 Author: jeff Date: Sat Mar 5 00:18:21 2011 New Revision: 219281 URL: http://svn.freebsd.org/changeset/base/219281 Log: - Rename libsdp libibsdp since there is an existing libsdp on BSD as part of bluetooth support. Modified: projects/ofed/head/contrib/ofed/usr.lib/libsdp/Makefile Modified: projects/ofed/head/contrib/ofed/usr.lib/libsdp/Makefile ============================================================================== --- projects/ofed/head/contrib/ofed/usr.lib/libsdp/Makefile Sat Mar 5 00:17:34 2011 (r219280) +++ projects/ofed/head/contrib/ofed/usr.lib/libsdp/Makefile Sat Mar 5 00:18:21 2011 (r219281) @@ -8,7 +8,7 @@ SDPDIR= ${.CURDIR}/../../libsdp/src .PATH: ${SDPDIR} -LIB= sdp +LIB= ibsdp SHLIB_MAJOR= 1 NO_PROFILE= NO_MAN= From owner-svn-src-projects@FreeBSD.ORG Sat Mar 5 20:15:32 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3EC1065674; Sat, 5 Mar 2011 20:15:32 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4558FC19; Sat, 5 Mar 2011 20:15:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p25KFWxX074848; Sat, 5 Mar 2011 20:15:32 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p25KFWtv074846; Sat, 5 Mar 2011 20:15:32 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103052015.p25KFWtv074846@svn.freebsd.org> From: Alexander Motin Date: Sat, 5 Mar 2011 20:15:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219310 - projects/graid/head/sys/geom/raid X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Mar 2011 20:15:32 -0000 Author: mav Date: Sat Mar 5 20:15:32 2011 New Revision: 219310 URL: http://svn.freebsd.org/changeset/base/219310 Log: Fix 32bit build. Modified: projects/graid/head/sys/geom/raid/tr_concat.c Modified: projects/graid/head/sys/geom/raid/tr_concat.c ============================================================================== --- projects/graid/head/sys/geom/raid/tr_concat.c Sat Mar 5 19:22:57 2011 (r219309) +++ projects/graid/head/sys/geom/raid/tr_concat.c Sat Mar 5 20:15:32 2011 (r219310) @@ -308,7 +308,7 @@ g_raid_tr_kerneldump_concat(struct g_rai offset = 0; no++; KASSERT(no < vol->v_disks_count || remain == 0, - ("Request ends after volume end (%ju, %ju)", + ("Request ends after volume end (%ju, %zu)", boffset, blength)); } while (remain > 0); return (0); From owner-svn-src-projects@FreeBSD.ORG Sat Mar 5 20:57:29 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 926DB106564A; Sat, 5 Mar 2011 20:57:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF328FC14; Sat, 5 Mar 2011 20:57:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p25KvTGw075942; Sat, 5 Mar 2011 20:57:29 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p25KvTg4075940; Sat, 5 Mar 2011 20:57:29 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103052057.p25KvTg4075940@svn.freebsd.org> From: Alexander Motin Date: Sat, 5 Mar 2011 20:57:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219313 - in projects/graid/8: . contrib/bsnmp/snmpd contrib/top contrib/xz gnu/usr.bin lib lib/liblzma lib/librtld_db lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched ... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Mar 2011 20:57:29 -0000 Author: mav Date: Sat Mar 5 20:57:29 2011 New Revision: 219313 URL: http://svn.freebsd.org/changeset/base/219313 Log: MFH r219310 Modified: projects/graid/8/sys/geom/raid/tr_concat.c Directory Properties: projects/graid/8/ (props changed) projects/graid/8/COPYRIGHT (props changed) projects/graid/8/LOCKS (props changed) projects/graid/8/MAINTAINERS (props changed) projects/graid/8/Makefile (props changed) projects/graid/8/Makefile.inc1 (props changed) projects/graid/8/ObsoleteFiles.inc (props changed) projects/graid/8/README (props changed) projects/graid/8/UPDATING (props changed) projects/graid/8/bin/ (props changed) projects/graid/8/bin/chio/ (props changed) projects/graid/8/bin/chmod/ (props changed) projects/graid/8/bin/cp/ (props changed) projects/graid/8/bin/csh/ (props changed) projects/graid/8/bin/date/ (props changed) projects/graid/8/bin/df/ (props changed) projects/graid/8/bin/echo/ (props changed) projects/graid/8/bin/ed/ (props changed) projects/graid/8/bin/expr/ (props changed) projects/graid/8/bin/getfacl/ (props changed) projects/graid/8/bin/kenv/ (props changed) projects/graid/8/bin/kill/ (props changed) projects/graid/8/bin/ln/ (props changed) projects/graid/8/bin/ls/ (props changed) projects/graid/8/bin/mv/ (props changed) projects/graid/8/bin/pax/ (props changed) projects/graid/8/bin/pkill/ (props changed) projects/graid/8/bin/ps/ (props changed) projects/graid/8/bin/pwait/ (props changed) projects/graid/8/bin/setfacl/ (props changed) projects/graid/8/bin/sh/ (props changed) projects/graid/8/bin/sleep/ (props changed) projects/graid/8/bin/test/ (props changed) projects/graid/8/cddl/ (props changed) projects/graid/8/cddl/compat/opensolaris/ (props changed) projects/graid/8/cddl/contrib/dtracetoolkit/ (props changed) projects/graid/8/cddl/contrib/opensolaris/ (props changed) projects/graid/8/cddl/lib/ (props changed) projects/graid/8/cddl/lib/libnvpair/ (props changed) projects/graid/8/cddl/lib/libzpool/ (props changed) projects/graid/8/cddl/usr.bin/ (props changed) projects/graid/8/cddl/usr.sbin/ (props changed) projects/graid/8/contrib/ (props changed) projects/graid/8/contrib/amd/ (props changed) projects/graid/8/contrib/bc/ (props changed) projects/graid/8/contrib/bind9/ (props changed) projects/graid/8/contrib/binutils/ (props changed) projects/graid/8/contrib/bsnmp/ (props changed) projects/graid/8/contrib/bsnmp/snmpd/bsnmpd.1 (props changed) projects/graid/8/contrib/bzip2/ (props changed) projects/graid/8/contrib/com_err/ (props changed) projects/graid/8/contrib/csup/ (props changed) projects/graid/8/contrib/cvs/ (props changed) projects/graid/8/contrib/diff/ (props changed) projects/graid/8/contrib/ee/ (props changed) projects/graid/8/contrib/expat/ (props changed) projects/graid/8/contrib/file/ (props changed) projects/graid/8/contrib/gcc/ (props changed) projects/graid/8/contrib/gcclibs/ (props changed) projects/graid/8/contrib/gdb/ (props changed) projects/graid/8/contrib/gdtoa/ (props changed) projects/graid/8/contrib/gnu-sort/ (props changed) projects/graid/8/contrib/gperf/ (props changed) projects/graid/8/contrib/groff/ (props changed) projects/graid/8/contrib/ipfilter/ (props changed) projects/graid/8/contrib/less/ (props changed) projects/graid/8/contrib/libbegemot/ (props changed) projects/graid/8/contrib/libf2c/ (props changed) projects/graid/8/contrib/libobjc/ (props changed) projects/graid/8/contrib/libpcap/ (props changed) projects/graid/8/contrib/libreadline/ (props changed) projects/graid/8/contrib/libstdc++/ (props changed) projects/graid/8/contrib/lukemftp/ (props changed) projects/graid/8/contrib/lukemftpd/ (props changed) projects/graid/8/contrib/ncurses/ (props changed) projects/graid/8/contrib/netcat/ (props changed) projects/graid/8/contrib/ngatm/ (props changed) projects/graid/8/contrib/ntp/ (props changed) projects/graid/8/contrib/nvi/ (props changed) projects/graid/8/contrib/one-true-awk/ (props changed) projects/graid/8/contrib/openbsm/ (props changed) projects/graid/8/contrib/openpam/ (props changed) projects/graid/8/contrib/opie/ (props changed) projects/graid/8/contrib/pam_modules/ (props changed) projects/graid/8/contrib/pf/ (props changed) projects/graid/8/contrib/pnpinfo/ (props changed) projects/graid/8/contrib/sendmail/ (props changed) projects/graid/8/contrib/smbfs/ (props changed) projects/graid/8/contrib/tcp_wrappers/ (props changed) projects/graid/8/contrib/tcpdump/ (props changed) projects/graid/8/contrib/tcsh/ (props changed) projects/graid/8/contrib/telnet/ (props changed) projects/graid/8/contrib/texinfo/ (props changed) projects/graid/8/contrib/top/ (props changed) projects/graid/8/contrib/top/install-sh (props changed) projects/graid/8/contrib/traceroute/ (props changed) projects/graid/8/contrib/wpa/ (props changed) projects/graid/8/contrib/xz/ (props changed) projects/graid/8/contrib/xz/ChangeLog (props changed) projects/graid/8/contrib/xz/FREEBSD-upgrade (props changed) projects/graid/8/contrib/xz/THANKS (props changed) projects/graid/8/crypto/ (props changed) projects/graid/8/crypto/heimdal/ (props changed) projects/graid/8/crypto/openssh/ (props changed) projects/graid/8/crypto/openssl/ (props changed) projects/graid/8/etc/ (props changed) projects/graid/8/games/ (props changed) projects/graid/8/games/factor/ (props changed) projects/graid/8/games/fortune/ (props changed) projects/graid/8/games/grdc/ (props changed) projects/graid/8/games/pom/ (props changed) projects/graid/8/gnu/ (props changed) projects/graid/8/gnu/lib/csu/ (props changed) projects/graid/8/gnu/lib/libgcc/ (props changed) projects/graid/8/gnu/lib/libstdc++/ (props changed) projects/graid/8/gnu/usr.bin/ (props changed) projects/graid/8/gnu/usr.bin/Makefile (props changed) projects/graid/8/gnu/usr.bin/dialog/ (props changed) projects/graid/8/gnu/usr.bin/gdb/ (props changed) projects/graid/8/gnu/usr.bin/gdb/kgdb/ (props changed) projects/graid/8/gnu/usr.bin/groff/ (props changed) projects/graid/8/gnu/usr.bin/patch/ (props changed) projects/graid/8/include/ (props changed) projects/graid/8/kerberos5/ (props changed) projects/graid/8/kerberos5/lib/libgssapi_krb5/ (props changed) projects/graid/8/kerberos5/lib/libgssapi_spnego/ (props changed) projects/graid/8/kerberos5/usr.bin/kdestroy/ (props changed) projects/graid/8/kerberos5/usr.bin/kpasswd/ (props changed) projects/graid/8/lib/ (props changed) projects/graid/8/lib/Makefile (props changed) projects/graid/8/lib/Makefile.inc (props changed) projects/graid/8/lib/bind/ (props changed) projects/graid/8/lib/csu/ (props changed) projects/graid/8/lib/libalias/ (props changed) projects/graid/8/lib/libarchive/ (props changed) projects/graid/8/lib/libauditd/ (props changed) projects/graid/8/lib/libautofs/ (props changed) projects/graid/8/lib/libbegemot/ (props changed) projects/graid/8/lib/libbluetooth/ (props changed) projects/graid/8/lib/libbsm/ (props changed) projects/graid/8/lib/libbsnmp/ (props changed) projects/graid/8/lib/libbz2/ (props changed) projects/graid/8/lib/libc/ (props changed) projects/graid/8/lib/libc/stdtime/ (props changed) projects/graid/8/lib/libc_r/ (props changed) projects/graid/8/lib/libcalendar/ (props changed) projects/graid/8/lib/libcam/ (props changed) projects/graid/8/lib/libcom_err/ (props changed) projects/graid/8/lib/libcompat/ (props changed) projects/graid/8/lib/libcrypt/ (props changed) projects/graid/8/lib/libdevinfo/ (props changed) projects/graid/8/lib/libdevstat/ (props changed) projects/graid/8/lib/libdisk/ (props changed) projects/graid/8/lib/libdwarf/ (props changed) projects/graid/8/lib/libedit/ (props changed) projects/graid/8/lib/libelf/ (props changed) projects/graid/8/lib/libexpat/ (props changed) projects/graid/8/lib/libfetch/ (props changed) projects/graid/8/lib/libftpio/ (props changed) projects/graid/8/lib/libgeom/ (props changed) projects/graid/8/lib/libgpib/ (props changed) projects/graid/8/lib/libgssapi/ (props changed) projects/graid/8/lib/libipsec/ (props changed) projects/graid/8/lib/libipx/ (props changed) projects/graid/8/lib/libjail/ (props changed) projects/graid/8/lib/libkiconv/ (props changed) projects/graid/8/lib/libkse/ (props changed) projects/graid/8/lib/libkvm/ (props changed) projects/graid/8/lib/liblzma/ (props changed) projects/graid/8/lib/liblzma/Makefile (props changed) projects/graid/8/lib/liblzma/Symbol.map (props changed) projects/graid/8/lib/liblzma/Versions.def (props changed) projects/graid/8/lib/liblzma/config.h (props changed) projects/graid/8/lib/libmagic/ (props changed) projects/graid/8/lib/libmd/ (props changed) projects/graid/8/lib/libmemstat/ (props changed) projects/graid/8/lib/libmilter/ (props changed) projects/graid/8/lib/libmp/ (props changed) projects/graid/8/lib/libncp/ (props changed) projects/graid/8/lib/libnetgraph/ (props changed) projects/graid/8/lib/libngatm/ (props changed) projects/graid/8/lib/libopie/ (props changed) projects/graid/8/lib/libpam/ (props changed) projects/graid/8/lib/libpcap/ (props changed) projects/graid/8/lib/libpmc/ (props changed) projects/graid/8/lib/libproc/ (props changed) projects/graid/8/lib/libradius/ (props changed) projects/graid/8/lib/librpcsec_gss/ (props changed) projects/graid/8/lib/librpcsvc/ (props changed) projects/graid/8/lib/librt/ (props changed) projects/graid/8/lib/librtld_db/ (props changed) projects/graid/8/lib/librtld_db/Makefile (props changed) projects/graid/8/lib/librtld_db/librtld_db.3 (props changed) projects/graid/8/lib/librtld_db/rtld_db.c (props changed) projects/graid/8/lib/librtld_db/rtld_db.h (props changed) projects/graid/8/lib/libsbuf/ (props changed) projects/graid/8/lib/libsdp/ (props changed) projects/graid/8/lib/libsm/ (props changed) projects/graid/8/lib/libsmb/ (props changed) projects/graid/8/lib/libsmdb/ (props changed) projects/graid/8/lib/libsmutil/ (props changed) projects/graid/8/lib/libstand/ (props changed) projects/graid/8/lib/libtacplus/ (props changed) projects/graid/8/lib/libtelnet/ (props changed) projects/graid/8/lib/libthr/ (props changed) projects/graid/8/lib/libthread_db/ (props changed) projects/graid/8/lib/libufs/ (props changed) projects/graid/8/lib/libugidfw/ (props changed) projects/graid/8/lib/libusb/ (props changed) projects/graid/8/lib/libusb/usb.h (props changed) projects/graid/8/lib/libusbhid/ (props changed) projects/graid/8/lib/libutil/ (props changed) projects/graid/8/lib/libvgl/ (props changed) projects/graid/8/lib/libwrap/ (props changed) projects/graid/8/lib/liby/ (props changed) projects/graid/8/lib/libypclnt/ (props changed) projects/graid/8/lib/libz/ (props changed) projects/graid/8/lib/libz/contrib/ (props changed) projects/graid/8/lib/msun/ (props changed) projects/graid/8/lib/ncurses/ (props changed) projects/graid/8/libexec/ (props changed) projects/graid/8/libexec/ftpd/ (props changed) projects/graid/8/libexec/rtld-elf/ (props changed) projects/graid/8/libexec/tftpd/ (props changed) projects/graid/8/release/ (props changed) projects/graid/8/release/doc/en_US.ISO8859-1/hardware/ (props changed) projects/graid/8/release/picobsd/ (props changed) projects/graid/8/release/picobsd/floppy.tree/sbin/ (props changed) projects/graid/8/release/picobsd/floppy.tree/sbin/dhclient-script (props changed) projects/graid/8/release/picobsd/qemu/ (props changed) projects/graid/8/release/picobsd/tinyware/login/ (props changed) projects/graid/8/release/powerpc/ (props changed) projects/graid/8/rescue/ (props changed) projects/graid/8/sbin/ (props changed) projects/graid/8/sbin/atacontrol/ (props changed) projects/graid/8/sbin/bsdlabel/ (props changed) projects/graid/8/sbin/camcontrol/ (props changed) projects/graid/8/sbin/ddb/ (props changed) projects/graid/8/sbin/devd/ (props changed) projects/graid/8/sbin/devfs/ (props changed) projects/graid/8/sbin/dhclient/ (props changed) projects/graid/8/sbin/dump/ (props changed) projects/graid/8/sbin/dumpfs/ (props changed) projects/graid/8/sbin/fdisk/ (props changed) projects/graid/8/sbin/fsck/ (props changed) projects/graid/8/sbin/fsck_ffs/ (props changed) projects/graid/8/sbin/fsck_msdosfs/ (props changed) projects/graid/8/sbin/fsirand/ (props changed) projects/graid/8/sbin/geom/ (props changed) projects/graid/8/sbin/geom/class/multipath/ (props changed) projects/graid/8/sbin/geom/class/part/ (props changed) projects/graid/8/sbin/geom/class/sched/gsched.8 (props changed) projects/graid/8/sbin/geom/class/stripe/ (props changed) projects/graid/8/sbin/ggate/ (props changed) projects/graid/8/sbin/growfs/ (props changed) projects/graid/8/sbin/hastctl/ (props changed) projects/graid/8/sbin/hastd/ (props changed) projects/graid/8/sbin/ifconfig/ (props changed) projects/graid/8/sbin/ipfw/ (props changed) projects/graid/8/sbin/iscontrol/ (props changed) projects/graid/8/sbin/kldload/ (props changed) projects/graid/8/sbin/kldstat/ (props changed) projects/graid/8/sbin/mdconfig/ (props changed) projects/graid/8/sbin/mksnap_ffs/ (props changed) projects/graid/8/sbin/mount/ (props changed) projects/graid/8/sbin/mount_cd9660/ (props changed) projects/graid/8/sbin/mount_msdosfs/ (props changed) projects/graid/8/sbin/mount_nfs/ (props changed) projects/graid/8/sbin/natd/ (props changed) projects/graid/8/sbin/newfs/ (props changed) projects/graid/8/sbin/newfs_msdos/ (props changed) projects/graid/8/sbin/ping6/ (props changed) projects/graid/8/sbin/quotacheck/ (props changed) projects/graid/8/sbin/reboot/ (props changed) projects/graid/8/sbin/restore/ (props changed) projects/graid/8/sbin/route/ (props changed) projects/graid/8/sbin/routed/ (props changed) projects/graid/8/sbin/setkey/ (props changed) projects/graid/8/sbin/spppcontrol/ (props changed) projects/graid/8/sbin/sysctl/ (props changed) projects/graid/8/sbin/tunefs/ (props changed) projects/graid/8/sbin/umount/ (props changed) projects/graid/8/secure/ (props changed) projects/graid/8/secure/lib/libcrypto/ (props changed) projects/graid/8/secure/lib/libssl/ (props changed) projects/graid/8/secure/usr.bin/bdes/ (props changed) projects/graid/8/secure/usr.bin/openssl/ (props changed) projects/graid/8/share/ (props changed) projects/graid/8/share/dict/ (props changed) projects/graid/8/share/doc/papers/devfs/ (props changed) projects/graid/8/share/doc/papers/jail/ (props changed) projects/graid/8/share/doc/smm/01.setup/ (props changed) projects/graid/8/share/examples/ (props changed) projects/graid/8/share/examples/etc/ (props changed) projects/graid/8/share/examples/kld/syscall/ (props changed) projects/graid/8/share/man/ (props changed) projects/graid/8/share/man/man1/ (props changed) projects/graid/8/share/man/man3/ (props changed) projects/graid/8/share/man/man4/ (props changed) projects/graid/8/share/man/man5/ (props changed) projects/graid/8/share/man/man7/ (props changed) projects/graid/8/share/man/man8/ (props changed) projects/graid/8/share/man/man9/ (props changed) projects/graid/8/share/misc/ (props changed) projects/graid/8/share/mk/ (props changed) projects/graid/8/share/syscons/ (props changed) projects/graid/8/share/termcap/ (props changed) projects/graid/8/share/timedef/ (props changed) projects/graid/8/share/zoneinfo/ (props changed) projects/graid/8/sys/ (props changed) projects/graid/8/sys/amd64/include/xen/ (props changed) projects/graid/8/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/8/sys/contrib/dev/acpica/ (props changed) projects/graid/8/sys/contrib/pf/ (props changed) projects/graid/8/tools/ (props changed) projects/graid/8/tools/build/mk/ (props changed) projects/graid/8/tools/build/options/ (props changed) projects/graid/8/tools/debugscripts/ (props changed) projects/graid/8/tools/kerneldoc/subsys/ (props changed) projects/graid/8/tools/regression/acct/ (props changed) projects/graid/8/tools/regression/acltools/ (props changed) projects/graid/8/tools/regression/aio/aiotest/ (props changed) projects/graid/8/tools/regression/bin/ (props changed) projects/graid/8/tools/regression/bin/date/ (props changed) projects/graid/8/tools/regression/bin/sh/ (props changed) projects/graid/8/tools/regression/fifo/ (props changed) projects/graid/8/tools/regression/geom/ (props changed) projects/graid/8/tools/regression/lib/libc/ (props changed) projects/graid/8/tools/regression/lib/msun/test-conj.t (props changed) projects/graid/8/tools/regression/mqueue/mqtest1/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest2/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest3/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest4/ (props changed) projects/graid/8/tools/regression/mqueue/mqtest5/ (props changed) projects/graid/8/tools/regression/netinet/ (props changed) projects/graid/8/tools/regression/poll/ (props changed) projects/graid/8/tools/regression/posixsem/ (props changed) projects/graid/8/tools/regression/priv/ (props changed) projects/graid/8/tools/regression/sockets/unix_gc/ (props changed) projects/graid/8/tools/regression/usr.bin/ (props changed) projects/graid/8/tools/regression/usr.bin/pkill/ (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pgrep-_g.t (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pgrep-_s.t (props changed) projects/graid/8/tools/regression/usr.bin/pkill/pkill-_g.t (props changed) projects/graid/8/tools/regression/usr.bin/sed/ (props changed) projects/graid/8/tools/regression/usr.bin/tr/ (props changed) projects/graid/8/tools/test/ (props changed) projects/graid/8/tools/tools/ (props changed) projects/graid/8/tools/tools/ath/ (props changed) projects/graid/8/tools/tools/ath/common/dumpregs.h (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5210.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5211.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5212.c (props changed) projects/graid/8/tools/tools/ath/common/dumpregs_5416.c (props changed) projects/graid/8/tools/tools/mctest/ (props changed) projects/graid/8/tools/tools/nanobsd/ (props changed) projects/graid/8/tools/tools/netrate/ (props changed) projects/graid/8/tools/tools/netrate/tcpp/ (props changed) projects/graid/8/tools/tools/termcap/termcap.pl (props changed) projects/graid/8/tools/tools/umastat/ (props changed) projects/graid/8/tools/tools/vimage/ (props changed) projects/graid/8/usr.bin/ (props changed) projects/graid/8/usr.bin/apply/ (props changed) projects/graid/8/usr.bin/ar/ (props changed) projects/graid/8/usr.bin/awk/ (props changed) projects/graid/8/usr.bin/biff/ (props changed) projects/graid/8/usr.bin/c89/ (props changed) projects/graid/8/usr.bin/c99/ (props changed) projects/graid/8/usr.bin/calendar/ (props changed) projects/graid/8/usr.bin/catman/ (props changed) projects/graid/8/usr.bin/chpass/Makefile (props changed) projects/graid/8/usr.bin/column/ (props changed) projects/graid/8/usr.bin/comm/ (props changed) projects/graid/8/usr.bin/cpio/ (props changed) projects/graid/8/usr.bin/cpuset/ (props changed) projects/graid/8/usr.bin/csup/ (props changed) projects/graid/8/usr.bin/du/ (props changed) projects/graid/8/usr.bin/ee/ (props changed) projects/graid/8/usr.bin/enigma/ (props changed) projects/graid/8/usr.bin/fetch/ (props changed) projects/graid/8/usr.bin/find/ (props changed) projects/graid/8/usr.bin/finger/ (props changed) projects/graid/8/usr.bin/fold/ (props changed) projects/graid/8/usr.bin/fstat/ (props changed) projects/graid/8/usr.bin/gcore/ (props changed) projects/graid/8/usr.bin/getopt/ (props changed) projects/graid/8/usr.bin/gzip/ (props changed) projects/graid/8/usr.bin/hexdump/ (props changed) projects/graid/8/usr.bin/indent/ (props changed) projects/graid/8/usr.bin/jot/ (props changed) projects/graid/8/usr.bin/kdump/ (props changed) projects/graid/8/usr.bin/killall/ (props changed) projects/graid/8/usr.bin/ktrace/ (props changed) projects/graid/8/usr.bin/ldd/ (props changed) projects/graid/8/usr.bin/lex/ (props changed) projects/graid/8/usr.bin/locale/ (props changed) projects/graid/8/usr.bin/locate/ (props changed) projects/graid/8/usr.bin/lockf/ (props changed) projects/graid/8/usr.bin/look/ (props changed) projects/graid/8/usr.bin/m4/ (props changed) projects/graid/8/usr.bin/mail/ (props changed) projects/graid/8/usr.bin/make/ (props changed) projects/graid/8/usr.bin/makewhatis/ (props changed) projects/graid/8/usr.bin/minigzip/ (props changed) projects/graid/8/usr.bin/ncal/ (props changed) projects/graid/8/usr.bin/netstat/ (props changed) projects/graid/8/usr.bin/netstat/Makefile (props changed) projects/graid/8/usr.bin/netstat/atalk.c (props changed) projects/graid/8/usr.bin/netstat/bpf.c (props changed) projects/graid/8/usr.bin/netstat/inet.c (props changed) projects/graid/8/usr.bin/netstat/inet6.c (props changed) projects/graid/8/usr.bin/netstat/ipsec.c (props changed) projects/graid/8/usr.bin/netstat/ipx.c (props changed) projects/graid/8/usr.bin/netstat/main.c (props changed) projects/graid/8/usr.bin/netstat/mbuf.c (props changed) projects/graid/8/usr.bin/netstat/mroute.c (props changed) projects/graid/8/usr.bin/netstat/mroute6.c (props changed) projects/graid/8/usr.bin/netstat/netgraph.c (props changed) projects/graid/8/usr.bin/netstat/netisr.c (props changed) projects/graid/8/usr.bin/netstat/netstat.1 (props changed) projects/graid/8/usr.bin/netstat/pfkey.c (props changed) projects/graid/8/usr.bin/netstat/sctp.c (props changed) projects/graid/8/usr.bin/netstat/unix.c (props changed) projects/graid/8/usr.bin/pathchk/ (props changed) projects/graid/8/usr.bin/perror/ (props changed) projects/graid/8/usr.bin/procstat/ (props changed) projects/graid/8/usr.bin/rpcgen/ (props changed) projects/graid/8/usr.bin/rpcinfo/ (props changed) projects/graid/8/usr.bin/ruptime/ (props changed) projects/graid/8/usr.bin/script/ (props changed) projects/graid/8/usr.bin/sed/ (props changed) projects/graid/8/usr.bin/sockstat/ (props changed) projects/graid/8/usr.bin/split/ (props changed) projects/graid/8/usr.bin/stat/ (props changed) projects/graid/8/usr.bin/systat/ (props changed) projects/graid/8/usr.bin/tar/ (props changed) projects/graid/8/usr.bin/tftp/ (props changed) projects/graid/8/usr.bin/tip/ (props changed) projects/graid/8/usr.bin/top/ (props changed) projects/graid/8/usr.bin/touch/ (props changed) projects/graid/8/usr.bin/tr/ (props changed) projects/graid/8/usr.bin/truss/ (props changed) projects/graid/8/usr.bin/uname/ (props changed) projects/graid/8/usr.bin/unifdef/ (props changed) projects/graid/8/usr.bin/uniq/ (props changed) projects/graid/8/usr.bin/unzip/ (props changed) projects/graid/8/usr.bin/uudecode/ (props changed) projects/graid/8/usr.bin/vmstat/ (props changed) projects/graid/8/usr.bin/w/ (props changed) projects/graid/8/usr.bin/whois/ (props changed) projects/graid/8/usr.bin/xinstall/ (props changed) projects/graid/8/usr.bin/xlint/ (props changed) projects/graid/8/usr.bin/xz/ (props changed) projects/graid/8/usr.bin/yacc/ (props changed) projects/graid/8/usr.sbin/ (props changed) projects/graid/8/usr.sbin/IPXrouted/ (props changed) projects/graid/8/usr.sbin/Makefile (props changed) projects/graid/8/usr.sbin/Makefile.inc (props changed) projects/graid/8/usr.sbin/ac/ (props changed) projects/graid/8/usr.sbin/accton/ (props changed) projects/graid/8/usr.sbin/acpi/ (props changed) projects/graid/8/usr.sbin/adduser/ (props changed) projects/graid/8/usr.sbin/amd/ (props changed) projects/graid/8/usr.sbin/ancontrol/ (props changed) projects/graid/8/usr.sbin/apm/ (props changed) projects/graid/8/usr.sbin/apmd/ (props changed) projects/graid/8/usr.sbin/arp/ (props changed) projects/graid/8/usr.sbin/asf/ (props changed) projects/graid/8/usr.sbin/audit/ (props changed) projects/graid/8/usr.sbin/auditd/ (props changed) projects/graid/8/usr.sbin/auditreduce/ (props changed) projects/graid/8/usr.sbin/authpf/ (props changed) projects/graid/8/usr.sbin/bluetooth/ (props changed) projects/graid/8/usr.sbin/bluetooth/bthidcontrol/ (props changed) projects/graid/8/usr.sbin/bluetooth/bthidd/ (props changed) projects/graid/8/usr.sbin/boot0cfg/ (props changed) projects/graid/8/usr.sbin/boot98cfg/ (props changed) projects/graid/8/usr.sbin/bootparamd/ (props changed) projects/graid/8/usr.sbin/bsnmpd/ (props changed) projects/graid/8/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (props changed) projects/graid/8/usr.sbin/btxld/ (props changed) projects/graid/8/usr.sbin/burncd/ (props changed) projects/graid/8/usr.sbin/cdcontrol/ (props changed) projects/graid/8/usr.sbin/chkgrp/ (props changed) projects/graid/8/usr.sbin/chown/ (props changed) projects/graid/8/usr.sbin/chroot/ (props changed) projects/graid/8/usr.sbin/ckdist/ (props changed) projects/graid/8/usr.sbin/clear_locks/ (props changed) projects/graid/8/usr.sbin/config/ (props changed) projects/graid/8/usr.sbin/config/SMM.doc/ (props changed) projects/graid/8/usr.sbin/cpucontrol/ (props changed) projects/graid/8/usr.sbin/crashinfo/ (props changed) projects/graid/8/usr.sbin/cron/ (props changed) projects/graid/8/usr.sbin/crunch/ (props changed) projects/graid/8/usr.sbin/crunch/examples/ (props changed) projects/graid/8/usr.sbin/ctm/ (props changed) projects/graid/8/usr.sbin/cxgbtool/ (props changed) projects/graid/8/usr.sbin/daemon/ (props changed) projects/graid/8/usr.sbin/dconschat/ (props changed) projects/graid/8/usr.sbin/devinfo/ (props changed) projects/graid/8/usr.sbin/digictl/ (props changed) projects/graid/8/usr.sbin/diskinfo/ (props changed) projects/graid/8/usr.sbin/dnssec-dsfromkey/ (props changed) projects/graid/8/usr.sbin/dnssec-keyfromlabel/ (props changed) projects/graid/8/usr.sbin/dnssec-keygen/ (props changed) projects/graid/8/usr.sbin/dnssec-signzone/ (props changed) projects/graid/8/usr.sbin/dumpcis/ (props changed) projects/graid/8/usr.sbin/dumpcis/cardinfo.h (props changed) projects/graid/8/usr.sbin/dumpcis/cis.h (props changed) projects/graid/8/usr.sbin/editmap/ (props changed) projects/graid/8/usr.sbin/edquota/ (props changed) projects/graid/8/usr.sbin/eeprom/ (props changed) projects/graid/8/usr.sbin/extattr/ (props changed) projects/graid/8/usr.sbin/extattrctl/ (props changed) projects/graid/8/usr.sbin/faithd/ (props changed) projects/graid/8/usr.sbin/fdcontrol/ (props changed) projects/graid/8/usr.sbin/fdformat/ (props changed) projects/graid/8/usr.sbin/fdread/ (props changed) projects/graid/8/usr.sbin/fdwrite/ (props changed) projects/graid/8/usr.sbin/fifolog/ (props changed) projects/graid/8/usr.sbin/flowctl/ (props changed) projects/graid/8/usr.sbin/freebsd-update/ (props changed) projects/graid/8/usr.sbin/ftp-proxy/ (props changed) projects/graid/8/usr.sbin/fwcontrol/ (props changed) projects/graid/8/usr.sbin/getfmac/ (props changed) projects/graid/8/usr.sbin/getpmac/ (props changed) projects/graid/8/usr.sbin/gssd/ (props changed) projects/graid/8/usr.sbin/gstat/ (props changed) projects/graid/8/usr.sbin/i2c/ (props changed) projects/graid/8/usr.sbin/ifmcstat/ (props changed) projects/graid/8/usr.sbin/inetd/ (props changed) projects/graid/8/usr.sbin/iostat/ (props changed) projects/graid/8/usr.sbin/ip6addrctl/ (props changed) projects/graid/8/usr.sbin/ipfwpcap/ (props changed) projects/graid/8/usr.sbin/jail/ (props changed) projects/graid/8/usr.sbin/jexec/ (props changed) projects/graid/8/usr.sbin/jls/ (props changed) projects/graid/8/usr.sbin/kbdcontrol/ (props changed) projects/graid/8/usr.sbin/kbdmap/ (props changed) projects/graid/8/usr.sbin/kernbb/ (props changed) projects/graid/8/usr.sbin/keyserv/ (props changed) projects/graid/8/usr.sbin/kgmon/ (props changed) projects/graid/8/usr.sbin/kgzip/ (props changed) projects/graid/8/usr.sbin/kldxref/ (props changed) projects/graid/8/usr.sbin/lastlogin/ (props changed) projects/graid/8/usr.sbin/lmcconfig/ (props changed) projects/graid/8/usr.sbin/lpr/ (props changed) projects/graid/8/usr.sbin/lptcontrol/ (props changed) projects/graid/8/usr.sbin/mailstats/ (props changed) projects/graid/8/usr.sbin/mailwrapper/ (props changed) projects/graid/8/usr.sbin/makefs/ (props changed) projects/graid/8/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/graid/8/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/graid/8/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/graid/8/usr.sbin/makefs/getid.c (props changed) projects/graid/8/usr.sbin/makemap/ (props changed) projects/graid/8/usr.sbin/manctl/ (props changed) projects/graid/8/usr.sbin/memcontrol/ (props changed) projects/graid/8/usr.sbin/mergemaster/ (props changed) projects/graid/8/usr.sbin/mfiutil/ (props changed) projects/graid/8/usr.sbin/mixer/ (props changed) projects/graid/8/usr.sbin/mld6query/ (props changed) projects/graid/8/usr.sbin/mlxcontrol/ (props changed) projects/graid/8/usr.sbin/mount_nwfs/ (props changed) projects/graid/8/usr.sbin/mount_portalfs/ (props changed) projects/graid/8/usr.sbin/mount_smbfs/ (props changed) projects/graid/8/usr.sbin/mountd/ (props changed) projects/graid/8/usr.sbin/moused/ (props changed) projects/graid/8/usr.sbin/mptable/ (props changed) projects/graid/8/usr.sbin/mptutil/ (props changed) projects/graid/8/usr.sbin/mtest/ (props changed) projects/graid/8/usr.sbin/mtree/ (props changed) projects/graid/8/usr.sbin/named/ (props changed) projects/graid/8/usr.sbin/named-checkconf/ (props changed) projects/graid/8/usr.sbin/named-checkzone/ (props changed) projects/graid/8/usr.sbin/named.reload/ (props changed) projects/graid/8/usr.sbin/ndiscvt/ (props changed) projects/graid/8/usr.sbin/ndp/ (props changed) projects/graid/8/usr.sbin/newsyslog/ (props changed) projects/graid/8/usr.sbin/nfscbd/ (props changed) projects/graid/8/usr.sbin/nfsd/ (props changed) projects/graid/8/usr.sbin/nfsdumpstate/ (props changed) projects/graid/8/usr.sbin/nfsrevoke/ (props changed) projects/graid/8/usr.sbin/nfsuserd/ (props changed) projects/graid/8/usr.sbin/ngctl/ (props changed) projects/graid/8/usr.sbin/nghook/ (props changed) projects/graid/8/usr.sbin/nologin/ (props changed) projects/graid/8/usr.sbin/nscd/ (props changed) projects/graid/8/usr.sbin/ntp/ (props changed) projects/graid/8/usr.sbin/nvram/ (props changed) projects/graid/8/usr.sbin/ofwdump/ (props changed) projects/graid/8/usr.sbin/pciconf/ (props changed) projects/graid/8/usr.sbin/periodic/ (props changed) projects/graid/8/usr.sbin/pkg_install/ (props changed) projects/graid/8/usr.sbin/pmcannotate/ (props changed) projects/graid/8/usr.sbin/pmccontrol/ (props changed) projects/graid/8/usr.sbin/pmcstat/ (props changed) projects/graid/8/usr.sbin/pnpinfo/ (props changed) projects/graid/8/usr.sbin/portsnap/ (props changed) projects/graid/8/usr.sbin/powerd/ (props changed) projects/graid/8/usr.sbin/ppp/ (props changed) projects/graid/8/usr.sbin/pppctl/ (props changed) projects/graid/8/usr.sbin/praliases/ (props changed) projects/graid/8/usr.sbin/praudit/ (props changed) projects/graid/8/usr.sbin/procctl/ (props changed) projects/graid/8/usr.sbin/pstat/ (props changed) projects/graid/8/usr.sbin/pw/ (props changed) projects/graid/8/usr.sbin/pwd_mkdb/ (props changed) projects/graid/8/usr.sbin/quot/ (props changed) projects/graid/8/usr.sbin/quotaon/ (props changed) projects/graid/8/usr.sbin/rarpd/ (props changed) projects/graid/8/usr.sbin/repquota/ (props changed) projects/graid/8/usr.sbin/rip6query/ (props changed) projects/graid/8/usr.sbin/rmt/ (props changed) projects/graid/8/usr.sbin/rndc/ (props changed) projects/graid/8/usr.sbin/rndc-confgen/ (props changed) projects/graid/8/usr.sbin/route6d/ (props changed) projects/graid/8/usr.sbin/rpc.lockd/ (props changed) projects/graid/8/usr.sbin/rpc.statd/ (props changed) projects/graid/8/usr.sbin/rpc.umntall/ (props changed) projects/graid/8/usr.sbin/rpc.yppasswdd/ (props changed) projects/graid/8/usr.sbin/rpc.ypupdated/ (props changed) projects/graid/8/usr.sbin/rpc.ypxfrd/ (props changed) projects/graid/8/usr.sbin/rpcbind/ (props changed) projects/graid/8/usr.sbin/rrenumd/ (props changed) projects/graid/8/usr.sbin/rtadvd/ (props changed) projects/graid/8/usr.sbin/rtprio/ (props changed) projects/graid/8/usr.sbin/rtsold/ (props changed) projects/graid/8/usr.sbin/rwhod/ (props changed) projects/graid/8/usr.sbin/sa/ (props changed) projects/graid/8/usr.sbin/sade/ (props changed) projects/graid/8/usr.sbin/sendmail/ (props changed) projects/graid/8/usr.sbin/service/ (props changed) projects/graid/8/usr.sbin/service/Makefile (props changed) projects/graid/8/usr.sbin/service/service.8 (props changed) projects/graid/8/usr.sbin/service/service.sh (props changed) projects/graid/8/usr.sbin/services_mkdb/ (props changed) projects/graid/8/usr.sbin/services_mkdb/Makefile (props changed) projects/graid/8/usr.sbin/services_mkdb/services_mkdb.8 (props changed) projects/graid/8/usr.sbin/services_mkdb/services_mkdb.c (props changed) projects/graid/8/usr.sbin/services_mkdb/uniq.c (props changed) projects/graid/8/usr.sbin/setfib/ (props changed) projects/graid/8/usr.sbin/setfmac/ (props changed) projects/graid/8/usr.sbin/setpmac/ (props changed) projects/graid/8/usr.sbin/sicontrol/ (props changed) projects/graid/8/usr.sbin/smbmsg/ (props changed) projects/graid/8/usr.sbin/snapinfo/ (props changed) projects/graid/8/usr.sbin/spkrtest/ (props changed) projects/graid/8/usr.sbin/spray/ (props changed) projects/graid/8/usr.sbin/sysinstall/ (props changed) projects/graid/8/usr.sbin/syslogd/ (props changed) projects/graid/8/usr.sbin/tcpdchk/ (props changed) projects/graid/8/usr.sbin/tcpdmatch/ (props changed) projects/graid/8/usr.sbin/tcpdrop/ (props changed) projects/graid/8/usr.sbin/tcpdump/ (props changed) projects/graid/8/usr.sbin/timed/ (props changed) projects/graid/8/usr.sbin/traceroute/ (props changed) projects/graid/8/usr.sbin/traceroute6/ (props changed) projects/graid/8/usr.sbin/trpt/ (props changed) projects/graid/8/usr.sbin/tzsetup/ (props changed) projects/graid/8/usr.sbin/uathload/ (props changed) projects/graid/8/usr.sbin/ugidfw/ (props changed) projects/graid/8/usr.sbin/uhsoctl/ (props changed) projects/graid/8/usr.sbin/usbconfig/ (props changed) projects/graid/8/usr.sbin/usbdevs/ (props changed) projects/graid/8/usr.sbin/vidcontrol/ (props changed) projects/graid/8/usr.sbin/vipw/ (props changed) projects/graid/8/usr.sbin/wake/ (props changed) projects/graid/8/usr.sbin/watch/ (props changed) projects/graid/8/usr.sbin/watchdogd/ (props changed) projects/graid/8/usr.sbin/wlandebug/ (props changed) projects/graid/8/usr.sbin/wlconfig/ (props changed) projects/graid/8/usr.sbin/wpa/ (props changed) projects/graid/8/usr.sbin/yp_mkdb/ (props changed) projects/graid/8/usr.sbin/ypbind/ (props changed) projects/graid/8/usr.sbin/yppoll/ (props changed) projects/graid/8/usr.sbin/yppush/ (props changed) projects/graid/8/usr.sbin/ypserv/ (props changed) projects/graid/8/usr.sbin/ypset/ (props changed) projects/graid/8/usr.sbin/zic/ (props changed) projects/graid/8/usr.sbin/zzz/ (props changed) Modified: projects/graid/8/sys/geom/raid/tr_concat.c ============================================================================== --- projects/graid/8/sys/geom/raid/tr_concat.c Sat Mar 5 20:54:17 2011 (r219312) +++ projects/graid/8/sys/geom/raid/tr_concat.c Sat Mar 5 20:57:29 2011 (r219313) @@ -308,7 +308,7 @@ g_raid_tr_kerneldump_concat(struct g_rai offset = 0; no++; KASSERT(no < vol->v_disks_count || remain == 0, - ("Request ends after volume end (%ju, %ju)", + ("Request ends after volume end (%ju, %zu)", boffset, blength)); } while (remain > 0); return (0); From owner-svn-src-projects@FreeBSD.ORG Sat Mar 5 20:59:26 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC74106566B; Sat, 5 Mar 2011 20:59:26 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EE9978FC16; Sat, 5 Mar 2011 20:59:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p25KxPc7076034; Sat, 5 Mar 2011 20:59:25 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p25KxPvB076032; Sat, 5 Mar 2011 20:59:25 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201103052059.p25KxPvB076032@svn.freebsd.org> From: Alexander Motin Date: Sat, 5 Mar 2011 20:59:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219314 - in projects/graid/7: . contrib/bsnmp/snmpd contrib/wpa_supplicant gnu/usr.bin/groff/tmac share/misc sys/geom/raid tools/tools/nanobsd usr.sbin usr.sbin/bsnmpd/modules/snmp_hos... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Mar 2011 20:59:26 -0000 Author: mav Date: Sat Mar 5 20:59:25 2011 New Revision: 219314 URL: http://svn.freebsd.org/changeset/base/219314 Log: MFH r219310 Modified: projects/graid/7/sys/geom/raid/tr_concat.c Directory Properties: projects/graid/7/ (props changed) projects/graid/7/COPYRIGHT (props changed) projects/graid/7/Makefile (props changed) projects/graid/7/Makefile.inc1 (props changed) projects/graid/7/ObsoleteFiles.inc (props changed) projects/graid/7/UPDATING (props changed) projects/graid/7/bin/ (props changed) projects/graid/7/bin/chflags/ (props changed) projects/graid/7/bin/chio/ (props changed) projects/graid/7/bin/cp/ (props changed) projects/graid/7/bin/csh/ (props changed) projects/graid/7/bin/dd/ (props changed) projects/graid/7/bin/df/ (props changed) projects/graid/7/bin/echo/ (props changed) projects/graid/7/bin/ed/ (props changed) projects/graid/7/bin/expr/ (props changed) projects/graid/7/bin/kill/ (props changed) projects/graid/7/bin/ln/ (props changed) projects/graid/7/bin/ls/ (props changed) projects/graid/7/bin/pax/ (props changed) projects/graid/7/bin/ps/ (props changed) projects/graid/7/bin/rm/ (props changed) projects/graid/7/bin/sh/ (props changed) projects/graid/7/bin/test/ (props changed) projects/graid/7/cddl/contrib/opensolaris/ (props changed) projects/graid/7/cddl/lib/libzpool/ (props changed) projects/graid/7/contrib/bind9/ (props changed) projects/graid/7/contrib/binutils/ (props changed) projects/graid/7/contrib/bsnmp/ (props changed) projects/graid/7/contrib/bsnmp/snmpd/bsnmpd.1 (props changed) projects/graid/7/contrib/cpio/ (props changed) projects/graid/7/contrib/csup/ (props changed) projects/graid/7/contrib/expat/ (props changed) projects/graid/7/contrib/gcc/ (props changed) projects/graid/7/contrib/gdb/ (props changed) projects/graid/7/contrib/gdtoa/ (props changed) projects/graid/7/contrib/groff/ (props changed) projects/graid/7/contrib/ipfilter/ (props changed) projects/graid/7/contrib/less/ (props changed) projects/graid/7/contrib/libpcap/ (props changed) projects/graid/7/contrib/ncurses/ (props changed) projects/graid/7/contrib/netcat/ (props changed) projects/graid/7/contrib/ntp/ (props changed) projects/graid/7/contrib/nvi/ (props changed) projects/graid/7/contrib/pf/ (props changed) projects/graid/7/contrib/sendmail/ (props changed) projects/graid/7/contrib/smbfs/ (props changed) projects/graid/7/contrib/tcp_wrappers/ (props changed) projects/graid/7/contrib/tcsh/ (props changed) projects/graid/7/contrib/telnet/ (props changed) projects/graid/7/contrib/top/ (props changed) projects/graid/7/contrib/traceroute/ (props changed) projects/graid/7/contrib/wpa_supplicant/ (props changed) projects/graid/7/contrib/wpa_supplicant/COPYING (props changed) projects/graid/7/contrib/wpa_supplicant/ChangeLog (props changed) projects/graid/7/contrib/wpa_supplicant/FREEBSD-Xlist (props changed) projects/graid/7/contrib/wpa_supplicant/FREEBSD-upgrade (props changed) projects/graid/7/contrib/wpa_supplicant/Makefile (props changed) projects/graid/7/contrib/wpa_supplicant/README (props changed) projects/graid/7/contrib/wpa_supplicant/aes.c (props changed) projects/graid/7/contrib/wpa_supplicant/aes.h (props changed) projects/graid/7/contrib/wpa_supplicant/aes_wrap.c (props changed) projects/graid/7/contrib/wpa_supplicant/aes_wrap.h (props changed) projects/graid/7/contrib/wpa_supplicant/asn1.c (props changed) projects/graid/7/contrib/wpa_supplicant/asn1.h (props changed) projects/graid/7/contrib/wpa_supplicant/asn1_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/base64.c (props changed) projects/graid/7/contrib/wpa_supplicant/base64.h (props changed) projects/graid/7/contrib/wpa_supplicant/bignum.c (props changed) projects/graid/7/contrib/wpa_supplicant/bignum.h (props changed) projects/graid/7/contrib/wpa_supplicant/build_config.h (props changed) projects/graid/7/contrib/wpa_supplicant/common.c (props changed) projects/graid/7/contrib/wpa_supplicant/common.h (props changed) projects/graid/7/contrib/wpa_supplicant/config.c (props changed) projects/graid/7/contrib/wpa_supplicant/config.h (props changed) projects/graid/7/contrib/wpa_supplicant/config_file.c (props changed) projects/graid/7/contrib/wpa_supplicant/config_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/config_ssid.h (props changed) projects/graid/7/contrib/wpa_supplicant/config_types.h (props changed) projects/graid/7/contrib/wpa_supplicant/config_winreg.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto.h (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_cryptoapi.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_gnutls.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_internal.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_libtomcrypt.c (props changed) projects/graid/7/contrib/wpa_supplicant/crypto_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface.h (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus.h (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus_handlers.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_dbus_handlers.h (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_named_pipe.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_udp.c (props changed) projects/graid/7/contrib/wpa_supplicant/ctrl_iface_unix.c (props changed) projects/graid/7/contrib/wpa_supplicant/dbus-wpa_supplicant.conf (props changed) projects/graid/7/contrib/wpa_supplicant/dbus-wpa_supplicant.service (props changed) projects/graid/7/contrib/wpa_supplicant/dbus_dict_helpers.c (props changed) projects/graid/7/contrib/wpa_supplicant/dbus_dict_helpers.h (props changed) projects/graid/7/contrib/wpa_supplicant/defconfig (props changed) projects/graid/7/contrib/wpa_supplicant/defs.h (props changed) projects/graid/7/contrib/wpa_supplicant/des.c (props changed) projects/graid/7/contrib/wpa_supplicant/doc/ (props changed) projects/graid/7/contrib/wpa_supplicant/driver.h (props changed) projects/graid/7/contrib/wpa_supplicant/driver_hostap.h (props changed) projects/graid/7/contrib/wpa_supplicant/driver_ndis.c (props changed) projects/graid/7/contrib/wpa_supplicant/driver_ndis.h (props changed) projects/graid/7/contrib/wpa_supplicant/driver_wired.c (props changed) projects/graid/7/contrib/wpa_supplicant/drivers.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_aka.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_defs.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_fast.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gpsk.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gpsk_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gpsk_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_gtc.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_i.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_leap.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_md5.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_methods.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_methods.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_mschapv2.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_otp.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_pax.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_pax_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_pax_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_peap.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_psk.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_psk_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_psk_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sake.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sake_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sake_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sim.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sim_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_sim_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_testing.txt (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tls.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tls_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tls_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tlv.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_tlv.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_ttls.c (props changed) projects/graid/7/contrib/wpa_supplicant/eap_ttls.h (props changed) projects/graid/7/contrib/wpa_supplicant/eap_vendor_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/eapol_sm.c (props changed) projects/graid/7/contrib/wpa_supplicant/eapol_sm.h (props changed) projects/graid/7/contrib/wpa_supplicant/eapol_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/eloop.c (props changed) projects/graid/7/contrib/wpa_supplicant/eloop.h (props changed) projects/graid/7/contrib/wpa_supplicant/eloop_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/eloop_win.c (props changed) projects/graid/7/contrib/wpa_supplicant/events.c (props changed) projects/graid/7/contrib/wpa_supplicant/examples/ (props changed) projects/graid/7/contrib/wpa_supplicant/hostapd.h (props changed) projects/graid/7/contrib/wpa_supplicant/includes.h (props changed) projects/graid/7/contrib/wpa_supplicant/l2_packet.h (props changed) projects/graid/7/contrib/wpa_supplicant/libtommath.c (props changed) projects/graid/7/contrib/wpa_supplicant/main.c (props changed) projects/graid/7/contrib/wpa_supplicant/md4.c (props changed) projects/graid/7/contrib/wpa_supplicant/md5.c (props changed) projects/graid/7/contrib/wpa_supplicant/md5.h (props changed) projects/graid/7/contrib/wpa_supplicant/mlme.c (props changed) projects/graid/7/contrib/wpa_supplicant/mlme.h (props changed) projects/graid/7/contrib/wpa_supplicant/ms_funcs.c (props changed) projects/graid/7/contrib/wpa_supplicant/ms_funcs.h (props changed) projects/graid/7/contrib/wpa_supplicant/nmake.mak (props changed) projects/graid/7/contrib/wpa_supplicant/openssl-0.9.8d-tls-extensions.patch (props changed) projects/graid/7/contrib/wpa_supplicant/openssl-0.9.8e-tls-extensions.patch (props changed) projects/graid/7/contrib/wpa_supplicant/openssl-tls-extensions.patch (props changed) projects/graid/7/contrib/wpa_supplicant/os.h (props changed) projects/graid/7/contrib/wpa_supplicant/os_internal.c (props changed) projects/graid/7/contrib/wpa_supplicant/os_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/os_unix.c (props changed) projects/graid/7/contrib/wpa_supplicant/pcsc_funcs.c (props changed) projects/graid/7/contrib/wpa_supplicant/pcsc_funcs.h (props changed) projects/graid/7/contrib/wpa_supplicant/pmksa_cache.c (props changed) projects/graid/7/contrib/wpa_supplicant/pmksa_cache.h (props changed) projects/graid/7/contrib/wpa_supplicant/preauth.c (props changed) projects/graid/7/contrib/wpa_supplicant/preauth.h (props changed) projects/graid/7/contrib/wpa_supplicant/preauth_test.c (props changed) projects/graid/7/contrib/wpa_supplicant/radius.c (props changed) projects/graid/7/contrib/wpa_supplicant/radius.h (props changed) projects/graid/7/contrib/wpa_supplicant/radius_client.c (props changed) projects/graid/7/contrib/wpa_supplicant/radius_client.h (props changed) projects/graid/7/contrib/wpa_supplicant/rc4.c (props changed) projects/graid/7/contrib/wpa_supplicant/rc4.h (props changed) projects/graid/7/contrib/wpa_supplicant/rsa.c (props changed) projects/graid/7/contrib/wpa_supplicant/rsa.h (props changed) projects/graid/7/contrib/wpa_supplicant/sha1.c (props changed) projects/graid/7/contrib/wpa_supplicant/sha1.h (props changed) projects/graid/7/contrib/wpa_supplicant/sha256.c (props changed) projects/graid/7/contrib/wpa_supplicant/sha256.h (props changed) projects/graid/7/contrib/wpa_supplicant/state_machine.h (props changed) projects/graid/7/contrib/wpa_supplicant/tls.h (props changed) projects/graid/7/contrib/wpa_supplicant/tls_gnutls.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_internal.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_none.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_openssl.c (props changed) projects/graid/7/contrib/wpa_supplicant/tls_schannel.c (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_client.c (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_client.h (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_common.c (props changed) projects/graid/7/contrib/wpa_supplicant/tlsv1_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/todo.txt (props changed) projects/graid/7/contrib/wpa_supplicant/version.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_cli.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_common.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_ctrl.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_ctrl.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_gui/ (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_gui-qt4/ (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_i.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_passphrase.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.c (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.conf (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant.h (props changed) projects/graid/7/contrib/wpa_supplicant/wpa_supplicant_i.h (props changed) projects/graid/7/contrib/wpa_supplicant/x509v3.c (props changed) projects/graid/7/contrib/wpa_supplicant/x509v3.h (props changed) projects/graid/7/crypto/openssh/ (props changed) projects/graid/7/crypto/openssl/ (props changed) projects/graid/7/etc/ (props changed) projects/graid/7/games/factor/ (props changed) projects/graid/7/games/fortune/ (props changed) projects/graid/7/games/grdc/ (props changed) projects/graid/7/gnu/ (props changed) projects/graid/7/gnu/lib/libstdc++/ (props changed) projects/graid/7/gnu/usr.bin/ (props changed) projects/graid/7/gnu/usr.bin/cc/ (props changed) projects/graid/7/gnu/usr.bin/cpio/ (props changed) projects/graid/7/gnu/usr.bin/cvs/ (props changed) projects/graid/7/gnu/usr.bin/gdb/ (props changed) projects/graid/7/gnu/usr.bin/gdb/kgdb/ (props changed) projects/graid/7/gnu/usr.bin/grep/ (props changed) projects/graid/7/gnu/usr.bin/groff/ (props changed) projects/graid/7/gnu/usr.bin/groff/tmac/mdoc.local (props changed) projects/graid/7/gnu/usr.bin/man/ (props changed) projects/graid/7/gnu/usr.bin/sort/ (props changed) projects/graid/7/include/ (props changed) projects/graid/7/kerberos5/ (props changed) projects/graid/7/lib/ (props changed) projects/graid/7/lib/bind/ (props changed) projects/graid/7/lib/csu/ (props changed) projects/graid/7/lib/libarchive/ (props changed) projects/graid/7/lib/libbluetooth/ (props changed) projects/graid/7/lib/libc/ (props changed) projects/graid/7/lib/libc/stdtime/ (props changed) projects/graid/7/lib/libc_r/ (props changed) projects/graid/7/lib/libcam/ (props changed) projects/graid/7/lib/libdisk/ (props changed) projects/graid/7/lib/libdwarf/ (props changed) projects/graid/7/lib/libelf/ (props changed) projects/graid/7/lib/libexpat/ (props changed) projects/graid/7/lib/libfetch/ (props changed) projects/graid/7/lib/libftpio/ (props changed) projects/graid/7/lib/libgeom/ (props changed) projects/graid/7/lib/libgssapi/ (props changed) projects/graid/7/lib/libkse/ (props changed) projects/graid/7/lib/libkvm/ (props changed) projects/graid/7/lib/libmagic/ (props changed) projects/graid/7/lib/libmemstat/ (props changed) projects/graid/7/lib/libpmc/ (props changed) projects/graid/7/lib/libradius/ (props changed) projects/graid/7/lib/libsm/ (props changed) projects/graid/7/lib/libstand/ (props changed) projects/graid/7/lib/libthr/ (props changed) projects/graid/7/lib/libthread_db/ (props changed) projects/graid/7/lib/libufs/ (props changed) projects/graid/7/lib/libutil/ (props changed) projects/graid/7/lib/msun/ (props changed) projects/graid/7/libexec/ (props changed) projects/graid/7/libexec/ftpd/ (props changed) projects/graid/7/libexec/rpc.rquotad/ (props changed) projects/graid/7/libexec/rpc.rstatd/ (props changed) projects/graid/7/libexec/rtld-elf/ (props changed) projects/graid/7/libexec/tftpd/ (props changed) projects/graid/7/release/ (props changed) projects/graid/7/release/doc/ (props changed) projects/graid/7/release/doc/en_US.ISO8859-1/hardware/ (props changed) projects/graid/7/release/picobsd/tinyware/login/ (props changed) projects/graid/7/rescue/ (props changed) projects/graid/7/sbin/ (props changed) projects/graid/7/sbin/atacontrol/ (props changed) projects/graid/7/sbin/bsdlabel/ (props changed) projects/graid/7/sbin/clri/ (props changed) projects/graid/7/sbin/ddb/ (props changed) projects/graid/7/sbin/devd/ (props changed) projects/graid/7/sbin/devfs/ (props changed) projects/graid/7/sbin/dhclient/ (props changed) projects/graid/7/sbin/dumpfs/ (props changed) projects/graid/7/sbin/fdisk/ (props changed) projects/graid/7/sbin/fdisk_pc98/ (props changed) projects/graid/7/sbin/fsck/ (props changed) projects/graid/7/sbin/fsck_ffs/ (props changed) projects/graid/7/sbin/fsck_msdosfs/ (props changed) projects/graid/7/sbin/geom/ (props changed) projects/graid/7/sbin/geom/class/journal/ (props changed) projects/graid/7/sbin/geom/class/label/ (props changed) projects/graid/7/sbin/geom/class/part/ (props changed) projects/graid/7/sbin/geom/class/stripe/ (props changed) projects/graid/7/sbin/geom/misc/ (props changed) projects/graid/7/sbin/growfs/ (props changed) projects/graid/7/sbin/ifconfig/ (props changed) projects/graid/7/sbin/init/ (props changed) projects/graid/7/sbin/ipf/ (props changed) projects/graid/7/sbin/ipfw/ (props changed) projects/graid/7/sbin/md5/ (props changed) projects/graid/7/sbin/mdconfig/ (props changed) projects/graid/7/sbin/mksnap_ffs/ (props changed) projects/graid/7/sbin/mount/ (props changed) projects/graid/7/sbin/mount_msdosfs/ (props changed) projects/graid/7/sbin/natd/ (props changed) projects/graid/7/sbin/newfs/ (props changed) projects/graid/7/sbin/newfs_msdos/ (props changed) projects/graid/7/sbin/ping6/ (props changed) projects/graid/7/sbin/reboot/ (props changed) projects/graid/7/sbin/restore/ (props changed) projects/graid/7/sbin/route/ (props changed) projects/graid/7/sbin/savecore/ (props changed) projects/graid/7/sbin/sconfig/ (props changed) projects/graid/7/sbin/shutdown/ (props changed) projects/graid/7/sbin/sysctl/ (props changed) projects/graid/7/sbin/tunefs/ (props changed) projects/graid/7/secure/lib/libcrypto/ (props changed) projects/graid/7/secure/lib/libssh/ (props changed) projects/graid/7/secure/lib/libssl/ (props changed) projects/graid/7/secure/libexec/sftp-server/ (props changed) projects/graid/7/secure/usr.bin/bdes/ (props changed) projects/graid/7/secure/usr.bin/openssl/ (props changed) projects/graid/7/secure/usr.bin/ssh/ (props changed) projects/graid/7/secure/usr.sbin/sshd/ (props changed) projects/graid/7/share/ (props changed) projects/graid/7/share/colldef/ (props changed) projects/graid/7/share/dict/ (props changed) projects/graid/7/share/doc/bind9/ (props changed) projects/graid/7/share/doc/papers/jail/ (props changed) projects/graid/7/share/doc/smm/01.setup/ (props changed) projects/graid/7/share/examples/ (props changed) projects/graid/7/share/man/ (props changed) projects/graid/7/share/man/man1/ (props changed) projects/graid/7/share/man/man3/ (props changed) projects/graid/7/share/man/man4/ (props changed) projects/graid/7/share/man/man5/ (props changed) projects/graid/7/share/man/man7/ (props changed) projects/graid/7/share/man/man8/ (props changed) projects/graid/7/share/man/man9/ (props changed) projects/graid/7/share/misc/ (props changed) projects/graid/7/share/misc/iso639 (props changed) projects/graid/7/share/misc/pci_vendors (props changed) projects/graid/7/share/mk/ (props changed) projects/graid/7/share/mklocale/ (props changed) projects/graid/7/share/monetdef/ (props changed) projects/graid/7/share/msgdef/ (props changed) projects/graid/7/share/numericdef/ (props changed) projects/graid/7/share/sendmail/ (props changed) projects/graid/7/share/syscons/ (props changed) projects/graid/7/share/syscons/keymaps/ (props changed) projects/graid/7/share/termcap/ (props changed) projects/graid/7/share/timedef/ (props changed) projects/graid/7/share/zoneinfo/ (props changed) projects/graid/7/sys/ (props changed) projects/graid/7/sys/cddl/contrib/opensolaris/ (props changed) projects/graid/7/sys/contrib/dev/acpica/ (props changed) projects/graid/7/sys/contrib/pf/ (props changed) projects/graid/7/tools/ (props changed) projects/graid/7/tools/build/ (props changed) projects/graid/7/tools/build/options/ (props changed) projects/graid/7/tools/debugscripts/ (props changed) projects/graid/7/tools/regression/acct/ (props changed) projects/graid/7/tools/regression/atm/ (props changed) projects/graid/7/tools/regression/bin/ (props changed) projects/graid/7/tools/regression/bin/date/ (props changed) projects/graid/7/tools/regression/bin/sh/ (props changed) projects/graid/7/tools/regression/file/ (props changed) projects/graid/7/tools/regression/file/flock/ (props changed) projects/graid/7/tools/regression/lib/libc/ (props changed) projects/graid/7/tools/regression/usr.bin/ (props changed) projects/graid/7/tools/regression/usr.bin/jot/ (props changed) projects/graid/7/tools/regression/usr.bin/tr/ (props changed) projects/graid/7/tools/sched/ (props changed) projects/graid/7/tools/test/ (props changed) projects/graid/7/tools/tools/ (props changed) projects/graid/7/tools/tools/aac/ (props changed) projects/graid/7/tools/tools/crypto/ (props changed) projects/graid/7/tools/tools/editing/ (props changed) projects/graid/7/tools/tools/nanobsd/ (props changed) projects/graid/7/tools/tools/nanobsd/FlashDevice.sub (props changed) projects/graid/7/tools/tools/nanobsd/nanobsd.sh (props changed) projects/graid/7/tools/tools/netrate/ (props changed) projects/graid/7/tools/tools/tinybsd/ (props changed) projects/graid/7/tools/tools/umastat/ (props changed) projects/graid/7/tools/tools/usb/ (props changed) projects/graid/7/usr.bin/ (props changed) projects/graid/7/usr.bin/basename/ (props changed) projects/graid/7/usr.bin/bluetooth/rfcomm_sppd/ (props changed) projects/graid/7/usr.bin/calendar/ (props changed) projects/graid/7/usr.bin/catman/ (props changed) projects/graid/7/usr.bin/cksum/ (props changed) projects/graid/7/usr.bin/comm/ (props changed) projects/graid/7/usr.bin/cpuset/ (props changed) projects/graid/7/usr.bin/csup/ (props changed) projects/graid/7/usr.bin/dirname/ (props changed) projects/graid/7/usr.bin/du/ (props changed) projects/graid/7/usr.bin/fetch/ (props changed) projects/graid/7/usr.bin/file/ (props changed) projects/graid/7/usr.bin/find/ (props changed) projects/graid/7/usr.bin/finger/ (props changed) projects/graid/7/usr.bin/fold/ (props changed) projects/graid/7/usr.bin/fstat/ (props changed) projects/graid/7/usr.bin/gcore/ (props changed) projects/graid/7/usr.bin/getopt/ (props changed) projects/graid/7/usr.bin/gprof/ (props changed) projects/graid/7/usr.bin/gzip/ (props changed) projects/graid/7/usr.bin/hexdump/ (props changed) projects/graid/7/usr.bin/id/ (props changed) projects/graid/7/usr.bin/indent/ (props changed) projects/graid/7/usr.bin/ipcrm/ (props changed) projects/graid/7/usr.bin/ipcs/ (props changed) projects/graid/7/usr.bin/jot/ (props changed) projects/graid/7/usr.bin/kdump/ (props changed) projects/graid/7/usr.bin/ktrace/ (props changed) projects/graid/7/usr.bin/ldd/ (props changed) projects/graid/7/usr.bin/less/ (props changed) projects/graid/7/usr.bin/lex/ (props changed) projects/graid/7/usr.bin/locate/ (props changed) projects/graid/7/usr.bin/lockf/ (props changed) projects/graid/7/usr.bin/logger/ (props changed) projects/graid/7/usr.bin/m4/ (props changed) projects/graid/7/usr.bin/mail/ (props changed) projects/graid/7/usr.bin/make/ (props changed) projects/graid/7/usr.bin/ncal/ (props changed) projects/graid/7/usr.bin/netstat/ (props changed) projects/graid/7/usr.bin/newgrp/ (props changed) projects/graid/7/usr.bin/nsupdate/ (props changed) projects/graid/7/usr.bin/pkill/ (props changed) projects/graid/7/usr.bin/procstat/ (props changed) projects/graid/7/usr.bin/quota/ (props changed) projects/graid/7/usr.bin/rpcgen/ (props changed) projects/graid/7/usr.bin/rpcinfo/ (props changed) projects/graid/7/usr.bin/ruptime/ (props changed) projects/graid/7/usr.bin/script/ (props changed) projects/graid/7/usr.bin/sed/ (props changed) projects/graid/7/usr.bin/shar/ (props changed) projects/graid/7/usr.bin/sockstat/ (props changed) projects/graid/7/usr.bin/stat/ (props changed) projects/graid/7/usr.bin/su/ (props changed) projects/graid/7/usr.bin/systat/ (props changed) projects/graid/7/usr.bin/tail/ (props changed) projects/graid/7/usr.bin/tar/ (props changed) projects/graid/7/usr.bin/tftp/ (props changed) projects/graid/7/usr.bin/tip/ (props changed) projects/graid/7/usr.bin/top/ (props changed) projects/graid/7/usr.bin/truncate/ (props changed) projects/graid/7/usr.bin/truss/ (props changed) projects/graid/7/usr.bin/uname/ (props changed) projects/graid/7/usr.bin/unifdef/ (props changed) projects/graid/7/usr.bin/units/ (props changed) projects/graid/7/usr.bin/uudecode/ (props changed) projects/graid/7/usr.bin/vmstat/ (props changed) projects/graid/7/usr.bin/w/ (props changed) projects/graid/7/usr.bin/wc/ (props changed) projects/graid/7/usr.bin/whereis/ (props changed) projects/graid/7/usr.bin/whois/ (props changed) projects/graid/7/usr.bin/window/ (props changed) projects/graid/7/usr.bin/xargs/ (props changed) projects/graid/7/usr.bin/xinstall/ (props changed) projects/graid/7/usr.bin/ypcat/ (props changed) projects/graid/7/usr.bin/ypmatch/ (props changed) projects/graid/7/usr.bin/ypwhich/ (props changed) projects/graid/7/usr.sbin/ (props changed) projects/graid/7/usr.sbin/IPXrouted/ (props changed) projects/graid/7/usr.sbin/Makefile (props changed) projects/graid/7/usr.sbin/Makefile.inc (props changed) projects/graid/7/usr.sbin/ac/ (props changed) projects/graid/7/usr.sbin/accton/ (props changed) projects/graid/7/usr.sbin/acpi/ (props changed) projects/graid/7/usr.sbin/adduser/ (props changed) projects/graid/7/usr.sbin/amd/ (props changed) projects/graid/7/usr.sbin/ancontrol/ (props changed) projects/graid/7/usr.sbin/apm/ (props changed) projects/graid/7/usr.sbin/apmd/ (props changed) projects/graid/7/usr.sbin/arlcontrol/ (props changed) projects/graid/7/usr.sbin/arp/ (props changed) projects/graid/7/usr.sbin/asf/ (props changed) projects/graid/7/usr.sbin/audit/ (props changed) projects/graid/7/usr.sbin/auditd/ (props changed) projects/graid/7/usr.sbin/auditreduce/ (props changed) projects/graid/7/usr.sbin/authpf/ (props changed) projects/graid/7/usr.sbin/bluetooth/ (props changed) projects/graid/7/usr.sbin/bluetooth/btpand/ (props changed) projects/graid/7/usr.sbin/bluetooth/hcsecd/ (props changed) projects/graid/7/usr.sbin/bluetooth/hcseriald/ (props changed) projects/graid/7/usr.sbin/bluetooth/rfcomm_pppd/ (props changed) projects/graid/7/usr.sbin/bluetooth/sdpd/ (props changed) projects/graid/7/usr.sbin/boot0cfg/ (props changed) projects/graid/7/usr.sbin/boot98cfg/ (props changed) projects/graid/7/usr.sbin/bootparamd/ (props changed) projects/graid/7/usr.sbin/bsnmpd/ (props changed) projects/graid/7/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c (props changed) projects/graid/7/usr.sbin/bsnmpd/modules/snmp_pf/ (props changed) projects/graid/7/usr.sbin/btxld/ (props changed) projects/graid/7/usr.sbin/burncd/ (props changed) projects/graid/7/usr.sbin/cdcontrol/ (props changed) projects/graid/7/usr.sbin/chkgrp/ (props changed) projects/graid/7/usr.sbin/chown/ (props changed) projects/graid/7/usr.sbin/chroot/ (props changed) projects/graid/7/usr.sbin/ckdist/ (props changed) projects/graid/7/usr.sbin/clear_locks/ (props changed) projects/graid/7/usr.sbin/config/ (props changed) projects/graid/7/usr.sbin/config/SMM.doc/ (props changed) projects/graid/7/usr.sbin/cpucontrol/ (props changed) projects/graid/7/usr.sbin/crashinfo/ (props changed) projects/graid/7/usr.sbin/cron/ (props changed) projects/graid/7/usr.sbin/cron/cron/ (props changed) projects/graid/7/usr.sbin/crunch/ (props changed) projects/graid/7/usr.sbin/ctm/ (props changed) projects/graid/7/usr.sbin/cxgbtool/ (props changed) projects/graid/7/usr.sbin/daemon/ (props changed) projects/graid/7/usr.sbin/dconschat/ (props changed) projects/graid/7/usr.sbin/devinfo/ (props changed) projects/graid/7/usr.sbin/digictl/ (props changed) projects/graid/7/usr.sbin/diskinfo/ (props changed) projects/graid/7/usr.sbin/dnssec-keygen/ (props changed) projects/graid/7/usr.sbin/dnssec-signzone/ (props changed) projects/graid/7/usr.sbin/editmap/ (props changed) projects/graid/7/usr.sbin/edquota/ (props changed) projects/graid/7/usr.sbin/eeprom/ (props changed) projects/graid/7/usr.sbin/extattr/ (props changed) projects/graid/7/usr.sbin/extattrctl/ (props changed) projects/graid/7/usr.sbin/faithd/ (props changed) projects/graid/7/usr.sbin/fdcontrol/ (props changed) projects/graid/7/usr.sbin/fdformat/ (props changed) projects/graid/7/usr.sbin/fdread/ (props changed) projects/graid/7/usr.sbin/fdwrite/ (props changed) projects/graid/7/usr.sbin/fifolog/ (props changed) projects/graid/7/usr.sbin/flowctl/ (props changed) projects/graid/7/usr.sbin/freebsd-update/ (props changed) projects/graid/7/usr.sbin/ftp-proxy/ (props changed) projects/graid/7/usr.sbin/fwcontrol/ (props changed) projects/graid/7/usr.sbin/getfmac/ (props changed) projects/graid/7/usr.sbin/getpmac/ (props changed) projects/graid/7/usr.sbin/gstat/ (props changed) projects/graid/7/usr.sbin/i4b/ (props changed) projects/graid/7/usr.sbin/ifmcstat/ (props changed) projects/graid/7/usr.sbin/inetd/ (props changed) projects/graid/7/usr.sbin/iostat/ (props changed) projects/graid/7/usr.sbin/ip6addrctl/ (props changed) projects/graid/7/usr.sbin/ipfwpcap/ (props changed) projects/graid/7/usr.sbin/jail/ (props changed) projects/graid/7/usr.sbin/jexec/ (props changed) projects/graid/7/usr.sbin/jls/ (props changed) projects/graid/7/usr.sbin/kbdcontrol/ (props changed) projects/graid/7/usr.sbin/kbdmap/ (props changed) projects/graid/7/usr.sbin/kernbb/ (props changed) projects/graid/7/usr.sbin/keyserv/ (props changed) projects/graid/7/usr.sbin/kgmon/ (props changed) projects/graid/7/usr.sbin/kgzip/ (props changed) projects/graid/7/usr.sbin/kldxref/ (props changed) projects/graid/7/usr.sbin/lastlogin/ (props changed) projects/graid/7/usr.sbin/lmcconfig/ (props changed) projects/graid/7/usr.sbin/lpr/ (props changed) projects/graid/7/usr.sbin/lptcontrol/ (props changed) projects/graid/7/usr.sbin/mailstats/ (props changed) projects/graid/7/usr.sbin/mailwrapper/ (props changed) projects/graid/7/usr.sbin/makefs/ (props changed) projects/graid/7/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) projects/graid/7/usr.sbin/makefs/ffs/ffs_subr.c (props changed) projects/graid/7/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) projects/graid/7/usr.sbin/makefs/getid.c (props changed) projects/graid/7/usr.sbin/makemap/ (props changed) projects/graid/7/usr.sbin/manctl/ (props changed) projects/graid/7/usr.sbin/memcontrol/ (props changed) projects/graid/7/usr.sbin/mergemaster/ (props changed) projects/graid/7/usr.sbin/mfiutil/ (props changed) projects/graid/7/usr.sbin/mixer/ (props changed) projects/graid/7/usr.sbin/mld6query/ (props changed) projects/graid/7/usr.sbin/mlxcontrol/ (props changed) projects/graid/7/usr.sbin/mount_nwfs/ (props changed) projects/graid/7/usr.sbin/mount_portalfs/ (props changed) projects/graid/7/usr.sbin/mount_smbfs/ (props changed) projects/graid/7/usr.sbin/mountd/ (props changed) projects/graid/7/usr.sbin/moused/ (props changed) projects/graid/7/usr.sbin/mptable/ (props changed) projects/graid/7/usr.sbin/mptutil/ (props changed) projects/graid/7/usr.sbin/mtest/ (props changed) projects/graid/7/usr.sbin/mtree/ (props changed) projects/graid/7/usr.sbin/named/ (props changed) projects/graid/7/usr.sbin/named-checkconf/ (props changed) projects/graid/7/usr.sbin/named-checkzone/ (props changed) projects/graid/7/usr.sbin/named.reload/ (props changed) projects/graid/7/usr.sbin/ndiscvt/ (props changed) projects/graid/7/usr.sbin/ndp/ (props changed) projects/graid/7/usr.sbin/newsyslog/ (props changed) projects/graid/7/usr.sbin/nfsd/ (props changed) projects/graid/7/usr.sbin/ngctl/ (props changed) projects/graid/7/usr.sbin/nghook/ (props changed) projects/graid/7/usr.sbin/nologin/ (props changed) projects/graid/7/usr.sbin/nscd/ (props changed) projects/graid/7/usr.sbin/ntp/ (props changed) projects/graid/7/usr.sbin/nvram/ (props changed) projects/graid/7/usr.sbin/ofwdump/ (props changed) projects/graid/7/usr.sbin/pccard/ (props changed) projects/graid/7/usr.sbin/pciconf/ (props changed) projects/graid/7/usr.sbin/periodic/ (props changed) projects/graid/7/usr.sbin/pkg_install/ (props changed) projects/graid/7/usr.sbin/pmcannotate/ (props changed) projects/graid/7/usr.sbin/pmccontrol/ (props changed) projects/graid/7/usr.sbin/pmcstat/ (props changed) projects/graid/7/usr.sbin/pnpinfo/ (props changed) projects/graid/7/usr.sbin/portsnap/ (props changed) projects/graid/7/usr.sbin/powerd/ (props changed) projects/graid/7/usr.sbin/ppp/ (props changed) projects/graid/7/usr.sbin/pppctl/ (props changed) projects/graid/7/usr.sbin/pppd/ (props changed) projects/graid/7/usr.sbin/pppstats/ (props changed) projects/graid/7/usr.sbin/praliases/ (props changed) projects/graid/7/usr.sbin/praudit/ (props changed) projects/graid/7/usr.sbin/procctl/ (props changed) projects/graid/7/usr.sbin/pstat/ (props changed) projects/graid/7/usr.sbin/pw/ (props changed) projects/graid/7/usr.sbin/pwd_mkdb/ (props changed) projects/graid/7/usr.sbin/quot/ (props changed) projects/graid/7/usr.sbin/quotaon/ (props changed) projects/graid/7/usr.sbin/rarpd/ (props changed) projects/graid/7/usr.sbin/raycontrol/ (props changed) projects/graid/7/usr.sbin/repquota/ (props changed) projects/graid/7/usr.sbin/rip6query/ (props changed) projects/graid/7/usr.sbin/rmt/ (props changed) projects/graid/7/usr.sbin/rndc/ (props changed) projects/graid/7/usr.sbin/rndc-confgen/ (props changed) projects/graid/7/usr.sbin/route6d/ (props changed) projects/graid/7/usr.sbin/rpc.lockd/ (props changed) projects/graid/7/usr.sbin/rpc.statd/ (props changed) projects/graid/7/usr.sbin/rpc.umntall/ (props changed) projects/graid/7/usr.sbin/rpc.yppasswdd/ (props changed) projects/graid/7/usr.sbin/rpc.ypupdated/ (props changed) projects/graid/7/usr.sbin/rpc.ypxfrd/ (props changed) projects/graid/7/usr.sbin/rpcbind/ (props changed) projects/graid/7/usr.sbin/rrenumd/ (props changed) projects/graid/7/usr.sbin/rtadvd/ (props changed) projects/graid/7/usr.sbin/rtprio/ (props changed) projects/graid/7/usr.sbin/rtsold/ (props changed) projects/graid/7/usr.sbin/rwhod/ (props changed) projects/graid/7/usr.sbin/sa/ (props changed) projects/graid/7/usr.sbin/sade/ (props changed) projects/graid/7/usr.sbin/sendmail/ (props changed) projects/graid/7/usr.sbin/service/ (props changed) projects/graid/7/usr.sbin/service/Makefile (props changed) projects/graid/7/usr.sbin/service/service.8 (props changed) projects/graid/7/usr.sbin/service/service.sh (props changed) projects/graid/7/usr.sbin/setfib/ (props changed) projects/graid/7/usr.sbin/setfmac/ (props changed) projects/graid/7/usr.sbin/setpmac/ (props changed) projects/graid/7/usr.sbin/sicontrol/ (props changed) projects/graid/7/usr.sbin/sliplogin/ (props changed) projects/graid/7/usr.sbin/slstat/ (props changed) projects/graid/7/usr.sbin/smbmsg/ (props changed) projects/graid/7/usr.sbin/snapinfo/ (props changed) projects/graid/7/usr.sbin/spkrtest/ (props changed) projects/graid/7/usr.sbin/spray/ (props changed) projects/graid/7/usr.sbin/sysinstall/ (props changed) projects/graid/7/usr.sbin/syslogd/ (props changed) projects/graid/7/usr.sbin/tcpdchk/ (props changed) projects/graid/7/usr.sbin/tcpdmatch/ (props changed) projects/graid/7/usr.sbin/tcpdrop/ (props changed) projects/graid/7/usr.sbin/tcpdump/ (props changed) projects/graid/7/usr.sbin/timed/ (props changed) projects/graid/7/usr.sbin/traceroute/ (props changed) projects/graid/7/usr.sbin/traceroute6/ (props changed) projects/graid/7/usr.sbin/trpt/ (props changed) projects/graid/7/usr.sbin/tzsetup/ (props changed) projects/graid/7/usr.sbin/ugidfw/ (props changed) projects/graid/7/usr.sbin/usbdevs/ (props changed) projects/graid/7/usr.sbin/vidcontrol/ (props changed) projects/graid/7/usr.sbin/vipw/ (props changed) projects/graid/7/usr.sbin/watch/ (props changed) projects/graid/7/usr.sbin/watchdogd/ (props changed) projects/graid/7/usr.sbin/wlandebug/ (props changed) projects/graid/7/usr.sbin/wlconfig/ (props changed) projects/graid/7/usr.sbin/wpa/ (props changed) projects/graid/7/usr.sbin/wpa/wpa_supplicant/ (props changed) projects/graid/7/usr.sbin/yp_mkdb/ (props changed) projects/graid/7/usr.sbin/ypbind/ (props changed) projects/graid/7/usr.sbin/yppoll/ (props changed) projects/graid/7/usr.sbin/yppush/ (props changed) projects/graid/7/usr.sbin/ypserv/ (props changed) projects/graid/7/usr.sbin/ypset/ (props changed) projects/graid/7/usr.sbin/zic/ (props changed) projects/graid/7/usr.sbin/zzz/ (props changed) Modified: projects/graid/7/sys/geom/raid/tr_concat.c ============================================================================== --- projects/graid/7/sys/geom/raid/tr_concat.c Sat Mar 5 20:57:29 2011 (r219313) +++ projects/graid/7/sys/geom/raid/tr_concat.c Sat Mar 5 20:59:25 2011 (r219314) @@ -308,7 +308,7 @@ g_raid_tr_kerneldump_concat(struct g_rai offset = 0; no++; KASSERT(no < vol->v_disks_count || remain == 0, - ("Request ends after volume end (%ju, %ju)", + ("Request ends after volume end (%ju, %zu)", boffset, blength)); } while (remain > 0); return (0);