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