xref: /titanic_53/usr/src/tools/findunref/exception_list (revision 355b4669e025ff377602b6fc7caaf30dbc218371)
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
116#
117# Ignore files that are only used by internal packages.
118#
119./src/cmd/sgs/*/*/*chk.msg
120
121#
122# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
123#
124./src/common/crypto/aes/Makefile
125./src/common/crypto/arcfour/Makefile
126./src/common/crypto/blowfish/Makefile
127./src/common/crypto/des/Makefile
128./src/common/crypto/rsa/Makefile
129./src/lib/gss_mechs/mech_dh/backend/mapfile-vers
130./src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
131./src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
132./src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
133./src/lib/gss_mechs/mech_krb5/spec/krb5_clean.spec
134./src/lib/gss_mechs/mech_spnego/spec/clean.spec
135./src/lib/pkcs11/pkcs11_softtoken/common/Makefile
136./src/uts/common/Makefile
137./src/uts/common/crypto/io/Makefile
138./src/uts/common/gssapi/include/Makefile
139./src/uts/common/gssapi/mechs/dummy/Makefile
140./src/uts/common/gssapi/mechs/krb5/Makefile
141./closed/uts/sun4v/io/ncp/Makefile
142./src/xmod
143
144#
145# Ignore Makefiles which are used by developers but not used by nightly
146# itself.  This is a questionable practice, since they tend to rot.
147#
148./src/cmd/syslogd/sparcv9/Makefile
149./src/uts/sparc/uhci/Makefile
150
151#
152# Ignore files only used by lint.  Eventually, linting in these areas should
153# be tied into nightly, at which point these exceptions should be removed.
154#
155./src/cmd/sgs/*/*/lintsup.c
156./src/cmd/sgs/lib*/common/llib-*
157./src/cmd/sgs/sgsdemangler/common/llib-ldemangle
158
159#
160# Ignore sample source code.
161#
162./src/lib/libdhcpsvc/modules/templates
163
164#
165# Ignore .xcl files that aren't used because the program is statically linked.
166#
167./src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
168
169#
170# Ignore sendmail files included for completeness' sake, but which won't
171# be used until certain _FFR (for future release) #define's go live.
172#
173./src/cmd/sendmail/include/libmilter/milter.h
174./src/cmd/sendmail/src/statusd_shm.h
175
176#
177# Ignore libdiskmgt.h. Used for building but not delivered.
178#
179./src/lib/libdiskmgt/common/libdiskmgt.h
180
181#
182# Ignore files originally supplied by ISC (Internet Software Consortium)
183# as part of a BIND release.
184#
185./src/lib/libresolv2/common/cylink/bn68000.c
186./src/lib/libresolv2/common/cylink/bn8086.c
187./src/lib/libresolv2/common/cylink/lbn68000.c
188./src/lib/libresolv2/common/cylink/lbn68000.h
189./src/lib/libresolv2/common/cylink/lbn68020.c
190./src/lib/libresolv2/common/cylink/lbn68020.h
191./src/lib/libresolv2/common/cylink/lbn80386.h
192./src/lib/libresolv2/common/cylink/lbn8086.h
193./src/lib/libresolv2/common/cylink/lbnppc.c
194./src/lib/libresolv2/common/cylink/lbnppc.h
195./src/lib/libresolv2/common/cylink/ppcasm.h
196./src/lib/libresolv2/common/cylink/sizetest.c
197./src/lib/libresolv2/common/irs/getaddrinfo.c
198./src/lib/libresolv2/common/irs/nis_p.h
199./src/lib/libresolv2/common/resolv/res_mkupdate.h
200./src/lib/libresolv2/include/err.h
201./src/lib/libresolv2/common/inet/inet_addr.c
202
203#
204# Ignore ufs unix version of the boot block, useful for testing.
205#
206./src/psm/stand/bootblks/ufs/common/iob.h
207./src/psm/stand/bootblks/ufs/common/ufs.c
208./src/psm/stand/bootblks/obp-c/common/cbootblk.h
209
210#
211# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
212# assembly files. We keep it around for future reference.
213#
214./src/common/bignum/mont_mulf.c
215
216#
217# Ignore the sparc Makefiles for sata, si3124 and marvell88sx. These are used
218# for warlock purpose only.
219#
220./src/uts/sparc/sata/Makefile
221./src/uts/sparc/si3124/Makefile
222./closed/uts/sparc/marvell88sx/Makefile
223