xref: /titanic_53/usr/src/tools/findunref/exception_list (revision 4088bb40326b75ef60834a6c2a92e29e25474b68)
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# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24# ident	"%Z%%M%	%I%	%E% SMI"
25#
26# Exception list for the findunref tool.  Files in this list are by definition
27# intentionally never used during a standard nightly build.  Since very few
28# files fall into this category (that will not match the existing filename
29# globs), you should clear any additions to this file with the gatekeepers.
30#
31
32#
33# Ignore text files.
34#
35./src/OPENSOLARIS.LICENSE
36*.txt
37*/*[Rr][Ee][Aa][Dd][Mm][Ee]*
38*/ChangeLog
39*/READ_ME
40*/TODO
41*/COPYRIGHT
42*/LICENSE
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/svc/configd/sqlite
58./src/cmd/tcpd
59./src/common/openssl
60./src/grub
61./src/uts/intel/sys/acpi
62
63#
64# Ignore any files built as part of the nightly program itself.
65#
66# ISUSED - let checkpaths know that the next entry is good.
67./src/*.out
68# ISUSED - let checkpaths know that the next entry is good.
69./src/*.ref
70
71#
72# Ignore warlock-related goop; not used during a nightly.
73#
74*.wlc
75*.wlcmd
76*/wlcmd
77*/warlock
78./src/uts/sparc/amsrc*/main.c
79
80#
81# Ignore internal test directories and test programs.
82#
83*/tests
84*/test
85*Test.java
86*_test.[ch]
87./src/cmd/ldap/common/*test.c
88./src/cmd/logadm/tester
89./src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
90./src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
91./src/cmd/sendmail/libsm/t-*.c
92./src/cmd/sort/common/convert.c
93./src/cmd/sort/common/invoke.c
94./src/lib/efcode/fcode_test
95./src/lib/libkvm/common/test.c
96
97#
98# Ignore debugging code.
99#
100./src/cmd/fs.d/pcfs/fsck/inject.c
101./src/cmd/sort/common/statistics.c
102
103#
104# Ignore internal packages, scripts, and tools that are intentionally not
105# built or used during a nightly.
106#
107./src/cmd/mdb/packages
108./src/cmd/sgs/packages
109./src/cmd/sgs/rtld.4.x
110./closed/cmd/zic/makefile.tzpkg
111./closed/cmd/zic/tzpkg.awk
112./src/prototypes
113*/tools
114./src/cmd/pools/poold/com/sun/solaris/*/*/package.html
115./src/uts/i86pc/io/acpica/cmp_ca.sh
116
117#
118# Ignore files that are only used by internal packages.
119#
120./src/cmd/sgs/*/*/*chk.msg
121
122#
123# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
124#
125./src/common/crypto/aes/Makefile
126./src/common/crypto/arcfour/Makefile
127./src/common/crypto/blowfish/Makefile
128./src/common/crypto/des/Makefile
129./src/common/crypto/rsa/Makefile
130./src/lib/gss_mechs/mech_dh/backend/mapfile-vers
131./src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
132./src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
133./src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
134./src/lib/gss_mechs/mech_krb5/mapfile-vers-clean
135./src/lib/gss_mechs/mech_spnego/mapfile-vers-clean
136./src/lib/pkcs11/pkcs11_softtoken/common/Makefile
137./src/uts/common/Makefile
138./src/uts/common/crypto/io/Makefile
139./src/uts/common/gssapi/include/Makefile
140./src/uts/common/gssapi/mechs/dummy/Makefile
141./src/uts/common/gssapi/mechs/krb5/Makefile
142./closed/uts/sun4v/io/ncp/Makefile
143./src/xmod
144
145#
146# Ignore Makefiles which are used by developers but not used by nightly
147# itself.  This is a questionable practice, since they tend to rot.
148#
149./src/cmd/syslogd/sparcv9/Makefile
150./src/uts/sparc/uhci/Makefile
151
152#
153# Ignore files only used by lint.  Eventually, linting in these areas should
154# be tied into nightly, at which point these exceptions should be removed.
155#
156./src/cmd/sgs/*/*/lintsup.c
157./src/cmd/sgs/lib*/common/llib-*
158./src/cmd/sgs/sgsdemangler/common/llib-ldemangle
159
160#
161# Ignore sample source code.
162#
163./src/lib/libdhcpsvc/modules/templates
164
165#
166# Ignore .xcl files that aren't used because the program is statically linked.
167#
168./src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
169
170#
171# Ignore sendmail files included for completeness' sake, but which won't
172# be used until certain _FFR (for future release) #define's go live.
173#
174./src/cmd/sendmail/include/libmilter/milter.h
175./src/cmd/sendmail/src/statusd_shm.h
176
177#
178# Ignore libdiskmgt.h. Used for building but not delivered.
179#
180./src/lib/libdiskmgt/common/libdiskmgt.h
181
182#
183# Ignore files originally supplied by ISC (Internet Software Consortium)
184# as part of a BIND release.
185#
186./src/lib/libresolv2/common/cylink/bn68000.c
187./src/lib/libresolv2/common/cylink/bn8086.c
188./src/lib/libresolv2/common/cylink/lbn68000.c
189./src/lib/libresolv2/common/cylink/lbn68000.h
190./src/lib/libresolv2/common/cylink/lbn68020.c
191./src/lib/libresolv2/common/cylink/lbn68020.h
192./src/lib/libresolv2/common/cylink/lbn80386.h
193./src/lib/libresolv2/common/cylink/lbn8086.h
194./src/lib/libresolv2/common/cylink/lbnppc.c
195./src/lib/libresolv2/common/cylink/lbnppc.h
196./src/lib/libresolv2/common/cylink/ppcasm.h
197./src/lib/libresolv2/common/cylink/sizetest.c
198./src/lib/libresolv2/common/irs/getaddrinfo.c
199./src/lib/libresolv2/common/irs/nis_p.h
200./src/lib/libresolv2/common/resolv/res_mkupdate.h
201./src/lib/libresolv2/include/err.h
202./src/lib/libresolv2/common/inet/inet_addr.c
203
204#
205# Ignore ufs unix version of the boot block, useful for testing.
206#
207./src/psm/stand/bootblks/ufs/common/iob.h
208./src/psm/stand/bootblks/ufs/common/ufs.c
209./src/psm/stand/bootblks/obp-c/common/cbootblk.h
210
211#
212# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
213# assembly files. We keep it around for future reference.
214#
215./src/common/bignum/mont_mulf.c
216
217#
218# Ignore the sparc Makefiles for sata, si3124 and marvell88sx. These are used
219# for warlock purpose only.
220#
221./src/uts/sparc/sata/Makefile
222./src/uts/sparc/si3124/Makefile
223./closed/uts/sparc/marvell88sx/Makefile
224
225#
226# Ignore any files that get used during a gcc build only.
227#
228./src/cmd/sgs/rtld/common/mapfile-order-gcc
229