1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28# Exception list for the findunref tool. Files in this list are by definition 29# intentionally never used during a standard nightly build. Since very few 30# files fall into this category (that will not match the existing filename 31# globs), you should clear any additions to this file with the gatekeepers. 32# 33 34# 35# Ignore text files. 36# 37*.txt 38*/*[Rr][Ee][Aa][Dd][Mm][Ee]* 39*/ChangeLog 40*/READ_ME 41*/TODO 42*/COPYRIGHT 43 44# 45# Ignore oddly-named text files scattered about -- someday these should be 46# suffixed with .txt so we don't have to list them. 47# 48./src/cmd/oawk/EXPLAIN 49./src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/DNS_FWD 50./src/cmd/vi/port/ex.news 51./src/cmd/ssh/doc/* 52 53# 54# Ignore everything under trees that may be resynched from outside ON. 55# 56./src/cmd/perl 57./src/cmd/sqlite 58./src/lib/libsqlite 59./src/cmd/tcpd 60./src/common/openssl 61./src/grub 62./src/uts/intel/sys/acpi 63 64# 65# Ignore any files built as part of the nightly program itself. 66# 67# ISUSED - let checkpaths know that the next entry is good. 68./src/*.out 69# ISUSED - let checkpaths know that the next entry is good. 70./src/*.ref 71 72# 73# Ignore warlock-related goop; not used during a nightly. 74# 75*.wlc 76*.wlcmd 77*/wlcmd 78*/warlock 79./src/uts/sparc/amsrc*/main.c 80 81# 82# Ignore internal test directories and test programs. 83# 84*/tests 85*/test 86*Test.java 87*_test.[ch] 88./src/cmd/ldap/common/*test.c 89./src/cmd/logadm/tester 90./src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract 91./src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest 92./src/cmd/sendmail/libsm/t-*.c 93./src/cmd/sort/common/convert.c 94./src/cmd/sort/common/invoke.c 95./src/lib/efcode/fcode_test 96./src/lib/libkvm/common/test.c 97 98# 99# Ignore debugging code. 100# 101./src/cmd/fs.d/pcfs/fsck/inject.c 102./src/cmd/sort/common/statistics.c 103 104# 105# Ignore internal packages, scripts, and tools that are intentionally not 106# built or used during a nightly. 107# 108./src/cmd/mdb/packages 109./src/cmd/sgs/packages 110./src/cmd/sgs/rtld.4.x 111./closed/cmd/zic/makefile.tzpkg 112./closed/cmd/zic/tzpkg.awk 113./src/prototypes 114*/tools 115./src/cmd/pools/poold/com/sun/solaris/*/*/package.html 116./src/uts/intel/io/acpica/cmp_ca.sh 117 118# 119# Ignore files that are only used by internal packages. 120# 121./src/cmd/sgs/*/*/*chk.msg 122 123# 124# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only. 125# 126./closed/uts/sun4v/io/n2cp/Makefile 127./closed/uts/sun4v/io/ncp/Makefile 128./src/common/crypto/aes/Makefile 129./src/common/crypto/arcfour/Makefile 130./src/common/crypto/blowfish/Makefile 131./src/common/crypto/des/Makefile 132./src/common/crypto/rsa/Makefile 133./src/lib/gss_mechs/mech_dh/backend/mapfile-vers 134./src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers 135./src/lib/gss_mechs/mech_dh/dh192/mapfile-vers 136./src/lib/gss_mechs/mech_dh/dh640/mapfile-vers 137./src/lib/gss_mechs/mech_krb5/mapfile-vers-clean 138./src/lib/gss_mechs/mech_spnego/mapfile-vers-clean 139./src/lib/pkcs11/pkcs11_softtoken/common/Makefile 140./src/uts/common/Makefile 141./src/uts/common/crypto/io/Makefile 142./src/uts/common/gssapi/include/Makefile 143./src/uts/common/gssapi/mechs/dummy/Makefile 144./src/uts/common/gssapi/mechs/krb5/Makefile 145./src/xmod 146 147# 148# Ignore Makefiles which are used by developers but not used by nightly 149# itself. This is a questionable practice, since they tend to rot. 150# 151./src/cmd/syslogd/sparcv9/Makefile 152./src/uts/sparc/uhci/Makefile 153 154# 155# Ignore files only used by lint. Eventually, linting in these areas should 156# be tied into nightly, at which point these exceptions should be removed. 157# 158./src/cmd/sgs/*/*/lintsup.c 159./src/cmd/sgs/lib*/common/llib-* 160./src/cmd/sgs/sgsdemangler/common/llib-ldemangle 161 162# 163# Ignore sample source code. 164# 165./src/cmd/sendmail/libmilter/example.c 166./src/lib/libdhcpsvc/modules/templates 167 168# 169# Ignore .xcl files that aren't used because the program is statically linked. 170# 171./src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl 172 173# 174# Ignore sendmail files included for completeness' sake, but which won't 175# be used until certain _FFR (for future release) #define's go live. 176# 177./src/cmd/sendmail/src/statusd_shm.h 178 179# 180# Ignore files originally supplied by ISC (Internet Software Consortium) 181# as part of a BIND release. 182# 183./src/lib/libresolv2/common/cylink/bn68000.c 184./src/lib/libresolv2/common/cylink/bn8086.c 185./src/lib/libresolv2/common/cylink/lbn68000.c 186./src/lib/libresolv2/common/cylink/lbn68000.h 187./src/lib/libresolv2/common/cylink/lbn68020.c 188./src/lib/libresolv2/common/cylink/lbn68020.h 189./src/lib/libresolv2/common/cylink/lbn80386.h 190./src/lib/libresolv2/common/cylink/lbn8086.h 191./src/lib/libresolv2/common/cylink/lbnppc.c 192./src/lib/libresolv2/common/cylink/lbnppc.h 193./src/lib/libresolv2/common/cylink/ppcasm.h 194./src/lib/libresolv2/common/cylink/sizetest.c 195./src/lib/libresolv2/common/irs/getaddrinfo.c 196./src/lib/libresolv2/common/irs/nis_p.h 197./src/lib/libresolv2/common/resolv/res_mkupdate.h 198./src/lib/libresolv2/include/err.h 199./src/lib/libresolv2/common/inet/inet_addr.c 200 201# 202# Ignore ufs unix version of the boot block, useful for testing. 203# 204./src/psm/stand/bootblks/ufs/common/iob.h 205./src/psm/stand/bootblks/ufs/common/ufs.c 206./src/psm/stand/bootblks/obp-c/common/cbootblk.h 207 208# 209# Ignore mont_mulf.c. It is used as a starting point for some hand optimized 210# assembly files. We keep it around for future reference. 211# 212./src/common/bignum/mont_mulf.c 213 214# 215# Ignore the sparc Makefiles for sata, si3124, marvell88sx, ahci and audioixp. 216# These are used for warlock purposes only. 217# 218./src/uts/sparc/sata/Makefile 219./src/uts/sparc/si3124/Makefile 220./closed/uts/sparc/marvell88sx/Makefile 221./src/uts/sparc/ahci/Makefile 222./src/uts/sparc/audioixp/Makefile 223 224# 225# Ignore any files that get used during a gcc build only. 226# 227./src/cmd/sgs/rtld/common/mapfile-order-gcc 228 229# 230# Ignore license files. This should be temporary, and these lines 231# should be removed once we start generating the opensolaris.org 232# deliverables from the nightly gate builds. 233# 234*/COPYING* 235*/LICENSE* 236*/THIRDPARTYLICENSE* 237*/OPENSOLARIS.LICENSE 238