xref: /titanic_41/usr/src/tools/findunref/exception_list.open (revision 3ecb07e488de89fd5a51a630f598c1e8f7542ff7)
1cdf0c1d5Smjnelson#
2cdf0c1d5Smjnelson# CDDL HEADER START
3cdf0c1d5Smjnelson#
4cdf0c1d5Smjnelson# The contents of this file are subject to the terms of the
5cdf0c1d5Smjnelson# Common Development and Distribution License (the "License").
6cdf0c1d5Smjnelson# You may not use this file except in compliance with the License.
7cdf0c1d5Smjnelson#
8cdf0c1d5Smjnelson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9cdf0c1d5Smjnelson# or http://www.opensolaris.org/os/licensing.
10cdf0c1d5Smjnelson# See the License for the specific language governing permissions
11cdf0c1d5Smjnelson# and limitations under the License.
12cdf0c1d5Smjnelson#
13cdf0c1d5Smjnelson# When distributing Covered Code, include this CDDL HEADER in each
14cdf0c1d5Smjnelson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15cdf0c1d5Smjnelson# If applicable, add the following below this CDDL HEADER, with the
16cdf0c1d5Smjnelson# fields enclosed by brackets "[]" replaced with your own identifying
17cdf0c1d5Smjnelson# information: Portions Copyright [yyyy] [name of copyright owner]
18cdf0c1d5Smjnelson#
19cdf0c1d5Smjnelson# CDDL HEADER END
20cdf0c1d5Smjnelson#
21cdf0c1d5Smjnelson
22d4e938d9SGary Mills# Copyright 2014 Gary Mills
23cdf0c1d5Smjnelson#
241a15339bSPramod Gunjikar# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
25*3ecb07e4SBart Coddens# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26cdf0c1d5Smjnelson#
27cdf0c1d5Smjnelson#
28cdf0c1d5Smjnelson# open-tree exception list
29cdf0c1d5Smjnelson#
30cdf0c1d5Smjnelson# See README.exception_lists for details
31cdf0c1d5Smjnelson#
32cdf0c1d5Smjnelson
33cdf0c1d5Smjnelson#
34cdf0c1d5Smjnelson# Ignore oddly-named text files scattered about -- someday these should be
35cdf0c1d5Smjnelson# suffixed with .txt so we don't have to list them.
36cdf0c1d5Smjnelson#
379730304dSmeem./usr/src/cmd/oawk/EXPLAIN
389730304dSmeem./usr/src/cmd/vi/port/ex.news
399730304dSmeem./usr/src/cmd/ssh/doc
40cdf0c1d5Smjnelson
41cdf0c1d5Smjnelson#
42cdf0c1d5Smjnelson# Ignore everything under trees that may be resynched from outside ON.
43cdf0c1d5Smjnelson#
449730304dSmeem./usr/src/cmd/perl
459730304dSmeem./usr/src/cmd/sqlite
469730304dSmeem./usr/src/lib/libsqlite
479730304dSmeem./usr/src/cmd/tcpd
489730304dSmeem./usr/src/grub
499730304dSmeem./usr/src/uts/intel/sys/acpi
50cdf0c1d5Smjnelson
51cdf0c1d5Smjnelson#
52cdf0c1d5Smjnelson# Ignore ksh93/ast-related files that are only used to resync our build
53cdf0c1d5Smjnelson# configuration with upstream.
54cdf0c1d5Smjnelson#
559730304dSmeem./usr/src/lib/libast/*/src/lib/libast/FEATURE
5634f9b3eeSRoland Mainz./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
579730304dSmeem./usr/src/lib/libast/common/comp/conf.*
589730304dSmeem./usr/src/lib/libast/common/features
599730304dSmeem./usr/src/lib/libast/common/include/ast_windows.h
609730304dSmeem./usr/src/lib/libast/common/port/lc.tab
619730304dSmeem./usr/src/lib/libast/common/port/lcgen.c
629730304dSmeem./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
639730304dSmeem./usr/src/lib/libcmd/common/features
649730304dSmeem./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
659730304dSmeem./usr/src/lib/libdll/common/features
669730304dSmeem./usr/src/lib/libpp/*/pp.*
679730304dSmeem./usr/src/lib/libpp/common/gentab.sh
689730304dSmeem./usr/src/lib/libpp/common/ppsym.c
699730304dSmeem./usr/src/lib/libpp/i386/ppdebug.h
709730304dSmeem./usr/src/lib/libpp/sparc/ppdebug.h
719730304dSmeem./usr/src/lib/libshell/*/src/cmd/ksh93/FEATURE
729730304dSmeem./usr/src/lib/libshell/common/data/math.tab
739730304dSmeem./usr/src/lib/libshell/common/features
749730304dSmeem./usr/src/lib/libshell/misc/buildksh93.sh
759730304dSmeem./usr/src/lib/libshell/misc/buildksh93.readme
76cdf0c1d5Smjnelson
77cdf0c1d5Smjnelson#
787c2fbfb3SApril Chin# Ignore ksh93/ast-related "iffe" (if feature enabled) probe
797c2fbfb3SApril Chin#
809730304dSmeem./usr/src/lib/libsum/common/features/sum
817c2fbfb3SApril Chin
827c2fbfb3SApril Chin#
837c2fbfb3SApril Chin# Ignore ksh93/ast-related upstream source, currently superseded by
847c2fbfb3SApril Chin# a per-platform version of sum.h, since we use libmd.so.1 for some
857c2fbfb3SApril Chin# ciphers.
867c2fbfb3SApril Chin#
879730304dSmeem./usr/src/lib/libsum/common/sum.h
887c2fbfb3SApril Chin
897c2fbfb3SApril Chin#
90cdf0c1d5Smjnelson# Ignore ksh93/ast-related test programs.
91cdf0c1d5Smjnelson#
929730304dSmeem./usr/src/cmd/ast/msgcc/msgcc.tst
939730304dSmeem./usr/src/lib/libast/common/port/astmath.c
94cdf0c1d5Smjnelson
95cdf0c1d5Smjnelson#
96cdf0c1d5Smjnelson# Ignore ksh93/ast-related source components that are not currently
97cdf0c1d5Smjnelson# used but may be useful later.
98cdf0c1d5Smjnelson#
999730304dSmeem./usr/src/lib/libcmd/common/cksum.c
1009730304dSmeem./usr/src/lib/libcmd/common/md5sum.c
1019730304dSmeem./usr/src/lib/libcmd/common/sum.c
1029730304dSmeem./usr/src/lib/libshell/common/bltins/mkservice.c
1039730304dSmeem./usr/src/lib/libshell/common/data/bash_pre_rc.sh
1049730304dSmeem./usr/src/lib/libshell/common/include/env.h
1059730304dSmeem./usr/src/lib/libshell/common/sh/bash.c
1069730304dSmeem./usr/src/lib/libshell/common/sh/env.c
1079730304dSmeem./usr/src/lib/libshell/common/sh/shcomp.c
1089730304dSmeem./usr/src/lib/libshell/common/sh/suid_exec.c
109cdf0c1d5Smjnelson
110cdf0c1d5Smjnelson#
111cdf0c1d5Smjnelson# Ignore any files built as part of the nightly program itself.
112cdf0c1d5Smjnelson#
113cdf0c1d5Smjnelson# ISUSED - let checkpaths know that the next entry is good.
1149730304dSmeem./usr/src/*.out
115cdf0c1d5Smjnelson# ISUSED - let checkpaths know that the next entry is good.
1169730304dSmeem./usr/src/*.ref
117cdf0c1d5Smjnelson
118cdf0c1d5Smjnelson#
119cdf0c1d5Smjnelson# Ignore internal test directories and test programs.
120cdf0c1d5Smjnelson#
121cdf0c1d5Smjnelson*/tests
122cdf0c1d5Smjnelson*/test
123cdf0c1d5Smjnelson*Test.java
124cdf0c1d5Smjnelson*_test.[ch]
1259730304dSmeem./usr/src/cmd/ldap/common/*test.c
1269730304dSmeem./usr/src/cmd/logadm/tester
1279730304dSmeem./usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
1289730304dSmeem./usr/src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
1299730304dSmeem./usr/src/cmd/sendmail/libsm/t-*.c
1309730304dSmeem./usr/src/cmd/sort/common/convert.c
1319730304dSmeem./usr/src/cmd/sort/common/invoke.c
1329730304dSmeem./usr/src/lib/crypt_modules/sha256/test.c
1339730304dSmeem./usr/src/lib/efcode/fcode_test
1349730304dSmeem./usr/src/lib/libkvm/common/test.c
135702941cdSRichard Lowe./usr/src/lib/libsaveargs/tests/
136cdf0c1d5Smjnelson
137cdf0c1d5Smjnelson#
138cdf0c1d5Smjnelson# Ignore debugging code.
139cdf0c1d5Smjnelson#
1409730304dSmeem./usr/src/cmd/fs.d/pcfs/fsck/inject.c
1419730304dSmeem./usr/src/cmd/sort/common/statistics.c
142cdf0c1d5Smjnelson
143cdf0c1d5Smjnelson#
144cdf0c1d5Smjnelson# Ignore internal packages, scripts, and tools that are intentionally not
145cdf0c1d5Smjnelson# built or used during a nightly.
146cdf0c1d5Smjnelson#
1479730304dSmeem./usr/src/cmd/sgs/packages
1489730304dSmeem./usr/src/cmd/sgs/rtld.4.x
1499730304dSmeem./usr/src/prototypes
1509730304dSmeem./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
1519730304dSmeem./usr/src/uts/intel/io/acpica/cmp_ca.sh
152cdf0c1d5Smjnelson
153cdf0c1d5Smjnelson#
154cdf0c1d5Smjnelson# Ignore files that are only used by internal packages.
155cdf0c1d5Smjnelson#
1569730304dSmeem./usr/src/cmd/sgs/*/*/*chk.msg
157cdf0c1d5Smjnelson
158cdf0c1d5Smjnelson#
159cdf0c1d5Smjnelson# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
160cdf0c1d5Smjnelson#
1619730304dSmeem./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
1629730304dSmeem./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
1639730304dSmeem./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
1649730304dSmeem./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
165cdf0c1d5Smjnelson
166cdf0c1d5Smjnelson#
167cdf0c1d5Smjnelson# Ignore Makefiles which are used by developers but not used by nightly
168cdf0c1d5Smjnelson# itself.  This is a questionable practice, since they tend to rot.
169cdf0c1d5Smjnelson#
1709730304dSmeem./usr/src/cmd/syslogd/sparcv9/Makefile
1719730304dSmeem./usr/src/uts/sparc/uhci/Makefile
1729730304dSmeem./usr/src/lib/pam_modules/smb/amd64/Makefile
1739730304dSmeem./usr/src/lib/pam_modules/smb/sparcv9/Makefile
1749730304dSmeem./usr/src/cmd/isns/isnsd/xml_def/isnsmgmtSchema.xsd
175cdf0c1d5Smjnelson
176cdf0c1d5Smjnelson#
177cdf0c1d5Smjnelson# Ignore dtrace scripts only used by developers
178cdf0c1d5Smjnelson#
1799730304dSmeem./usr/src/cmd/vscan/vscand/vscan.d
180cdf0c1d5Smjnelson
181cdf0c1d5Smjnelson#
182cdf0c1d5Smjnelson# Ignore sample source code.
183cdf0c1d5Smjnelson#
1849730304dSmeem./usr/src/cmd/sendmail/libmilter/example.c
185cdf0c1d5Smjnelson
186cdf0c1d5Smjnelson#
187cdf0c1d5Smjnelson# Ignore .xcl files that aren't used because the program is statically linked.
188cdf0c1d5Smjnelson#
1899730304dSmeem./usr/src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
190cdf0c1d5Smjnelson
191cdf0c1d5Smjnelson#
192cdf0c1d5Smjnelson# Ignore sendmail files included for completeness' sake, but which won't
193cdf0c1d5Smjnelson# be used until certain _FFR (for future release) #define's go live.
194cdf0c1d5Smjnelson#
1959730304dSmeem./usr/src/cmd/sendmail/src/statusd_shm.h
196cdf0c1d5Smjnelson
197cdf0c1d5Smjnelson#
198cdf0c1d5Smjnelson# Ignore files originally supplied by ISC (Internet Software Consortium)
199cdf0c1d5Smjnelson# as part of a BIND release.
200cdf0c1d5Smjnelson#
2019730304dSmeem./usr/src/lib/libresolv2/common/irs/getaddrinfo.c
2029730304dSmeem./usr/src/lib/libresolv2/common/irs/nis_p.h
2039730304dSmeem./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
2049730304dSmeem./usr/src/lib/libresolv2/include/err.h
205cdf0c1d5Smjnelson
206cdf0c1d5Smjnelson#
207cdf0c1d5Smjnelson# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
208cdf0c1d5Smjnelson# assembly files. We keep it around for future reference.
209cdf0c1d5Smjnelson#
2109730304dSmeem./usr/src/common/bignum/mont_mulf.c
211cdf0c1d5Smjnelson
212cdf0c1d5Smjnelson#
213cdf0c1d5Smjnelson# Ignore the sparc Makefiles for x86-only drivers;
214cdf0c1d5Smjnelson# they're used to build warlock only.
215cdf0c1d5Smjnelson#
2169730304dSmeem./usr/src/uts/sparc/sata/Makefile
2179730304dSmeem./usr/src/uts/sparc/si3124/Makefile
2189730304dSmeem./usr/src/uts/sparc/nv_sata/Makefile
2199730304dSmeem./usr/src/uts/sparc/ahci/Makefile
220cdf0c1d5Smjnelson
221cdf0c1d5Smjnelson#
222db2bae30SDana Myers# Ignore uttrack.c.  It is provided as part of the standard
223db2bae30SDana Myers# ACPI CA source code but provides optional resource tracking
224db2bae30SDana Myers# functionality which is not used.
225db2bae30SDana Myers#
2269730304dSmeem./usr/src/uts/intel/io/acpica/utilities/uttrack.c
227db2bae30SDana Myers
228db2bae30SDana Myers#
229cdf0c1d5Smjnelson# Ignore any files that get used during a gcc build only.
230cdf0c1d5Smjnelson#
2319730304dSmeem./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
232cdf0c1d5Smjnelson
233cdf0c1d5Smjnelson#
234e47012d1SMark J. Nelson# The sharemgr command is built 32-bit only by default, but support
235e47012d1SMark J. Nelson# for building 64-bit is latent in the Makefiles.
236e47012d1SMark J. Nelson#
237e47012d1SMark J. Nelson./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
238e47012d1SMark J. Nelson./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
239152cdc26SMark J. Nelson
240152cdc26SMark J. Nelson#
241152cdc26SMark J. Nelson# Legitimately unreferenced license/copying files.  Please include
242152cdc26SMark J. Nelson# explanatory comments when adding items here.
243152cdc26SMark J. Nelson#
244152cdc26SMark J. Nelson
245152cdc26SMark J. Nelson#
246152cdc26SMark J. Nelson# OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
247152cdc26SMark J. Nelson# referenced in the CDDL headers.
248152cdc26SMark J. Nelson#
249152cdc26SMark J. Nelson./usr/src/OPENSOLARIS.LICENSE
250152cdc26SMark J. Nelson
251152cdc26SMark J. Nelson# Though "COPYING" is usually used as a filename for GPL, the license
252152cdc26SMark J. Nelson# information for openssh is actually found in usr/src/cmd/ssh/doc/LICENSE.
253152cdc26SMark J. Nelson# The COPYING.Ylonen file is merely additional information.
254152cdc26SMark J. Nelson#
255152cdc26SMark J. Nelson./usr/src/cmd/ssh/doc/COPYING.Ylonen
256152cdc26SMark J. Nelson
257152cdc26SMark J. Nelson#
258152cdc26SMark J. Nelson# This covers header files that are not delivered.
259152cdc26SMark J. Nelson#
260152cdc26SMark J. Nelson./usr/src/uts/common/xen/public/COPYING
261b533f56bSRobert Mustacchi
262b533f56bSRobert Mustacchi#
263b533f56bSRobert Mustacchi# ld tests which are not currently delivered
264b533f56bSRobert Mustacchi#
265b533f56bSRobert Mustacchi./usr/src/cmd/sgs/test
2660a47c91cSRobert Mustacchi./usr/src/cmd/mdb/test
267