xref: /titanic_53/usr/src/tools/findunref/exception_list (revision 8bd1bae7b80c19127d25a15440e161140bcaacea)
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 2008 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*.[1-9]
38*.memo
39*.mm
40*.txt
41*/*[Rr][Ee][Aa][Dd][Mm][Ee]*
42*/BUGS
43*/COMPATIBILITY
44*/COPYRIGHT
45*/CREDITS
46*/ChangeLog
47*/DESIGN
48*/HISTORY
49*/NOTES
50*/OBSOLETE
51*/READ_ME
52*/RELEASE*
53*/TODO
54
55#
56# Ignore oddly-named text files scattered about -- someday these should be
57# suffixed with .txt so we don't have to list them.
58#
59./src/cmd/oawk/EXPLAIN
60./src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/DNS_FWD
61./src/cmd/vi/port/ex.news
62./src/cmd/ssh/doc/*
63
64#
65# Ignore everything under trees that may be resynched from outside ON.
66#
67./src/cmd/perl
68./src/cmd/sqlite
69./src/lib/libsqlite
70./src/cmd/tcpd
71./src/common/openssl
72./src/grub
73./src/uts/intel/sys/acpi
74
75#
76# Ignore ksh93/ast-related files that are only used to resync our build
77# configuration with upstream.
78#
79./src/lib/libast/*/src/lib/libast/FEATURE/*
80./src/lib/libast/common/comp/conf.*
81./src/lib/libast/common/features/*
82./src/lib/libast/common/include/ast_windows.h
83./src/lib/libast/common/port/lc.tab
84./src/lib/libast/common/port/lcgen.c
85./src/lib/libcmd/*/src/lib/libcmd/FEATURE/*
86./src/lib/libcmd/common/features/*
87./src/lib/libdll/*/src/lib/libdll/FEATURE/*
88./src/lib/libdll/common/features/*
89./src/lib/libpp/*/pp.*
90./src/lib/libpp/common/gentab.sh
91./src/lib/libpp/common/ppsym.c
92./src/lib/libpp/i386/ppdebug.h
93./src/lib/libpp/sparc/ppdebug.h
94./src/lib/libshell/*/src/cmd/ksh93/FEATURE/*
95./src/lib/libshell/common/data/math.tab
96./src/lib/libshell/common/features/*
97./src/lib/libshell/misc/buildksh93.ksh
98./src/lib/libshell/misc/buildksh93.readme
99
100#
101# Ignore ksh93/ast-related test programs.
102#
103./src/cmd/ast/msgcc/msgcc.tst
104./src/lib/libast/common/port/astmath.c
105
106#
107# Ignore ksh93/ast-related source components that are not currently
108# used but may be useful later.
109#
110./src/lib/libcmd/common/cksum.c
111./src/lib/libcmd/common/md5sum.c
112./src/lib/libcmd/common/sum.c
113./src/lib/libshell/common/bltins/mkservice.c
114./src/lib/libshell/common/bltins/shopen.c
115./src/lib/libshell/common/data/bash_pre_rc.sh
116./src/lib/libshell/common/include/env.h
117./src/lib/libshell/common/sh/bash.c
118./src/lib/libshell/common/sh/env.c
119./src/lib/libshell/common/sh/shcomp.c
120./src/lib/libshell/common/sh/suid_exec.c
121
122#
123# Ignore any files built as part of the nightly program itself.
124#
125# ISUSED - let checkpaths know that the next entry is good.
126./src/*.out
127# ISUSED - let checkpaths know that the next entry is good.
128./src/*.ref
129
130#
131# Ignore warlock-related goop; not used during a nightly.
132#
133*.wlc
134*.wlcmd
135*/wlcmd
136*/warlock
137./src/uts/sparc/amsrc*/main.c
138
139#
140# Ignore internal test directories and test programs.
141#
142*/tests
143*/test
144*Test.java
145*_test.[ch]
146./src/cmd/ldap/common/*test.c
147./src/cmd/logadm/tester
148./src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
149./src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
150./src/cmd/sendmail/libsm/t-*.c
151./src/cmd/sort/common/convert.c
152./src/cmd/sort/common/invoke.c
153./src/lib/efcode/fcode_test
154./src/lib/libkvm/common/test.c
155
156#
157# Ignore debugging code.
158#
159./src/cmd/fs.d/pcfs/fsck/inject.c
160./src/cmd/sort/common/statistics.c
161
162#
163# Ignore internal packages, scripts, and tools that are intentionally not
164# built or used during a nightly.
165#
166./src/cmd/mdb/packages
167./src/cmd/sgs/packages
168./src/cmd/sgs/rtld.4.x
169./closed/cmd/zic/makefile.tzpkg
170./closed/cmd/zic/tzpkg.awk
171./src/prototypes
172*/tools
173./src/cmd/pools/poold/com/sun/solaris/*/*/package.html
174./src/uts/intel/io/acpica/cmp_ca.sh
175
176#
177# Ignore files that are only used by internal packages.
178#
179./src/cmd/sgs/*/*/*chk.msg
180
181#
182# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
183#
184./closed/uts/sun4v/io/n2cp/Makefile
185./closed/uts/sun4v/io/ncp/Makefile
186./src/common/crypto/aes/Makefile
187./src/common/crypto/arcfour/Makefile
188./src/common/crypto/blowfish/Makefile
189./src/common/crypto/des/Makefile
190./src/common/crypto/rsa/Makefile
191./src/lib/gss_mechs/mech_dh/backend/mapfile-vers
192./src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
193./src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
194./src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
195./src/lib/gss_mechs/mech_krb5/mapfile-vers-clean
196./src/lib/gss_mechs/mech_spnego/mapfile-vers-clean
197./src/lib/pkcs11/pkcs11_softtoken/common/Makefile
198./src/uts/common/Makefile
199./src/uts/common/crypto/io/Makefile
200./src/uts/common/gssapi/include/Makefile
201./src/uts/common/gssapi/mechs/dummy/Makefile
202./src/uts/common/gssapi/mechs/krb5/Makefile
203./src/xmod
204
205#
206# Ignore Makefiles which are used by developers but not used by nightly
207# itself.  This is a questionable practice, since they tend to rot.
208#
209./src/cmd/syslogd/sparcv9/Makefile
210./src/uts/sparc/uhci/Makefile
211./src/lib/pam_modules/smb/amd64/Makefile
212./src/lib/pam_modules/smb/sparcv9/Makefile
213
214#
215# Ignore dtrace scripts only used by developers
216#
217./src/cmd/vscan/vscand/vscan.d
218
219#
220# Ignore files only used by lint.  Eventually, linting in these areas should
221# be tied into nightly, at which point these exceptions should be removed.
222#
223./src/cmd/sgs/*/*/lintsup.c
224./src/cmd/sgs/lib*/common/llib-*
225./src/cmd/sgs/sgsdemangler/common/llib-ldemangle
226
227#
228# Ignore sample source code.
229#
230./src/cmd/sendmail/libmilter/example.c
231./src/lib/libdhcpsvc/modules/templates
232
233#
234# Ignore .xcl files that aren't used because the program is statically linked.
235#
236./src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
237
238#
239# Ignore sendmail files included for completeness' sake, but which won't
240# be used until certain _FFR (for future release) #define's go live.
241#
242./src/cmd/sendmail/src/statusd_shm.h
243
244#
245# Ignore files originally supplied by ISC (Internet Software Consortium)
246# as part of a BIND release.
247#
248./src/lib/libresolv2/common/cylink/bn68000.c
249./src/lib/libresolv2/common/cylink/bn8086.c
250./src/lib/libresolv2/common/cylink/lbn68000.c
251./src/lib/libresolv2/common/cylink/lbn68000.h
252./src/lib/libresolv2/common/cylink/lbn68020.c
253./src/lib/libresolv2/common/cylink/lbn68020.h
254./src/lib/libresolv2/common/cylink/lbn80386.h
255./src/lib/libresolv2/common/cylink/lbn8086.h
256./src/lib/libresolv2/common/cylink/lbnppc.c
257./src/lib/libresolv2/common/cylink/lbnppc.h
258./src/lib/libresolv2/common/cylink/ppcasm.h
259./src/lib/libresolv2/common/cylink/sizetest.c
260./src/lib/libresolv2/common/irs/getaddrinfo.c
261./src/lib/libresolv2/common/irs/nis_p.h
262./src/lib/libresolv2/common/resolv/res_mkupdate.h
263./src/lib/libresolv2/include/err.h
264
265#
266# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
267# assembly files. We keep it around for future reference.
268#
269./src/common/bignum/mont_mulf.c
270
271#
272# Ignore the sparc Makefiles for sata, si3124, marvell88sx, nv_sata, ahci
273# and audioixp.  These are used for warlock purposes only.
274#
275./src/uts/sparc/sata/Makefile
276./src/uts/sparc/si3124/Makefile
277./closed/uts/sparc/marvell88sx/Makefile
278./src/uts/sparc/nv_sata/Makefile
279./src/uts/sparc/ahci/Makefile
280./src/uts/sparc/audioixp/Makefile
281
282#
283# Ignore any files that get used during a gcc build only.
284#
285./src/cmd/sgs/rtld/common/mapfile-order-gcc
286
287#
288# Ignore license files.  This should be temporary, and these lines
289# should be removed once we start generating the opensolaris.org
290# deliverables from the nightly gate builds.
291#
292*/COPYING*
293*/LICENSE*
294*/THIRDPARTYLICENSE*
295*/OPENSOLARIS.LICENSE
296